@charset "UTF-8";
@font-face {
  font-family: 'GraphikWeb';
  src: url("fonts/GraphikWeb-Regular.eot");
  src: url("fonts/GraphikWeb-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/GraphikWeb-Regular.woff") format("woff"), url("fonts/GraphikWeb-Regular.ttf") format("truetype"), url("fonts/GraphikWeb-Regular.svg#Graphik Web") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'GraphikWeb';
  src: url("fonts/GraphikWeb-Medium.eot");
  src: url("fonts/GraphikWeb-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/GraphikWeb-Medium.woff") format("woff"), url("fonts/GraphikWeb-Medium.ttf") format("truetype"), url("fonts/GraphikWeb-Medium.svg#Graphik Web") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'GraphikWeb';
  src: url("fonts/GraphikWeb-Semibold.eot");
  src: url("fonts/GraphikWeb-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/GraphikWeb-Semibold.woff") format("woff"), url("fonts/GraphikWeb-Semibold.ttf") format("truetype"), url("fonts/GraphikWeb-Semibold.svg#Graphik Web") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "videoload-portal-icons";
  src: url("fonts/videoload-portal-icons.eot");
  src: url("fonts/videoload-portal-icons.eot?#iefix") format("embedded-opentype"), url("fonts/videoload-portal-icons.woff") format("woff"), url("fonts/videoload-portal-icons.ttf") format("truetype"), url("fonts/videoload-portal-icons.svg#videoload-portal-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

[data-icon]:before {
  font-family: "videoload-portal-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="vl-icon-"]:before,
[class*=" vl-icon-"]:before {
  font-family: "videoload-portal-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.vl-icon-vl-arrow-left:before {
  content: "\61"; }

.vl-icon-vl-arrow-right:before {
  content: "\62"; }

.vl-icon-vl-search:before {
  content: "\63"; }

.vl-icon-vl-star-full:before {
  content: "\64"; }

.vl-icon-vl-star-half:before {
  content: "\65"; }

.vl-icon-vl-play:before {
  content: "\66"; }

.vl-icon-vl-tick:before {
  content: "\67"; }

.vl-icon-vl-close:before {
  content: "\68"; }

.vl-icon-vl-hnl:before {
  content: "\6a"; }

.vl-icon-vl-volume:before {
  content: "\6b"; }

.vl-icon-vl-down:before {
  content: "\6c"; }

.vl-icon-vl-up:before {
  content: "\6d"; }

.vl-icon-vl-html5-close:before {
  content: "\6e"; }

.vl-icon-vl-pin-active:before {
  content: "\69"; }

.vl-icon-vl-pin:before {
  content: "\6f"; }

.vl-icon-vl-arrow-thin-right:before {
  content: "\70"; }

.vl-icon-vl-arrow-thin-left:before {
  content: "\71"; }

.vl-icon-icon-cam:before {
  content: "\72"; }

.vl-icon-icon-back:before {
  content: "\73";
  line-height: 1; }

.vl-icon-icon-lupe:before {
  content: "\74";
  line-height: 1; }

.vl-icon-dropdown-up:before {
  content: "\77"; }

.vl-icon-dropdown-down:before {
  content: "\78"; }

.vl-icon-icon-first:before {
  content: "\75"; }

.vl-icon-icon-last:before {
  content: "\76"; }

.vl-icon-icon-scenes:before {
  content: "\79"; }

.vl-icon-icon-club:before {
  content: "\7a"; }

.vl-icon-icon-ibutton:before {
  content: "\41"; }

.tooltip-left:before,
.tooltip-right:after,
.tooltip-top:before,
.tooltip-bottom:after {
  background-color: #555;
  border: 0;
  box-sizing: border-box;
  color: #fff;
  margin: 0.4rem 0.4rem 0.4rem 0.4rem;
  padding: 0.4rem 0.4rem 0.4rem 0.4rem; }
  .tooltip-left:hover:before,
  .tooltip-right:hover:after,
  .tooltip-top:hover:before,
  .tooltip-bottom:hover:after {
    transition: opacity 0.25s ease-in-out; }
  
  .tooltip-right:after,
  .tooltip-bottom:after, .tooltip-left:before,
  .tooltip-top:before {
    content: attr(title);
    height: auto;
    min-height: 2rem;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    transition: opacity 0.25s ease-in-out;
    width: 6rem; }

.tooltip-top {
  margin-top: 0.4rem; }
  .tooltip-top:before {
    left: 0;
    margin-top: -2.8rem;
    text-align: center;
    top: 0; }
  .tooltip-top:after {
    border-left: 0.4rem solid transparent;
    border-right: 0.4rem solid transparent;
    border-top: 0.8rem solid #555;
    content: '';
    height: 0;
    position: absolute;
    transition: opacity 0.25s ease-in-out;
    width: 0;
    z-index: 2000;
    left: 3rem;
    margin-top: -0.8rem;
    opacity: 0;
    visibility: hidden; }
  .tooltip-top:hover:before, .tooltip-top:hover:after {
    opacity: 1;
    visibility: visible; }

.tooltip-bottom {
  margin-bottom: 0.4rem; }
  .tooltip-bottom:after {
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 1.6rem;
    visibility: hidden; }
  .tooltip-bottom:before {
    border-bottom: 0.8rem solid #555;
    border-left: 0.4rem solid transparent;
    border-right: 0.4rem solid transparent;
    content: '';
    height: 0;
    position: absolute;
    transition: opacity 0.25s ease-in-out;
    width: 0;
    z-index: 2000;
    left: 3rem;
    bottom: -0.8rem;
    opacity: 0;
    visibility: hidden; }
  .tooltip-bottom:hover:after, .tooltip-bottom:hover:before {
    opacity: 1;
    visibility: visible; }

.tooltip-left {
  margin-left: 0.4rem; }
  .tooltip-left:before {
    left: 0;
    margin-left: -6.8rem;
    top: -0.8rem;
    width: 6rem; }
  .tooltip-left:after {
    border-bottom: 0.4rem solid transparent;
    border-left: 0.8rem solid #555;
    border-top: 0.4rem solid transparent;
    content: '';
    height: 0;
    position: absolute;
    transition: opacity 0.25s ease-in-out;
    width: 0;
    z-index: 2000;
    left: -0.8rem;
    opacity: 0;
    visibility: hidden; }
  .tooltip-left:hover:before, .tooltip-left:hover:after {
    opacity: 1;
    visibility: visible; }

.tooltip-right {
  margin-right: 0.4rem; }
  .tooltip-right:after {
    margin-right: -6.8rem;
    right: 0;
    top: -0.8rem;
    width: 6rem; }
  .tooltip-right:before {
    border-bottom: 0.4rem solid transparent;
    border-right: 0.8rem solid #555;
    border-top: 0.4rem solid transparent;
    content: '';
    height: 0;
    position: absolute;
    transition: opacity 0.25s ease-in-out;
    width: 0;
    z-index: 2000;
    right: -0.8rem;
    opacity: 0;
    visibility: hidden; }
  .tooltip-right:hover:after, .tooltip-right:hover:before {
    opacity: 1;
    visibility: visible; }

.tooltip-top,
.tooltip-bottom,
.tooltip-right,
.tooltip-left {
  background-color: #ccc;
  color: #000;
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
  text-decoration: none; }

/**Variables fuer alle 4 Portale* */
/**Init* */
/** standard colors */
/** primary colors */
/** secondary colors */
/** not in use */
/** tertiary (utility) colors */
/** genre colors */
/** grayscale colors */
/** rgba(42,42,42,1);*/
/** hover colors */
/** telekom */
/** heights */
/** Highlightbox  */
/** Variables listmodul (HighlightBox, Topbox) */
/** Variables Detailseite */
/** Variables Search */
/** Variables Autocomplete */
.filter-color {
  background-color: #2a2a2a;
  color: #fff; }

/**swiper* */
/**moviecard** */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
/* Corrects `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

/* Corrects `inline-block` display not defined in IE 8/9. */
audio, canvas, video {
  display: inline-block; }

/* Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0; }

/* Addresses styling for `hidden` attribute not present in IE 8/9. */
[hidden] {
  display: none; }

/* ==========================================================================
 * Base
 * ========================================================================== */
/* 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom. */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/* Removes default margin. */
body {
  margin: 0; }

/* ==========================================================================
 * Links
 * ========================================================================== */
/* Addresses `outline` inconsistency between Chrome and other browsers. */
a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

/* Improves readability when focused and also mouse hovered in all browsers. */
/* ==========================================================================
 * Typography
 * ========================================================================== */
/* Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome. */
h1 {
  font-size: 2em; }

/* Addresses styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted; }

/* Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b, strong {
  font-weight: bold; }

/* Addresses styling not present in Safari 5 and Chrome. */
dfn {
  font-style: italic; }

/* Addresses styling not present in IE 8/9. */
mark {
  background: #ff0;
  color: #000; }

/* Corrects font family set oddly in Safari 5 and Chrome. */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

/* Improves readability of pre-formatted text in all browsers. */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/* Sets consistent quote types. */
q {
  quotes: "“" "”" "‘" "’"; }

/* Addresses inconsistent and variable font size in all browsers. */
small {
  font-size: 80%; }

/* Prevents `sub` and `sup` affecting `line-height` in all browsers. */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
 * Embedded content
 * ========================================================================== */
/* Removes border when inside `a` element in IE 8/9. */
img {
  border: 0; }

/* Corrects overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
 * Figures
 * ========================================================================== */
/* Addresses margin not present in IE 8/9 and Safari 5. */
figure {
  margin: 0; }

/* ==========================================================================
 * Forms
 * ========================================================================== */
/* Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c5c5c5;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/* 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/* 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/* Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
button, input {
  line-height: normal; }

/* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others. */
button, html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/* Re-set default cursor for disabled elements. */
button[disabled] {
  cursor: default; }

input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/* 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9. */
/* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof). */
/* Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X. */
/* Removes inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers. */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
 * Tables
 * ========================================================================== */
/* Remove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/**** Containers *** */
html, body {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  z-index: 1;
  position: relative; }

#left-background,
#search-navigation-left,
#search-navigation-right,
#login-right,
.flexbox {
  width: 24.8%; }

#left-background {
  min-height: 574px; }

.box-left, .box-right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.box-middle {
  margin-left: auto;
  margin-right: auto;
  min-width: 927px; }

#main-container p, #main-container-flex p {
  font-size: 14px;
  line-height: 20px; }

#main-container .cteaser .moviecard p, #main-container-flex .cteaser .moviecard p {
  font-size: 12px;
  line-height: 16px;
  margin: 8px 0;
  overflow: hidden; }
  #main-container .cteaser .moviecard p.genres, #main-container-flex .cteaser .moviecard p.genres {
    margin-top: 3px; }

#main-container .cteaser .moviecard p.upcoming, #main-container-flex .cteaser .moviecard p.upcoming {
  margin: 11px 0; }

#main-container .teaserW .moviecard, #main-container-flex .teaserW .moviecard {
  font-size: 12px; }
  #main-container .teaserW .moviecard p, #main-container-flex .teaserW .moviecard p {
    font-size: 12px;
    line-height: 16px;
    margin: 8px 0;
    max-height: 50%;
    overflow: hidden; }
    #main-container .teaserW .moviecard p.genres, #main-container-flex .teaserW .moviecard p.genres {
      margin-top: 3px; }
  #main-container .teaserW .moviecard p.upcoming, #main-container-flex .teaserW .moviecard p.upcoming {
    margin: 8px 0; }

#main-container header.header-detail #plogo, #main-container-flex header.header-detail #plogo {
  float: right;
  width: 185px;
  height: 90px; }

#genres {
  height: 30px; }

.meta-info {
  margin-bottom: 27px; }
  .meta-info a {
    color: #009991;
    display: inline;
    text-decoration: none; }
    .meta-info a.none {
      display: none; }
    .meta-info a:hover {
      text-decoration: none; }
  .meta-info .link {
    color: #009991; }
  .meta-info .content-text {
    color: #808080; }

.meta-info:empty {
  margin-bottom: 0; }

#pagewrapper {
  width: 100%;
  min-width: 1280px;
  min-height: calc(100vh - 289px); }
  #pagewrapper.adjust {
    padding-top: 80px; }

#adtech:first-child div {
  margin-left: auto;
  margin-right: 0px; }

#teaser-link-content-on-tv.block {
  background-image: url(/img/vl-tv.png);
  background-repeat: no-repeat;
  background-position: 13px 16px;
  padding: 17px 17px 17px 100px; }
  #teaser-link-content-on-tv.block:hover span {
    text-decoration: underline; }

#teaser-link-content-on-chromecast.block {
  background-image: url(/img/chromecast.png);
  background-repeat: no-repeat;
  background-position: 13px 16px;
  padding: 17px 17px 17px 100px; }
  #teaser-link-content-on-chromecast.block:hover span {
    text-decoration: underline; }

#detail_content_left {
  min-height: 574px; }

/*****************redesign***************** */
.main-container, .recommendations-container {
  margin-left: auto;
  margin-right: auto;
  width: 1280px;
  max-width: 1280px;
  min-width: 1280px; }
  .main-container .container-adjust, .recommendations-container .container-adjust {
    margin-left: 44px;
    margin-right: 44px; }
  .main-container .teaser-gradient, .recommendations-container .teaser-gradient {
    height: 34px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 50px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DxImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); }

.main-container .recommendations-hr {
  margin: 0 44px; }

.main-container-left {
  float: left;
  width: 21.81208%;
  margin-right: 4.27852%;
  margin-bottom: 60px; }

.main-container-middle {
  float: left;
  width: 47.81879%;
  margin-right: 4.27852%;
  margin-bottom: 20px; }

.main-container-right {
  float: left;
  width: 21.81208%;
  margin-bottom: 30px; }

.serie.main-container-left, .staffel.main-container-left {
  float: left;
  width: 30.20134%;
  margin-right: 4.27852%; }

.serie.main-container-middle, .staffel.main-container-middle {
  float: left;
  width: 39.42953%;
  margin-right: 4.27852%; }

.serie.main-container-right, .staffel.main-container-right {
  float: left;
  width: 21.81208%; }

.startpage-container-left {
  float: left;
  width: 3.4375%; }

.startpage-container-middle {
  float: left;
  width: 93.125%; }

.startpage-container-right {
  float: left;
  width: 3.4375%; }

#clientcode, #clientcode-menu-container, #accountinfo-menu-container {
  margin-bottom: 60px; }

#clientcode, .clientcode-content-container {
  margin-top: 40px;
  width: 100%; }
  #clientcode.has-menu, .clientcode-content-container.has-menu {
    max-width: calc(100% - 360px); }

@media screen and (max-width: 1167px) {
  .clientcode-wrapper {
    display: flex;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse; }
    .clientcode-wrapper #clientcode [class*='grid_'],
    .clientcode-wrapper .clientcode-content-container [class*='grid_'] {
      width: 100%; }
  #clientcode.has-menu, .clientcode-content-container.has-menu {
    max-width: unset; } }

#floating-navigation {
  margin-top: 30px;
  margin-bottom: 60px; }

#clientcode-menu-container, #floating-navigation, #accountinfo-menu-container {
  width: 280px;
  overflow: hidden; }

#clientcode-menu-container, #accountinfo-menu-container {
  margin-right: 80px; }
  #clientcode-menu-container .subsubmenu-container, #accountinfo-menu-container .subsubmenu-container {
    float: left;
    min-height: 100%;
    height: 100%;
    width: 100%;
    display: block; }
    #clientcode-menu-container .subsubmenu-container ul, #accountinfo-menu-container .subsubmenu-container ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      #clientcode-menu-container .subsubmenu-container ul li, #accountinfo-menu-container .subsubmenu-container ul li {
        line-height: 50px; }
        #clientcode-menu-container .subsubmenu-container ul li a, #accountinfo-menu-container .subsubmenu-container ul li a {
          font-size: 16px;
          line-height: 100%;
          font-weight: 500; }

.main-container-right #extras ul li.opaque {
  opacity: 1; }
  .main-container-right #extras ul li.opaque .product {
    text-align: left; }
  .main-container-right #extras ul li.opaque .button-icon {
    width: 25px !important; }
  .main-container-right #extras ul li.opaque .text,
  .main-container-right #extras ul li.opaque .icon {
    float: left; }

/**** Generic classes ** */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: " ";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .clearfix:after {
    content: " ";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.no-float {
  float: none; }

.pointer:hover {
  cursor: pointer; }

.bold {
  font-weight: 600; }

.normal {
  font-weight: 400; }

.medium {
  font-weight: 500; }

.inline {
  display: inline; }

.block {
  display: block !important; }

.inline-block {
  display: inline-block; }

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%; }

.none {
  display: none; }

.static {
  position: static; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.fixed {
  position: fixed;
  top: 80px; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

.underline {
  text-decoration: underline; }

.overline {
  text-decoration: overline; }

.line-through {
  text-decoration: line-through; }

.decoration-none {
  text-decoration: none; }
  .decoration-none:hover.color-8.hover {
    color: #00746e; }

.hover:hover {
  text-decoration: underline; }

.hover-without-underline:hover {
  text-decoration: none; }

.ellipsis {
  text-overflow: ellipsis; }

.none-hover-underline {
  text-decoration: none; }
  .none-hover-underline:hover {
    text-decoration: underline; }

.text-align-left {
  text-align: left; }

.text-align-center {
  text-align: center; }

.text-align-right {
  text-align: right; }

.nowrap {
  white-space: nowrap; }

.break-word {
  word-wrap: break-word; }

.overflow-hidden {
  overflow: hidden; }

.standard-img-hover-feedback:hover {
  filter: alpha(opacity: 75);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75; }

.inactive {
  filter: alpha(opacity: 45);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  -moz-opacity: 0.45;
  -khtml-opacity: 0.45;
  -webkit-opacity: 0.45;
  opacity: 0.45; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design. */
::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none; }

/* A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */
img {
  vertical-align: middle; }

/* Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Allow only vertical resizing of textareas. */
textarea {
  resize: vertical; }

/* ==========================================================================
 * Chrome Frame prompt
 * ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
 * Helper classes
 * ========================================================================== */
/* Image replacement */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

.visibilityhidden {
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

/* Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p */
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* ==========================================================================
 * Print styles.
 * Inlined to avoid required HTTP connection: h5bp.com/r
 * ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }
    a[href]:after {
      content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /* Don't show links for images, or javascript/internal links */
  .ir a:after {
    content: ""; }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr {
    page-break-inside: avoid; }
  img {
    page-break-inside: avoid;
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

/**** Lists ** */
ul li {
  line-height: 20px; }

ul.style-none {
  list-style-type: none; }

ul.padding-none {
  padding: 0; }

ul.margin-none {
  margin: 0; }

ul.float-left {
  overflow: hidden; }
  ul.float-left li {
    float: left;
    position: relative; }

ul.float-right {
  overflow: hidden;
  float: right; }
  ul.float-right li {
    float: left;
    position: relative; }

ul.lis-block li {
  display: block; }

ul.standard li a:before, ul#recommendation li a:before {
  content: "";
  background: transparent url(/img/sprite.png) no-repeat scroll -469px -319px;
  height: 20px;
  width: 15px;
  float: left; }

#extras ul {
  margin-top: 0px;
  height: 50px;
  box-sizing: border-box; }
  #extras ul li {
    padding: 0;
    text-align: center;
    line-height: 50px; }

.attributes {
  padding-left: 0;
  padding-bottom: 30px;
  line-height: 100%; }
  .attributes li {
    display: inline-block; }

#sub-navigation li,
#watchlist-navigation li {
  padding-bottom: 15px; }
  #sub-navigation li.last,
  #watchlist-navigation li.last {
    padding-bottom: 5px; }

#sub-navigation .sub-navigation-tight li,
#watchlist-navigation .sub-navigation-tight li {
  padding-bottom: 8px; }

.topbox ul {
  margin: 0;
  padding: 0; }

.topbox li {
  margin: 0;
  padding: 0; }

.episodes-header ul.season-attributes {
  margin-right: 10px; }

.navi-block li {
  padding-bottom: 5px; }

.navi-block .sub-navi-block li {
  font-size: 13px; }

#clientcode-menu-container .navi-block, #accountinfo-menu-container .navi-block {
  margin: 10px 0;
  padding: 0;
  line-height: 30px; }
  #clientcode-menu-container .navi-block li, #accountinfo-menu-container .navi-block li {
    padding: 0;
    margin: 0; }
  #clientcode-menu-container .navi-block .sub-navi-block ul, #accountinfo-menu-container .navi-block .sub-navi-block ul {
    padding: 0; }
  #clientcode-menu-container .navi-block .sub-navi-block li, #accountinfo-menu-container .navi-block .sub-navi-block li {
    font-size: 13px;
    list-style: none;
    line-height: 30px; }

ol * {
  color: #000; }

ol li {
  color: #009991;
  font-size: 24px;
  font-weight: bold; }

#season-navigation ul {
  margin: 5px 0 0 0; }

#search-navigation ul.float-right {
  overflow: visible; }

.teaser-wrapper {
  width: 1280px;
  overflow: hidden;
  margin: 0; }
  .teaser-wrapper .grid {
    display: inline;
    float: left;
    width: 314px; }
  .teaser-wrapper .grid_1 {
    margin-left: 0;
    margin-right: 9px; }
    .teaser-wrapper .grid_1:last-of-type {
      margin-right: 0; }

/**** Navigation *** */
#navigation,
#search-navigation,
.full-height,
.show-switch-to-hide,
hide-switch-to-show {
  height: 80px; }

#navigation a:hover {
  color: #000; }

#navigation .box-middle {
  min-width: 700px; }

#navigation .navigationlogin {
  float: left;
  margin-left: 12px;
  position: relative; }
  #navigation .navigationlogin .navigation-link-box {
    float: left; }

#login:hover,
#register:hover,
#logout:hover {
  color: #000; }

#login {
  margin: 0 0 2px 0;
  padding-top: 4px; }

#search-delete-all:hover {
  color: #fff; }

#login-container {
  bottom: 0;
  left: 0;
  height: 0px;
  width: 100%;
  z-index: 999; }
  #login-container .adjust {
    padding-top: 27px; }
  #login-container .full-height {
    height: 235px; }

#registration h2 {
  padding-top: 14px;
  padding-bottom: 12px;
  font-size: 18px; }

#registration p {
  padding-right: 40px; }

#loginbox,
iframe {
  border: 0; }

#navigation {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 998; }
  #navigation .adjust {
    padding-top: 20px; }
  #navigation li a.active.navigation-link-box {
    background-color: #f3f3f3;
    color: #000; }
  #navigation li #mymovies.active.navigation-link-box {
    background-color: #dfdfdf; }
  #navigation li .center {
    display: inline-block; }
  #navigation li .navigation-link-box {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    float: none;
    text-decoration: none;
    letter-spacing: 1px;
    margin: 0 20px; }
    #navigation li .navigation-link-box a {
      width: auto; }
  #navigation .mainmenu .navigation-link-box:hover > .submenu-container {
    display: flex;
    align-items: stretch; }
    #navigation .mainmenu .navigation-link-box:hover > .submenu-container:before {
      border-bottom: 0.8rem solid #1a1a1a;
      border-left: 0.8rem solid transparent;
      border-right: 0.8rem solid transparent;
      content: '';
      height: 0;
      position: absolute;
      transition: opacity 0 ease-in-out;
      width: 0;
      z-index: 1001;
      top: -0.8rem;
      left: 4.2rem; }
    #navigation .mainmenu .navigation-link-box:hover > .submenu-container > .submenu-container {
      flex: 1; }
    #navigation .mainmenu .navigation-link-box:hover > .submenu-container .divider {
      width: 5.8rem;
      min-height: auto;
      box-sizing: border-box; }
  #navigation .icon,
  #navigation .close {
    display: inline-block;
    background-image: url(/img/sprite.png);
    background-repeat: no-repeat;
    background-position: top left;
    width: 33px;
    height: 30px; }
  #navigation .text {
    padding-top: 2px; }

#logo-container {
  width: 135px;
  display: inline;
  float: left;
  margin-left: 0px;
  margin-right: 20px; }
  #logo-container .navigation-link-box {
    width: auto; }
  #logo-container a {
    height: 80px; }

#logo {
  margin-top: 24px;
  vertical-align: sub; }

#navigation-link-1 .icon {
  background-position: -174px -14px; }

#navigation-link-1.hover:hover .icon, #navigation-link-1.active .icon {
  background-position: -214px -14px; }

#navigation-link-2 .icon {
  background-position: -174px -54px; }

#navigation-link-2.hover:hover .icon, #navigation-link-2.active .icon {
  background-position: -214px -54px; }

#navigation-link-3 .icon {
  background-position: -174px -93px; }

#navigation-link-3.hover:hover .icon, #navigation-link-3.active .icon {
  background-position: -214px -93px; }

#navigation-link-4 .icon {
  background-position: -174px -132px; }

#navigation-link-4.hover:hover .icon, #navigation-link-4.active .icon {
  background-position: -214px -132px; }

.short-search-form-adjust {
  height: 70px;
  padding-top: 15px; }

#search-show.active {
  background-color: #f3f3f3; }

#short-search-form {
  width: 320px;
  background: #dfdfdf;
  border-radius: 5px; }
  #short-search-form.opened {
    border-bottom-left-radius: 0; }
  #short-search-form input {
    border: 0;
    color: #1a1a1a;
    background: #dfdfdf; }
    #short-search-form input::-webkit-input-placeholder {
      color: #808080;
      font-weight: 400 !important;
      font-size: 16px !important; }
    #short-search-form input::-moz-placeholder {
      color: #808080;
      font-weight: 400 !important;
      font-size: 16px !important; }
    #short-search-form input:-ms-input-placeholder {
      color: #808080;
      font-weight: 400 !important;
      font-size: 16px !important; }
  #short-search-form input:-moz-placeholder {
    color: #808080;
    font-weight: 400 !important;
    font-size: 16px !important; }
  #short-search-form .close {
    background-position: -111px -156px;
    margin-left: 24px;
    padding-bottom: 15px; }
  #short-search-form.hover .close:hover, #short-search-form.active .close:hover {
    background-position: -151px -156px; }

#short-search-form-dummy, #start-search {
  height: 20px;
  width: 50px;
  background: #009991;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  padding: 15px 0; }
  #short-search-form-dummy:hover, #start-search:hover {
    background: #01bbb1; }

#start-search {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
  #start-search.opened {
    border-bottom-right-radius: 0; }

#display {
  height: 50px;
  width: 248px;
  font-size: 18px;
  vertical-align: bottom;
  margin-left: 20px;
  padding: 0; }

#display-dummy {
  font-size: 13px;
  padding-top: 15px;
  width: 55px;
  line-height: 20px;
  font-size: 14px;
  height: 20;
  padding-top: 10px;
  vertical-align: bottom;
  width: 250px; }

#box-login {
  list-style: none; }
  #box-login .navigation-link-box {
    text-align: right; }
    #box-login .navigation-link-box .center {
      padding-right: 3px; }

#mymovies.inactive,
#watchlist.inactive {
  opacity: 0.45; }

#mymovies .icon {
  background-position: -172px -212px; }

#mymovies.hover:hover .icon, #mymovies.active .icon {
  background-position: -212px -212px; }

#watchlist .icon {
  background-position: -174px -172px; }

#watchlist.hover:hover .icon, #watchlist.active .icon {
  background-position: -214px -172px; }

#amount {
  letter-spacing: normal;
  text-align: center;
  display: inline-block; }

.font-adjust {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: normal; }

#sub-navigation,
#watchlist-navigation,
#registration-container {
  font-size: 13px;
  bottom: 0;
  left: 0;
  height: 0px;
  width: 100%; }

#sub-navigation,
#watchlist-navigation {
  font-weight: bold; }
  #sub-navigation .adjust,
  #watchlist-navigation .adjust {
    padding-top: 30px; }
  #sub-navigation a,
  #watchlist-navigation a {
    text-decoration: none; }
    #sub-navigation a:hover,
    #watchlist-navigation a:hover {
      color: #f3f3f3; }

#sub-navigation {
  z-index: 997; }
  #sub-navigation .full-height {
    height: 500px; }
  #sub-navigation .border-block {
    border-right: 1px solid #808080;
    padding-top: 7px;
    margin-top: -7px; }

#watchlist-navigation {
  z-index: 996; }
  #watchlist-navigation .full-height {
    height: 100px; }

#registration-container {
  z-index: 995; }
  #registration-container .full-height {
    height: 97%; }

.close-reg {
  padding: 5px 10px 5px 5px; }

.big-x {
  font-size: 26px;
  vertical-align: -5px; }

.disable-scrollbar {
  overflow-y: hidden; }

.overflow-visibil {
  overflow: visible; }

#logged-out {
  margin-top: 18px; }
  #logged-out a {
    font-size: 14px; }

.navi-block {
  border-bottom: 1px solid #b2b2b2;
  padding-top: 17px;
  padding-bottom: 7px; }
  .navi-block.last {
    border-bottom: 0; }
  .navi-block .navi-head {
    font-size: 15px;
    padding-bottom: 6px; }
  .navi-block.no-border {
    border: 0; }

.sub-navi-block {
  font-size: 13px; }

#clientcode-menu-container .navi-block, #accountinfo-menu-container .navi-block {
  font-size: 16px; }

#clientcode-menu-container .divider, #accountinfo-menu-container .divider {
  border-bottom: 1px solid #cccccc; }

#clientcode-menu-container .divider-horiz, #accountinfo-menu-container .divider-horiz {
  height: 0px;
  max-width: 100%;
  margin: 15.5px 0px; }

#clientcode-menu-container .sub-navi-block, #accountinfo-menu-container .sub-navi-block {
  margin-top: -13px; }

#accountinfo-menu-container .divider {
  border-bottom: 1px solid #cccccc; }

#accountinfo-menu-container #floating-navigation {
  margin-top: 0; }

#powered-by-t-online {
  background-image: url(/img/vl_powered_by_T.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 26px;
  width: 110px;
  display: block;
  float: left;
  margin-top: 29px; }
  #powered-by-t-online:hover {
    background-position: 0px -26px; }

#season-navigation {
  position: relative; }
  #season-navigation:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: white; }
  #season-navigation a:hover, #season-navigation a.active {
    color: #fff; }
  #season-navigation li a {
    color: #009991;
    padding: 5px 0;
    margin: 0;
    line-height: 20px;
    width: 100px; }
    #season-navigation li a:hover, #season-navigation li a.active {
      background: #808080;
      color: #fff;
      font-weight: 500; }

#season-navigation-hl-anchor {
  height: 20px;
  margin: 8px 10px;
  padding: 2px; }

.myaccount-container {
  border: none;
  border-radius: 0;
  padding: 30px 40px;
  background-color: #1a1a1a;
  width: auto;
  height: auto;
  display: none;
  position: absolute;
  top: 70px;
  right: 0;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.8);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#6E6E6E')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#6E6E6E');
  color: white;
  text-align: left;
  z-index: 1000;
  font-size: 16px;
  letter-spacing: 0px; }
  .myaccount-container:before {
    content: "";
    position: absolute;
    right: 40px;
    top: -7.5px;
    height: 15px;
    width: 15px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #1a1a1a; }
  .myaccount-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .myaccount-container ul li {
      line-height: 32px;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%;
      max-width: 230px; }
      .myaccount-container ul li a:hover {
        color: #009991 !important;
        text-decoration: none; }
  .myaccount-container .divider {
    border-bottom: 1px solid #313131; }
    .myaccount-container .divider.vert {
      width: 0px;
      max-height: 100%;
      height: 100%;
      margin: 0px 40px; }
    .myaccount-container .divider.horiz {
      height: 0px;
      max-width: 100%;
      margin: 15.5px 0px; }

.submenu-container {
  border: 0;
  border-radius: 0;
  padding: 22px 40px;
  background-color: #1a1a1a;
  width: auto;
  height: auto;
  display: none;
  position: fixed;
  top: 70px;
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#6E6E6E')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#6E6E6E');
  color: white;
  text-align: left;
  z-index: 1002;
  font-size: 16px;
  letter-spacing: 0px;
  margin-left: -40px; }
  .submenu-container ul {
    list-style-type: none;
    padding: 0; }
    .submenu-container ul li ul {
      list-style-type: none;
      padding: 0;
      display: block;
      width: 100%; }
      .submenu-container ul li ul li {
        display: block;
        line-height: 32px;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .submenu-container ul li ul li a {
          text-transform: none; }
          .submenu-container ul li ul li a:hover {
            color: #009991 !important;
            text-decoration: none; }
  .submenu-container .divider.vert {
    width: 0px;
    max-height: 100%;
    height: 100%;
    margin: 0px 40px;
    border-left: 1px solid #313131; }
  .submenu-container .divider.horiz {
    height: 0px;
    max-width: 100%;
    margin: 15.5px 0px;
    border-bottom: 1px solid #313131; }
  .submenu-container .subsubmenu-container ul li {
    line-height: 32px; }
  .submenu-container .subsubmenu-container a {
    font-size: 16px;
    font-weight: normal;
    color: white;
    text-transform: none; }
    .submenu-container .subsubmenu-container a:hover {
      color: #009991 !important;
      text-decoration: none; }

.navi-active-mark-wrap {
  height: 11px;
  left: calc(50% - 14px);
  overflow: hidden;
  top: 70px;
  width: 23px; }
  .navi-active-mark-wrap .navi-active-mark:before {
    border-bottom: 0.8rem solid #2a2a2a;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    content: '';
    height: 0;
    position: absolute;
    transition: opacity 0 ease-in-out;
    width: 0;
    z-index: 1001; }

.navi-active-mark-wrap.menu-arrow {
  top: 60px;
  z-index: 5000; }
  .navi-active-mark-wrap.menu-arrow .navi-active-mark:before {
    background-color: #1a1a1a; }

#logged-in {
  line-height: 80px;
  position: relative; }
  #logged-in a {
    font-size: 14px;
    white-space: nowrap; }
  #logged-in:hover .myaccount-container {
    display: block; }
  #logged-in:hover a {
    color: #000; }
  #logged-in:hover li a {
    font-size: 16px;
    color: white; }
  #logged-in:hover li #username {
    color: #4D4d4d; }
    #logged-in:hover li #username:hover {
      color: #4d4D4d; }

.menu-container {
  float: left !important; }
  .menu-container a {
    font-size: 18px; }
    .menu-container a:active, .menu-container a:focus {
      outline: none; }
  .menu-container:active, .menu-container:focus {
    outline: none; }
  .menu-container:hover a {
    color: #000; }
  .menu-container:hover:active, .menu-container:hover:focus {
    outline: none; }
  .menu-container:hover li a {
    color: white; }
  .menu-container .navi-active {
    color: #2a2a2a; }

#search-navigation {
  float: left;
  position: relative; }

.mobilemenu {
  display: none; }

.search-overlay {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 13%);
  position: absolute;
  left: 584px;
  right: 120px;
  bottom: 0;
  top: 0;
  display: none;
  z-index: 999; }

.search-overlay-short {
  height: 80px;
  position: absolute;
  width: 23px;
  top: 0;
  right: 50px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 87%); }

#short-search-form-container {
  z-index: 1000; }

