* {
  margin: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 400;
  color: white;
}

.inner {
  width: 1920px;
  height: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  margin-left: 50px;
}

.scoreboard_title {
  width: 25%;
  height: 20px;
  display: inherit;
  font-size: 20px;
}

.scoreboard_top {
  width: 25%;
  height: 40px;
  display: inherit;
  font-size: 20px;
}

.scoreboard_bottom {
  width: 25%;
  height: 40px;
  display: inherit;
  font-size: 20px;
}

.player {
  width: 76%;
  display: inherit;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #bbbbbb;
  -webkit-box-shadow: 3px 3px 5px rgba(73, 54, 73, 0.3) inset;
          box-shadow: 3px 3px 5px rgba(73, 54, 73, 0.3) inset;
}

#playerOne {
  background-color: #c95959;
}

#playerTwo {
  background-color: #bbbbbb;
}

.transparentTop {
  background-color: transparent;
  width: 76%;
  height: 20px;
  display: inherit;
  font-size: 12px;
}

.standingsTop {
  background-color: #585858;
  width: 12%;
  height: 20px;
  display: inherit;
  font-size: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.setsTop {
  background-color: #949494;
  width: 12%;
  height: 20px;
  display: inherit;
  font-size: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.standings {
  width: 12%;
  background-color: #585858;
  display: inherit;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 3px 3px 5px rgba(73, 54, 73, 0.3) inset;
          box-shadow: 3px 3px 5px rgba(73, 54, 73, 0.3) inset;
}

.score {
  width: 12%;
  background-color: #949494;
  display: inherit;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 3px 3px 5px rgba(73, 54, 73, 0.3) inset;
          box-shadow: 3px 3px 5px rgba(73, 54, 73, 0.3) inset;
}

.match_inner {
  width: 1920px;
  height: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.begegnungsboard {
  width: 55%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 450px;
}

.Team1 {
  width: 45%;
  height: 64px;
  display: inherit;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  text-align: inherit;
  background-color: #c95959;
  -webkit-box-shadow: 6px 6px 5px rgba(73, 54, 73, 0.3) inset;
          box-shadow: 6px 6px 5px rgba(73, 54, 73, 0.3) inset;
}

.Team2 {
  width: 45%;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  text-align: inherit;
  background-color: #bbbbbb;
  -webkit-box-shadow: 6px 6px 5px rgba(73, 54, 73, 0.3) inset;
          box-shadow: 6px 6px 5px rgba(73, 54, 73, 0.3) inset;
}

.resultOne {
  width: 7%;
  height: 80px;
  display: inherit;
  background-color: grey;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  text-align: inherit;
}

.resultTwo {
  width: 7%;
  height: 80px;
  display: inherit;
  background-color: grey;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  text-align: inherit;
}

.result_trenner {
  width: 2%;
  height: 40px;
  display: inherit;
  background-color: white;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  text-align: inherit;
  color: black;
}
/*# sourceMappingURL=style.css.map */
