.short_board_headline {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 15px;
}
#board_home .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#board_home .row:before,
#board_home .row:after {
  content: normal;
}
#board_home .short_board {
  font-size: 16px;
  line-height: 30px;
}
#board_home .short_board .short_board_team {
  font-weight: 600;
}
#board_home .short_board .short_board_goals {
  text-align: center;
}
.short_board_area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.short_board_area:before,
.short_board_area:after {
  content: normal;
}
@media (max-width: 984px) {
  .short_board_area {
    margin: 0;
    display: grid;
    grid-template-areas: "short_board ad_1" "short_board ad_2";
    grid-template-columns: auto 190px;
  }
  .short_board_area > div {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .short_board_area {
    grid-template-areas: "short_board short_board" "ad_1 ad_2";
    grid-template-columns: 50% 50%;
  }
}
.short_board_area .board_ad {
  -webkit-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.short_board_area .board_ad:before,
.short_board_area .board_ad:after {
  content: normal;
}
.short_board_area .board_ad a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.short_board_area .board_ad a:before,
.short_board_area .board_ad a:after {
  content: normal;
}
.short_board_area .board_ad.board_ad_1 {
  grid-area: ad_1;
}
@media (min-width: 768px) and (max-width: 984px) {
  .short_board_area .board_ad.board_ad_1 {
    padding: 20px 20px 0 20px;
  }
}
@media (max-width: 767px) {
  .short_board_area .board_ad.board_ad_1 {
    padding: 15px 8px 15px 15px;
  }
}
.short_board_area .board_ad.board_ad_2 {
  grid-area: ad_2;
}
@media (min-width: 768px) and (max-width: 984px) {
  .short_board_area .board_ad.board_ad_2 {
    padding: 0 20px 20px 20px;
  }
}
@media (max-width: 767px) {
  .short_board_area .board_ad.board_ad_2 {
    padding: 15px 15px 15px 8px;
  }
}
@media (max-width: 767px) {
  .short_board_area .board_ad {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    width: auto;
    padding: 15px;
  }
}
.short_board_area .board_ad img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) and (max-width: 984px) {
  .short_board_area .board_ad img {
    width: 150px;
  }
}
.short_board_area .board_ad_group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 479px) {
  .short_board_area .board_ad_group {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .short_board_area .board_ad_group {
    display: none !important;
  }
}
@media (min-width: 985px) {
  .short_board_area .board_ad_group {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .short_board_area .board_ad_group {
    display: none !important;
  }
}
.short_board_area .board_ad_group:before,
.short_board_area .board_ad_group:after {
  content: normal;
}
@media (min-width: 768px) and (max-width: 984px) {
  .short_board_area .board_ad_group {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.short_board_area .board_ad_group .board_ad {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-basis: unset;
  -ms-flex-basis: unset;
  flex-basis: unset;
}
.short_board_area .extra_ad {
  margin-bottom: 15px;
}
.short_board_area .short_board_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  margin: 0 15px;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px;
}
.short_board_area .short_board_container:before,
.short_board_area .short_board_container:after {
  content: normal;
}
@media (max-width: 984px) {
  .short_board_area .short_board_container {
    margin: 0;
    grid-area: short_board;
  }
}
@media (max-width: 767px) {
  .short_board_area .short_board_container {
    -webkit-order: -1;
    -ms-order: -1;
    order: -1;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .short_board_area .short_board_container .goals {
    display: none;
  }
}
.short_board_area .short_board_container .short_board {
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.short_board_area .short_board_container .short_board:before,
.short_board_area .short_board_container .short_board:after {
  content: normal;
}
.short_board_area .short_board_container .short_board_row,
.short_board_area .short_board_container .short_board_header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 31px;
  background: rgba(0, 0, 0, 0.5);
}
.short_board_area .short_board_container .short_board_row:before,
.short_board_area .short_board_container .short_board_header:before,
.short_board_area .short_board_container .short_board_row:after,
.short_board_area .short_board_container .short_board_header:after {
  content: " ";
  display: table;
}
.short_board_area .short_board_container .short_board_row:after,
.short_board_area .short_board_container .short_board_header:after {
  clear: both;
}
.short_board_area .short_board_container .short_board_row:before,
.short_board_area .short_board_container .short_board_header:before,
.short_board_area .short_board_container .short_board_row:after,
.short_board_area .short_board_container .short_board_header:after {
  content: normal;
}
.short_board_area .short_board_container .short_board_row:not(:last-child),
.short_board_area .short_board_container .short_board_header:not(:last-child) {
  margin-bottom: 1px;
}
.short_board_area .short_board_container .short_board_header {
  background: #004994;
}
.short_board_area .short_board_container .short_board_header div {
  font-weight: 300;
}
.short_board_area .short_board_container .place {
  -webkit-flex-basis: 40px;
  -ms-flex-basis: 40px;
  flex-basis: 40px;
  padding-right: 15px;
  text-align: right;
}
.short_board_area .short_board_container .team {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  font-weight: 700;
  padding-left: 5px;
}
.short_board_area .short_board_container .matches {
  -webkit-flex-basis: 60px;
  -ms-flex-basis: 60px;
  flex-basis: 60px;
  text-align: center;
}
.short_board_area .short_board_container .goals {
  -webkit-flex-basis: 80px;
  -ms-flex-basis: 80px;
  flex-basis: 80px;
  text-align: center;
}
.short_board_area .short_board_container .diff {
  -webkit-flex-basis: 50px;
  -ms-flex-basis: 50px;
  flex-basis: 50px;
  text-align: center;
}
.short_board_area .short_board_container .points {
  -webkit-flex-basis: 40px;
  -ms-flex-basis: 40px;
  flex-basis: 40px;
  text-align: right;
  font-weight: 700;
  padding-right: 10px;
}
.ad_area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 0;
  position: relative;
}
.ad_area:before,
.ad_area:after {
  content: normal;
}
@media (max-width: 767px) {
  .ad_area {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.ad_area > div {
  padding: 0;
}
.ad_area .ad_banner,
.ad_area .league_banner {
  background: rgba(0, 0, 0, 0.7);
  padding: 15px;
}
.ad_area .ad_banner {
  -webkit-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
}
@media (max-width: 767px) {
  .ad_area .ad_banner {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    margin: 0;
  }
}
.ad_area .league_banner {
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  margin: 0 15px;
}
@media (min-width: 768px) {
  .ad_area .league_banner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .ad_area .league_banner:before,
  .ad_area .league_banner:after {
    content: normal;
  }
}
@media (max-width: 767px) {
  .ad_area .league_banner {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-order: -1;
    -ms-order: -1;
    order: -1;
    margin: 0;
  }
}
.ad_area .league_banner > div {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.ranking {
  display: block;
}
.ranking .ranking_loading {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-size: 50px;
}
.ranking .ranking_loading:before,
.ranking .ranking_loading:after {
  content: normal;
}
.news_teaser {
  height: 100vh;
  max-height: 70vw;
  padding-top: 138px;
}
@media (max-width: 767px) {
  .news_teaser {
    padding: 0;
    margin-top: 65px;
    max-height: 75vh !important;
  }
}
.news_teaser .news_teaser_wrapper {
  height: 100%;
  width: 100%;
  background: #000;
  position: relative;
}
.news_teaser .news_teaser_wrapper .news_teaser_slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  background: #000;
  z-index: 0;
}
.news_teaser .news_teaser_wrapper .news_teaser_slide:before,
.news_teaser .news_teaser_wrapper .news_teaser_slide:after {
  content: normal;
}
.news_teaser .news_teaser_wrapper .news_teaser_slide.active {
  z-index: 1;
}
.news_teaser .news_teaser_wrapper .news_teaser_slide.news_teaser_secondary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.news_teaser .news_teaser_wrapper .news_teaser_slide.news_teaser_secondary:before,
.news_teaser .news_teaser_wrapper .news_teaser_slide.news_teaser_secondary:after {
  content: normal;
}
@media (max-width: 767px) {
  .news_teaser .news_teaser_wrapper .news_teaser_slide.news_teaser_secondary {
    height: 75vh;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.news_teaser .news_teaser_wrapper .news_teaser_slide.news_teaser_secondary .news_teaser_half {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  overflow: hidden;
  padding-right: 2px;
}
.news_teaser .news_teaser_wrapper .news_teaser_slide.news_teaser_secondary .news_teaser_half:before,
.news_teaser .news_teaser_wrapper .news_teaser_slide.news_teaser_secondary .news_teaser_half:after {
  content: normal;
}
.news_teaser .news_teaser_wrapper .news_teaser_slide.news_teaser_secondary .news_teaser_half .news_teaser_item_layer h3 {
  font-size: 160%;
}
.news_teaser .news_teaser_wrapper .news_teaser_slide.news_teaser_secondary .news_teaser_half .news_teaser_item_layer h2 {
  font-size: 400%;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .news_teaser .news_teaser_wrapper .news_teaser_slide.news_teaser_secondary .news_teaser_half {
    -webkit-flex-basis: 25vh;
    -ms-flex-basis: 25vh;
    flex-basis: 25vh;
    margin-bottom: 3px;
  }
  .news_teaser .news_teaser_wrapper .news_teaser_slide.news_teaser_secondary .news_teaser_half .news_teaser_item_layer h2 {
    font-size: 300%;
  }
}
.news_teaser .news_teaser_wrapper .news_teaser_slide.news_teaser_secondary .news_teaser_quarter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 2px;
}
.news_teaser .news_teaser_wrapper .news_teaser_slide.news_teaser_secondary .news_teaser_quarter:before,
.news_teaser .news_teaser_wrapper .news_teaser_slide.news_teaser_secondary .news_teaser_quarter:after {
  content: normal;
}
@media (max-width: 767px) {
  .news_teaser .news_teaser_wrapper .news_teaser_slide.news_teaser_secondary .news_teaser_quarter {
    -webkit-flex-basis: 50vh;
    -ms-flex-basis: 50vh;
    flex-basis: 50vh;
  }
}
.news_teaser .news_teaser_wrapper .news_teaser_slide.news_teaser_secondary .news_teaser_quarter .news_teaser_item {
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
.news_teaser .news_teaser_wrapper .news_teaser_slide.news_teaser_secondary .news_teaser_quarter .news_teaser_item:first-child {
  margin-bottom: 2px;
}
.news_teaser .news_teaser_wrapper .news_teaser_slide.news_teaser_secondary .news_teaser_quarter .news_teaser_item:last-child {
  margin-top: 2px;
}
.news_teaser .news_teaser_wrapper .news_teaser_slide.news_teaser_secondary .news_teaser_quarter .news_teaser_item .match_cancelled {
  font-size: 200%;
  padding: 1vw 3vw 1vw 1vw;
  margin-bottom: 10px;
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
.news_teaser .news_teaser_wrapper .news_teaser_slide.news_teaser_secondary .news_teaser_quarter .news_teaser_item .match_cancelled strong {
  font-size: 16px;
}
@media (max-width: 767px) {
  .news_teaser .news_teaser_wrapper .news_teaser_slide.news_teaser_secondary .news_teaser_quarter .news_teaser_item {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.news_teaser .news_teaser_wrapper .news_teaser_slide.news_teaser_secondary .news_teaser_quarter .news_teaser_item_layer h3 {
  font-size: 120%;
}
.news_teaser .news_teaser_wrapper .news_teaser_slide.news_teaser_secondary .news_teaser_quarter .news_teaser_item_layer h2 {
  font-size: 300%;
}
.news_teaser .news_teaser_wrapper .news_teaser_item {
  background-position: center top;
  position: relative;
  background-size: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.news_teaser .news_teaser_wrapper .news_teaser_item:before,
.news_teaser .news_teaser_wrapper .news_teaser_item:after {
  content: normal;
}
.news_teaser .news_teaser_wrapper .news_teaser_item:after {
  background-image: inherit;
  background-size: cover;
  background-position: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  opacity: 0.85;
  transition: all 0.3s ease;
}
.news_teaser .news_teaser_wrapper .news_teaser_item:hover,
.news_teaser .news_teaser_wrapper .news_teaser_item:focus {
  text-decoration: none;
}
.news_teaser .news_teaser_wrapper .news_teaser_item:hover:after {
  opacity: 1;
}
.news_teaser .news_teaser_wrapper .news_teaser_item .news_teaser_item_layer {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 50%);
  padding: 10% 3vw;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 2;
}
.news_teaser .news_teaser_wrapper .news_teaser_item .news_teaser_item_layer:before,
.news_teaser .news_teaser_wrapper .news_teaser_item .news_teaser_item_layer:after {
  content: normal;
}
.news_teaser .news_teaser_wrapper .news_teaser_item .news_teaser_item_layer h3 {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  margin: 0;
  text-shadow: 0 1px 2px #000000;
  text-transform: uppercase;
  font-size: 200%;
}
.news_teaser .news_teaser_wrapper .news_teaser_item .news_teaser_item_layer h2 {
  color: #fff;
  font-size: 500%;
  font-weight: 700;
  margin: 0;
  text-shadow: 0 2px 5px #000;
  text-transform: uppercase;
}
.news_teaser .news_teaser_wrapper .news_teaser_item .news_teaser_item_layer .btn {
  background: #004994;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 150%;
  font-weight: 800;
  line-height: 1.5;
  margin-top: 20px;
  text-transform: uppercase;
}
.news_teaser .news_teaser_wrapper .news_teaser_item .news_teaser_item_layer .match_cancelled {
  color: #fff;
  z-index: 100;
  background: darkred;
  font-size: 300%;
  font-weight: 200;
  text-transform: uppercase;
  padding: 1vw 3vw 1vw 1vw;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.5);
  margin-right: -3vw;
  margin-bottom: 30px;
  line-height: 1.1;
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
.news_teaser .news_teaser_wrapper .news_teaser_item .news_teaser_item_layer .match_cancelled strong {
  font-size: 20px;
  text-transform: none;
}
.news_teaser .news_teaser_livestream {
  width: 100%;
  height: 100%;
}
@media (max-width: 984px) {
  .news_teaser {
    max-height: 100vw;
    font-size: 50%;
  }
}
@media (max-width: 767px) {
  .news_teaser.news_teaser_livestream {
    height: auto !important;
  }
  .news_teaser.news_teaser_livestream .news_teaser_wrapper {
    height: auto;
  }
  .news_teaser.news_teaser_livestream .news_teaser_livestream {
    height: 200px;
  }
}
#news_home .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#news_home .row:before,
#news_home .row:after {
  content: normal;
}
.event_banner {
  margin-top: 30px;
}
.event_banner .container {
  padding: 0;
}
.event_banner img {
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
  display: block;
  max-width: 100%;
  height: auto;
}
.event_banner .desktop,
.event_banner .mobile {
  position: relative;
}
.corona_status {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30%;
  padding: 15px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.8), transparent);
  font-size: 100%;
}
@media (max-width: 1199px) {
  .corona_status {
    font-size: 85%;
  }
}
@media (max-width: 984px) {
  .corona_status {
    font-size: 65%;
  }
}
.corona_status_item {
  flex-basis: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-shadow: 2px 2px 4px #000;
}
.corona_status_value {
  display: flex;
  align-items: center;
}
.corona_status_value_counter {
  font-size: 2em;
  margin-top: -0.2em;
}
.corona_status_icon {
  font-size: 2.5em;
  margin-right: 0.3em;
}
.corona_status_label {
  font-size: 1em;
}
@media (max-width: 767px) {
  .corona_status {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    width: auto;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    font-size: 80%;
  }
  .corona_status_item {
    flex-basis: 25%;
  }
  .corona_status_value {
    font-size: 90%;
  }
}
@media (max-width: 479px) {
  .corona_status {
    font-size: 70%;
  }
}