.mainmenu {
  float: left;
  height: 80px;
  overflow: hidden;
  width: 100%; }

/**** Headlines ** */
h1,
h5 {
  font-size: 28px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h3 {
  font-size: 14px; }

h5 {
  margin: 23px 0 9px 0; }

#headlines__maintitle,
#headlines__textline1,
#headlines__textline2,
#headlines__textline3 {
  margin: 0; }

#headlines__maintitle {
  font-size: 25px;
  padding: 9px 10px; }

#headlines__textline1,
#headlines__textline2,
#headlines__textline3 {
  font-size: 18px;
  padding: 4px 10px 6px; }

article h2,
figure h2 {
  margin-top: 0;
  margin-bottom: 14px; }

article h2.cast-crew-title,
figure h2.cast-crew-title {
  margin-bottom: 23px; }

article h3,
figure h3 {
  font-size: 18px;
  padding: 0;
  margin: 0; }

#big-text {
  z-index: 5;
  overflow: hidden; }

.cteaser h2, .cteaser h3 {
  font-size: 14px;
  line-height: 17px;
  padding: 0;
  margin: 12px 0 0; }
  .cteaser h2 span, .cteaser h3 span {
    height: 21px;
    max-width: 150px;
    padding: 1px 5px 0;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 18px; }

#impressum h4 {
  margin-bottom: 0;
  font-size: 15px; }

#error h1 {
  margin-top: 100px;
  text-align: center;
  font-size: 24px; }

.wartung h1 {
  position: relative;
  top: 16px; }

.wartung h2 {
  position: relative;
  top: 16px; }

.staticpage .lpright h2 {
  margin-top: 0;
  margin-bottom: 10px; }

.special .video h3 {
  font-size: 13px;
  font-weight: normal;
  padding: 0 15px 0 0;
  margin-right: 15px;
  border-right: 1px solid #2a2a2a;
  display: inline; }

.special .video h4 {
  font-size: 13px;
  font-weight: normal;
  display: inline; }

.special .textbox h1 {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 18px; }

#search-head {
  min-height: 110px; }
  #search-head #search-form {
    width: 100%; }
    #search-head #search-form h1 {
      font-weight: 400;
      margin: 35px 0 0;
      line-height: 30px; }
      #search-head #search-form h1.no-subheading {
        padding: 3px 0 0 0; }

.benutzereinstellung {
  min-height: 120px; }
  .benutzereinstellung #search-head h1 {
    font-size: 26px; }

#sub-navigation h3 {
  font-size: 13px; }

#season-navigation h3 {
  margin: 0; }

#detail_content_left article h2, #detail_content_left aside h2, #detail_content_left figure h2, #content-row article h2, #content-row aside h2, #content-row figure h2 {
  font: normal 26px "GraphikWeb";
  text-transform: uppercase; }

.graphikweb-semibold {
  font-weight: 600; }

.graphikweb-medium {
  font-weight: 500; }

.graphikweb-regular {
  font-weight: 400; }

#mainheadline {
  margin: 20px 0 15px 0;
  font-size: 26px;
  line-height: 32px; }

h3.original-title {
  font-size: 14px;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 55px;
  color: #808080;
  color: rgba(255, 255, 255, 0.5); }

.line-height-100 {
  line-height: 100% !important; }

/**** Content elements *** */
html {
  font-family: GraphikWeb;
  font-size: 14px;
  width: 100% !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*:focus {
  outline: none !important; }

#help-template #main-container a, #help-template #main-container .internal,
.staticpage a,
.staticpage .internal,
#footer a,
#footer .internal {
  color: #009991;
  display: inline-block;
  text-decoration: none;
  outline: none;
  background-image: url(/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -468px -9px;
  padding-left: 12px; }
  #help-template #main-container a:focus, #help-template #main-container .internal:focus,
  .staticpage a:focus,
  .staticpage .internal:focus,
  #footer a:focus,
  #footer .internal:focus {
    -moz-outline-style: none; }
  #help-template #main-container a:hover, #help-template #main-container .internal:hover,
  .staticpage a:hover,
  .staticpage .internal:hover,
  #footer a:hover,
  #footer .internal:hover {
    text-decoration: underline; }
  #help-template #main-container a.no-arrow, #help-template #main-container .internal.no-arrow,
  .staticpage a.no-arrow,
  .staticpage .internal.no-arrow,
  #footer a.no-arrow,
  #footer .internal.no-arrow {
    background-image: none;
    padding-left: 0; }
    #help-template #main-container a.no-arrow:hover, #help-template #main-container .internal.no-arrow:hover,
    .staticpage a.no-arrow:hover,
    .staticpage .internal.no-arrow:hover,
    #footer a.no-arrow:hover,
    #footer .internal.no-arrow:hover {
      text-decoration: underline; }

#help-template #main-container #floating-navigation .navi-head,
.staticpage #floating-navigation .navi-head,
#footer #floating-navigation .navi-head {
  background-image: none;
  padding-left: 0; }
  #help-template #main-container #floating-navigation .navi-head:hover,
  .staticpage #floating-navigation .navi-head:hover,
  #footer #floating-navigation .navi-head:hover {
    color: #00746E;
    text-decoration: none;
    cursor: default; }

#help-template #main-container .sub-navi-block a,
.staticpage .sub-navi-block a,
#footer .sub-navi-block a {
  background-image: none;
  padding-left: 0; }
  #help-template #main-container .sub-navi-block a:hover,
  .staticpage .sub-navi-block a:hover,
  #footer .sub-navi-block a:hover {
    color: #00746E;
    text-decoration: none; }

.staticpage-cover-title {
  height: 16px; }

#main-container .product-options {
  overflow: hidden;
  height: 50px;
  margin-bottom: 6px;
  cursor: pointer; }
  #main-container .product-options .text-align-right {
    display: inline-block;
    text-align: right;
    width: 65px; }
  #main-container .product-options.opened {
    overflow: visible;
    z-index: 3; }
    #main-container .product-options.opened .same-opener {
      border-bottom: 1px solid #313131; }
    #main-container .product-options.opened .dropdown-opener {
      border-bottom-right-radius: 0; }
    #main-container .product-options.opened .dropdown-info-opener {
      z-index: 2; }
  #main-container .product-options .dropdown-opener {
    width: 50px;
    height: 50px;
    text-align: center;
    top: 0;
    right: 0;
    line-height: 50px;
    color: white; }
    #main-container .product-options .dropdown-opener:hover {
      background-color: #01bbb1; }
  #main-container .product-options .dropdown-info-opener {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #34ada8; }
    #main-container .product-options .dropdown-info-opener:hover {
      background-color: #01bbb1; }
    #main-container .product-options .dropdown-info-opener::before {
      content: 'i';
      display: block;
      width: 100%;
      text-align: center;
      font-family: Georgia Bold;
      line-height: 50px;
      font-size: 18px;
      font-weight: 900;
      font-style: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      speak: none; }
    #main-container .product-options .dropdown-info-opener.opened::before {
      content: '\68';
      font-size: 16px;
      font-family: "videoload-portal-icons" !important;
      font-weight: normal !important; }
    @media screen and (max-width: 768px) {
      #main-container .product-options .dropdown-info-opener {
        width: 40px;
        height: 40px; }
        #main-container .product-options .dropdown-info-opener::before {
          line-height: 40px;
          font-size: 16px; }
        #main-container .product-options .dropdown-info-opener.opened::before {
          font-size: 14px; } }
  #main-container .product-options a.product {
    margin: 0;
    padding: 15px 0px 10px 20px; }
    #main-container .product-options a.product.originalPrice {
      padding: 20px 0px 5px 20px; }
    #main-container .product-options a.product .originalPrice {
      font-size: 12px;
      line-height: 17px;
      text-decoration: line-through;
      top: -17px;
      left: 4px;
      width: 46px;
      position: absolute; }
  #main-container .product-options:not(.opened) > .drop-shadow > a.product {
    border-radius: 3px; }
  #main-container .product-options .drop-shadow {
    overflow: hidden;
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#6E6E6E')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#6E6E6E'); }

#main-container a.abobutton {
  color: #fff;
  display: block;
  height: 25px;
  margin: 0;
  padding: 15px 0px 10px 20px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 20px; }

#main-container a.product {
  color: #fff;
  display: block;
  height: 25px;
  padding: 15px 0px 10px 20px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 20px; }
  #main-container a.product:hover {
    color: #fff;
    text-decoration: none;
    background-color: #01bbb1; }
  #main-container a.product.inactive:hover {
    background-color: #01bbb1 !important;
    color: #fff;
    filter: alpha(opacity: 45);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    -moz-opacity: 0.45;
    -khtml-opacity: 0.45;
    -webkit-opacity: 0.45;
    opacity: 0.45;
    text-decoration: none;
    cursor: default; }

#main-container a.season-buy-button-padding {
  padding: 10px 0px 10px 10px; }

#main-container #search-result-list a:hover,
#main-container .attributes a:hover,
#main-container .cover-container a:hover {
  text-decoration: none; }

#main-container #search-result-list img,
#main-container .attributes img,
#main-container .cover-container img {
  width: 100%;
  height: auto; }

#main-container #search-result-list a {
  color: #fff; }

#main-container #search-result-list .category-group-2, #main-container #search-result-list .catergory-group-3, #main-container #search-result-list .meta-info {
  color: #808080;
  color: rgba(255, 255, 255, 0.5); }

.standard-button,
.standard-button-light,
.standard-button-grey,
.standard-button-grey-light,
#help-template #main-container .standard-button,
#help-template #main-container .standard-button-light,
#help-template #main-container .standard-button-grey,
#help-template #main-container .standard-button-grey-light,
.staticpage .standard-button,
.staticpage .standard-button-light,
.staticpage .standard-button-grey,
.staticpage .standard-button-grey-light,
#footer .standard-button,
#footer .standard-button-light,
#footer .standard-button-grey,
#footer .standard-button-grey-light {
  background-color: #00d0c5;
  background-image: none !important;
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  padding: 10px 16px; }
  .standard-button:hover,
  .standard-button-light:hover,
  .standard-button-grey:hover,
  .standard-button-grey-light:hover,
  #help-template #main-container .standard-button:hover,
  #help-template #main-container .standard-button-light:hover,
  #help-template #main-container .standard-button-grey:hover,
  #help-template #main-container .standard-button-grey-light:hover,
  .staticpage .standard-button:hover,
  .staticpage .standard-button-light:hover,
  .staticpage .standard-button-grey:hover,
  .staticpage .standard-button-grey-light:hover,
  #footer .standard-button:hover,
  #footer .standard-button-light:hover,
  #footer .standard-button-grey:hover,
  #footer .standard-button-grey-light:hover {
    background-color: #59E0D9;
    cursor: pointer;
    text-decoration: none !important; }

.standard-button-light,
#help-template #main-container .standard-button-light,
.staticpage .standard-button-light,
#footer .standard-button-light {
  background-color: #009991;
  color: #fff; }
  .standard-button-light:hover,
  #help-template #main-container .standard-button-light:hover,
  .staticpage .standard-button-light:hover,
  #footer .standard-button-light:hover {
    background-color: #00746E; }

.standard-button-grey,
#help-template #main-container .standard-button-grey,
.staticpage .standard-button-grey,
#footer .standard-button-grey {
  background-color: #b2b2b2;
  color: #000; }
  .standard-button-grey:hover,
  #help-template #main-container .standard-button-grey:hover,
  .staticpage .standard-button-grey:hover,
  #footer .standard-button-grey:hover {
    background-color: #c5c5c5; }

.standard-button-grey-light,
#help-template #main-container .standard-button-grey-light,
.staticpage .standard-button-grey-light,
#footer .standard-button-grey-light {
  background-color: #b2b2b2;
  color: #fff; }
  .standard-button-grey-light:hover,
  #help-template #main-container .standard-button-grey-light:hover,
  .staticpage .standard-button-grey-light:hover,
  #footer .standard-button-grey-light:hover {
    background-color: #808080; }

.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0; }

.no-margin-bottom {
  margin-topbottom: 0; }

.content-min-height {
  min-height: 500px; }

.image-big {
  padding: 30px 0 20px 0;
  width: 960px; }

#overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity: 40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  z-index: 500; }

#pixel {
  height: 0; }

.cover-container .shadow {
  -webkit-box-shadow: 30px 0px 30px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 30px 0px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 30px 0px 30px rgba(0, 0, 0, 0.3); }

.cover-container .shadow-inactive {
  -webkit-box-shadow: 20px 0px 30px rgba(0, 0, 0, 0.6) !important;
  -moz-box-shadow: 20px 0px 30px rgba(0, 0, 0, 0.6) !important;
  box-shadow: 20px 0px 30px rgba(0, 0, 0, 0.6) !important; }

.cover-container.cover-small {
  height: 376px;
  width: 262px; }

.cover-container #cover-normal {
  position: relative;
  height: 362px;
  width: 645px; }

.cover-inactive {
  color: #8C7E69;
  opacity: 0.3;
  filter: alpha(opacity=30);
  text-decoration: none; }

.seo-hidden {
  top: -9999px; }

input#display[type=text]:focus, input#display[type=password]:focus,
input#search-big[type=text]:focus,
input#search-big[type=password]:focus {
  outline: 0 none; }

input#display[type=text]::-ms-clear,
input#search-big[type=text]::-ms-clear {
  width: 0;
  height: 0; }

p {
  line-height: 20px; }
  p.flush-top {
    margin-top: 0; }

article,
figure {
  margin-bottom: 40px;
  padding-top: 0; }
  article.no-border,
  figure.no-border {
    border: 0; }
  article.no-margin,
  figure.no-margin {
    margin-bottom: 0; }
  article.season-block,
  figure.season-block {
    padding: 25px 0 0 0; }
  article .icon,
  figure .icon {
    padding: 30px 0 0 20px; }

article.has-ibutton {
  margin-bottom: 30px; }

#help-template article {
  padding-bottom: 21px; }

.rating {
  height: 10px;
  width: 102px;
  margin-bottom: 37px; }
  .rating.rating-none {
    display: none; }
  .rating.rating-1 .half .star1 {
    color: #000000 !important; }
  .rating.rating-2 .star1 {
    color: #000000 !important; }
  .rating.rating-3 .star1 {
    color: #000000 !important; }
  .rating.rating-3 .half .star2 {
    color: #000000 !important; }
  .rating.rating-4 .star1, .rating.rating-4 .star2 {
    color: #000000 !important; }
  .rating.rating-5 .star1, .rating.rating-5 .star2 {
    color: #000000 !important; }
  .rating.rating-5 .half .star3 {
    color: #000000 !important; }
  .rating.rating-6 .star1, .rating.rating-6 .star2, .rating.rating-6 .star3 {
    color: #000000 !important; }
  .rating.rating-7 .star1, .rating.rating-7 .star2, .rating.rating-7 .star3 {
    color: #000000 !important; }
  .rating.rating-7 .half .star4 {
    color: #000000 !important; }
  .rating.rating-8 .star1, .rating.rating-8 .star2, .rating.rating-8 .star3, .rating.rating-8 .star4 {
    color: #000000 !important; }
  .rating.rating-9 .star1, .rating.rating-9 .star2, .rating.rating-9 .star3, .rating.rating-9 .star4 {
    color: #000000 !important; }
  .rating.rating-9 .half .star5 {
    color: #000000 !important; }
  .rating.rating-10 .full {
    color: #000000 !important; }

.star-rating {
  position: relative;
  width: 60px;
  line-height: normal;
  font-size: 11px;
  width: auto; }
  .star-rating .full, .star-rating .half {
    position: absolute;
    color: #808080; }
    .star-rating .full .star1, .star-rating .full .star2, .star-rating .full .star3, .star-rating .full .star4, .star-rating .full .star5, .star-rating .half .star1, .star-rating .half .star2, .star-rating .half .star3, .star-rating .half .star4, .star-rating .half .star5 {
      float: left;
      margin-right: 1px; }
  .star-rating .half {
    color: transparent; }

.season-body .rating {
  margin: 8px 0 14px 10px; }

#extras .button {
  margin: 19px 9px 0; }

.acquisition .adjust {
  min-height: 147px;
  padding: 0 30px 15px 30px; }

.acquisition .as-column {
  width: 57px; }

.acquisition img {
  vertical-align: baseline; }

.caption {
  padding: 1px 4px; }

.category-group-2,
.category-group-3 {
  color: #fff;
  width: 56px;
  height: 18px;
  padding-bottom: 2px;
  margin-bottom: 6px;
  margin-right: 7px;
  line-height: 100%; }
  .category-group-2 .small,
  .category-group-3 .small {
    font-size: 11px; }
  .category-group-2 img,
  .category-group-3 img {
    vertical-align: baseline; }
  .category-group-2.hover:hover,
  .category-group-3.hover:hover {
    border-color: #009991;
    color: #009991;
    background-color: #fff; }

.altersfreigabe {
  background-color: transparent !important; }

.category-group-3 {
  padding-bottom: 2px;
  margin: 0 0 0 10px; }

.lock {
  background-image: url(/img/sprite.png);
  background-position: -436px -253px;
  background-repeat: no-repeat;
  vertical-align: 1px;
  height: 11px;
  width: 12px; }

aside {
  margin-bottom: 30px; }

#floating-navigation {
  filter: alpha(opacity: 100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

.marginal {
  font-size: 14px; }
  .marginal .adjust {
    padding-left: 30px; }

/* Content columns */
.close-column {
  width: 100%;
  z-index: 10; }
  .close-column .adjust {
    margin-top: 20px;
    margin-bottom: 20px; }

#close-top {
  padding-top: 81px; }

.history-back {
  height: 18px;
  font-weight: 500; }
  .history-back .vl-icon-icon-back {
    height: 18px;
    padding-right: 10px;
    font-size: 16px; }
  .history-back .span {
    line-height: 18px; }

.spacer {
  height: 50px; }

#preview-thumbs {
  padding-left: 0; }
  #preview-thumbs.insider-logo, #preview-thumbs.pbn-logo {
    background-image: url(/img/kachel_insider.png);
    background-repeat: no-repeat;
    background-position: right 0px bottom 0px;
    height: 375px; }
  #preview-thumbs.pbn-logo {
    background-image: url(/img/kachel_playboy.png) !important; }
  #preview-thumbs .effect {
    filter: alpha(opacity: 50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 50; }
    #preview-thumbs .effect:hover {
      filter: alpha(opacity: 100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1;
      filter: none; }
  #preview-thumbs #preview-thumb {
    height: 119px;
    width: 599px; }
  #preview-thumbs #pictureshow-thumb-2 {
    background-position: 480px 0; }
  #preview-thumbs #pictureshow-thumb-3 {
    background-position: 360px 0; }
  #preview-thumbs #pictureshow-thumb-4 {
    background-position: 240px 0; }
  #preview-thumbs #pictureshow-thumb-5 {
    background-position: 120px 0; }
  #preview-thumbs .pictureshow-thumb {
    height: 119px; }
    #preview-thumbs .pictureshow-thumb.last {
      border-right: 0; }

/** Hompage */
.hp-block {
  float: left;
  margin: 0 0 18px 0;
  width: 100%; }
  .hp-block.child-border > div:not(.clear) {
    border-bottom: 1px solid #4c4c4c;
    padding-bottom: 20px; }

.sg-margin-bot {
  margin-bottom: 37px; }

/** Season overview */
.more,
.less {
  background-image: url(/img/sprite.png);
  background-repeat: no-repeat;
  margin-top: 3px;
  width: 25px; }

.toggle-silde.more, .toggle-silde.less {
  background-position: -459px -104px;
  height: 20px;
  top: 0;
  right: 0; }

.toggle-silde.more {
  background-position: -459px -46px; }

.season-mark .adjust {
  padding: 5px 0 0 5px; }

#main-container .season-block .adjust {
  padding-left: 5px; }

#main-container .season-block p {
  margin-top: 0; }

#main-container .season-block .season-year {
  font-size: 14px; }

#main-container .season-block .product-options {
  float: left;
  margin: 0 10px 6px 0px;
  width: 220px; }

#main-container .season-block .product {
  height: 25px;
  padding: 6px 30px 0 10px;
  margin: 0 3px 15px 3px;
  font-size: 16px; }
  #main-container .season-block .product .as-column {
    width: auto;
    display: inline; }

#main-container .season-block .upcoming {
  color: rgba(255, 255, 255, 0.5); }

#main-container .season-block .episode .adjust, #main-container .season-block .upcoming .adjust {
  padding: 10px 0 0 0; }

#main-container .season-block .episode .episodes-header .title, #main-container .season-block .upcoming .episodes-header .title {
  font-size: 18px;
  line-height: 100%;
  vertical-align: middle;
  margin-bottom: 2px; }

#main-container .season-block .episode .episodes-header .episode-finish-tick, #main-container .season-block .upcoming .episodes-header .episode-finish-tick {
  margin-top: 2px; }

#main-container .season-block .episode .episodes-body, #main-container .season-block .upcoming .episodes-body {
  margin-bottom: 0;
  /* Set our transitions up. */
  max-height: 0;
  transition: max-height 0.4s cubic-bezier(0, 0.6, 0.6, 1);
  /* for collapsing */ }

#main-container .season-block .episode.opened, #main-container .season-block .upcoming.opened {
  overflow: visible; }
  #main-container .season-block .episode.opened .episodes-body, #main-container .season-block .upcoming.opened .episodes-body {
    max-height: 1000px;
    transition: max-height 0.8s ease-in;
    /* for expansion */
    margin-bottom: 8px; }

#main-container .season-block .episode .title,
#main-container .season-block .episode .original-title, #main-container .season-block .upcoming .title,
#main-container .season-block .upcoming .original-title {
  line-height: 100%; }

#main-container .season-block .episode .season-attributes-container .adjust, #main-container .season-block .upcoming .season-attributes-container .adjust {
  padding: 0;
  margin: 0; }

#main-container .season-block .episode .season-attributes-container ul li, #main-container .season-block .upcoming .season-attributes-container ul li {
  display: inline; }

#main-container .season-block .episode .products, #main-container .season-block .upcoming .products {
  right: 0;
  height: auto; }
  #main-container .season-block .episode .products .adjust, #main-container .season-block .upcoming .products .adjust {
    padding: 10px 15px 0 10px; }

#main-container .season-block .episode .tvshow-mark, #main-container .season-block .upcoming .tvshow-mark {
  width: 50px;
  height: 50px;
  right: 0;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #646464;
  background-color: rgba(128, 128, 128, 0.5); }
  #main-container .season-block .episode .tvshow-mark:hover, #main-container .season-block .upcoming .tvshow-mark:hover {
    background-color: #01bbb1;
    color: white; }
  #main-container .season-block .episode .tvshow-mark .button, #main-container .season-block .upcoming .tvshow-mark .button {
    margin: 12px; }
  #main-container .season-block .episode .tvshow-mark .adjust, #main-container .season-block .upcoming .tvshow-mark .adjust {
    padding: 5px 0 0 5px;
    margin: 0; }
  #main-container .season-block .episode .tvshow-mark .vl-icon-bvormerk-pin::before, #main-container .season-block .upcoming .tvshow-mark .vl-icon-bvormerk-pin::before {
    font-size: 16px;
    line-height: 50px; }

#main-container .season-block .episode .products, #main-container .season-block .upcoming .products {
  right: 40px;
  margin-top: 20px; }

#main-container .season-block .episode .dropdown-opener, #main-container .season-block .upcoming .dropdown-opener {
  background-position: -430px -370px; }

#main-container .series-block {
  margin-bottom: 40px; }
  #main-container .series-block .adjust {
    padding-left: 5px; }
  #main-container .series-block p {
    margin-top: 0; }
  #main-container .series-block .season {
    border-top: 1px solid #555;
    clear: both; }
    #main-container .series-block .season .season-header {
      clear: both; }
    #main-container .series-block .season .border-none {
      border: none !important; }
    #main-container .series-block .season .adjust {
      padding: 10px 0 0 0; }
    #main-container .series-block .season.active {
      background-color: #dfdfdf; }
    #main-container .series-block .season .title {
      padding: 27px 0 10px;
      font-size: 26px;
      line-height: 100%;
      font-weight: 400 !important; }
    #main-container .series-block .season .products {
      float: right;
      padding: 8px 0; }
      #main-container .series-block .season .products .product-options {
        max-width: 230px;
        min-width: 168px;
        margin-top: 6px;
        color: #b2b2b2; }
        #main-container .series-block .season .products .product-options:hover {
          background-color: #00746e; }
          #main-container .series-block .season .products .product-options:hover a {
            background-color: #009991; }
          #main-container .series-block .season .products .product-options:hover a.product {
            background-color: #009991; }
        #main-container .series-block .season .products .product-options a.product {
          background: none;
          padding-right: 15px; }
          #main-container .series-block .season .products .product-options a.product:hover {
            background-color: #01bbb1 !important; }
        #main-container .series-block .season .products .product-options .dropdown-opener {
          background-position: -430px -370px;
          text-decoration: none;
          color: #fff;
          background: none; }
          #main-container .series-block .season .products .product-options .dropdown-opener:hover {
            border-color: #b2b2b2;
            color: #fff;
            background: #00bcb1; }
        #main-container .series-block .season .products .product-options.opened {
          border: none; }
          #main-container .series-block .season .products .product-options.opened .drop-shadow {
            border: solid;
            border-width: 1px;
            border-color: #b2b2b2;
            background-color: #009991; }
          #main-container .series-block .season .products .product-options.opened a.product {
            background-color: #009991; }
          #main-container .series-block .season .products .product-options.opened .dropdown-opener {
            border-bottom-right-radius: 0;
            background-color: #00746e; }
            #main-container .series-block .season .products .product-options.opened .dropdown-opener:hover {
              color: white;
              background-color: #00bcb1 !important; }

#main-container .series-season-block {
  border-bottom: 1px solid #555; }

.disrupter {
  padding: 0; }
  .disrupter span {
    width: 50px;
    height: 20px;
    font-size: 14px;
    padding: 2px 10px; }

.cursor-pointer .season-header a,
.cursor-pointer .season-header a:visited,
.cursor-pointer .season-header a:hover {
  color: inherit; }

.cursor-pointer:not(.opened):hover {
  cursor: pointer; }
  .cursor-pointer:not(.opened):hover .episodes-header {
    color: #009991; }

.cursor-pointer.opened .season-header a,
.cursor-pointer.opened .season-header a:visited,
.cursor-pointer.opened .season-header a:hover {
  color: #fff !important; }

.cursor-pointer.opened:hover {
  cursor: pointer; }
  .cursor-pointer.opened:hover .episodes-header {
    color: #fff !important; }

.series-block .cursor-pointer {
  height: 80px;
  cursor: default; }
  .series-block .cursor-pointer.odd {
    background-color: #f3f3f3; }
    .series-block .cursor-pointer.odd:hover {
      background-color: #f3f3f3; }
  .series-block .cursor-pointer.even:hover {
    background-color: transparent; }
  .series-block .cursor-pointer a:hover {
    color: #009991; }

.selection-icon {
  background-image: url(/img/sprite.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 13px; }
  .selection-icon.kidsselection {
    background-position: -390px -295px; }
  .selection-icon.tvselection {
    background-position: -411px -295px; }
  .selection-icon.dokuselection {
    background-position: -433px -295px; }
  .selection-icon.movieselection {
    background-position: -453px -295px; }
  .selection-icon.elhmovieselection {
    background-position: -390px -295px; }

.episodes-header {
  padding-bottom: 10px; }

/** Silder */
#slider {
  height: 317px; }

/** Tables */
table.content {
  border-collapse: separate;
  border: 20px solid #dfdfdf; }
  table.content, table.content content {
    background-color: #dfdfdf;
    width: 100%; }
    table.content th, table.content td, table.content content th, table.content content td {
      padding: 10px 0;
      text-align: right; }
      table.content th.first, table.content td.first, table.content content th.first, table.content content td.first {
        text-align: left; }
    table.content td, table.content content td {
      border-top: 1px dotted #b2b2b2; }

table.table-data-block {
  width: 100%; }
  table.table-data-block .th {
    border-bottom: 1px dotted #b2b2b2;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 9px;
    padding-top: 40px; }
  table.table-data-block td {
    width: 180px;
    padding-right: 12px;
    padding-top: 5px; }
    table.table-data-block td .name {
      width: 180px; }
    table.table-data-block td a {
      text-decoration: none; }
      table.table-data-block td a:hover {
        text-decoration: underline; }
      table.table-data-block td a:focus {
        border: 0; }
  table.table-data-block .first-row td {
    padding-top: 14px; }

/** Footer */
#footer {
  padding-bottom: 80px;
  margin-bottom: -18px;
  min-width: 1280px;
  min-height: 150px; }

.footer_wrapper {
  background-color: #dfdfdf; }
  .footer_wrapper .footer-block {
    font-size: 13px;
    padding-top: 30px;
    padding-bottom: 10px;
    line-height: 18px; }
    .footer_wrapper .footer-block .block_container:last-of-type {
      margin-right: 0; }
    .footer_wrapper .footer-block .apply_container:last-of-type {
      margin-right: 0; }
    .footer_wrapper .footer-block h5 {
      font-size: 13px;
      padding-bottom: 14px;
      margin: 10px 0 10px 0;
      border-bottom: 1px solid #c5c5c5; }

/** Static pages */
#impressum p {
  margin-top: 0; }

#impressum .botop {
  border-top: 1px dotted #b2b2b2; }

#impressum .innerright {
  padding-left: 15px; }

#impressum .spacer {
  height: 30px;
  clear: both; }

#impressum .bottom {
  color: #808080;
  border-top: 1px dotted #b2b2b2;
  clear: both;
  padding-top: 30px; }

iframe#iframefull {
  width: 640px;
  border: none;
  height: 1300px; }

iframe#iframelight {
  width: 911px;
  border: none;
  height: 800px; }

iframe#iframepop {
  width: 911px;
  border: none;
  height: 600px; }

#error .button {
  font-size: 13px;
  padding: 10px 20px;
  line-height: 34px;
  vertical-align: middle;
  text-transform: uppercase;
  background-image: none; }
  #error .button:hover {
    background: #59E0D9; }

#error .content {
  text-align: center;
  margin-top: 100px; }

#error a,
#error a:visited,
#error a:hover {
  color: inherit;
  text-decoration: none; }

.wartung .top-column {
  height: 115px;
  width: 100%;
  z-index: 10; }

.wartung .claim {
  position: relative;
  top: 7px; }

.wartung .content {
  padding-top: 40px;
  width: 600px; }

.wartung .content2 {
  padding-top: 20px;
  width: 600px; }

.wartung #vllogo {
  width: 132px;
  height: 27px;
  position: fixed;
  bottom: 20px; }

