@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700&display=swap');
/* './storage/ettu_org_v2/static/style/fontello.less.' */
@font-face {
  font-family: 'fontello';
  src: url('/?proxy=fonts/fontello.eot&47307513');
  src: url('/?proxy=fonts/fontello.eot&47307513#iefix') format('embedded-opentype'), url('/?proxy=fonts/fontello.woff2&47307513') format('woff2'), url('/?proxy=fonts/fontello.woff&47307513') format('woff'), url('/?proxy=fonts/fontello.ttf&47307513') format('truetype'), url('/?proxy=fonts/fontello.svg&47307513#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/?proxy=font/fontello.svg&47307513#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-close:before {
  content: '\e800';
}
/* '' */
.icon-flickr:before {
  content: '\e801';
}
/* '' */
.icon-play:before {
  content: '\e802';
}
/* '' */
.icon-list:before {
  content: '\e803';
}
/* '' */
.icon-calendar:before {
  content: '\e804';
}
/* '' */
.icon-download:before {
  content: '\e805';
}
/* '' */
.icon-menu:before {
  content: '\e806';
}
/* '' */
.icon-location:before {
  content: '\e807';
}
/* '' */
.icon-phone:before {
  content: '\e808';
}
/* '' */
.icon-mobile:before {
  content: '\e809';
}
/* '' */
.icon-align-right:before {
  content: '\e80a';
}
/* '' */
.icon-playoff-1:before {
  content: '\e80b';
}
/* '' */
.icon-globe:before {
  content: '\e80c';
}
/* '' */
.icon-down-open:before {
  content: '\f004';
}
/* '' */
.icon-up-open:before {
  content: '\f005';
}
/* '' */
.icon-right-open:before {
  content: '\f006';
}
/* '' */
.icon-left-open:before {
  content: '\f007';
}
/* '' */
.icon-th-thumb:before {
  content: '\f00a';
}
/* '' */
.icon-twitter:before {
  content: '\f099';
}
/* '' */
.icon-facebook-1:before {
  content: '\f09a';
}
/* '' */
.icon-table:before {
  content: '\f0ce';
}
/* '' */
.icon-mail-alt:before {
  content: '\f0e0';
}
/* '' */
.icon-angle-double-right:before {
  content: '\f101';
}
/* '' */
.icon-play-circled:before {
  content: '\f144';
}
/* '' */
.icon-youtube:before {
  content: '\f167';
}
/* '' */
.icon-instagram:before {
  content: '\f16d';
}
/* '' */
.icon-file-pdf:before {
  content: '\f1c1';
}
/* '' */
.icon-facebook:before {
  content: '\f308';
}
/* '' */
/* './storage/ettu_org_v2/static/style/slick.css.' */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* './storage/ettu_org_v2/static/style/slick-theme.css.' */
@charset 'UTF-8';
/* Slider */
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('/?proxy=fonts/slick.eot');
  src: url('/?proxy=fonts/slick.eot&#iefix') format('embedded-opentype'), url('/?proxy=fonts/slick.woff') format('woff'), url('/?proxy=fonts/slick.ttf') format('truetype'), url('/?proxy=fonts/slick.svg#slick') format('svg');
}
/* is added already with fontello.less */
/* @font-face {
    font-family: 'fontello';
    src: url('/?proxy=fonts/fontello.eot&52175667');
    src: url('/?proxy=fonts/fontello.eot&52175667#iefix') format('embedded-opentype'),
    url('/?proxy=fonts/fontello.woff2&52175667') format('woff2'),
    url('/?proxy=fonts/fontello.woff&52175667') format('woff'),
    url('/?proxy=fonts/fontello.ttf&52175667') format('truetype'),
    url('/?proxy=fonts/fontello.svg&52175667#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
} */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'fontello';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '\f007';
}
[dir='rtl'] .slick-prev:before {
  content: '\f006';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '\f006';
}
[dir='rtl'] .slick-next:before {
  content: '\f007';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/* './storage/ettu_org_v2/static/style/style.less.' */
/****************************/
/********** FONTS ***********/
/****************************/
/****************************/
/********** COLORS **********/
/****************************/
.bluegradient {
  background: #005086;
  background: linear-gradient(90deg, #005086 0%, #00385d 100%);
}
.yellowgradient {
  background: #ffcb06;
  background: linear-gradient(90deg, #ffcb06 0%, #ebba00 100%);
}
/****************************/
/********** BASICS **********/
/****************************/
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
a {
  text-decoration: none;
  color: #005086;
  font-weight: bold;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
figure {
  margin: 0;
}
:focus {
  outline: none !important;
}
.bold {
  font-weight: bold;
}
.acenter {
  text-align: center;
}
.hidemobile {
  display: block;
}
.hidemobile-inline {
  display: inline-block;
}
td.hidemobile,
th.hidemobile {
  display: table-cell;
}
.hidedesktop {
  display: none;
}
.slick-next {
  top: 10px;
  transform: none;
  background: rgba(255, 255, 255, 0.4);
  height: 155px;
  right: 0;
  width: 30px;
}
.slick-prev {
  top: 10px;
  transform: none;
  background: rgba(255, 255, 255, 0.4);
  height: 155px;
  left: 0;
  width: 30px;
  z-index: 1;
}
h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #787878;
  text-transform: uppercase;
  margin: 8px 20px 8px 0;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 8px;
}
strong {
  font-weight: 700;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  padding: 10px;
  border: none;
}
table thead tr th {
  text-align: left;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
}
table tbody tr.bold td {
  font-weight: bold;
}
table tbody tr td {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
}
body {
  background: #c4d4df;
  max-width: 1920px;
  margin: 0 auto;
  min-width: 1200px;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
}
body div.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
body main div.wrapper {
  background: white;
  position: relative;
  z-index: 2;
}
body #cad {
  text-align: center;
  padding: 10px 0;
}
body #cad img {
  width: 100%;
  max-width: 300px;
  height: auto;
  max-height: 250px;
}
body #banner {
  text-align: center;
  padding: 10px 0;
}
body #banner img {
  width: 100%;
  max-width: 728px;
  height: auto;
  max-height: 90px;
}
body header {
  background: url('/?proxy=img/header.png') no-repeat #005086;
  background-size: cover;
  height: 270px;
  position: relative;
}
body header > div {
  padding: 0 25px;
}
body header div.header {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 10px 0;
}
body header div.header div.logos img {
  padding: 0 25px 0 0;
  border: none;
}
body header div.header div.menu-button {
  display: none;
}
body header div.header div.social {
  display: flex;
  align-items: center;
}
body header div.header div.social div.search-container form {
  position: relative;
}
body header div.header div.social div.search-container input[type=text] {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  border: 1px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 3px 7px;
  color: #b4b4b4;
  min-width: 250px;
}
body header div.header div.social div.search-container input[type=text]::placeholder {
  color: #b4b4b4;
}
body header div.header div.social div.search-container button {
  background: #005086;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 0;
  width: 30px;
}
body header div.header div.social div.social-media {
  margin-left: 110px;
}
body header div.header div.social div.social-media ul {
  display: flex;
}
body header div.header div.social div.social-media ul li {
  margin-left: 5px;
}
body header div.header div.social div.social-media ul li a {
  color: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body header div.header div.social div.social-media ul li a.flickr {
  background: #0063e4;
}
body header div.header div.social div.social-media ul li a.flickr i {
  font-size: 15px;
  margin-top: 3px;
}
body header div.header div.social div.social-media ul li a.youtube {
  background: #FF0000;
}
body header div.header div.social div.social-media ul li a.youtube i {
  font-size: 16px;
}
body header div.header div.social div.social-media ul li a.instagram {
  background: #ec0475;
}
body header div.header div.social div.social-media ul li a.instagram i {
  font-size: 18px;
  margin-top: 2px;
}
body header div.header div.social div.social-media ul li a.facebook {
  background: #335ba0;
}
body header div.header div.social div.social-media ul li a.facebook i {
  font-size: 17px;
  margin-top: 2px;
}
body header div.header div.social div.social-media ul li a.twitter {
  background: #00ace6;
}
body header div.header div.social div.social-media ul li a.twitter i {
  font-size: 18px;
  margin-top: 2px;
}
body header nav {
  z-index: 3;
  position: relative;
}
body header nav > ul {
  display: flex;
  justify-content: space-between;
  position: relative;
}
body header nav > ul li:nth-child(1) {
  margin-left: -15px;
}
body header nav > ul li a {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 15px;
  display: inline-block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
body header nav > ul li a i {
  font-size: 13px;
  position: relative;
  top: -2px;
}
body header nav > ul li a:hover {
  background: #005086;
}
body header nav > ul li.live {
  position: relative;
}
body header nav > ul li.live a {
  background: #0067ac;
}
body header nav > ul li.live a span {
  color: #323232;
  background: #ffcb06;
  position: absolute;
  top: -10px;
  right: -15px;
  font-size: 10px;
  padding: 3px 5px;
}
body header nav > ul li.active a {
  background: #005086;
}
body header nav > ul li.active > ul {
  display: inherit;
}
body header nav > ul > li ul {
  display: none;
  position: absolute;
  top: 47px;
  list-style: none;
}
body header nav > ul > li ul li {
  width: 305px;
  position: relative;
}
body header nav > ul > li ul li:nth-child(1) {
  margin-left: 0;
}
body header nav > ul > li ul li a {
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  width: 100%;
  background: #005086;
  text-transform: inherit;
}
body header nav > ul > li ul li a:hover {
  background: #003f69;
}
body header nav > ul > li ul li a i {
  float: right;
  top: 3px;
  padding-left: 10px;
}
body header nav > ul > li ul li.active a {
  background: #003f69;
}
body header nav > ul > li ul li.active > ul {
  display: inherit;
}
body header nav > ul > li ul li > ul {
  display: none;
  position: absolute;
  top: 0;
  left: 305px;
}
body header nav > ul > li ul li > ul li {
  width: 280px !important;
}
body header nav > ul > li ul li > ul li a {
  background: #003f69 !important;
}
body header nav > ul > li ul li > ul li a:hover {
  background: #005086 !important;
}
body main {
  margin-top: -85px;
}
body main .col-2 {
  width: calc(50% - 10px);
  float: left;
  margin-right: 10px;
  clear: none !important;
}
body main .col-2 + .col-2 {
  margin-right: 0;
  margin-left: 10px;
}
body main div.contentnavi {
  width: 100%;
  margin: 25px 0;
}
body main div.contentnavi ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
}
body main div.contentnavi ul li {
  display: flex;
  align-items: center;
  padding: 5px 0;
  margin: 0 20px 0 0;
}
body main div.contentnavi ul li:nth-last-child(1) {
  margin-right: 0;
}
body main div.contentnavi ul li.active,
body main div.contentnavi ul li:hover {
  border-bottom: 1px solid #005086;
  margin-bottom: -1px;
}
body main div.contentnavi ul li.active a,
body main div.contentnavi ul li:hover a {
  color: #005086;
}
body main div.contentnavi ul li a {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #b4b4b4;
  text-transform: uppercase;
}
body main div.contentnavi.stages ul {
  border: none;
  justify-content: left;
}
body main div.contentnavi.stages ul li {
  background: #f5f5f5;
  padding: 10px 20px;
}
body main div.contentnavi.stages ul li i {
  margin-right: 20px;
}
body main div.contentnavi.stages ul li.active,
body main div.contentnavi.stages ul li:hover {
  background: #005086;
  border: none;
  margin-top: 0;
}
body main div.contentnavi.stages ul li.active a,
body main div.contentnavi.stages ul li:hover a {
  color: #ffffff;
}
body main div.contentnavi.stages ul a {
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #323232;
}
body main div.contentnavi.groups ul {
  border: none;
  justify-content: left;
}
body main div.contentnavi.groups ul li {
  margin: 0 50px 0 0;
}
body main div.contentnavi.groups ul li.active,
body main div.contentnavi.groups ul li:hover {
  margin-top: 1px;
}
body main div.contentnavi.stats {
  margin: 20px 0 0;
}
body main div.contentnavi.stats ul {
  justify-content: left;
  border: 0;
}
body main div.contentnavi.stats ul li {
  border: 0;
  margin: 10px 10px 10px 0;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  background: #b4b4b4;
  color: #ffffff;
  text-transform: uppercase;
}
body main div.contentnavi.stats ul li.active {
  background: #ffcb06;
  color: #323232;
}
body main div.contentnavi.stats ul li.notplayed {
  background: #cfcfcf;
  color: rgba(255, 255, 255, 0.75);
}
body main div.contentnavi.stats ul li .btn {
  cursor: pointer;
  padding: 10px 20px;
}
body main div.social-ear {
  clear: both;
  float: none;
}
body main div.social-ear > div {
  z-index: 1;
  position: fixed;
  width: 45px;
  height: 130px;
  top: 185px;
  text-align: center;
  padding-top: 10px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
body main div.social-ear > div.facebook {
  background: #335ba0;
  left: 0;
}
body main div.social-ear > div.facebook.open {
  left: 315px;
}
body main div.social-ear > div.facebook.open .feed {
  left: -315px;
}
body main div.social-ear > div.twitter {
  background: #00ace6;
  right: 0;
}
body main div.social-ear > div.twitter.open {
  right: 315px;
}
body main div.social-ear > div.twitter.open .feed {
  right: -315px;
}
body main div.social-ear > div:hover {
  cursor: pointer;
}
body main div.social-ear > div.open {
  z-index: 10;
}
body main div.social-ear > div.open a i {
  font-size: 15px;
  margin: 10px 0 30px;
}
body main div.social-ear > div.open a i:before {
  content: '\e800';
}
body main div.social-ear > div.open .feed {
  display: block;
}
body main div.social-ear > div a {
  color: white;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
}
body main div.social-ear > div a i {
  font-size: 25px;
  margin-top: 2px;
  display: block;
}
body main div.social-ear > div a span {
  transform: rotate(90deg);
  display: block;
  margin-top: 25px;
}
body main div.social-ear > div .feed {
  display: none;
  width: 315px;
  height: 480px;
  overflow: scroll;
  background: white;
  position: absolute;
  top: 0;
}
body main div.social-ear > div .feed iframe {
  border: none;
  width: 1px;
  min-width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
body main div.aufmacher {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background: #ffffff;
  z-index: 2;
  position: relative;
  clear: both;
  float: none;
}
body main div.aufmacher > div {
  width: 50%;
}
body main div.aufmacher > div figure {
  position: relative;
}
body main div.aufmacher > div figure h4,
body main div.aufmacher > div figure h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(0, 103, 172, 0.8);
  width: fit-content;
  padding: 5px 15px;
  margin: 0;
}
body main div.aufmacher > div figure h3 {
  font-size: 25px;
}
body main div.aufmacher > div figure div.teaser-text {
  position: absolute;
  bottom: 10%;
  left: 0;
}
body main div.aufmacher > div figure img {
  display: block;
  width: 100%;
  height: auto;
}
body main div.aufmacher > div.big-teaser {
  padding: 25px 10px 25px 25px;
}
body main div.aufmacher > div.big-teaser figure img {
  max-width: 925px;
  max-height: 521px;
}
body main div.aufmacher > div.small-teaser {
  display: flex;
  flex-direction: column;
  padding: 25px 25px 25px 10px;
}
body main div.aufmacher > div.small-teaser figure:nth-child(1) {
  margin-right: 20px;
}
body main div.aufmacher > div.small-teaser figure h4 {
  font-size: 13px;
}
body main div.aufmacher > div.small-teaser figure h3 {
  font-size: 18px;
}
body main div.aufmacher > div.small-teaser figure img {
  max-width: 452px;
  max-height: 255px;
}
body main div.aufmacher > div.small-teaser > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main div.aufmacher > div.small-teaser > div.video-teaser {
  justify-content: flex-start;
  background: url('/?proxy=img/video-teaser-bg.png') no-repeat #005086;
  background-size: cover;
  margin-top: 20px;
  padding: 20px;
  width: 100%;
  height: 50%;
  max-height: 246px;
  position: relative;
}
body main div.aufmacher > div.small-teaser > div.video-teaser div.video-player {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  display: block;
  height: calc(100% - 40px);
  max-height: 205px;
  width: 40%;
  max-width: 365px;
  overflow: hidden;
}
body main div.aufmacher > div.small-teaser > div.video-teaser div.video-player div.video-wrapper {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
body main div.aufmacher > div.small-teaser > div.video-teaser div.video-player div.video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: none;
}
body main div.aufmacher > div.small-teaser > div.video-teaser img.video-teaser-logo {
  position: absolute;
  top: 23%;
  left: 50%;
  display: block;
  height: 50%;
  max-height: 125px;
}
body main div.aufmacher.solo-slider {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px;
}
body main div.aufmacher.solo-slider > div {
  width: 100%;
}
body main div.aufmacher.solo-slider div.slider {
  margin-bottom: 0;
  overflow: hidden;
}
body main div.aufmacher.solo-slider div.slider div.slick-list {
  width: calc(100% + 25px);
  margin-left: -12px;
}
body main div.aufmacher.solo-slider div.slider div.slick-list div.slick-track div.slick-slide article {
  position: relative;
  margin: 0 12px;
}
body main div.aufmacher.solo-slider div.slider div.slick-list div.slick-track div.slick-slide article a {
  display: block;
}
body main div.aufmacher.solo-slider div.slider div.slick-list div.slick-track div.slick-slide article a h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(0, 103, 172, 0.8);
  width: fit-content;
  padding: 5px 15px;
  margin: 0;
}
body main div.aufmacher.solo-slider div.slider div.slick-list div.slick-track div.slick-slide article a h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  background: #005086;
  width: fit-content;
  padding: 10px 15px;
  margin: 0;
}
body main div.aufmacher.solo-slider div.slider div.slick-list div.slick-track div.slick-slide article a div.teaser-text {
  position: absolute;
  bottom: 12%;
  left: 0;
}
body main div.aufmacher.solo-slider div.slider div.slick-list div.slick-track div.slick-slide article a img {
  display: block;
  width: 100%;
  height: auto;
}
body main div.aufmacher.solo-slider div.slider ul.slick-dots {
  bottom: 4%;
}
body main div.aufmacher.solo-slider div.slider ul.slick-dots li {
  margin: 0 2px;
}
body main div.aufmacher.solo-slider div.slider ul.slick-dots li button:before {
  font-size: 40px;
  color: white;
}
body main div.headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px;
  clear: both;
  float: none;
  position: relative;
}
body main div.headline div {
  display: flex;
  align-items: center;
}
body main div.headline div i {
  margin-right: 4px;
}
body main div.headline div span {
  color: #323232;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  cursor: pointer;
}
body main div.headline div span.circle {
  width: 25px;
  height: 25px;
  background: #f5f5f5;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
body main div.headline div span.circle i {
  color: #b4b4b4;
  font-size: 14px;
}
body main div.headline div span.circle.active i {
  color: #005086;
}
body main div.headline div span.circle:hover i {
  color: #005086;
}
body main div.headline div span.more i {
  color: #ffcb06;
  font-size: 18px;
}
body main div.headline div span a {
  margin-left: 5px;
}
body main div.headline div h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #787878;
  text-transform: uppercase;
  margin: 8px 20px 8px 0;
}
body main div.headline div h3.active a {
  color: #005086;
}
body main div.headline div a {
  color: #b4b4b4;
}
body main .eventArchiveResult .teaser {
  display: flex;
  margin: 1em 0;
  border-bottom: 1px solid #eee;
}
body main .eventArchiveResult .event-image {
  margin-right: 1.5em;
}
body main .eventArchiveResult .event.location,
body main .eventArchiveResult .event.date {
  display: block;
}
body main div.news-highlights,
body main div.news-overview,
body main .search-wrapper {
  padding: 0 25px;
  background: #ffffff;
  z-index: 2;
  position: relative;
  clear: both;
  float: none;
}
body main div.news-highlights.list,
body main div.news-overview.list,
body main .search-wrapper.list {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
body main div.news-highlights.list div.headline div.wrapper,
body main div.news-overview.list div.headline div.wrapper,
body main .search-wrapper.list div.headline div.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main div.news-highlights.list h4,
body main div.news-overview.list h4,
body main .search-wrapper.list h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  text-transform: uppercase;
  color: #323232;
  margin: 5px 0 10px 0;
}
body main div.news-highlights.list h2,
body main div.news-overview.list h2,
body main .search-wrapper.list h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #323232;
  margin: 5px 0;
}
body main div.news-highlights.list p,
body main div.news-overview.list p,
body main .search-wrapper.list p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #323232;
  margin: 10px 0;
}
body main div.news-highlights.list img,
body main div.news-overview.list img,
body main .search-wrapper.list img {
  width: 100%;
  max-width: 280px;
  height: auto;
  max-height: 166px;
}
body main div.news-highlights.list article,
body main div.news-overview.list article,
body main .search-wrapper.list article {
  padding: 10px;
}
body main div.news-highlights.list article:nth-child(even),
body main div.news-overview.list article:nth-child(even),
body main .search-wrapper.list article:nth-child(even) {
  background: #f5f5f5;
}
body main div.news-highlights.list article a,
body main div.news-overview.list article a,
body main .search-wrapper.list article a {
  display: flex;
}
body main div.news-highlights.list article a div,
body main div.news-overview.list article a div,
body main .search-wrapper.list article a div {
  padding: 0 20px;
}
body main div.news-highlights.list div.news-list article:nth-child(-n+6),
body main div.news-overview.list div.news-list article:nth-child(-n+6),
body main .search-wrapper.list div.news-list article:nth-child(-n+6) {
  display: block;
}
body main div.news-highlights.list div.news-list article,
body main div.news-overview.list div.news-list article,
body main .search-wrapper.list div.news-list article {
  display: none;
}
body main div.news-highlights.grid,
body main div.news-overview.grid,
body main .search-wrapper.grid {
  width: 100%;
}
body main div.news-highlights.grid div.headline,
body main div.news-overview.grid div.headline,
body main .search-wrapper.grid div.headline {
  margin: 0 auto;
}
body main div.news-highlights.grid div.headline div.wrapper,
body main div.news-overview.grid div.headline div.wrapper,
body main .search-wrapper.grid div.headline div.wrapper {
  max-width: 1150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main div.news-highlights.grid h4,
body main div.news-overview.grid h4,
body main .search-wrapper.grid h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  text-transform: uppercase;
  color: #323232;
  margin: 5px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body main div.news-highlights.grid h2,
body main div.news-overview.grid h2,
body main .search-wrapper.grid h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #323232;
  margin: 5px 0;
}
body main div.news-highlights.grid p,
body main div.news-overview.grid p,
body main .search-wrapper.grid p {
  display: none;
}
body main div.news-highlights.grid div.news-list,
body main div.news-overview.grid div.news-list,
body main .search-wrapper.grid div.news-list {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 20px 0;
}
body main div.news-highlights.grid div.news-list.grid,
body main div.news-overview.grid div.news-list.grid,
body main .search-wrapper.grid div.news-list.grid {
  display: block;
  overflow: hidden;
}
body main div.news-highlights.grid div.news-list.grid .slick-list,
body main div.news-overview.grid div.news-list.grid .slick-list,
body main .search-wrapper.grid div.news-list.grid .slick-list {
  width: calc(100% + 20px);
  margin: 0 0 0 -10px;
}
body main div.news-highlights.grid div.news-list.grid .slick-slide,
body main div.news-overview.grid div.news-list.grid .slick-slide,
body main .search-wrapper.grid div.news-list.grid .slick-slide {
  margin: 10px;
}
body main div.news-highlights.grid div.news-list.grid .slick-next,
body main div.news-overview.grid div.news-list.grid .slick-next,
body main .search-wrapper.grid div.news-list.grid .slick-next {
  height: auto;
  top: 20px;
  bottom: 30px;
  right: 0;
}
body main div.news-highlights.grid div.news-list.grid .slick-prev,
body main div.news-overview.grid div.news-list.grid .slick-prev,
body main .search-wrapper.grid div.news-list.grid .slick-prev {
  height: auto;
  top: 20px;
  bottom: 30px;
  left: 0;
}
body main div.news-highlights.grid img,
body main div.news-overview.grid img,
body main .search-wrapper.grid img {
  width: 100%;
  max-width: 295px;
  height: auto;
  max-height: 166px;
}
body main div.news-highlights.grid article a,
body main div.news-overview.grid article a,
body main .search-wrapper.grid article a {
  display: flex;
  flex-direction: column;
}
body main div.news-highlights.grid article div,
body main div.news-overview.grid article div,
body main .search-wrapper.grid article div {
  background: #f5f5f5;
  padding: 5px 10px;
  width: 100%;
  height: 103px;
  overflow: hidden;
}
body main div.news-highlights.related,
body main div.news-overview.related,
body main .search-wrapper.related {
  padding: 0;
}
body main div.news-highlights.video,
body main div.news-overview.video,
body main .search-wrapper.video {
  padding: 0;
}
body main div.news-highlights.video h2,
body main div.news-overview.video h2,
body main .search-wrapper.video h2 {
  color: #ffffff;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
body main div.news-highlights.video article a,
body main div.news-overview.video article a,
body main .search-wrapper.video article a {
  position: relative;
}
body main div.news-highlights.video article a i,
body main div.news-overview.video article a i,
body main .search-wrapper.video article a i {
  position: absolute;
  font-size: 50px;
  top: 50%;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
  color: #ffffff;
  opacity: 0.5;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
body main div.news-highlights.video article a:hover i,
body main div.news-overview.video article a:hover i,
body main .search-wrapper.video article a:hover i {
  opacity: 1;
}
body main div.news-highlights.video article div,
body main div.news-overview.video article div,
body main .search-wrapper.video article div {
  background: #005086;
  height: 40px;
}
body main div.news-highlights.grid.games,
body main div.news-overview.grid.games,
body main .search-wrapper.grid.games {
  padding: 0;
}
body main div.news-highlights.grid.games div.news-list.grid .slick-slide,
body main div.news-overview.grid.games div.news-list.grid .slick-slide,
body main .search-wrapper.grid.games div.news-list.grid .slick-slide {
  margin: 0;
}
body main div.news-highlights.grid.games article,
body main div.news-overview.grid.games article,
body main .search-wrapper.grid.games article {
  background: #f5f5f5;
  border-right: 1px solid rgba(50, 50, 50, 0.025);
  padding: 5px 25px;
  height: 140px;
  position: relative;
  min-width: 150px;
}
body main div.news-highlights.grid.games article.finished,
body main div.news-overview.grid.games article.finished,
body main .search-wrapper.grid.games article.finished {
  opacity: 0.5;
}
body main div.news-highlights.grid.games article.live a div.date,
body main div.news-overview.grid.games article.live a div.date,
body main .search-wrapper.grid.games article.live a div.date {
  color: #323232;
  background: #ffcb06;
  font-size: 10px;
  padding: 3px 5px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 5px 0;
}
body main div.news-highlights.grid.games article div,
body main div.news-overview.grid.games article div,
body main .search-wrapper.grid.games article div {
  height: auto;
  padding: 5px;
}
body main div.news-highlights.grid.games article a,
body main div.news-overview.grid.games article a,
body main .search-wrapper.grid.games article a {
  color: #323232;
  margin: auto;
  text-align: center;
}
body main div.news-highlights.grid.games article a div.date,
body main div.news-overview.grid.games article a div.date,
body main .search-wrapper.grid.games article a div.date {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  white-space: nowrap;
}
body main div.news-highlights.grid.games article a div.stage,
body main div.news-overview.grid.games article a div.stage,
body main .search-wrapper.grid.games article a div.stage {
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #ffffff;
  background: #005086;
  padding: 1px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  white-space: nowrap;
}
body main div.news-highlights.grid.games article a div.stage.finals,
body main div.news-overview.grid.games article a div.stage.finals,
body main .search-wrapper.grid.games article a div.stage.finals {
  background: #003f69;
}
body main div.news-highlights.grid.games article a div.stage.semifinals,
body main div.news-overview.grid.games article a div.stage.semifinals,
body main .search-wrapper.grid.games article a div.stage.semifinals {
  background: #005086;
}
body main div.news-highlights.grid.games article a div.stage.quarterfinals,
body main div.news-overview.grid.games article a div.stage.quarterfinals,
body main .search-wrapper.grid.games article a div.stage.quarterfinals {
  background: #0067ac;
}
body main div.news-highlights.grid.games article a div.stage.groupphase,
body main div.news-overview.grid.games article a div.stage.groupphase,
body main .search-wrapper.grid.games article a div.stage.groupphase {
  background: #c4d4df;
  color: #323232;
}
body main div.news-highlights.grid.games article a div.team,
body main div.news-overview.grid.games article a div.team,
body main .search-wrapper.grid.games article a div.team {
  display: block;
  float: none;
  clear: both;
}
body main div.news-highlights.grid.games article a div.team img,
body main div.news-overview.grid.games article a div.team img,
body main .search-wrapper.grid.games article a div.team img {
  width: 25px;
  height: 25px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  float: left;
}
body main div.news-highlights.grid.games article a div.team span.name,
body main div.news-overview.grid.games article a div.team span.name,
body main .search-wrapper.grid.games article a div.team span.name {
  float: left;
  margin-left: 5px;
}
body main div.news-highlights.grid.games article a div.team .score,
body main div.news-overview.grid.games article a div.team .score,
body main .search-wrapper.grid.games article a div.team .score {
  float: right;
}
body main div.news-highlights .search-form,
body main div.news-overview .search-form,
body main .search-wrapper .search-form {
  background: #f5f5f5;
  padding: 10px 0;
  margin: 0 0 20px;
}
body main div.news-highlights .search-form form,
body main div.news-overview .search-form form,
body main .search-wrapper .search-form form {
  margin: 0 0 10px;
  padding: 0;
  display: flex;
}
body main div.news-highlights .search-form label,
body main div.news-overview .search-form label,
body main .search-wrapper .search-form label {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  flex-grow: 1;
  margin: 0 10px;
}
body main div.news-highlights .search-form input[type=text],
body main div.news-overview .search-form input[type=text],
body main .search-wrapper .search-form input[type=text] {
  border: 1px solid #b4b4b4;
  background: #ffffff;
  border-radius: 0;
  padding: 0 5px;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  flex-grow: 3;
  margin: 0 10px;
}
body main div.news-highlights .search-form input[type=submit],
body main div.news-overview .search-form input[type=submit],
body main .search-wrapper .search-form input[type=submit] {
  background: #005086;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  text-align: center;
  color: #ffffff;
  border: 0;
  flex-grow: 1;
  margin: 0 10px;
}
body main div.news-highlights .search-form p,
body main div.news-overview .search-form p,
body main .search-wrapper .search-form p {
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  padding: 0 10px;
  text-align: center;
}
body main div.news-highlights .search-form p.search-error,
body main div.news-overview .search-form p.search-error,
body main .search-wrapper .search-form p.search-error {
  font-weight: bold;
  color: #d0021b;
}
body main .search-wrapper {
  padding: 0;
  clear: both;
  float: none;
}
body main div.news-overview {
  padding: 0;
  clear: both;
  float: none;
}
body main div.news-overview div.filter {
  margin: 15px 0;
}
body main div.news-overview div.filter form {
  display: flex;
  justify-content: left;
  align-items: center;
}
body main div.news-overview div.filter form label.selectbutton {
  display: flex;
  align-items: center;
  margin-right: 15px;
  min-width: 150px;
  cursor: pointer;
  position: relative;
}
body main div.news-overview div.filter form label.selectbutton:before {
  content: '\f004';
  color: white;
  font-family: "fontello", sans-serif;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  cursor: pointer;
  font-size: 13px;
  height: 30px;
  width: 30px;
  background: #005086;
  line-height: 32px;
  text-align: center;
  right: 0;
  top: 0;
  pointer-events: none;
}
body main div.news-overview div.filter form label.selectbutton select {
  width: 100%;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  height: 30px;
  padding: 5px 50px 5px 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #323232;
  cursor: pointer;
  background: #f5f5f5;
}
body main div.news-overview div.news-list article:nth-child(-n+11) {
  display: block;
}
body main div.news-overview div.news-list article {
  display: none;
}
body main div.news-paging,
body main div.paging {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 20px 0;
  clear: both;
  float: none;
  margin-bottom: 25px;
}
body main div.news-paging div.prev,
body main div.paging div.prev,
body main div.news-paging li.prev,
body main div.paging li.prev {
  display: flex;
  align-items: center;
}
body main div.news-paging div.prev a,
body main div.paging div.prev a,
body main div.news-paging li.prev a,
body main div.paging li.prev a {
  background: #005086;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  text-transform: uppercase;
  padding: 10px 10px 10px 5px;
}
body main div.news-paging div.prev a i,
body main div.paging div.prev a i,
body main div.news-paging li.prev a i,
body main div.paging li.prev a i {
  margin-right: 5px;
}
body main div.news-paging div.prev.disabled a,
body main div.paging div.prev.disabled a,
body main div.news-paging li.prev.disabled a,
body main div.paging li.prev.disabled a {
  background: #b4b4b4;
}
body main div.news-paging div.pages span,
body main div.paging div.pages span {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #323232;
  margin: 0 5px;
  cursor: pointer;
}
body main div.news-paging div.pages span.active,
body main div.paging div.pages span.active {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #005086;
}
body main div.news-paging div.next,
body main div.paging div.next,
body main div.news-paging li.next,
body main div.paging li.next {
  display: flex;
  align-items: center;
}
body main div.news-paging div.next a,
body main div.paging div.next a,
body main div.news-paging li.next a,
body main div.paging li.next a {
  background: #005086;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  text-transform: uppercase;
  padding: 10px 5px 10px 10px;
}
body main div.news-paging div.next a i,
body main div.paging div.next a i,
body main div.news-paging li.next a i,
body main div.paging li.next a i {
  margin-left: 5px;
}
body main div.news-paging div.next.disabled a,
body main div.paging div.next.disabled a,
body main div.news-paging li.next.disabled a,
body main div.paging li.next.disabled a {
  background: #b4b4b4;
}
body main div.paging {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 20px 0;
  clear: both;
  float: none;
  margin-bottom: 25px;
}
body main div.paging ul.pages {
  display: inline-flex;
}
body main div.paging ul.pages .switchPages2 a {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #323232;
  margin: 0 5px;
  cursor: pointer;
}
body main div.paging ul.pages .switchPages2.active a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #005086;
}
body main div.paging a.left,
body main div.paging a.right {
  display: flex;
  align-items: center;
  background: #005086;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  text-transform: uppercase;
  padding: 10px;
}
body main div.paging a.left.disabled,
body main div.paging a.right.disabled {
  background: #b4b4b4;
}
body main div.paging a.left {
  padding-left: 5px;
}
body main div.paging a.left i {
  margin-right: 5px;
}
body main div.paging a.right {
  padding-right: 5px;
}
body main div.paging a.right i {
  margin-left: 5px;
}
body main div.newsdetail {
  position: relative;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  margin-bottom: 25px;
  clear: both;
  float: none;
}
body main div.newsdetail div.social-media-share {
  position: absolute;
  right: 0;
  top: 10px;
}
body main div.newsdetail div.social-media-share ul {
  display: flex;
}
body main div.newsdetail div.social-media-share ul li {
  margin-left: 5px;
}
body main div.newsdetail div.social-media-share ul li a {
  color: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
}
body main div.newsdetail div.social-media-share ul li a.facebook {
  color: #335ba0;
}
body main div.newsdetail div.social-media-share ul li a.facebook i {
  font-size: 15px;
}
body main div.newsdetail div.social-media-share ul li a.twitter {
  color: #00ace6;
}
body main div.newsdetail div.social-media-share ul li a.twitter i {
  font-size: 15px;
}
body main div.newsdetail h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #ffffff;
  background: #005086;
  padding: 10px 20px;
  display: table;
  margin-top: 0;
}
body main div.newsdetail h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #ffffff;
  background: #0067ac;
  padding: 10px 20px;
  display: table;
  margin: 0;
  text-transform: uppercase;
}
body main div.newsdetail img {
  width: 100%;
  height: auto;
  border: none;
}
body main div.newsdetail h5 {
  padding: 10px 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
}
body main div.newsdetail p.leadin {
  padding: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  background: #f5f5f5;
}
body main div.newsdetail figure.fright {
  float: right;
  padding: 5px 20px 20px 0px;
  width: 60%;
}
body main div.newsdetail figure.fleft {
  float: left;
  padding: 0px 20px 20px 0px;
  width: 60%;
}
body main div.container-w-sidebar {
  background: #ffffff;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  clear: both;
  float: none;
  overflow: scroll;
}
body main div.container-w-sidebar div.content {
  width: 65%;
}
body main div.container-w-sidebar div.content div.tv {
  padding: 0 0 10px 0;
}
body main div.container-w-sidebar div.content div.tv div.tv-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 290px;
}
body main div.container-w-sidebar div.content div.tv div.tv-wrapper iframe {
  border: none;
  width: 1px;
  min-width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
body main div.container-w-sidebar div.sidebar {
  width: 35%;
  margin-left: 35px;
}
body main div.container {
  padding: 25px;
  width: 100%;
  background: #ffffff;
  clear: both;
  float: none;
  overflow: scroll;
}
body main div.container.spott div.tv {
  padding: 0 0 10px 0;
}
body main div.container.spott div.tv div.tv-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 500px;
}
body main div.container.spott div.tv div.tv-wrapper iframe {
  border: none;
  width: 1px;
  min-width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
body main div.livestreams {
  height: 412px;
  overflow: auto;
  padding-right: 3px;
  clear: both;
  float: none;
}
body main div.livestreams section {
  background: #f5f5f5;
}
body main div.livestreams section div.date {
  background: #005086;
  background: linear-gradient(90deg, #005086 0%, #00385d 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 10px;
}
body main div.livestreams section div.date span {
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
}
body main div.livestreams section div.date.live {
  background: #ffcb06;
  background: linear-gradient(90deg, #ffcb06 0%, #ebba00 100%);
}
body main div.livestreams section div.date.live span {
  color: #323232;
}
body main div.livestreams section div.date.live span.live-badge {
  background: #ffffff;
  padding: 3px 7px;
  text-transform: uppercase;
  font-size: 11px;
}
body main div.livestreams section div.events ul {
  padding: 10px 0;
}
body main div.livestreams section div.events ul li {
  padding: 10px;
}
body main div.livestreams section div.events ul li a {
  display: flex;
}
body main div.livestreams section div.events ul li a img {
  width: 100%;
  max-width: 140px;
  height: auto;
  max-height: 79px;
}
body main div.livestreams section div.events ul li a div {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
body main div.livestreams section div.events ul li a div span.time {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 23px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #323232;
}
body main div.livestreams section div.events ul li a div span.team {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 23px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #323232;
}
body main div.livestreams::-webkit-scrollbar {
  width: 11px;
  background-color: #d4d4d4;
  border-left: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
}
body main div.livestreams::-webkit-scrollbar-thumb {
  border-left: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  background-color: #b4b4b4;
}
body main div.sportevents {
  margin-bottom: 25px;
  clear: both;
  float: none;
}
body main div.sportevents div.event {
  border: 1px solid #005086;
  margin-bottom: 10px;
}
body main div.sportevents div.event div.date {
  background: #005086;
  width: 100%;
  color: #ffffff;
  height: 30px;
  padding: 4px 0;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
}
body main div.sportevents div.event div.info {
  padding: 10px;
  display: flex;
  align-items: center;
}
body main div.sportevents div.event div.info img {
  width: 100%;
  max-width: 100px;
  height: auto;
}
body main div.sportevents div.event div.info span {
  margin-left: 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #323232;
}
body main .members-wrapper {
  clear: both;
}
body main .members-wrapper .members {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
body main .members-wrapper .member {
  margin-bottom: 20px;
  background: #f5f5f5;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
}
body main .members-wrapper .member .who {
  position: relative;
  width: 55%;
  float: left;
}
body main .members-wrapper .member .who img {
  width: 200px;
  height: 200px;
  border: 5px solid #ffffff;
  border-radius: 100%;
  box-shadow: 0 0 10px 5px rgba(50, 50, 50, 0.05);
  margin-bottom: 20px;
}
body main .members-wrapper .member .who span {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #ffffff;
  padding: 10px;
  display: table;
  position: absolute;
  white-space: nowrap;
}
body main .members-wrapper .member .who .role,
body main .members-wrapper .member .who .sname {
  background: #0067ac;
  margin: 0;
  text-transform: uppercase;
  bottom: 40px;
  left: 120px;
  font-size: 17px;
}
body main .members-wrapper .member .who .name,
body main .members-wrapper .member .who .fname {
  background: #005086;
  margin-top: 0;
  bottom: 0;
  left: 130px;
}
body main .members-wrapper .member .how {
  width: 45%;
  float: left;
  padding: 10px;
  margin: 10px 0;
}
body main .members-wrapper .member .how span,
body main .members-wrapper .member .how dd,
body main .members-wrapper .member .how dt {
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  padding-left: 25px;
  display: block;
  margin-bottom: 10px;
  position: relative;
}
body main .members-wrapper .member .how span a,
body main .members-wrapper .member .how dd a,
body main .members-wrapper .member .how dt a {
  color: #005086;
  text-decoration: none;
}
body main .members-wrapper .member .how span i {
  color: #003f69;
  font-size: 0.9em;
  width: 20px;
  display: block;
  float: left;
  margin-left: -28px;
}
body main .members-wrapper .member .how dt {
  font-weight: bold;
}
body main .members-wrapper .member .how dt,
body main .members-wrapper .member .how dd {
  float: left;
  width: 50%;
  margin: 0 0 5px;
  padding: 0;
}
body main .members-wrapper .member .how dd + dd {
  width: 100%;
  text-align: center;
}
body main .members-wrapper .member .how .btn-video {
  background: #005086;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 10px;
  margin: 10px 0;
  display: inline-block;
}
body main .members-wrapper .member.tile50 {
  position: relative;
  width: calc(50% - 0.5*20px);
}
body main .members-wrapper .member.tile50 .who {
  width: 50%;
  float: left;
}
body main .members-wrapper .member.tile50 .how {
  float: right;
}
body main .members-wrapper .member.tile25 {
  width: calc(25% - 0.75*20px);
}
body main .members-wrapper .member.tile25 .who {
  width: auto;
  float: none;
  text-align: center;
}
body main .members-wrapper .member.tile25 .who img {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}
body main .members-wrapper .member.tile25 .who .role,
body main .members-wrapper .member.tile25 .who .name,
body main .members-wrapper .member.tile25 .who .fname,
body main .members-wrapper .member.tile25 .who .sname {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  margin: auto;
}
body main .members-wrapper .member.tile25 .who span.addon {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #323232;
  background: #ffcb06;
  padding: 2px 10px;
  display: table;
  margin: auto;
  position: relative;
}
body main .members-wrapper .member.tile25 .how {
  width: auto;
  float: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
body main .members-wrapper .member.tile25 .how dt,
body main .members-wrapper .member.tile25 .how dd {
  font-size: 15px;
}
body main .members-wrapper .member.list {
  padding: 10px;
  margin-bottom: 5px;
}
body main .members-wrapper .member.list:last-child {
  margin-bottom: 20px;
}
body main .members-wrapper .member.list .who {
  float: left;
  width: auto;
  padding-right: 20px;
}
body main .members-wrapper .member.list .who img {
  display: block;
  height: 50px;
  width: 50px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  box-shadow: 0 0 10px 5px rgba(50, 50, 50, 0.05);
  margin: 0;
}
body main .members-wrapper .member.list .how {
  padding: 0;
  float: none;
  width: auto;
  margin: 0;
}
body main .members-wrapper .member.list .how dt,
body main .members-wrapper .member.list .how dd {
  width: 50%;
  padding: 0 20px;
}
body main .members-wrapper .member.list .how dt {
  text-align: center;
}
body main .members-wrapper .member.list .who + .how dt,
body main .members-wrapper .member.list .who + .how dd {
  float: none;
  width: auto;
  text-align: left;
}
body main div.documents-list article.document {
  width: 100%;
  min-height: 50px;
  background: #f5f5f5;
  margin-bottom: 10px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
body main div.documents-list article.document a {
  width: 100%;
  display: flex;
  padding: 15px;
  position: relative;
  clear: both;
  justify-content: space-between;
}
body main div.documents-list article.document a .icon {
  display: block;
  width: 10%;
  text-align: center;
  color: #005086;
  font-size: 1.2em;
}
body main div.documents-list article.document a .date {
  display: block;
  width: 20%;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #787878;
}
body main div.documents-list article.document a .title {
  display: block;
  width: 60%;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #005086;
}
body main div.documents-list article.document:hover {
  background: rgba(245, 245, 245, 0.75);
}
body main div.events {
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  margin-bottom: 25px;
}
body main div.events h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #ffffff;
  background: #005086;
  padding: 10px 15px;
  display: table;
  margin-top: 0;
  text-transform: uppercase;
}
body main div.events h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  text-transform: uppercase;
  margin-top: 50px;
}
body main div.events img.event {
  width: auto;
  max-width: 100%;
  height: auto;
  border: none;
  float: right;
  margin: 0 0 25px 25px;
}
body main div.events p.leadin {
  font-weight: 700;
}
body main div.events div.event-information {
  margin: 25px 0;
  clear: both;
  float: none;
  display: inline-block;
  padding: 20px;
  background: #f5f5f5;
  width: 100%;
}
body main div.events div.event-information div.title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  text-transform: uppercase;
}
body main div.events div.event-information div.information {
  margin-top: 25px;
}
body main div.events div.event-information div.information div.item {
  display: inline-block;
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 5px;
}
body main div.events div.event-information div.information div.item div.type {
  font-weight: bold;
  width: 20%;
  float: left;
}
body main div.events div.event-information div.information div.item div.value {
  float: left;
  width: 80%;
}
body main div.events div.event-information div.information div.item div.value a {
  color: #005086;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
}
body main div.events div.matches {
  display: block;
  margin: 25px 0;
}
body main div.events div.matches .btn {
  width: 30%;
  padding: 0 10px;
}
body main div.events div.matches .btn a {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  text-transform: uppercase;
  padding: 0 5px;
}
body main div.events div.matches .btn.fullmatch a {
  color: #ffffff;
  background: #0067ac;
}
body main div.events div.matches .btn.live a {
  color: #323232;
  background: #ffcb06;
}
body main div.events div.matches .btn i {
  font-size: 0.8em;
  float: left;
  margin: 0 2px 0 0;
}
body main div.events div.matches h3 {
  text-align: center;
}
body main div.events div.matches .match {
  display: flex;
  flex-flow: row wrap;
  background: #f5f5f5;
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
}
body main div.events div.matches .match time {
  width: 25%;
  padding: 10px;
}
body main div.events div.matches .match .match-info {
  width: 50%;
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 10px 0;
}
body main div.events div.matches .match .match-info .team {
  width: 40%;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body main div.events div.matches .match .match-info .team img {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: block;
  margin: 0 10px;
}
body main div.events div.matches .match .match-info .team.home {
  text-align: right;
}
body main div.events div.matches .match .match-info .team.home img {
  float: right;
}
body main div.events div.matches .match .match-info .team.away {
  text-align: left;
}
body main div.events div.matches .match .match-info .team.away img {
  float: left;
}
body main div.events div.matches .match .match-info .score {
  width: 20%;
  font-weight: 700;
}
body main div.events div.matches .match .btn-details {
  width: 25%;
  text-align: right;
  padding: 10px;
  cursor: pointer;
  color: #005086;
  font-size: 20px;
}
body main div.events div.matches .match .btn-live {
  width: 20%;
  text-align: center;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body main div.events div.matches .match .btn-live + .btn-details {
  width: 5%;
}
body main div.events div.matches .match .btn-live a {
  background: #ffcb06;
  color: #323232;
  padding: 0 5px;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  text-transform: uppercase;
}
body main div.events div.matches .match .match-details {
  width: 100%;
  background: #dcdcdc;
  padding: 10px;
  overflow: hidden;
  display: none;
}
body main div.events div.matches .match .match-details .scores {
  display: flex;
  padding: 6px 0;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 15px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
}
body main div.events div.matches .match .match-details .scores .competitors {
  width: 30%;
  text-align: right;
  font-weight: 700;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body main div.events div.matches .match .match-details .scores .games {
  width: 40%;
  padding: 0 10px;
  display: flex;
  justify-content: center;
}
body main div.events div.matches .match .match-details .scores .games .game {
  width: 20%;
  max-width: 70px;
  text-align: center;
  border-left: 1px solid #323232;
}
body main div.events div.matches .match .match-details .scores .games .game:first-child,
body main div.events div.matches .match .match-details .scores .games .game.notplayed {
  border-left: none;
}
body main div.events div.matches .match .match-details .scores .btn-play {
  width: 30%;
  padding: 0 10px;
}
body main div.events div.matches .match .match-details .scores .btn-play a {
  display: inline-block;
  background: #005086;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  text-transform: uppercase;
  padding: 0 5px;
}
body main div.events div.standings {
  display: flex;
  float: none;
  clear: both;
  margin-bottom: 25px;
  flex-flow: row wrap;
}
body main div.events div.standings div.standing table {
  table-layout: fixed;
  width: 100%;
  background: #f5f5f5;
  border-collapse: collapse;
}
body main div.events div.standings div.standing table th,
body main div.events div.standings div.standing table td {
  border: 4px solid #fff;
  padding: 15px 10px;
  white-space: nowrap;
}
body main div.events div.standings div.standing table thead tr th {
  background: #005086;
  color: #ffffff;
}
body main div.events div.standings div.standing table img {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: none;
  position: relative;
  top: 2px;
}
body main div.events div.standings div.standing table span:not(.hidemobile):not(.hidedesktop) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 75%;
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 10px;
}
body main div.events div.standings div.standing table .w40 {
  width: 40%;
}
body main div.events div.standings div.standing table .w12 {
  width: 12%;
}
body main div.events .bracket {
  display: flex;
  flex-direction: row;
  padding: 70px 0 20px;
  height: auto;
  margin: 0 -2em;
}
body main div.events .bracket .round {
  display: block;
  flex: 1;
  border-right: 1px dashed #dcdcdc;
  align-items: center;
  position: relative;
}
body main div.events .bracket .round:last-child {
  border-right: 0;
}
body main div.events .bracket h3 {
  color: #b4b4b4;
  text-align: center;
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
}
body main div.events .bracket .list {
  display: flex;
  flex-direction: column;
  flex-flow: row wrap;
  justify-content: center;
  height: 100%;
  min-height: 100%;
  align-items: stretch;
}
body main div.events .bracket .item {
  position: relative;
  padding: 0 2em;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
body main div.events .bracket .match {
  margin: 1em 0;
  width: 100%;
}
body main div.events .bracket .match .team {
  background: #f5f5f5;
  color: #323232;
  padding: 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  display: flex;
  justify-content: space-between;
}
body main div.events .bracket .match .team .leg,
body main div.events .bracket .match .team .score {
  width: 10%;
  text-align: center;
}
body main div.events .bracket .match .team .leg {
  border-right: 1px solid rgba(50, 50, 50, 0.5);
}
body main div.events .bracket .match .team.won .name,
body main div.events .bracket .match .team .won,
body main div.events .bracket .match .team .score {
  font-weight: 700;
}
body main div.events .bracket .match .team .name {
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body main div.events .bracket .match .team.won {
  background: #005086;
  color: #ffffff;
}
body main div.events .bracket .match .team.won .leg {
  border-right-color: rgba(255, 255, 255, 0.5);
}
body main div.events .bracket .round:not(:last-child) .item:after {
  position: absolute;
  content: '';
  right: -2px;
  display: block;
  width: 2em;
  height: 50%;
  border-right: 2px solid #9e9e9e;
}
body main div.events .bracket .round:not(:last-child) .item:nth-child(odd):after {
  border-top: 2px solid #9e9e9e;
  top: calc(50% - 1px);
}
body main div.events .bracket .round:not(:last-child) .item:nth-child(even):after {
  border-bottom: 2px solid #9e9e9e;
  bottom: calc(50% - 1px);
}
body main div.events .bracket .round:not(:first-child) .item:before {
  position: absolute;
  content: '';
  left: 0;
  display: block;
  width: 2em;
  height: 50%;
  border-top: 2px solid #9e9e9e;
  top: calc(50% - 1px);
}
@media (max-width: 750px) {
  body main div.events .bracket {
    flex-direction: column;
    margin: 0 -0.5em;
    padding-top: 0;
  }
  body main div.events .bracket .round {
    border-right: 0;
    border-bottom: 1px dashed #dcdcdc;
  }
  body main div.events .bracket .round:last-child {
    border-bottom: 0;
  }
  body main div.events .bracket h3 {
    position: static;
    margin: 20px 0 0;
  }
  body main div.events .bracket .list {
    flex-direction: row;
  }
  body main div.events .bracket .item {
    width: 50%;
    padding: 0 .5em;
  }
  body main div.events .bracket .item:before,
  body main div.events .bracket .item:after {
    display: none !important;
  }
}
body main div.livescoring div.games {
  clear: both;
  margin: 10px -20px 10px 0;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
body main div.livescoring div.games div.nogames {
  color: #b4b4b4;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  margin-bottom: 50px;
}
body main div.livescoring div.games div.game {
  display: block;
  background: #f5f5f5;
  margin-bottom: 20px;
  overflow: hidden;
  width: calc(25% - 20px);
  margin-right: 20px;
  padding-bottom: 10px;
}
body main div.livescoring div.games div.game:nth-child(4) {
  margin-right: 0;
}
body main div.livescoring div.games div.game.upcoming div.teams div.team .score {
  color: #b4b4b4;
}
body main div.livescoring div.games div.game.live div.header {
  background: #ffcb06;
  background: linear-gradient(90deg, #ffcb06 0%, #ebba00 100%);
}
body main div.livescoring div.games div.game.live div.header:before {
  color: #323232;
}
body main div.livescoring div.games div.game.live div.header span {
  color: #323232;
}
body main div.livescoring div.games div.game.finished div.teams div.team span.name.out {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
}
body main div.livescoring div.games div.game div.header {
  background: #005086;
  background: linear-gradient(90deg, #005086 0%, #00385d 100%);
  width: 100%;
  height: 30px;
  padding: 5px 5px 5px 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
body main div.livescoring div.games div.game div.header span {
  color: #ffffff;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
}
body main div.livescoring div.games div.game div.header span.live-badge {
  background: #ffffff;
  color: #323232;
  padding: 3px 7px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
}
body main div.livescoring div.games div.game div.teams {
  width: 100%;
  padding: 15px 20px 15px 10px;
}
body main div.livescoring div.games div.game div.teams div.team {
  display: block;
  float: none;
  clear: both;
  height: auto;
  padding: 5px 0;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
}
body main div.livescoring div.games div.game div.teams div.team img {
  width: 25px;
  height: 25px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  float: left;
  position: relative;
  top: -2px;
}
body main div.livescoring div.games div.game div.teams div.team span.name {
  float: left;
  margin-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 70%;
}
body main div.livescoring div.games div.game div.teams div.team .score {
  float: right;
}
body main div.livescoring div.games div.game div.info {
  color: #b4b4b4;
  float: none;
  clear: both;
  overflow: hidden;
  margin: 0 15px;
  display: flex;
  justify-content: space-between;
}
body main div.livescoring div.games div.game div.info div.stage {
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  float: left;
}
body main div.livescoring div.games div.game div.info div.more {
  float: right;
  padding-right: 20px;
  position: relative;
}
body main div.livescoring div.games div.game div.info .btn {
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  cursor: pointer;
}
body main div.livescoring div.games div.game div.info .btn i {
  float: right;
  margin: 1px 0 -1px 2px;
}
body main div.livescoring div.games div.game div.info .btn.hidden {
  display: none;
}
body main div.livescoring div.games div.game .matches {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
body main div.livescoring div.games div.game.open .matches {
  max-height: 500px;
}
body main div.livescoring div.games div.game .match {
  margin: 5px 20px;
  padding: 10px 0;
  border-top: 1px solid #dcdcdc;
  clear: both;
  position: relative;
}
body main div.livescoring div.games div.game .match .heading {
  writing-mode: vertical-rl;
  transform: rotate(180deg) scale(1.15);
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  color: #b4b4b4;
  float: left;
  width: 30px;
  text-align: center;
  margin: auto;
}
body main div.livescoring div.games div.game .match .name,
body main div.livescoring div.games div.game .match .btn {
  margin-left: 30px;
}
body main div.livescoring div.games div.game .match .name {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  padding: 5px 0;
  color: #323232;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
body main div.livescoring div.games div.game .match .serving:before {
  content: "⬤";
  display: block;
  color: #ffcb06;
  float: left;
  width: 20px;
  text-align: left;
}
body main div.livescoring div.games div.game .match .btn {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  text-transform: uppercase;
  padding: 3px 10px;
  background: #ffcb06;
  color: #323232;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
body main div.livescoring .livescoring-header {
  position: relative;
  display: flex;
  background: #005086;
  background: linear-gradient(90deg, #005086 0%, #00385d 100%);
  padding: 20px;
  margin: 0 0 20px;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
}
body main div.livescoring .livescoring-header .teams {
  width: 50%;
}
body main div.livescoring .livescoring-header .teams .team {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 50px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  clear: both;
  padding: 5px 0;
}
body main div.livescoring .livescoring-header .teams span {
  display: block;
  margin: 2px 0;
}
body main div.livescoring .livescoring-header .teams img {
  display: block;
  border: 2px solid #0067ac;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  float: left;
  margin-right: 10px;
}
body main div.livescoring .livescoring-header .results {
  counter-reset: section;
  text-align: center;
  display: flex;
}
body main div.livescoring .livescoring-header .results div {
  padding: 0 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
body main div.livescoring .livescoring-header .results div:first-child {
  border-left: 0;
}
body main div.livescoring .livescoring-header .results span {
  display: block;
  padding: 5px 0;
  min-width: 32px;
}
body main div.livescoring .livescoring-header .results .leg {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 50px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  position: relative;
}
body main div.livescoring .livescoring-header .results .leg:before {
  counter-increment: section;
  content: "Leg " counter(section);
  position: absolute;
  display: block;
  top: calc(50% - 8px);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  left: 0;
  right: 0;
}
body main div.livescoring .livescoring-header .results .leg.notplayed {
  color: rgba(255, 255, 255, 0.75);
}
body main div.livescoring .livescoring-header .results .score {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
}
body main div.livescoring .livescoring-match {
  display: block;
  background: #f5f5f5;
  margin-bottom: 20px;
  overflow: hidden;
}
body main div.livescoring .livescoring-match .header {
  background: #005086;
  background: linear-gradient(90deg, #005086 0%, #00385d 100%);
  padding: 5px 5px 5px 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  color: #ffffff;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
}
body main div.livescoring .livescoring-match .header .info {
  text-transform: uppercase;
  font-weight: 700;
}
body main div.livescoring .livescoring-match .header .live-badge {
  background: #ffffff;
  color: #323232;
  padding: 3px 7px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
}
body main div.livescoring .livescoring-match .content {
  padding: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  color: #323232;
}
body main div.livescoring .livescoring-match .content .btns {
  width: 200px;
  padding-right: 2em;
  display: flex;
  flex-flow: column nowrap;
}
body main div.livescoring .livescoring-match .content .btns .btn {
  padding: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  margin: 10px 0;
  background: #b4b4b4;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}
body main div.livescoring .livescoring-match .content .btns .btn.live {
  background: #ffcb06;
  color: #323232;
}
body main div.livescoring .livescoring-match .content .btns .btn.video {
  background: #005086;
  color: #ffffff;
}
body main div.livescoring .livescoring-match .content .btns .btn.stats {
  background: #005086;
  color: #ffffff;
}
body main div.livescoring .livescoring-match .content .competitors {
  display: flex;
  flex-flow: column nowrap;
  width: 40%;
}
body main div.livescoring .livescoring-match .content .competitors .competitor {
  padding: 5px 0;
}
body main div.livescoring .livescoring-match .content .competitors .competitor.won .name {
  font-weight: 700;
}
body main div.livescoring .livescoring-match .content .competitors img {
  display: block;
  float: left;
  margin-right: 1em;
  width: auto;
  height: 50px;
}
body main div.livescoring .livescoring-match .content .competitors .name {
  display: block;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
}
body main div.livescoring .livescoring-match .content .competitors .team {
  display: block;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 25px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
}
body main div.livescoring .livescoring-match .content .competitors .serving:before {
  content: "⬤";
  display: block;
  color: #ffcb06;
  float: right;
  width: 20px;
  text-align: left;
  line-height: 50px;
}
body main div.livescoring .livescoring-match .content .results {
  counter-reset: section;
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
}
body main div.livescoring .livescoring-match .content .results div {
  padding: 0 24px;
  border-left: 1px solid rgba(180, 180, 180, 0.5);
}
body main div.livescoring .livescoring-match .content .results div:first-child {
  border-left: 0;
}
body main div.livescoring .livescoring-match .content .results span {
  display: block;
  padding: 5px 0;
  min-width: 32px;
}
body main div.livescoring .livescoring-match .content .results .game {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 50px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  position: relative;
}
body main div.livescoring .livescoring-match .content .results .game:before {
  counter-increment: section;
  content: "Game " counter(section);
  position: absolute;
  display: block;
  top: calc(50% - 8px);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  left: 0;
  right: 0;
}
body main div.livescoring .livescoring-match .content .results .game.notplayed {
  color: rgba(50, 50, 50, 0.5);
}
body main div.livescoring .livescoring-match .content .results .score {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
}
body main div.livescoring .livescoring-match .match-stats {
  background: #e8e8e8;
  padding: 20px;
  color: #323232;
}
body main div.livescoring .livescoring-match .match-stats .competitors {
  display: flex;
  justify-content: space-between;
}
body main div.livescoring .livescoring-match .match-stats .competitors .competitor {
  width: 50%;
}
body main div.livescoring .livescoring-match .match-stats .competitors img {
  display: block;
  float: left;
  margin: 0 2em 0 0;
  height: 150px;
  width: auto;
  max-width: 150px;
}
body main div.livescoring .livescoring-match .match-stats .competitors span {
  display: block;
}
body main div.livescoring .livescoring-match .match-stats .competitors .name {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
}
body main div.livescoring .livescoring-match .match-stats .competitors .team {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
}
body main div.livescoring .livescoring-match .match-stats .competitors .away img {
  float: right;
  margin: 0 0 0 2em;
}
body main div.livescoring .livescoring-match .match-stats .competitors .away span {
  text-align: right;
}
body main div.livescoring .livescoring-match .match-stats .chart {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
body main div.livescoring .livescoring-match .match-stats .chart h3 {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
body main div.livescoring .livescoring-match .match-stats .chart h3,
body main div.livescoring .livescoring-match .match-stats .chart span {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  padding: 5px;
}
body main div.livescoring .livescoring-match .match-stats .chart li {
  margin: 20px 0;
  position: relative;
  clear: both;
  overflow: hidden;
  background: #ffffff;
}
body main div.livescoring .livescoring-match .match-stats .chart li:last-child {
  margin-bottom: 0;
}
body main div.livescoring .livescoring-match .match-stats .chart li.bar h3 {
  position: absolute;
  left: 0;
  right: 0;
}
body main div.livescoring .livescoring-match .match-stats .chart li.bar > div {
  width: 50%;
  float: left;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
body main div.livescoring .livescoring-match .match-stats .chart li.bar .bar {
  display: block;
  margin: 0;
  animation: slideIn 0.5s ease-out;
  background: #ffcb06;
}
body main div.livescoring .livescoring-match .match-stats .chart li.bar .value {
  display: block;
  width: 25%;
}
@keyframes slideIn {
  0% {
    width: 0;
  }
}
body main div.livescoring .livescoring-match .match-stats .chart li.bar .away .value {
  text-align: right;
  order: 2;
}
body main div.livescoring .livescoring-match .match-stats .chart li.bar .away .bar {
  order: 1;
}
body main div.livescoring .livescoring-match .match-stats .chart li.points > div {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: left;
  margin: 0 10px;
  padding: 5px 0;
}
body main div.livescoring .livescoring-match .match-stats .chart li.points .home {
  border-bottom: 1px solid #f5f5f5;
}
body main div.livescoring .livescoring-match .match-stats .chart li.points .name {
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body main div.livescoring .livescoring-match .match-stats .chart li.points .point {
  width: 8px;
  height: 8px;
  margin: 11px;
  background: #dcdcdc;
  display: block;
  border-radius: 100%;
}
body main div.livescoring .livescoring-match .match-stats .chart li.points .point.won,
body main div.livescoring .livescoring-match .match-stats .chart li.points .point.ace,
body main div.livescoring .livescoring-match .match-stats .chart li.points .point.breakpoint-won {
  width: 16px;
  height: 16px;
  margin: 7px;
}
body main div.livescoring .livescoring-match .match-stats .chart li.points .total {
  margin: 0 20px;
}
body main div.livescoring .livescoring-match .match-stats .chart li.points .legend {
  clear: both;
  display: flex;
  justify-content: left;
  margin: 10px 0 10px 200px;
}
body main div.livescoring .livescoring-match .match-stats .chart li.points .legend li {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  margin: 0 15px;
}
body main div.livescoring .livescoring-match .match-stats .chart li.points .legend span {
  display: block;
  float: left;
  width: 8px;
  height: 8px;
  margin: 6px;
  border-radius: 100%;
}
body main div.livescoring .livescoring-match .match-stats .chart li.points .won {
  background: #005086;
}
body main div.livescoring .livescoring-match .match-stats .chart li.points .ace {
  background: #d0021b;
}
body main div.livescoring .livescoring-match .match-stats .chart li.points .breakpoint-won {
  background: #ffcb06;
}
body main div.livescoring .livescoring-match .match-stats .navi-match {
  background: #005086;
  color: #ffffff;
}
body main div.livescoring .livescoring-match.live .header {
  background: #ffcb06;
  background: linear-gradient(90deg, #ffcb06 0%, #ebba00 100%);
  color: #323232;
}
body main div.livescoring .livescoring-match.live .content .competitors .name {
  font-weight: 700;
}
body main div.livescoring .livescoring-match.upcoming .content .results .score {
  color: #b4b4b4;
}
body main div.social-stream {
  margin-bottom: 25px;
  clear: both;
  float: none;
}
body main div.social-stream .slick-list {
  margin: 0 -10px;
}
body main div.social-stream .slick-slide {
  margin: 10px;
}
body main div.social-stream div.stream {
  display: flex;
  flex-direction: column;
}
body main div.social-stream div.stream a {
  width: 100%;
}
body main div.social-stream div.stream a img {
  width: 100%;
  max-width: 280px;
  height: auto;
  max-height: 158px;
}
body main div.social-stream div.stream div {
  background: #f5f5f5;
  padding: 5px 15px;
  height: 103px;
  overflow: hidden;
}
body main div.social-stream div.stream div h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  text-transform: uppercase;
  color: #323232;
  margin: 5px 0 5px 0;
}
body main div.social-stream div.stream div p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #323232;
  margin: 5px 0;
}
body main div.social-stream div.stream div p span {
  color: #005086;
}
body main div.partners {
  margin-bottom: 25px;
  clear: both;
  float: none;
}
body main div.partners ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
body main div.partners ul li {
  width: 13.667%;
  text-align: center;
  float: left;
  position: relative;
  margin: 0 1.5%;
}
body main div.partners ul li a {
  display: inline-block;
  background: url("/?proxy=img/sprite_sponsoren_032020.png") 0 0 no-repeat;
  width: 120px;
  height: 51px;
  margin: 3% 0;
}
body main div.partners ul li a.joola {
  background-position: 0 -52px;
}
body main div.partners ul li a.joola:hover {
  background-position: 0 0;
}
body main div.partners ul li a.stiga {
  background-position: -242px -52px;
}
body main div.partners ul li a.stiga:hover {
  background-position: -242px 0;
}
body main div.partners ul li a.dhs {
  background-position: -363px -52px;
}
body main div.partners ul li a.dhs:hover {
  background-position: -363px 0;
}
body main div.partners ul li a.donic {
  background-position: -484px -52px;
}
body main div.partners ul li a.donic:hover {
  background-position: -484px 0;
}
body main div.partners ul li a.neubauer {
  background-position: -605px -52px;
}
body main div.partners ul li a.neubauer:hover {
  background-position: -605px 0;
}
body main div.partners ul li a.gewo {
  background-position: -1935px -52px;
}
body main div.partners ul li a.gewo:hover {
  background-position: -1935px 0;
}
body main div.partners ul li a.tibhar {
  background-position: -726px -52px;
}
body main div.partners ul li a.tibhar:hover {
  background-position: -726px 0;
}
body main div.partners ul li a.butterfly {
  background-position: -847px -52px;
}
body main div.partners ul li a.butterfly:hover {
  background-position: -847px 0;
}
body main div.partners ul li a.nittaku {
  background-position: -968px -52px;
}
body main div.partners ul li a.nittaku:hover {
  background-position: -968px 0;
}
body main div.partners ul li a.andro {
  background-position: -1089px -52px;
}
body main div.partners ul li a.andro:hover {
  background-position: -1089px 0;
}
body main div.partners ul li a.xiom {
  background-position: -1452px -52px;
}
body main div.partners ul li a.xiom:hover {
  background-position: -1452px 0;
}
body main div.partners ul li a.stag {
  display: none;
  background-position: -1815px -52px;
}
body main div.partners ul li a.stag:hover {
  background-position: -1815px 0;
}
body main div.partners.partners--big ul {
  width: 100%;
  margin-top: 35px;
}
body main div.partners.partners--big ul li a {
  background: url("/?proxy=img/sprite_sponsoren_big_092021.png") 0 0 no-repeat;
  height: 50px;
}
body main div.partners.partners--big ul li a.gazprom {
  background-position: 0 -50px;
  margin-top: -10px;
  transform: scale(1.2);
}
body main div.partners.partners--big ul li a.gazprom:hover {
  background-position: 0 0;
}
body main div.partners.partners--big ul li a.tibhar {
  background-position: -120px -50px;
}
body main div.partners.partners--big ul li a.tibhar:hover {
  background-position: -120px 0;
}
body main div.partners.partners--big ul li a.rostselmash {
  background-position: -240px -50px;
}
body main div.partners.partners--big ul li a.rostselmash:hover {
  background-position: -240px 0;
}
body main div.partners.partners--big ul li a.mirtrade {
  background-position: -360px -50px;
}
body main div.partners.partners--big ul li a.mirtrade:hover {
  background-position: -360px 0;
}
body main div.partners.partners--big ul li a.gealan {
  background-position: -720px -50px;
}
body main div.partners.partners--big ul li a.gealan:hover {
  background-position: -720px 0;
}
body main div.partners.partners--big ul li a.pomegranate {
  background-position: -480px -50px;
}
body main div.partners.partners--big ul li a.pomegranate:hover {
  background-position: -480px 0;
}
body main div.partners.partners--big ul li a.bosco {
  background-position: -600px -50px;
}
body main div.partners.partners--big ul li a.bosco:hover {
  background-position: -600px 0;
}
body main div.partners.partners--big ul li:nth-of-type(6) {
  margin-bottom: 25px;
}
body main .participants {
  display: flex;
  flex-flow: row wrap;
}
body main .participants .group {
  width: 50%;
  padding: 0 5%;
}
body main .participants h3 {
  border-bottom: 1px solid #dcdcdc;
}
body main .participants ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body main .participants li {
  overflow: hidden;
  margin-bottom: 5px;
}
body main .participants li img {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  float: left;
  margin-right: 10px;
}
body main .participants li span {
  display: block;
  margin-left: 60px;
}
body main .participants li .name {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #005086;
  text-transform: uppercase;
}
body main .participants li .country {
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #323232;
}
body main .participants li a {
  display: block;
  padding: 5px;
  position: relative;
}
body main .participants li a:hover {
  background: #f5f5f5;
}
body main .participants li a:hover:after {
  content: "›";
  position: absolute;
  right: 0;
  top: 0;
  color: #005086;
  font-size: 30px;
  line-height: 50px;
  padding: 0 20px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}
body main .participant-header {
  position: relative;
  display: flex;
  background: #005086;
  background: linear-gradient(90deg, #005086 0%, #00385d 100%);
  padding: 20px;
  margin: 0 0 20px;
  align-items: center;
  justify-content: space-between;
}
body main .participant-header > img {
  border-radius: 100%;
  border: 5px solid #0067ac;
  display: block;
  width: 150px;
  height: 150px;
}
body main .participant-header .heading h2,
body main .participant-header .heading h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #ffffff;
  margin: 0;
}
body main .participant-header .heading h2 {
  text-transform: uppercase;
  font-size: 20px;
}
body main .participant-header .info {
  margin: 0;
  padding: 20px;
  list-style: none;
  column-count: 2;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #ffffff;
}
body main .participant-header .info li {
  padding: 5px 0;
}
body main .participant-header .info i,
body main .participant-header .info a {
  color: #c4d4df;
}
body main .participant-header .info img {
  float: left;
  margin-right: 10px;
}
body main .participant-venue {
  padding: 0 0 20px 0;
  overflow: hidden;
}
body main .participant-venue iframe {
  float: left;
}
body main .participant-venue .info {
  float: left;
}
body main .participant-venue .info h4,
body main .participant-venue .info p {
  margin: 0;
  padding: 5px 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
}
body main div.associaton {
  width: calc(25% - 20px);
  float: left;
  margin: 10px;
  background: #f5f5f5;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 500px;
  position: relative;
}
body footer {
  margin-bottom: 100px;
  clear: both;
  float: none;
}
body footer div.wrapper {
  background: #005086;
  background: linear-gradient(90deg, #005086 0%, #00385d 100%);
  padding: 10px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body footer p {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: inherit;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  color: #ffffff;
  margin-left: 30px;
  max-width: 600px;
}
body footer img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 170px;
  max-height: 25px;
}
body footer div.copyright {
  display: flex;
  align-items: center;
}
body footer div.copyright img {
  width: 100%;
  height: auto;
  max-width: 60px;
  max-height: 40px;
}
/* './storage/ettu_org_v2/static/style/responsive.less.' */
@media screen and (max-width: 1290px), screen and (max-height: 630px) {
  body main div.social-ear {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  main div.aufmacher > div.small-teaser > div.video-teaser div.video-player {
    width: 35%;
  }
  footer {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .hidemobile,
  .hidemobile-inline {
    display: none !important;
  }
  .hidedesktop {
    display: block !important;
  }
  td.hidedesktop,
  th.hidedesktop {
    display: table-cell !important;
  }
  table th,
  table td {
    padding: 10px !important;
  }
  div.wrapper {
    max-width: 750px;
  }
  body {
    min-width: auto;
  }
  body header {
    background: none;
    height: auto;
  }
  body header > div {
    padding: 0;
  }
  body header div.header {
    height: 60px;
    padding: 15px 25px 0 25px;
    background: #005086;
    background: linear-gradient(90deg, #005086 0%, #00385d 100%);
  }
  body header div.header div.logos img {
    height: 30px;
    width: auto;
  }
  body header div.header div.menu-button {
    display: block;
    cursor: pointer;
    width: 30px;
    height: 30px;
  }
  body header div.header div.menu-button i {
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  body header div.header div.menu-button i.open {
    font-size: 16px;
    top: 24px;
    right: 30px;
    opacity: 0.5;
  }
  body header div.header div.menu-button i.open:before {
    content: '\e800';
  }
  body header div.header div.social {
    display: none;
  }
  body header div.header div.social.open {
    display: block;
    position: absolute;
    top: 90px;
    width: calc(100% - 50px);
    z-index: 4;
  }
  body header div.header div.social.open div.search-container input[type=text] {
    min-width: auto;
    width: 100%;
  }
  body header div.header div.social.open div.social-media {
    margin-left: 0;
    margin-top: 25px;
  }
  body header div.header div.social.open div.social-media ul {
    justify-content: space-between;
  }
  body header div.header div.social.open div.social-media ul li {
    margin-left: 0;
  }
  body header div.header div.social.open div.social-media ul li a {
    width: 35px;
    height: 35px;
  }
  body header nav {
    display: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
  }
  body header nav.open {
    display: block;
    padding: 120px 15px 25px 15px;
    background: #005086;
    background: linear-gradient(90deg, #005086 0%, #00385d 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  body header nav.open > ul {
    display: block;
    margin-top: 15px;
  }
  body header nav.open > ul > li {
    margin: 0;
  }
  body header nav.open > ul > li:nth-child(1) {
    margin-left: 0;
  }
  body header nav.open > ul > li a {
    font-size: 17px;
    width: 100%;
  }
  body header nav.open > ul > li a i {
    font-size: 10px;
    right: -5px;
  }
  body header nav.open > ul > li.live a span {
    right: 10px;
    left: auto;
    top: 11px;
  }
  body header nav.open > ul > li > ul {
    position: relative;
    top: auto;
    padding: 0;
  }
  body header nav.open > ul > li > ul > li {
    width: 100%;
  }
  body header nav.open > ul > li > ul > li.active > ul {
    position: inherit;
    left: 0;
  }
  body header nav.open > ul > li > ul > li.active > ul > li {
    width: 100% !important;
  }
  body header nav.open > ul > li > ul > li.active > ul > li a {
    font-size: 14px;
  }
  body main {
    margin-top: 0;
  }
  body main .col-2,
  body main .col-2 + .col-2 {
    float: none;
    margin-right: 0;
    margin-left: 0;
    clear: both !important;
    width: auto;
  }
  body main div.contentnavi {
    background: rgba(0, 0, 0, 0.025);
    padding: 15px;
    margin: 0 0 25px 0;
  }
  body main div.contentnavi ul {
    display: block;
  }
  body main div.contentnavi ul li {
    display: block;
    margin: 0;
  }
  body main div.contentnavi ul li.active,
  body main div.contentnavi ul li:hover {
    margin-top: 0;
  }
  body main div.contentnavi ul li.active a,
  body main div.contentnavi ul li:hover a {
    color: #005086;
  }
  body main div.contentnavi ul li:not(.active):hover {
    border: none;
  }
  body main div.contentnavi ul li a {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: inherit;
    font-family: 'Open Sans Condensed',Arial,sans-serif;
  }
  body main div.contentnavi.groups ul li {
    margin: 0;
  }
  body main div.contentnavi.groups ul li.active,
  body main div.contentnavi.groups ul li:hover {
    margin-top: 0;
  }
  body main div.contentnavi.stats {
    padding: 0 0 4px;
  }
  body main div.contentnavi.stats ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  body main div.contentnavi.stats ul li {
    margin: 0 2px 0 0;
    font-size: 12px;
    white-space: nowrap;
    width: calc(100% / 6);
    text-align: center;
    padding: 0;
  }
  body main div.contentnavi.stats ul li:last-child {
    margin: 0;
  }
  body main div.contentnavi.stats ul li .btn {
    padding: 8px 0;
  }
  body main div.aufmacher {
    display: block;
  }
  body main div.aufmacher > div {
    width: auto;
  }
  body main div.aufmacher > div figure div.teaser-text {
    position: relative;
  }
  body main div.aufmacher > div figure h4 {
    font-size: 11px;
    width: 100%;
  }
  body main div.aufmacher > div figure h3 {
    font-size: 17px;
    width: 100%;
  }
  body main div.aufmacher > div.big-teaser {
    padding: 15px;
  }
  body main div.aufmacher > div.small-teaser {
    display: block;
    padding: 0 15px 15px 15px;
  }
  body main div.aufmacher > div.small-teaser figure h3 {
    font-size: 17px;
  }
  body main div.aufmacher > div.small-teaser figure h4 {
    font-size: 11px;
  }
  body main div.aufmacher > div.small-teaser figure:nth-child(1) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  body main div.aufmacher > div.small-teaser figure img {
    max-height: none;
    max-width: none;
  }
  body main div.aufmacher > div.small-teaser div {
    display: block;
  }
  body main div.aufmacher > div.small-teaser div.video-teaser {
    margin-top: 15px;
    padding: 15px;
    display: inline-table;
  }
  body main div.aufmacher > div.small-teaser div.video-teaser div.video-player {
    width: 100% !important;
    height: auto !important;
    max-height: none;
    bottom: auto;
    position: relative;
    top: auto;
    left: auto;
    max-width: none;
  }
  body main div.aufmacher > div.small-teaser div.video-teaser img.video-teaser-logo {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    height: auto;
    max-height: none;
    width: 75%;
    margin: 25px auto;
  }
  body main div.aufmacher.solo-slider {
    padding: 15px;
  }
  body main div.aufmacher.solo-slider div.slider {
    padding-bottom: 25px;
  }
  body main div.aufmacher.solo-slider div.slider div.slick-list div.slick-track article.slick-slide a h4 {
    font-size: 11px;
    width: 100%;
  }
  body main div.aufmacher.solo-slider div.slider div.slick-list div.slick-track article.slick-slide a h3 {
    font-size: 17px;
    width: 100%;
  }
  body main div.aufmacher.solo-slider div.slider div.slick-list div.slick-track article.slick-slide a div.teaser-text {
    position: relative;
    bottom: 0;
  }
  body main div.aufmacher.solo-slider div.slider div.slick-list div.slick-track article.slick-slide a img {
    display: block;
    width: 100%;
    height: auto;
  }
  body main div.aufmacher.solo-slider div.slider ul.slick-dots {
    bottom: 0;
  }
  body main div.aufmacher.solo-slider div.slider ul.slick-dots li button:before {
    font-size: 35px;
    color: #005086;
  }
  body main div.headline div span.circle.list {
    display: none;
  }
  body main div.news-highlights,
  body main div.news-overview,
  body main .search-wrapper {
    display: block;
    padding: 0 15px;
  }
  body main div.news-highlights.grid img,
  body main div.news-overview.grid img,
  body main .search-wrapper.grid img {
    max-width: none;
    max-height: none;
  }
  body main div.news-highlights.list h2,
  body main div.news-overview.list h2,
  body main .search-wrapper.list h2 {
    margin: 0;
  }
  body main div.news-highlights.list h4,
  body main div.news-overview.list h4,
  body main .search-wrapper.list h4,
  body main div.news-highlights.list p,
  body main div.news-overview.list p,
  body main .search-wrapper.list p {
    margin: 5px 0;
  }
  body main div.news-highlights.list article,
  body main div.news-overview.list article,
  body main .search-wrapper.list article {
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: 1px solid #dcdcdc;
  }
  body main div.news-highlights.list article:nth-child(even),
  body main div.news-overview.list article:nth-child(even),
  body main .search-wrapper.list article:nth-child(even) {
    background: 0;
  }
  body main div.news-highlights.list article a,
  body main div.news-overview.list article a,
  body main .search-wrapper.list article a {
    display: block;
    width: 100%;
  }
  body main div.news-highlights.list article a img,
  body main div.news-overview.list article a img,
  body main .search-wrapper.list article a img {
    display: block;
    max-width: none;
    max-height: none;
  }
  body main div.news-highlights.list article a div,
  body main div.news-overview.list article a div,
  body main .search-wrapper.list article a div {
    width: 100%;
    padding: 0;
  }
  body main div.news-highlights.list #banner,
  body main div.news-overview.list #banner,
  body main .search-wrapper.list #banner {
    border-bottom: 1px solid #dcdcdc;
  }
  body main div.news-highlights .search-form form,
  body main div.news-overview .search-form form,
  body main .search-wrapper .search-form form {
    display: flex;
    flex-wrap: wrap;
  }
  body main div.news-highlights .search-form label,
  body main div.news-overview .search-form label,
  body main .search-wrapper .search-form label {
    width: 100%;
  }
  body main div.news-highlights .search-form input[type=text],
  body main div.news-overview .search-form input[type=text],
  body main .search-wrapper .search-form input[type=text] {
    border: 1px solid #b4b4b4;
    background: #ffffff;
    border-radius: 0;
    padding: 0 5px;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
    font-family: 'Open Sans Condensed',Arial,sans-serif;
    flex-grow: 3;
    margin: 0 10px;
  }
  body main div.news-highlights .search-form input[type=submit],
  body main div.news-overview .search-form input[type=submit],
  body main .search-wrapper .search-form input[type=submit] {
    background: #005086;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    font-family: 'Open Sans Condensed',Arial,sans-serif;
    text-align: center;
    color: #ffffff;
    border: 0;
    flex-grow: 1;
    margin: 0 10px;
  }
  body main div.news-highlights .search-form p,
  body main div.news-overview .search-form p,
  body main .search-wrapper .search-form p {
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
    font-family: 'Open Sans Condensed',Arial,sans-serif;
    padding: 0 10px;
    text-align: center;
  }
  body main div.news-highlights .search-form p.search-error,
  body main div.news-overview .search-form p.search-error,
  body main .search-wrapper .search-form p.search-error {
    font-weight: bold;
    color: #d0021b;
  }
  body main .search-wrapper {
    padding: 0;
  }
  body main div.news-overview {
    padding: 0;
  }
  body main div.news-overview div.filter form {
    display: block;
  }
  body main div.news-overview div.filter form label.selectbutton {
    margin-bottom: 10px;
    margin-right: 0;
  }
  body main div.newsdetail {
    position: relative;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: inherit;
    font-family: 'Open Sans Condensed',Arial,sans-serif;
  }
  body main div.newsdetail div.social-media-share {
    position: relative;
    display: block;
    top: 0;
    margin-bottom: 15px;
  }
  body main div.newsdetail div.social-media-share ul li {
    margin-right: 10px;
    margin-left: 0;
  }
  body main div.newsdetail div.social-media-share ul li a {
    width: 30px;
    height: 30px;
  }
  body main div.newsdetail div.social-media-share ul li a.facebook i {
    font-size: 17px;
  }
  body main div.newsdetail div.social-media-share ul li a.twitter i {
    font-size: 17px;
  }
  body main div.newsdetail h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: inherit;
    font-family: 'Open Sans Condensed',Arial,sans-serif;
    padding: 10px 15px;
  }
  body main div.newsdetail h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: inherit;
    font-family: 'Open Sans Condensed',Arial,sans-serif;
    padding: 10px 15px;
  }
  body main div.newsdetail h5 {
    padding: 10px 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: inherit;
    font-family: 'Open Sans Condensed',Arial,sans-serif;
  }
  body main div.newsdetail p.leadin {
    padding: 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: inherit;
    font-family: 'Open Sans Condensed',Arial,sans-serif;
    background: #f5f5f5;
  }
  body main div.newsdetail figure.fleft,
  body main div.newsdetail figure.fright {
    float: none;
    width: 100%;
    padding: 20px 0 0 0;
  }
  body main div.wrapper {
    display: block;
  }
  body main div.wrapper div.container-w-sidebar {
    display: block;
    padding: 15px;
  }
  body main div.wrapper div.container-w-sidebar div.content {
    width: 100%;
  }
  body main div.wrapper div.container-w-sidebar div.sidebar {
    width: 100%;
    margin-left: 0;
  }
  body main div.wrapper div.container {
    padding: 15px;
  }
  body main div.wrapper div.container.spott div.tv div.tv-wrapper {
    padding-top: 600px;
  }
  body main div.wrapper div.social-stream div.stream a img {
    max-width: none;
    max-height: none;
  }
  body main .members-wrapper {
    clear: both;
  }
  body main .members-wrapper .member,
  body main .members-wrapper .member.tile50,
  body main .members-wrapper .member.tile25 {
    width: 100%;
  }
  body main .members-wrapper .member .who,
  body main .members-wrapper .member.tile50 .who,
  body main .members-wrapper .member.tile25 .who {
    float: none;
    width: auto;
    position: static;
  }
  body main .members-wrapper .member .who img,
  body main .members-wrapper .member.tile50 .who img,
  body main .members-wrapper .member.tile25 .who img {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto 10px;
  }
  body main .members-wrapper .member .who .role,
  body main .members-wrapper .member.tile50 .who .role,
  body main .members-wrapper .member.tile25 .who .role,
  body main .members-wrapper .member .who .sname,
  body main .members-wrapper .member.tile50 .who .sname,
  body main .members-wrapper .member.tile25 .who .sname,
  body main .members-wrapper .member .who .name,
  body main .members-wrapper .member.tile50 .who .name,
  body main .members-wrapper .member.tile25 .who .name,
  body main .members-wrapper .member .who .fname,
  body main .members-wrapper .member.tile50 .who .fname,
  body main .members-wrapper .member.tile25 .who .fname,
  body main .members-wrapper .member .who .addon,
  body main .members-wrapper .member.tile50 .who .addon,
  body main .members-wrapper .member.tile25 .who .addon {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    margin: auto;
  }
  body main .members-wrapper .member .how,
  body main .members-wrapper .member.tile50 .how,
  body main .members-wrapper .member.tile25 .how {
    width: auto;
    max-width: 320px;
    float: none;
    margin: 10px auto 0;
  }
  body main div.documents-list article.document a {
    padding: 18px 25px;
    flex-wrap: wrap;
  }
  body main div.documents-list article.document a .icon {
    width: 10%;
    order: 1;
  }
  body main div.documents-list article.document a .icon ~ .icon {
    order: 3;
  }
  body main div.documents-list article.document a .title {
    width: 100%;
  }
  body main div.documents-list article.document a .date {
    order: 2;
    width: 80%;
    text-align: center;
  }
  body main div.documents-list article.document a .title {
    width: 100%;
    order: 4;
    padding: 5px 0 0;
  }
  body main div.events {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: inherit;
    font-family: 'Open Sans Condensed',Arial,sans-serif;
  }
  body main div.events h1 {
    font-size: 18px;
    width: 100%;
  }
  body main div.events img.event {
    float: none;
    margin: 0;
  }
  body main div.events p.leadin {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: inherit;
    font-family: 'Open Sans Condensed',Arial,sans-serif;
  }
  body main div.events div.event-information div.title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: inherit;
    font-family: 'Open Sans Condensed',Arial,sans-serif;
  }
  body main div.events div.event-information div.information {
    margin-top: 15px;
  }
  body main div.events div.event-information div.information div.item {
    margin-bottom: 15px;
  }
  body main div.events div.event-information div.information div.item div.type {
    display: block;
    width: 100%;
    float: none;
  }
  body main div.events div.event-information div.information div.item div.value {
    display: block;
    width: 100%;
    float: none;
  }
  body main div.events div.event-information div.information div.item div.value a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: inherit;
    font-family: 'Open Sans Condensed',Arial,sans-serif;
  }
  body main div.events div.matches .match time {
    width: 40%;
    order: 1;
  }
  body main div.events div.matches .match .match-info {
    width: 100%;
    order: 4;
  }
  body main div.events div.matches .match .btn-details {
    width: 60%;
    order: 3;
  }
  body main div.events div.matches .match .btn-live {
    order: 2;
    font-size: 12px;
    width: 45%;
  }
  body main div.events div.matches .match .btn-live + .btn-details {
    width: 15%;
  }
  body main div.events div.matches .match .match-details {
    order: 5;
  }
  body main div.events div.matches .match .match-details .scores {
    flex-wrap: wrap;
    border-bottom: 1px solid #f5f5f5;
    margin: 5px 0 0;
    padding: 5px 0;
  }
  body main div.events div.matches .match .match-details .scores:last-child {
    border-bottom: 0;
  }
  body main div.events div.matches .match .match-details .scores .competitors {
    order: 1;
    width: 50%;
    padding: 0;
    text-align: left;
  }
  body main div.events div.matches .match .match-details .scores .games {
    order: 3;
    width: 100%;
    padding: 10px 0;
  }
  body main div.events div.matches .match .match-details .scores .btn-play {
    order: 2;
    width: 50%;
    padding: 0;
    text-align: right;
  }
  body main div.events div.standings div.standing.w50 {
    width: 100%;
    float: none;
    margin: 0;
  }
  body main div.events div.standings div.standing.w50:nth-child(odd) {
    margin-right: 0;
  }
  body main div.events div.standings div.standing.w50:nth-child(even) {
    margin-left: 0;
  }
  body main div.events div.standings div.standing table span:not(.hidemobile):not(.hidedesktop) {
    width: 65%;
  }
  body main div.livescoring div.games {
    flex-direction: column;
    margin-right: 0;
  }
  body main div.livescoring div.games div.game {
    width: 100%;
    margin-right: 0;
  }
  body main div.livescoring .livescoring-header {
    padding: 8px 4px 8px 8px;
  }
  body main div.livescoring .livescoring-header .teams span {
    margin: 0;
  }
  body main div.livescoring .livescoring-header .teams .team {
    font-size: 15px;
    line-height: 25px;
  }
  body main div.livescoring .livescoring-header .teams .team span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body main div.livescoring .livescoring-header .teams img {
    height: 25px;
    width: 25px;
  }
  body main div.livescoring .livescoring-header .results div {
    padding: 0 8px;
  }
  body main div.livescoring .livescoring-header .results .leg {
    font-size: 15px;
    line-height: 25px;
  }
  body main div.livescoring .livescoring-header .results .leg:before {
    font-size: 10px;
  }
  body main div.livescoring .livescoring-header .results .score {
    font-size: 25px;
    line-height: 25px;
    padding-right: 0;
  }
  body main div.livescoring .livescoring-match .header .info {
    font-size: 12px;
    max-width: 25%;
  }
  body main div.livescoring .livescoring-match .header .live-badge {
    max-width: 25%;
  }
  body main div.livescoring .livescoring-match .content {
    padding: 16px 0 4px 8px;
    flex-wrap: wrap;
    border-bottom: 1px solid #dcdcdc;
  }
  body main div.livescoring .livescoring-match .content .btns {
    order: 3;
    width: 100%;
    flex-flow: row nowrap;
    padding: 10px 8px 5px 0;
    justify-content: space-around;
  }
  body main div.livescoring .livescoring-match .content .btns .btn {
    padding: 3px 10px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
  }
  body main div.livescoring .livescoring-match .content .competitors {
    order: 1;
    width: 35%;
  }
  body main div.livescoring .livescoring-match .content .competitors .name {
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body main div.livescoring .livescoring-match .content .competitors .serving:before {
    line-height: 30px;
  }
  body main div.livescoring .livescoring-match .content .results {
    order: 2;
    width: 65%;
  }
  body main div.livescoring .livescoring-match .content .results div {
    width: calc(100% / 6);
    padding: 0;
  }
  body main div.livescoring .livescoring-match .content .results span {
    min-width: 0;
    font-size: 15px;
    line-height: 30px;
  }
  body main div.livescoring .livescoring-match .content .results .game:before {
    font-size: 10px;
  }
  body main div.livescoring .livescoring-match .content .results .score span {
    font-size: 30px;
  }
  body main div.livescoring .livescoring-match .match-stats {
    padding: 16px 8px 24px;
    margin-top: -4px;
    border-bottom: 1px solid #dcdcdc;
  }
  body main div.livescoring .livescoring-match .match-stats .competitors img {
    height: 60px;
    max-width: 60px;
    margin: 0 0.5em 0 0;
  }
  body main div.livescoring .livescoring-match .match-stats .competitors .name {
    font-size: 18px;
    line-height: 22px;
    min-height: 44px;
    padding: 0 0.25em 0 0;
    overflow: hidden;
  }
  body main div.livescoring .livescoring-match .match-stats .competitors .team {
    font-size: 12px;
    line-height: 16px;
  }
  body main div.livescoring .livescoring-match .match-stats .competitors .away img {
    margin: 0 0 0 0.5em;
  }
  body main div.livescoring .livescoring-match .match-stats .competitors .away .name {
    padding: 0 0 0 0.25em;
  }
  body main div.livescoring .livescoring-match .match-stats .chart h3,
  body main div.livescoring .livescoring-match .match-stats .chart span {
    font-size: 12px;
    padding: 0 5px;
  }
  body main div.livescoring .livescoring-match .match-stats .chart li {
    margin: 10px 0;
  }
  body main div.livescoring .livescoring-match.live .content .competitors .name {
    font-weight: 300;
  }
  body main div.partners ul li {
    width: 47%;
  }
  body main div.partners.partners--big ul li:nth-last-of-type(6) {
    margin-bottom: 0;
  }
  body main .participants {
    flex-direction: column;
  }
  body main .participants .group {
    width: 100%;
    padding: 0;
  }
  body main .participant-header {
    flex-direction: column;
  }
  body main .participant-header > img {
    margin: 0 auto 20px;
  }
  body main .participant-header h2,
  body main .participant-header h4 {
    position: static;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  body main .participant-header .info {
    column-width: 200px;
  }
  body main .participant-venue iframe {
    float: none;
    width: 100%;
  }
  body main .participant-venue .info {
    float: none;
  }
  body main .participant-venue .info h4,
  body main .participant-venue .info p {
    padding: 0;
  }
  body main div.associaton {
    width: 100%;
    float: none;
    margin: 10px 0;
    min-height: 0;
  }
  body footer {
    display: block;
    margin-bottom: 0;
  }
  body footer div.wrapper {
    display: inline-block;
    padding: 10px 15px;
  }
  body footer img {
    max-width: 120px;
    float: right;
  }
}
/* './storage/ettu_org_v2/static/style/overview.less.' */
body.overview {
  padding: 25px;
  background: white;
}
body.overview table {
  background: #f5f5f5;
  width: 100%;
}
body.overview table td,
body.overview table th {
  border: 4px solid #fff;
  padding: 15px 10px;
  white-space: nowrap;
}
body.overview table thead th {
  background: #005086;
  color: #ffffff;
  text-align: left;
}
body.overview table td small,
body.overview table th small {
  white-space: normal;
}
body.overview .important {
  background: #FCC;
  font-weight: bold;
  text-align: center;
}
body.overview .minor td {
  color: grey;
  background: #CCC;
}
body.overview .half {
  background: #FFC;
}
body.overview .l {
  background: #FCF;
}
body.overview .m {
  background: #CFF;
}
body.overview .done {
  background: #CFC;
  font-weight: bold;
  color: green;
  text-align: center;
}
body.overview .working {
  background: #FFC;
  font-weight: bold;
  color: orange;
  text-align: center;
}
body.overview .ready {
  background: #ddd;
  font-weight: bold;
  color: grey;
  text-align: center;
}
body.overview .m,
body.overview .l {
  text-align: center;
}
body.overview .th {
  background: #E4E4E4;
  font-weight: bold;
  text-align: center;
}
body.overview .middle {
  background: #aaa;
  color: #fff;
}
body.overview a {
  color: black;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  body.overview {
    padding: 15px;
  }
}
/* './storage/ettu_org_v2/static/style/custom.less.' */
body main .clearfix .left {
  float: left;
  text-align: left;
  margin-right: 5px;
}
body main .clearfix .right {
  float: right;
  text-align: right;
  margin-left: 5px;
}
body main .clearfix::after {
  content: "";
  clear: both;
  display: table;
}
body main div.events div.image-container {
  width: auto;
  max-width: 550px;
  height: auto;
  border: none;
  float: right;
  margin: 0 0 25px 25px;
}
body main div.events img.event {
  float: none;
  margin: 0;
}
body main div.news-highlights.grid,
body main div.news-overview.grid,
body main .search-wrapper.grid {
  max-width: 1200px;
  margin: 0 auto;
}
body main div.container {
  overflow: hidden;
}
body main div.container-w-sidebar {
  overflow: hidden;
}
body main div.social-ear > div .feed {
  overflow: hidden;
}
body main div.contentnavi.stages ul {
  justify-content: center;
  flex-wrap: wrap;
}
body main div.contentnavi.stages ul li {
  cursor: pointer;
  margin: 20px 20px 0 0;
}
body main div.contentnavi.stages ul li.active,
body main div.contentnavi.stages ul li:hover {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  body main div.events div.image-container {
    float: none;
    margin: 0;
  }
}
/* './storage/ettu_org_v2/?proxy=laola1/cms-core//src/LAOLA1/CmsCore/Plugin/OnSiteSearchExtended/Fe/css/onSiteSearchExtended.less.' */
.searchApi .searchError,
.searchApi .searchText,
.searchApi .searchLoader {
  display: none;
}
