/*.image-2x(@image, @width, @height, @repeat: no-repeat) {
  @filename  : ~`/(.*)\.(jpg|jpeg|png|gif)/.exec(@{image})[1]`;
  @extension : ~`/(.*)\.(jpg|jpeg|png|gif)/.exec(@{image})[2]`;
  background-image: ~`"url('/?proxy=css/src/@{filename}.@{extension}')"`;
  background-repeat: @repeat;

  @media print, screen,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-device-pixel-ratio: 1.25),
  (min-resolution: 120dpi) {
    background-image: ~`"url('/?proxy=css/src/@{filename}@2x.@{extension}')"`;
    background-size: @width @height;
  }
}*/
/* './storage/tv_bvb_de/?proxy=css/src/fontello.less.' */
@font-face {
  font-family: 'fontello';
  src: url('/?proxy=fonts/fontello.eot');
  src: url('/?proxy=fonts/fontello.eot#iefix') format('embedded-opentype'), url('/?proxy=fonts/fontello.woff2') format('woff2'), url('/?proxy=fonts/fontello.woff') format('woff'), url('/?proxy=fonts/fontello.ttf') format('truetype'), url('/?proxy=fonts/fontello.svg#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=css/font/fontello.svg#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  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-bvbde:before {
  content: '\e800';
}
/* '' */
.icon-tvbvbde:before {
  content: '\e801';
}
/* '' */
.icon-bvbshop:before {
  content: '\e802';
}
/* '' */
.icon-ticketshop:before {
  content: '\e803';
}
/* '' */
.icon-aktie:before {
  content: '\e804';
}
/* '' */
.icon-borusseum:before {
  content: '\e805';
}
/* '' */
.icon-kidsclub:before {
  content: '\e806';
}
/* '' */
.icon-reisen:before {
  content: '\e807';
}
/* '' */
.icon-events:before {
  content: '\e808';
}
/* '' */
.icon-stiftung:before {
  content: '\e809';
}
/* '' */
.icon-facebook:before {
  content: '\e80a';
}
/* '' */
.icon-twitter:before {
  content: '\e80b';
}
/* '' */
.icon-instagram:before {
  content: '\e80c';
}
/* '' */
.icon-world-grid:before {
  content: '\e80d';
}
/* '' */
.icon-user:before {
  content: '\e80e';
}
/* '' */
.icon-search:before {
  content: '\e80f';
}
/* '' */
.icon-up-dir:before {
  content: '\e810';
}
/* '' */
.icon-down-dir:before {
  content: '\e811';
}
/* '' */
.icon-left-dir:before {
  content: '\e812';
}
/* '' */
.icon-right-dir:before {
  content: '\e813';
}
/* '' */
.icon-left-open:before {
  content: '\e814';
}
/* '' */
.icon-right-open:before {
  content: '\e815';
}
/* '' */
.icon-check:before {
  content: '\e816';
}
/* '' */
.icon-play:before {
  content: '\e817';
}
/* '' */
.icon-share:before {
  content: '\e818';
}
/* '' */
.icon-layers:before {
  content: '\e819';
}
/* '' */
.icon-down-open:before {
  content: '\e81a';
}
/* '' */
.icon-up-open:before {
  content: '\e81b';
}
/* '' */
.icon-volume:before {
  content: '\e81c';
}
/* '' */
.icon-volume-off:before {
  content: '\e81d';
}
/* '' */
.icon-cancel:before {
  content: '\e81e';
}
/* '' */
.icon-gplus:before {
  content: '\f0d5';
}
/* '' */
.icon-thumbs-up-alt:before {
  content: '\f164';
}
/* '' */
.icon-thumbs-down-alt:before {
  content: '\f165';
}
/* '' */
/* './storage/tv_bvb_de/?proxy=css/src/slick.less.' */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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/tv_bvb_de/?proxy=css/src/jquery.typeahead.min.css.' */
.typeahead__container button,
.typeahead__container input,
.typeahead__container optgroup,
.typeahead__container select,
.typeahead__container textarea {
  font: inherit;
  margin: 0;
}
.typeahead__container optgroup {
  font-weight: 700;
}
.typeahead__container button,
.typeahead__container input {
  overflow: visible;
}
.typeahead__container button,
.typeahead__container select {
  text-transform: none;
}
.typeahead__container [type=reset],
.typeahead__container [type=submit],
.typeahead__container button,
.typeahead__container html [type=button] {
  -webkit-appearance: button;
}
.typeahead__container [type=button]::-moz-focus-inner,
.typeahead__container [type=reset]::-moz-focus-inner,
.typeahead__container [type=submit]::-moz-focus-inner,
.typeahead__container button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.typeahead__container [type=button]:-moz-focusring,
.typeahead__container [type=reset]:-moz-focusring,
.typeahead__container [type=submit]:-moz-focusring,
.typeahead__container button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.typeahead__container fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.typeahead__container legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.typeahead__container textarea {
  overflow: auto;
}
.typeahead__container [type=checkbox],
.typeahead__container [type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.typeahead__container [type=number]::-webkit-inner-spin-button,
.typeahead__container [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.typeahead__container [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.typeahead__container [type=search]::-webkit-search-cancel-button,
.typeahead__container [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.typeahead__container ::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}
.typeahead__container ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.typeahead__container {
  position: relative;
  font: 1rem Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
}
.typeahead__container * {
  box-sizing: border-box;
  outline: 0;
}
.typeahead__query {
  position: relative;
  z-index: 2;
  width: 100%;
}
.typeahead__filter {
  position: relative;
}
.typeahead__filter button {
  min-width: 100%;
  white-space: nowrap;
}
.typeahead__filter button:after {
  display: inline-block;
  margin-left: 4px;
  width: 0;
  height: 0;
  vertical-align: -2px;
  content: "";
  border: 4px solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.typeahead__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
.typeahead__button button {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.typeahead__field {
  color: #555;
}
.typeahead__field .typeahead__hint,
.typeahead__field [contenteditable],
.typeahead__field input,
.typeahead__field textarea {
  display: block;
  width: 100%;
  line-height: 1.25;
  min-height: calc(.5rem * 2 + 1.25rem + 2px);
  padding: .5rem .75rem;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px 0 0 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
.typeahead__field .typeahead__hint:active,
.typeahead__field .typeahead__hint:focus,
.typeahead__field [contenteditable]:active,
.typeahead__field [contenteditable]:focus,
.typeahead__field input:active,
.typeahead__field input:focus,
.typeahead__field textarea:active,
.typeahead__field textarea:focus {
  border-color: #66afe9;
}
.typeahead__field input[type=search],
.typeahead__field input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.typeahead__field input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.typeahead__container.hint .typeahead__field [contenteditable],
.typeahead__container.hint .typeahead__field input,
.typeahead__container.hint .typeahead__field textarea {
  background: transparent;
}
.typeahead__container.hint .typeahead__query > :last-child,
.typeahead__hint {
  background: #fff;
}
.typeahead__container button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  line-height: 1.25;
  padding: .5rem .75rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #555;
}
.typeahead__container button:focus,
.typeahead__container button:hover {
  color: #3c3c3c;
  background-color: #f5f5f5;
  border-color: #b3b3b3;
}
.typeahead__container button.active,
.typeahead__container button:active {
  background-image: none;
}
.typeahead__container button:active,
.typeahead__container button:focus {
  border-color: #66afe9;
}
.typeahead__container button.disabled,
.typeahead__container button[disabled],
.typeahead__container input.disabled,
.typeahead__container input[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  box-shadow: none;
  background-color: #fff;
  border-color: #ccc;
}
.typeahead__container .typeahead__field .typeahead__hint,
.typeahead__container .typeahead__field .typeahead__label-container,
.typeahead__container .typeahead__field [contenteditable],
.typeahead__container .typeahead__field input,
.typeahead__container .typeahead__field textarea {
  padding-right: 32px;
}
.typeahead__button,
.typeahead__filter {
  z-index: 1;
}
.typeahead__button button,
.typeahead__filter button {
  margin-left: -1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.typeahead__button:active,
.typeahead__button:active button:active,
.typeahead__button:active button:focus,
.typeahead__button:focus,
.typeahead__button:focus button:active,
.typeahead__button:focus button:focus,
.typeahead__button:hover,
.typeahead__button:hover button:active,
.typeahead__button:hover button:focus,
.typeahead__filter:active,
.typeahead__filter:active button:active,
.typeahead__filter:active button:focus,
.typeahead__filter:focus,
.typeahead__filter:focus button:active,
.typeahead__filter:focus button:focus,
.typeahead__filter:hover,
.typeahead__filter:hover button:active,
.typeahead__filter:hover button:focus {
  z-index: 5;
}
.typeahead__filter + .typeahead__button button {
  margin-left: -2px;
}
.typeahead__container.filter .typeahead__filter {
  z-index: 5;
}
.typeahead__dropdown,
.typeahead__list {
  position: absolute;
  left: 0;
  z-index: 4;
  width: 100%;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-clip: padding-box;
}
.typeahead__result.detached .typeahead__list {
  position: relative;
  z-index: 6;
  top: auto;
  left: auto;
}
.typeahead__dropdown {
  right: 0;
  left: auto;
  z-index: 5;
}
.typeahead__list > li {
  position: relative;
  border-top: 1px solid #cccccc;
}
.typeahead__list > li:first-child {
  border-top: none;
}
.typeahead__dropdown > li[disabled] > a,
.typeahead__list > li[disabled] > a {
  cursor: not-allowed;
  color: #bababa;
  background-color: #fafafa;
}
.typeahead__dropdown > li > a,
.typeahead__list > li > a {
  display: block;
  padding: .5rem .75rem;
  clear: both;
  color: #333;
  text-decoration: none;
}
.typeahead__dropdown > li:not([disabled]).active > a,
.typeahead__dropdown > li:not([disabled]) > a:focus,
.typeahead__dropdown > li:not([disabled]) > a:hover,
.typeahead__list > li:not([disabled]).active > a,
.typeahead__list > li:not([disabled]) > a:focus,
.typeahead__list > li:not([disabled]) > a:hover {
  background-color: #f5f5f5;
  color: #3c3c3c;
}
.typeahead__list.empty > li {
  padding: .5rem .75rem;
  color: #333;
}
.typeahead__list > li.typeahead__group {
  border-color: #bfdef6;
  font-weight: 700;
}
.typeahead__list > li.typeahead__group:first-child {
  border-top: 1px solid #bfdef6;
}
.typeahead__list > li.typeahead__group.active > a,
.typeahead__list > li.typeahead__group > a,
.typeahead__list > li.typeahead__group > a:focus,
.typeahead__list > li.typeahead__group > a:hover {
  cursor: default;
  color: #17639f;
  background: #ecf5fc;
}
.typeahead__list > li.typeahead__group + li.typeahead__item {
  border-color: #bfdef6;
}
.typeahead__container.backdrop + .typeahead__backdrop,
.typeahead__container.filter .typeahead__dropdown,
.typeahead__container.hint .typeahead__hint,
.typeahead__container.result .typeahead__list {
  display: block !important;
}
.typeahead__container + .typeahead__backdrop,
.typeahead__container .typeahead__dropdown,
.typeahead__container .typeahead__hint,
.typeahead__container .typeahead__list {
  display: none !important;
}
.typeahead__dropdown li:last-child {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #cccccc;
}
.typeahead__cancel-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  right: 0;
  cursor: pointer;
  line-height: 1.25;
  padding: .5rem .75rem;
  visibility: hidden;
}
.typeahead__label .typeahead__cancel-button {
  visibility: visible;
  right: 4px;
}
.typeahead__container.cancel:not(.loading) .typeahead__cancel-button,
.typeahead__label .typeahead__cancel-button {
  visibility: visible;
}
.typeahead__container.cancel:not(.loading) .typeahead__cancel-button:hover,
.typeahead__label .typeahead__cancel-button:hover {
  color: #d0021b;
}
.typeahead__search-icon {
  padding: 0 1.25rem;
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1MC4zMTMgMjUwLjMxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUwLjMxMyAyNTAuMzEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJTZWFyY2giPgoJPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTI0NC4xODYsMjE0LjYwNGwtNTQuMzc5LTU0LjM3OGMtMC4yODktMC4yODktMC42MjgtMC40OTEtMC45My0wLjc2ICAgYzEwLjctMTYuMjMxLDE2Ljk0NS0zNS42NiwxNi45NDUtNTYuNTU0QzIwNS44MjIsNDYuMDc1LDE1OS43NDcsMCwxMDIuOTExLDBTMCw0Ni4wNzUsMCwxMDIuOTExICAgYzAsNTYuODM1LDQ2LjA3NCwxMDIuOTExLDEwMi45MSwxMDIuOTExYzIwLjg5NSwwLDQwLjMyMy02LjI0NSw1Ni41NTQtMTYuOTQ1YzAuMjY5LDAuMzAxLDAuNDcsMC42NCwwLjc1OSwwLjkyOWw1NC4zOCw1NC4zOCAgIGM4LjE2OSw4LjE2OCwyMS40MTMsOC4xNjgsMjkuNTgzLDBDMjUyLjM1NCwyMzYuMDE3LDI1Mi4zNTQsMjIyLjc3MywyNDQuMTg2LDIxNC42MDR6IE0xMDIuOTExLDE3MC4xNDYgICBjLTM3LjEzNCwwLTY3LjIzNi0zMC4xMDItNjcuMjM2LTY3LjIzNWMwLTM3LjEzNCwzMC4xMDMtNjcuMjM2LDY3LjIzNi02Ny4yMzZjMzcuMTMyLDAsNjcuMjM1LDMwLjEwMyw2Ny4yMzUsNjcuMjM2ICAgQzE3MC4xNDYsMTQwLjA0NCwxNDAuMDQzLDE3MC4xNDYsMTAyLjkxMSwxNzAuMTQ2eiIgZmlsbD0iIzU1NTU1NSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat scroll 50% transparent;
}
.typeahead__container.loading .typeahead__query:after,
.typeahead__container.loading .typeahead__query:before {
  -webkit-transition: all 0s linear,opacity .2s ease;
  transition: all 0s linear,opacity .2s ease;
  position: absolute;
  z-index: 3;
  content: "";
  top: 50%;
  right: .55em;
  margin-top: -.675rem;
  width: 1.35rem;
  height: 1.35rem;
  box-sizing: border-box;
  border-radius: 500rem;
  border-style: solid;
  border-width: .1em;
}
.typeahead__container.loading .typeahead__query:before {
  border-color: rgba(0, 0, 0, 0.35);
}
.typeahead__container.loading .typeahead__query:after {
  -webkit-animation: a .6s linear;
  animation: a .6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-color: #fff transparent transparent;
  box-shadow: 0 0 0 1px transparent;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.typeahead__label-container {
  list-style: none;
  position: absolute;
  padding-top: 0.375rem;
  padding-left: 6px;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.typeahead__label,
.typeahead__label-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.typeahead__label {
  font-size: 0.875rem;
  position: relative;
  background: #ecf5fc;
  border: 1px solid #c2e0ff;
  padding-left: 4px;
  border-radius: 2px;
  margin-right: 4px;
  margin-bottom: 0.375rem;
}
.typeahead__label > * {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.typeahead__label .typeahead__cancel-button {
  line-height: normal;
  height: auto;
  position: static;
  padding: calc(1rem * .25 - 1px) 6px calc(1rem * .25 + 1px);
  margin-left: 4px;
  font-size: 0.875rem;
  border-left: 1px solid #c2e0ff;
}
.typeahead__label .typeahead__cancel-button:hover {
  background-color: #d5e9f9;
}
/* './storage/tv_bvb_de/?proxy=css/src/bvb.less.' */
/* ===================== */
@font-face {
  font-family: 'BVB Copy Regular';
  src: url('/?proxy=fonts/BVBCopy-Regular.eot');
  src: url('/?proxy=fonts/BVBCopy-Regular.eot&#iefix') format('embedded-opentype'), url('/?proxy=fonts/BVBCopy-Regular.woff2') format('woff2'), url('/?proxy=fonts/BVBCopy-Regular.woff') format('woff'), url('/?proxy=fonts/BVBCopy-Regular.ttf') format('truetype'), url('/?proxy=fonts/BVBCopy-Regular.svg#BVBCopy-Regular') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'BVB Copy Bold';
  src: url('/?proxy=fonts/BVBCopy-Bold.eot');
  src: url('/?proxy=fonts/BVBCopy-Bold.eot&#iefix') format('embedded-opentype'), url('/?proxy=fonts/BVBCopy-Bold.woff2') format('woff2'), url('/?proxy=fonts/BVBCopy-Bold.woff') format('woff'), url('/?proxy=fonts/BVBCopy-Bold.ttf') format('truetype'), url('/?proxy=fonts/BVBCopy-Bold.svg#BVBCopy-Bold') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'BVB Copy ExtraBold';
  src: url('/?proxy=fonts/BVBCopy-ExtraBold.eot');
  src: url('/?proxy=fonts/BVBCopy-ExtraBold.eot&#iefix') format('embedded-opentype'), url('/?proxy=fonts/BVBCopy-ExtraBold.woff2') format('woff2'), url('/?proxy=fonts/BVBCopy-ExtraBold.woff') format('woff'), url('/?proxy=fonts/BVBCopy-ExtraBold.ttf') format('truetype'), url('/?proxy=fonts/BVBCopy-ExtraBold.svg#BVBCopy-ExtraBold') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'BVBIntensity-ExpressiveCompressed';
  src: url('/?proxy=fonts/BVBIntensity-ExpressiveCompressed.eot');
  src: url('/?proxy=fonts/BVBIntensity-ExpressiveCompressed.eot&#iefix') format('embedded-opentype'), url('/?proxy=fonts/BVBIntensity-ExpressiveCompressed.woff2') format('woff2'), url('/?proxy=fonts/BVBIntensity-ExpressiveCompressed.woff') format('woff'), url('/?proxy=fonts/BVBIntensity-ExpressiveCompressed.ttf') format('truetype'), url('/?proxy=fonts/BVBIntensity-ExpressiveCompressed.svg#BVBIntensity-ExpressiveCompressed') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'BVBIntensity-FunctionalCompressed';
  src: url('/?proxy=fonts/BVBIntensity-FunctionalCompressed.eot');
  src: url('/?proxy=fonts/BVBIntensity-FunctionalCompressed.eot&#iefix') format('embedded-opentype'), url('/?proxy=fonts/BVBIntensity-FunctionalCompressed.woff2') format('woff2'), url('/?proxy=fonts/BVBIntensity-FunctionalCompressed.woff') format('woff'), url('/?proxy=fonts/BVBIntensity-FunctionalCompressed.ttf') format('truetype'), url('/?proxy=fonts/BVBIntensity-FunctionalCompressed.svg#BVBIntensity-FunctionalCompressed') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'BVBClassic-FunctionalCompressed';
  src: url('/?proxy=fonts/BVBClassic-FunctionalCompressed.eot');
  src: url('/?proxy=fonts/BVBClassic-FunctionalCompressed.eot&#iefix') format('embedded-opentype'), url('/?proxy=fonts/BVBClassic-FunctionalCompressed.woff2') format('woff2'), url('/?proxy=fonts/BVBClassic-FunctionalCompressed.woff') format('woff'), url('/?proxy=fonts/BVBClassic-FunctionalCompressed.ttf') format('truetype'), url('/?proxy=fonts/BVBClassic-FunctionalCompressed.svg#BVBClassic-FunctionalCompressed') format('svg');
  font-weight: 500;
  font-style: normal;
}
/* ===================== */
body,
html {
  margin: 0;
  padding: 0;
  background-color: #000000;
  color: #ffffff;
  font-family: 'BVB Copy Regular', sans-serif;
  height: 100%;
  letter-spacing: -0.030em;
}
.mobile-wrapper {
  overflow-x: hidden;
  position: absolute;
  width: 100%;
}
main {
  overflow: hidden;
}
body {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: scroll;
}
a img {
  border: none;
}
a {
  text-decoration: none;
}
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: none !important;
}
input,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.hide-web {
  display: none !important;
}
.hide-on-pending-payment {
  display: none !important;
}
/* ===================== */
/*
/* ALLGEMEIN
 *
/* ===================== */
.main-wrapper {
  overflow-x: hidden;
}
.grid {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.slider-arrow,
.swipe-video-lane-button {
  display: block;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 80px;
  background: rgba(255, 255, 255, 0.35);
  transition: all 0.2s ease;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  text-align: center;
  z-index: 3;
}
.slider-arrow i,
.swipe-video-lane-button i {
  line-height: 80px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 28px;
  transition: all 0.2s ease;
}
.slider-arrow.next,
.swipe-video-lane-button.next {
  right: 20px;
}
.slider-arrow.prev,
.swipe-video-lane-button.prev {
  left: 20px;
}
.slider-arrow:hover,
.swipe-video-lane-button:hover {
  background: rgba(255, 255, 255, 0.5);
}
.slider-arrow:hover i,
.swipe-video-lane-button:hover i {
  color: #000000;
}
.slider-arrow.slick-disabled,
.swipe-video-lane-button.slick-disabled {
  display: none !important;
}
.rotate {
  -webkit-transform: rotate(-4.5deg) translate3d(0, 0, 0);
  -moz-transform: rotate(-4.5deg);
  -o-transform: rotate(-4.5deg);
  -ms-transform: rotate(-4.5deg);
  transform: rotate(-4.5deg);
  margin: 0 0 0 -20%;
  padding: 0 20%;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.invert-rotation {
  -webkit-transform: rotate(4.5deg) translate3d(0, 0, 0);
  -moz-transform: rotate(4.5deg);
  -o-transform: rotate(4.5deg);
  -ms-transform: rotate(4.5deg);
  transform: rotate(4.5deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.col50 {
  width: 50%;
  float: left;
}
.col100 {
  width: 100%;
  float: left;
}
strong {
  font-family: 'BVB Copy Bold';
  font-weight: normal;
}
.btn {
  display: inline-block;
  padding: 15px;
  text-transform: uppercase;
  font-family: 'BVB Copy Bold';
  font-size: 16px;
}
.btn.yellow {
  background-color: #ffd900;
  color: #000000;
}
.btn.yellow:hover {
  background-color: #ffe133;
  text-decoration: none;
}
.btn i {
  margin-right: 5px;
  font-size: 22px;
  float: left;
  margin-top: -5px;
}
ul.checklist {
  list-style: none;
}
ul.checklist li:not(.heading) {
  position: relative;
  padding-left: 25px;
}
ul.checklist li:not(.heading):before {
  content: '\e816';
  position: absolute;
  left: 0;
  font-family: 'fontello';
  font-size: 11px;
  line-height: 20px;
}
ul.checklist .heading {
  font-family: 'BVB Copy ExtraBold';
}
.play-button {
  position: absolute;
  background: url('/?proxy=img/icons/play.svg') 0 0 no-repeat;
  background-size: cover;
}
.play-button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: rgba(255, 255, 255, 0.25);
}
#cookie-bar {
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  position: fixed;
  background: #ffd900;
  padding: 5px 50px;
  font-size: 13px;
  color: #000000;
  line-height: 18px;
}
#cookie-bar p {
  padding-right: 50px;
}
#cookie-bar p a {
  color: black;
  font-family: 'BVB Copy Bold';
  text-decoration: none;
}
#cookie-bar a.cb-enable {
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 2px 10px;
  line-height: 24px;
  background: #000000;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 50px;
  font-family: 'BVB Copy Bold';
}
#cookie-bar a.cb-disable,
#cookie-bar a.cb-policy {
  display: none;
}
div.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  text-align: center;
}
div.overlay.black {
  background-color: rgba(0, 0, 0, 0.85);
}
div.overlay div.box {
  width: 90%;
  max-width: 600px;
  margin: 100px auto;
  padding: 30px;
  background-color: #ffd900;
  color: #000000;
}
div.overlay div.box img.logo {
  width: 100px;
  height: 100px;
}
div.overlay div.box div.text {
  margin: 30px 0;
  font-size: 16px;
  line-height: 22px;
}
div.overlay div.box a.button {
  display: block;
  margin: 30px auto;
  padding: 10px 20px;
  width: 100%;
  background-color: black;
  cursor: pointer;
  border-radius: 5px;
}
div.overlay div.box a.button p {
  color: #ffd900;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
}
div.overlay div.box a.button p.add {
  text-transform: none;
  font-size: 10px;
  margin-top: -20px;
}
div.overlay div.box p.overlay-subtext {
  font-size: 14px;
  line-height: 19px;
}
div.overlay div.box a.skip {
  color: #000000;
  text-decoration: underline;
  font-size: 14px;
}
form {
  overflow: hidden;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="name"],
form select,
form textarea {
  width: 100%;
  border: 1px solid #000000;
  height: 35px;
  font: 14px/35px 'BVB Copy Regular', sans-serif;
  padding: 0 10px;
  background: transparent;
  margin-bottom: 10px;
}
form ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
form :-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
form ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
form :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
form ::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
form input[type="checkbox"] {
  margin: 0;
  padding: 0;
  font-size: 14px;
  opacity: 0;
  width: 0;
  height: 0;
  display: block;
}
form input[type="checkbox"] + label {
  display: inline-block;
  cursor: pointer;
  line-height: 15px;
  font-size: 14px;
  margin-right: 30px;
  color: #000000;
  margin-bottom: 10px;
}
form input[type="checkbox"] + label > span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
  float: left;
  border: 1px solid #000000;
}
form input[type="checkbox"]:checked + label > span {
  position: relative;
}
form input[type="checkbox"]:checked + label > span:before {
  content: '\e816';
  font-family: 'fontello';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  line-height: 11px;
  width: 15px;
  text-align: center;
}
form input[type="button"],
form input[type="submit"] {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  display: block;
  width: 100%;
  font: 16px/35px 'BVB Copy Bold';
  border: none;
  cursor: pointer;
  margin-top: 10px;
}
form input[type="button"]:hover,
form input[type="submit"]:hover {
  background-color: #1a1a1a;
  text-decoration: none;
}
form a.forgotPw {
  display: block;
  font-size: 14px;
  color: #000000;
  text-decoration: underline;
  margin-top: 10px;
}
form a.forgotPw:hover {
  color: #000000;
}
form label {
  color: #000000;
  font: 12px/24px 'BVB Copy Regular', sans-serif;
}
form textarea {
  height: 300px;
  font: 14px/25px 'BVB Copy Regular', sans-serif;
  padding-top: 5px;
}
form div.formError {
  font-size: 12px;
  margin-top: -10px;
  color: red;
}
form div.formError.captcha {
  margin-top: 0;
}
form .captchas {
  display: block;
  float: none !important;
}
a.formbtn {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: 100%;
  font: 16px/35px 'BVB Copy Bold';
  border: none;
  cursor: pointer;
  margin-top: 10px;
}
a.formbtn:hover {
  background-color: #1a1a1a;
  text-decoration: none;
}
a.formbtn.telekom {
  background: #e20074;
}
/* ===================== */
header {
  height: 166px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  float: left;
  transition: all 0.3s ease;
}
header:before {
  content: '';
  height: 500px;
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: #000000;
}
header section.meta-bar {
  position: relative;
  background: #000000;
  z-index: 11;
  padding: 0 20px;
  position: absolute;
  width: 100%;
}
header section.meta-bar:before {
  content: '';
  height: 500px;
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: #000000;
}
header section.meta-bar nav ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
header section.meta-bar nav ul li {
  display: block;
  float: left;
  margin-right: 20px;
}
header section.meta-bar nav ul li a {
  color: #808080;
  font: 15px/50px 'BVB Copy Bold';
  display: block;
  transition: all 0.2s ease-out;
}
header section.meta-bar nav ul li a i {
  float: left;
  margin-right: 5px;
  font-size: 13px;
}
header section.meta-bar nav ul li a:hover {
  color: #ffffff;
}
header section.meta-bar nav ul li a:hover i {
  color: #ffd900;
}
header section.meta-bar nav ul li.active a {
  color: #ffffff;
}
header section.meta-bar nav ul li.active a i {
  color: #ffd900;
}
header section.meta-bar nav.left {
  float: left;
}
header section.meta-bar nav.right {
  float: right;
}
header section.meta-bar nav.right ul {
  float: right;
}
header section.meta-bar nav.right ul li {
  margin-right: 0;
  margin-left: 11px;
}
header section.meta-bar nav.right ul li a i {
  font-size: 17px;
  margin-right: 0;
}
header section.meta-bar nav.right ul li.search i,
header section.meta-bar nav.right ul li.login i {
  margin-right: 5px;
}
header section.meta-bar nav.right ul li.search a.open,
header section.meta-bar nav.right ul li.login a.open {
  color: #ffffff;
}
header section.meta-bar nav.right ul li.search a.open i,
header section.meta-bar nav.right ul li.login a.open i {
  color: #ffd900;
}
header section.meta-bar nav.right ul li.lang {
  position: relative;
  width: 24px;
}
header section.meta-bar nav.right ul li.lang > a {
  display: block;
}
header section.meta-bar nav.right ul li.lang a img {
  margin-bottom: -4px;
  width: 23px;
  opacity: 1;
}
header section.meta-bar nav.right ul li.lang a img:hover {
  opacity: 1;
}
header section.meta-bar nav.right ul li.lang ul {
  display: none;
  position: absolute;
  top: 50px;
  width: 30px;
  left: -3px;
  background: #000000;
  padding: 0 5px;
}
header section.meta-bar nav.right ul li.lang ul li {
  display: block;
  float: none;
  margin: 5px 0;
}
header section.meta-bar nav.right ul li.lang ul li a {
  display: block;
}
header section.meta-bar nav.right ul li.lang ul li a img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid transparent;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity = 50);
  transition: all 0.2s ease;
}
header section.meta-bar nav.right ul li.lang ul li.active img,
header section.meta-bar nav.right ul li.lang ul li:hover img {
  border-color: #ffffff;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = 100);
}
header section.meta-bar nav.right ul li.lang:hover ul {
  display: block;
}
header section.meta-bar nav.right ul li.eins-und-eins-logo {
  position: relative;
  width: 23px;
}
header section.meta-bar nav.right ul li.eins-und-eins-logo > a {
  display: block;
}
header section.meta-bar nav.right ul li.eins-und-eins-logo a img {
  margin-bottom: -4px;
  width: 20px;
  opacity: 1;
}
header section.meta-bar nav.right ul li.eins-und-eins-logo a img:hover {
  opacity: 1;
}
header section.meta-bar nav.right ul li.eins-und-eins-logo ul {
  display: none;
  position: absolute;
  top: 50px;
  width: 30px;
  left: -3px;
  background: #000000;
  padding: 0 5px;
}
header section.meta-bar nav.right ul li.eins-und-eins-logo ul li {
  display: block;
  float: none;
  margin: 5px 0;
}
header section.meta-bar nav.right ul li.eins-und-eins-logo ul li a {
  display: block;
}
header section.meta-bar nav.right ul li.eins-und-eins-logo ul li a img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid transparent;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity = 50);
  transition: all 0.2s ease;
}
header section.meta-bar nav.right ul li.eins-und-eins-logo ul li.active img,
header section.meta-bar nav.right ul li.eins-und-eins-logo ul li:hover img {
  border-color: #ffffff;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = 100);
}
header section.meta-bar nav.right ul li.eins-und-eins-logo:hover ul {
  display: block;
}
header section.meta-bar nav.right ul li.search form.search-form-nav {
  margin: 14px 0 0 0;
  clear: both;
}
header section.meta-bar nav.right ul li.search form.search-form-nav button[type="submit"] {
  border: none;
  background: none;
  margin: 0 -5px;
  cursor: pointer;
  float: left;
}
header section.meta-bar nav.right ul li.search form.search-form-nav button[type="submit"] i {
  color: #ffffff;
  font-size: 17px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity = 50);
  transition: all 0.2s ease;
}
header section.meta-bar nav.right ul li.search form.search-form-nav input[type="search"] {
  border: 0;
  background: none;
  border-bottom: 1px solid #808080;
  color: #ffffff;
  height: 20px;
  font: 14px 'BVB Copy Regular', sans-serif;
  letter-spacing: -0.030em;
  padding: 0 5px 3px 5px;
  float: right;
  margin: 3px 0 0 0;
  width: 130px;
}
header section.meta-bar nav.right ul li.search form.search-form-nav input[type="search"]::placeholder {
  color: white;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity = 50);
  transition: all 0.2s ease;
}
header section.meta-bar nav.right ul li.search form.search-form-nav input:focus + button i {
  color: #ffd900;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = 100);
}
header section.meta-bar nav.right ul li.search form.search-form-nav:hover button i {
  color: #ffd900;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = 100);
}
header section.main-navigation {
  clear: both;
  position: relative;
  z-index: 10;
  height: 100%;
  padding-top: 50px;
  pointer-events: none;
  width: 100;
  background: #000;
}
header section.main-navigation > a {
  pointer-events: all;
}
header section.main-navigation .logo {
  float: left;
  margin-left: 40px;
  position: relative;
  width: 15%;
  max-width: 200px;
  z-index: 3;
  height: 95%;
  pointer-events: all;
}
header section.main-navigation .logo img {
  width: auto;
  height: 72%;
  max-height: 110px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
header section.main-navigation .logo.logo-2 {
  width: 25%;
  max-width: 300px;
}
header section.main-navigation .main-navigation-link {
  font: 48px 'BVB Copy Bold';
  font-size: calc(28px + 1.4vw);
  color: #000000;
  float: left;
  z-index: 3;
  position: relative;
  display: table;
  height: 95%;
  pointer-events: all;
  left: 40px;
}
header section.main-navigation .main-navigation-link i {
  font-size: 30px;
  float: right;
  font-size: 1.6vw;
  margin-top: 11px;
}
header section.main-navigation .main-navigation-link.open i {
  -webkit-transform: rotate(-180deg) translate3d(0, 0, 0);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
header section.main-navigation .main-navigation-link span {
  display: table-cell;
  vertical-align: middle;
}
header section.main-navigation:after {
  z-index: 2;
  width: 80%;
  left: 0%;
  content: '';
  position: absolute;
  border-color: #ffd900 transparent transparent transparent;
  border-width: 116px 80px 0 0;
  border-style: solid;
}
header section.main-navigation .dropdown-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: all;
  transition: padding 0.5s ease;
  z-index: 1;
  overflow: hidden;
}
header section.main-navigation .dropdown-wrapper .grid {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = 0);
  z-index: 2;
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s ease-in-out;
  padding-top: 40px;
  margin-top: -40px;
}
header section.main-navigation .dropdown-wrapper .close-dropdown {
  position: absolute;
  top: 60px;
  right: 20px;
  color: #000000;
  background: rgba(255, 255, 255, 0.35);
  text-align: center;
  width: 40px;
  height: 40px;
  display: block;
}
header section.main-navigation .dropdown-wrapper .close-dropdown i {
  line-height: 40px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity = 50);
  transition: all 0.3s ease;
}
header section.main-navigation .dropdown-wrapper .close-dropdown i:before {
  margin: 0;
}
header section.main-navigation .dropdown-wrapper .close-dropdown:hover i {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = 100);
}
header section.main-navigation .dropdown-wrapper.nav .col50 {
  padding: 50px 20px 176px;
}
header section.main-navigation .dropdown-wrapper.nav h3 {
  margin: 0;
  color: #000000;
  font: 20px/16px 'BVB Copy Bold';
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 2px solid #000000;
}
header section.main-navigation .dropdown-wrapper.nav nav {
  width: 50%;
  float: left;
}
header section.main-navigation .dropdown-wrapper.nav nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header section.main-navigation .dropdown-wrapper.nav nav ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header section.main-navigation .dropdown-wrapper.nav nav ul li a {
  color: #000000;
  font: 16px/45px 'BVB Copy Bold';
  text-transform: uppercase;
  display: block;
  transition: padding 0.3s ease;
}
header section.main-navigation .dropdown-wrapper.nav nav ul li a:hover {
  padding-left: 10px;
}
header section.main-navigation .dropdown-wrapper.nav nav ul li a span {
  text-transform: lowercase;
  font: 16px/45px 'BVB Copy Regular';
  padding: 0 3px;
}
header section.main-navigation .dropdown-wrapper.nav nav.fixed {
  padding-left: 20px;
}
header section.main-navigation .dropdown-wrapper.search .col100 {
  padding: 50px 20px 176px;
  text-align: center;
}
header section.main-navigation .dropdown-wrapper.search h3 {
  text-align: center;
  font: 20px/16px 'BVB Copy Bold';
  margin: 0;
  color: #000000;
}
header section.main-navigation .dropdown-wrapper.search ul.taglist {
  display: inline-block;
  list-style: none;
  margin: 20px 0 30px;
  padding: 0;
}
header section.main-navigation .dropdown-wrapper.search ul.taglist li {
  display: inline-block;
  margin: 0 5px 10px;
}
header section.main-navigation .dropdown-wrapper.search ul.taglist li a {
  display: block;
  background-color: #000000;
  color: #ffd900;
  font: 15px/36px 'BVB Copy Bold';
  padding: 0 10px;
}
header section.main-navigation .dropdown-wrapper.search ul.taglist li a:hover {
  background-color: #1a1a1a;
  text-decoration: none;
}
header section.main-navigation .dropdown-wrapper.search .search-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 200px;
  border-bottom: 2px solid #000000;
  font: 20px 'BVB Copy Bold';
  overflow: visible;
}
header section.main-navigation .dropdown-wrapper.search .search-form input {
  background: none;
  border: none;
}
header section.main-navigation .dropdown-wrapper.search .search-form .typeahead__container .typeahead__cancel-button {
  font-size: 10px;
}
header section.main-navigation .dropdown-wrapper.search .search-form .typeahead__container .js-typeahead {
  color: #000000;
  font: 20px/27px 'BVB Copy Bold';
  letter-spacing: -0.016em !important;
}
header section.main-navigation .dropdown-wrapper.search .search-form .typeahead__container .js-typeahead.typeahead__hint {
  color: rgba(0, 0, 0, 0.2) !important;
  font: 20px/29px 'BVB Copy Regular', sans-serif;
  letter-spacing: -0.003em !important;
}
header section.main-navigation .dropdown-wrapper.search .search-form .typeahead__container .typeahead__dropdown,
header section.main-navigation .dropdown-wrapper.search .search-form .typeahead__container .typeahead__list {
  background: none;
  border: none;
}
header section.main-navigation .dropdown-wrapper.search .search-form .typeahead__container .typeahead__dropdown > li,
header section.main-navigation .dropdown-wrapper.search .search-form .typeahead__container .typeahead__list > li {
  border: none;
}
header section.main-navigation .dropdown-wrapper.search .search-form .typeahead__container .typeahead__dropdown > li > a,
header section.main-navigation .dropdown-wrapper.search .search-form .typeahead__container .typeahead__list > li > a {
  color: rgba(0, 0, 0, 0.2);
  font: 20px/20px 'BVB Copy Regular', sans-serif;
}
header section.main-navigation .dropdown-wrapper.search .search-form .typeahead__container .typeahead__dropdown > li > a:hover,
header section.main-navigation .dropdown-wrapper.search .search-form .typeahead__container .typeahead__list > li > a:hover,
header section.main-navigation .dropdown-wrapper.search .search-form .typeahead__container .typeahead__dropdown > li > a:focus,
header section.main-navigation .dropdown-wrapper.search .search-form .typeahead__container .typeahead__list > li > a:focus {
  background: none;
  color: #000000;
}
header section.main-navigation .dropdown-wrapper.search .search-form .typeahead__container [type=reset],
header section.main-navigation .dropdown-wrapper.search .search-form .typeahead__container [type=submit],
header section.main-navigation .dropdown-wrapper.search .search-form .typeahead__container button,
header section.main-navigation .dropdown-wrapper.search .search-form .typeahead__container html [type=button] {
  background: none;
  border: none;
}
header section.main-navigation .dropdown-wrapper.search .search-form .typeahead__container [type=reset] .icon-search,
header section.main-navigation .dropdown-wrapper.search .search-form .typeahead__container [type=submit] .icon-search,
header section.main-navigation .dropdown-wrapper.search .search-form .typeahead__container button .icon-search,
header section.main-navigation .dropdown-wrapper.search .search-form .typeahead__container html [type=button] .icon-search {
  font-size: 22px;
  color: #000000;
}
header section.main-navigation .dropdown-wrapper.program .grid {
  max-width: 1400px;
}
header section.main-navigation .dropdown-wrapper.program .grid .close-dropdown {
  right: 110px;
}
header section.main-navigation .dropdown-wrapper.program .col100 {
  padding: 90px 20px 176px;
  margin-top: -40px;
  text-align: center;
}
header section.main-navigation .dropdown-wrapper.program .program-slider {
  padding: 0 80px;
}
header section.main-navigation .dropdown-wrapper.program .program-slider .day-slide {
  text-align: left;
  max-width: 500px;
  padding: 0 15px;
}
header section.main-navigation .dropdown-wrapper.program .program-slider .day-slide .heading {
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
  margin-bottom: 15px;
}
header section.main-navigation .dropdown-wrapper.program .program-slider .day-slide .heading strong {
  font: 20px/20px 'BVB Copy Bold';
  font-weight: normal;
  color: #000000;
  display: block;
}
header section.main-navigation .dropdown-wrapper.program .program-slider .day-slide .heading time {
  font-size: 12px;
  color: #000000;
  display: block;
}
header section.main-navigation .dropdown-wrapper.program .program-slider .day-slide .video-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
header section.main-navigation .dropdown-wrapper.program .program-slider .day-slide .video-list li {
  border-bottom: 2px solid #000000;
  margin-bottom: 15px;
  color: #000000;
}
header section.main-navigation .dropdown-wrapper.program .program-slider .day-slide .video-list li .img-wrapper {
  width: 100%;
  position: relative;
  background: #000000;
  margin-bottom: 10px;
}
header section.main-navigation .dropdown-wrapper.program .program-slider .day-slide .video-list li .img-wrapper:before {
  content: '';
  width: 100%;
  height: 50%;
  background: #000000;
  /* Old browsers */
  background-color: transparent;
  /* Old browsers */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0.85)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#00000000, endColorstr=#d9000000);
  /* IE6-9 */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#00000000, endColorstr=#d9000000);
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  z-index: 2;
}
header section.main-navigation .dropdown-wrapper.program .program-slider .day-slide .video-list li .img-wrapper .play-button {
  position: absolute;
  width: 35px;
  height: 35px;
  left: 50%;
  margin-left: -18px;
  transition: all 0.3s ease;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = 100);
  margin-top: -18px;
  top: 50%;
  z-index: 3;
  display: none;
}
header section.main-navigation .dropdown-wrapper.program .program-slider .day-slide .video-list li .img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(75));
  filter: alpha(opacity = 75);
  transition: all 0.3s ease;
  z-index: 1;
}
header section.main-navigation .dropdown-wrapper.program .program-slider .day-slide .video-list li strong {
  font: 16px/22px 'BVB Copy Bold';
  font-weight: normal;
  color: #000000;
  display: block;
  text-transform: uppercase;
  margin: 0 0 7px 0;
}
header section.main-navigation .dropdown-wrapper.program .program-slider .day-slide .video-list li p {
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 10px;
}
header section.main-navigation .dropdown-wrapper.program .program-slider .day-slide .video-list li a {
  display: block;
  color: #000000;
}
header section.main-navigation .dropdown-wrapper.program .program-slider .day-slide .video-list li a .img-wrapper .play-button {
  display: block;
}
header section.main-navigation .dropdown-wrapper.program .program-slider .day-slide .video-list li a:hover .img-wrapper .play-button,
header section.main-navigation .dropdown-wrapper.program .program-slider .day-slide .video-list li a:hover .img-wrapper img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = 100);
}
header section.main-navigation .dropdown-wrapper.program .program-slider .day-slide .video-list li:last-child {
  margin-bottom: 0;
}
header section.main-navigation .dropdown-wrapper.program .program-slider .day-slide.inactive .video-list {
  -moz-opacity: 0.15;
  -khtml-opacity: 0.15;
  -webkit-opacity: 0.15;
  opacity: 0.15;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(15));
  filter: alpha(opacity = 15);
}
header section.main-navigation .dropdown-wrapper.program .program-slider .day-slide.inactive .video-list li {
  border: none;
}
header section.main-navigation .dropdown-wrapper.program .program-slider .day-slide.inactive .video-list li .img-wrapper:before {
  display: none;
}
header section.main-navigation .dropdown-wrapper.program .program-slider .day-slide.inactive .video-list li p {
  color: #000000;
}
header section.main-navigation .dropdown-wrapper.program .program-slider .slider-arrow.next {
  right: 0;
}
header section.main-navigation .dropdown-wrapper.program .program-slider .slider-arrow.prev {
  left: 0;
}
header section.main-navigation .dropdown-wrapper.login .wrapper {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 20px;
}
header section.main-navigation .dropdown-wrapper.login .wrapper .col50 {
  padding: 0 0 20px 0;
}
header section.main-navigation .dropdown-wrapper.login .wrapper .col50.absolute {
  position: absolute;
  right: 0;
  bottom: 0;
}
header section.main-navigation .dropdown-wrapper.login .wrapper .col50.creditcard {
  position: relative;
  margin-top: 60px;
}
header section.main-navigation .dropdown-wrapper.login .wrapper .col50.creditcard input,
header section.main-navigation .dropdown-wrapper.login .wrapper .col50.creditcard select {
  margin: 0 1% -1px 1%;
  width: 48%;
}
header section.main-navigation .dropdown-wrapper.login .wrapper .col50.creditcard label {
  padding: 1% 1%;
  line-height: 16px;
}
header section.main-navigation .dropdown-wrapper.login .wrapper .col50.creditcard .formbtn {
  margin-top: 20px !important;
  float: right;
}
header section.main-navigation .dropdown-wrapper.login .wrapper .col50.creditcard fieldset {
  border: none;
}
header section.main-navigation .dropdown-wrapper.login .wrapper .col50.creditcard .col100 {
  padding: 0;
}
header section.main-navigation .dropdown-wrapper.login .wrapper .col50.creditcard .col100 .col50 {
  padding-bottom: 0;
}
header section.main-navigation .dropdown-wrapper.login .wrapper .col50.creditcard .payoneInput {
  margin-bottom: 6px;
}
header section.main-navigation .dropdown-wrapper.login .wrapper .col50 form {
  width: 100%;
}
header section.main-navigation .dropdown-wrapper.login .wrapper .col50 form .voucher {
  width: 48%;
  float: left;
  margin: 0 1% 10px 1%;
}
header section.main-navigation .dropdown-wrapper.login .wrapper .col50 .formbtn {
  width: 48%;
  margin: 0 1% 20px 1%;
}
header section.main-navigation .dropdown-wrapper.login .wrapper .col50 div.radio {
  width: 50%;
  float: left;
}
header section.main-navigation .dropdown-wrapper.login .wrapper .col50 div.radio input[type="radio"] {
  width: 15px;
  height: 15px;
  float: left;
  padding: 0;
  margin: 3px 10px 0 0;
  border: 1px solid #000000;
  border-radius: 8px;
}
header section.main-navigation .dropdown-wrapper.login .wrapper .col50 div.radio input[type="radio"]:checked {
  border: 5px solid #000000;
}
header section.main-navigation .dropdown-wrapper.login .wrapper .col50 div.radio label.radio {
  width: 80%;
  font: 16px/24px 'BVB Copy Regular', sans-serif;
}
header section.main-navigation .dropdown-wrapper.login .wrapper .col50 div.radio div.radioInline {
  display: flex;
}
header section.main-navigation .dropdown-wrapper.login .wrapper.loading-screen {
  border: none;
  text-align: center;
}
header section.main-navigation .dropdown-wrapper.login .wrapper:nth-last-child(1) {
  margin-bottom: 176px;
}
header section.main-navigation .dropdown-wrapper.login .wrapper#paymentPending {
  text-align: center;
}
header section.main-navigation .dropdown-wrapper.login .wrapper.free-period {
  padding-bottom: 20px;
}
header section.main-navigation .dropdown-wrapper.login .wrapper.free-period p {
  padding-left: 0;
}
header section.main-navigation .dropdown-wrapper.login .col100 {
  width: 100%;
  padding: 0 20px;
}
header section.main-navigation .dropdown-wrapper.login .col50 {
  padding: 0 20px 176px;
}
header section.main-navigation .dropdown-wrapper.login h3 {
  margin: 50px 0 20px;
  color: #000000;
  max-width: 1220px;
  width: 100%;
  font: 20px/16px 'BVB Copy Bold';
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 2px solid #000000;
  position: relative;
}
header section.main-navigation .dropdown-wrapper.login h3 a.logout {
  position: absolute;
  top: 0;
  right: 0;
  font: 14px/20px 'BVB Copy Regular', sans-serif;
  color: #000000;
  text-transform: none;
  text-decoration: underline;
  width: 500px;
  text-align: right;
}
header section.main-navigation .dropdown-wrapper.login h4 {
  font: 16px 'BVB Copy Bold';
  color: black;
}
header section.main-navigation .dropdown-wrapper.login form {
  width: 50%;
  float: left;
}
header section.main-navigation .dropdown-wrapper.login form.w100 {
  width: 100%;
}
header section.main-navigation .dropdown-wrapper.login form.w100 input {
  width: 50%;
  float: right;
  text-overflow: ellipsis;
}
header section.main-navigation .dropdown-wrapper.login form.w100 input:disabled {
  font: 16px/24px 'BVB Copy Regular', sans-serif;
  letter-spacing: -0.030em;
  color: #000000;
  -webkit-text-fill-color: #000000;
  -webkit-opacity: 1;
  border: none;
  height: 30px;
  margin-bottom: 0 !important;
}
header section.main-navigation .dropdown-wrapper.login form.w100 label {
  width: 50%;
  float: left;
  line-height: 30px;
}
header section.main-navigation .dropdown-wrapper.login p {
  width: 50%;
  float: left;
  margin: 0;
  color: #000000;
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 0 20px;
}
header section.main-navigation .dropdown-wrapper.login p.telekom {
  color: #e20074;
}
header section.main-navigation .dropdown-wrapper.login p.w100 {
  width: 100%;
  padding: 0 1%;
}
header section.main-navigation .dropdown-wrapper.login p.paymentInfo {
  width: 100%;
  padding: 0 0 12px 0;
}
header section.main-navigation .dropdown-wrapper.login p.paymentInfo a {
  color: #000000;
}
header section.main-navigation .dropdown-wrapper.login p.error {
  color: #e2001a;
  font-weight: bold;
}
header section.main-navigation .dropdown-wrapper.login .formbtn {
  width: 50%;
  float: left;
  margin: 0 0 20px 0;
}
header section.main-navigation .dropdown-wrapper.login .formbtn.telekom {
  clear: left;
}
header section.main-navigation .dropdown-wrapper.login .loader {
  display: none;
  padding-bottom: 120px;
  text-align: center;
}
header section.main-navigation .dropdown-wrapper.login .login-bottom-cf {
  padding-bottom: 150px;
}
header section.main-navigation .dropdown-wrapper.open {
  padding-top: 220px;
  overflow: auto;
}
header section.main-navigation .dropdown-wrapper.open .grid {
  max-height: 2000px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = 100);
}
header section.main-navigation .dropdown-wrapper.open .grid.user {
  max-height: none;
}
header section.main-navigation .dropdown-wrapper:after {
  width: 100%;
  padding: 0 50%;
  left: -50%;
  right: -50%;
  height: 100%;
  top: 166px;
  background: #ffd900;
  content: '';
  position: absolute;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
}
header .btn-open-meta {
  display: none;
}
main {
  margin-top: 50px;
  float: left;
  width: 100%;
  clear: both;
  background: url('/?proxy=img/bg_video.jpg') no-repeat;
}
main section.lead {
  margin-bottom: -17%;
  position: relative;
}
main section.lead .lead-slider {
  max-height: 1080px;
}
main section.lead .lead-slider article {
  position: relative;
  max-height: 1080px;
  overflow: hidden;
}
main section.lead .lead-slider article .play-button {
  position: absolute;
  width: 125px;
  height: 125px;
  left: 50%;
  margin-left: 90px;
  transition: all 0.3s ease;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = 100);
  margin-top: -125px;
  top: 50%;
  z-index: 3;
}
main section.lead .lead-slider article .play-button.center {
  top: 45%;
  margin-top: -62.5px;
  margin-left: -62.5px;
}
main section.lead .lead-slider article .content-image {
  position: absolute;
  top: 52%;
  margin-top: -15%;
  height: 40%;
  max-height: 400px;
  left: 6.5%;
  z-index: 1;
}
main section.lead .lead-slider article .bg-image {
  display: block;
  width: 100%;
  height: auto;
}
main section.lead .lead-slider article .videoPlayerLoader div.video-loader {
  text-align: center;
  margin-top: 0;
}
main section.lead .lead-slider article:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: #000000;
  /* Old browsers */
  background-color: transparent;
  /* Old browsers */
  background: -moz-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #000000), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#00000000, endColorstr=#ff000000);
  /* IE6-9 */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#00000000, endColorstr=#ff000000);
  /* IE6-9 */
  z-index: 1;
}
main section.lead .lead-slider article video {
  width: 100% !important;
  max-width: 1920px;
  height: auto;
}
main section.lead .lead-slider .slider-arrow {
  top: 45%;
}
main section.lead .toggle-lead-sound {
  color: #ffffff;
  font-size: 25px;
  position: absolute;
  z-index: 3;
  top: 7%;
  right: 2%;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity = 50);
  transition: opacity 0.3s ease;
}
main section.lead .toggle-lead-sound.off i:before {
  content: '\e81d';
}
main section.lead .toggle-lead-sound:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
  filter: alpha(opacity = 80);
}
main section.video-lead {
  position: relative;
  background: url('/?proxy=img/bg_video.jpg') center bottom no-repeat;
  background-size: cover;
}
main section.video-lead .video-grid {
  width: 100%;
  padding: 170px 20px 120px;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
}
main section.video-lead .video-grid .video-wrapper {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
main section.video-lead .video-grid .video-wrapper > img,
main section.video-lead .video-grid .video-wrapper > div,
main section.video-lead .video-grid .video-wrapper > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
main section.video-lead .video-grid .video-wrapper .countdown {
  text-align: center;
  margin-top: 25%;
  color: #ffd900;
  font: 20px 'BVB Copy Bold';
}
main section.video-lead .video-grid .video-wrapper.deny:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #000000;
  /* Old browsers */
  background-color: transparent;
  /* Old browsers */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0.85)), color-stop(100%, rgba(0, 0, 0, 0.25)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* IE10+ */
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* W3C */
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#40000000, endColorstr=#d9000000);
  /* IE6-9 */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#40000000, endColorstr=#d9000000);
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  background: rgba(51, 51, 51, 0.9);
  z-index: 1;
}
main section.video-lead .video-grid .video-wrapper.deny .text_deny {
  z-index: 9;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  font: 14px/15px 'BVB Copy Regular', sans-serif;
  height: 15px;
  text-align: center;
  width: 100%;
}
main section.video-lead .video-grid .video-wrapper.noresults:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #000000;
  /* Old browsers */
  background-color: transparent;
  /* Old browsers */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0.85)), color-stop(100%, rgba(0, 0, 0, 0.25)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* IE10+ */
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* W3C */
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#40000000, endColorstr=#d9000000);
  /* IE6-9 */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#40000000, endColorstr=#d9000000);
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  background: rgba(51, 51, 51, 0.75);
  z-index: 1;
}
main section.video-lead .video-grid .video-wrapper.noresults .text_noresults {
  z-index: 9;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  font: 14px/15px 'BVB Copy Regular', sans-serif;
  height: 15px;
  text-align: center;
  width: 100%;
}
main section.video-lead .video-grid .video-wrapper.noresults .text_noresults a {
  text-decoration: underline;
  color: #ffffff;
}
main section.video-lead .video-grid .content-wrapper {
  margin-top: 40px;
}
main section.video-lead .video-grid .content-wrapper .date {
  float: left;
  color: #ffd900;
  font-size: 14px;
  line-height: 20px;
}
main section.video-lead .video-grid .content-wrapper .title {
  font: 24px 'BVBClassic-FunctionalCompressed';
  margin: 10px 0;
  float: left;
  clear: left;
}
main section.video-lead .video-grid .content-wrapper .desc {
  float: left;
  clear: both;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
main section.video-lead .video-grid .content-wrapper .rating {
  position: relative;
  float: left;
  margin-left: 10px;
}
main section.video-lead .video-grid .content-wrapper .rating .percent {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
main section.video-lead .video-grid .content-wrapper .rating .bg,
main section.video-lead .video-grid .content-wrapper .rating .percent img {
  height: 14px;
  width: 86px;
}
main section.video-lead .video-grid .content-wrapper .languages,
main section.video-lead .video-grid .content-wrapper .subtitles {
  position: relative;
  float: left;
  margin-left: 10px;
  font-size: 14px;
}
main section.video-lead .video-grid .content-wrapper .languages img,
main section.video-lead .video-grid .content-wrapper .subtitles img {
  height: 12px;
  width: auto;
}
main section.video-lead .video-grid .content-wrapper .thumbs {
  float: left;
  display: inline-block;
  margin: -3px 10px 0 15px;
}
main section.video-lead .video-grid .content-wrapper .thumbs a {
  color: #919191;
  font-size: 20px;
  transition: all 0.4s ease;
}
main section.video-lead .video-grid .content-wrapper .thumbs a.active,
main section.video-lead .video-grid .content-wrapper .thumbs a i.active,
main section.video-lead .video-grid .content-wrapper .thumbs a:hover {
  color: #ffd900;
}
main section.video-lead .video-grid .content-wrapper .sharezeile {
  float: right;
  display: inline-block;
  margin: -3px 10px 0 15px;
}
main section.video-lead .video-grid .content-wrapper .sharezeile span {
  color: #919191;
  font-size: 14px;
  line-height: 20px;
}
main section.video-lead .video-grid .content-wrapper .sharezeile a {
  color: #919191;
  font-size: 20px;
  transition: all 0.4s ease;
}
main section.video-lead .video-grid .content-wrapper .sharezeile a.active,
main section.video-lead .video-grid .content-wrapper .sharezeile a i.active,
main section.video-lead .video-grid .content-wrapper .sharezeile a:hover {
  color: #ffd900;
}
main section.video-lead .video-grid .content-wrapper .errormsg {
  float: left;
  font: 14px/15px 'BVB Copy Regular', sans-serif;
  margin: 1px 10px 0 15px;
  color: #ffffff;
  display: none;
}
main section.video-lead .video-grid .content-wrapper .errormsg a {
  color: #ffffff;
  font-family: 'BVB Copy Bold';
}
main section.video-lead .video-grid .content-wrapper ul.taglist {
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
main section.video-lead .video-grid .content-wrapper ul.taglist li {
  float: left;
  margin: 0 10px 10px 0;
}
main section.video-lead .video-grid .content-wrapper ul.taglist li a {
  display: block;
  background-color: #ffd900;
  color: #000000;
  font: 13px/36px 'BVB Copy Bold';
  padding: 0 10px;
}
main section.video-lead .video-grid .content-wrapper ul.taglist li a:hover {
  background-color: #ffe133;
  text-decoration: none;
}
main section.video-lane {
  height: 350px;
  margin: 22px 0;
  float: left;
  width: 100%;
  clear: both;
  position: relative;
  z-index: 3;
}
main section.video-lane .video-lane-title {
  position: relative;
  color: #ffd900;
  text-transform: uppercase;
  font: 25px 'BVBIntensity-FunctionalCompressed';
  padding-left: 20px;
}
main section.video-lane .video-lane-title a {
  color: #ffd900;
}
main section.video-lane .video-lane-slider {
  padding: 0 20px;
}
main section.video-lane .video-lane-slider .slick-list {
  overflow: visible;
}
main section.video-lane .video-lane-slider article {
  width: 330px;
  margin: 0 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
main section.video-lane .video-lane-slider article a {
  color: #ffffff;
}
main section.video-lane .video-lane-slider article .img-wrapper {
  position: relative;
  margin-bottom: 15px;
}
main section.video-lane .video-lane-slider article .img-wrapper .teaser {
  width: 100%;
  height: auto;
}
main section.video-lane .video-lane-slider article .img-wrapper:before {
  content: '';
  width: 100%;
  height: 50%;
  background: #000000;
  /* Old browsers */
  background-color: transparent;
  /* Old browsers */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0.85)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#00000000, endColorstr=#d9000000);
  /* IE6-9 */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#00000000, endColorstr=#d9000000);
  /* IE6-9 */
  position: absolute;
  bottom: -1px;
}
main section.video-lane .video-lane-slider article .content-wrapper .date {
  float: left;
  color: #ffd900;
  width: 23%;
  font-size: 14px;
  line-height: 20px;
}
main section.video-lane .video-lane-slider article .content-wrapper .title {
  float: right;
  text-align: left;
  width: 77%;
  transition: font-size 0.4s ease;
  font: 14px/20px 'BVB Copy Regular', sans-serif;
}
main section.video-lane .video-lane-slider article .content-wrapper .desc {
  display: none;
  float: left;
  clear: both;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
main section.video-lane .video-lane-slider article .content-wrapper .rating {
  display: none;
  position: relative;
  float: left;
  margin-left: 10px;
}
main section.video-lane .video-lane-slider article .content-wrapper .rating .percent {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
main section.video-lane .video-lane-slider article .content-wrapper .rating .bg,
main section.video-lane .video-lane-slider article .content-wrapper .rating .percent img {
  height: 14px;
  margin-top: -1px;
}
main section.video-lane .video-lane-slider article .content-wrapper .languages,
main section.video-lane .video-lane-slider article .content-wrapper .subtitles {
  position: relative;
  float: left;
  margin-left: 10px;
  font-size: 14px;
  display: none;
}
main section.video-lane .video-lane-slider article .content-wrapper .languages img,
main section.video-lane .video-lane-slider article .content-wrapper .subtitles img {
  height: 12px;
  width: auto;
}
main section.video-lane .video-lane-slider article .duration {
  display: none;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  position: absolute;
  top: 30px;
  left: 30px;
}
main section.video-lane .video-lane-slider article .share {
  display: none;
  color: #ffd900;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 20px;
  z-index: 2;
}
main section.video-lane .video-lane-slider article .share:hover {
  color: #ffffff;
}
main section.video-lane .video-lane-slider article .play-button {
  display: none;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 35%;
  margin-top: -35px;
  left: 50%;
  margin-left: -35px;
}
main section.video-lane .video-lane-slider article .anz-videos {
  font: 13px 'BVB Copy Bold';
  color: #ffd900;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 5px;
  z-index: 3;
  line-height: 22px;
}
main section.video-lane .video-lane-slider article .anz-videos:after {
  content: '';
  left: 0;
  background: #000000;
  height: 22px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: -1;
}
main section.video-lane .video-lane-slider article .anz-videos:before {
  content: '';
  position: absolute;
  right: -7px;
  border-left: 7px solid #000000;
  border-bottom: 20px solid transparent;
  z-index: -1;
}
main section.video-lane .video-lane-slider article.hovered {
  width: 625px;
  margin: -80px 30px 0 30px;
}
main section.video-lane .video-lane-slider article.hovered .img-wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #000000;
  /* Old browsers */
  background-color: transparent;
  /* Old browsers */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0.85)), color-stop(100%, rgba(0, 0, 0, 0.25)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* IE10+ */
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* W3C */
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#40000000, endColorstr=#d9000000);
  /* IE6-9 */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#40000000, endColorstr=#d9000000);
  /* IE6-9 */
  position: absolute;
  bottom: 0;
}
main section.video-lane .video-lane-slider article.hovered .content-wrapper {
  position: absolute;
  bottom: 0;
  padding: 30px;
}
main section.video-lane .video-lane-slider article.hovered .content-wrapper .desc,
main section.video-lane .video-lane-slider article.hovered .content-wrapper .rating,
main section.video-lane .video-lane-slider article.hovered .content-wrapper .languages,
main section.video-lane .video-lane-slider article.hovered .content-wrapper .subtitles {
  display: block;
}
main section.video-lane .video-lane-slider article.hovered .content-wrapper .date {
  display: block;
  width: auto;
  line-height: 17px;
}
main section.video-lane .video-lane-slider article.hovered .content-wrapper .title {
  font: 30px 'BVB Copy Bold';
  width: 100%;
  margin: 6px 0 7px;
  float: left;
  clear: left;
}
main section.video-lane .video-lane-slider article.hovered .play-button,
main section.video-lane .video-lane-slider article.hovered .duration,
main section.video-lane .video-lane-slider article.hovered .share {
  display: block;
}
main section.video-lane .video-lane-slider article.free {
  overflow: hidden;
}
main section.video-lane .video-lane-slider article.free .text_free {
  font: 10px 'BVBIntensity-ExpressiveCompressed';
  left: 10px;
  color: #000000;
  position: absolute;
  z-index: 3;
  line-height: 20px;
}
main section.video-lane .video-lane-slider article.free:after {
  content: '';
  font: 11px 'BVB Copy Bold';
  background: #ffd900;
  color: #000000;
  height: 20px;
  width: 130px;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 2;
}
main section.video-lane .video-lane-slider article.free:before {
  content: '';
  position: absolute;
  left: 83px;
  border-left: 7px solid #ffd900;
  border-bottom: 20px solid transparent;
  z-index: 2;
}
main section.video-lane .video-lane-slider article .text_active {
  display: none;
}
main section.video-lane .video-lane-slider article.active {
  overflow: hidden;
  pointer-events: none;
}
main section.video-lane .video-lane-slider article.active .img-wrapper:before {
  height: 101%;
  background: rgba(51, 51, 51, 0.9);
}
main section.video-lane .video-lane-slider article.active .text_active {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  font: 14px/15px 'BVB Copy Regular', sans-serif;
  height: 15px;
  text-align: center;
  width: 100%;
}
main section.video-lane .video-lane-slider article.active .content-wrapper {
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(20));
  filter: alpha(opacity = 20);
}
main section.video-lane .video-lane-slider article .text_deny {
  display: none;
}
main section.video-lane .video-lane-slider article.deny.hovered {
  overflow: hidden;
}
main section.video-lane .video-lane-slider article.deny.hovered:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #000000;
  /* Old browsers */
  background-color: transparent;
  /* Old browsers */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0.85)), color-stop(100%, rgba(0, 0, 0, 0.25)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* IE10+ */
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* W3C */
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#40000000, endColorstr=#d9000000);
  /* IE6-9 */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#40000000, endColorstr=#d9000000);
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  background: rgba(51, 51, 51, 0.9);
  z-index: 1;
}
main section.video-lane .video-lane-slider article.deny.hovered .text_deny {
  display: block;
  z-index: 9;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  font: 14px/15px 'BVB Copy Regular', sans-serif;
  height: 15px;
  text-align: center;
  width: 100%;
}
main section.video-lane .video-lane-slider article.deny.hovered .share {
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(20));
  filter: alpha(opacity = 20);
}
main section.video-lane .video-lane-slider article.deny.hovered .play-button {
  display: none;
}
main section.video-lane .video-lane-slider article.no-overlay .img-wrapper:before {
  display: none;
}
main section.video-lane .video-lane-slider article.no-overlay.hovered .img-wrapper:before {
  display: block;
}
main section.video-lane .video-lane-slider .slick-arrow {
  top: 94px;
}
main section.video-lane .video-lane-slider.loaded .slick-track,
main section.video-lane .video-lane-slider.loaded article {
  transition: all 0.4s ease;
}
main section.video-lane.with-bg {
  height: 600px;
  padding: 135px 0;
  margin: -30px 0;
}
main section.video-lane.hero-v2 {
  padding: 70px 10px 20px;
  height: 100%;
  float: none !important;
  clear: none;
  margin-top: 116px;
}
main section.video-lane.hero-v2 .video-lane-slider {
  display: flex;
  padding: 0;
}
main section.video-lane.hero-v2 .video-lane-slider article {
  width: 100%;
  max-width: 33.33%;
}
main section.video-lane.hero-v2 .video-lane-slider article .img-wrapper {
  margin-bottom: 0;
  display: grid;
}
main section.video-lane.hero-v2 .video-lane-slider article .img-wrapper:before {
  bottom: 0px;
}
main section.video-lane.hero-v2 .video-lane-slider article .content-wrapper {
  background: #0000003d;
  display: flex;
  width: 100%;
  padding: 10px 10px;
}
main section.video-lane.hero-v2 .video-lane-slider article .content-wrapper .date {
  margin-right: 20px;
}
main section.video-lane.hero-v2 .video-lane-slider article .videoPlayerLoader {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
}
main section.video-lane.hero-v2 .video-lane-slider article .toggle-lead-sound {
  position: absolute;
  top: 0;
  z-index: 20;
  display: none;
}
main section.subscription {
  margin-top: 145px;
  margin-bottom: 75px;
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  clear: both;
  z-index: 2;
  /*&:before { content:''; width:150%; height:150%; position:absolute; top:-25%; left:-26%; z-index:-1; .rotation(4.5deg); background:url('/?proxy=img/bg_abo.jpg') center center no-repeat; }*/
}
main section.subscription .invert-rotation {
  padding: 5% 0 15% 0;
  overflow: hidden;
  position: relative;
  transform: none;
}
main section.subscription .col50 {
  padding: 0 50px;
}
main section.subscription .promo-text {
  color: #ffd900;
  font-size: 25px;
  text-transform: uppercase;
  float: right;
  font-family: 'BVB Copy ExtraBold';
  letter-spacing: 0.48px;
}
main section.subscription .promo-text span {
  display: block;
  line-height: 25px;
}
main section.subscription .promo-text span:first-child {
  margin-right: 80px;
}
main section.subscription .promo-text strong {
  font-size: 50px;
  text-align: center;
  display: block;
  margin: 0 50px;
  line-height: 60px;
  margin-bottom: 5px;
  font-family: 'BVBIntensity-FunctionalCompressed';
}
main section.subscription .promo-text .left {
  text-align: left;
}
main section.subscription .promo-text .right {
  text-align: right;
}
main section.subscription ul.benefits {
  margin: 0;
  padding: 8% 0 5%;
}
main section.subscription ul.benefits li {
  font-size: 16px;
  line-height: 22px;
  margin: 20px 0;
}
main section.subscription ul.benefits li:before {
  line-height: 20px;
}
main section.subscription video {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.25;
}
main section.subscription div.bg {
  content: '';
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.25;
}
main section.text {
  background: #ffd900;
  transform: rotate(-4.5deg);
  width: 1000%;
  margin: 0 -450% 100px -450%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
  padding: 0 450%;
}
main section.text .grid {
  padding: 200px 20px 150px 20px;
  transform: rotate(4.5deg);
  line-height: 24px;
}
main section.text .grid p {
  color: #000000;
}
main section.text .grid a {
  color: #000000;
  font-family: 'BVB Copy Bold';
}
main section.text .grid a:hover {
  color: #000000;
}
main section.text .grid h1 {
  color: #000000;
  text-decoration: underline;
  text-transform: uppercase;
  font: 25px 'BVB Copy Bold';
  margin-top: 40px;
}
main section.text .grid h2 {
  color: #000000;
  font: 20px 'BVB Copy Bold';
  margin-top: 40px;
}
main section.text .grid h3 {
  color: #000000;
  font: 18px 'BVB Copy Bold';
  margin-top: 40px;
}
main section.text .grid h1.toggle,
main section.text .grid h2.toggle,
main section.text .grid h3.toggle {
  cursor: pointer;
}
main section.text .grid h1.toggle + div p,
main section.text .grid h2.toggle + div p,
main section.text .grid h3.toggle + div p {
  display: none;
}
main section.text .grid h1.toggle + div p.visible,
main section.text .grid h2.toggle + div p.visible,
main section.text .grid h3.toggle + div p.visible {
  display: block;
}
main section.text .grid h1.toggle i.rotate180,
main section.text .grid h2.toggle i.rotate180,
main section.text .grid h3.toggle i.rotate180 {
  transform: rotate(180deg);
  display: inline-block;
}
main section.text .grid ul {
  color: #000000;
}
main section.text .grid div.error404 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
main div.videoPlayerLoader div.video-loader {
  text-align: center;
  margin-top: 170px;
}
main .videoplayer[data-custom-player='true'] iframe {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.countdown-player .header {
  position: absolute;
  height: 80px;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.countdown-player .counter {
  font: 12px 'BVB Copy Regular';
  position: absolute;
  top: 30px;
  right: 30px;
  color: #ffffff;
  text-transform: none;
}
.countdown-player .counter span {
  margin: 0 5px auto 5px;
}
.countdown-player .counter span.livestream {
  font: 18px 'BVB Copy Bold';
  text-transform: uppercase;
  margin: 0 10px auto 0;
}
.countdown-player .counter span.number {
  padding: 15px 0px 10px 5px;
  font: 18px 'BVB Copy Bold';
  z-index: 1;
  color: #ffd900;
  margin: 0px;
}
.countdown-player .timeline {
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffd900;
  transition: all 1s linear;
}
.countdown-player img {
  width: 100%;
  height: auto;
}
footer {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  width: 100%;
  float: left;
}
footer .grid {
  padding: 0 20px;
}
footer p.presenter {
  color: #ffffff;
  font-size: 13px;
  line-height: 60px;
  text-align: center;
  width: 100%;
  float: left;
  clear: left;
  padding: 55px 0;
  margin: 0;
}
footer p.presenter span {
  display: inline-block;
}
footer p.presenter img {
  height: 60px;
  width: auto;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
  margin-top: -9px;
}
footer p {
  color: rgba(255, 255, 255, 0.5);
  float: left;
  font: 13px/50px 'BVB Copy Regular', sans-serif;
  margin: 0;
}
footer nav {
  float: right;
}
footer nav ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer nav ul li {
  display: inline-block;
  margin-left: 20px;
}
footer nav ul li a {
  color: #ffd900;
  font: 13px/50px 'BVB Copy Bold';
}
footer nav ul li a:hover {
  color: #ffffff;
}
/* ===================== */
div.video-lanes-single {
  height: 20vw;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
div.video-lanes-single h2 {
  position: relative;
  left: 1%;
  color: #ffd900;
  text-decoration: underline;
  text-transform: uppercase;
  font: 25px 'BVB Copy Bold';
}
div.video-lanes-single .col-sm-2 {
  width: 16.666666667%;
  float: left;
}
div.video-lanes-single .col-sm-3 {
  width: 20%;
  float: left;
}
div.video-lanes-single .col-sm-4 {
  width: 25%;
  float: left;
}
div.video-lanes-single .swipe-video-lane {
  visibility: hidden;
  position: relative;
}
div.video-lanes-single .swipe-video-lane .swipe-video-lane-wrap {
  position: relative;
}
div.video-lanes-single .swipe-video-lane .swipe-video-lane-wrap > div {
  float: left;
  width: 90%;
  position: relative;
}
div.video-lanes-single article.swipe-video-lane-slide-element {
  transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
div.video-lanes-single article.swipe-video-lane-slide-element div.video-teaser {
  padding: 3%;
}
div.video-lanes-single article.swipe-video-lane-slide-element div.video-teaser div.aspect-ratio {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  background-size: cover;
}
div.video-lanes-single article.swipe-video-lane-slide-element div.video-teaser div.aspect-ratio span.video-teaser-date {
  position: absolute;
  top: 105%;
  width: 25%;
  color: #ffd900;
}
div.video-lanes-single article.swipe-video-lane-slide-element div.video-teaser div.aspect-ratio span.video-teaser-headline {
  top: 105%;
  position: absolute;
  left: 25%;
  width: 75%;
}
div.video-lanes-single article.swipe-video-lane-slide-element div.video-teaser div.aspect-ratio span.video-teaser-description {
  position: absolute;
  visibility: hidden;
}
div.video-lanes-single article.swipe-video-lane-slide-element.focus {
  position: relative;
  z-index: 1000;
}
div.video-lanes-single article.swipe-video-lane-slide-element.focus div.video-teaser div.aspect-ratio:before {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
div.video-lanes-single article.swipe-video-lane-slide-element.focus div.video-teaser div.aspect-ratio span.video-teaser-date {
  top: 55%;
  font-size: 7pt;
  left: 5%;
  height: 5%;
}
div.video-lanes-single article.swipe-video-lane-slide-element.focus div.video-teaser div.aspect-ratio span.video-teaser-headline {
  top: 65%;
  left: 5%;
  right: 5%;
}
div.video-lanes-single article.swipe-video-lane-slide-element.focus div.video-teaser div.aspect-ratio span.video-teaser-description {
  visibility: visible;
  font-size: 7pt;
  top: 80%;
  right: 5%;
  height: 15%;
  left: 5%;
}
div.video-lanes-single button.swipe-video-lane-button {
  position: absolute;
  top: 53%;
  margin-top: -40px;
  transform: translateY(-50%);
}
div.video-lanes-single button.swipe-video-lane-button a:hover,
div.video-lanes-single button.swipe-video-lane-button a:link,
div.video-lanes-single button.swipe-video-lane-button a:visited a:active {
  text-decoration: none;
}
div.video-lanes-single button.swipe-video-lane-button i {
  font-size: 24px;
}
div.video-lanes-single button.swipe-video-lane-button.swipe-video-lane-button-prev {
  left: 20px;
}
div.video-lanes-single button.swipe-video-lane-button.swipe-video-lane-button-next {
  right: 20px;
}
.sravvpl_pausePlayAd {
  height: 35px !important;
}
.cmppreviewroot {
  z-index: 10;
  position: absolute;
}
/* './storage/tv_bvb_de/?proxy=css/src/responsive.less.' */
@media screen and (max-width: 1750px) {
  header section.meta-bar nav ul li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1600px) {
  header section.meta-bar nav ul li {
    margin-right: 15px;
  }
  header section.meta-bar nav ul li a {
    font-size: 12px;
  }
  header section.meta-bar nav.right ul li.search form.search-form-nav input[type="search"] {
    width: 100px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1480px) {
  .slider-arrow {
    width: 30px;
    height: 60px;
    margin-top: -30px;
  }
  .slider-arrow i {
    line-height: 60px;
    font-size: 22px;
  }
  header section.meta-bar nav.left i {
    display: none;
  }
  header section.meta-bar nav ul li a {
    font-size: 11px;
  }
  header section.main-navigation .dropdown-wrapper.open {
    padding-top: 170px;
  }
  header section.main-navigation .main-navigation-link {
    left: 80px;
  }
  main section.lead .lead-slider article .play-button {
    width: 100px;
    height: 100px;
    margin-left: 70px;
    margin-top: -100px;
  }
  main section.lead .lead-slider article .play-button.center {
    margin-top: -45px;
  }
  main section.text .grid {
    padding-top: 150px;
  }
}
@media screen and (max-width: 1200px) {
  header section.meta-bar nav.right ul li {
    margin-left: 7px;
  }
  header section.meta-bar nav.right ul li.search form.search-form-nav input[type="search"] {
    width: 80px;
  }
  header section.meta-bar nav.right ul li a i {
    font-size: 15px;
  }
  header section.meta-bar nav ul li {
    margin-right: 10px;
  }
  main section.lead .toggle-lead-sound {
    top: 13%;
  }
  main section.lead .lead-slider article .play-button {
    width: 90px;
    height: 90px;
    margin-left: 50px;
    margin-top: -90px;
  }
  main section.video-lane {
    height: 290px;
  }
  main section.video-lane .video-lane-slider {
    padding: 0 10px;
  }
  main section.video-lane .video-lane-slider .slick-arrow {
    top: 37%;
  }
  main section.video-lane .video-lane-slider article {
    margin: 0;
  }
  main section.video-lane .video-lane-slider article .img-wrapper,
  main section.video-lane .video-lane-slider article .content-wrapper {
    padding: 0 10px;
  }
  main section.video-lane .video-lane-slider article.free:before {
    left: 93px;
  }
  main section.video-lane .video-lane-slider article.free:after {
    left: 10px;
  }
  main section.video-lane .video-lane-slider article.free .text_free {
    left: 20px;
  }
  main section.video-lane .video-lane-slider article .anz-videos {
    left: 10px;
  }
  main section.video-lane.hero-v2 .video-lane-slider {
    padding: 0 0px;
  }
  main section.video-lane.hero-v2 .video-lane-slider article {
    margin: 0 10px;
  }
  main section.video-lane.hero-v2 .video-lane-slider article .img-wrapper {
    padding: 0 0px;
  }
  main section.video-lane.hero-v2 .video-lane-slider article .content-wrapper {
    padding: 10px;
  }
  main section.video-lane.hero-v2 .video-lane-slider article.free:before {
    left: 83px;
  }
  main section.video-lane.hero-v2 .video-lane-slider article.free:after {
    left: 0px;
  }
  main section.video-lane.hero-v2 .video-lane-slider article.free .text_free {
    left: 10px;
  }
  main section.video-lane.hero-v2 .video-lane-slider article .anz-videos {
    left: 0px;
  }
}
@media screen and (max-width: 1100px) {
  header section.meta-bar nav.right ul li.login a span {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  header {
    position: relative;
    height: auto;
  }
  header .hide-mobile {
    display: none !important;
  }
  header .hide-web {
    display: block !important;
  }
  header section.meta-bar {
    position: relative;
    overflow: visible;
    float: left;
    width: 100%;
    padding: 0;
    max-height: 5px;
    overflow: hidden;
    transition: all 1s ease;
  }
  header section.meta-bar nav.left {
    padding-bottom: 15px;
    width: 100%;
  }
  header section.meta-bar nav.left ul li {
    width: 20%;
    display: inline-block;
    padding: 20px 0 0;
    margin: 0;
    text-align: center;
  }
  header section.meta-bar nav.left ul li a {
    line-height: 33px;
  }
  header section.meta-bar nav.left ul li a i {
    display: block !important;
    font-size: 20px;
    float: none;
  }
  header section.meta-bar nav.right {
    width: 100%;
    border-top: 1px solid #808080;
    padding: 10px 0;
    text-align: center;
  }
  header section.meta-bar nav.right ul {
    float: none;
    display: inline-block;
  }
  header section.meta-bar nav.right ul li {
    margin: 0 10px;
    padding: 0;
    text-align: center;
  }
  header section.meta-bar nav.right ul li a i {
    font-size: 22px;
    float: none;
  }
  header section.meta-bar nav.right ul li.lang {
    text-align: center;
    margin: 2px 0 0 0;
    width: auto;
  }
  header section.meta-bar nav.right ul li.lang > a {
    display: none;
  }
  header section.meta-bar nav.right ul li.lang > span a {
    margin-left: 15px;
  }
  header section.meta-bar nav.right ul li.lang > ul {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    width: auto;
    padding: 0;
  }
  header section.meta-bar nav.right ul li.lang > ul li,
  header section.meta-bar nav.right ul li.lang > ul li.active {
    float: left;
    margin: 5px 10px 0 15px;
  }
  header section.meta-bar nav.right ul li.lang > ul li a img,
  header section.meta-bar nav.right ul li.lang > ul li.active a img {
    height: 20px;
    width: auto;
    display: inline-block;
  }
  header section.meta-bar nav.right ul li.lang > ul li:last-child,
  header section.meta-bar nav.right ul li.lang > ul li.active:last-child {
    margin-right: 0;
  }
  header section.meta-bar nav.right ul li.eins-und-eins-logo {
    text-align: center;
    margin: 2px 0 0 0;
    width: auto;
  }
  header section.meta-bar nav.right ul li.eins-und-eins-logo > a {
    display: none;
  }
  header section.meta-bar nav.right ul li.eins-und-eins-logo > span a {
    margin-left: 15px;
  }
  header section.meta-bar nav.right ul li.eins-und-eins-logo > ul {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    width: auto;
    padding: 0;
  }
  header section.meta-bar nav.right ul li.eins-und-eins-logo > ul li,
  header section.meta-bar nav.right ul li.eins-und-eins-logo > ul li.active {
    float: left;
    margin: 5px 10px 0 15px;
  }
  header section.meta-bar nav.right ul li.eins-und-eins-logo > ul li a img,
  header section.meta-bar nav.right ul li.eins-und-eins-logo > ul li.active a img {
    height: 20px;
    width: auto;
    display: inline-block;
  }
  header section.meta-bar nav.right ul li.eins-und-eins-logo > ul li:last-child,
  header section.meta-bar nav.right ul li.eins-und-eins-logo > ul li.active:last-child {
    margin-right: 0;
  }
  header section.meta-bar nav.right ul li.search,
  header section.meta-bar nav.right ul li.login {
    display: none;
  }
  header section.meta-bar nav.right ul > li:first-child {
    margin-left: 0;
  }
  header section.meta-bar.visible {
    max-height: 300px;
  }
  header .btn-open-meta {
    color: #ffd900;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 25px;
    display: block;
    margin-top: -30px;
    position: relative;
    z-index: 11;
  }
  header .btn-open-meta i {
    background: #000000;
    width: 50px;
    height: 50px;
    line-height: 74px;
    -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: inline-block;
  }
  header .btn-open-meta.visible i:before {
    content: '\e81b';
  }
  header section.main-navigation {
    float: left;
    width: 100%;
    margin: -20px 0;
    height: auto;
    padding: 10px 0 0 0;
  }
  header section.main-navigation .logo {
    margin: 0 3px 0 15px;
    width: 180px;
    height: 70px;
    padding: 0;
  }
  header section.main-navigation .logo img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
  header section.main-navigation .main-navigation-link {
    display: block;
    font-size: 30px;
    line-height: 70px;
    left: 0;
  }
  header section.main-navigation .main-navigation-link i {
    margin: 0;
    font-size: 20px;
  }
  header section.main-navigation > .btn-open-search {
    color: #fff;
    font-size: 20px;
    float: right;
    position: absolute;
    top: 30px;
    right: 15px;
    z-index: 12;
  }
  header section.main-navigation > .btn-open-login {
    color: #fff;
    font-size: 20px;
    float: right;
    position: absolute;
    top: 30px;
    right: 65px;
    z-index: 12;
  }
  header section.main-navigation .dropdown-wrapper.open {
    padding-top: 90px;
  }
  header section.main-navigation .dropdown-wrapper:after {
    top: 80px;
  }
  header section.main-navigation .dropdown-wrapper.login .col100 + .col50 {
    padding-bottom: 50px;
  }
  header section.main-navigation:after {
    top: 0;
    border-width: 80px 80px 0 0;
    width: 75%;
  }
  main {
    margin-top: 0;
  }
  main section.lead .lead-slider article .play-button {
    width: 75px;
    height: 75px;
    margin-left: 0px;
    margin-top: -75px;
  }
  main section.lead .lead-slider article .play-button.center {
    margin-top: -30px;
  }
  main section.video-lead .video-grid {
    padding: 90px 20px;
  }
  main section.video-lead .video-grid .video-wrapper .countdown-player .header {
    height: 60px;
  }
  main section.video-lead .video-grid .video-wrapper .countdown-player .header .counter {
    top: 20px;
  }
  main section.video-lane.hero-v2 {
    margin-top: 0;
  }
  main section.text .grid {
    padding-top: 100px;
  }
}
@media screen and (max-width: 800px) {
  .col50 {
    width: 100%;
  }
  .col50.absolute {
    position: relative !important;
  }
  .col50.creditcard {
    margin-top: 0;
  }
  main section.lead .lead-slider article .content-image {
    left: 9%;
  }
  main section.subscription .promo-text {
    float: left;
  }
  main section.video-lead .video-grid .video-wrapper .countdown-player .header .counter {
    font-size: 10px;
  }
  main section.video-lead .video-grid .video-wrapper .countdown-player .header .counter span.livestream {
    font-size: 15px;
  }
}
@media screen and (max-width: 750px) {
  .hide-mobile {
    display: none;
  }
  div.overlay div.box {
    margin: 5% auto;
    padding: 15px;
  }
  div.overlay div.box img.logo {
    width: 75px;
    height: 75px;
  }
  div.overlay div.box div.text {
    margin-top: 20px;
  }
  div.overlay div.box a.button {
    padding: 5px 20px;
    margin: 20px auto;
  }
  div.overlay div.box a.button p {
    font-size: 16px;
    line-height: 20px;
  }
  header section.meta-bar nav.left ul li {
    width: 33.3%;
  }
  header section.meta-bar nav.left ul li:last-child {
    width: 100%;
  }
  header section.meta-bar.visible {
    max-height: 600px;
  }
  header section.main-navigation {
    height: 60px;
    padding: 0;
  }
  header section.main-navigation .logo {
    height: 80px;
    width: 150px;
    margin-top: 6px;
  }
  header section.main-navigation .main-navigation-link {
    line-height: 35px;
    padding-top: 15px;
  }
  header section.main-navigation .dropdown-wrapper .grid .close-dropdown {
    right: 15px !important;
    top: 25px;
  }
  header section.main-navigation .dropdown-wrapper.program .program-slider {
    padding: 0;
  }
  header section.main-navigation .dropdown-wrapper.program .col100 {
    padding-bottom: 156px;
  }
  header section.main-navigation .dropdown-wrapper.search .col100 {
    padding-top: 40px;
    padding-bottom: 156px;
  }
  header section.main-navigation .dropdown-wrapper.nav .col50 {
    padding-top: 40px;
    padding-bottom: 156px;
  }
  header section.main-navigation .dropdown-wrapper.nav nav {
    width: 100%;
    margin: 0;
  }
  header section.main-navigation .dropdown-wrapper.nav nav.fixed {
    padding-left: 0;
  }
  header section.main-navigation .dropdown-wrapper.login .col100 + .col50 {
    padding-bottom: 20px;
  }
  header section.main-navigation .dropdown-wrapper.login form {
    width: 100%;
  }
  header section.main-navigation .dropdown-wrapper.login p {
    width: 100%;
    padding: 0;
    margin: 10px 0;
  }
  header section.main-navigation .dropdown-wrapper.login .formbtn {
    width: 100%;
    margin: 0;
  }
  header section.main-navigation .dropdown-wrapper.login .formbtn.telekom {
    margin-top: 20px;
  }
  header section.main-navigation .dropdown-wrapper.login .wrapper .col50 .formbtn.mobilefull,
  header section.main-navigation .dropdown-wrapper.login .wrapper .col50 input.mobilefull {
    width: 100%;
    margin: 0 0 10px 0;
  }
  header section.main-navigation .dropdown-wrapper.open {
    padding-top: 90px;
  }
  header section.main-navigation .dropdown-wrapper.open .grid {
    max-height: 800px;
  }
  header section.main-navigation .dropdown-wrapper.open .grid.user {
    max-height: none;
  }
  header section.main-navigation .dropdown-wrapper.open .grid.user a.logout {
    width: 100%;
    top: 40px;
    right: auto;
    left: 0;
    text-align: left;
  }
  header section.main-navigation .dropdown-wrapper:after {
    top: 60px;
  }
  header section.main-navigation > .btn-open-search {
    top: 18px;
  }
  header section.main-navigation > .btn-open-login {
    top: 18px;
  }
  header section.main-navigation:after {
    height: 150px;
    top: -60px;
    border-width: 120px 80px 0 0;
    width: 65%;
  }
  main section.lead .lead-slider article {
    overflow: hidden;
  }
  main section.lead .lead-slider article .play-button {
    display: none;
  }
  main section.lead .lead-slider article .play-button.center {
    display: block;
    margin-left: -37.5px;
  }
  main section.lead .lead-slider article .bg-image {
    width: 200%;
    margin-left: -70%;
  }
  main section.lead .lead-slider article video {
    width: 200% !important;
    margin-left: -50%;
  }
  main section.lead .lead-slider article .content-image {
    height: 55%;
    top: 37%;
    left: 20px;
  }
  main section.video-lead .video-grid {
    padding: 70px 20px 20px;
  }
  main section.video-lead .video-grid .content-wrapper {
    margin-top: 20px;
  }
  main section.video-lead .video-grid .content-wrapper .title {
    font-size: 22px;
  }
  main section.video-lead .video-grid .content-wrapper .desc {
    font-size: 14px;
  }
  main section.video-lead .video-grid .content-wrapper .errormsg {
    float: none;
    clear: both;
    margin: 0;
    padding-top: 5px;
  }
  main section.video-lead .video-grid .content-wrapper .sharezeile {
    float: none;
    clear: both;
    width: 100%;
    margin: 15px 0;
  }
  main section.video-lead .video-grid .video-wrapper .countdown-player .header {
    height: 40px;
  }
  main section.video-lead .video-grid .video-wrapper .countdown-player .header .counter {
    top: 10px;
    right: 5px;
    font-size: 8px;
  }
  main section.video-lead .video-grid .video-wrapper .countdown-player .header .counter span {
    margin: 0 2px auto 2px;
  }
  main section.video-lead .video-grid .video-wrapper .countdown-player .header .counter span.livestream {
    font-size: 12px;
    margin: 0 5px auto 0;
  }
  main section.video-lead .video-grid .video-wrapper .countdown-player .header .counter span.number {
    padding: 15px 0px 10px 0px;
    font-size: 12px;
  }
  main section.video-lane {
    height: 275px;
  }
  main section.video-lane.with-bg {
    height: 400px;
    padding: 45px 0;
    background-size: cover !important;
  }
  main section.video-lane .video-lane-title {
    font-size: 18px;
  }
  main section.video-lane.hero-v2 {
    padding: 50px 20px 0px;
  }
  main section.video-lane.hero-v2 .video-lane-slider {
    flex-direction: column;
  }
  main section.video-lane.hero-v2 .video-lane-slider article {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0 !important;
  }
  main section.subscription {
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  main section.subscription .col50 {
    padding: 0 40px;
  }
  main section.subscription .promo-text {
    font-size: 15px;
    width: 90%;
    margin: 0 7% 0 3%;
  }
  main section.subscription .promo-text span:first-child {
    margin-right: 50px;
  }
  main section.subscription .promo-text strong {
    font-size: 38px;
    margin: 0 20px 5px;
  }
  main section.subscription ul.benefits li {
    line-height: 21px;
    margin: 20px 0;
  }
  main section.subscription .btn {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  main section.subscription .btn .icon-tvbvbde {
    line-height: 11px;
    float: none;
    display: inline-block;
  }
  main section.subscription .btn .icon-tvbvbde:before {
    margin: 0 5px 0 0;
    line-height: inherit;
    float: left;
  }
  main section.subscription video {
    width: 1920px;
    height: auto;
    top: -170px;
    left: 50%;
    margin-left: -960px;
  }
  main section.text .grid {
    padding-top: 50px;
  }
  footer nav ul li {
    margin: 0 10px 0 0;
    float: left;
  }
  footer nav ul li a {
    line-height: 25px;
  }
}
/* './storage/tv_bvb_de/?proxy=css/lib/jquery.cookiebar.css.' */
/* './storage/tv_bvb_de/?proxy=laola1/cms-core//src/LAOLA1/CmsCore/Plugin/OnSiteSearchExtended/Fe/css/onSiteSearchExtended.less.' */
.searchApi .searchError,
.searchApi .searchText,
.searchApi .searchLoader {
  display: none;
}