.special {
  padding-top: 9px; }
  .special .titlevb {
    line-height: 30px;
    vertical-align: middle;
    text-indent: 42px;
    position: relative;
    top: 4px; }
  .special .vicon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff url("/img/sprite.png") -110px -100px no-repeat;
    z-index: 5;
    position: relative;
    top: -82px;
    border: 1px solid #fff; }
  .special .vthumb {
    width: 146px;
    height: 82px; }
  .special .jp-playlist .jp-playlist-item {
    filter: alpha(opacity: 40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    -webkit-opacity: 0.4;
    opacity: 0.4; }
    .special .jp-playlist .jp-playlist-item:hover {
      filter: alpha(opacity: 100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1; }
  .special .jp-playlist-current .vthumb {
    border: 4px solid #fff;
    width: 138px;
    height: 74px; }
  .special .jp-playlist-current .jp-playlist-item {
    filter: alpha(opacity: 100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; }
  .special .video {
    height: 146px;
    margin-top: 9px; }
    .special .video .content {
      height: 72px; }
      .special .video .content li {
        padding: 0; }
    .special .video .cteaser {
      margin: 0;
      width: 146px; }
      .special .video .cteaser .body {
        height: 82px; }
      .special .video .cteaser .cover {
        height: 82px; }
        .special .video .cteaser .cover img {
          width: 146px;
          height: 82px;
          border: none !important; }
    .special .video .bx-prev {
      top: 0; }
    .special .video .bx-next {
      top: 0; }
    .special .video .content {
      position: relative;
      left: 42px;
      padding: 10px 0;
      width: 876px;
      overflow: hidden; }
      .special .video .content ul {
        position: relative;
        left: 0; }
  .special .textbox {
    padding: 15px 19px 38px 20px;
    height: 434px; }
    .special .textbox a.standard-button-light {
      color: #fff; }
  .special .mainbutton {
    font-size: 13px;
    vertical-align: middle;
    padding: 12px 20px;
    margin-bottom: 20px;
    color: #fff; }
    .special .mainbutton:hover {
      background-color: #00746e; }
  .special .arrowbutton {
    position: relative;
    top: -50px; }
  .special .btnarleft {
    width: 8px;
    height: 13px;
    left: 15px;
    background: url(/img/sprite.png) -469px -172px no-repeat; }
    .special .btnarleft:hover {
      background-position: -469px -195px; }
  .special .btnarright {
    width: 8px;
    height: 13px;
    right: 15px;
    background: url(/img/sprite.png) -469px -129px no-repeat; }
    .special .btnarright:hover {
      background-position: -469px -152px; }

.staticpage a {
  padding-left: 15px;
  background-image: url(/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -468px -9px; }

.staticpage .standard-button-light {
  background-image: none; }

.staticpage .anchor {
  height: 0;
  background-image: none; }

.staticpage .navi-block a {
  background-image: none;
  padding-left: 0; }

.staticpage .leftrow {
  float: left;
  width: 330px; }

.staticpage .rightrow {
  float: right; }

.staticpage .border {
  border: 10px solid #dfdfdf;
  width: 85px;
  height: 70px; }

.staticpage .lpleft {
  width: 210px;
  margin-bottom: 20px; }

.staticpage .lpright {
  width: 390px; }
  .staticpage .lpright p {
    margin-top: 0; }

.staticpage .first {
  border-right: 5px solid #dfdfdf; }

.staticpage .second {
  border-left: 5px solid #dfdfdf;
  margin-left: -4px; }

.staticpage .olpic {
  float: left;
  padding-right: 35px; }

.staticpage .coverrow img {
  width: 140px;
  height: 200px;
  padding-bottom: 7px; }

.powertip-info-container {
  position: absolute;
  z-index: 100;
  display: none;
  width: 285px;
  max-width: calc(100vw - 120px);
  padding: 18px 22px 18px 22px;
  border: 1px solid #959595;
  border-radius: 5px;
  background-color: white;
  -moz-box-shadow: 2px 2px 2px 0 #6E6E6E;
  -webkit-box-shadow: 2px 2px 2px 0 #6E6E6E;
  box-shadow: 2px 2px 2px 0 #6E6E6E;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#6E6E6E')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#6E6E6E');
  color: black; }
  .powertip-info-container .arrow {
    left: 153px;
    top: -20px;
    width: 22px;
    height: 20px;
    background-image: url("/img/sprite.png");
    background-repeat: no-repeat;
    background-position: -390px -380px; }
  .powertip-info-container.sw {
    margin-right: -30px; }
    .powertip-info-container.sw .arrow {
      top: -19px;
      left: auto;
      right: 14px; }
    @media screen and (max-width: 768px) {
      .powertip-info-container.sw {
        margin-right: -20px; }
        .powertip-info-container.sw .arrow {
          right: 10px; } }
  .powertip-info-container.w .arrow {
    left: auto;
    right: -21px;
    top: 56px;
    transform: rotate(90deg); }

@media screen and (max-width: 1080px) {
  #season-template .powertip-info-container.w {
    max-width: 260px; } }

@media screen and (max-width: 720px) {
  #season-template .powertip-info-container.w {
    max-width: 220px; } }

/*******************redesign************************* */
.header-detail #mainheadline .serie-title {
  color: #fff; }

.color-inherit {
  color: inherit; }

button:disabled {
  filter: alpha(opacity: 45);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  -moz-opacity: 0.45;
  -khtml-opacity: 0.45;
  -webkit-opacity: 0.45;
  opacity: 0.45; }
  button:disabled:hover {
    background-color: #009991; }

.border-none {
  border: none; }

.select-menu {
  position: relative;
  height: 40px; }
  .select-menu .vl-icon-vl-down {
    top: 12px;
    right: 13px;
    position: absolute;
    color: #999999; }
  .select-menu select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    font-size: 1em;
    width: 100%; }
  .select-menu select {
    width: 100%;
    height: 40px;
    border: 1px solid #bbb;
    background-color: transparent;
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    padding: 0.5em 1.43em 0.5em 1em; }
  .select-menu option {
    background: #fff;
    padding: 9px; }
  .select-menu select::-ms-expand {
    display: none; }

.ie9 .select-menu .select-dropdown-arrow-overlay {
  top: 12px;
  right: 5px;
  height: 20px;
  width: 20px;
  position: absolute;
  z-index: 1;
  background-color: #fff; }

.ie9 .select-menu .vl-icon-vl-down {
  top: 12px;
  right: 13px;
  position: absolute;
  z-index: 2; }

.ie9 .select-menu select {
  background-image: none;
  padding: 0.75em 0.3em 0.5em 1em; }

#bg-overlay {
  z-index: -99999;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear; }

.bg-overlay {
  z-index: -99999;
  background: transparent !important;
  position: fixed;
  width: 100%;
  height: 100%; }

.text-ellipsis {
  text-overflow: ellipsis; }

.cover-container #cover-normal {
  height: auto;
  width: 100%; }

#main-container .copy-right {
  font-size: 14px;
  line-height: 20px;
  margin-top: 24px;
  color: #808080;
  color: rgba(255, 255, 255, 0.5); }

.ratingMeta {
  margin-top: 24px; }

.user-rating span.rating {
  color: white;
  padding-left: 12px; }

.layout-details .mobile-meta .ratingMeta .content-text {
  padding-left: 0 !important; }

.vl-icon-bvormerk-pin:before {
  content: "o"; }

.bvormerk.active .vl-icon-bvormerk-pin:before {
  content: "i"; }

.border-radius {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.border-radius-right {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-top-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.max-height {
  max-height: 100% !important; }

.truncate_more_link, .arrow-down {
  text-decoration: none !important; }
  .truncate_more_link:after, .arrow-down:after {
    content: "  l";
    font-family: "videoload-portal-icons" !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    line-height: 1;
    text-transform: none !important; }

.truncate_more_link.up:after, .arrow-down.up:after {
  content: "  m";
  font-family: "videoload-portal-icons" !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: 1;
  text-transform: none !important; }

.cursor-default {
  cursor: default; }

.button-normal {
  background-color: #009991;
  color: #fff !important;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 16px; }
  .button-normal:hover {
    background-color: #01bbb1; }

.main-container-left .cover-container a.lupe.vl-icon-vl-search {
  background-color: #000; }
  .main-container-left .cover-container a.lupe.vl-icon-vl-search:before {
    display: none;
    font-size: 40px;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(38%);
    color: #fff; }
  .main-container-left .cover-container a.lupe.vl-icon-vl-search:hover:before {
    display: inline-block;
    z-index: 5; }
  .main-container-left .cover-container a.lupe.vl-icon-vl-search:hover img {
    filter: alpha(opacity: 50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5; }

.main-container-left .cover-container a:first-child {
  margin-bottom: 6px; }

.main-container-left .rating {
  margin: 0 auto;
  height: 22px; }
  .main-container-left .rating .star-rating {
    font-size: 19px;
    width: 100%;
    margin-top: 9px;
    line-height: 20px; }
    .main-container-left .rating .star-rating .full {
      color: rgba(255, 255, 255, 0.5); }
  .main-container-left .rating.rating-1 .half .star1 {
    color: #fff !important; }
  .main-container-left .rating.rating-2 .star1 {
    color: #fff !important; }
  .main-container-left .rating.rating-3 .star1 {
    color: #fff !important; }
  .main-container-left .rating.rating-3 .half .star2 {
    color: #fff !important; }
  .main-container-left .rating.rating-4 .star1, .main-container-left .rating.rating-4 .star2 {
    color: #fff !important; }
  .main-container-left .rating.rating-5 .star1, .main-container-left .rating.rating-5 .star2 {
    color: #fff !important; }
  .main-container-left .rating.rating-5 .half .star3 {
    color: #fff !important; }
  .main-container-left .rating.rating-6 .star1, .main-container-left .rating.rating-6 .star2, .main-container-left .rating.rating-6 .star3 {
    color: #fff !important; }
  .main-container-left .rating.rating-7 .star1, .main-container-left .rating.rating-7 .star2, .main-container-left .rating.rating-7 .star3 {
    color: #fff !important; }
  .main-container-left .rating.rating-7 .half .star4 {
    color: #fff !important; }
  .main-container-left .rating.rating-8 .star1, .main-container-left .rating.rating-8 .star2, .main-container-left .rating.rating-8 .star3, .main-container-left .rating.rating-8 .star4 {
    color: #fff !important; }
  .main-container-left .rating.rating-9 .star1, .main-container-left .rating.rating-9 .star2, .main-container-left .rating.rating-9 .star3, .main-container-left .rating.rating-9 .star4 {
    color: #fff !important; }
  .main-container-left .rating.rating-9 .half .star5 {
    color: #fff !important; }
  .main-container-left .rating.rating-10 .full {
    color: #fff !important; }

.main-container-middle .meta-info figure:first-child {
  margin-top: 0px !important; }

.main-container-middle figure {
  margin-top: 6px;
  padding-top: 24px; }

.main-container-middle article h2 {
  height: 20px; }

.main-container-middle a:last-child .banner {
  margin-bottom: 0px !important; }

.main-container-middle .meta-info .genre-stoerer {
  line-height: 20px;
  display: block;
  float: left;
  text-decoration: none;
  margin: 0 5px 5px 0;
  font-size: 12px; }

.main-container-middle .meta-info .info-button-area {
  margin-bottom: 30px; }
  .main-container-middle .meta-info .info-button-area .info-button {
    color: #ff9a1e;
    background-color: transparent;
    font-family: Georgia;
    font-size: 27px;
    height: 30px;
    width: 30px;
    margin: 5px 15px 0 0;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 30px; }
  .main-container-middle .meta-info .info-button-area .info-text {
    line-height: 20px;
    width: 82%;
    color: #808080;
    color: rgba(255, 255, 255, 0.5);
    vertical-align: top; }
    .main-container-middle .meta-info .info-button-area .info-text a {
      cursor: pointer; }

.main-container-middle .meta-info .info-button-area:nth-child(2) {
  margin-top: 24px; }

.main-container-middle .episodes-block {
  margin-bottom: 40px !important; }
  .main-container-middle .episodes-block > div:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .main-container-middle .episodes-block h2 {
    margin: 20px 0 20px 0; }

.main-container-middle .meta-info-row {
  margin-bottom: 10px;
  line-height: 20px; }
  .main-container-middle .meta-info-row .content-text {
    margin-top: 6px; }
    .main-container-middle .meta-info-row .content-text .actor {
      margin-bottom: 4px; }

.main-container-middle .szenentext {
  margin-bottom: 20px; }

.main-container-middle .szenenbilder a {
  text-decoration: none; }

.main-container-middle .photo-gallery {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-left: -12px;
  margin-top: -12px; }
  .main-container-middle .photo-gallery .img-container, .main-container-middle .photo-gallery .ps-container {
    box-sizing: border-box;
    flex: 1 0 calc(33.333% - 12px);
    max-width: calc(33.333% - 12px);
    margin-left: 12px;
    margin-top: 12px;
    background-color: #000; }
    .main-container-middle .photo-gallery .img-container img, .main-container-middle .photo-gallery .ps-container img {
      width: 100%;
      height: auto;
      filter: alpha(opacity: 50);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      -webkit-opacity: 0.5;
      opacity: 0.5; }
      .main-container-middle .photo-gallery .img-container img:hover, .main-container-middle .photo-gallery .ps-container img:hover {
        filter: alpha(opacity: 100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1; }
    .main-container-middle .photo-gallery .img-container.photoshow img, .main-container-middle .photo-gallery .ps-container.photoshow img {
      width: 100%;
      height: auto;
      filter: alpha(opacity: 100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1; }
      .main-container-middle .photo-gallery .img-container.photoshow img:hover, .main-container-middle .photo-gallery .ps-container.photoshow img:hover {
        filter: alpha(opacity: 50);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        -webkit-opacity: 0.5;
        opacity: 0.5; }
  .main-container-middle .photo-gallery #thumb-3, .main-container-middle .photo-gallery #thumb-6 {
    margin-right: 0; }
  .main-container-middle .photo-gallery #thumb-4, .main-container-middle .photo-gallery #thumb-5, .main-container-middle .photo-gallery #thumb-6 {
    margin-bottom: 0; }
  .main-container-middle .photo-gallery .lupe.vl-icon-vl-search:before {
    display: none;
    font-size: 27px;
    position: absolute;
    left: calc(41%);
    top: calc(38%);
    color: #fff; }
  .main-container-middle .photo-gallery .lupe.vl-icon-vl-search:hover:before {
    display: inline-block; }
  .main-container-middle .photo-gallery .lupe.vl-icon-vl-search:hover:not(.photoshow) > img {
    filter: alpha(opacity: 100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; }

.main-container-middle .banner {
  width: 100%;
  height: auto;
  margin-bottom: 40px; }

.main-container-middle .episode .products {
  margin-top: 3px; }
  .main-container-middle .episode .products .adjust {
    padding: 0 !important;
    margin: 0; }
  .main-container-middle .episode .products .product-options {
    margin-right: 4px !important; }

.main-container-middle.staffel .season-attributes li, .main-container-middle.serie .season-attributes li {
  display: inline-block; }

.main-container-middle.staffel .attributes, .main-container-middle.serie .attributes {
  padding-bottom: 0px; }

.main-container-middle.staffel article {
  margin-bottom: 24px; }

.main-container-middle.staffel .season-attributes {
  margin-top: 6px; }
  .main-container-middle.staffel .season-attributes .category-group-2 {
    margin-right: 0; }
  .main-container-middle.staffel .season-attributes .category-group-3 {
    margin-left: 0; }

.main-container-middle.staffel .episode .left-col, .main-container-middle.staffel .upcoming .left-col {
  font-size: 18px;
  line-height: 100%;
  width: 6.38298%;
  padding-left: 1%; }

.main-container-middle.staffel .episode .middle-col, .main-container-middle.staffel .upcoming .middle-col {
  padding-left: 12px; }
  .main-container-middle.staffel .episode .middle-col .title, .main-container-middle.staffel .upcoming .middle-col .title {
    vertical-align: middle; }

.main-container-middle.staffel .episode .right-col .new, .main-container-middle.staffel .upcoming .right-col .new {
  background-color: #fff;
  color: #000;
  text-align: center;
  width: 40px;
  height: 24px;
  line-height: 24px; }

.main-container-middle.staffel .episode .episodes-header, .main-container-middle.staffel .upcoming .episodes-header {
  padding-bottom: 12px;
  padding-top: 18px;
  box-sizing: border-box; }

.main-container-middle.staffel .episode .episodes-header, .main-container-middle.staffel .episode .episodes-body > div, .main-container-middle.staffel .upcoming .episodes-header, .main-container-middle.staffel .upcoming .episodes-body > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .main-container-middle.staffel .episode .episodes-header .middle-col, .main-container-middle.staffel .episode .episodes-body > div .middle-col, .main-container-middle.staffel .upcoming .episodes-header .middle-col, .main-container-middle.staffel .upcoming .episodes-body > div .middle-col {
    width: 100% !important;
    padding-right: 12px; }

.main-container-middle.staffel .episode.active .episodes-header {
  padding-bottom: 1px;
  padding-top: 20px;
  box-sizing: border-box; }

.main-container-right .all-staffels .vl-icon-vl-down {
  background-color: rgba(41, 41, 41, 0.5);
  background-color: #3f3f3f; }
  .main-container-right .all-staffels .vl-icon-vl-down:hover {
    background-color: #01bbb1; }

.main-container-right .all-staffels .product {
  background-color: #646464;
  background-color: rgba(128, 128, 128, 0.5); }

.main-container-right .all-staffels .opened .product {
  background-color: #1a1a1a; }
  .main-container-right .all-staffels .opened .product:hover {
    background-color: #1a1a1a !important;
    color: #009991 !important; }

.main-container-right .all-staffels .staffels-list a {
  padding: 10px 0 10px 20px !important; }

.main-container-right #detail_content_right_top {
  margin-bottom: 24px; }
  .main-container-right #detail_content_right_top .acquisition .product-options .product .vl-icon-icon-club {
    position: absolute;
    top: 17px;
    margin-left: 10px; }
  .main-container-right #detail_content_right_top .acquisition .product-options .dropdown-opener .icon {
    background-color: #00746e; }
    .main-container-right #detail_content_right_top .acquisition .product-options .dropdown-opener .icon:hover {
      color: #000;
      background-color: #59E0D9; }
    .main-container-right #detail_content_right_top .acquisition .product-options .dropdown-opener .icon:before {
      line-height: inherit; }

.main-container-right .meta-info-row {
  margin-bottom: 6px;
  line-height: 20px; }
  .main-container-right .meta-info-row .content-text {
    margin-top: 3px; }
    .main-container-right .meta-info-row .content-text span.smaller {
      font-size: 12px; }
  .main-container-right .meta-info-row .user-rating {
    margin: 0 0 4px 0;
    height: 26px; }
    .main-container-right .meta-info-row .user-rating .rating {
      padding-left: 10px;
      margin-bottom: 0px;
      width: 40px;
      font-size: 14px;
      font-weight: 700;
      font-family: Arial, sans-serif;
      color: #fff; }
      .main-container-right .meta-info-row .user-rating .rating .ofTen {
        color: rgba(255, 255, 255, 0.5);
        font-size: 11px; }
  .main-container-right .meta-info-row .user-rating.last {
    height: 18px;
    margin: 0; }

.main-container-right #extras {
  margin-bottom: 6px; }
  .main-container-right #extras .icon:before {
    line-height: inherit; }
  .main-container-right #extras .bvormerk .mark-text {
    display: none; }
  .main-container-right #extras .mark {
    float: right;
    width: 50px;
    background-color: #646464;
    background-color: rgba(128, 128, 128, 0.5);
    filter: alpha(opacity: 100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; }
    .main-container-right #extras .mark a {
      color: #fff; }
    .main-container-right #extras .mark:hover {
      background-color: #01bbb1;
      color: #fff;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
  .main-container-right #extras .trailer {
    display: inline-block;
    cursor: pointer;
    width: 203px;
    margin-right: 6px;
    background-color: #646464;
    background-color: rgba(128, 128, 128, 0.5);
    filter: alpha(opacity: 100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; }
    .main-container-right #extras .trailer:hover {
      background-color: #01bbb1;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
  .main-container-right #extras ul li {
    margin: 0;
    line-height: 50px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #646464;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5; }
  .main-container-right #extras .trailer-text {
    font-size: 16px;
    float: left; }
  .main-container-right #extras .trailer-icon {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .main-container-right #extras .mark-icon {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px !important;
    width: 50px !important; }
  .main-container-right #extras .mark-text {
    font-size: 16px;
    float: left; }
  .main-container-right #extras .mark-text-nicht {
    font-size: 16px;
    float: left;
    display: none; }
  .main-container-right #extras .mark.full-width .mark-text {
    display: block; }
  .main-container-right #extras .mark.full-width .active .mark-text {
    display: none; }
  .main-container-right #extras .mark.full-width .active .mark-text-nicht {
    display: block; }
  .main-container-right #extras .button-icon {
    font-size: 16px;
    height: 50px !important;
    width: 50px !important; }
  .main-container-right #extras .full-width {
    width: 100%; }
  .main-container-right #extras .no-trailer {
    display: none; }

.main-container-right .blivecam {
  margin-bottom: 6px !important;
  background-color: #ff5c50 !important; }
  .main-container-right .blivecam:hover {
    background-color: #e20074 !important; }
  .main-container-right .blivecam a {
    color: #fff;
    height: 50px; }

.main-container-right .audio_trailer {
  background-color: rgba(128, 128, 128, 0.5) !important;
  opacity: 1 !important; }
  .main-container-right .audio_trailer:hover {
    background-color: #e20074 !important;
    color: white !important; }

.sib .sib-block {
  margin-bottom: 29px; }
  .sib .sib-block:last-child {
    margin-bottom: 0; }
  .sib .sib-block a, .sib .sib-block .teaser .text {
    text-decoration: none;
    color: #fff !important; }
  .sib .sib-block .sib-title {
    line-height: 14px;
    font-weight: 600; }
  .sib .sib-block .sib-content {
    margin-top: 4px;
    max-height: 70px;
    width: 100%; }
    .sib .sib-block .sib-content .sib-content-text-block {
      max-height: 60px;
      line-height: 20px;
      margin-bottom: 5px; }
      .sib .sib-block .sib-content .sib-content-text-block a {
        color: #808080 !important; }

.sib .sib-block.oscar {
  max-height: 226px; }
  .sib .sib-block.oscar .sib-content {
    max-height: 226px; }
    .sib .sib-block.oscar .sib-content .sib-content-text-block {
      max-height: 226px;
      min-height: 70px;
      margin-top: 4px;
      padding-bottom: 10px;
      background: rgba(255, 255, 255, 0) url("/img/sib_asset_oscar.png") no-repeat scroll right bottom; }

.sib .sib-block.praedikat .sib-content {
  margin-top: 0px; }
  .sib .sib-block.praedikat .sib-content .sib-content-text-block {
    margin-top: 32px; }

.sib .sib-block.praedikat .hr {
  margin-top: 5px; }

.sib .sib-block.el-award .sib-content {
  margin: 0;
  background: rgba(255, 255, 255, 0) url("/img/sib_asset_el_awards.png") no-repeat scroll right bottom; }
  .sib .sib-block.el-award .sib-content .sib-content-text-block {
    max-width: 140px; }

.sib .sib-block.drm-frei .sib-content .sib-content-text-block {
  max-width: 178px; }

.sib .sib-block.drm-frei .sib-content .right {
  max-width: 38px; }

.sib .sib-block.drm-frei .sib-content img {
  margin-top: -16px;
  margin-left: -11px; }

.sib .sib-block.collections .sib-content {
  max-width: 260px;
  max-height: initial;
  margin-top: 10px; }
  .sib .sib-block.collections .sib-content .teaser {
    position: relative;
    height: 100%; }
    .sib .sib-block.collections .sib-content .teaser img {
      width: 100%;
      height: auto; }
    .sib .sib-block.collections .sib-content .teaser .text {
      position: absolute;
      left: 0;
      bottom: 0;
      margin: 0 0 10px 10px;
      z-index: 2; }
      .sib .sib-block.collections .sib-content .teaser .text h2, .sib .sib-block.collections .sib-content .teaser .text h3 {
        margin: 0;
        padding: 5px 7px;
        display: inline-block; }

.sib .sib-block.nicht-verpassen .sib-title {
  margin-bottom: 10px; }

.regissuer {
  width: 42.10526%;
  margin-right: 3.50877%; }

.schauspieler {
  width: 42.10526%;
  margin-right: 3.50877%;
  vertical-align: top; }

.part {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
  color: #808080;
  color: rgba(255, 255, 255, 0.5); }

.hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }

#search-redirect-container {
  margin-bottom: 30px; }
  #search-redirect-container h2 {
    margin: 14px 0 44px 0;
    font-size: 18px; }

.container-left {
  margin-right: 60px;
  min-height: 500px;
  width: 25%; }
  .container-left .navi-block .sub-navi-block {
    padding: 0;
    margin: 0; }
    .container-left .navi-block .sub-navi-block ul {
      padding: 0;
      margin: 0; }
  .container-left ul {
    padding: 0; }
    .container-left ul li {
      list-style: none; }

.container-right {
  width: 69%; }
  .container-right ul {
    padding: 0; }
    .container-right ul li {
      list-style: none;
      margin-bottom: 10px;
      font-size: 20px;
      line-height: 26px; }
      .container-right ul li .vl-icon-vl-tick {
        font-size: 22px;
        line-height: 26px; }
  .container-right #content-row {
    margin-top: 30px;
    min-height: 549px; }
    .container-right #content-row p {
      margin: 30px 0; }
    .container-right #content-row form .checkbox-parent {
      margin: 20px 10px 30px 0; }
    .container-right #content-row form .checkboxlabel {
      margin: 20px 0 30px;
      width: 90%; }
  .container-right #unsubscribe h3, .container-right #unsubscribed h3, .container-right #subscribed h3 {
    font-size: 28px; }
  .container-right #subscribeform input[type="checkbox"], .container-right #unsubscribeform input[type="checkbox"] {
    display: none; }
  .container-right #subscribeform #email, .container-right #unsubscribeform #email {
    margin-right: 10px;
    padding-left: 10px;
    height: 40px;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #c5c5c5; }
  .container-right #subscribeform .checkbox-fake, .container-right #unsubscribeform .checkbox-fake {
    border: 1px solid #c5c5c5;
    display: block;
    height: 20px;
    width: 20px;
    cursor: pointer; }
  .container-right #subscribeform .tick, .container-right #unsubscribeform .tick {
    left: 3px;
    top: 4px;
    color: #009991; }
  .container-right #subscribeform .spacer-inline {
    margin-top: 0; }
  .container-right #subscribe .standard {
    margin-top: 30px; }
    .container-right #subscribe .standard li {
      margin-bottom: 10px;
      height: 26px; }
      .container-right #subscribe .standard li h3 {
        margin-top: 0;
        margin-bottom: 0; }
    .container-right #subscribe .standard li:last-of-type {
      margin-bottom: 0; }
  .container-right .standard-button-light {
    border: none;
    height: 40px;
    box-sizing: border-box; }

.player-close {
  height: 62px; }

.player-close-button {
  margin-top: 20px; }

.ie10 .vl-icon-vl-down, .ie11 .vl-icon-vl-down {
  width: 50px;
  right: 0;
  position: absolute; }

.ie10 select, .ie11 select {
  padding: 0.5em 1.43em 0.5em 1em; }

.mac.safari .main-container-middle .header-detail #mainheadline {
  margin-top: -2px !important; }

.chrome #display {
  height: 47px; }

/* Search */
.search-filter-column {
  z-index: 1;
  width: 195.3px;
  border: 1px solid #dfdfdf; }
  .search-filter-column.last {
    width: 195.3px; }

.short-filter-name {
  max-width: 92px;
  height: 33px; }

.short-filter-number {
  margin-left: -10px;
  width: 8px; }

.search-filter-one-column {
  width: 129px; }

.search-filter-three-column {
  width: 129px; }

.search-filter-five-column {
  width: 129px; }

.topsearch {
  z-index: 3;
  font-size: 48px;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 36px;
  line-height: 36px;
  text-align: right;
  background: url(/img/nummerierung_bg.png) bottom right no-repeat;
  background-size: cover; }

.topcounter {
  font-weight: 400;
  margin-right: 5px; }
  .topcounter:after {
    content: ".";
    font-size: 24px; }
  .topcounter.adjust:after {
    margin-left: -10px; }

.topsearchtrommel {
  position: relative;
  float: left;
  font-size: 38px;
  line-height: 100%; }

#headline-block {
  top: 0; }

#search-form .adjust {
  margin-top: 17px; }

#search-big {
  margin: 0;
  font-size: 28px;
  width: 100%;
  border: none;
  padding-left: 0;
  height: 55px;
  line-height: 55px; }

.search-lupe-button {
  background: url(/img/sprite.png) no-repeat scroll -200px -294px transparent;
  height: 25px;
  padding: 13px 18px 13px 17px;
  width: 25px; }

#search-message,
#search-delete-all {
  font-size: 14px; }
  #search-message .adjust,
  #search-delete-all .adjust {
    padding-top: 15px; }

.search-control {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.3); }
  .search-control .page-button-current-top {
    border: 1px solid #313131;
    margin-left: 5px;
    height: 33px;
    padding: 0 20px; }
    .search-control .page-button-current-top .arrowdown {
      background: url(/img/sprite.png) -115px -140px no-repeat;
      width: 10px;
      position: absolute;
      right: 7px;
      top: 15px; }
  .search-control .activep {
    border-bottom: none; }
    .search-control .activep .arrowdown {
      background: url(/img/sprite.png) -115px -140px no-repeat; }

.search-control {
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 3; }
  .search-control .button {
    /* margin: 3px */
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0;
    text-decoration: none; }
  .search-control .adjust {
    padding-top: 12px; }
  .search-control .left {
    line-height: 35px; }
  .search-control .sortby {
    margin-right: 50px; }
    .search-control .sortby .arrowdown {
      background: url(/img/sprite.png) -115px -140px no-repeat;
      margin-left: 80px;
      width: 10px;
      position: absolute;
      right: 7px;
      top: 15px;
      width: 10px; }
  .search-control .activep {
    border-bottom: none; }
    .search-control .activep .arrowdown {
      background: url(/img/sprite.png) -115px -140px no-repeat; }
  .search-control .first {
    background: url(/img/sprite.png) -332px -173px no-repeat;
    width: 35px;
    margin-left: 5px; }
    .search-control .first:hover {
      background: url(/img/sprite.png) -292px -173px no-repeat; }
  .search-control .previous {
    background: url(/img/sprite.png) -332px -213px no-repeat;
    width: 35px;
    margin-left: 5px; }
    .search-control .previous:hover {
      background: url(/img/sprite.png) -292px -213px no-repeat; }
  .search-control .siteno {
    border: 1px solid #313131;
    border-top: none;
    margin-left: 5px;
    max-height: 300px;
    width: auto;
    padding-top: 10px;
    margin-top: 34px;
    width: 70px;
    overflow-x: hidden;
    overflow-y: auto; }
    .search-control .siteno a {
      text-decoration: none; }
      .search-control .siteno a li {
        line-height: 1.5em;
        text-align: center; }
      .search-control .siteno a:hover {
        color: #fff; }
  .search-control .last {
    margin-left: 5px;
    height: 35px;
    padding: 0 3px 0 2px;
    text-align: center; }
    .search-control .last:hover {
      background: url(/img/sprite.png) -292px -13px no-repeat; }
  .search-control .next {
    background: url(/img/sprite.png) -332px -253px no-repeat;
    width: 35px;
    margin-left: 5px; }
    .search-control .next:hover {
      background: url(/img/sprite.png) -292px -253px no-repeat; }
  .search-control .small {
    background: url(/img/sprite.png) -332px -53px no-repeat;
    width: 35px;
    margin-left: 5px; }
    .search-control .small:hover {
      background: url(/img/sprite.png) -292px -53px no-repeat; }
    .search-control .small.active {
      background-position: -252px -53px; }
      .search-control .small.active:hover {
        background-position: -292px -53px; }
  .search-control .medium {
    background: url(/img/sprite.png) -332px -93px no-repeat;
    width: 35px;
    margin-left: 5px; }
    .search-control .medium:hover {
      background: url(/img/sprite.png) -292px -93px no-repeat; }
    .search-control .medium.active {
      background-position: -252px -93px; }
      .search-control .medium.active:hover {
        background-position: -292px -93px; }
  .search-control .big {
    background: url(/img/sprite.png) -332px -133px no-repeat;
    width: 35px;
    margin-left: 5px; }
    .search-control .big:hover {
      background: url(/img/sprite.png) -292px -133px no-repeat; }
    .search-control .big.active {
      background-position: -252px -133px; }
      .search-control .big.active:hover {
        background-position: -292px -133px; }
  .search-control li {
    line-height: 2em; }
  .search-control .von {
    line-height: 35px; }
  .search-control .inactive {
    opacity: 0.4;
    cursor: default; }
  .search-control .first.inactive {
    background: url(/img/sprite.png) -332px -173px no-repeat; }
  .search-control .previous.inactive {
    background: url(/img/sprite.png) -332px -213px no-repeat; }
  .search-control .next.inactive {
    background: url(/img/sprite.png) -332px -253px no-repeat; }
  .search-control .last.inactive {
    background: url(/img/sprite.png) -332px -13px no-repeat; }

.search-control .page-button-current-buttom {
  margin-left: 5px !important;
  height: 35px !important;
  width: 35px;
  text-align: center; }
  .search-control .page-button-current-buttom:hover {
    background: url(/img/sprite.png) -292px -13px no-repeat; }
  .search-control .page-button-current-buttom .arrowdown {
    background: url(/img/sprite.png) -115px -140px no-repeat;
    width: 10px; }

.search-control .active {
  background-position: -252px -13px; }

#search-filter {
  z-index: 2; }
  #search-filter .del {
    text-decoration: none;
    font-size: 20px; }
    #search-filter .del:hover .delimg {
      background-position: -131px -156px; }
  #search-filter .delimg {
    background: url(/img/sprite.png) -111px -156px no-repeat;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    bottom: 5px; }
  #search-filter .filtername {
    font-weight: bold;
    text-indent: 15px;
    height: 50px;
    line-height: 50px; }
  #search-filter .selected {
    margin-left: 15px; }
  #search-filter #divAltersfreigabe {
    padding-right: 8px; }
  #search-filter .delgenre1 {
    margin-left: 8px; }
  #search-filter .delgenre2 {
    margin-left: 16px; }

.filter-select {
  cursor: pointer; }
  .filter-select .arrowdown {
    background: url(/img/sprite.png) -115px -140px no-repeat;
    width: 11px;
    position: absolute;
    right: 10px;
    top: 22px; }
  .filter-select:hover {
    color: #fff; }
    .filter-select:hover .arrowdown {
      background: url(/img/sprite.png) -115px -140px no-repeat; }

.filter-select.deactivate {
  cursor: default;
  color: #b2b2b2; }
  .filter-select.deactivate .arrowdown {
    background-position: -115px -140px; }
  .filter-select.deactivate:hover {
    background-color: #f3f3f3; }

#search-filter-ul {
  z-index: 3; }
  #search-filter-ul div {
    width: 158px;
    margin: 0;
    padding: 0;
    background: #2a2a2a;
    z-index: 3;
    line-height: 28px; }
  #search-filter-ul ul {
    padding: 0;
    list-style: none;
    float: left;
    width: 150px;
    margin: 0; }
  #search-filter-ul li {
    float: left;
    min-width: 129px;
    text-indent: 15px; }
  #search-filter-ul a:hover {
    color: #fff; }
  #search-filter-ul .show {
    display: block; }
  #search-filter-ul .Typ {
    padding-top: 16px;
    padding-bottom: 10px; }
  #search-filter-ul .Bereich {
    left: 0;
    padding-top: 16px;
    padding-bottom: 10px; }
  #search-filter-ul .Genre {
    left: 0; }
  #search-filter-ul .Jahr {
    left: 159px; }
  #search-filter-ul .Qualitaet {
    left: 477px;
    padding-top: 16px;
    padding-bottom: 10px; }
  #search-filter-ul .Erwerbsart {
    left: 636px;
    padding-top: 16px;
    padding-bottom: 10px; }
  #search-filter-ul .Altersfreigabe {
    left: 795px;
    padding-top: 16px;
    padding-bottom: 10px; }
  #search-filter-ul .Label {
    padding-top: 16px;
    padding-bottom: 10px; }
  #search-filter-ul .Orientation {
    padding-top: 16px;
    padding-bottom: 10px; }
  #search-filter-ul #ulAltersfreigabe {
    width: 165px; }
  #search-filter-ul a {
    text-decoration: none; }
  #search-filter-ul .filter {
    position: absolute;
    top: 0px; }
  #search-filter-ul .htext {
    padding: 0 0 4px 0;
    display: block;
    width: 300px; }
  #search-filter-ul #ulGenre {
    padding: 16px 30px 10px 30px;
    width: 736px;
    text-indent: 0; }
    #search-filter-ul #ulGenre ul {
      width: 147px; }
    #search-filter-ul #ulGenre li {
      text-indent: 0;
      min-width: 190px; }
      #search-filter-ul #ulGenre li .short-filter-name {
        max-width: 138px; }
      #search-filter-ul #ulGenre li .short-filter-number {
        text-indent: 15px; }
  #search-filter-ul #ulJahr {
    padding: 16px 0 10px 25px;
    width: 451px;
    text-indent: 0; }
    #search-filter-ul #ulJahr li {
      min-width: 125px; }
  #search-filter-ul #ulAbo {
    width: 280px; }
    #search-filter-ul #ulAbo .short-filter-name {
      max-width: 180px; }
    #search-filter-ul #ulAbo .short-filter-number {
      text-indent: 15px; }

.navigator ul {
  margin: 0;
  padding: 0;
  display: none;
  list-style: none;
  width: 100%;
  z-index: 3;
  line-height: 2em;
  top: 41px; }

.navigator .filter {
  position: absolute;
  top: 40px; }

.navigator .active {
  display: block;
  list-style: none;
  z-index: 3;
  line-height: 2em; }
  .navigator .active a {
    text-decoration: none; }

#search-result-empty {
  margin-top: 30px; }

