.videothek .full-width > .row{
  max-width: none;
  padding: 0 15px;
}
@media only screen and (min-width: 1025px) {
  .videothek .full-width > .row{
    padding: 0 65px;
  }
}

/* Block: videothek-navigation
 ========================================================================== */
.videothek-navigation{
  position: relative;
  margin-top: 10px;
  background: #fff;
}
.videothek-navigation__bottom{
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.videothek-navigation:before,
.videothek-navigation:after{
  content: "";
  display: table;
}
.videothek-navigation:after{
  clear: both;
}
.videothek-navigation .row{
  margin-bottom: 0;
}
.videothek-navigation .row .row{
  margin: 0 -15px;
}

/* Element: videothek-navigation__left
 ========================================================================== */
.videothek-navigation__left{
  position: relative;
}
.videothek-navigation__left:before,
.videothek-navigation__left:after{
  content: "";
  display: table;
}
.videothek-navigation__left:after{
  clear: both;
}
@media only screen and (min-width: 1025px) {
  .videothek-navigation__left{
    float: left;
  }
}
.videothek-navigation__left > *{
  position: relative;
  float: left;
}

/* Element: videothek-navigation__right
 ========================================================================== */
.videothek-navigation__right{
  position: relative;
}
.videothek-navigation__right:before,
.videothek-navigation__right:after{
  content: "";
  display: table;
}
.videothek-navigation__right:after{
  clear: both;
}
@media only screen and (min-width: 1025px) {
  .videothek-navigation__right{
    float: right;
  }
}
.videothek-navigation__right > *{
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .videothek-navigation__right > *{
    float: right;
    width: auto;
  }
}

/* Element: videothek-navigation__back-link
 ========================================================================== */
.videothek-navigation__back-link{
  display: inline-block;
  padding: 8px 0;
}
@media only screen and (min-width: 1025px) {
  .videothek-navigation__back-link{
    padding: 25px 0;
  }
}
.videothek-navigation__menu {
    margin-right: 30px;
}

/* Block: videothek-megamenu
 ========================================================================== */
.videothek--search-results .videothek-megamenu{
  display: none;
}
@media only screen and (min-width: 1025px) {
  .videothek--search-results .videothek-megamenu{
    display: block;
  }
}
.videothek-megamenu--is-open .videothek-megamenu__container{
  display: block;
  padding: 0 5px;
}
@media only screen and (min-width: 1025px) {
  .videothek-megamenu--is-open .videothek-megamenu__container{
    padding: 0;
  }
}
.videothek-megamenu__toggle{
  position: relative;
  display: inline-block;
  margin: 10px 0;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 18px;
}
@media only screen and (min-width: 1025px) {
  .videothek-megamenu__toggle{
    padding: 20px;
    margin: 0;
  }
  .videothek-navigation__left .videothek-megamenu__toggle{
    margin-left: -20px;
  }
}
@media only screen and (min-width: 1025px) {
  .videothek-megamenu--is-open .videothek-megamenu__toggle{
    padding: 20px 20px 21px;
    background: #fcfcfc;
    border: 1px solid #d7d7d7;
    border-bottom-color: transparent;
    z-index: 1021;
  }
}
.videothek-megamenu__toggle:before{
  position: relative;
  display: inline-block;
  top: 2px;
  content: '\e605';
  font-family: 'A1iconfont';
  margin-right: 10px;
  color: #da291c;
  transform-origin: center center;
  transition: transform 200ms ease-out;
}
.videothek-megamenu--is-open .videothek-megamenu__toggle:before{
  transform: rotate(-180deg);
}
.videothek-megamenu__container{
  display: none;
}
@media only screen and (min-width: 1025px) {
  .videothek-megamenu__container{
    position: absolute;
    z-index: 1020;
    top: 71px;
  }
  .videothek-navigation__left .videothek-megamenu__container{
    left: -20px;
  }
  .videothek-navigation__right .videothek-megamenu__container{
    right: 0;
  }
}
.videothek-megamenu__body{
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .videothek-megamenu__body{
    background: #fcfcfc;
    border: 1px solid #d7d7d7;
    padding: 18px 55px;
    width: 800px;
  }
}
@media only screen and (min-width: 1351px) {
  .videothek-megamenu__body{
    padding: 18px 115px;
    width: 1220px;
  }
}
.videothek-megamenu__list{
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .videothek-megamenu__list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.videothek-megamenu__list:before,
.videothek-megamenu__list:after{
  content: "";
  display: table;
}
.videothek-megamenu__list:after{
  clear: both;
}
.videothek-megamenu__list-item{
  display: block;
  padding: 9px 0;
}
.videothek-megamenu__list-item:first-child{
  margin-top: 0;
}
@media only screen and (min-width: 1025px) {
  .videothek-megamenu__list-item{
    flex: 0 0 33.33%;
    padding: 18px 0;
  }
}
.videothek-megamenu__list-item a{
  color: #000;
}
.videothek-megamenu__list-item a:hover,
.videothek-megamenu__list-item a:focus,
.videothek-megamenu__list-item a:active{
  color: #ba2319;
}

/* Block: videothek-search
 ========================================================================== */
.videothek-search{
  position: relative;
  margin: 12px 0 8px;
}
@media only screen and (min-width: 1025px) {
  .videothek-search{
    margin: 15px 0;
  }
}
.videothek-search .input-search{
  border: 1px solid #da291c;
  font-size: 12px;
  padding: 10px 80px 10px 12px;
  margin: 0;
  height: 42px;
  width: 100%;
}
.videothek-search .input-search:valid + .clear-search{
  display: inline-block;
}
.videothek-search .input-search::-ms-clear{
  display: none;
}
@media only screen and (min-width: 1025px) {
  .videothek-search .input-search{
    width: 274px;
  }
}
.videothek-search .input-search:focus{
  border: 1px solid #da291c;
}
.videothek-search .clear-search{
  display: none;
  position: absolute;
  right: 58px;
  top: 14px;
}
.videothek-search .clear-search:before{
  display: inline-block;
  font-family: 'A1iconfont';
  content: '\e612';
  color: #bbb;
  line-height: 1;
  font-size: 14px;
}
@media only screen and (min-width: 1025px) {
  .videothek-search .clear-search{
    top: 12px;
  }
}
.input-search:valid + .clear-search{
  display: inline-block;
}
.videothek-search .submit-search{
  position: absolute;
  right: 0;
  top: 0;
  height: 42px;
  width: 42px;
}
.videothek-search .submit-search:after{
  font-size: 20px;
  height: auto;
  top: 9px;
}

/* Block: videothek-results
 ========================================================================== */
.videothek-results{
  padding-top: 70px;
  background-color: #fff;
}
.videothek-results:before,
.videothek-results:after{
  content: "";
  display: table;
}
.videothek-results:after{
  clear: both;
}

/* Element: videothek-results__headline
 ========================================================================== */
.videothek-results__headline{
  margin-bottom: 35px;
}

/* Element: videothek-results__search-term
 ========================================================================== */
.videothek-results__search-term{
  color: #da291c;
}

/* Block: videothek-category
 ========================================================================== */
.videothek-category{
  position: relative;
  padding: 15px 0;
  background: #fff;
  width: 100%;
}
.videothek-category.cms-view{
    background: #efefef !important;
}
@media only screen and (min-width: 1025px) {
  .videothek-category{
    padding: 35px 0;
  }
}
.videothek-category + .videothek-category{
  margin-top: 15px;
}
.videothek-category > .row{
  margin-bottom: 0;
}

/* Modifier: videothek-category--primary
 ========================================================================== */
.videothek-category--primary{
  background: #000;
}
.videothek-category--primary .videothek-category__headline{
  color: #fff;
}
.videothek-category--primary + .videothek-category,
.videothek-category + .videothek-category--primary{
  margin-top: 0;
}

/* Modifier: videothek-category--secondary
 ========================================================================== */
.videothek-category--secondary{
  background: none;
}
.videothek-category--secondary + .videothek-category,
.videothek-category + .videothek-category--secondary{
  margin-top: 0;
}

/* Element: videothek-category__headline
 ========================================================================== */
.videothek-category__headline{
  margin: 0 0 20px 0;
}
.videothek-category__headline a:after{
  position: relative;
  top: 1px;
  margin: 0;
  font-family: 'A1iconfont';
  font-weight: 700;
  content: '\e607';
  height: 2.5rem;
  color: #da291c;
  font-size: 1.1rem;
  line-height: 1.1rem;
}

/* Modifier: videothek-category__headline--secondary
 ========================================================================== */
.videothek-category__headline--secondary{
  color: #808080;
  margin: 0 0 10px 0;
}
.videothek-category__headline--secondary a{
  color: inherit;
}
.videothek-category__headline--secondary a:hover{
  color: #ba2319;
}
@media only screen and (min-width: 1025px) {
  .videothek-category__headline--secondary{
    margin-bottom: 20px;
  }
}

/* Element: videothek-video__wrapper
 ========================================================================== */
.videothek-video__wrapper{
  position: relative;
}

/* Element: videothek-video__list
 ========================================================================== */
.grid{
  margin: -10px 0 -10px -20px;
}
.videothek-video__list:before,
.videothek-video__list:after{
  content: "";
  display: table;
}
.videothek-video__list:after{
  clear: both;
}
.grid .item{
  position: relative;
  z-index: 0;
  display: block;
  float: left;
  width: 33.333333%;
  padding: 10px 0 10px 20px;
  outline: 0;
}
@media only screen and (min-width: 641px) {
  .grid .item{
    width: 20%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .item{
    width: 25%;
  }
  .grid .item:hover,
  .grid .item.item--is-hovered{
      z-index: 99;
  }
}
@media screen and (min-width: 1281px) {
  .grid .item{
    width: 20%;
  }
}
@media only screen and (min-width: 1601px) {
  .grid .item{
    width: 16.666666667%;
  }
}
@media only screen and (min-width: 1801px) {
  .grid .item{
    width: 14.285714286%;
  }
}
.grid .item .videothek-video__list-item{
  margin: 0;
  width: auto;
  height: auto;
}
.grid .item .videothek-video__list-item figure{
  transform: none;
  transform-origin: 50% 50% 0;
  width: 100%;
  height: 100%;
}
.grid .item .videothek-video__list-item .videothek-description .videothek-description__title{
  font-size: 20px;
}
@media screen and (min-width: 1025px) {
  .grid .item .videothek-video__list-item .videothek-description p,
  .grid .item .videothek-video__list-item .videothek-description span{
    font-size: 13px;
    line-height: 17px;
  }
  .grid .item .videothek-video__list-item .videothek-description p{
    margin-bottom: 16px;
  }
  .grid .item .videothek-video__list-item .videothek-description a{
    font-size: 14px;
  }
  .grid .item .videothek-icon--tooltip{
    width: 15px;
    height: 15px;
  }
  .grid .item .videothek-video__list-item-details{
    font-size: 21px;
    padding: 13px;
  }
  .grid .item .videothek-video__list-item .videothek-description{
    padding: 18px 13px;
  }
}

/* Element: videothek-video__list-item
 ========================================================================== */
.videothek-video__list-item{
  position: relative;
  z-index: 0;
  display: block;
  /*float: left;*/
  /*width: 33.333333%;*/
  padding: 10px 0 10px 20px;
  outline: 0;
}
.videothek-video__list-item figure{
  margin: 0;
}
.videothek-video__list-item figure > img{
  width: 100%;
  max-width: 100%;
}
.videothek-video__list-item a:focus{
  outline: 0;
}

/* Element: videothek-video__list-item-details
 ========================================================================== */
.videothek-video__list-item-details{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .5);
  padding: 18px;
  font-size: 30px;
  line-height: 1;
  font-family: 'A1Serif', Verdana, sans-serif;
}

/* Modifier: Hover scaling effect
 ========================================================================== */
.videothek-video__list-item--scaling-effect{
  padding: 0;
  margin: 0 7px 0;
  background-color: #efefef;
}
.videothek-video__list-item--scaling-effect .videothek-video__list-item-details{
  display: none;
}
@media only screen and (min-width: 1025px) {
  .videothek-video__list-item--scaling-effect{
    margin-right: 10px;
    margin-left: 10px;
    -webkit-transform-origin: center 75%;
    -ms-transform-origin: center 75%;
    transform-origin: center 75%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .videothek-video__list-item--scaling-effect figure > img{
    transition: transform 100ms ease-out, box-shadow 50ms ease-out;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transform-origin: center 75%;
    -ms-transform-origin: center 75%;
    transform-origin: center 75%;
  }
  .videothek-video__list-item--scaling-effect .videothek-video__list-item-details{
    display: block;
    text-align: left;
    opacity: 0;
    touch-action: none;
    padding: 12px;
    transition: transform 100ms ease-out, opacity 75ms ease-out;
    z-index: 2;
    -webkit-transform-origin: center 75%;
    -ms-transform-origin: center 75%;
    transform-origin: center 75%;
    transform: scale(.77);
    width: 130%;
    height: 130%;
    bottom: -7.5%;
    left: -15%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0); /* IE6-9 */
  }
  .videothek-video__list-item--scaling-effect .videothek-description{
    float: none;
    width: auto;
    border: 0;
    margin: 0;
    padding: 4%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .videothek-video__list-item--scaling-effect .videothek-description__title{
    font-size: 1.6vw;
    line-height: 1.4;
    margin-bottom: 0;
  }
  .videothek-video__list-item--scaling-effect .videothek-description p,
  .videothek-video__list-item--scaling-effect .videothek-description span,
  .videothek-video__list-item--scaling-effect .videothek-description a{
    font-size: 1.19vw;
    line-height: 1.4vw;
  }
  .videothek-video__list-item--scaling-effect .videothek-description p{
    margin-bottom: 4%;
  }
  .videothek-video__list-item--scaling-effect .videothek-description .videothek-icon--tooltip{
    width: 1.5vw;
    height: 1.5vw;
  }
  .videothek-video__list-item--scaling-effect:hover figure > img,
  .videothek-video__list-item--scaling-effect.videothek-video__list-item--is-hovered figure > img{
    -webkit-transform: scale(1.30);
    -ms-transform: scale(1.30);
    transform: scale(1.30);
    z-index: 1;
    transition: transform 300ms ease-out 100ms, box-shadow 150ms ease-out 100ms;
   -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  }
  .videothek-video__list-item--scaling-effect:hover .videothek-video__list-item-details,
  .videothek-video__list-item--scaling-effect.videothek-video__list-item--is-hovered .videothek-video__list-item-details{
    opacity: 1;
    touch-action: auto;
    -webkit-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    transition: transform 300ms ease-out 100ms, opacity 150ms ease-out 100ms;
  }
}
@media screen and (min-width: 1400px) {
  .videothek-video__list-item--scaling-effect .videothek-description__title{
    font-size: 1.2vw;
  }
  .videothek-video__list-item--scaling-effect .videothek-description p,
  .videothek-video__list-item--scaling-effect .videothek-description span,
  .videothek-video__list-item--scaling-effect .videothek-description a{
    font-size: .90vw;
    line-height: 1.1vw;
  }
  .videothek-video__list-item--scaling-effect .videothek-description .videothek-icon--tooltip{
    width: 1.1vw;
    height: 1.1vw;
  }
}
@media only screen and (min-width: 1920px) {
  .videothek-video__list-item--scaling-effect .videothek-description__title{
    font-size: 23px;
    line-height: 32px;
  }
  .videothek-video__list-item--scaling-effect .videothek-description p,
  .videothek-video__list-item--scaling-effect .videothek-description span,
  .videothek-video__list-item--scaling-effect .videothek-description a{
    font-size: 17px;
    line-height: 21px;
  }
  .videothek-video__list-item--scaling-effect .videothek-description .videothek-icon--tooltip{
    width: 21px;
    height: 21px;
  }
}

/* Modifier: videothek-video__list-item--special
 ========================================================================== */
.videothek-video__list-item--special{
  margin: 0 7px 0;
  padding: 0;
  background-color: #efefef;
  overflow: hidden;
}
.videothek-video__list-item--special .videothek-video__list-item-details{
  padding: 2vw;
  font-size: 3.2vw;
}
@media screen and (max-width: 799px) and (min-width: 500px) {
  .videothek-video__list-item--special .videothek-video__list-item-details{
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 1099px) and (min-width: 800px) {
  .videothek-video__list-item--special .videothek-video__list-item-details{
    font-size: 2.4vw;
  }
}
@media only screen and (min-width: 1025px) {
  .videothek-video__list-item--special{
    margin-right: 10px;
    margin-left: 10px;
  }
  .videothek-video__list-item--special figure{
    width: 100%;
    height: 100%;
  }
  .videothek-video__list-item--special img{
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    transition: transform 100ms ease-out;
    width: 100%;
    height: 100%;
  }
  .videothek-video__list-item--special:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition: transform 300ms ease-out;
  }
  .videothek-video__list-item--special .videothek-video__list-item-details{
    padding: 14px;
    font-size: 1.6vw;
  }
}
@media only screen and (min-width: 1920px) {
  .videothek-video__list-item--special .videothek-video__list-item-details{
    padding: 14px;
    font-size: 28px;
  }
}

/* Block: videothek-video-slider
 ========================================================================== */
.videothek-video-slider{
  white-space: nowrap;
}
.videothek-video-slider .slick-list{
  overflow: visible;
  padding-bottom: 1px;
}
.videothek-video-slider .slick-track{
  white-space: nowrap;
  width: auto !important;
}
.videothek-video-slider .slick-prev,
.videothek-video-slider .slick-next{
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .6);
  border: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  padding: 0;
  z-index: 9;
  outline: 0;
  opacity: 0;
  width: 55px;
  transition: opacity 100ms ease-out;
}
.videothek-video-slider:hover .slick-prev,
.videothek-video-slider:hover .slick-next{
  opacity: 1;
}
.videothek-video-slider .slick-prev.slick-disabled,
.videothek-video-slider .slick-next.slick-disabled{
  display: none !important;
}
.videothek-video-slider .slick-prev{
  left: -65px;
}
.videothek-video-slider .slick-next{
  right: -65px;
}
.videothek-video-slider .slick-prev:before,
.videothek-video-slider .slick-next:before{
  display: inline-block;
  font-family: 'A1iconfont';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  font-size: 50px;
  speak: none;
  text-transform: none;
  position: relative;
  color: #fff;
}
.videothek-video-slider .slick-prev:before{
  content: "\e606";
}
.videothek-video-slider .slick-next:before{
  content: "\e607";
}

/* Block: videothek-detail
 ========================================================================== */
.videothek-detail{
  position: relative;
  background: #000;
  color: #fff;
  padding: 15px 0;
}
@media only screen and (min-width: 1025px) {
  .videothek-detail{
    padding: 35px 0;
  }
}
.videothek-detail iframe{
  max-width: 100%;
  height: auto;
}
.videothek-detail__media-object-media{
  float: left;
  width: 88px;
  height: 132px;
}
@media only screen and (min-width: 1025px) {
  .videothek-detail__media-object-media{
    width: 380px;
    height: auto;
  }
}
.videothek-detail__media-object-body{
  margin-left: 102px;
  min-height: 132px;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .videothek-detail__media-object-body{
    max-width: 520px;
    margin-left: 480px;
  }
}
.videothek-detail__media-object-body .videothek-description__icons{
  position: absolute;
  bottom: 0;
}
.videothek-detail__video-resolutions{
  border-top: 1px solid #808080;
  margin: 0 -15px;
}
.videothek-detail__video-resolution{
  float: left;
  width: 50%;
  padding: 18px 15px;
  cursor: pointer;
}
.videothek-detail__video-resolution:nth-child(2){
  text-align: right;
}
@media screen and (min-width: 426px) {
  .videothek-detail__video-resolution:nth-child(2){
    text-align: left;
  }
}
.videothek-detail__video-resolution > *{
  vertical-align: middle;
}
.videothek-detail__video-resolution .videothek-icon--tooltip{
  margin-left: 5px;
}
.videothek-detail__video-resolution-code{
  text-decoration: underline;
}
@media screen and (min-width: 1281px) {
  .videothek-detail__video-resolution-code{
    text-decoration: none;
  }
}
.videothek-detail__embedded-content{
  border-top: 1px solid #808080;
  margin: 0 -15px;
  padding: 15px;
}
.videothek-description{
  position: relative;
  margin: 0 -15px;
  padding: 15px;
  border-top: 1px solid #808080;
}
.videothek-description > :last-child{
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .videothek-description{
    float: left;
    width: 41.66667%;
  }
}
.videothek-description__title{
  line-height: 1.2;
  color: #fff;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 500;
}
.videothek-description__meta{
  line-height: 1.2;
  font-weight: 500;
}
.videothek-description__icons .videothek-icon:not(:last-child){
  margin-right: 6px;
}
@media screen and (min-width: 1281px) {
  .videothek-description__icons .videothek-icon:not(:last-child){
    margin-right: 12px;
  }
}
.videothek-description__extra-info{
  font-weight: 500;
}
.videothek-description__extra-info:before,
.videothek-description__extra-info:after{
  content: "";
  display: table;
}
.videothek-description__extra-info:after{
  clear: both;
}
.videothek-description__extra-info > div{
  float: left;
  margin-left: 4%; /* 20px */
  min-height: 1px;
}
.videothek-description__extra-info > :first-child{
  margin-left: 0;
}
.videothek-description__extra-info > :last-child{
  float: right;
}
.videothek-description__extra-info .details-link{
  color: #fff;
  text-decoration: underline;
  font-size: 19px;
  font-family: 'A1Sans', Verdana, Arial, sans-serif;
  font-weight: 300;
}
.videothek-video-slider--with-small-columns .videothek-description__extra-info > div{
  width: 50%;
  margin: 0;
  text-align: right;
}
.videothek-video-slider--with-small-columns .videothek-description__extra-info > :first-child{
  text-align: left;
}
.videothek-video-slider--with-small-columns .videothek-description__extra-info > :last-child{
  width: 100%;
  margin-top: 5px;
}
.video-code{
  margin-left: 5px;
}

/* Block: videothek-overlay
 ========================================================================== */
@media only screen and (min-width: 770px) {
  .videothek-overlay{
    width: 455px;
  }
  .videothek-overlay__content{
    padding: 15px 30px;
  }
}

/* Element: videothek-overlay__close
 ========================================================================== */
@media only screen and (min-width: 747px) {
  .videothek-overlay .videothek-overlay__close{
    top: 16px;
  }
}
@media only screen and (min-width: 770px) {
  .videothek-overlay .videothek-overlay__close{
    top: 26px;
  }
}
.videothek-overlay__code-section{
  padding: 15px;
}
@media only screen and (min-width: 770px) {
  .videothek-overlay__code-section{
    padding: 15px 30px;
  }
}

/* Element: videothek-overlay__code
 ========================================================================== */
.videothek-overlay__code{
  text-align: center;
  font-size: 24px;
  color: #0b1112;
  border: 1px solid #e1e1e1;
  background-color: #fafafa;
  padding: 20px;
  margin: 15px 0 0;
}

/* Element: videothek-overlay__movie-title
 ========================================================================== */
.videothek-overlay__movie-title{
  font-weight: bold;
}

/* Element: videothek-overlay__instructions-headline
 ========================================================================== */
.videothek-overlay__instructions-headline{
  font-size: 18px;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 770px) {
  .videothek-overlay__instructions-headline{
    margin-bottom: 20px;
  }
}

/* Element: videothek-overlay__instructions
 ========================================================================== */
.videothek-overlay__instructions{
  margin: 0 0 0 15px;
  padding: 0;
}
.videothek-overlay__instructions li{
  margin-bottom: 15px;
}
@media only screen and (min-width: 770px) {
  .videothek-overlay__instructions li{
    margin-bottom: 20px;
  }
}

/* Element: videothek-overlay__remote-button
 ========================================================================== */
.videothek-overlay__remote-button{
  color: #f00;
  text-transform: uppercase;
}

/* Element: videothek-overlay__plus-member-info
 ========================================================================== */
.videothek-overlay__plus-member-info{
  font-style: italic;
}
.videothek-util--remove-margin{
  margin: 0;
}

/* new details page styles */
.details-info{
  position: relative;
}
.cover-container{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .cover-container{
    width: 32%;
    float: none;
    padding-right: 5.5555555556%;
    padding-bottom: 60px;
    margin: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .cover-container{
    width: 25.666666667%;
  }
}
.cover-image{
  width: 90px;
  height: 135px;
  background: #efefef;
}
@media only screen and (min-width: 768px) {
  .cover-image{
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .info-container{
    display: inline-block;
    vertical-align: top;
    width: 67%;
  }
}
@media only screen and (min-width: 1441px) {
  .info-container{
    width: 32%;
  }
}
.info-box-top{
  font-family: 'A1Serif', Verdana, sans-serif;
  line-height: 1.42;
  font-size: 12px;
}
@media only screen and (min-width: 767px) {
  .info-box-top{
    display: inline-block;
    vertical-align: top;
    width: 100%; /*480px;*/
    font-size: 19px;
  }
}
.document-title{
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 6px;
  padding-left: 100px;
  word-break: break-word;
}
@media only screen and (min-width: 767px) {
  .document-title{
    font-size: 30px;
    padding-left: 0;
  }
}
.document-subtitles{
  font-weight: 500;
  padding-left: 100px;
}
@media only screen and (min-width: 767px) {
  .document-subtitles{
    padding-left: 0;
  }
}
.details-section{
  margin-top: 20px;
}
@media only screen and (min-width: 767px) {
  .details-section{
    margin-top: 30px;
  }
}
.details-section.meta{
  padding-left: 100px;
}
@media only screen and (min-width: 767px) {
  .details-section.meta{
    padding-left: 0;
  }
}
.videothek-description__icons .videothek-icon{
  height: 19px;
}
@media only screen and (min-width: 768px) {
  .videothek-description__icons .videothek-icon{
    height: 30px;
  }
}
.details-section.description{
  margin: 0 -15px;
  padding: 20px 15px 0;
  border-top: 1px solid #808080;
}
@media only screen and (min-width: 768px) {
.details-section.description{
    display: inline-block;
    margin: 42px 0 0;
    padding: 0;
    border: 0;
  }
}
@media only screen and (min-width: 768px) {
  .details-section.cast-credit{
    display: inline-block;
  }
}
.details-section.resolutions{
  border-top: 1px solid #808080;
}
@media only screen and (min-width: 768px) {
  .details-section.resolutions{
    display: inline-block;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 30px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .details-section.resolutions .videothek-detail__video-resolution{
    float: none;
    width: auto;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .details-section.resolutions .videothek-detail__video-resolution{
    margin-right: 30px;
  }
}
.details-section.trailer{
  margin: 15px -15px 0;
  padding: 15px 15px 0;
  border-top: 1px solid #808080;
}
@media only screen and (min-width: 768px) {
  .details-section.trailer{
    display: inline-block;
    vertical-align: middle;
    margin: 42px 0 0 32.555556%;
    padding: 0;
    border: 0;
    width: 67%;
  }
}
@media only screen and (min-width: 1441px) {
  .details-section.trailer{
    margin-top: 0;
    margin-left: 3.6111111111%;
    width: 37%;
  }
}
.videothek-description__description-list{
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.videothek-description__description-list > dt{
  width: 115px;
  float: left;
  clear: both;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .videothek-description__description-list > dt{
    width: 195px;
  }
}
.videothek-description__description-list > dd{
  margin-left: 115px;
}
@media only screen and (min-width: 768px) {
  .videothek-description__description-list > dd{
    margin-left: 195px;
  }
}
.videothek-detail__social-media{
  border-top: 1px solid #808080;
  margin: 15px -15px 0;
  padding: 15px 15px 0;
}
.cover-container .videothek-detail__social-media{
  display: none;
}
@media only screen and (min-width: 768px) {
  .videothek-detail__social-media{
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .details-info .videothek-detail__social-media{
    display: none;
  }
  .cover-container .videothek-detail__social-media{
    display: block;
  }
}
.videothek-detail__social-media img{
  width: 21px;
  height: auto;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .videothek-detail__social-media img{
    width: 30px;
    margin-left: 15px;
  }
}
.videothek-icon{
  display: inline-block;
  vertical-align: middle;
}
.videothek-icon--tooltip{
  cursor: pointer;
  height: 21px;
  width: 21px;
  background-image: url(/img/fres/tv/videothek/icon_tooltip.png);
  background-size: cover;
}
.responsive-embedded-video-container{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.responsive-embedded-video-container iframe,
.responsive-embedded-video-container object,
.responsive-embedded-video-container embed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.animation--spinning{
  animation: animation-rotate 2s infinite linear;
}

/* animations */
@keyframes animation-rotate{
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* lazyload */
@keyframes loading{
  from {
    opacity: .1;
  }
  to {
    opacity: 1;
  }
}

.lazyload{
  background: #ddd url(/img/fres/common/loader.gif) center center no-repeat;
  background-size: 20px;
  animation: 1s infinite alternate loading;
}
@media screen and (min-width: 1024px) {
  .lazyload{
    background-size: 40px;
  }
}

.lazyload-queued{
  background: #ddd url(/img/fres/common/loader.gif) center center no-repeat;
  background-size: 20px;
  animation: 1s infinite alternate loading;
}
@media screen and (min-width: 1024px) {
  .lazyload-queued{
    background-size: 40px;
  }
}

/* load more */
.button--load-more .button__loading-text{
  display: none;
}
.button--load-more.button--loading .button__loading-text{
  display: inline-block;
}
.button--load-more.button--loading .button__idle-text{
  display: none;
}

/* new videocard */
.category-title{
  display: inline-block;
  margin: 0 4% .45em;
}
@media only screen and (min-width: 1025px) {
  .category-title{
    margin-left: 60px;
  }
}
.videothek-video-slider--with-small-columns .item,
.videothek-video-slider--with-y-columns .item,
.videothek-video-slider--with-x-columns .item{
  width: 50%;
  z-index: 1;
  display: inline-block !important;
  position: relative;
  white-space: normal;
  vertical-align: top;
  float: none;
  outline: 0;
}
.videothek-video-slider--with-y-columns .item{
  width: 78.620689655%;
}
@media screen and (max-width: 799px) and (min-width: 500px) {
  .videothek-video-slider--with-small-columns .item,
  .videothek-video-slider--with-x-columns .item{
    width: 33.333333%;
  }
  .videothek-video-slider--with-y-columns .item{
    width: 66.666666%;
  }
}
@media screen and (max-width: 1099px) and (min-width: 800px) {
  .videothek-video-slider--with-small-columns .item{
    width: 25%;
  }
  .videothek-video-slider--with-y-columns .item{
    width: 50%;
  }
}
@media screen and (max-width: 1399px) and (min-width: 800px) {
  .videothek-video-slider--with-x-columns .item{
    width: 25%;
  }
}
@media screen and (max-width: 1399px) and (min-width: 1100px) {
  .videothek-video-slider--with-small-columns .item{
    width: 20%;
  }
  .videothek-video-slider--with-y-columns .item{
    width: 40%;
  }
}
@media screen and (max-width: 1920px) and (min-width: 1400px) {
  .videothek-video-slider--with-small-columns .item{
    width: 14.285714286%;
  }
  .videothek-video-slider--with-x-columns .item{
    width: 20%;
  }
  .videothek-video-slider--with-y-columns .item{
    width: 28.571428572%;
  }
}
@media screen and (max-width: 2559px) and (min-width: 1921px) {
  .videothek-video-slider--with-small-columns .item{
    width: 12.5%;
  }
  .videothek-video-slider--with-x-columns .item{
    width: 16.666666667%;
  }
  .videothek-video-slider--with-y-columns .item{
    width: 25%;
  }
}
@media screen and (min-width: 2560px) {
  .videothek-video-slider--with-small-columns .item{
    width: 11.111111111%;
  }
  .videothek-video-slider--with-y-columns .item{
    width: 22.222222222%;
  }
}
@media screen and (max-width: 4095px) and (min-width: 2560px) {
  .videothek-video-slider--with-x-columns .item{
    width: 14.285714286%;
  }
  .videothek-video-slider--with-y-columns .item{
    width: 20%;
  }
  .videothek-video-slider--with-small-columns .item{
    width: 10%;
  }
}
@media screen and (max-width: 5119px) and (min-width: 4096px) {
  .videothek-video-slider--with-x-columns .item{
    width: 8.3333333333%;
  }
  .videothek-video-slider--with-y-columns .item{
    width: 12.5%;
  }
  .videothek-video-slider--with-small-columns .item{
    width: 6.25%;
  }
}
@media screen and (min-width: 5120px) {
  .videothek-video-slider--with-x-columns .item{
    width: 7.1428571429%;
  }
  .videothek-video-slider--with-y-columns .item{
    width: 11.111111111%;
  }
  .videothek-video-slider--with-small-columns .item{
    width: 5.5555555556%;
  }
}
.videothek-video-slider--with-small-columns .item:hover,
.videothek-video-slider--with-small-columns .item.item--is-hovered,
.videothek-video-slider--with-x-columns .item:hover,
.videothek-video-slider--with-x-columns .item.item--is-hovered{
  z-index: 4;
}

/* Block: video-card */
.video-card{
  padding: 0 !important;
  margin: 0 20px 0 0;
  transform-origin: center 75%;
  transition: transform 100ms ease-out, box-shadow 50ms ease-out;
}
.video-card:hover{
  transform: scale(1.33);
  transition: transform 300ms 100ms ease-out, box-shadow 150ms 100ms ease-out;
}

/* Element: video-card__inner */
.video-card__inner{
  position: relative;
  margin: 0;
  z-index: 1;
  cursor: pointer;
  outline: 0;
}
.video-card-info{
  visibility: hidden;
  position: absolute;
  z-index: 2;
  background-color: #000;
  opacity: 0;
  transition: opacity 100ms ease-out;
}
.item:hover .video-card-info,
.video-card:hover .video-card-info{
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 200ms 100ms ease-out;
}
.video-card-info__background{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.video-card-info__overlay{
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: -1px;
  cursor: pointer;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0); /* IE6-9 */
}
.video-card-info__info{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  color: #fff;
  padding: .5vw 1vw .8vw;
}
.video-card-info__main{
  z-index: 1;
}
.video-card-info__text{
  text-align: left;
  z-index: 1;
}
.video-card-info__title{
  font-size: 21px;
  line-height: 1;
  color: #fff;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 500;
}
.meta{
  font-family: 'A1Serif', Verdana, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.synopsis{
  font-family: 'A1Serif', Verdana, sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.hidden{
  display: none;
}
.alert-box :last-child,
.panel.callout.alert-box :last-child{
  margin-bottom: 0;
}
.alert-box--cover-error,
.panel.callout.alert-box--cover-error{
  background-color: #d6d7d8;
}
.alert-box--fixed,
.panel.callout.alert-box--fixed{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}