#search-filter-selected {
  z-index: 1; }
  #search-filter-selected .delgenre {
    font-size: 14px; }
  #search-filter-selected .show {
    display: block; }
  #search-filter-selected .delspan {
    max-width: 90px; }
  #search-filter-selected .delgenre .delimg {
    bottom: 2px; }
  #search-filter-selected .search-filter-column {
    width: 158px;
    min-height: 40px;
    padding-bottom: 5px; }

#search-seo {
  width: 1192px; }
  #search-seo .adjust {
    margin-top: 25px;
    border-top: 1px solid #c5c5c5;
    padding: 35px 0 25px 0;
    font-size: 12px; }
  #search-seo a {
    background-image: none !important;
    padding-left: 0 !important; }

#pagewrapper.paginate-bottom #main-container {
  padding-bottom: 25px; }

.img-next {
  margin-top: 20px; }

.headline-minheight {
  min-height: 120px; }

/******************************redesign*********************************** */
#search-head {
  margin: 0 -44px;
  padding: 0 44px;
  height: 100%;
  width: 100%;
  min-height: 110px;
  position: relative;
  display: inline-block; }
  #search-head .headerlink {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  #search-head #headline-block {
    padding-top: 35px;
    max-width: 79.86577%; }
    #search-head #headline-block .title, #search-head #headline-block .subtitle1, #search-head #headline-block .subtitle2 {
      overflow: hidden;
      text-overflow: ellipsis; }
    #search-head #headline-block .title, #search-head #headline-block .subtitle1 {
      margin: 0;
      padding: 0;
      font-size: 26px;
      line-height: 30px;
      max-height: 30px; }
    #search-head #headline-block .subtitle2 {
      font-size: 18px;
      line-height: 20px;
      margin-left: 0;
      padding: 0;
      margin-top: 10px;
      max-height: 20px; }
    #search-head #headline-block .child-title:last-child {
      margin-bottom: 45px; }
  #search-head #search-message {
    margin-top: 36px;
    font-size: 18px;
    color: #fff; }
  #search-head .search-control.with-header {
    background: rgba(0, 0, 0, 0.7); }
  #search-head .search-control.opened {
    border: 1px solid #1a1a1a;
    background-color: #1a1a1a; }
    #search-head .search-control.opened .line {
      border-top: 1px solid #313131;
      margin: 0 auto;
      width: 86%; }
  #search-head .search-control .navigator {
    margin-bottom: 40px; }
    #search-head .search-control .navigator #divSortby {
      padding-left: 20px;
      box-sizing: border-box;
      text-transform: none;
      color: rgba(255, 255, 255, 0.5); }
      #search-head .search-control .navigator #divSortby:hover {
        color: white; }
      #search-head .search-control .navigator #divSortby .icon {
        cursor: pointer;
        right: 0px;
        top: 0;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px; }
    #search-head .search-control .navigator #ulSortby {
      width: 200px;
      border-bottom: 1px solid #1a1a1a;
      border-left: 1px solid #1a1a1a;
      border-right: 1px solid #1a1a1a;
      left: -1px;
      padding: 10px 0;
      background-color: #1a1a1a; }
      #search-head .search-control .navigator #ulSortby li {
        text-decoration: none;
        margin-left: 10px;
        line-height: 2em; }
        #search-head .search-control .navigator #ulSortby li a:hover {
          color: #fff; }
      #search-head .search-control .navigator #ulSortby li {
        margin-left: 20px;
        line-height: 36px; }
        #search-head .search-control .navigator #ulSortby li a {
          text-decoration: none;
          text-transform: none; }
        #search-head .search-control .navigator #ulSortby li a:hover {
          color: #00d0c5; }
        #search-head .search-control .navigator #ulSortby li.selected .icon {
          margin-right: 11px; }
      #search-head .search-control .navigator #ulSortby .checked {
        width: 16px;
        height: 13px;
        margin-left: 5px;
        margin-top: -3px; }
      #search-head .search-control .navigator #ulSortby .checked.activec {
        background: url(/img/sprite.png) -92px -12px no-repeat; }

#search-head.special-header #headline-block .child-title:last-child {
  margin-bottom: 0px; }

#search-head.special-header .title {
  font-size: 30px !important;
  line-height: 32px !important;
  font-weight: 600 !important; }

#search-head.special-header .subtitle1 {
  font-size: 18px !important;
  line-height: 20px !important;
  max-height: 20px !important;
  margin-top: 10px !important;
  margin-bottom: 30px !important; }

#filter-navigator.special-header {
  margin-top: 0px; }

#filter-navigator.special-header:first-child {
  margin-top: 30px; }

.sort {
  margin-top: 30px;
  width: 200px;
  height: 40px;
  line-height: 40px; }
  .sort .sortby {
    width: 100%; }

#filter-navigator {
  height: 40px;
  margin-top: -3px; }
  #filter-navigator .filter {
    height: 100%;
    width: 169.1px;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.3); }
    #filter-navigator .filter.last {
      border-width: 1px; }
    #filter-navigator .filter:hover {
      color: white; }
    #filter-navigator .filter .filter-content {
      height: 100%; }
      #filter-navigator .filter .filter-content .filterblock {
        width: 100%;
        line-height: 40px; }
        #filter-navigator .filter .filter-content .filterblock .filtername {
          padding-left: 20px;
          cursor: pointer; }
        #filter-navigator .filter .filter-content .filterblock .nano {
          position: absolute;
          top: 39px;
          border-bottom: 1px solid #1a1a1a;
          border-left: 1px solid #1a1a1a;
          border-right: 1px solid #1a1a1a;
          left: -1px; }
          #filter-navigator .filter .filter-content .filterblock .nano .nano-content {
            background-color: #1a1a1a; }
            #filter-navigator .filter .filter-content .filterblock .nano .nano-content .inactive {
              color: #666666; }
            #filter-navigator .filter .filter-content .filterblock .nano .nano-content .search-url {
              line-height: 36px;
              text-indent: 20px;
              white-space: nowrap;
              width: 150px;
              text-overflow: ellipsis; }
            #filter-navigator .filter .filter-content .filterblock .nano .nano-content a {
              text-decoration: none; }
              #filter-navigator .filter .filter-content .filterblock .nano .nano-content a:hover {
                color: #00d0c5; }
          #filter-navigator .filter .filter-content .filterblock .nano .nano-pane {
            background-color: #1a1a1a; }
      #filter-navigator .filter .filter-content .deactivate {
        color: rgba(255, 255, 255, 0.5); }
        #filter-navigator .filter .filter-content .deactivate:hover {
          color: rgba(255, 255, 255, 0.5); }
    #filter-navigator .filter .opened {
      overflow: visible;
      z-index: 3;
      border: 0; }
    #filter-navigator .filter .dropdown-opener.icon {
      cursor: pointer;
      right: 0px;
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 40px;
      padding-right: 10px;
      padding-top: 2px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  #filter-navigator .filterborder {
    border-color: #1a1a1a;
    background-color: #1a1a1a; }
    #filter-navigator .filterborder .line {
      border-top: 1px solid #313131;
      bottom: 0;
      left: 6%;
      position: absolute;
      vertical-align: middle;
      width: 86%; }
  #filter-navigator .filterborder + .filter {
    border-left-color: #1a1a1a !important; }

#no-search-head {
  min-height: 30px; }

#selected-filters {
  min-height: 30px; }
  #selected-filters .search-filter-selected {
    line-height: 40px; }
    #selected-filters .search-filter-selected a {
      text-decoration: none; }
    #selected-filters .search-filter-selected .x-symbol {
      top: 0;
      right: 0; }
      #selected-filters .search-filter-selected .x-symbol:before {
        font-size: 7px; }
    #selected-filters .search-filter-selected .search-filter-selected-block {
      margin-right: 20px;
      min-height: 23px; }
      #selected-filters .search-filter-selected .search-filter-selected-block .search-filter-selected-name {
        padding-right: 10px;
        height: 40px;
        margin-bottom: 30px;
        line-height: 40px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }

#search-result-list {
  padding: 0; }
  #search-result-list .sbig.wide li, #search-result-list .ssmall li, #search-result-list .ssmall.wide li, #search-result-list .s16x9 li {
    margin-bottom: 30px; }
  #search-result-list .sbig.wide li:last-child, #search-result-list .ssmall li:last-child, #search-result-list .ssmall.wide li:last-child, #search-result-list .s16x9 li:last-child {
    margin-bottom: 60px; }
  #search-result-list .smovie .column-4:last-child, #search-result-list .smovie .column-7:last-child, #search-result-list .staffel .column-4:last-child, #search-result-list .staffel .column-7:last-child {
    margin-bottom: 60px; }
  #search-result-list .sbig.wide .teaser .text, #search-result-list .sbig.wide .teaserW .text {
    position: absolute;
    left: 40px;
    bottom: 40px;
    text-align: left; }
    #search-result-list .sbig.wide .teaser .text h2, #search-result-list .sbig.wide .teaser .text h3, #search-result-list .sbig.wide .teaserW .text h2, #search-result-list .sbig.wide .teaserW .text h3 {
      display: inline-block;
      color: white;
      margin: 0;
      line-height: 100%;
      padding: 0; }
    #search-result-list .sbig.wide .teaser .text h2, #search-result-list .sbig.wide .teaserW .text h2 {
      font-weight: 600;
      font-size: 32px;
      line-height: 32px;
      text-transform: uppercase;
      margin-bottom: 6px; }
    #search-result-list .sbig.wide .teaser .text h3, #search-result-list .sbig.wide .teaserW .text h3 {
      font-weight: 400;
      font-size: 18px;
      line-height: 24px; }
  #search-result-list .ssmall .teaser .text, #search-result-list .ssmall .teaserW .text {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: inline-block;
    text-align: left;
    padding: 0;
    z-index: 5; }
    #search-result-list .ssmall .teaser .text h2, #search-result-list .ssmall .teaser .text h3, #search-result-list .ssmall .teaserW .text h2, #search-result-list .ssmall .teaserW .text h3 {
      display: inline-block;
      color: white;
      margin: 0; }
    #search-result-list .ssmall .teaser .text h2, #search-result-list .ssmall .teaserW .text h2 {
      font-weight: 600;
      font-size: 26px;
      line-height: 26px;
      text-transform: uppercase;
      margin-bottom: 6px; }
    #search-result-list .ssmall .teaser .text h3, #search-result-list .ssmall .teaserW .text h3 {
      font-weight: 400;
      font-size: 18px;
      line-height: 24px; }
  #search-result-list .ssmall.wide .teaser .text, #search-result-list .ssmall.wide .teaserW .text {
    position: absolute;
    display: inline-block;
    text-align: left;
    padding: 0; }
    #search-result-list .ssmall.wide .teaser .text h2, #search-result-list .ssmall.wide .teaser .text h3, #search-result-list .ssmall.wide .teaserW .text h2, #search-result-list .ssmall.wide .teaserW .text h3 {
      display: inline-block;
      color: white;
      margin: 0;
      z-index: 2; }
    #search-result-list .ssmall.wide .teaser .text h2, #search-result-list .ssmall.wide .teaserW .text h2 {
      font-weight: 600;
      font-size: 26px;
      line-height: 26px;
      text-transform: uppercase;
      margin-bottom: 6px; }
    #search-result-list .ssmall.wide .teaser .text h3, #search-result-list .ssmall.wide .teaserW .text h3 {
      font-weight: 400;
      font-size: 18px;
      line-height: 24px; }
  #search-result-list .s16x9 li:nth-child(3n) .teaser, #search-result-list .s16x9 li:nth-child(3n) .teaserW {
    margin: 0 !important; }
  #search-result-list .s16x9 .teaser .titel, #search-result-list .s16x9 .teaserW .titel {
    display: none; }
  #search-result-list .s16x9 .teaser .body .moviecard .tsr_content, #search-result-list .s16x9 .teaser .cover .moviecard .tsr_content, #search-result-list .s16x9 .teaserW .body .moviecard .tsr_content, #search-result-list .s16x9 .teaserW .cover .moviecard .tsr_content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #search-result-list .s16x9 .teaser .body .moviecard .tsr_content .rating, #search-result-list .s16x9 .teaser .cover .moviecard .tsr_content .rating, #search-result-list .s16x9 .teaserW .body .moviecard .tsr_content .rating, #search-result-list .s16x9 .teaserW .cover .moviecard .tsr_content .rating {
      margin-top: 10px; }
    #search-result-list .s16x9 .teaser .body .moviecard .tsr_content .titel, #search-result-list .s16x9 .teaser .cover .moviecard .tsr_content .titel, #search-result-list .s16x9 .teaserW .body .moviecard .tsr_content .titel, #search-result-list .s16x9 .teaserW .cover .moviecard .tsr_content .titel {
      font-size: 16px;
      display: block;
      margin-top: 10px;
      line-height: 20px !important; }
      #search-result-list .s16x9 .teaser .body .moviecard .tsr_content .titel .maintitel, #search-result-list .s16x9 .teaser .cover .moviecard .tsr_content .titel .maintitel, #search-result-list .s16x9 .teaserW .body .moviecard .tsr_content .titel .maintitel, #search-result-list .s16x9 .teaserW .cover .moviecard .tsr_content .titel .maintitel {
        font-weight: 600; }
      #search-result-list .s16x9 .teaser .body .moviecard .tsr_content .titel .subtitel, #search-result-list .s16x9 .teaser .cover .moviecard .tsr_content .titel .subtitel, #search-result-list .s16x9 .teaserW .body .moviecard .tsr_content .titel .subtitel, #search-result-list .s16x9 .teaserW .cover .moviecard .tsr_content .titel .subtitel {
        font-weight: 400; }
  #search-result-list .s16x9 .teaser .text, #search-result-list .s16x9 .teaserW .text {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: inline-block;
    text-align: left;
    padding: 0;
    z-index: 5; }
    #search-result-list .s16x9 .teaser .text h2, #search-result-list .s16x9 .teaser .text h3, #search-result-list .s16x9 .teaserW .text h2, #search-result-list .s16x9 .teaserW .text h3 {
      display: inline-block;
      color: white;
      margin: 0; }
    #search-result-list .s16x9 .teaser .text h2, #search-result-list .s16x9 .teaserW .text h2 {
      font-weight: 600;
      font-size: 26px;
      line-height: 26px;
      text-transform: uppercase;
      margin-bottom: 6px; }
    #search-result-list .s16x9 .teaser .text h3, #search-result-list .s16x9 .teaserW .text h3 {
      font-weight: 400;
      font-size: 18px;
      line-height: 24px; }
  #search-result-list .s16x9 .teaserW .moviecard .zeilen1 {
    margin-top: 10px !important; }
  #search-result-list.meineinhalte {
    margin-top: -22px; }
    #search-result-list.meineinhalte .trommel .swipers .swiper-container .swiper-scrollbar-background {
      top: 0; }
    #search-result-list.meineinhalte .trommel .swipers .swiper-container.serie .swiper-scrollbar-background {
      top: 12px; }
  #search-result-list .trommel {
    margin-bottom: 30px !important; }
    #search-result-list .trommel .show-all a {
      color: #009991 !important; }
      #search-result-list .trommel .show-all a:hover {
        color: #fff !important; }
  #search-result-list .hr {
    margin: 30px 0; }
  #search-result-list .last .teaserW, #search-result-list .last .cteaser {
    margin-right: 0; }
  #search-result-list .teaserW .footer h3 {
    line-height: 20px; }
  #search-result-list .main-content {
    overflow: hidden; }
    #search-result-list .main-content .main-container-left {
      margin-bottom: 0; }
      #search-result-list .main-content .main-container-left .cover-container {
        float: right; }
        #search-result-list .main-content .main-container-left .cover-container a:first-child {
          margin-bottom: 0; }
        #search-result-list .main-content .main-container-left .cover-container .cover57 img {
          max-width: 160px !important;
          max-height: 230px !important; }
        #search-result-list .main-content .main-container-left .cover-container .cover169 img {
          max-width: 260px !important;
          max-height: 146px !important; }
    #search-result-list .main-content .main-container-middle {
      width: 42.78523%;
      margin-bottom: 0; }
      #search-result-list .main-content .main-container-middle .header-detail h1 {
        margin-top: 0px;
        margin-bottom: 8px;
        line-height: normal; }
        #search-result-list .main-content .main-container-middle .header-detail h1 #big-text a {
          text-decoration: none; }
      #search-result-list .main-content .main-container-middle .header-detail h3 {
        margin-bottom: 15px; }
      #search-result-list .main-content .main-container-middle .meta-info {
        margin-bottom: 0; }
        #search-result-list .main-content .main-container-middle .meta-info .genre-stoerer {
          padding-top: 0;
          padding-bottom: 0; }
        #search-result-list .main-content .main-container-middle .meta-info article {
          margin-bottom: 0; }
          #search-result-list .main-content .main-container-middle .meta-info article p {
            margin-top: 0;
            margin-bottom: 0; }
      #search-result-list .main-content .main-container-middle #big-text {
        z-index: 1;
        max-height: 74px; }
      #search-result-list .main-content .main-container-middle .content-row div:first-of-type {
        margin-left: 0; }
      #search-result-list .main-content .main-container-middle .content-row .attributes {
        padding-bottom: 6px; }
      #search-result-list .main-content .main-container-middle .rating {
        float: left;
        height: 10px;
        width: 100px;
        margin-bottom: 10px; }
        #search-result-list .main-content .main-container-middle .rating.rating-none {
          display: none; }
        #search-result-list .main-content .main-container-middle .rating.rating-1 .half .star1 {
          color: #fff !important; }
        #search-result-list .main-content .main-container-middle .rating.rating-2 .star1 {
          color: #fff !important; }
        #search-result-list .main-content .main-container-middle .rating.rating-3 .star1 {
          color: #fff !important; }
        #search-result-list .main-content .main-container-middle .rating.rating-3 .half .star2 {
          color: #fff !important; }
        #search-result-list .main-content .main-container-middle .rating.rating-4 .star1, #search-result-list .main-content .main-container-middle .rating.rating-4 .star2 {
          color: #fff !important; }
        #search-result-list .main-content .main-container-middle .rating.rating-5 .star1, #search-result-list .main-content .main-container-middle .rating.rating-5 .star2 {
          color: #fff !important; }
        #search-result-list .main-content .main-container-middle .rating.rating-5 .half .star3 {
          color: #fff !important; }
        #search-result-list .main-content .main-container-middle .rating.rating-6 .star1, #search-result-list .main-content .main-container-middle .rating.rating-6 .star2, #search-result-list .main-content .main-container-middle .rating.rating-6 .star3 {
          color: #fff !important; }
        #search-result-list .main-content .main-container-middle .rating.rating-7 .star1, #search-result-list .main-content .main-container-middle .rating.rating-7 .star2, #search-result-list .main-content .main-container-middle .rating.rating-7 .star3 {
          color: #fff !important; }
        #search-result-list .main-content .main-container-middle .rating.rating-7 .half .star4 {
          color: #fff !important; }
        #search-result-list .main-content .main-container-middle .rating.rating-8 .star1, #search-result-list .main-content .main-container-middle .rating.rating-8 .star2, #search-result-list .main-content .main-container-middle .rating.rating-8 .star3, #search-result-list .main-content .main-container-middle .rating.rating-8 .star4 {
          color: #fff !important; }
        #search-result-list .main-content .main-container-middle .rating.rating-9 .star1, #search-result-list .main-content .main-container-middle .rating.rating-9 .star2, #search-result-list .main-content .main-container-middle .rating.rating-9 .star3, #search-result-list .main-content .main-container-middle .rating.rating-9 .star4 {
          color: #fff !important; }
        #search-result-list .main-content .main-container-middle .rating.rating-9 .half .star5 {
          color: #fff !important; }
        #search-result-list .main-content .main-container-middle .rating.rating-10 .full {
          color: #fff !important; }
      #search-result-list .main-content .main-container-middle .star-rating {
        position: relative;
        width: 60px;
        line-height: normal;
        font-size: 14px;
        margin-left: 15px;
        width: auto; }
        #search-result-list .main-content .main-container-middle .star-rating .full, #search-result-list .main-content .main-container-middle .star-rating .half {
          position: absolute;
          color: #808080; }
          #search-result-list .main-content .main-container-middle .star-rating .full .star1, #search-result-list .main-content .main-container-middle .star-rating .full .star2, #search-result-list .main-content .main-container-middle .star-rating .full .star3, #search-result-list .main-content .main-container-middle .star-rating .full .star4, #search-result-list .main-content .main-container-middle .star-rating .full .star5, #search-result-list .main-content .main-container-middle .star-rating .half .star1, #search-result-list .main-content .main-container-middle .star-rating .half .star2, #search-result-list .main-content .main-container-middle .star-rating .half .star3, #search-result-list .main-content .main-container-middle .star-rating .half .star4, #search-result-list .main-content .main-container-middle .star-rating .half .star5 {
            float: left;
            margin-right: 1px; }
        #search-result-list .main-content .main-container-middle .star-rating .half {
          color: transparent; }
    #search-result-list .main-content .main-container-right {
      margin-bottom: 0; }
    #search-result-list .main-content .footer {
      height: 60px; }

.search-control-bottom {
  margin-bottom: 10px;
  border: 0;
  min-height: 50px; }
  .search-control-bottom .adjust {
    padding-top: 7px !important; }
  .search-control-bottom a {
    text-decoration: none; }
    .search-control-bottom a:hover {
      background-color: #00d0c5; }
  .search-control-bottom .icon {
    height: 40px;
    width: 40px;
    line-height: 42px;
    text-align: center; }
  .search-control-bottom .icon.number {
    line-height: 40px; }
    .search-control-bottom .icon.number.active {
      background-color: #fff;
      color: black; }

/* PowerTip Plugin */
#powerTip {
  cursor: default;
  background-color: #fff !important;
  color: #000;
  font-size: 14px;
  display: none;
  padding: 4px 6px;
  position: absolute;
  white-space: nowrap;
  z-index: 2; }
  #powerTip.n:before, #powerTip.e:before, #powerTip.s:before, #powerTip.w:before, #powerTip.ne:before, #powerTip.nw:before, #powerTip.se:before, #powerTip.sw:before, #powerTip.ibutton:before {
    content: "";
    position: absolute; }
  #powerTip.n:before, #powerTip.s:before {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    left: 50%;
    margin-left: -5px; }
  #powerTip.e:before, #powerTip.w:before {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    margin-top: -5px;
    top: 50%; }
  #powerTip.n:before {
    border-top: 10px solid #d73d3d;
    bottom: -10px; }
  #powerTip.e:before {
    border-right: 10px solid transparent;
    left: -10px; }
  #powerTip.s:before {
    border-bottom: 10px solid transparent;
    top: -10px; }
  #powerTip.w:before {
    /** border-left: 10px solid rgba($color-5, 1) */
    /** right: -10px */ }
  #powerTip.ne:before, #powerTip.se:before {
    border-right: 10px solid transparent;
    border-left: 0;
    left: 10px; }
  #powerTip.nw:before, #powerTip.sw:before {
    border-left: 10px solid transparent;
    border-right: 0;
    right: 10px; }
  #powerTip.ne:before, #powerTip.nw:before {
    border-top: 10px solid #d73d3d;
    bottom: -10px; }
  #powerTip.se:before, #powerTip.sw:before {
    border-bottom: 10px solid #d73d3d;
    top: -10px; }
  #powerTip.s {
    margin-left: 10px; }
  #powerTip.s:before {
    border-bottom: 10px solid #fff;
    top: -10px; }

#series-template #powerTip {
  background-color: #b1291f;
  margin-left: 4px;
  /* fallback for browsers that dont support rgba */
  background-color: #b1291f; }

#season-template #powerTip {
  box-sizing: border-box;
  padding: 20px; }
  #season-template #powerTip.s {
    margin-left: 97px !important;
    margin-top: -6px; }
  #season-template #powerTip.s:before {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -10px;
    left: 33px; }

.button, .bx-pager-link, .bx-next, .bx-prev, .bgallery {
  background-image: url(/img/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0; }

.button {
  width: 23px;
  height: 22px;
  margin: 9px 9px; }

#search-result-empty .button {
  width: 25px;
  height: 26px;
  margin: 9px 12px;
  vertical-align: middle; }

.bvormerk:hover {
  color: #fff; }

.icon_Cover_Zoom {
  background: url("/img/sprite.png") no-repeat -139px -21px;
  width: 22px;
  height: 22px; }

.icon_Audio_Trailer {
  background: url("/img/sprite.png") no-repeat -139px -179px;
  width: 22px;
  height: 22px; }

.bgallery {
  width: 40px;
  height: 40px;
  margin: 0 !important; }

.main-teaser object {
  line-height: 0; }

.image-teaser.adjust {
  padding-bottom: 9px;
  overflow: hidden; }

.image-teaser a {
  line-height: 0; }

.zeilen1 {
  max-height: 17px;
  text-overflow: ellipsis; }

.zeilen2 {
  max-height: 34px;
  text-overflow: ellipsis; }

a.bvormerk {
  text-decoration: none !important;
  color: #80ccc8; }

.bvormerk,
#main-container #search-result-list a.bvormerk {
  color: #fff; }
  .bvormerk:hover,
  #main-container #search-result-list a.bvormerk:hover {
    color: #fff; }

.teaserW {
  font-size: 12px;
  font-weight: 500; }
  .teaserW h3 {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    color: #ffffff; }
    .teaserW h3.meta2 {
      color: #808080; }
    .teaserW h3.overflow-hidden {
      max-height: 20px; }
    .teaserW h3.ellipsis > div {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .teaserW p {
    font-size: 12px;
    line-height: 16px; }
  .teaserW.last {
    margin-right: 0; }
  .teaserW ul li {
    line-height: 40px; }
  .teaserW .mark-icon {
    font-size: 20px;
    height: 40px;
    width: 40px; }
  .teaserW .mark-text {
    display: none; }
  .teaserW .trailer-icon {
    font-size: 20px;
    height: 40px;
    width: 40px; }
  .teaserW .trailer-text {
    display: none; }
  .teaserW .rating {
    margin: 4px 0 7px 0; }
  .teaserW .extras {
    height: 40px;
    background: #009991;
    margin: 7px 0 0 10px; }
  .teaserW .extras ul li {
    margin-left: auto;
    margin-right: auto;
    line-height: 44px;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: center; }
  .teaserW .extras .trailer-icon {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #80ccc8; }
    .teaserW .extras .trailer-icon:hover {
      color: #fff; }
    .teaserW .extras .trailer-icon:active {
      color: #fff; }
  .teaserW .extras .mark-icon {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .teaserW .extras .button-icon {
    font-size: 20px;
    height: 40px;
    width: 40px; }
  .teaserW .body,
  .teaserW .cover {
    z-index: 1; }
  .teaserW .body,
  .teaserW .cover {
    padding: 0;
    margin: 0; }
    .teaserW .body .moviecard, .teaserW .cover .moviecard {
      line-height: 17px;
      z-index: 0; }
      .teaserW .body .moviecard .tsr_content, .teaserW .cover .moviecard .tsr_content {
        margin: 0;
        padding: 0 10px; }
        .teaserW .body .moviecard .tsr_content h3, .teaserW .cover .moviecard .tsr_content h3 {
          padding: 0 0 1px 0;
          margin: 0;
          font-size: 13px; }
          .teaserW .body .moviecard .tsr_content h3 a, .teaserW .cover .moviecard .tsr_content h3 a {
            color: #fff; }
        .teaserW .body .moviecard .tsr_content aside p, .teaserW .cover .moviecard .tsr_content aside p {
          font-size: 12px; }
        .teaserW .body .moviecard .tsr_content.rating, .teaserW .cover .moviecard .tsr_content.rating {
          margin: 10px 0 0; }
    .teaserW .body .tsr_hover, .teaserW .cover .tsr_hover {
      left: 0px;
      top: 0px; }
      .teaserW .body .tsr_hover img, .teaserW .cover .tsr_hover img {
        height: 1px !important;
        width: 1px !important; }

.cteaser {
  margin: 0;
  font-size: 12px;
  font-weight: 500; }
  .cteaser.last {
    margin-right: 0; }
  .cteaser p {
    font-size: 12px; }
  .cteaser .extras {
    height: 40px;
    background: #009991;
    margin: -8px 0 0 10px; }
  .cteaser .rating {
    margin: 4px 0 7px 0; }
  .cteaser .body,
  .cteaser .cover {
    z-index: 1; }
  .cteaser .body,
  .cteaser .cover {
    padding: 0;
    margin: 0; }
    .cteaser .body .moviecard, .cteaser .cover .moviecard {
      line-height: 17px;
      z-index: 0; }
      .cteaser .body .moviecard .extras ul li, .cteaser .cover .moviecard .extras ul li {
        margin-left: auto;
        margin-right: auto;
        line-height: 50px;
        width: 40px;
        height: 40px;
        vertical-align: middle;
        text-align: center; }
      .cteaser .body .moviecard .extras .trailer-icon, .cteaser .cover .moviecard .extras .trailer-icon {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #80ccc8; }
        .cteaser .body .moviecard .extras .trailer-icon:hover, .cteaser .cover .moviecard .extras .trailer-icon:hover {
          color: #fff; }
        .cteaser .body .moviecard .extras .trailer-icon:active, .cteaser .cover .moviecard .extras .trailer-icon:active {
          color: #fff; }
      .cteaser .body .moviecard .extras .mark-icon, .cteaser .cover .moviecard .extras .mark-icon {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .cteaser .body .moviecard .extras .button-icon, .cteaser .cover .moviecard .extras .button-icon {
        height: 40px;
        width: 40px;
        font-size: 20px;
        line-height: 36px; }
      .cteaser .body .moviecard .tsr_content, .cteaser .cover .moviecard .tsr_content {
        margin: 6px 10px 8px 10px; }
        .cteaser .body .moviecard .tsr_content p, .cteaser .cover .moviecard .tsr_content p {
          color: #000; }
        .cteaser .body .moviecard .tsr_content h3, .cteaser .cover .moviecard .tsr_content h3 {
          padding: 0 0 1px 0;
          margin: 0;
          font-size: 14px;
          max-height: 31px; }
          .cteaser .body .moviecard .tsr_content h3 a, .cteaser .cover .moviecard .tsr_content h3 a {
            color: #fff; }
        .cteaser .body .moviecard .tsr_content aside p, .cteaser .cover .moviecard .tsr_content aside p {
          font-size: 12px; }
    .cteaser .body .tsr_hover, .cteaser .cover .tsr_hover {
      left: 0px;
      top: 0px; }
      .cteaser .body .tsr_hover img, .cteaser .cover .tsr_hover img {
        height: 100%;
        width: 100%; }
    .cteaser .body .cover a, .cteaser .cover .cover a {
      top: 0; }
  .cteaser .footer div.rating {
    width: 62px; }
  .cteaser .footer div .button {
    background-position: 0 -80px;
    width: 11px;
    height: 10px;
    margin: 0; }
    .cteaser .footer div .button.uhd {
      background-position: -390px -360px;
      width: 25px; }
    .cteaser .footer div .button.hd {
      background-position: -413px -256px;
      width: 16px; }
    .cteaser .footer div .button.kids_selection {
      background-position: -395px -276px;
      float: right; }
    .cteaser .footer div .button.tv_selection {
      background-position: -415px -276px;
      float: right; }
    .cteaser .footer div .button.doku_selection {
      background-position: -435px -276px;
      float: right; }
    .cteaser .footer div .button.movie_selection {
      background-position: -455px -276px;
      float: right; }
    .cteaser .footer div .button.erotic_abo_icon {
      background-position: -395px -276px;
      float: right; }

.t16x9 .swiper-container .swiper-wrapper .swiper-slide .teaser .titel, .t16x9 .swiper-container .swiper-wrapper .swiper-slide .teaserW .titel {
  display: none; }

.t16x9 .swiper-container .swiper-wrapper .swiper-slide .teaser .body .moviecard .tsr_content, .t16x9 .swiper-container .swiper-wrapper .swiper-slide .teaser .cover .moviecard .tsr_content, .t16x9 .swiper-container .swiper-wrapper .swiper-slide .teaserW .body .moviecard .tsr_content, .t16x9 .swiper-container .swiper-wrapper .swiper-slide .teaserW .cover .moviecard .tsr_content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .t16x9 .swiper-container .swiper-wrapper .swiper-slide .teaser .body .moviecard .tsr_content .rating, .t16x9 .swiper-container .swiper-wrapper .swiper-slide .teaser .cover .moviecard .tsr_content .rating, .t16x9 .swiper-container .swiper-wrapper .swiper-slide .teaserW .body .moviecard .tsr_content .rating, .t16x9 .swiper-container .swiper-wrapper .swiper-slide .teaserW .cover .moviecard .tsr_content .rating {
    margin-top: 10px; }
  .t16x9 .swiper-container .swiper-wrapper .swiper-slide .teaser .body .moviecard .tsr_content .titel, .t16x9 .swiper-container .swiper-wrapper .swiper-slide .teaser .cover .moviecard .tsr_content .titel, .t16x9 .swiper-container .swiper-wrapper .swiper-slide .teaserW .body .moviecard .tsr_content .titel, .t16x9 .swiper-container .swiper-wrapper .swiper-slide .teaserW .cover .moviecard .tsr_content .titel {
    font-size: 16px;
    display: block;
    margin-top: 10px;
    line-height: 20px !important; }
    .t16x9 .swiper-container .swiper-wrapper .swiper-slide .teaser .body .moviecard .tsr_content .titel .maintitel, .t16x9 .swiper-container .swiper-wrapper .swiper-slide .teaser .cover .moviecard .tsr_content .titel .maintitel, .t16x9 .swiper-container .swiper-wrapper .swiper-slide .teaserW .body .moviecard .tsr_content .titel .maintitel, .t16x9 .swiper-container .swiper-wrapper .swiper-slide .teaserW .cover .moviecard .tsr_content .titel .maintitel {
      font-weight: 600; }
    .t16x9 .swiper-container .swiper-wrapper .swiper-slide .teaser .body .moviecard .tsr_content .titel .subtitel, .t16x9 .swiper-container .swiper-wrapper .swiper-slide .teaser .cover .moviecard .tsr_content .titel .subtitel, .t16x9 .swiper-container .swiper-wrapper .swiper-slide .teaserW .body .moviecard .tsr_content .titel .subtitel, .t16x9 .swiper-container .swiper-wrapper .swiper-slide .teaserW .cover .moviecard .tsr_content .titel .subtitel {
      font-weight: 400; }
  .t16x9 .swiper-container .swiper-wrapper .swiper-slide .teaser .body .moviecard .tsr_content .genres-countries-block, .t16x9 .swiper-container .swiper-wrapper .swiper-slide .teaser .cover .moviecard .tsr_content .genres-countries-block, .t16x9 .swiper-container .swiper-wrapper .swiper-slide .teaserW .body .moviecard .tsr_content .genres-countries-block, .t16x9 .swiper-container .swiper-wrapper .swiper-slide .teaserW .cover .moviecard .tsr_content .genres-countries-block {
    max-height: 44px !important; }

.trommel .cteaser .footer .topsearchtrommel {
  margin-top: -1px; }

.trommel .cteaser .footer h3 {
  margin-top: 4px; }

.trommel .teaserW .footer .topsearchtrommel {
  margin-top: -2px; }

.trommel.clientcode {
  margin-bottom: 5px !important; }
  .trommel.clientcode .hr {
    margin-top: 30px; }

.hero.trommel {
  margin: 0 !important; }
  @media screen and (max-width: 1120px) {
    .hero.trommel .header {
      margin: 0 5% 30px 5%; } }
  .hero.trommel .swiper-overlay-left,
  .hero.trommel .swiper-button-prev {
    left: 0; }
  .hero.trommel .swiper-button-prev:before {
    left: 12px !important; }
  .hero.trommel .swiper-button-next:before {
    right: 12px !important;
    left: auto; }
  .hero.trommel .swiper-overlay-right,
  .hero.trommel .swiper-button-next {
    right: 0; }
    .hero.trommel .swiper-overlay-right:before,
    .hero.trommel .swiper-button-next:before {
      right: 0; }
  .hero.trommel .swiper-frame {
    border-bottom: none; }
  .hero.trommel .border-bottom {
    border-bottom: 1px solid #4c4c4c;
    margin-top: 30px; }
    @media screen and (max-width: 1120px) {
      .hero.trommel .border-bottom {
        margin: 30px 5% 0 5%; } }
    @media screen and (max-width: 768px) {
      .hero.trommel .border-bottom {
        margin-top: 20px; } }

.hero-container .swiper-slide {
  width: auto; }
  .hero-container .swiper-slide .teaser,
  .hero-container .swiper-slide .movie {
    width: 906px; }
  .hero-container .swiper-slide .ar-content {
    position: relative; }
  .hero-container .swiper-slide .textbox {
    visibility: hidden; }
  .hero-container .swiper-slide.swiper-slide-visible .textbox {
    visibility: visible; }

.hero-container:not(.finished) .swiper-slide {
  margin-right: 10px; }
  @media screen and (min-width: 1201px) {
    .hero-container:not(.finished) .swiper-slide {
      margin-right: 12px; } }
  .hero-container:not(.finished) .swiper-slide:first-child {
    margin-left: calc( (100% - 906px) / 2); }
    @media screen and (max-width: 1080px) {
      .hero-container:not(.finished) .swiper-slide:first-child {
        margin-left: calc( (100% - 645px) / 2); } }
    @media screen and (max-width: 610px) {
      .hero-container:not(.finished) .swiper-slide:first-child {
        margin-left: 5%; } }

.hero .swiper-overlay-container {
  width: auto;
  overflow: visible;
  margin: 0 !important;
  max-width: 1280px; }
  @media screen and (max-width: 1280px) {
    .hero .swiper-overlay-container {
      height: auto; } }

.hero-container .swiper-wrapper {
  margin-bottom: 20px; }
  .hero-container .swiper-wrapper .text {
    left: 20px !important; }
  @media screen and (max-width: 768px) {
    .hero-container .swiper-wrapper .text {
      bottom: 0 !important;
      z-index: 3 !important; }
      .hero-container .swiper-wrapper .text p,
      .hero-container .swiper-wrapper .text h3 {
        font-size: 14px !important;
        line-height: 20px !important;
        padding: 0 !important; }
    .hero-container .swiper-wrapper h2 {
      font-size: 20px !important;
      line-height: 24px !important;
      padding: 0 !important; } }

.hero.trommel .swiper-nav-prev,
.hero.trommel .swiper-nav-next {
  width: 44px !important;
  height: 0 !important; }
  .hero.trommel .swiper-nav-prev:before,
  .hero.trommel .swiper-nav-next:before {
    top: calc(320px / 2) !important; }
  @media screen and (max-width: 1080px) {
    .hero.trommel .swiper-nav-prev,
    .hero.trommel .swiper-nav-next {
      display: none; } }

@media screen and (max-width: 1280px) {
  .hero.trommel .swiper-overlay-right,
  .hero.trommel .swiper-overlay-left {
    display: none; } }

@media screen and (max-width: 1280px) {
  .hero .swiper-overlay-container .hero-container {
    width: 100% !important; } }

.hero .swiper-overlay-container .hero-container .teaser {
  position: relative; }

@media screen and (max-width: 1080px) {
  .hero .swiper-overlay-container .hero-container {
    left: 0 !important; }
    .hero .swiper-overlay-container .hero-container .swiper-slide {
      overflow: hidden; }
      .hero .swiper-overlay-container .hero-container .swiper-slide .textbox {
        display: none; }
    .hero .swiper-overlay-container .hero-container .swiper-slide,
    .hero .swiper-overlay-container .hero-container .movie.tcontent,
    .hero .swiper-overlay-container .hero-container .teaser {
      width: 645px !important; }
    .hero .swiper-overlay-container .hero-container img {
      transition: 500ms;
      float: left;
      left: 0;
      overflow: hidden;
      z-index: 1;
      position: relative;
      top: 0px !important;
      left: 0px !important;
      width: auto !important;
      height: 100% !important;
      max-height: 362px; } }

@media screen and (max-width: 710px) {
  .hero .swiper-overlay-container .hero-container {
    height: auto !important; }
    .hero .swiper-overlay-container .hero-container .swiper-slide {
      width: 90% !important;
      height: auto !important; }
    .hero .swiper-overlay-container .hero-container .ar-content {
      overflow: hidden; }
    .hero .swiper-overlay-container .hero-container .ar-wrapper {
      position: relative; }
      .hero .swiper-overlay-container .hero-container .ar-wrapper:before {
        display: block;
        content: " ";
        width: 100%;
        padding-top: 56.12403%; }
      .hero .swiper-overlay-container .hero-container .ar-wrapper > .ar-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .hero .swiper-overlay-container .hero-container .movie.tcontent,
    .hero .swiper-overlay-container .hero-container .teaser {
      position: relative;
      float: left;
      top: auto;
      left: auto;
      width: 100% !important;
      overflow: hidden; } }

@media screen and (max-width: 550px) {
  .hero .swiper-overlay-container .hero-container .swiper-slide {
    width: 92% !important;
    height: auto !important; } }

@media screen and (max-width: 480px) {
  .hero .swiper-overlay-container .hero-container .swiper-slide {
    width: 90% !important;
    height: auto !important; } }

.hero-container {
  height: 362px;
  overflow: visible;
  margin: 0 auto;
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1; }
  .hero-container .swiper-slide {
    font-size: 18px;
    background-color: #000;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: opacity 250ms;
    -moz-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms; }

.hero .swiper-overlay-container {
  width: 1280px;
  overflow: hidden; }
  .hero .swiper-overlay-container .swiper-overlay-left, .hero .swiper-overlay-container .swiper-overlay-right {
    display: block;
    height: calc(100% - 1px);
    position: absolute;
    top: 0;
    width: 178px;
    z-index: 10;
    cursor: pointer; }
  .hero .swiper-overlay-container .swiper-overlay-right {
    background: -webkit-linear-gradient(left, rgba(42, 42, 42, 0), #2a2a2a 95%);
    background: -o-linear-gradient(left, rgba(42, 42, 42, 0), #2a2a2a 95%);
    background: -moz-linear-gradient(left, rgba(42, 42, 42, 0), #2a2a2a 95%);
    background: linear-gradient(to right, rgba(42, 42, 42, 0), #2a2a2a 95%); }
  .hero .swiper-overlay-container .swiper-overlay-left {
    display: block;
    background: -webkit-linear-gradient(right, rgba(42, 42, 42, 0), #2a2a2a 95%);
    background: -o-linear-gradient(right, rgba(42, 42, 42, 0), #2a2a2a 95%);
    background: -moz-linear-gradient(right, rgba(42, 42, 42, 0), #2a2a2a 95%);
    background: linear-gradient(to left, rgba(42, 42, 42, 0), #2a2a2a 95%); }
  .hero .swiper-overlay-container .swiper-button-prev, .hero .swiper-overlay-container .swiper-button-next {
    width: 178px;
    height: 100%;
    top: 0;
    z-index: 23;
    font-size: 2rem;
    display: block;
    visibility: hidden;
    opacity: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    overflow: visible; }
    .hero .swiper-overlay-container .swiper-button-prev:before, .hero .swiper-overlay-container .swiper-button-next:before {
      color: #ffffff;
      top: calc(50% - 36px); }
  .hero .swiper-overlay-container:hover .swiper-button-prev, .hero .swiper-overlay-container:hover .swiper-button-next {
    visibility: visible;
    transition: 500ms ease;
    opacity: 0.5 !important; }
    .hero .swiper-overlay-container:hover .swiper-button-prev:hover, .hero .swiper-overlay-container:hover .swiper-button-next:hover {
      opacity: 1 !important; }
  .hero .swiper-overlay-container .swiper-slide-prev {
    opacity: 0.5; }
    .hero .swiper-overlay-container .swiper-slide-prev:hover {
      opacity: 1; }
  .hero .swiper-overlay-container .swiper-slide-next {
    opacity: 0.5; }
    .hero .swiper-overlay-container .swiper-slide-next:hover {
      opacity: 1; }
  .hero .swiper-overlay-container .swiper-slide-active {
    opacity: 1 !important; }
  .hero .swiper-overlay-container .hero-container .teaser .text {
    position: absolute;
    left: 40px !important;
    bottom: 40px !important;
    z-index: 3 !important;
    text-align: left; }
    @media screen and (max-width: 480px) {
      .hero .swiper-overlay-container .hero-container .teaser .text {
        left: 20px !important;
        bottom: 20px !important; } }
    .hero .swiper-overlay-container .hero-container .teaser .text h2, .hero .swiper-overlay-container .hero-container .teaser .text h3 {
      display: inline-block;
      color: white;
      margin: 0;
      padding: 5px 7px;
      line-height: 100%; }
    .hero .swiper-overlay-container .hero-container .teaser .text h2 {
      font-weight: 600;
      font-size: 24px; }
    .hero .swiper-overlay-container .hero-container .teaser .text h3 {
      font-weight: 400;
      font-size: 20px; }
  .hero .swiper-overlay-container .hero-container .movie {
    color: white;
    text-align: center;
    width: 906px; }
    .hero .swiper-overlay-container .hero-container .movie a img {
      transition: 500ms;
      float: left;
      left: 0;
      overflow: hidden;
      z-index: 1;
      position: relative; }
    .hero .swiper-overlay-container .hero-container .movie a .default {
      width: 905px !important; }
    .hero .swiper-overlay-container .hero-container .movie .textbox {
      position: absolute;
      right: 20px;
      width: 220px;
      height: 360px;
      margin-left: 0;
      top: 0;
      z-index: 0;
      overflow: hidden; }
      .hero .swiper-overlay-container .hero-container .movie .textbox .title {
        font-weight: 600;
        line-height: 30px !important;
        font-size: 24px !important;
        text-align: left;
        margin: 30px 0 10px 0;
        max-width: 220px;
        max-height: 85px; }
        .hero .swiper-overlay-container .hero-container .movie .textbox .title .main-title {
          max-height: 60px; }
      .hero .swiper-overlay-container .hero-container .movie .textbox .genre {
        font-size: 14px !important;
        text-align: left;
        line-height: 20px !important;
        color: #b2b2b2;
        margin: 18px 0 22px 0;
        top: 30%;
        max-height: 40px;
        max-width: 200px; }
      .hero .swiper-overlay-container .hero-container .movie .textbox .rating {
        margin: 0; }
        .hero .swiper-overlay-container .hero-container .movie .textbox .rating .star-rating {
          font-size: 14px !important;
          width: 100%;
          margin-top: -5px;
          margin-bottom: 15px;
          text-align: left;
          left: 0; }
          .hero .swiper-overlay-container .hero-container .movie .textbox .rating .star-rating .full {
            color: #808080; }
        .hero .swiper-overlay-container .hero-container .movie .textbox .rating .half .star1 {
          color: #fff !important; }
        .hero .swiper-overlay-container .hero-container .movie .textbox .rating.rating-17 .star1 {
          color: #fff !important; }
        .hero .swiper-overlay-container .hero-container .movie .textbox .rating.rating-3 .star1 {
          color: #fff !important; }
        .hero .swiper-overlay-container .hero-container .movie .textbox .rating.rating-3 .half .star2 {
          color: #fff !important; }
        .hero .swiper-overlay-container .hero-container .movie .textbox .rating.rating-4 .star1, .hero .swiper-overlay-container .hero-container .movie .textbox .rating.rating-4 .star2 {
          color: #fff !important; }
        .hero .swiper-overlay-container .hero-container .movie .textbox .rating.rating-5 .star1, .hero .swiper-overlay-container .hero-container .movie .textbox .rating.rating-5 .star2 {
          color: #fff !important; }
        .hero .swiper-overlay-container .hero-container .movie .textbox .rating.rating-5 .half .star3 {
          color: #fff !important; }
        .hero .swiper-overlay-container .hero-container .movie .textbox .rating.rating-6 .star1, .hero .swiper-overlay-container .hero-container .movie .textbox .rating.rating-6 .star2, .hero .swiper-overlay-container .hero-container .movie .textbox .rating.rating-6 .star3 {
          color: #fff !important; }
        .hero .swiper-overlay-container .hero-container .movie .textbox .rating.rating-7 .star1, .hero .swiper-overlay-container .hero-container .movie .textbox .rating.rating-7 .star2, .hero .swiper-overlay-container .hero-container .movie .textbox .rating.rating-7 .star3 {
          color: #fff !important; }
        .hero .swiper-overlay-container .hero-container .movie .textbox .rating.rating-7 .half .star4 {
          color: #fff !important; }
        .hero .swiper-overlay-container .hero-container .movie .textbox .rating.rating-8 .star1, .hero .swiper-overlay-container .hero-container .movie .textbox .rating.rating-8 .star2, .hero .swiper-overlay-container .hero-container .movie .textbox .rating.rating-8 .star3, .hero .swiper-overlay-container .hero-container .movie .textbox .rating.rating-8 .star4 {
          color: #fff !important; }
        .hero .swiper-overlay-container .hero-container .movie .textbox .rating.rating-9 .star1, .hero .swiper-overlay-container .hero-container .movie .textbox .rating.rating-9 .star2, .hero .swiper-overlay-container .hero-container .movie .textbox .rating.rating-9 .star3, .hero .swiper-overlay-container .hero-container .movie .textbox .rating.rating-9 .star4 {
          color: #fff !important; }
        .hero .swiper-overlay-container .hero-container .movie .textbox .rating.rating-9 .half .star5 {
          color: #fff !important; }
        .hero .swiper-overlay-container .hero-container .movie .textbox .rating.rating-10 .full {
          color: #fff !important; }
      .hero .swiper-overlay-container .hero-container .movie .textbox .text {
        font-size: 14px !important;
        text-align: left;
        line-height: 20px !important;
        color: #b2b2b2;
        max-height: 120px;
        width: 100%; }
      .hero .swiper-overlay-container .hero-container .movie .textbox .extras {
        position: absolute;
        height: 40px;
        background-color: #009991;
        bottom: 20px;
        left: 0;
        margin: 0; }
        .hero .swiper-overlay-container .hero-container .movie .textbox .extras ul {
          padding: 0;
          margin: 0; }
          .hero .swiper-overlay-container .hero-container .movie .textbox .extras ul li {
            margin: 0;
            line-height: 44px;
            width: 40px;
            height: 40px; }
            .hero .swiper-overlay-container .hero-container .movie .textbox .extras ul li .button-icon {
              font-size: 20px;
              height: 40px;
              width: 40px;
              color: #80ccc8;
              text-align: center;
              float: left; }
              .hero .swiper-overlay-container .hero-container .movie .textbox .extras ul li .button-icon:hover {
                color: #fff; }
  .hero .swiper-overlay-container .swiper-slide-prev .movie .textbox {
    opacity: 1; }
  .hero .swiper-overlay-container .swiper-slide-prev .movie img {
    position: relative;
    margin-left: 260px;
    z-index: 90;
    overflow: hidden;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }

.textbox {
  margin-left: 630px !important; }

.ie10 .swiper-slide-prev, .ie10 .swiper-slide-next, .ie11 .swiper-slide-prev, .ie11 .swiper-slide-next {
  opacity: 1 !important; }

.startseiten-teaser-wide {
  height: 280px; }
  .startseiten-teaser-wide .bx-next, .startseiten-teaser-wide .bx-prev {
    top: 83px; }

.startseiten-teaser-narrow {
  height: 362px; }
  .startseiten-teaser-narrow .bx-next, .startseiten-teaser-narrow .bx-prev {
    top: 124px; }

.startseiten-teaser .bx-next, .startseiten-teaser .bx-prev {
  background: #333333;
  background-image: none;
  height: 115px;
  width: 20px; }
  .startseiten-teaser .bx-next:hover, .startseiten-teaser .bx-prev:hover {
    background: #009991; }

.startseiten-teaser ul {
  padding: 0;
  margin: 0; }

.startseiten-teaser .pager-teaser-outer {
  padding: 0;
  top: 347px;
  width: 640px;
  display: block; }

.startseiten-teaser .pager-teaser-outer-wide {
  padding: 0;
  top: 265px;
  width: 960px;
  display: block; }

.startseiten-teaser .pager-teaser {
  padding: 5px 10px;
  /** Element wird dynamisch von bxsilder generiert */ }
  .startseiten-teaser .pager-teaser .bx-pager-item {
    float: left;
    display: block; }
    .startseiten-teaser .pager-teaser .bx-pager-item .bx-pager-link {
      background-position: -193px -293px;
      height: 5px;
      text-indent: -9999px;
      width: 5px;
      overflow: hidden;
      color: transparent;
      display: block;
      margin: 0 5px;
      padding: 0px 0px; }
      .startseiten-teaser .pager-teaser .bx-pager-item .bx-pager-link:hover {
        background-position: -193px -298px; }
    .startseiten-teaser .pager-teaser .bx-pager-item .active {
      background-position: -193px -298px; }

.startseiten-teaser .content {
  padding: 0px 0px; }
  .startseiten-teaser .content li {
    padding: 0 0px; }

.startseiten-teaser .teaser {
  width: 640px;
  height: 362px; }
  .startseiten-teaser .teaser .teaser-image {
    height: 362px;
    margin: auto; }

.startseiten-teaser .teaser-wide {
  width: 960px;
  height: 280px; }
  .startseiten-teaser .teaser-wide .teaser-image {
    height: 280px;
    margin: auto;
    overflow: hidden; }
    .startseiten-teaser .teaser-wide .teaser-image img {
      height: 100%;
      margin: 0 -25px; }

.startseiten-teaser .moviecard {
  width: 230px;
  height: 281px;
  margin: 0 0 0 370px;
  padding: 0;
  border: none;
  display: none; }
  .startseiten-teaser .moviecard .tsr_content {
    height: 206px;
    margin: 20px 20px 15px 20px; }
    .startseiten-teaser .moviecard .tsr_content h3 {
      padding: 0 0 1px 0;
      margin: 0;
      font-size: 18px;
      font-weight: normal;
      max-height: 40px;
      overflow: hidden; }
      .startseiten-teaser .moviecard .tsr_content h3 a {
        color: #fff; }
    .startseiten-teaser .moviecard .tsr_content aside p {
      font-size: 12px; }
  .startseiten-teaser .moviecard .extras {
    height: 40px;
    padding: 0 9px; }

.startseiten-teaser .bx-next {
  z-index: 1;
  text-indent: 99999px;
  right: 0px;
  text-indent: 200;
  background-position: -439px -48px;
  display: none; }
  .startseiten-teaser .bx-next:hover {
    background-position: -417px -48px; }
  .startseiten-teaser .bx-next.disabled {
    display: none; }

.startseiten-teaser .bx-prev {
  z-index: 1;
  text-indent: -99999px;
  text-indent: 200;
  left: 0px;
  background-position: -373px -48px;
  display: none; }
  .startseiten-teaser .bx-prev:hover {
    background-position: -395px -48px; }
  .startseiten-teaser .bx-prev.disabled {
    display: none; }

.startseiten-teaser:hover .bx-prev {
  display: block; }
  .startseiten-teaser:hover .bx-prev.disabled {
    display: none; }

.startseiten-teaser:hover .bx-next {
  display: block; }
  .startseiten-teaser:hover .bx-next.disabled {
    display: none; }

.startseiten-teaser .bx-viewport:hover .moviecard {
  display: block; }

.startseiten-teaser .headlines {
  bottom: 45px;
  left: 47px; }

.hero-container .teaser .text h2 {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 6px; }

.hero-container .teaser .text h3 {
  font-size: 18px;
  line-height: 24px; }

.hero-container .teaser .text h2, .hero-container .teaser .text h3 {
  background-color: transparent;
  padding: 0; }

/*! jQuery UI - v1.9.2 - 2014-02-17*/
/*
 ** http://jqueryui.com
 ** Includes: jquery.ui.core.css, jquery.ui.autocomplete.css, jquery.ui.menu.css, jquery.ui.tooltip.css
 ** Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers */
/*---------------------------------- */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix {
  zoom: 1; }
  .ui-helper-clearfix:before {
    content: "";
    display: table; }
  .ui-helper-clearfix:after {
    content: "";
    display: table;
    clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* Interaction Cues
 *---------------------------------- */
.ui-state-disabled {
  cursor: default !important; }

/* Icons
 *---------------------------------- */
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
 *---------------------------------- */
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-autocomplete {
  background-color: #dfdfdf;
  position: absolute;
  bottom: -314px;
  left: 120px;
  cursor: default;
  width: 330px; }

.ui-autocomplete-highlight {
  font-weight: bold; }

/* workarounds */
* html .ui-autocomplete {
  width: 1px; }

/* without this, the menu expands to 100% in IE6 */
.ui-menu {
  list-style: none;
  padding: 15px 0 7px 0;
  margin: 0;
  display: block;
  outline: none; }
  .ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute; }
  .ui-menu .ui-menu:last-child {
    margin-top: 15px; }
  .ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    width: 100%; }
  .ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0; }
  .ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    zoom: 1;
    font-weight: normal;
    color: #000; }
    .ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
      color: #009991 !important;
      font-weight: normal;
      cursor: pointer; }
    .ui-menu .ui-menu-item a.last {
      border-top: 1px solid #c5c5c5;
      margin: 14px 10px 0px 10px;
      padding: 15px 0px 5px 10px; }
  .ui-menu .ui-state-disabled {
    font-weight: normal;
    margin: 0.4em 0 0.2em;
    line-height: 1.5; }
    .ui-menu .ui-state-disabled a {
      cursor: default; }

/* icon support */
.ui-menu-icons {
  position: relative; }
  .ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0.2em;
  left: 0.2em; }

.ui-menu .ui-menu-icon {
  position: static;
  float: right; }

/* right-aligned */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
  background-image: none; }

body .ui-tooltip {
  border-width: 2px; }

/**** Assisted living for older Internet Explorers *** */
.ie8 #logged-out {
  padding-top: 5px; }

.ie8 .close-column .back,
.ie9 .close-column .back {
  top: -8px; }

.ie8 .subtitle1,
.ie8 .subtitle2,
.ie9 .subtitle1,
.ie9 .subtitle2 {
  margin-top: -5px; }

.ie8 .el-adjust .cover-container .shadow {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#000000')"; }

.ie8 .close-column,
.ie8 .back {
  position: relative;
  zoom: 1; }

.ie8 .category-group-2 {
  position: relative; }

.ie8 #powerTip {
  zoom: 1; }

.ie8 .cover-container {
  background-image: url(/img/bg-cover.png);
  background-repeat: repeat-y; }

#teaser-link-content-on-desktopplayer.block {
  background-image: url(/img/mymovies/desktopplayer-teaser.jpg);
  background-repeat: no-repeat;
  height: 157px;
  margin-top: 40px; }

#mymovies-template a.tsr_hover {
  height: 120px; }

#mymovies-template .trommel .moviecard .cover-buttons li, #mymovies-template .ug-teaser-list .moviecard .cover-buttons li {
  margin: 0; }

#mymovies-template .trommel .moviecard .cover-buttons .bdownloadinapp, #mymovies-template .trommel .moviecard .cover-buttons .bdownload, #mymovies-template .ug-teaser-list .moviecard .cover-buttons .bdownloadinapp, #mymovies-template .ug-teaser-list .moviecard .cover-buttons .bdownload {
  margin-top: 4px; }

#mymovies-template .meineinhalte .trommel .moviecard .tsr_content {
  max-height: 122px; }

#mymovies-template .meineinhalte .trommel .moviecard .cover-buttons.series li {
  float: none; }

#mymovies-template .meineinhalte .trommel .moviecard .cover-buttons.series .bplayer, #mymovies-template .meineinhalte .trommel .moviecard .cover-buttons.series .bdownloadinapp, #mymovies-template .meineinhalte .trommel .moviecard .cover-buttons.series .bdownload {
  display: inline-block;
  width: 48%; }

#mymovies-template .meineinhalte .trommel .moviecard .cover-buttons.series .bplayer {
  float: left; }

#mymovies-template .meineinhalte .trommel .moviecard .cover-buttons.series .bdownloadinapp, #mymovies-template .meineinhalte .trommel .moviecard .cover-buttons.series .bdownload {
  float: right;
  margin-top: 0; }

#mymovies-template .meineinhalte .trommel .teaserW .moviecard .tsr_content {
  margin-top: 6px;
  max-height: 110px; }
  #mymovies-template .meineinhalte .trommel .teaserW .moviecard .tsr_content .erworben-am {
    display: inline-block; }

#mymovies-template .meineinhalte .trommel .teaserW .moviecard .tsr_hover img {
  height: 100% !important; }

#watchlist-template .teaserW .moviecard .tsr_content {
  margin-top: 6px; }

.bcover {
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  vertical-align: middle; }

#mymovies-template .cover-buttons {
  width: 100%;
  bottom: 10px; }
  #mymovies-template .cover-buttons ul {
    margin: 0 auto;
    width: calc(100% - 20px);
    overflow: visible; }
  @media only screen and (min-width: 300px) and (max-width: 1080px) {
    #mymovies-template .cover-buttons {
      bottom: auto; }
      #mymovies-template .cover-buttons ul {
        display: block; }
        #mymovies-template .cover-buttons ul > li {
          width: 100%; } }

#mymovies-template .teaserW .cover-buttons ul {
  display: flex;
  justify-content: space-between; }
  #mymovies-template .teaserW .cover-buttons ul > li {
    width: 48%;
    margin-top: 0px !important; }
    #mymovies-template .teaserW .cover-buttons ul > li a {
      height: 40px; }
  @media only screen and (min-width: 300px) and (max-width: 1080px) {
    #mymovies-template .teaserW .cover-buttons ul {
      display: block; }
      #mymovies-template .teaserW .cover-buttons ul > li {
        width: 100%;
        margin-top: 4px !important; }
        #mymovies-template .teaserW .cover-buttons ul > li a {
          height: 100%; } }

.cover-buttons ul {
  float: none !important;
  list-style-type: none;
  padding: 0; }

.cover-buttons li {
  width: 100%;
  margin-top: 10px; }
  .cover-buttons li a {
    color: #fff !important;
    background-color: #009991; }
    .cover-buttons li a:hover {
      color: #fff;
      background-color: #01bbb1; }
  .cover-buttons li span {
    color: #252525; }
  .cover-buttons li > span {
    cursor: default; }

.cover-buttons .bopener {
  height: 40px; }
  .cover-buttons .bopener ul {
    bottom: 40px;
    left: 0;
    right: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
    -webkit-backface-visibility: hidden; }
    .cover-buttons .bopener ul li {
      margin: 0; }
  .cover-buttons .bopener:hover {
    height: auto;
    overflow: visible; }
    .cover-buttons .bopener:hover ul {
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1; }
    .cover-buttons .bopener:hover span {
      color: #b5b5b5; }

.ie8 .cover-buttons .bopener ul {
  display: none; }

.ie8 .cover-buttons .bopener:hover ul {
  display: block; }

#avs-hint {
  line-height: 40px;
  font-size: 18px;
  color: #999999;
  margin-top: 15px;
  margin-bottom: 45px; }
  #avs-hint .close-button {
    font-size: 11px; }
    #avs-hint .close-button:hover {
      cursor: pointer; }
  #avs-hint a {
    color: #ffffff;
    text-decoration: none; }
    #avs-hint a:hover {
      color: #fff;
      text-decoration: none;
      background-color: #01bbb1; }
  #avs-hint span {
    font-weight: normal; }
  #avs-hint.none {
    display: none; }
  #avs-hint .single-button {
    background-color: #ff5c50;
    line-height: 40px;
    padding: 0 35px; }
  #avs-hint #avs-close {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5); }
    #avs-hint #avs-close:hover {
      color: #fff;
      text-decoration: none;
      background-color: #860e0e; }

#watchlist-template .inhalte-detail .hr, #mymovies-template .inhalte-detail .hr {
  display: none; }

#watchlist-template #search-result-list, #mymovies-template #search-result-list {
  margin-top: 0 !important; }
  #watchlist-template #search-result-list .series .bplayer, #mymovies-template #search-result-list .series .bplayer {
    float: left;
    width: 48%; }
  #watchlist-template #search-result-list .series .bdownloadinapp, #watchlist-template #search-result-list .series .bdownload, #mymovies-template #search-result-list .series .bdownloadinapp, #mymovies-template #search-result-list .series .bdownload {
    float: right;
    width: 48%; }

#watchlist-template #search-result-empty, #mymovies-template #search-result-empty {
  width: 70%;
  margin-top: 0; }
  #watchlist-template #search-result-empty p, #mymovies-template #search-result-empty p {
    color: #999999; }
  #watchlist-template #search-result-empty .result-empty-container, #mymovies-template #search-result-empty .result-empty-container {
    margin-bottom: 150px;
    margin-top: 30px;
    font-size: 16px !important; }

#watchlist-template .trommel:last-of-type, #mymovies-template .trommel:last-of-type {
  margin-bottom: 56px; }

#watchlist-template .trommel, #mymovies-template .trommel {
  margin-bottom: 18px !important; }
  #watchlist-template .trommel .swiper-scrollbar-background, #mymovies-template .trommel .swiper-scrollbar-background {
    top: 0; }
  #watchlist-template .trommel .movie .swiper-scrollbar-drag, #mymovies-template .trommel .movie .swiper-scrollbar-drag {
    top: -3px; }

#watchlist-template .trommel .serie .swiper-scrollbar-background, #mymovies-template .trommel .serie .swiper-scrollbar-background {
  top: -2px !important; }

#watchlist-template #search-result-list {
  margin-top: 17px; }

#watchlist-template .watchlist-container {
  min-height: 320px; }

#main-container .mymovie-watchlist-space {
  height: 3px; }
  #main-container .mymovie-watchlist-space.adjust {
    height: 18px !important; }

/**** Account Info *** */
#accountinfo-container {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
  /*** Button ** */ }
  #accountinfo-container .big {
    font-size: 30px;
    line-height: 32px; }
  #accountinfo-container h1 {
    font-size: 26px;
    font-weight: 400;
    margin: 0;
    line-height: 32px;
    margin-bottom: 30px; }
  #accountinfo-container h2 {
    font-size: 26px;
    font-weight: 400;
    margin: 0;
    line-height: 32px;
    margin-bottom: 30px; }
  #accountinfo-container h3 {
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    line-height: 26px;
    margin-bottom: 30px; }
  #accountinfo-container h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    line-height: 32px;
    margin-bottom: 20px; }
  #accountinfo-container h5 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  #accountinfo-container h6 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 20px;
    margin-bottom: 20px; }
  #accountinfo-container .subline {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px; }
  #accountinfo-container .text-large {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px; }
  #accountinfo-container .text-small {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px; }
  #accountinfo-container .text-small:last-child {
    margin-bottom: 30px; }
  #accountinfo-container .label {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%; }
  #accountinfo-container .hr {
    border-bottom: 1px solid #cccccc !important;
    margin-bottom: 30px; }
  #accountinfo-container .standard-button-light {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    border-radius: 5px; }
  #accountinfo-container #content-row {
    min-height: 500px; }
  #accountinfo-container .info-block img {
    max-width: 100%; }

#creditcard_computop, #paypal, #none {
  height: 60px;
  padding: 30px 0;
  border-top: 1px solid #cccccc; }
  @media screen and (min-width: 580px) and (max-width: 640px) {
    #creditcard_computop, #paypal, #none {
      padding-bottom: 46px; } }
  #creditcard_computop div, #paypal div, #none div {
    margin: 10px 0; }
  #creditcard_computop .image, #paypal .image, #none .image {
    width: 165px;
    text-align: center;
    margin-right: 40px;
    background: white; }
    @media screen and (max-width: 768px) {
      #creditcard_computop .image, #paypal .image, #none .image {
        width: auto; } }
    #creditcard_computop .image img, #paypal .image img, #none .image img {
      width: 145px;
      margin: 0 10px; }
  #creditcard_computop h3, #paypal h3, #none h3 {
    margin-bottom: 10px; }

#ft-background .text {
  font-size: 14px;
  line-height: 20px; }

#ft-background .uebrigens {
  margin-bottom: 5px; }

#ft-background .quality-box #uhd-box, #ft-background .quality-box #hd-box, #ft-background .quality-box #sd-box {
  width: 165px;
  height: 165px;
  margin-right: 40px;
  margin-bottom: 40px;
  outline: 1px solid #cccccc;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #009991; }
  #ft-background .quality-box #uhd-box:hover, #ft-background .quality-box #uhd-box.active, #ft-background .quality-box #hd-box:hover, #ft-background .quality-box #hd-box.active, #ft-background .quality-box #sd-box:hover, #ft-background .quality-box #sd-box.active {
    outline: 3px solid #009991; }
    #ft-background .quality-box #uhd-box:hover:not(.active), #ft-background .quality-box #uhd-box.active:not(.active), #ft-background .quality-box #hd-box:hover:not(.active), #ft-background .quality-box #hd-box.active:not(.active), #ft-background .quality-box #sd-box:hover:not(.active), #ft-background .quality-box #sd-box.active:not(.active) {
      cursor: pointer; }
  #ft-background .quality-box #uhd-box .box-text, #ft-background .quality-box #hd-box .box-text, #ft-background .quality-box #sd-box .box-text {
    top: calc(50% - 14px); }
  #ft-background .quality-box #uhd-box .selected, #ft-background .quality-box #hd-box .selected, #ft-background .quality-box #sd-box .selected {
    display: none;
    bottom: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    width: 40px; }
  #ft-background .quality-box #uhd-box.active .selected, #ft-background .quality-box #hd-box.active .selected, #ft-background .quality-box #sd-box.active .selected {
    display: block; }

@media screen and (max-width: 1167px) {
  #ft-background .quality-box {
    display: flex;
    width: 33%;
    box-sizing: border-box; }
    #ft-background .quality-box #uhd-box, #ft-background .quality-box #hd-box, #ft-background .quality-box #sd-box {
      width: 100%;
      height: calc(33vw - 60px); } }

@media screen and (max-width: 512px) {
  #ft-background .quality-box {
    width: 50%; }
    #ft-background .quality-box #uhd-box, #ft-background .quality-box #hd-box, #ft-background .quality-box #sd-box {
      height: calc(50vw - 60px); } }

#ft-background .text-bottom {
  margin-top: 30px; }

#ft-background #content-row {
  margin-top: 0; }

#accountinfo-menu-container span, #accountinfo-menu-container a {
  color: #009991; }

.device-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.device-wheel {
  width: 230px;
  height: 230px;
  margin: 30px 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  line-height: 230px;
  background-image: url("../accountinfo/img/chart/vl_geraeteverwaltung_chart0.png"); }
  .device-wheel.devices-1 {
    background-image: url("../accountinfo/img/chart/vl_geraeteverwaltung_chart1.png"); }
  .device-wheel.devices-2 {
    background-image: url("../accountinfo/img/chart/vl_geraeteverwaltung_chart2.png"); }
  .device-wheel.devices-3 {
    background-image: url("../accountinfo/img/chart/vl_geraeteverwaltung_chart3.png"); }
  .device-wheel.devices-4 {
    background-image: url("../accountinfo/img/chart/vl_geraeteverwaltung_chart4.png"); }
  .device-wheel.devices-5 {
    background-image: url("../accountinfo/img/chart/vl_geraeteverwaltung_chart5.png"); }

.device-wheel-image {
  width: 50%;
  max-width: 115px; }

.device-box-container {
  width: 170px;
  margin: 24px auto;
  padding-left: 24px; }

@media screen and (max-width: 600px) {
  .device-wheel, .device-box {
    width: 100% !important;
    height: auto;
    margin: auto 0; }
  .device-wheel {
    margin-top: 30px; } }

.account-info .semibold {
  font-weight: 500; }

.account-info .spacer-top {
  height: 50px; }

.account-info .spacer-inline {
  margin-top: 30px; }

.account-info .adjust-top {
  margin-top: 0px; }

.account-info .right .adjust-top {
  margin-top: 2px; }

.account-info#main-container h5 {
  font-size: 28px;
  line-height: 32px; }

.account-info#main-container h3 {
  font-size: 18px;
  line-height: 24px;
  margin: 0; }

.account-info#main-container article ul li {
  list-style-type: none; }

.account-info#main-container article ul.bullets {
  padding-left: 20px; }
  .account-info#main-container article ul.bullets li {
    list-style-type: disc; }

.account-info .standard-button-light.inactive:hover {
  background-color: #009991 !important;
  opacity: 0.45; }

.account-info #content-row {
  min-height: 549px; }

.account-info .box {
  background-color: #f2f2f2; }
  .account-info .box .left {
    margin-left: 20px; }
  .account-info .box .right {
    margin-right: 30px; }

.account-info .highlight {
  color: #009991; }

.account-info .image {
  width: 160px; }
  .account-info .image.adjust {
    margin-top: 7px; }

.account-info .bottom-border {
  border-style: none none solid;
  border-width: 1px;
  margin-bottom: 30px;
  padding-bottom: 30px; }

.account-info .checkboxlabel {
  margin-left: 10px;
  line-height: 20px; }

.account-info input[type="email"] {
  line-height: 34px;
  height: 34px;
  width: 90%;
  max-width: 594px;
  padding-left: 20px;
  box-shadow: none; }

.account-info input[type="checkbox"] {
  line-height: 20px;
  height: 20px;
  width: 20px; }

.sprache-untertitel #ft-background {
  width: 66%; }
  @media screen and (max-width: 1167px) {
    .sprache-untertitel #ft-background {
      width: 100%; }
      .sprache-untertitel #ft-background #content-row {
        min-height: unset; } }
  .sprache-untertitel #ft-background .select-menu-container {
    margin-bottom: 10px; }
    .sprache-untertitel #ft-background .select-menu-container .select-menu-text {
      line-height: 40px;
      width: 26.2821%; }
    .sprache-untertitel #ft-background .select-menu-container .select-menu {
      width: 73.7179%; }
      .sprache-untertitel #ft-background .select-menu-container .select-menu select {
        width: 100%; }
      .sprache-untertitel #ft-background .select-menu-container .select-menu .vl-icon-vl-down {
        top: 0; }

#search-delete-all .text {
  margin-top: 50px; }

@media screen and (max-width: 1278px) {
  #accountinfo-menu-container {
    margin-right: 40px; }
  .accountinfo-content-container {
    max-width: 730px !important; } }

@media screen and (max-width: 1167px) {
  .accountinfo-wrapper {
    display: flex;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse; }
  .accountinfo-content-container {
    max-width: 100% !important;
    margin-bottom: 60px; } }

.accountinfo-content-container {
  width: 100%; }

.benutzereinstellung #accountinfo-container #content-row {
  min-height: auto; }

@media screen and (max-width: 364px) {
  .benutzereinstellung .container-right #subscribe .standard li h3 {
    font-size: 19px;
    line-height: 24px; } }

.benutzereinstellung .container-right #content-row form .checkbox-parent {
  margin: 0; }

@media screen and (max-width: 364px) {
  .benutzereinstellung .container-right #content-row form .checkboxlabel {
    width: 80%; } }

.benutzereinstellung .checkbox-fake {
  margin: 20px 10px 30px 0; }

.benutzereinstellung .email-row {
  display: flex; }
  .benutzereinstellung .email-row .input-col {
    flex-grow: 1; }
  .benutzereinstellung .email-row .submit-col {
    flex-grow: 0; }
  @media screen and (max-width: 480px) {
    .benutzereinstellung .email-row {
      display: block; }
      .benutzereinstellung .email-row input[type="email"] {
        width: 100%; }
      .benutzereinstellung .email-row .submit-col {
        padding-top: 20px;
        float: right; } }

.background-zindex-fix {
  position: absolute;
  width: 100%; }

/*
 * Background
 */
.background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.background::before,
.background::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.6); }

.background::after {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#a6000000',GradientType=1 ); }

.page-special .background::before {
  background: transparent; }

.page-special .background > div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.6);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); }

.page-special .background::after {
  background: transparent; }

@media screen and (max-width: 768px) {
  .background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    padding-bottom: 65%;
    background-size: 100% auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .background::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    background: -moz-linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0.7) 50%, transparent 100%);
    background: -webkit-linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0.7) 50%, transparent 100%);
    background: linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0.7) 50%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); }
  .background::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    background: -moz-linear-gradient(top, transparent 0%, rgba(21, 21, 21, 0) 50%, #2a2a2a 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(21, 21, 21, 0) 50%, #2a2a2a 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(21, 21, 21, 0) 50%, #2a2a2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient startColorstr="#00000000", endColorstr="#2a2a2a", GradientType=0; }
  .background > div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    background: rgba(0, 0, 0, 0.6);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); }
  .page-special .background::before {
    display: none; }
  .page-special .background > div {
    display: none; }
  .page-special .background {
    padding-bottom: 330px; } }

@media screen and (max-width: 480px) {
  .background {
    padding-bottom: 110%; } }

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform,height; }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper-container-cube, .swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.nano > .nano-content:focus {
  outline: thin dotted; }

.nano > .nano-content::-webkit-scrollbar {
  display: none; }

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block; }

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99; }

.nano {
  background: #1a1a1a;
  width: 100%;
  max-height: 355px !important; }

.nano > .nano-pane {
  background: #1a1a1a;
  border-radius: 0;
  filter: alpha(opacity: 100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  width: 20px; }

.nano > .nano-pane > .nano-slider {
  background: #808080;
  border-radius: 0;
  margin-left: 7px;
  width: 5px; }

.nano > .nano-content {
  padding: 5px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.nano > .nano-pane {
  padding: 5px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body.modal-prevent-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%; }

#modal-dialog,
.modal-dialog {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: auto; }
  #modal-dialog .modal-content,
  .modal-dialog .modal-content {
    background-color: #fefefe;
    height: 180px;
    margin: 19% auto;
    padding: 0;
    width: 460px; }
    #modal-dialog .modal-content #modal-text,
    .modal-dialog .modal-content #modal-text {
      color: black;
      font-size: 18px;
      height: 24px;
      text-align: center;
      margin: 40px 30px; }
    #modal-dialog .modal-content .modal-buttons,
    .modal-dialog .modal-content .modal-buttons {
      width: 59%;
      margin: 0 auto; }
    #modal-dialog .modal-content #modal-yes-button, #modal-dialog .modal-content #modal-no-button,
    .modal-dialog .modal-content #modal-yes-button,
    .modal-dialog .modal-content #modal-no-button {
      font-size: 16px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      width: 130px;
      background-color: #009991;
      cursor: pointer; }
      #modal-dialog .modal-content #modal-yes-button:hover, #modal-dialog .modal-content #modal-no-button:hover,
      .modal-dialog .modal-content #modal-yes-button:hover,
      .modal-dialog .modal-content #modal-no-button:hover {
        background-color: #01bbb1; }
    #modal-dialog .modal-content #modal-yes-button,
    .modal-dialog .modal-content #modal-yes-button {
      margin-right: 10px; }

.etvm-app-container {
  padding-top: 20px; }
  .etvm-app-container > .hr {
    padding-top: 20px; }

.etvm-app-button {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  min-height: 40px; }
  .etvm-app-button::before {
    content: '';
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background: transparent url(/img/entertaintv-app-icon-40x40.png) no-repeat; }
  .etvm-app-button .label {
    margin-left: 20px;
    flex-grow: 0;
    display: flex;
    align-items: center; }
    .etvm-app-button .label > span {
      flex-grow: 0; }
    .etvm-app-button .label::after {
      display: block;
      float: right;
      margin-left: 20px;
      content: 'p';
      font-family: 'videoload-portal-icons';
      font-size: 14px;
      line-height: 18px;
      color: #fff;
      text-transform: none; }

.etvm-app-modal.modal-dialog {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-out; }
  .etvm-app-modal.modal-dialog.opened {
    visibility: visible;
    opacity: 1; }
  .etvm-app-modal.modal-dialog .modal-content {
    position: relative;
    height: 196px;
    margin: 0 auto;
    top: 19%;
    width: auto;
    max-width: 350px;
    padding: 20px; }
    @media only screen and (max-width: 420px) {
      .etvm-app-modal.modal-dialog .modal-content {
        max-width: 80%; } }
  .etvm-app-modal.modal-dialog .close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px; }
    .etvm-app-modal.modal-dialog .close-button:before {
      content: 'h';
      font-family: 'videoload-portal-icons';
      font-size: 14px;
      line-height: 18px;
      color: #009991;
      text-transform: none; }
    .etvm-app-modal.modal-dialog .close-button:hover {
      cursor: pointer; }
  .etvm-app-modal.modal-dialog .modal-content-row {
    margin-bottom: 20px; }
  .etvm-app-modal.modal-dialog .etvs-logo {
    float: left; }
  .etvm-app-modal.modal-dialog .modal-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: regular;
    color: #000; }
    .etvm-app-modal.modal-dialog .modal-text .modal-title {
      display: block;
      margin-left: 90px;
      padding-top: 6px;
      font-size: 16px;
      line-height: 20px;
      font-weight: bold; }
    .etvm-app-modal.modal-dialog .modal-text.modal-message {
      margin-top: 24px; }
    .etvm-app-modal.modal-dialog .modal-text ul {
      margin: 10px 0 4px 90px;
      padding: 0;
      list-style-type: none; }
      .etvm-app-modal.modal-dialog .modal-text ul li {
        padding-bottom: 6px; }
        .etvm-app-modal.modal-dialog .modal-text ul li:before {
          display: block;
          float: left;
          margin-right: 14px;
          content: 'g';
          font-family: 'videoload-portal-icons';
          text-transform: none; }
  .etvm-app-modal.modal-dialog .app-store-links {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px); }
    .etvm-app-modal.modal-dialog .app-store-links .app-store-link {
      display: block; }
      .etvm-app-modal.modal-dialog .app-store-links .app-store-link img {
        height: 52px; }
        @media only screen and (max-width: 420px) {
          .etvm-app-modal.modal-dialog .app-store-links .app-store-link img {
            height: 40px; } }

.progress {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 3px;
  top: 1px; }

.progress-bar {
  background-color: red;
  position: absolute;
  width: 0;
  height: 3px; }

.footer_wrapper {
  margin: 0 auto;
  padding-bottom: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .footer_wrapper .block_container {
    margin-right: 13px;
    width: 228px;
    height: auto;
    float: left; }
    .footer_wrapper .block_container h5 {
      padding: 0 0 19px 0 !important;
      margin: 0 0 20px 0 !important; }
  .footer_wrapper .footer_spacer {
    width: 1192px;
    padding-top: 19px;
    border-bottom: 1px solid #c5c5c5; }
  .footer_wrapper .footer_big_spacer {
    padding-bottom: 60px; }
  .footer_wrapper .apply_container {
    width: 389px;
    height: auto;
    float: left;
    margin-right: 12.5px; }
    .footer_wrapper .apply_container span {
      float: right;
      width: 185px;
      margin-left: 10px;
      line-height: 1.5; }

@media screen and (max-width: 1300px) and (min-width: 1280px) {
  body {
    overflow-x: hidden;
    margin-left: -7px; }
    body .swiper-button-next-fake:before {
      margin-left: 12px; }
    body .swiper-button-prev-fake:before {
      margin-left: 20px; } }

/*Fix for Mobile */
@media screen and (max-width: 1279px) {
  html, body {
    width: 1280px !important; } }

@media screen and (max-width: 1297px) {
  html, body {
    width: 100% !important; }
  html, body, #pagewrapper {
    min-width: auto; }
  .main-container, .recommendations-container {
    width: 100%;
    max-width: none;
    min-width: inherit; } }

@media screen and (max-width: 1120px) {
  .main-container .container-adjust {
    width: 90%;
    margin: 0 5%; } }

/*
@media screen and (max-width: 612px) {
    .main-container .container-adjust,
    .recommendations-container .container-adjust,
    .layout-details .main-container .recommendations-container .mobile-border-box {
        margin-left: 12px;
        margin-right: 12px;
    }
}
*/
#search-head #headline-block .title {
  max-height: none; }
  #search-head #headline-block .title span {
    display: block;
    max-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis; }

@media screen and (max-width: 1280px) {
  #watchlist-template #search-head,
  #mymovies-template #search-head {
    min-height: unset; } }

@media screen and (max-width: 768px) {
  #mymovies-template #search-head h1,
  #watchlist-template #search-head h1 {
    float: none; }
  #mymovies-template #search-head #search-delete-all,
  #watchlist-template #search-head #search-delete-all {
    float: none; }
    #mymovies-template #search-head #search-delete-all .text,
    #watchlist-template #search-head #search-delete-all .text {
      margin-top: 24px; } }

@media screen and (max-width: 1080px) {
  #mymovies-template #avs-hint .single-button,
  #watchlist-template #avs-hint .single-button {
    float: left; } }

@media screen and (max-width: 768px) {
  #mymovies-template #avs-hint .single-button,
  #watchlist-template #avs-hint .single-button {
    margin-top: 10px;
    font-size: 14px;
    overflow: hidden; }
    #mymovies-template #avs-hint .single-button span,
    #watchlist-template #avs-hint .single-button span {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  #mymovies-template #avs-hint .text,
  #watchlist-template #avs-hint .text {
    font-size: 14px;
    line-height: 20px; }
    #mymovies-template #avs-hint .text .close-button::before,
    #watchlist-template #avs-hint .text .close-button::before {
      line-height: 20px !important; } }

#search-head.special-header #headline-block .title .subtitle1 {
  font-weight: 400;
  text-transform: none; }

@media screen and (max-width: 1280px) {
  #search-head:not(.special-header) #headline-block {
    max-width: none; }
    #search-head:not(.special-header) #headline-block .title span {
      display: inline;
      overflow: visible;
      text-overflow: unset;
      max-height: none !important;
      margin: 0 !important;
      font-size: 26px !important;
      line-height: 30px !important;
      font-weight: normal !important; }
    #search-head:not(.special-header) #headline-block .subtitle2 {
      max-height: none; } }

@media screen and (max-width: 1120px) {
  #search-head {
    margin: 0;
    padding: 0; } }

@media screen and (max-width: 768px) {
  #detail_content_left article h2,
  #detail_content_left aside h2,
  #detail_content_left figure h2,
  #content-row article h2,
  #content-row aside h2,
  #content-row figure h2,
  #mainheadline {
    font-size: 20px;
    line-height: 24px !important; }
  #search-head #headline-block .title, #search-head #headline-block .subtitle1,
  #search-head.special-header .title,
  #search-head.special-header .subtitle1 {
    font-size: 20px !important;
    line-height: 24px !important;
    max-height: unset; }
  #search-head #headline-block .subtitle2,
  #search-head.special-header .subtitle2 {
    font-size: 14px; }
  #search-head.special-header .title span {
    max-height: none !important;
    overflow: visible;
    text-overflow: unset; }
  #search-head.special-header .title .subtitle1 {
    font-size: 14px !important;
    line-height: 20px !important; }
  .main-container-middle.staffel .episode .left-col,
  .main-container-middle.staffel .upcoming .left-col,
  #main-container .season-block .episode .episodes-header .title,
  #main-container .season-block .upcoming .episodes-header .title {
    font-size: 16px; }
  #main-container .series-block .season .title {
    font-size: 18px; } }

.main-container-right #extras .trailer,
.main-container-right #extras .bvormerk {
  width: calc(100% - 58px); }

.trailer > a {
  display: block;
  width: 100%;
  height: 50px; }
  @media screen and (max-width: 768px) {
    .trailer > a {
      height: 40px; } }

@media screen and (max-width: 768px) {
  #main-container .product-options {
    height: 40px; }
    #main-container .product-options a.product {
      height: 20px;
      line-height: 16px;
      padding: 12px 0 8px 20px;
      font-size: 14px; }
      #main-container .product-options a.product.originalPrice {
        padding: 16px 0px 5px 20px; }
    #main-container .product-options .dropdown-opener {
      width: 40px;
      height: 40px;
      line-height: 40px; }
    #main-container .product-options [class^="vl-icon-"]:before,
    #main-container .product-options [class*=" vl-icon-"]:before {
      line-height: 40px; }
  #main-container .series-block .season .products .product-options a.product {
    padding: 12px 0 8px 20px; }
    #main-container .series-block .season .products .product-options a.product.originalPrice {
      padding: 16px 0px 5px 20px; }
  #main-container .season-block .product-options {
    width: 192px; }
  .main-container-right .acquisition {
    float: right;
    width: 90%; }
    .main-container-right .acquisition .buy_buttons {
      width: 100%; }
  .main-container-right #extras, .main-container-right .all-staffels {
    float: right;
    width: 90%; }
    .main-container-right #extras ul, .main-container-right .all-staffels ul {
      height: 40px; }
      .main-container-right #extras ul li, .main-container-right .all-staffels ul li {
        line-height: 40px; }
    .main-container-right #extras .trailer-text, .main-container-right #extras .mark-text, .main-container-right #extras .mark-text-nicht, .main-container-right .all-staffels .trailer-text, .main-container-right .all-staffels .mark-text, .main-container-right .all-staffels .mark-text-nicht {
      font-size: 14px; }
    .main-container-right #extras .button-icon, .main-container-right .all-staffels .button-icon {
      font-size: 14px;
      height: 40px !important;
      width: 40px !important;
      line-height: 40px; }
  .main-container-right .blivecam a {
    height: 40px; }
  #main-container .season-block .episode .tvshow-mark, #main-container .season-block .upcoming .tvshow-mark {
    width: 40px;
    height: 40px;
    line-height: 45px; }
    #main-container .season-block .episode .tvshow-mark .vl-icon-bvormerk-pin::before, #main-container .season-block .upcoming .tvshow-mark .vl-icon-bvormerk-pin::before {
      line-height: 33px !important; }
  .vl-icon-bvormerk-pin::before {
    font-size: 14px !important; } }

@media screen and (max-width: 512px) {
  .main-container-right .acquisition, .main-container-right #extras, .main-container-right .all-staffels {
    width: 100%; } }

#footer-inhalte h5::before {
  display: none; }

@media only screen and (min-device-width: 300px) and (max-width: 1080px) {
  #footer,
  #footer .main-container {
    max-width: auto;
    min-width: auto;
    width: 100%; }
  #footer-inhalte ul {
    display: none; }
  #search-seo {
    width: auto; }
  footer .apply_container {
    margin-right: 12px;
    margin-bottom: 0px; }
  .footer_wrapper .block_container {
    width: 100% !important;
    margin-right: 0 !important; }
  .footer_wrapper {
    padding-bottom: 40px !important;
    padding-top: 10px !important; }
  .footer_wrapper .footer-block {
    padding-top: 0px !important; }
    .footer_wrapper .footer-block .apply_container:first-child {
      padding-top: 30px; }
  #footer-inhalte h5 {
    cursor: pointer;
    font-size: 14px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: inline-block;
    width: 100%;
    line-height: 54px; }
    #footer-inhalte h5:before {
      font-size: 10px;
      float: right;
      transform: rotate(90deg);
      line-height: 54px;
      width: 0;
      margin-right: 13px;
      display: block; }
    #footer-inhalte h5.open:before {
      transform: rotate(270deg); }
  #footer-inhalte ul {
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 0 !important;
    padding: 20px 0 20px 0 !important; }
    #footer-inhalte ul li {
      font-size: 14px; }
  #search-seo {
    font-size: 14px !important;
    line-height: normal; }
    #search-seo .adjust {
      font-size: 14px !important;
      line-height: 20px !important;
      border: 0;
      padding-top: 0;
      margin: 0; } }

@media only screen and (min-width: 300px) and (max-width: 1366px) {
  .vlmob #footer,
  .vlmob #footer .main-container {
    max-width: auto;
    min-width: auto;
    width: 100%; }
  .vlmob #footer-inhalte ul {
    display: none; }
  .vlmob #search-seo {
    width: auto; }
  .vlmob footer .apply_container {
    margin-right: 12px;
    margin-bottom: 0px; }
  .vlmob .footer_wrapper .block_container {
    width: 100%;
    margin-right: 0; }
  .vlmob .footer_wrapper {
    padding-bottom: 40px !important;
    padding-top: 10px !important; }
  .vlmob .footer_wrapper .footer-block {
    padding-top: 0px !important; }
  .vlmob #footer-inhalte h5 {
    cursor: pointer;
    font-size: 14px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: inline-block;
    width: 100%;
    line-height: 54px; }
    .vlmob #footer-inhalte h5:before {
      font-size: 10px;
      float: right;
      transform: rotate(90deg);
      line-height: 54px;
      width: 0;
      margin-right: 13px;
      display: block; }
    .vlmob #footer-inhalte h5.open:before {
      transform: rotate(270deg); }
  .vlmob #footer-inhalte ul {
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 0 !important;
    padding: 20px 0 20px 0 !important; }
    .vlmob #footer-inhalte ul li {
      font-size: 14px; }
  .vlmob #search-seo {
    font-size: 14px !important;
    line-height: normal; }
    .vlmob #search-seo .adjust {
      font-size: 14px !important;
      line-height: 20px !important;
      border: 0;
      padding-top: 0;
      margin: 0; } }

@media screen and (min-width: 1080px) and (max-width: 1280px) {
  #search-seo,
  #footer {
    width: 100%;
    min-width: 100%; }
  .footer_wrapper .block_container {
    width: calc(95% / 5); } }

@media screen and (min-width: 1080px) and (max-width: 1144px) {
  .footer_wrapper .block_container {
    width: calc(94% / 5); } }

.mobilelogo {
  display: none; }

#navigation .full-height.right {
  position: relative;
  right: 40px; }

#navigation #search-navigation {
  position: absolute;
  right: 218px; }
  #navigation #search-navigation > ul.float-right {
    margin-right: 10px; }

#navigation .navigationlogin .navigation-link-box {
  text-align: right; }

.search-overlay-short {
  right: 60px; }

.mobilemenu #powered-by-t-online {
  display: none; }

@media only screen and (min-width: 300px) and (max-width: 1080px) {
  #navigation .full-height.right {
    right: 0; }
  #navigation #logo-container {
    display: block;
    float: none;
    margin: 0 auto; }
  .ui-autocomplete {
    bottom: auto; }
  #navigation .main-container .container-adjust {
    width: 100%; }
  .search-overlay,
  .search-overlay-short,
  #navigation {
    height: 50px; }
  #pagewrapper.adjust {
    padding-top: 50px; }
  .search-overlay.hide-switch-to-show {
    display: none !important; }
  #navigation #short-search-form,
  #navigation #short-search-form-dummy {
    margin-right: 0px !important; }
  #logo {
    margin-top: 10px; }
  .mobilelogin,
  .mobilelogin a {
    font-size: 16px !important; }
  #username {
    color: #555; }
  .mobilelogin a.right p {
    font-family: GraphikWeb;
    font-size: 14px;
    line-height: 20px;
    margin-left: 30px !important;
    color: #999 !important; }
  #logged-in:hover li a {
    color: #009991; }
  #logged-in > a.font-adjust {
    display: none; }
  #powered-by-t-online {
    display: none;
    background-position: 0 0 !important;
    margin-left: 30px !important;
    background-image: url(/img/vl_powered_by_T.png);
    width: 135px; }
  .mobilemenulistdcroll.opened #powered-by-t-online {
    display: block; }
  #footer-inhalte .block_container ul {
    padding-bottom: 10px; }
  .short-search-form-adjust {
    padding: 0; }
  #navigation #search-navigation {
    position: relative;
    right: 0;
    left: 0; }
    #navigation #search-navigation > ul.float-right {
      margin-right: 0px; }
    #navigation #search-navigation li.hide-switch-to-show {
      float: none; }
  ul.float-right li {
    float: right; }
  #short-search-form {
    width: 100%;
    border-radius: 0; }
    #short-search-form #display {
      width: 75%; }
  #ui-id-1 {
    width: 100% !important; }
  #navigation #short-search-form-dummy {
    background: #fff; }
  #start-search {
    border-radius: 0;
    font-size: 24px;
    height: 50px;
    line-height: 58px;
    margin: 0;
    padding: 0;
    width: 50px; }
  #navigation #short-search-form-dummy:before {
    line-height: 50px;
    color: #009991;
    font-size: 24px; }
  #navigation #short-search-form-dummy {
    width: 50px;
    height: 49px;
    margin: 1px 0 0 0;
    padding: 0; }
  .myaccount-container {
    border: none;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    width: auto;
    height: auto;
    display: block;
    position: relative;
    top: -10px;
    right: 0;
    box-shadow: none; }
    .myaccount-container .divider {
      display: none; }
    .myaccount-container::before {
      display: none; }
  #navigation .main-container {
    margin: 0;
    width: 100%;
    max-width: auto;
    min-width: auto; }
  #navigation .container-adjust {
    margin: 0; }
  #navigation .box-middle {
    position: absolute;
    width: 100%;
    max-width: auto;
    min-width: auto; }
  #navigation .mobilelogin {
    display: table;
    margin: 40px 0 0 0;
    padding: 0;
    position: relative; }
    #navigation .mobilelogin .navigation-link-box {
      text-align: left; }
    #navigation .mobilelogin .box-login {
      float: none; }
    #navigation .mobilelogin .right {
      float: left;
      clear: both;
      text-decoration: none; }
    #navigation .mobilelogin .navigationlogin {
      margin-left: 0;
      padding-bottom: 20px; }
      #navigation .mobilelogin .navigationlogin #logged-out {
        margin-top: 0;
        margin-left: 30px;
        line-height: 32px; }
      #navigation .mobilelogin .navigationlogin #logged-in {
        margin-left: 30px; }
  #navigation .mainmenu {
    display: none; }
  #navigation .mobilemenu {
    display: block;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 49px; }
    #navigation .mobilemenu #powered-by-t-online {
      margin: 0;
      background-position: -26px 0;
      width: 130px; }
    #navigation .mobilemenu .mobilemenulistdcroll {
      display: none;
      width: 100%;
      overflow-y: scroll; }
    #navigation .mobilemenu .menu-item-sub {
      position: relative !important;
      top: 0 !important;
      margin-left: 0 !important;
      width: auto;
      background: transparent;
      padding: 0;
      -moz-box-shadow: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      display: block !important; }
    #navigation .mobilemenu .mobilemenulist > li {
      position: relative; }
    #navigation .mobilemenu .mobilemenulist .divider.horiz {
      border-bottom: 1px solid #c5c5c5;
      position: absolute;
      left: 30px;
      right: 30px;
      margin-top: 20px;
      margin-bottom: 20px; }
      .subsubmenu-container #navigation .mobilemenu .mobilemenulist .divider.horiz {
        left: 0;
        width: 100%; }
      li > #navigation .mobilemenu .mobilemenulist .divider.horiz {
        margin-left: 30px;
        margin-right: 30px; }
    #navigation .mobilemenu .subsubmenu-container .divider.horiz {
      left: 0;
      width: 100%;
      position: relative; }
    #navigation .mobilemenu .navigation-link-box {
      height: auto;
      min-height: 37px;
      float: none; }
      #navigation .mobilemenu .navigation-link-box > a {
        margin: 20px 0 0 0;
        display: inline-block; }
    #navigation .mobilemenu .navi-active-mark-wrap {
      line-height: 11px;
      left: 0;
      overflow: visible;
      top: 12px;
      width: 23px;
      position: absolute;
      transform: rotate(90deg);
      float: left;
      margin-top: 20px; }
    #navigation .mobilemenu .navi-active-mark:before {
      bottom: -17px; }
    #navigation .mobilemenu .submenu-container {
      display: block;
      position: relative;
      top: 0;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      -ms-filter: none;
      filter: none;
      padding: 0px;
      margin-left: 0;
      width: 100%; }
    #navigation .mobilemenu .subsubmenu-container {
      padding: 0; }
    #navigation .mobilemenu .navi-active ~ .submenu-container {
      display: block; }
    #navigation .mobilemenu #logo-container {
      float: right;
      right: 30%;
      z-index: 10; }
    #navigation .mobilemenu #menu-toggle {
      height: 50px;
      width: 48px;
      position: absolute;
      left: 0px;
      z-index: 11;
      top: -49px; }
    #navigation .mobilemenu #tgl-icon {
      cursor: pointer;
      height: 80px;
      width: 40px; }
    #navigation .mobilemenu #tgl-icon::after {
      content: '\6a';
      font-family: 'videoload-portal-icons';
      font-size: 20px;
      left: 15px;
      position: absolute;
      text-align: left;
      top: 14px;
      width: 45px; }
    #navigation .mobilemenu #tgl-icon.open::after {
      content: 'n';
      font-family: 'videoload-portal-icons';
      font-size: 20px;
      left: 15px;
      position: absolute;
      text-align: left;
      top: 14px;
      width: 45px; }
    #navigation .mobilemenu > ul {
      top: 50px;
      left: 0px;
      position: relative;
      padding-bottom: 15px;
      z-index: 1000; }
    #navigation .mobilemenu li > .navigation-link-box {
      float: none !important;
      display: block;
      position: relative;
      vertical-align: 0;
      line-height: 37px;
      margin: 0;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 30px 0 30px; }
    #navigation .mobilemenu .navi-active {
      padding: 0;
      margin: 0;
      display: flex; }
  #navigation .mobilemenu {
    width: 100%; }
  #navigation .mobilelogo {
    display: block;
    height: 45px; }
    #navigation .mobilelogo #logo-container {
      margin: 0 auto; }
      #navigation .mobilelogo #logo-container a {
        height: 50px; }
  #navigation a:hover {
    color: #000; }
  #navigation .mobilemenu {
    top: 49px; }
    #navigation .mobilemenu .mobilemenulistdcroll {
      background-color: #fff; }
    #navigation .mobilemenu #tgl-icon::after {
      color: #009991; }
    #navigation .mobilemenu #tgl-icon.open::after {
      color: #009991; }
    #navigation .mobilemenu > ul {
      background-color: #fff; }
  #navigation .mobilelogin a {
    color: #009991; }
  #navigation .submenu-container {
    background-color: #fff; }
    #navigation .submenu-container a {
      color: #009991; }
    #navigation .submenu-container .divider.horiz {
      border-color: #c5c5c5; } }

@media only screen and (min-device-width: 300px) and (max-device-width: 1366px) {
  .vlmob .ui-autocomplete {
    bottom: auto; }
  .vlmob #navigation .full-height.right {
    right: 0; }
  .vlmob .search-overlay,
  .vlmob .search-overlay-short,
  .vlmob #navigation {
    height: 50px; }
  .vlmob .search-overlay.hide-switch-to-show {
    display: none !important; }
  .vlmob #navigation #short-search-form,
  .vlmob #navigation #short-search-form-dummy {
    margin-right: 0px !important; }
  .vlmob #logo {
    margin-top: 13px; }
  .vlmob .mobilelogin,
  .vlmob .mobilelogin a {
    font-size: 16px !important; }
  .vlmob #username {
    color: #555; }
  .vlmob .mobilelogin a.right p {
    font-family: GraphikWeb;
    font-size: 14px;
    line-height: 20px;
    margin-left: 30px !important;
    color: #999 !important; }
  .vlmob #logged-in:hover li a {
    color: #009991; }
  .vlmob #logged-in > a.font-adjust {
    display: none; }
  .vlmob #powered-by-t-online {
    display: none;
    background-position: 0 0 !important;
    margin-left: 30px !important;
    background-image: url(/img/vl_powered_by_T.png);
    width: 135px; }
  .vlmob .mobilemenulistdcroll.opened #powered-by-t-online {
    display: block; }
  .vlmob #footer-inhalte .block_container ul {
    padding-bottom: 10px; }
  .vlmob .short-search-form-adjust {
    padding: 0; }
  .vlmob #navigation #search-navigation {
    position: relative;
    right: 0;
    left: 0; }
    .vlmob #navigation #search-navigation > ul.float-right {
      margin-right: 0px; }
    .vlmob #navigation #search-navigation li.hide-switch-to-show {
      float: none; }
  .vlmob ul.float-right li {
    float: right; }
  .vlmob #short-search-form {
    width: 100%;
    border-radius: 0; }
    .vlmob #short-search-form #display {
      width: 75%; }
  .vlmob #ui-id-1 {
    width: 100% !important; }
  .vlmob #navigation #short-search-form-dummy {
    background: #fff; }
  .vlmob #start-search {
    border-radius: 0;
    font-size: 24px;
    height: 50px;
    line-height: 58px;
    margin: 0;
    padding: 0;
    width: 50px; }
  .vlmob #navigation #short-search-form-dummy:before {
    line-height: 50px;
    color: #009991;
    font-size: 24px; }
  .vlmob #navigation #short-search-form-dummy {
    width: 50px;
    height: 49px;
    margin: 1px 0 0 0;
    padding: 0; }
  .vlmob .myaccount-container {
    border: none;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    width: auto;
    height: auto;
    display: block;
    position: relative;
    top: -10px;
    right: 0;
    box-shadow: none; }
    .vlmob .myaccount-container .divider {
      display: none; }
    .vlmob .myaccount-container::before {
      display: none; }
  .vlmob #navigation .main-container {
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-width: auto; }
  .vlmob #navigation .container-adjust {
    margin: 0; }
  .vlmob #navigation .box-middle {
    position: absolute;
    width: 100%;
    max-width: 100%;
    min-width: auto; }
  .vlmob #navigation .mobilelogin {
    display: table;
    margin: 40px 0 0 0;
    padding: 0;
    position: relative; }
    .vlmob #navigation .mobilelogin .navigation-link-box {
      text-align: left; }
    .vlmob #navigation .mobilelogin .box-login {
      float: none; }
    .vlmob #navigation .mobilelogin .right {
      float: left;
      clear: both;
      text-decoration: none; }
    .vlmob #navigation .mobilelogin .navigationlogin {
      margin-left: 0;
      padding-bottom: 20px; }
      .vlmob #navigation .mobilelogin .navigationlogin #logged-out {
        margin-top: 0;
        margin-left: 30px;
        line-height: 32px; }
      .vlmob #navigation .mobilelogin .navigationlogin #logged-in {
        margin-left: 30px; }
  .vlmob #navigation .mainmenu {
    display: none; }
  .vlmob #navigation .mobilemenu {
    display: block;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 49px; }
    .vlmob #navigation .mobilemenu #powered-by-t-online {
      margin: 0;
      background-position: -26px 0;
      width: 130px; }
    .vlmob #navigation .mobilemenu .mobilemenulistdcroll {
      display: none;
      width: 100%;
      overflow-y: scroll; }
    .vlmob #navigation .mobilemenu .menu-item-sub {
      position: relative !important;
      top: 0 !important;
      margin-left: 0 !important;
      width: auto;
      background: transparent;
      padding: 0;
      -moz-box-shadow: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      display: block !important; }
    .vlmob #navigation .mobilemenu .mobilemenulist > li {
      position: relative; }
    .vlmob #navigation .mobilemenu .mobilemenulist .divider.horiz {
      border-bottom: 1px solid #c5c5c5;
      position: absolute;
      left: 30px;
      right: 30px;
      margin-top: 20px;
      margin-bottom: 20px; }
      .subsubmenu-container .vlmob #navigation .mobilemenu .mobilemenulist .divider.horiz {
        left: 0;
        width: 100%; }
      li > .vlmob #navigation .mobilemenu .mobilemenulist .divider.horiz {
        margin-left: 30px;
        margin-right: 30px; }
    .vlmob #navigation .mobilemenu .subsubmenu-container .divider.horiz {
      left: 0;
      width: 100%;
      position: relative; }
    .vlmob #navigation .mobilemenu .navigation-link-box {
      height: auto;
      min-height: 37px;
      float: none; }
      .vlmob #navigation .mobilemenu .navigation-link-box > a {
        margin: 20px 0 0 0;
        display: inline-block; }
    .vlmob #navigation .mobilemenu .navi-active-mark-wrap {
      line-height: 11px;
      left: 0;
      overflow: visible;
      top: 12px;
      width: 23px;
      position: absolute;
      transform: rotate(90deg);
      float: left;
      margin-top: 20px; }
    .vlmob #navigation .mobilemenu .navi-active-mark:before {
      bottom: -17px; }
    .vlmob #navigation .mobilemenu .submenu-container {
      display: block;
      position: relative;
      top: 0;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      -ms-filter: none;
      filter: none;
      padding: 0px;
      margin-left: 0;
      width: 100%; }
    .vlmob #navigation .mobilemenu .subsubmenu-container {
      padding: 0; }
    .vlmob #navigation .mobilemenu .navi-active ~ .submenu-container {
      display: block; }
    .vlmob #navigation .mobilemenu #logo-container {
      float: right;
      right: 30%;
      z-index: 10; }
    .vlmob #navigation .mobilemenu #menu-toggle {
      height: 50px;
      width: 48px;
      position: absolute;
      left: 0px;
      z-index: 11;
      top: -49px; }
    .vlmob #navigation .mobilemenu #tgl-icon {
      cursor: pointer;
      height: 80px;
      width: 40px; }
    .vlmob #navigation .mobilemenu #tgl-icon::after {
      content: '\6a';
      font-family: 'videoload-portal-icons';
      font-size: 20px;
      left: 15px;
      position: absolute;
      text-align: left;
      top: 14px;
      width: 45px; }
    .vlmob #navigation .mobilemenu #tgl-icon.open::after {
      content: 'n';
      font-family: 'videoload-portal-icons';
      font-size: 20px;
      left: 15px;
      position: absolute;
      text-align: left;
      top: 14px;
      width: 45px; }
    .vlmob #navigation .mobilemenu > ul {
      top: 50px;
      left: 0px;
      position: relative;
      padding-bottom: 15px;
      z-index: 1000; }
    .vlmob #navigation .mobilemenu li > .navigation-link-box {
      float: none !important;
      display: block;
      position: relative;
      vertical-align: 0;
      line-height: 37px;
      margin: 0;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 30px 0 30px; }
    .vlmob #navigation .mobilemenu .navi-active {
      padding: 0;
      margin: 0;
      display: flex; }
  .vlmob #navigation .mobilemenu {
    width: 100%; }
  .vlmob #navigation .mobilelogo {
    display: block;
    height: 45px; }
    .vlmob #navigation .mobilelogo #logo-container {
      float: none;
      position: absolute;
      right: 0;
      left: 0;
      margin: auto;
      height: 45px; }
      .vlmob #navigation .mobilelogo #logo-container a {
        height: 50px; }
  .vlmob #navigation a:hover {
    color: #000; }
  .vlmob #navigation .mobilemenu {
    top: 49px; }
    .vlmob #navigation .mobilemenu .mobilemenulistdcroll {
      background-color: #fff; }
    .vlmob #navigation .mobilemenu #tgl-icon::after {
      color: #009991; }
    .vlmob #navigation .mobilemenu #tgl-icon.open::after {
      color: #009991; }
    .vlmob #navigation .mobilemenu > ul {
      background-color: #fff; }
  .vlmob #navigation .mobilelogin a {
    color: #009991; }
  .vlmob #navigation .submenu-container {
    background-color: #fff; }
    .vlmob #navigation .submenu-container a {
      color: #009991; }
    .vlmob #navigation .submenu-container .divider.horiz {
      border-color: #c5c5c5; } }

@media only screen and (min-width: 360px) and (max-width: 360px), only screen and (min-device-width: 360px) and (max-width: 360px) {
  #navigation #search-navigation {
    right: 15px; } }

@media only screen and (max-width: 1080px) {
  #navigation,
  #search-navigation,
  .full-height,
  .show-switch-to-hide,
  hide-switch-to-show {
    height: 50px; }
  #navigation.search-opened #search-navigation {
    width: 100%; }
    #navigation.search-opened #search-navigation > ul {
      width: 100%; }
  #navigation.search-opened .search-form-wrapper {
    position: absolute;
    width: 100%; }
    #navigation.search-opened .search-form-wrapper .navigationlogin {
      display: none;
      width: 0; } }

@media only screen and (min-width: 480px) and (max-width: 1080px) {
  #navigation #search-navigation {
    right: 0 !important; }
  #navigation #short-search-form,
  #navigation #short-search-form-dummy {
    margin-right: 0px !important; }
  #navigation .mobilemenu .mobilemenulistdcroll {
    width: 375px; }
  #navigation .mobilemenu #logo-container {
    float: none;
    position: absolute;
    right: 25%; } }

@media only screen and (min-device-width: 480px) and (max-device-width: 1366px) {
  .vlmob #navigation #search-navigation {
    right: 0 !important; }
  .vlmob #navigation #short-search-form,
  .vlmob #navigation #short-search-form-dummy {
    margin-right: 0px !important; }
  .vlmob #navigation .mobilemenu .mobilemenulistdcroll {
    width: 375px; }
  .vlmob #navigation .mobilemenu #logo-container {
    float: none;
    position: absolute;
    right: 25%; } }

@media only screen and (min-width: 550px) and (max-width: 1080px) {
  #navigation .mobilemenu #logo-container {
    float: none;
    position: absolute;
    left: 75%; }
  #navigation .mobilemenu #display {
    width: 85%; } }

@media only screen and (min-device-width: 550px) and (max-device-width: 1366px) {
  .vlmob #navigation .mobilemenu #logo-container {
    float: none;
    position: absolute;
    left: 75%; }
  .vlmob #navigation .mobilemenu #display {
    width: 85%; } }

@media only screen and (min-width: 769px) and (max-width: 1080px) {
  #navigation .mobilemenu #logo-container {
    float: none;
    position: absolute;
    right: 55%; } }

@media only screen and (min-device-width: 769px) and (max-device-width: 1366px) {
  .vlmob #navigation .main-container .container-adjust {
    width: 100%; }
  .vlmob #navigation .mobilemenu #logo-container {
    float: none;
    position: absolute;
    right: 55%; } }

.coverteaser {
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0; }
  .coverteaser .bvormerk .mark-text-nicht {
    display: none !important; }
  .coverteaser .bvormerk .mark-text {
    display: block !important; }
  .coverteaser .bvormerk.active .mark-text-nicht {
    display: block !important; }
  .coverteaser .bvormerk.active .mark-text {
    display: none !important; }
  .coverteaser .body, .coverteaser .cover {
    width: 100%;
    height: auto; }
    .coverteaser .body a.decoration-none, .coverteaser .cover a.decoration-none {
      display: inline-block;
      height: 100%;
      width: 100%; }
  .coverteaser .cover img {
    width: 100%;
    height: auto; }
  .coverteaser .body {
    position: relative; }
    .coverteaser .body:before {
      display: block;
      content: " ";
      width: 100%;
      padding-top: 143.75%; }
    .coverteaser .body > .ar-content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .coverteaser .body .cover img {
      max-width: 160px; }
  .coverteaser.teaserW .body {
    position: relative; }
    .coverteaser.teaserW .body:before {
      display: block;
      content: " ";
      width: 100%;
      padding-top: 56.05536%; }
    .coverteaser.teaserW .body > .ar-content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .coverteaser.teaserW .body .cover img {
      max-width: 314px; }
  .coverteaser .header-stoerer {
    top: 0;
    z-index: 1;
    max-width: 100%;
    overflow: hidden; }
    .coverteaser .header-stoerer .coverteaser-stoerer {
      height: 21px;
      max-width: 100%;
      padding: 1px 5px 0;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 12px;
      line-height: 20px;
      font-weight: 500 !important;
      text-decoration: none; }
  .coverteaser .moviecard {
    top: 0;
    width: 100%;
    height: 100% !important;
    line-height: 17px;
    z-index: 0;
    opacity: 0;
    -moz-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    -ms-transition: opacity 200ms;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms; }
  .coverteaser:hover .moviecard {
    opacity: 1;
    z-index: 10; }
  .coverteaser .tsr_content {
    width: auto !important;
    height: auto !important;
    max-height: 95%; }
  .coverteaser .rating {
    margin: 4px 0 20px 0; }
    .coverteaser .rating.rating-none {
      display: block;
      margin: 4px 0 0 0; }
      .coverteaser .rating.rating-none .star-rating {
        display: none; }
  .coverteaser .teaser-gradient {
    width: 100% !important;
    height: 80px;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 38%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 38%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 38%);
    filter: progid:DxImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); }
  .coverteaser .extras {
    bottom: 0;
    margin-bottom: 10px;
    margin-left: 10px; }
    .coverteaser .extras .dynli {
      display: none; }
    .coverteaser .extras .vl-icon-bvormerk-pin::before {
      font-size: 20px !important; }
  .coverteaser .extras ul li a, .coverteaser .cover-buttons ul li a {
    cursor: pointer;
    display: block;
    box-sizing: border-box; }
  .coverteaser .coverlink {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .coverteaser .footer {
    width: 100%;
    min-height: 60px;
    margin-top: 10px;
    padding: 0; }

@media only screen and (min-width: 300px) and (max-width: 1080px) {
  .noty_message {
    width: 100% !important;
    text-align: center !important; }
  .vlmob .coverteaser .avoidClicks {
    pointer-events: none; }
  .coverteaser .coverlink {
    display: none !important; }
  .coverteaser .moviecard {
    background-color: rgba(255, 255, 255, 0.5) !important; }
  .coverteaser .cover-buttons .teaser-gradient {
    bottom: 90px; }
  .coverteaser .extras, .coverteaser .cover-buttons {
    width: 100%;
    height: auto !important;
    bottom: auto;
    margin: 0;
    background: transparent !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .coverteaser .extras .bcover, .coverteaser .cover-buttons .bcover {
      height: 30px;
      line-height: 30px;
      font-weight: normal;
      font-size: 14px; }
    .coverteaser .extras ul, .coverteaser .cover-buttons ul {
      margin: 0 auto;
      width: 88%;
      overflow: visible; }
      .coverteaser .extras ul li, .coverteaser .cover-buttons ul li {
        width: 100% !important;
        height: 30px !important;
        line-height: 30px !important;
        margin: 0 !important;
        margin-top: 4px !important;
        padding: 0 !important;
        background: #009991;
        border-radius: 3px;
        vertical-align: middle;
        text-align: center;
        float: none; }
        .coverteaser .extras ul li:first-child, .coverteaser .cover-buttons ul li:first-child {
          margin-top: 0 !important; }
        .coverteaser .extras ul li .scenelink, .coverteaser .cover-buttons ul li .scenelink {
          text-decoration: none !important;
          font-weight: normal !important; }
        .coverteaser .extras ul li:hover, .coverteaser .cover-buttons ul li:hover {
          background-color: #01bbb1; }
          .coverteaser .extras ul li:hover span, .coverteaser .cover-buttons ul li:hover span {
            color: #fff !important; }
      .coverteaser .extras ul li,
      .coverteaser .extras ul .button-icon,
      .coverteaser .extras ul .vl-icon-bvormerk-pin,
      .coverteaser .extras ul .vl-icon-vl-play, .coverteaser .extras ul .bplayer, .coverteaser .cover-buttons ul li,
      .coverteaser .cover-buttons ul .button-icon,
      .coverteaser .cover-buttons ul .vl-icon-bvormerk-pin,
      .coverteaser .cover-buttons ul .vl-icon-vl-play, .coverteaser .cover-buttons ul .bplayer {
        font-size: 14px !important; }
      .coverteaser .extras ul span, .coverteaser .cover-buttons ul span {
        color: #fff !important; }
      .coverteaser .extras ul .mark-icon,
      .coverteaser .extras ul .vl-icon-icon-scenes,
      .coverteaser .extras ul .vl-icon-vl-volume,
      .coverteaser .extras ul .trailer-icon, .coverteaser .cover-buttons ul .mark-icon,
      .coverteaser .cover-buttons ul .vl-icon-icon-scenes,
      .coverteaser .cover-buttons ul .vl-icon-vl-volume,
      .coverteaser .cover-buttons ul .trailer-icon {
        display: none; }
      .coverteaser .extras ul .trailer-text,
      .coverteaser .extras ul .dynli, .coverteaser .cover-buttons ul .trailer-text,
      .coverteaser .cover-buttons ul .dynli {
        display: block !important; }
      .coverteaser .extras ul .dynli a, .coverteaser .cover-buttons ul .dynli a {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0; }
      .coverteaser .extras ul .mark-text,
      .coverteaser .extras ul .mark-text-nicht,
      .coverteaser .extras ul .trailer-text, .coverteaser .cover-buttons ul .mark-text,
      .coverteaser .cover-buttons ul .mark-text-nicht,
      .coverteaser .cover-buttons ul .trailer-text {
        display: block;
        padding: 0 12px;
        line-height: 32px !important;
        font-weight: normal;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  .coverteaser .dynli {
    display: block;
    line-height: 32px !important; }
  .coverteaser .dynLink {
    color: #fff !important;
    font-family: "GraphikWeb" !important;
    text-decoration: none !important;
    font-weight: normal;
    height: 30px;
    width: 100%;
    background: transparent; }
    .coverteaser .dynLink:hover {
      color: #fff !important;
      background: transparent; }
  .coverteaser .tsr_hover,
  .coverteaser .tsr_content, .coverteaser .teaser-gradient {
    display: none; } }

@media only screen and (min-width: 300px) and (max-width: 1366px) {
  .vlmob .coverteaser .moviecard ul {
    display: none; }
  .vlmob .coverteaser .moviecard.opencard ul {
    display: block; }
  .vlmob .noty_message {
    width: 100% !important;
    text-align: center !important; }
  .vlmob .vlmob .coverteaser .avoidClicks {
    pointer-events: none; }
  .vlmob .coverteaser .coverlink {
    display: none !important; }
  .vlmob .coverteaser .moviecard {
    background-color: rgba(255, 255, 255, 0.5) !important; }
  .vlmob .coverteaser .cover-buttons .teaser-gradient {
    bottom: 90px; }
  .vlmob .coverteaser .extras, .vlmob .coverteaser .cover-buttons {
    width: 100%;
    height: auto !important;
    bottom: auto;
    margin: 0;
    background: transparent !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .vlmob .coverteaser .extras .bcover, .vlmob .coverteaser .cover-buttons .bcover {
      height: 30px;
      line-height: 30px;
      font-weight: normal;
      font-size: 14px; }
    .vlmob .coverteaser .extras ul, .vlmob .coverteaser .cover-buttons ul {
      margin: 0 auto;
      width: 88%;
      overflow: visible; }
      .vlmob .coverteaser .extras ul li, .vlmob .coverteaser .cover-buttons ul li {
        width: 100% !important;
        height: 30px !important;
        line-height: 30px !important;
        margin: 0 !important;
        margin-top: 4px !important;
        padding: 0 !important;
        background: #009991;
        border-radius: 3px;
        vertical-align: middle;
        text-align: center;
        float: none; }
        .vlmob .coverteaser .extras ul li:first-child, .vlmob .coverteaser .cover-buttons ul li:first-child {
          margin-top: 0 !important; }
        .vlmob .coverteaser .extras ul li .scenelink, .vlmob .coverteaser .cover-buttons ul li .scenelink {
          text-decoration: none !important;
          font-weight: normal !important; }
        .vlmob .coverteaser .extras ul li:hover, .vlmob .coverteaser .cover-buttons ul li:hover {
          background-color: #01bbb1; }
          .vlmob .coverteaser .extras ul li:hover span, .vlmob .coverteaser .cover-buttons ul li:hover span {
            color: #fff !important; }
      .vlmob .coverteaser .extras ul li,
      .vlmob .coverteaser .extras ul .button-icon,
      .vlmob .coverteaser .extras ul .vl-icon-bvormerk-pin,
      .vlmob .coverteaser .extras ul .vl-icon-vl-play, .vlmob .coverteaser .extras ul .bplayer, .vlmob .coverteaser .cover-buttons ul li,
      .vlmob .coverteaser .cover-buttons ul .button-icon,
      .vlmob .coverteaser .cover-buttons ul .vl-icon-bvormerk-pin,
      .vlmob .coverteaser .cover-buttons ul .vl-icon-vl-play, .vlmob .coverteaser .cover-buttons ul .bplayer {
        font-size: 14px !important; }
      .vlmob .coverteaser .extras ul span, .vlmob .coverteaser .cover-buttons ul span {
        color: #fff !important; }
      .vlmob .coverteaser .extras ul .mark-icon,
      .vlmob .coverteaser .extras ul .vl-icon-icon-scenes,
      .vlmob .coverteaser .extras ul .vl-icon-vl-volume,
      .vlmob .coverteaser .extras ul .trailer-icon, .vlmob .coverteaser .cover-buttons ul .mark-icon,
      .vlmob .coverteaser .cover-buttons ul .vl-icon-icon-scenes,
      .vlmob .coverteaser .cover-buttons ul .vl-icon-vl-volume,
      .vlmob .coverteaser .cover-buttons ul .trailer-icon {
        display: none; }
      .vlmob .coverteaser .extras ul .trailer-text,
      .vlmob .coverteaser .extras ul .dynli, .vlmob .coverteaser .cover-buttons ul .trailer-text,
      .vlmob .coverteaser .cover-buttons ul .dynli {
        display: block !important; }
      .vlmob .coverteaser .extras ul .dynli a, .vlmob .coverteaser .cover-buttons ul .dynli a {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0; }
      .vlmob .coverteaser .extras ul .mark-text,
      .vlmob .coverteaser .extras ul .mark-text-nicht,
      .vlmob .coverteaser .extras ul .trailer-text, .vlmob .coverteaser .cover-buttons ul .mark-text,
      .vlmob .coverteaser .cover-buttons ul .mark-text-nicht,
      .vlmob .coverteaser .cover-buttons ul .trailer-text {
        display: block;
        padding: 0 12px;
        line-height: 32px !important;
        font-weight: normal;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  .vlmob .coverteaser .dynli {
    display: block;
    line-height: 32px !important; }
  .vlmob .coverteaser .dynLink {
    color: #fff !important;
    font-family: "GraphikWeb" !important;
    text-decoration: none !important;
    font-weight: normal;
    height: 30px;
    width: 100%;
    background: transparent; }
    .vlmob .coverteaser .dynLink:hover {
      color: #fff !important;
      background: transparent; }
  .vlmob .coverteaser .tsr_hover,
  .vlmob .coverteaser .tsr_content, .vlmob .coverteaser .teaser-gradient {
    display: none; } }

.imageteaser .teaser {
  overflow: hidden; }

.imageteaser .teaser img {
  width: 100%; }

.imageteaser .teaser .text {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 5;
  display: inline-block;
  text-align: left;
  padding: 0; }

.imageteaser h2, .imageteaser h3 {
  display: inline-block;
  color: white;
  margin: 0 !important; }

.imageteaser h2 {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 26px; }

.imageteaser h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400; }

@media screen and (max-width: 1080px) {
  .imageteaser h2 {
    font-size: 20px !important;
    line-height: 24px !important; }
  .imageteaser h3 {
    font-size: 14px !important;
    line-height: 20px !important; } }

.imageteaser .ar-content {
  overflow-y: hidden; }

.swiper-serie .imageteaser .ar-wrapper {
  position: relative; }
  .swiper-serie .imageteaser .ar-wrapper:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 56.05536%; }
  .swiper-serie .imageteaser .ar-wrapper > .ar-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.ssmall .imageteaser .ar-wrapper, .small .imageteaser .ar-wrapper {
  position: relative;
  max-width: 389px; }
  .ssmall .imageteaser .ar-wrapper:before, .small .imageteaser .ar-wrapper:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 41.64524%; }
  .ssmall .imageteaser .ar-wrapper > .ar-content, .small .imageteaser .ar-wrapper > .ar-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.s16x9 .imageteaser .ar-wrapper, .t16x9 .imageteaser .ar-wrapper {
  position: relative;
  max-width: 389px; }
  .s16x9 .imageteaser .ar-wrapper:before, .t16x9 .imageteaser .ar-wrapper:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 56.04113%; }
  .s16x9 .imageteaser .ar-wrapper > .ar-content, .t16x9 .imageteaser .ar-wrapper > .ar-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.sbig.wide .imageteaser .text, .big.wide .imageteaser .text {
  left: 40px;
  bottom: 40px; }

.sbig.wide .imageteaser h2, .sbig.wide .imageteaser h3, .big.wide .imageteaser h2, .big.wide .imageteaser h3 {
  padding: 5px 7px; }

.sbig.wide .imageteaser h2, .big.wide .imageteaser h2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600; }

.sbig.wide .imageteaser .ar-wrapper, .big.wide .imageteaser .ar-wrapper {
  position: relative;
  max-width: 1192px; }
  .sbig.wide .imageteaser .ar-wrapper:before, .big.wide .imageteaser .ar-wrapper:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 27.76846%; }
  .sbig.wide .imageteaser .ar-wrapper > .ar-content, .big.wide .imageteaser .ar-wrapper > .ar-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.ssmall.wide .imageteaser .ar-wrapper, .small.wide .imageteaser .ar-wrapper {
  position: relative;
  max-width: 590px; }
  .ssmall.wide .imageteaser .ar-wrapper:before, .small.wide .imageteaser .ar-wrapper:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 27.45763%; }
  .ssmall.wide .imageteaser .ar-wrapper > .ar-content, .small.wide .imageteaser .ar-wrapper > .ar-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.teaser-overlay::before,
.hero-teaser-overlay > a::before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }
  .sbig.wide .teaser-overlay::before, .big.wide .teaser-overlay::before, .sbig.wide
  .hero-teaser-overlay > a::before, .big.wide
  .hero-teaser-overlay > a::before {
    background: -moz-linear-gradient(83deg, rgba(0, 0, 0, 0.85) 0%, transparent 70%, transparent 100%);
    background: -webkit-linear-gradient(83deg, rgba(0, 0, 0, 0.85) 0%, transparent 70%, transparent 100%);
    background: linear-gradient(7deg, rgba(0, 0, 0, 0.85) 0%, transparent 70%, transparent 100%); }
  .ssmall .teaser-overlay::before, .small .teaser-overlay::before, .sib-block.collections .teaser-overlay::before, .ssmall
  .hero-teaser-overlay > a::before, .small
  .hero-teaser-overlay > a::before, .sib-block.collections
  .hero-teaser-overlay > a::before {
    background: -moz-linear-gradient(83deg, rgba(0, 0, 0, 0.85) 0%, transparent 82%, transparent 100%);
    background: -webkit-linear-gradient(83deg, rgba(0, 0, 0, 0.85) 0%, transparent 82%, transparent 100%);
    background: linear-gradient(7deg, rgba(0, 0, 0, 0.85) 0%, transparent 82%, transparent 100%); }
  .ssmall.wide .teaser-overlay::before, .small.wide .teaser-overlay::before, .hero-container .teaser-overlay::before, .ssmall.wide
  .hero-teaser-overlay > a::before, .small.wide
  .hero-teaser-overlay > a::before, .hero-container
  .hero-teaser-overlay > a::before {
    background: -moz-linear-gradient(80deg, rgba(0, 0, 0, 0.85) 0%, transparent 70%, transparent 100%);
    background: -webkit-linear-gradient(80deg, rgba(0, 0, 0, 0.85) 0%, transparent 70%, transparent 100%);
    background: linear-gradient(10deg, rgba(0, 0, 0, 0.85) 0%, transparent 70%, transparent 100%); }
  .s16x9 .teaser-overlay::before, .t16x9 .teaser-overlay::before, .s16x9
  .hero-teaser-overlay > a::before, .t16x9
  .hero-teaser-overlay > a::before {
    background: -moz-linear-gradient(80deg, rgba(0, 0, 0, 0.9) 0%, transparent 70%, transparent 100%);
    background: -webkit-linear-gradient(80deg, rgba(0, 0, 0, 0.9) 0%, transparent 70%, transparent 100%);
    background: linear-gradient(10deg, rgba(0, 0, 0, 0.9) 0%, transparent 70%, transparent 100%); }

ul.ug-teaser-list {
  overflow: visible; }

.ug-teaser-list .coverteaser, .ug-teaser-list .imageteaser {
  padding: 0 6px;
  box-sizing: border-box; }
  @media screen and (max-width: 1080px) {
    .ug-teaser-list .coverteaser, .ug-teaser-list .imageteaser {
      padding: 0 5px; } }

.main-container .container-adjust-result-list {
  margin-left: 38px;
  margin-right: 38px; }
  @media screen and (max-width: 1120px) {
    .main-container .container-adjust-result-list {
      margin: 0 calc(5% - 6px); } }
  @media screen and (max-width: 1080px) {
    .main-container .container-adjust-result-list {
      margin: 0 calc(5% - 5px); } }

.ug-teaser-list.teaser-5x7 .result-column {
  width: calc(100% / 7);
  max-width: 172px; }
  @media screen and (max-width: 1080px) {
    .ug-teaser-list.teaser-5x7 .result-column {
      max-width: 170px; } }
  @media screen and (max-width: 1080px) {
    .ug-teaser-list.teaser-5x7 .result-column {
      width: calc(100% / 6); } }
  @media screen and (max-width: 1000px) {
    .ug-teaser-list.teaser-5x7 .result-column {
      width: calc(100% / 5); } }
  @media screen and (max-width: 768px) {
    .ug-teaser-list.teaser-5x7 .result-column {
      width: calc(100% / 4); } }
  @media screen and (max-width: 550px) {
    .ug-teaser-list.teaser-5x7 .result-column {
      width: calc(100% / 3); } }
  @media screen and (max-width: 360px) {
    .ug-teaser-list.teaser-5x7 .result-column {
      width: calc(100% / 2); } }

.ug-teaser-list.teaser-16x9 .result-column {
  width: calc(100% / 4);
  margin-bottom: 12px;
  max-width: 326px; }
  @media screen and (max-width: 1080px) {
    .ug-teaser-list.teaser-16x9 .result-column {
      max-width: 324px; } }
  @media screen and (max-width: 1000px) {
    .ug-teaser-list.teaser-16x9 .result-column {
      width: calc(100% / 3); } }
  @media screen and (max-width: 550px) {
    .ug-teaser-list.teaser-16x9 .result-column {
      width: calc(100% / 2); } }
  .ug-teaser-list.teaser-16x9 .result-column .footer {
    min-height: 43px; }

.ug-teaser-list.imgteaser-big-wide {
  margin: 0 6px; }
  @media screen and (max-width: 1080px) {
    .ug-teaser-list.imgteaser-big-wide {
      margin: 0 5px; } }
  .ug-teaser-list.imgteaser-big-wide .result-column {
    width: 100%;
    max-width: 1192px; }
    .ug-teaser-list.imgteaser-big-wide .result-column .imageteaser {
      padding: 0; }
    @media screen and (max-width: 770px) {
      .ug-teaser-list.imgteaser-big-wide .result-column {
        max-width: 389px; }
        .ug-teaser-list.imgteaser-big-wide .result-column .ar-wrapper::before {
          display: none !important; }
        .ug-teaser-list.imgteaser-big-wide .result-column .ar-wrapper .ar-content {
          position: static !important; }
        .ug-teaser-list.imgteaser-big-wide .result-column .teaser {
          padding-bottom: 41.64%;
          width: 100%;
          overflow: hidden; }
          .ug-teaser-list.imgteaser-big-wide .result-column .teaser img {
            position: absolute;
            height: 100% !important;
            width: auto !important; }
          .ug-teaser-list.imgteaser-big-wide .result-column .teaser .text {
            left: 20px !important;
            bottom: 10px !important; } }

.ug-teaser-list.imgteaser-small-wide .result-column {
  width: calc(100% / 2);
  max-width: 602px; }
  @media screen and (max-width: 1080px) {
    .ug-teaser-list.imgteaser-small-wide .result-column {
      max-width: 600px; } }
  @media screen and (max-width: 1080px) {
    .ug-teaser-list.imgteaser-small-wide .result-column {
      width: 100%;
      max-width: 590px; }
      .ug-teaser-list.imgteaser-small-wide .result-column .imageteaser {
        padding: 0; } }
  @media screen and (max-width: 770px) {
    .ug-teaser-list.imgteaser-small-wide .result-column {
      max-width: 389px; }
      .ug-teaser-list.imgteaser-small-wide .result-column .ar-wrapper::before {
        display: none !important; }
      .ug-teaser-list.imgteaser-small-wide .result-column .ar-wrapper .ar-content {
        position: static !important; }
      .ug-teaser-list.imgteaser-small-wide .result-column .teaser {
        padding-bottom: 41.64%;
        width: 100%;
        overflow: hidden; }
        .ug-teaser-list.imgteaser-small-wide .result-column .teaser img {
          position: absolute;
          height: 100% !important;
          width: auto !important; } }

.ug-teaser-list.imgteaser-small .result-column,
.ug-teaser-list.imgteaser-16x9 .result-column {
  width: calc(100% / 3);
  max-width: 401px; }
  @media screen and (max-width: 1080px) {
    .ug-teaser-list.imgteaser-small .result-column,
    .ug-teaser-list.imgteaser-16x9 .result-column {
      max-width: 399px; } }
  @media screen and (max-width: 1000px) {
    .ug-teaser-list.imgteaser-small .result-column,
    .ug-teaser-list.imgteaser-16x9 .result-column {
      width: calc(100% / 2); } }
  @media screen and (max-width: 768px) {
    .ug-teaser-list.imgteaser-small .result-column,
    .ug-teaser-list.imgteaser-16x9 .result-column {
      width: 100%;
      max-width: 389px; }
      .ug-teaser-list.imgteaser-small .result-column .imageteaser,
      .ug-teaser-list.imgteaser-16x9 .result-column .imageteaser {
        padding: 0; } }

.trommel:not(.hero) .swiper-slide {
  margin-right: 12px; }
  @media screen and (max-width: 1120px) {
    .trommel:not(.hero) .swiper-slide {
      margin-right: 10px; } }

.cover a.block.relative {
  z-index: 2 !important; }

.trommel {
  width: auto;
  height: auto;
  margin: 0 !important;
  padding: 0 44px !important; }
  @media screen and (max-width: 1120px) {
    .trommel {
      padding: 0 !important;
      margin: 0 5% !important; } }
  .trommel .header {
    margin: 0 0 30px 0; }
    .trommel .header .title h2, .trommel .header .title h3 {
      font: normal 26px "GraphikWeb", Arial;
      text-transform: uppercase;
      line-height: 26px;
      margin: 0; }
      .trommel .header .title h2 a, .trommel .header .title h3 a {
        color: #fff;
        text-decoration: none; }
    .trommel .header .show-all {
      font: normal 14px "GraphikWeb", Arial;
      padding: 8px 0 0 0; }
    .trommel .header .pager {
      padding: 14px 8px 0 0;
      display: none; }
    @media screen and (max-width: 768px) {
      .trommel .header .title h2, .trommel .header .title h3 {
        font-size: 24px;
        line-height: 26px; }
      .trommel .header .title h2 a {
        position: relative; }
        .trommel .header .title h2 a::after {
          margin-left: 5px;
          content: 'p';
          font-family: 'videoload-portal-icons';
          font-size: 14px;
          line-height: 18px;
          color: #fff;
          text-transform: none;
          position: relative;
          bottom: 1px; }
      .trommel .header .show-all {
        display: none; } }
    @media screen and (max-width: 400px) {
      .trommel .header .title h2, .trommel .header .title h3 {
        font-size: 22px; }
      .trommel .header .title h2 a::after {
        margin-left: 4px;
        font-size: 12px;
        line-height: 15px; } }
  .trommel .swiper-frame {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1192px;
    margin: 0px auto;
    background-color: transparent; }
  @media screen and (max-width: 1280px) {
    .trommel .swiper-container {
      overflow: visible; } }
  .trommel .swiper-teaser-small .swiper-container,
  .trommel .swiper-teaser-small-16x9 .swiper-container,
  .trommel .swiper-teaser-small-wide .swiper-container,
  .trommel .swiper-teaser-big-wide .swiper-container {
    margin-bottom: 30px; }
  .trommel.special-lane .swiper-container {
    background-size: auto 100%;
    background-position: center left;
    background-repeat: no-repeat;
    padding-top: 36px;
    margin-bottom: 30px; }
    .trommel.special-lane .swiper-container.serie {
      padding-top: 22px; }
    .trommel.special-lane .swiper-container::after {
      content: "";
      position: absolute;
      left: 0px;
      top: 0px;
      height: 100%;
      width: 100%;
      background: #000;
      opacity: 0;
      -webkit-transition: opacity 500ms;
      transition: opacity 500ms;
      z-index: -1; }
    .trommel.special-lane .swiper-container.darken::after {
      opacity: 0.5; }
    @media screen and (max-width: 700px) {
      .trommel.special-lane .swiper-container {
        background-position: 0 center;
        padding-top: 20px;
        margin-bottom: 20px; } }
  .trommel .swiper-overlay-left, .trommel .swiper-overlay-right {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 44px;
    height: 100%;
    background: #2a2a2a;
    display: none; }
  .trommel .swiper-overlay-left {
    left: 0px; }
  .trommel .swiper-overlay-right {
    right: 0px; }
  .trommel .swiper-frame {
    border-bottom: 1px solid #4c4c4c; }
  .trommel .swiper-scrollbar {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 50;
    height: 5px;
    width: 100%;
    border-radius: 0px;
    background: transparent;
    opacity: 0; }
    .trommel .swiper-scrollbar:hover, .trommel .swiper-scrollbar:active {
      cursor: pointer;
      cursor: hand; }
  .trommel .swiper-scrollbar-drag {
    height: 11px;
    width: 100%;
    position: relative;
    background: transparent;
    border-radius: 0px;
    left: 0;
    top: 0;
    -moz-user-select: -moz-all;
    -webkit-user-select: all;
    -ms-user-select: all;
    user-select: all;
    overflow-style: scrollbar; }
    .trommel .swiper-scrollbar-drag:after {
      content: "";
      position: absolute;
      height: 5px;
      width: 100%;
      top: 3px;
      background: #4c4c4c; }
    .trommel .swiper-scrollbar-drag:hover, .trommel .swiper-scrollbar-drag:active {
      cursor: pointer;
      cursor: hand; }
      .trommel .swiper-scrollbar-drag:hover:after, .trommel .swiper-scrollbar-drag:active:after {
        background: #ffffff; }
      .ie11 .trommel .swiper-scrollbar-drag:hover:after, .ie11 .trommel .swiper-scrollbar-drag:active:after {
        background: transparent; }

.trommel .swiper-button-prev, .trommel .swiper-button-next, .htmlplayer .swiper-button-prev, .htmlplayer .swiper-button-next {
  width: 44px;
  height: 100%;
  top: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  background: none;
  z-index: 23;
  cursor: pointer;
  margin: 0;
  overflow: visible;
  color: #808080; }
  .trommel .swiper-button-prev:before, .trommel .swiper-button-next:before, .htmlplayer .swiper-button-prev:before, .htmlplayer .swiper-button-next:before {
    display: block;
    position: absolute;
    color: #ffffff; }

.trommel .swiper-overlay-left,
.trommel .swiper-button-prev, .htmlplayer .swiper-overlay-left,
.htmlplayer .swiper-button-prev {
  left: -44px; }
  .trommel .swiper-overlay-left:before,
  .trommel .swiper-button-prev:before, .htmlplayer .swiper-overlay-left:before,
  .htmlplayer .swiper-button-prev:before {
    right: 11px; }

.trommel .swiper-overlay-right,
.trommel .swiper-button-next, .htmlplayer .swiper-overlay-right,
.htmlplayer .swiper-button-next {
  right: -44px; }
  .trommel .swiper-overlay-right:before,
  .trommel .swiper-button-next:before, .htmlplayer .swiper-overlay-right:before,
  .htmlplayer .swiper-button-next:before {
    left: 11px; }

.trommel:hover .swiper-button-prev, .trommel:hover .swiper-button-next, .htmlplayer:hover .swiper-button-prev, .htmlplayer:hover .swiper-button-next {
  visibility: visible;
  transition: 500ms ease;
  opacity: 0.5 !important; }
  .trommel:hover .swiper-button-prev:hover, .trommel:hover .swiper-button-next:hover, .htmlplayer:hover .swiper-button-prev:hover, .htmlplayer:hover .swiper-button-next:hover {
    opacity: 1 !important; }

.trommel .swiper-button-disabled, .htmlplayer .swiper-button-disabled {
  display: none !important; }
  .trommel .swiper-button-disabled + div, .htmlplayer .swiper-button-disabled + div {
    display: none !important; }

@media screen and (max-width: 1280px) {
  .trommel .swiper-button-prev, .trommel .swiper-button-next {
    display: none !important; } }

.trommel .swiper-frame:hover .swiper-scrollbar {
  opacity: 1; }

.vlmob .trommel .swiper-scrollbar {
  opacity: 1; }

@media screen and (max-width: 1280px) {
  .trommel .swiper-scrollbar {
    opacity: 1; } }

.swiper-movie .swiper-button-prev::before, .swiper-movie .swiper-button-next::before {
  top: 97px; }

.swiper-movie.swiper-special .swiper-button-prev::before, .swiper-movie.swiper-special .swiper-button-next::before {
  top: 133px; }

.swiper-movie .swiper-slide {
  max-width: 162px;
  width: 14.28571%; }
  @media screen and (max-width: 1120px) {
    .swiper-movie .swiper-slide {
      width: 16.66667%; } }
  @media screen and (max-width: 930px) {
    .swiper-movie .swiper-slide {
      width: 20%; } }
  @media screen and (max-width: 732px) {
    .swiper-movie .swiper-slide {
      width: 25%; } }
  @media screen and (max-width: 532px) {
    .swiper-movie .swiper-slide {
      width: 33.33333%; } }
  @media screen and (max-width: 350px) {
    .swiper-movie .swiper-slide {
      width: 50%; } }

.swiper-serie .swiper-button-prev::before, .swiper-serie .swiper-button-next::before {
  top: 63px; }

.swiper-serie.swiper-special .swiper-button-prev::before, .swiper-serie.swiper-special .swiper-button-next::before {
  top: 85px; }

.swiper-serie .swiper-slide {
  max-width: 314px;
  width: calc((100% / 4) - 6px); }
  @media screen and (max-width: 920px) {
    .swiper-serie .swiper-slide {
      width: calc((100% / 3) - 5px); } }
  @media screen and (max-width: 610px) {
    .swiper-serie .swiper-slide {
      width: calc((100% / 2) - 5px); } }
  @media screen and (max-width: 314px) {
    .swiper-serie .swiper-slide {
      width: 100%; } }

.swiper-teaser-small .swiper-slide, .swiper-teaser-small-16x9 .swiper-slide {
  max-width: 389px;
  min-width: 260px; }
  .swiper-teaser-small .swiper-slide .body img, .swiper-teaser-small-16x9 .swiper-slide .body img {
    max-width: 389px; }

.swiper-teaser-small .swiper-button-prev::before, .swiper-teaser-small .swiper-button-next::before {
  top: 63px; }

.swiper-teaser-small-16x9 .swiper-button-prev::before, .swiper-teaser-small-16x9 .swiper-button-next::before {
  top: 91px; }

.swiper-teaser-small-wide .swiper-button-prev::before, .swiper-teaser-small-wide .swiper-button-next::before {
  top: 63px; }

.swiper-teaser-small-wide .swiper-slide {
  max-width: 590px; }
  @media screen and (max-width: 1080px) {
    .swiper-teaser-small-wide .swiper-slide {
      width: 100%; }
      .swiper-teaser-small-wide .swiper-slide .imageteaser {
        padding: 0; } }
  @media screen and (max-width: 770px) {
    .swiper-teaser-small-wide .swiper-slide {
      max-width: 389px; }
      .swiper-teaser-small-wide .swiper-slide .ar-wrapper::before {
        display: none !important; }
      .swiper-teaser-small-wide .swiper-slide .ar-wrapper .ar-content {
        position: static !important; }
      .swiper-teaser-small-wide .swiper-slide .teaser {
        padding-bottom: 41.64%;
        width: 100%;
        overflow: hidden; }
        .swiper-teaser-small-wide .swiper-slide .teaser img {
          position: absolute;
          height: 100% !important;
          width: auto !important; } }

.swiper-teaser-big-wide .swiper-button-prev::before, .swiper-teaser-big-wide .swiper-button-next::before {
  top: 147px; }

.swiper-teaser-big-wide .swiper-slide {
  width: 100%;
  max-width: 1192px; }
  .swiper-teaser-big-wide .swiper-slide .imageteaser {
    padding: 0; }
  @media screen and (max-width: 1000px) {
    .swiper-teaser-big-wide .swiper-slide .teaser .text {
      left: 20px !important;
      bottom: 20px !important; } }
  @media screen and (max-width: 770px) {
    .swiper-teaser-big-wide .swiper-slide .ar-wrapper::before {
      display: none !important; }
    .swiper-teaser-big-wide .swiper-slide .ar-wrapper .ar-content {
      position: static !important; }
    .swiper-teaser-big-wide .swiper-slide .teaser {
      padding-bottom: 41.64%;
      width: 100%;
      overflow: hidden; }
      .swiper-teaser-big-wide .swiper-slide .teaser img {
        position: absolute;
        height: 100% !important;
        width: auto !important; }
      .swiper-teaser-big-wide .swiper-slide .teaser .text {
        bottom: 15px !important; } }

.layout-details .main-content-containers {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.layout-details .main-container-left {
  order: 1;
  -webkit-order: 1; }

.layout-details .main-container-right {
  order: 3;
  -webkit-order: 3; }

.layout-details .main-container-middle {
  order: 2;
  -webkit-order: 2; }

.layout-details .series-block aside.overflow-hidden {
  overflow: visible; }

.layout-details .mobile-meta {
  display: none;
  margin-top: 0; }
  .layout-details .mobile-meta.mobile-meta-top {
    padding-top: 12px; }
    .layout-details .mobile-meta.mobile-meta-top .mobile-border-box {
      padding-top: 0; }
  .layout-details .mobile-meta .meta-info {
    margin-bottom: 0; }
  .layout-details .mobile-meta .bold, .layout-details .mobile-meta .content-text {
    display: inline; }
  .layout-details .mobile-meta .content-text {
    padding-left: 12px; }

.layout-details .sib .sib-block.nicht-verpassen .sib-content {
  max-height: initial; }
  .layout-details .sib .sib-block.nicht-verpassen .sib-content > div {
    max-width: 160px; }

.layout-details .recommendations-container .trommel {
  padding: 0 !important;
  margin: 0 44px !important;
  padding-top: 20px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important; }
  @media screen and (max-width: 1120px) {
    .layout-details .recommendations-container .trommel {
      margin: 0 5% !important; } }
  @media screen and (max-width: 768px) {
    .layout-details .recommendations-container .trommel {
      padding-top: 0 !important;
      border-top: 0 !important; } }
  .layout-details .recommendations-container .trommel .header {
    width: 100%; }

@media screen and (max-width: 1080px) {
  .layout-details .main-content-containers {
    display: block;
    position: relative; }
  .layout-details .main-container-left {
    width: 65%;
    min-width: 21.81208%;
    margin-right: 0; }
    .layout-details .main-container-left .cover57 {
      width: 50%;
      max-width: 262px; }
    .layout-details .main-container-left .rating {
      width: 50%;
      max-width: 262px;
      margin: 0; }
      .layout-details .main-container-left .rating .star-rating {
        width: 75px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 16px; }
    .layout-details .main-container-left.with-2nd-cover .cover-container {
      margin-right: 44px; }
    .layout-details .main-container-left.with-2nd-cover .cover57 {
      float: left; }
    .layout-details .main-container-left.staffel .cover-container, .layout-details .main-container-left.staffel .rating, .layout-details .main-container-left.serie .cover-container, .layout-details .main-container-left.serie .rating {
      width: 314px;
      max-width: 314px; }
  .layout-details .main-container-middle {
    width: 60% !important;
    box-sizing: border-box; }
  .layout-details .main-container-right {
    float: right !important;
    width: 35% !important; } }

@media screen and (max-width: 768px) {
  .layout-details .mobile-border-box {
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .layout-details .recommendations-hr {
    display: none; }
  .layout-details .sib {
    margin-top: 20px; }
  .layout-details .sib-block.collections {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .layout-details .sib-block.collections .collections-list {
      margin-bottom: 20px; }
  .layout-details .main-content-containers {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: static;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    /*
                    min-width: auto;
                    max-width: auto;
                    width: 100%;
            */ }
    .layout-details .main-content-containers .main-container-left {
      order: 1;
      -webkit-order: 1;
      width: auto !important;
      margin-right: auto !important;
      margin-bottom: 0px;
      max-width: 50%; }
    .layout-details .main-content-containers .main-container-middle {
      order: 3;
      -webkit-order: 3;
      width: 100% !important;
      margin-right: 0 !important;
      margin-bottom: 0px;
      clear: none; }
      .layout-details .main-content-containers .main-container-middle #content-row {
        margin-top: 20px; }
    .layout-details .main-content-containers .main-container-right {
      position: static !important;
      order: 1;
      -webkit-order: 1;
      width: 50% !important;
      float: none !important;
      margin-bottom: 0px !important; }
      .layout-details .main-content-containers .main-container-right #detail_content_right_top {
        margin-bottom: 0px; }
    .layout-details .main-content-containers .hp-block.hr {
      order: 2;
      -webkit-order: 2; }
  .layout-details header h3.original-title {
    margin-bottom: 34px; }
  .layout-details .main-container-left.with-2nd-cover .cover-container, .layout-details .main-container-left.with-2nd-cover .rating {
    margin-right: 0; }
  .layout-details .main-container-left.staffel .cover-container, .layout-details .main-container-left.staffel .rating, .layout-details .main-container-left.serie .cover-container, .layout-details .main-container-left.serie .rating {
    width: 100%; }
  .layout-details .main-container-middle:not(.has-picture-show) #content-row {
    padding-top: 20px; }
  .layout-details .main-container-middle #content-row {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .layout-details #main-container .copy-right {
    margin-top: 0; }
  .layout-details .mobile-meta {
    display: block; }
    .layout-details .mobile-meta .ratingMeta {
      margin-top: 0 !important;
      padding-top: 20px;
      height: 37px; }
    .layout-details .mobile-meta .user-rating {
      font-size: 14px;
      font-weight: 700;
      font-family: Arial, sans-serif; }
      .layout-details .mobile-meta .user-rating .ofTen {
        color: rgba(255, 255, 255, 0.5);
        font-size: 11px; }
      .layout-details .mobile-meta .user-rating .rating {
        height: 10px;
        margin-bottom: 0; }
    .layout-details .mobile-meta .imdbRatingSeparator {
      padding-top: 3px; }
    .layout-details .mobile-meta #imdbRatingMobile > div > a > img {
      padding-bottom: 4px; }
  .layout-details .main-container-middle .meta-info-row {
    margin-top: 4px;
    margin-bottom: 0;
    line-height: 18px; }
  .layout-details .main-container-middle ul.attributes {
    padding-bottom: 0; }
  .layout-details .main-container-middle .episodes-block {
    margin-bottom: 0px !important; }
  .layout-details .main-container-middle .series-block {
    margin-bottom: 0px !important; }
    .layout-details .main-container-middle .series-block .series-season-block {
      margin-bottom: 0px; }
      .layout-details .main-container-middle .series-block .series-season-block .season {
        height: 72px; }
        .layout-details .main-container-middle .series-block .series-season-block .season:first-child {
          border-top: 0 !important; }
    .layout-details .main-container-middle .series-block .cursor-pointer {
      height: 72px; }
    .layout-details .main-container-middle .series-block .products {
      height: 100%;
      padding: 10px 0 !important; }
    .layout-details .main-container-middle .series-block .product-options {
      margin-top: 6px; }
  .layout-details .main-container-right #detail_content_right {
    display: none; }
  .layout-details article, .layout-details figure {
    margin-bottom: 0 !important; }
  .layout-details .mobile-collapse {
    position: relative; }
    .layout-details .mobile-collapse > h2 {
      margin-bottom: 0; }
      .layout-details .mobile-collapse > h2.cast-crew-title {
        margin-bottom: 0; }
      .layout-details .mobile-collapse > h2:hover {
        cursor: pointer; }
      .layout-details .mobile-collapse > h2:after {
        border-left: 0.4rem solid transparent;
        border-right: 0.4rem solid transparent;
        border-top: 0.4rem solid #fff;
        content: '';
        height: 0;
        position: absolute;
        transition: opacity 0.25s ease-in-out;
        width: 0;
        z-index: 1499;
        right: 0.4rem;
        top: 26px;
        border-bottom: 0; }
    .layout-details .mobile-collapse .mobile-collapse-content {
      max-height: 0;
      transition: max-height 0.25s ease-in;
      overflow: hidden; }
      .layout-details .mobile-collapse .mobile-collapse-content .meta-info-row:first-child {
        margin-top: 14px; }
    .layout-details .mobile-collapse.opened > h2:after {
      border-bottom: 0.4rem solid #fff;
      border-left: 0.4rem solid transparent;
      border-right: 0.4rem solid transparent;
      content: '';
      height: 0;
      position: absolute;
      transition: opacity 0.25s ease-in-out;
      width: 0;
      z-index: 1499;
      right: 0.4rem;
      top: 26px;
      border-top: 0; }
    .layout-details .mobile-collapse.opened > .mobile-collapse-content {
      max-height: 2500px; }
  .layout-details .recommendations-container .mobile-border-box {
    margin-top: 6px; }
  .layout-details .recommendations-container .trommel .header .title {
    padding-left: 0; }
  .layout-details .main-container-right #extras .trailer {
    width: calc(100% - 48px); }
  .layout-details .main-container-right #extras .mark {
    width: 40px; }
    .layout-details .main-container-right #extras .mark.full-width {
      width: 100%; } }

@media screen and (max-width: 612px) {
  .layout-details .main-content-containers .main-container-left .cover-container img {
    max-width: 100%; } }

@media screen and (max-width: 512px) {
  .layout-details .main-content-containers .main-container-left {
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 20px !important; }
    .layout-details .main-content-containers .main-container-left .cover-container, .layout-details .main-content-containers .main-container-left .rating {
      max-width: 100% !important; }
    .layout-details .main-content-containers .main-container-left.staffel .cover-container, .layout-details .main-content-containers .main-container-left.staffel .rating, .layout-details .main-content-containers .main-container-left.serie .cover-container, .layout-details .main-content-containers .main-container-left.serie .rating {
      max-width: 392px !important; }
  .layout-details .main-content-containers .main-container-middle {
    width: 100% !important; }
  .layout-details .main-content-containers .main-container-right {
    width: 100% !important; }
  .layout-details .main-content-containers #content-row {
    margin-top: 0px; }
  .layout-details .main-container-middle .photo-gallery .img-container, .layout-details .main-container-middle .photo-gallery .ps-container {
    flex: 1 0 calc(50% - 12px);
    max-width: calc(50% - 12px); }
  .layout-details .main-container-right {
    margin-bottom: 12px; }
    .layout-details .main-container-right #detail_content_right_top {
      margin-bottom: 4px; } }

@media screen and (max-width: 320px) {
  .layout-details .main-content-containers .main-container-left .cover-container img {
    max-width: 100%; } }

@media screen and (max-width: 1120px) {
  .close-column .adjust {
    margin-top: 20px;
    margin-bottom: 20px; } }

@media screen and (max-width: 1080px) {
  #close-top {
    padding-top: 50px; } }

@media screen and (max-width: 512px) {
  #series-template .main-content-containers .main-container-left {
    width: 100% !important;
    margin-right: 0 !important;
    max-width: 360px; }
    #series-template .main-content-containers .main-container-left .cover-container, #series-template .main-content-containers .main-container-left .rating {
      width: 100% !important;
      max-width: 100%; } }

@media screen and (max-width: 740px) {
  #close-top {
    display: none; }
  #pagewrapper {
    padding-top: 56px; } }

@media screen and (max-width: 1280px) {
  #search-head {
    background-image: none !important; }
    #search-head.empty-headline {
      min-height: 30px; }
      #search-head.empty-headline .headerlink,
      #search-head.empty-headline #headline-block {
        display: none; } }

.episodes-body .adjust {
  overflow: visible; }

.episodes-body .buttons-wrapper {
  width: 276px; }
  .episodes-body .buttons-wrapper .adjust {
    width: 220px; }

.episodes-body .bvormerk {
  float: right; }

#main-container .season-block .product-options,
#main-container .series-block .product-options {
  width: 276px; }
  #main-container .season-block .product-options:first-child,
  #main-container .series-block .product-options:first-child {
    width: 220px; }

#main-container .season-block .product-options a.product {
  padding-top: 17px 0px 10px 20px !important; }

#main-container .season-block .product-options a.product .drop-shadow {
  padding-top: 20px 0px 5px 0px !important; }

#main-container .season-block .product-options .dropdpown-opener .vl-icon-vl-down:before,
#main-container .season-block .product-options .dropdpown-opener .vl-icon-vl-up:before {
  line-height: 50px !important; }

@media screen and (max-width: 768px) {
  .episodes-body .buttons-wrapper {
    width: 266px; }
  #main-container .series-block .season .products .product-options {
    min-width: 200px !important;
    width: 100%; }
  #main-container .season-block .product-options:not(:first-child) {
    width: 266px; } }

#main-container .season-block .product-options {
  min-width: 220px; }

#main-container .series-block .season .products .product-options {
  min-width: 230px; }

#mymovies-template .coverteaser .coverlink {
  display: none !important; }

#mymovies-template .bdownloadinapp > a.deactivated, #mymovies-template .bdownloadinapp > a.deactivated:hover {
  background-color: #00746e;
  color: #bbb !important; }
  #mymovies-template .bdownloadinapp > a.deactivated .pt-close-button, #mymovies-template .bdownloadinapp > a.deactivated:hover .pt-close-button {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
    width: 40px;
    height: 40px;
    background-color: #01bbb1; }
    #mymovies-template .bdownloadinapp > a.deactivated .pt-close-button::before, #mymovies-template .bdownloadinapp > a.deactivated:hover .pt-close-button::before {
      content: '\68';
      display: block;
      width: 100%;
      text-align: center;
      font-family: "videoload-portal-icons" !important;
      font-weight: normal !important;
      font-size: 12px;
      line-height: 40px;
      font-weight: 900;
      font-style: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #fff !important;
      speak: none; }
    @media screen and (max-width: 1080px) {
      #mymovies-template .bdownloadinapp > a.deactivated .pt-close-button, #mymovies-template .bdownloadinapp > a.deactivated:hover .pt-close-button {
        width: 30px;
        height: 30px; }
        #mymovies-template .bdownloadinapp > a.deactivated .pt-close-button::before, #mymovies-template .bdownloadinapp > a.deactivated:hover .pt-close-button::before {
          line-height: 30px;
          font-size: 12px; } }
  #mymovies-template .bdownloadinapp > a.deactivated.opened .pt-close-button, #mymovies-template .bdownloadinapp > a.deactivated:hover.opened .pt-close-button {
    display: block; }

#mymovies-template .powertip-info-container {
  box-sizing: border-box;
  max-width: 90%;
  visibility: hidden; }
  #mymovies-template .powertip-info-container .arrow {
    left: calc(50% - 11px); }

#mymovies-template .meine-inhalte-head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 35px; }
  #mymovies-template .meine-inhalte-head h1.head-line {
    margin: 0 !important; }
  #mymovies-template .meine-inhalte-head .link {
    color: #009991;
    text-decoration: none; }
    #mymovies-template .meine-inhalte-head .link:hover {
      text-decoration: none; }
  @media screen and (max-width: 768px) {
    #mymovies-template .meine-inhalte-head {
      display: block; }
      #mymovies-template .meine-inhalte-head .link {
        display: block;
        margin-top: 24px; } }

.paginate-bottom .vl-result #search-head {
  display: block; }

#selected-filters .search-filter-selected {
  padding-bottom: 20px; }

#main-container .vl-cmls-result #search-result-list img {
  width: 100% !important;
  height: auto !important; }

#main-container .vl-cmls-result #search-result-list .cover57 img {
  max-width: 160px; }

#main-container .vl-cmls-result #search-result-list .cover169 img {
  max-width: 260px; }

.vl-cmls-result #search-result-list .main-container-left, .vl-cmls-result #search-result-list .main-container-right {
  width: 25%;
  max-width: 260px; }

.vl-cmls-result #search-result-list .main-container-left, .vl-cmls-result #search-result-list .main-container-middle {
  margin-right: 5%; }

.vl-cmls-result #search-result-list .main-container-middle {
  width: 40% !important; }

.vl-cmls-result #search-result-list .stoerer-container > div:not(.clear) {
  margin-bottom: 16px; }

.vl-cmls-result #search-result-list .rating-container .star-rating .vl-icon-vl-star-full::before,
.vl-cmls-result #search-result-list .rating-container .star-rating .vl-icon-vl-star-half::before {
  line-height: 14px; }

.vl-cmls-result #search-result-list .main-container-middle .meta-info .adjust {
  margin-top: 20px; }

@media screen and (max-width: 1080px) {
  .vl-cmls-result #search-head {
    min-height: auto;
    padding-bottom: 36px; }
    .vl-cmls-result #search-head #search-message.left {
      float: none; } }

@media screen and (max-width: 1000px) {
  .vl-cmls-result #search-result-list section {
    display: flex; }
  .vl-cmls-result #search-result-list .main-content .main-container-left {
    flex: 1; }
    .vl-cmls-result #search-result-list .main-content .main-container-left .cover-container {
      margin-bottom: 18px; }
  .vl-cmls-result #search-result-list .main-content section .main-container-middle {
    width: 70% !important;
    margin-right: 0; }
  .vl-cmls-result #search-result-list .main-container-right {
    display: none; } }

@media screen and (max-width: 720px) {
  .vl-cmls-result #search-result-list hr {
    margin: 22px 0; } }

@media screen and (max-width: 560px) {
  .vl-cmls-result #search-result-list .main-content .main-container-left .main-content section .main-container-middle .meta-info ul {
    display: inline-block;
    padding-bottom: 0; } }

@media screen and (max-width: 560px) {
  .search-control-bottom .search-url.number {
    display: none; }
    .search-control-bottom .search-url.number.page-count, .search-control-bottom .search-url.number.active {
      display: inline-block; } }

@media screen and (max-width: 1280px) {
  .filter-box, .search-control.sort {
    display: none; } }

#filter-navigator {
  height: auto;
  margin-top: 0;
  /*
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: rgba(255, 255, 255, 0.3);
  */ }
  #filter-navigator .filter {
    box-sizing: border-box;
    width: 14.2857%;
    height: 40px;
    border-width: 1px 0 1px 1px;
    /*
    @media screen and (min-width: 380px) {
      & {
        width: 50%; // 2 col
      }
    }

    @media screen and (min-width: 560px) {
      & {
        width: 33.333%; // 3 col
      }
    }

    @media screen and (min-width: 820px) {
      & {
        width: 25%; // 4 col
      }
    }

    @media screen and (min-width: 960px) {
      & {
        width: 20%; // 5 col
      }
    }

    @media screen and (min-width: 1360px) {
      & {
        width: 14.2857%; // 7 col
      }
    }
    */ }
    #filter-navigator .filter.last {
      border-width: 1px 1px 1px 1px; }

#selected-filters .search-filter-selected .search-filter-selected-block .search-filter-selected-name {
  margin-bottom: 0; }

.filter-headline {
  display: none; }
  .filter-headline .filter-box-handle {
    color: white;
    text-decoration: none; }

.filter-box {
  overflow: visible; }

/*
@media screen and (max-width: 819px) {
  .filter-headline {
    display: inline-block;
    padding: 10px 24px;
    margin-bottom: 3px;
  }

  .filter-box {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s cubic-bezier(0, .6, .6, 1); // for collapsing
    margin-bottom: 20px;

    &.opened {
      max-height: 1100px;
      transition: max-height 0.8s ease-in; // for expansion
    }

    &.overflow-visible {
       overflow: visible;
    }
  }
}
*/
video {
  width: 100%;
  height: 100%; }

.htmlplayer {
  width: auto;
  height: auto;
  margin: 0 44px;
  margin-bottom: 8px; }
  .htmlplayer .player-text {
    margin-bottom: 30px;
    line-height: 20px;
    width: 500px; }
  .htmlplayer .player-button {
    margin-bottom: 30px; }
  .htmlplayer .player-content {
    width: 500px;
    height: 281px; }
  .htmlplayer .player-swiper {
    position: relative;
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0;
    background-color: transparent; }
  .htmlplayer .player-swiper-container {
    overflow: hidden; }
    .htmlplayer .player-swiper-container .swiper-wrapper .swiper-slide {
      width: auto;
      height: 70px; }
      .htmlplayer .player-swiper-container .swiper-wrapper .swiper-slide .text {
        width: 160px;
        height: 40px;
        overflow: hidden;
        padding-top: 10px;
        color: #009991; }
        .htmlplayer .player-swiper-container .swiper-wrapper .swiper-slide .text:hover {
          color: #fff;
          cursor: pointer; }
      .htmlplayer .player-swiper-container .swiper-wrapper .swiper-slide .text.highlight {
        color: #fff !important; }
  .htmlplayer .swiper-button-prev, .htmlplayer .swiper-button-next {
    visibility: visible;
    opacity: 0.5;
    top: 24px; }

@media screen and (max-width: 1120px) {
  .htmlplayer {
    width: 90%;
    margin: 0 5%; } }

@media screen and (max-width: 768px) {
  #main-container #search-head.special-header .subtitle1 {
    font-size: 14px !important;
    line-height: 20px !important; }
  .htmlplayer .player-text {
    max-width: 500px;
    width: 100%;
    margin-bottom: 20px; }
  .htmlplayer .player-content {
    max-width: 500px;
    height: auto;
    width: 100%; }
  .htmlplayer .player-swiper {
    /*
        .swiper-wrapper {
          .swiper-slide {

            height: auto;

            .text {
                width: 100%;
                padding: 5px 0 5px 0;
              }
          }
        }
        */ }
    .htmlplayer .player-swiper .swiper-button-prev,
    .htmlplayer .player-swiper .swiper-button-next {
      display: none; } }

/****  Font colors  *** */
.color-1 {
  color: #000; }

.color-2 {
  color: #fff; }

.color-3 {
  color: #ff5c50; }

.color-4 {
  color: #009991; }

.link-hover {
  color: #009991; }
  .link-hover:hover {
    color: #00746e; }

.link-hover-reverse {
  color: #b2b2b2; }
  .link-hover-reverse:hover {
    color: #009991; }

.color-5 {
  color: #d73d3d; }

.color-6 {
  color: #b1291f; }

.color-7 {
  color: #860e0e; }

.color-8 {
  color: #00d0c5; }

.color-8-2 {
  color: #81cdcd; }

.color-9 {
  color: #00746e; }

.color-10 {
  color: #fcc000; }

.color-11 {
  color: #69b3f8; }

.color-12 {
  color: #87be5c; }

.color-13 {
  color: #ee6b7b; }

.color-14 {
  color: #1a1a1a; }

.color-14-2 {
  color: #2a2a2a; }

.color-15 {
  color: #2a2a2a; }

.color-16 {
  color: #4d4d4d; }

.color-17 {
  color: #808080; }

.color-18 {
  color: #b2b2b2; }

.color-18-2 {
  color: #c5c5c5; }

.color-18-3 {
  color: #d4d4d4; }

.color-19 {
  color: #dfdfdf; }

.color-20 {
  color: #f3f3f3; }

.color-21 {
  color: #fff; }

.color-22 {
  color: #fff; }

.color-23 {
  color: #fff; }

.color-24 {
  color: #fff; }

/**** Telekom  *** */
.color-telekom {
  color: #E20074 !important; }

/**** Hover colors  *** */
.hover-color-1 {
  color: #00746E; }

.hover-color-2 {
  color: #59E0D9; }

/**** Background colors  *** */
.bg-color-1 {
  background-color: #000; }

.bg-color-2 {
  background-color: #fff; }

.bg-color-3 {
  background-color: #ff5c50; }

.bg-color-4 {
  background-color: #009991; }

.bg-color-5 {
  background-color: #d73d3d; }

.bg-color-6 {
  background-color: #b1291f; }

.bg-color-7 {
  background-color: #860e0e; }

.bg-color-8 {
  background-color: #00d0c5; }

.bg-color-8-2 {
  background-color: #81cdcd; }

.bg-color-9 {
  background-color: #00746e; }

.bg-color-10 {
  background-color: #fcc000; }

.bg-color-11 {
  background-color: #69b3f8; }

.bg-color-12 {
  background-color: #87be5c; }

.bg-color-13 {
  background-color: #ee6b7b; }

.bg-color-14 {
  background-color: #1a1a1a; }

.bg-color-14-2 {
  background-color: #2a2a2a; }

.bg-color-15 {
  background-color: #2a2a2a; }

.bg-color-16 {
  background-color: #4d4d4d; }

.bg-color-17 {
  background-color: #808080; }

.bg-color-18 {
  background-color: #b2b2b2; }

.bg-color-18-2 {
  background-color: #c5c5c5; }

.bg-color-18-3 {
  background-color: #d4d4d4; }

.bg-color-19 {
  background-color: #dfdfdf; }

.bg-color-20 {
  background-color: #f3f3f3; }

.bg-color-21 {
  background-color: #fff; }

.bg-color-22 {
  background-color: #fff; }

.bg-color-23 {
  background-color: #fff; }

.bg-color-24 {
  background-color: #fff; }

.bg-color-25 {
  background-color: #333; }

/**** Border colors   *** */
.border-color-1 {
  border-color: #808080; }

.border-color-2 {
  border-color: #000; }

.bg-color-inactive-trailer {
  background-color: #646464;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }

.color-25 {
  color: rgba(255, 255, 255, 0.5); }

.color-27 {
  color: #e20074; }

.color-trailerlink {
  color: #ffffff; }

/*# sourceMappingURL=application.css.map */
