.clear:before, .clear:after {
  content: '';
  display: table; }

.clear:after {
  clear: both; }

/**************************************************************************************************
 * bootstrapping
 *************************************************************************************************/
/** reset drupal css where needed */
table {
  border-collapse: separate; }

/* Tabs in sidebar must wrap. */
.tabs.primary {
  white-space: normal; }
  .tabs.primary li {
    white-space: nowrap; }

tbody {
  border: 0; }

* {
  box-sizing: border-box; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0; }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic;
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif; }

.form-control:-ms-input-placeholder {
  color: #999;
  font-style: italic;
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif; }

.form-control::-webkit-input-placeholder {
  color: #999;
  font-style: italic;
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1; }

.form-group {
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
    .form-inline .input-group > .form-control.js-datepicker {
      width: 120px; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0; }
  .form-inline .radio input[type='radio'],
  .form-inline .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: ' ';
  display: table; }

.form-horizontal .form-group:after {
  clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group-addon,
.input-group .form-control {
  display: table-cell; }

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon input[type='radio'],
.input-group-addon input[type='checkbox'] {
  margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  text-indent: 4px; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 5px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.form-control {
  padding: 0 8px;
  height: 30px; }

.input-group-addon {
  background-color: #fff; }

.input-group .form-control {
  z-index: auto; }

.form-control,
.input-group-addon {
  border-color: #e5e5e5 !important;
  box-shadow: none; }

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

.form-control {
  padding: 0 8px;
  height: 30px; }

.input-group-addon {
  background-color: #fff; }

.input-group .form-control {
  z-index: auto; }

.form-control,
.input-group-addon {
  border-color: #e5e5e5 !important;
  box-shadow: none; }

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  line-height: 30px; }

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

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }

.input-group {
  width: 100%; }

.input-group-btn {
  display: table-cell;
  vertical-align: middle; }

.input-group-btn > .btn {
  position: relative; }

.btn {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.btn-default {
  color: #333;
  background-color: #FFF;
  border-color: #e5e5e5; }

/**************************************************************************************************
 * layout
 *************************************************************************************************/
#html:target:before {
  content: '';
  display: none;
  font-weight: 600;
  font-size: 1.2em;
  padding: 5px;
  position: fixed;
  text-align: center;
  text-shadow: 1px 1px 2px #fff;
  top: 0;
  right: 0;
  width: 300px;
  z-index: 1; }
  @media (min-width: 320px) {
    #html:target:before {
      content: "$bp-mobile: 320px ++";
      background: rgba(255, 0, 0, 0.6);
      border: 2px solid red;
      display: block; } }
  @media (min-width: 768px) {
    #html:target:before {
      content: "$bp-tablet: 768px ++";
      background: rgba(0, 255, 0, 0.6);
      border: 2px solid lime; } }
  @media (min-width: 1024px) {
    #html:target:before {
      content: "$bp-screen-s: 1024px ++";
      background: rgba(50, 50, 255, 0.6);
      border: 2px solid #3232ff; } }
  @media (min-width: 1280px) {
    #html:target:before {
      content: "$bp-screen-l: 1280px ++";
      background: rgba(255, 255, 0, 0.6);
      border: 2px solid yellow; } }
  @media (min-width: 1366px) {
    #html:target:before {
      content: "$bp-screen-x: 1366px ++";
      background: rgba(255, 0, 255, 0.6);
      border: 2px solid magenta; } }

#html:target body {
  position: relative; }
  #html:target body:after {
    z-index: 1;
    position: absolute !important;
    margin: 0 auto;
    content: ' ';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(#4affff 1px, transparent 1px), linear-gradient(90deg, #4affff 1px, transparent 1px);
    background-size: 20px 20px; }

@media (min-width: 320px) {
  #html:target .grid-wrap {
    background-color: rgba(255, 0, 0, 0.05); } }

@media (min-width: 768px) {
  #html:target .grid-wrap {
    background-color: rgba(0, 255, 0, 0.05); } }

@media (min-width: 1024px) {
  #html:target .grid-wrap {
    background-color: rgba(50, 50, 255, 0.05); } }

@media (min-width: 1280px) {
  #html:target .grid-wrap {
    background-color: rgba(255, 255, 0, 0.05); } }

@media (min-width: 1366px) {
  #html:target .grid-wrap {
    background-color: rgba(255, 0, 255, 0.05); } }

#html:target .col-a-start {
  background-color: #fffa96 !important; }

#html:target .col-b-start {
  background-color: #befaff !important; }

#html:target .col-a {
  background-color: yellow !important; }

#html:target .col-b {
  background-color: #f0dcf0 !important; }

#html:target .dev-box {
  background-color: #d8d8d8; }

header h1,
header h2,
header h3,
header .headline {
  margin: 0;
  padding: 0; }

#pagechoice {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 5px;
  visibility: visible !important;
  display: block !important;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #fff;
  z-index: 1; }

.wrapper > * > .grid-wrap {
  margin: 0 auto;
  position: relative; }

.grid-wrap {
  position: relative;
  width: 320px; }
  @media (min-width: 768px) {
    .grid-wrap {
      width: 660px; } }
  @media (min-width: 1024px) {
    .grid-wrap {
      width: 820px; } }
  @media (min-width: 1280px) {
    .grid-wrap {
      width: 980px; } }
  @media (min-width: 1366px) {
    .grid-wrap {
      width: 1140px; } }

.mainContent .grid-wrap {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .mainContent .grid-wrap {
      width: 620px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1024px) {
    .mainContent .grid-wrap {
      width: 780px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1280px) {
    .mainContent .grid-wrap {
      width: 940px; } }
  @media (min-width: 1366px) {
    .mainContent .grid-wrap {
      width: 1100px; } }

@media (min-width: 320px) {
  .bp-m-max {
    display: none !important; } }

@media (max-width: 319px) {
  .bp-m-min {
    display: none !important; } }

@media (min-width: 544px) {
  .bp-mm-max {
    display: none !important; } }

@media (max-width: 543px) {
  .bp-mm-min {
    display: none !important; } }

@media (min-width: 768px) {
  .bp-t-max {
    display: none !important; } }

@media (max-width: 767px) {
  .bp-t-min {
    display: none !important; } }

@media (min-width: 1024px) {
  .bp-s-max {
    display: none !important; } }

@media (max-width: 1023px) {
  .bp-s-min {
    display: none !important; } }

@media (min-width: 1280px) {
  .bp-l-max {
    display: none !important; } }

@media (max-width: 1279px) {
  .bp-l-min {
    display: none !important; } }

@media (min-width: 1366px) {
  .bp-x-max {
    display: none !important; } }

@media (max-width: 1365px) {
  .bp-x-min {
    display: none !important; } }

[class='bp-fl'],
[class*='bp-fl'] {
  float: left; }

@media (min-width: 320px) {
  .bp-fl-m-max {
    float: none; } }

@media (max-width: 319px) {
  .bp-fl-m-min {
    float: none; } }

@media (min-width: 544px) {
  .bp-fl-mm-max {
    float: none; } }

@media (max-width: 543px) {
  .bp-fl-mm-min {
    float: none; } }

@media (min-width: 768px) {
  .bp-fl-t-max {
    float: none; } }

@media (max-width: 767px) {
  .bp-fl-t-min {
    float: none; } }

@media (min-width: 1024px) {
  .bp-fl-s-max {
    float: none; } }

@media (max-width: 1023px) {
  .bp-fl-s-min {
    float: none; } }

@media (min-width: 1280px) {
  .bp-fl-l-max {
    float: none; } }

@media (max-width: 1279px) {
  .bp-fl-l-min {
    float: none; } }

@media (min-width: 1366px) {
  .bp-fl-x-max {
    float: none; } }

@media (max-width: 1365px) {
  .bp-fl-x-min {
    float: none; } }

[class='bp-fr'],
[class*='bp-fr'] {
  float: right; }

@media (min-width: 320px) {
  .bp-fr-m-max {
    float: none; } }

@media (max-width: 319px) {
  .bp-fr-m-min {
    float: none; } }

@media (min-width: 544px) {
  .bp-fr-mm-max {
    float: none; } }

@media (max-width: 543px) {
  .bp-fr-mm-min {
    float: none; } }

@media (min-width: 768px) {
  .bp-fr-t-max {
    float: none; } }

@media (max-width: 767px) {
  .bp-fr-t-min {
    float: none; } }

@media (min-width: 1024px) {
  .bp-fr-s-max {
    float: none; } }

@media (max-width: 1023px) {
  .bp-fr-s-min {
    float: none; } }

@media (min-width: 1280px) {
  .bp-fr-l-max {
    float: none; } }

@media (max-width: 1279px) {
  .bp-fr-l-min {
    float: none; } }

@media (min-width: 1366px) {
  .bp-fr-x-max {
    float: none; } }

@media (max-width: 1365px) {
  .bp-fr-x-min {
    float: none; } }

@media (min-width: 768px) {
  .col-a-start {
    width: 45.16129%; } }

@media (min-width: 1024px) {
  .col-a-start {
    width: 58.97436%; } }

@media (min-width: 1280px) {
  .col-a-start {
    width: 31.91489%; } }

@media (min-width: 1366px) {
  .col-a-start {
    width: 41.81818%; } }

@media (min-width: 768px) {
  .col-b-start {
    width: 54.83871%; } }

@media (min-width: 1024px) {
  .col-b-start {
    width: 114.28571%; } }

@media (min-width: 1280px) {
  .col-b-start {
    width: 68.08511%; } }

@media (min-width: 1366px) {
  .col-b-start {
    width: 58.18182%; } }

.col-a-kino {
  width: 100%; }
  @media (min-width: 768px) {
    .col-a-kino {
      width: 48.3871%; } }
  @media (min-width: 1024px) {
    .col-a-kino {
      width: 100%; } }
  @media (min-width: 1280px) {
    .col-a-kino {
      width: 50%; } }
  @media (min-width: 1366px) {
    .col-a-kino {
      width: 60.52632%; } }

.col-b-kino {
  width: 100%; }
  @media (min-width: 768px) {
    .col-b-kino {
      width: 51.6129%; } }
  @media (min-width: 1024px) {
    .col-b-kino {
      width: 100%; } }
  @media (min-width: 1280px) {
    .col-b-kino {
      width: 50%; } }
  @media (min-width: 1366px) {
    .col-b-kino {
      width: 39.47368%; } }

@media (max-width: 1023px) {
  .col-a {
    display: block !important;
    float: none !important; } }

@media (min-width: 1024px) {
  .col-a {
    width: 58.97436%; } }

@media (min-width: 1280px) {
  .col-a {
    width: 65.95745%; } }

@media (min-width: 1366px) {
  .col-a {
    width: 70.90909%; } }

@media all and (max-width: 1024px) {
  .wrapper .col-b {
    margin-top: 20px; } }

.wrapper .col-b .spacer {
  height: 20px;
  width: 100%; }

.wrapper .col-b img {
  width: 100%; }

@media (max-width: 1023px) {
  .wrapper .col-b {
    display: block;
    float: none; }
    .wrapper .col-b .tile-half {
      float: left;
      width: 45%;
      width: calc(50% - 20px); }
    .wrapper .col-b .border-box {
      left: 0;
      margin-left: 0;
      width: 100%; }
      .wrapper .col-b .border-box > * {
        margin-right: 0;
        margin-left: 0; }
      .wrapper .col-b .border-box .tile-half {
        width: 300px;
        margin-left: 0;
        margin-left: calc((100% - 300px) / 2);
        padding-right: 0; } }
      @media (max-width: 1023px) and (min-width: 768px) {
        .wrapper .col-b .border-box .tile-half {
          width: 300px;
          margin-left: 30%;
          margin-left: calc((100% - 600px) / 3); } }
  @media all and (max-width: 1023px) and (max-width: 1024px) {
    .wrapper .col-b .border-box.solo {
      width: 300px;
      margin-left: 0; } }
  @media all and (max-width: 1023px) and (max-width: 1024px) and (min-width: 768px) {
    .wrapper .col-b .border-box.solo {
      margin-left: 160px; } }
  @media all and (max-width: 1023px) and (max-width: 1024px) {
      .wrapper .col-b .border-box.solo .tile-half {
        margin-left: 0; } }

@media (max-width: 767px) {
  .wrapper .col-b .tile-half {
    float: none;
    width: auto; }
  .wrapper .col-b .border-box > * {
    width: auto;
    margin-right: 0; }
  .wrapper .col-b .border-box .tile-half {
    margin-right: 0; } }

@media (min-width: 1024px) {
  .wrapper .col-b {
    width: 41.02564%; }
    .wrapper .col-b .tile [class='tile'],
    .wrapper .col-b .tile [class*='tile'] {
      width: auto;
      float: none;
      padding-right: 0;
      margin-left: 0; } }

@media (min-width: 1280px) {
  .wrapper .col-b {
    width: 34.04255%; } }

@media (min-width: 1366px) {
  .wrapper .col-b {
    width: 29.09091%; } }

[class='col-']:before, [class='col-']:after,
[class*='col-']:before,
[class*='col-']:after {
  content: '';
  display: table; }

[class='col-']:after,
[class*='col-']:after {
  clear: both; }

[class='col-'] [class='tile'],
[class='col-'] [class*='tile'],
[class*='col-'] [class='tile'],
[class*='col-'] [class*='tile'] {
  margin-left: 20px; }

@media (min-width: 1280px) {
  [class='col-'] .tile-half,
  [class*='col-'] .tile-half {
    float: left;
    width: 45%;
    width: calc(50% - 20px); } }

[class='col-'] .tile,
[class*='col-'] .tile {
  width: 90%;
  width: calc(100% - 20px);
  clear: both; }

.td + .td[class='col-'],
.td + .td[class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

@media (min-width: 768px) {
  .left:not(.td) {
    float: left;
    box-sizing: border-box;
    padding-right: 20px; }
  .right:not(.td) {
    float: right;
    box-sizing: border-box;
    padding-left: 20px; } }

@media (min-width: 1024px) {
  .td[class='col-'],
  .td[class*='col-'] {
    padding-right: 20px; } }

p#bp:before {
  display: none; }
  @media (min-width: 320px) {
    p#bp:before {
      content: 'm'; } }
  @media (min-width: 768px) {
    p#bp:before {
      content: 't'; } }
  @media (min-width: 1024px) {
    p#bp:before {
      content: 's'; } }
  @media (min-width: 1280px) {
    p#bp:before {
      content: 'l'; } }
  @media (min-width: 1366px) {
    p#bp:before {
      content: 'x'; } }

* {
  -moz-box-sizing: border-box; }

.header-metabar {
  font-size: .875em;
  position: relative; }
  .header-metabar:before, .header-metabar:after {
    content: '';
    display: table; }
  .header-metabar:after {
    clear: both; }
  .header-metabar time {
    color: #999;
    vertical-align: middle;
    float: left;
    margin-top: 3px; }
  .header-metabar span {
    float: left; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline;
    cursor: pointer; }
  a:focus {
    text-decoration: none;
    outline: 0; }

ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul li {
    display: inline-block; }

header li {
  padding: .5em .5em .5em 0; }

::-webkit-input-placeholder {
  color: #bdbdbd;
  font-style: italic;
  font-weight: 300; }

::-moz-placeholder {
  color: #bdbdbd;
  opacity: 1;
  font-style: italic;
  font-weight: 300; }

:-ms-input-placeholder {
  color: #bdbdbd;
  font-style: italic;
  font-weight: 300; }

body {
  margin: 0;
  position: fixed; }

@media (min-width: 1155px) {
  .outerWrapper {
    margin-right: 0;
    margin-right: calc(100% - 1170px);
    width: 1140px;
    margin: 0; } }

@media (min-width: 1315px) {
  .outerWrapper {
    margin-left: 0;
    margin-left: calc((100% - 1140px) / 2);
    margin-right: 0;
    margin-right: calc((100% - 1170px) / 2); } }

.wrapper {
  margin: 0 auto;
  position: relative; }

.innerWrapper {
  position: relative;
  margin: 0 160px 0 0;
  width: 320px;
  margin-left: 0;
  margin-left: calc((100% - 320px) / 2); }
  @media (min-width: 768px) {
    .innerWrapper {
      width: 660px;
      margin-left: 0;
      margin-left: calc((100% - 660px) / 2); } }
  @media (min-width: 835px) {
    .innerWrapper {
      width: 660px;
      margin-left: 0;
      margin-left: calc((100% - 820px)); } }
  @media (min-width: 995px) {
    .innerWrapper {
      width: 660px;
      margin-left: 0;
      margin-left: calc((100% - 660px) / 2); } }
  @media (min-width: 1024px) {
    .innerWrapper {
      width: 820px;
      margin-left: 0;
      margin-left: calc((100% - 980px)); } }
  @media (min-width: 1155px) {
    .innerWrapper {
      width: 820px;
      margin-left: 0;
      margin-left: calc((100% - 820px) / 2); } }
  @media (min-width: 1280px) {
    .innerWrapper {
      width: 980px;
      margin-left: 0;
      margin-left: calc((100% - 1140px)); } }
  @media (min-width: 1315px) {
    .innerWrapper {
      width: 980px;
      margin-left: 0;
      margin-left: calc((100% - 980px) / 2); } }
  @media (min-width: 1366px) {
    .innerWrapper {
      width: 1140px;
      margin-left: 160px;
      margin-left: calc((100% - 1300px)); } }
  @media (min-width: 1475px) {
    .innerWrapper {
      width: 1140px;
      margin-left: 160px;
      margin-left: calc((100% - 1140px) / 2); } }

.consent {
  position: initial; }

.mainHeader {
  font-family: "Source Sans Pro", sans-serif; }
  .mainHeader .grid-wrap[class*="is_stuck"] {
    margin-left: 0;
    margin-left: calc((100% - 320px) / 2); }
    @media (min-width: 768px) {
      .mainHeader .grid-wrap[class*="is_stuck"] {
        margin-left: 0;
        margin-left: calc((100% - 660px) / 2); } }
    @media (min-width: 835px) {
      .mainHeader .grid-wrap[class*="is_stuck"] {
        margin-left: 0;
        margin-left: calc((100% - 820px)); } }
    @media (min-width: 995px) {
      .mainHeader .grid-wrap[class*="is_stuck"] {
        margin-left: 0;
        margin-left: calc((100% - 660px) / 2); } }
    @media (min-width: 1024px) {
      .mainHeader .grid-wrap[class*="is_stuck"] {
        margin-left: 0;
        margin-left: calc((100% - 980px)); } }
    @media (min-width: 1155px) {
      .mainHeader .grid-wrap[class*="is_stuck"] {
        margin-left: 0;
        margin-left: calc((100% - 820px) / 2); } }
    @media (min-width: 1280px) {
      .mainHeader .grid-wrap[class*="is_stuck"] {
        margin-left: 0;
        margin-left: calc((100% - 1140px)); } }
    @media (min-width: 1315px) {
      .mainHeader .grid-wrap[class*="is_stuck"] {
        margin-left: 0;
        margin-left: calc((100% - 980px) / 2); } }
    @media (min-width: 1366px) {
      .mainHeader .grid-wrap[class*="is_stuck"] {
        margin-left: 160px;
        margin-left: calc((100% - 1300px)); } }
    @media (min-width: 1475px) {
      .mainHeader .grid-wrap[class*="is_stuck"] {
        margin-left: 160px;
        margin-left: calc((100% - 1140px) / 2); } }
  @media (min-width: 1024px) {
    .mainHeader nav {
      margin-top: 90px;
      position: relative; } }
  @media (min-width: 1024px) {
    .mainHeader.hideTop nav {
      margin-top: 0;
      position: relative; } }
  .mainHeader .main {
    position: absolute;
    z-index: 5000000;
    left: 0;
    right: 0;
    top: 0;
    height: 40px;
    background-color: #06558b; }
    @media (min-width: 768px) {
      .mainHeader .main {
        height: 60px; } }
    .mainHeader .main .table {
      display: table;
      width: 100%; }
      .mainHeader .main .table .td {
        display: table-cell;
        vertical-align: middle; }
        .mainHeader .main .table .td.branding {
          width: 15%;
          padding: 0 0 0 3%; }
          @media (min-width: 768px) {
            .mainHeader .main .table .td.branding {
              width: 29%; } }
          @media (min-width: 1024px) {
            .mainHeader .main .table .td.branding {
              width: 23%; } }
          @media (min-width: 1280px) {
            .mainHeader .main .table .td.branding {
              width: 17px;
              padding-left: 1%; } }
          @media (min-width: 1366px) {
            .mainHeader .main .table .td.branding {
              width: 16.5%;
              padding-left: 1.7%; } }
          .mainHeader .main .table .td.branding .wrapper {
            display: block;
            height: 40px; }
            @media (min-width: 768px) {
              .mainHeader .main .table .td.branding .wrapper {
                height: 60px; } }
            .mainHeader .main .table .td.branding .wrapper .logo {
              background: transparent url(../images/logo-header.png) 50% 65% no-repeat;
              background-size: contain;
              display: block;
              overflow: hidden;
              text-indent: -9999px;
              margin: 0;
              height: 100%;
              min-width: 76px; }
              @media (min-width: 768px) {
                .mainHeader .main .table .td.branding .wrapper .logo {
                  background-position: 50% 50%; } }
              @media (min-width: 768px) {
                .mainHeader .main .table .td.branding .wrapper .logo {
                  min-width: 161px;
                  max-width: 161px; } }
        .mainHeader .main .table .td.btn-wrapper {
          width: 18%;
          padding-left: 3%; }
          @media (min-width: 768px) {
            .mainHeader .main .table .td.btn-wrapper {
              width: 13%;
              padding-left: 2%; } }
          @media (min-width: 1024px) {
            .mainHeader .main .table .td.btn-wrapper {
              width: 9.5%;
              padding-left: 1%;
              padding-right: 0.5%; } }
          @media (min-width: 1280px) {
            .mainHeader .main .table .td.btn-wrapper {
              width: 8.5%;
              padding-right: 0; } }
          @media (min-width: 1366px) {
            .mainHeader .main .table .td.btn-wrapper {
              width: 12.2%;
              padding-right: 0.5%; } }
          .mainHeader .main .table .td.btn-wrapper .btn {
            background-color: #c7091a;
            border-radius: 3px;
            color: #fff;
            display: block;
            height: 30px;
            line-height: 28px;
            text-align: center;
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
            vertical-align: middle;
            padding-left: 2px;
            padding-right: 2px; }
            .mainHeader .main .table .td.btn-wrapper .btn:hover {
              text-decoration: none; }
            .mainHeader .main .table .td.btn-wrapper .btn span {
              font-size: 0.875em;
              font-weight: 400; }
            .mainHeader .main .table .td.btn-wrapper .btn b {
              font-size: 0.875em;
              font-weight: 400; }
              @media (min-width: 768px) {
                .mainHeader .main .table .td.btn-wrapper .btn b {
                  font-size: 18px;
                  font-weight: 500; } }
        .mainHeader .main .table .td.menu {
          width: 26%;
          position: static; }
          .mainHeader .main .table .td.menu.open ul {
            border-radius: 0 0 4px 4px;
            box-shadow: 0 2px 2px 0 #969696;
            background: #fff;
            position: absolute;
            top: 40px;
            display: table;
            width: 100%;
            right: 0; }
            @media (min-width: 768px) {
              .mainHeader .main .table .td.menu.open ul {
                top: 60px;
                left: 1px; } }
            .mainHeader .main .table .td.menu.open ul li {
              padding-left: 10px; }
              .mainHeader .main .table .td.menu.open ul li:before, .mainHeader .main .table .td.menu.open ul li:after {
                content: '';
                display: table; }
              .mainHeader .main .table .td.menu.open ul li:after {
                clear: both; }
              .mainHeader .main .table .td.menu.open ul li.item {
                padding-left: 0;
                padding-right: 0; }
              .mainHeader .main .table .td.menu.open ul li.item-menu {
                display: table-cell;
                text-align: left;
                width: 95%;
                top: -40px;
                margin-right: 18px;
                border-bottom: 1px solid #efefee;
                float: left; }
                .mainHeader .main .table .td.menu.open ul li.item-menu:hover .item {
                  background: #fff;
                  padding-left: 0;
                  color: #06558b;
                  text-decoration: none;
                  box-shadow: none; }
                .mainHeader .main .table .td.menu.open ul li.item-menu:hover .submenu {
                  display: none; }
                .mainHeader .main .table .td.menu.open ul li.item-menu .navHandle {
                  display: table-cell;
                  width: 40px;
                  cursor: pointer; }
                .mainHeader .main .table .td.menu.open ul li.item-menu .item {
                  display: table-cell;
                  color: #06558b;
                  margin-left: 10px;
                  padding-left: 0;
                  padding-right: 0;
                  font-size: 17px; }
                @media (min-width: 768px) {
                  .mainHeader .main .table .td.menu.open ul li.item-menu {
                    width: 29%;
                    top: 0;
                    border-bottom: 0;
                    margin-right: 0; }
                    .mainHeader .main .table .td.menu.open ul li.item-menu:hover .submenu {
                      display: block; }
                    .mainHeader .main .table .td.menu.open ul li.item-menu .navHandle {
                      display: none; }
                    .mainHeader .main .table .td.menu.open ul li.item-menu .submenu {
                      display: block; } }
              .mainHeader .main .table .td.menu.open ul li.border {
                border: 0; }
              .mainHeader .main .table .td.menu.open ul li.burger, .mainHeader .main .table .td.menu.open ul li.search,
              .mainHeader .main .table .td.menu.open ul li.burger + .border {
                top: -40px; }
                @media (min-width: 768px) {
                  .mainHeader .main .table .td.menu.open ul li.burger, .mainHeader .main .table .td.menu.open ul li.search,
                  .mainHeader .main .table .td.menu.open ul li.burger + .border {
                    top: -60px; } }
              .mainHeader .main .table .td.menu.open ul li.search {
                right: 5px; }
          @media (min-width: 768px) {
            .mainHeader .main .table .td.menu {
              width: 51%; } }
          @media (min-width: 1280px) {
            .mainHeader .main .table .td.menu {
              width: 66%; } }
          .mainHeader .main .table .td.menu ul {
            margin: 0;
            text-align: right; }
            @media (min-width: 1024px) {
              .mainHeader .main .table .td.menu ul {
                float: right; } }
            .mainHeader .main .table .td.menu ul li {
              display: block;
              float: right;
              padding: 0;
              position: relative; }
              .mainHeader .main .table .td.menu ul li.border {
                border-right: 1px solid #2e709d;
                height: 30px;
                width: 1px;
                margin-top: 5px; }
                @media (min-width: 768px) {
                  .mainHeader .main .table .td.menu ul li.border {
                    height: 40px;
                    margin-top: 10px; } }
              .mainHeader .main .table .td.menu ul li.item-menu.mainmenu {
                float: left; }
              .mainHeader .main .table .td.menu ul li.border.bp-s-min {
                float: left; }
                .mainHeader .main .table .td.menu ul li.border.bp-s-min:nth-child(4) {
                  display: none; }
              .mainHeader .main .table .td.menu ul li.item {
                color: #fff;
                padding: 0 14px;
                line-height: 40px;
                font-family: "Source Sans Pro", sans-serif;
                display: block; }
                @media (min-width: 768px) {
                  .mainHeader .main .table .td.menu ul li.item {
                    line-height: 60px; } }
                .mainHeader .main .table .td.menu ul li.item.burger {
                  width: 45px;
                  padding: 0 10px 0 15px; }
                  @media (min-width: 768px) {
                    .mainHeader .main .table .td.menu ul li.item.burger {
                      width: 55px;
                      padding: 0 20px 0 15px; } }
                  .mainHeader .main .table .td.menu ul li.item.burger.open {
                    background-color: #fff; }
                .mainHeader .main .table .td.menu ul li.item.search.open {
                  background-color: #fff;
                  box-shadow: -2px -4px 3px 0 #000; }
                .mainHeader .main .table .td.menu ul li.item.search .glyphicon-search {
                  padding: 6px 10px; }
                .mainHeader .main .table .td.menu ul li.item.form .searchForm {
                  margin-bottom: 0;
                  padding: 15px 0; }
                .mainHeader .main .table .td.menu ul li.item.form .form-control {
                  width: 240px; }
                .mainHeader .main .table .td.menu ul li.item.form .glyphicon-search {
                  width: 36px; }
                .mainHeader .main .table .td.menu ul li.item.form input.search {
                  border-right: 0; }
              .mainHeader .main .table .td.menu ul li.item-menu:hover .submenu {
                display: block; }
              .mainHeader .main .table .td.menu ul li.item-menu:hover .item {
                background-color: #fff;
                color: #06558b;
                text-decoration: none;
                box-shadow: 0 3px 4px rgba(0, 0, 0, 0.6); }
              .mainHeader .main .table .td.menu ul li.item-menu .navHandle {
                display: none; }
              .mainHeader .main .table .td.menu ul li.item-menu .item {
                color: #fff;
                padding: 0 12px;
                line-height: 45px;
                font-family: "Source Sans Pro", sans-serif;
                display: block;
                font-weight: 500;
                font-size: 18px; }
                @media (min-width: 1024px) {
                  .mainHeader .main .table .td.menu ul li.item-menu .item:first-child {
                    padding-right: 20px; } }
                @media (min-width: 768px) {
                  .mainHeader .main .table .td.menu ul li.item-menu .item {
                    line-height: 60px; } }
                .mainHeader .main .table .td.menu ul li.item-menu .item .neu {
                  display: inline-block;
                  width: 45px;
                  height: 45px;
                  margin-left: -8px;
                  vertical-align: top;
                  background: url(../images/badge/neu-vod.png) no-repeat 50% 50%; }
              .mainHeader .main .table .td.menu ul li.item-menu.extra-menu:hover .extra-glyphicon {
                background: #06558b url(../images/icons/icon-menu-burger-open.png) no-repeat 50% 50%;
                padding: 6px 10px;
                background-color: #fff; }
              .mainHeader .main .table .td.menu ul li.item-menu .submenu {
                display: none;
                vertical-align: top; }
                .mainHeader .main .table .td.menu ul li.item-menu .submenu ul {
                  position: relative;
                  top: 0;
                  margin-left: 18px;
                  box-shadow: none;
                  text-align: left;
                  width: 93%;
                  border-top: 1px solid #efefee; }
                  @media (min-width: 768px) {
                    .mainHeader .main .table .td.menu ul li.item-menu .submenu ul {
                      width: 100%; } }
                  .mainHeader .main .table .td.menu ul li.item-menu .submenu ul li {
                    float: none;
                    border-bottom: 1px solid #efefee;
                    padding-left: 30px; }
                    .mainHeader .main .table .td.menu ul li.item-menu .submenu ul li:last-child {
                      border: 0; }
                    .mainHeader .main .table .td.menu ul li.item-menu .submenu ul li a {
                      border-bottom: 1px solid #ccc;
                      display: inline-block;
                      white-space: nowrap;
                      padding: 9px 6px 9px 0;
                      color: #65809e; }
                      @media (min-width: 768px) {
                        .mainHeader .main .table .td.menu ul li.item-menu .submenu ul li a {
                          display: block; } }
                      @media (min-width: 1024px) {
                        .mainHeader .main .table .td.menu ul li.item-menu .submenu ul li a {
                          color: #06558b; } }
                      .mainHeader .main .table .td.menu ul li.item-menu .submenu ul li a:last-child {
                        border: 0; }
                @media (min-width: 768px) {
                  .mainHeader .main .table .td.menu ul li.item-menu .submenu {
                    display: block;
                    top: 60px; }
                    .mainHeader .main .table .td.menu ul li.item-menu .submenu ul {
                      margin-left: 0; }
                      .mainHeader .main .table .td.menu ul li.item-menu .submenu ul li {
                        padding-left: 0; } }
                @media (min-width: 1024px) {
                  .mainHeader .main .table .td.menu ul li.item-menu .submenu {
                    display: none;
                    position: absolute;
                    top: 50px;
                    left: 0;
                    background-color: #fff;
                    z-index: 1;
                    padding: 10px 15px 1px 0;
                    text-align: left;
                    border-bottom-left-radius: 2px;
                    border-bottom-right-radius: 2px;
                    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.6); }
                    .mainHeader .main .table .td.menu ul li.item-menu .submenu.right {
                      left: auto;
                      right: 0; }
                      .mainHeader .main .table .td.menu ul li.item-menu .submenu.right ul {
                        -webkit-column-count: 1;
                           -moz-column-count: 1;
                                column-count: 1;
                        min-width: inherit; }
                    .mainHeader .main .table .td.menu ul li.item-menu .submenu:hover {
                      display: block; }
                    .mainHeader .main .table .td.menu ul li.item-menu .submenu ul {
                      margin-left: 0;
                      border: 0;
                      -webkit-column-count: 2;
                         -moz-column-count: 2;
                              column-count: 2;
                      -webkit-column-gap: 10px;
                         -moz-column-gap: 10px;
                              column-gap: 10px;
                      min-width: 270px; }
                      .mainHeader .main .table .td.menu ul li.item-menu .submenu ul li {
                        padding-left: 6px; }
                        .mainHeader .main .table .td.menu ul li.item-menu .submenu ul li:last-child {
                          border: 0; } }
                @media (min-width: 1024px) {
                  .mainHeader .main .table .td.menu ul li.item-menu .submenu.single ul {
                    -webkit-column-count: 1;
                       -moz-column-count: 1;
                            column-count: 1;
                    min-width: inherit; } }
  .mainHeader .mobileSearch {
    display: none;
    position: relative;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 2px 0 #969696;
    margin: 0 1px;
    padding: 10px; }
    .mainHeader .mobileSearch.visible {
      display: block; }
  .mainHeader .sub {
    color: #585858;
    padding-top: 2.3em;
    font-size: 1.1em; }
    @media (min-width: 768px) {
      .mainHeader .sub {
        padding: 3.4em 0 .4em;
        font-size: 1em; } }
    .mainHeader .sub.no_top_padding {
      padding-top: 0; }
    .mainHeader .sub .td {
      padding: 0 .625em; }
      @media (min-width: 768px) {
        .mainHeader .sub .td {
          padding: 0 1.25em; } }
      .mainHeader .sub .td:last-child {
        text-align: right;
        font-weight: 600; }
        .mainHeader .sub .td:last-child li:nth-child(1) {
          font-weight: 400; }
    .mainHeader .sub ul {
      display: inline-block;
      padding: 0;
      margin: 0 0 .325em; }
      .mainHeader .sub ul li:last-child {
        display: none; }
      @media (min-width: 768px) {
        .mainHeader .sub ul {
          margin: .7em 0 .2em; } }
      @media (min-width: 767px) {
        .mainHeader .sub ul li:last-child {
          display: inherit; } }
    .mainHeader .sub li,
    .mainHeader .sub h1 {
      padding: 0;
      font-size: 0.6875em; }
      @media (min-width: 768px) {
        .mainHeader .sub li,
        .mainHeader .sub h1 {
          font-size: 0.875em; } }
    .mainHeader .sub h1 {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 1em; }
    .mainHeader .sub .spacer {
      margin: 0 3px; }
    .mainHeader .sub a {
      color: #585858; }
    .mainHeader .sub img {
      margin: -3px -1px 0 0; }

.header-text {
  margin-bottom: 18px; }

.header-consent {
  width: 100%;
  height: 120px;
  text-align: initial;
  margin-bottom: 0;
  background-color: #06558b;
  padding-top: 30px; }
  .header-consent__icon-logo {
    background: transparent url(../images/logo-header.png) 50% 65% no-repeat;
    display: block;
    width: 161px;
    height: 60px;
    margin-left: 20px; }
    @media (min-width: 768px) {
      .header-consent__icon-logo {
        margin-left: 200px; } }
    .header-consent__icon-logo::before {
      width: auto;
      height: auto;
      color: green !important; }

.mainContent:before, .mainContent:after {
  content: '';
  display: table; }

.mainContent:after {
  clear: both; }

.mainContent img {
  max-width: 100%;
  border: 0; }

.outerImage {
  margin-bottom: 2.2em;
  font-size: 0.85em;
  line-height: 1.4em;
  font-style: italic; }
  .outerImage img {
    width: 100%;
    height: auto; }

.border-box {
  margin-bottom: 1em; }
  .border-box:before, .border-box:after {
    content: '';
    display: table; }
  .border-box:after {
    clear: both; }
  .border-box .widget-header {
    margin-top: 1em; }
    .border-box .widget-header h2,
    .border-box .widget-header .headline {
      font-size: 1.3em;
      line-height: 1.5em; }
  .border-box .image-wrapper {
    position: relative;
    margin-bottom: 0.5em; }
    .border-box .image-wrapper span {
      position: absolute;
      top: 1.2em;
      left: 1.3em; }
    .border-box .image-wrapper .badge-ad {
      right: 1.3em;
      left: auto; }
    .border-box .image-wrapper .arrow-right {
      width: 100%;
      height: 100%;
      background: transparent url(../images/icons/icon-arrow-right-small.png) 96% 93% no-repeat;
      position: absolute;
      top: 0;
      left: 0; }
  .border-box .tile-half {
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.4em; }
    .border-box .tile-half a {
      color: #000; }
    .border-box .tile-half .desc a {
      color: #f00;
      font-weight: 600; }
    .border-box .tile-half h2,
    .border-box .tile-half .headline {
      font-size: 1.1em; }
  @media (min-width: 1024px) {
    .border-box {
      margin-bottom: 2.4em; } }
  .border-box > * {
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    .border-box {
      position: relative;
      left: -10px; }
      .border-box > * {
        margin-left: 10px;
        margin-right: 10px; } }
  @media (min-width: 1024px) {
    .border-box {
      border: 1px solid #e6e6e6;
      padding: 0 19px;
      left: 0; }
      .border-box > * {
        margin-left: 0;
        margin-right: 0; } }

.image-wrapper,
.imageWrap,
.cover-wrapper {
  position: relative; }
  .image-wrapper img.play,
  .imageWrap img.play,
  .cover-wrapper img.play {
    width: 50px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    z-index: 9; }
    .image-wrapper img.play:hover,
    .imageWrap img.play:hover,
    .cover-wrapper img.play:hover {
      opacity: 1; }

.contentFooter {
  margin-top: 40px;
  background-color: #f2f5f7; }
  .contentFooter .content {
    margin: 0 auto;
    color: #a0a2a4;
    padding: 0 .625em; }
    @media (min-width: 768px) {
      .contentFooter .content {
        padding: 0 1.25em; } }
    .contentFooter .content h3 {
      color: #000; }
    .contentFooter .content .newsletterModule input {
      width: 82.5%; }
      @media (min-width: 768px) {
        .contentFooter .content .newsletterModule input {
          width: 84.5%; } }
    .contentFooter .content .newsletterModule button span {
      width: 100%; }
    .contentFooter .content .footerwraper {
      padding-top: 15px; }
    .contentFooter .content .currentIssue {
      margin-bottom: 2em;
      width: 100%; }
      @media (min-width: 768px) {
        .contentFooter .content .currentIssue {
          margin-bottom: 1em; } }
      @media (min-width: 1024px) {
        .contentFooter .content .currentIssue {
          width: 22.5em;
          margin-top: .25em; } }
      @media (min-width: 1366px) {
        .contentFooter .content .currentIssue {
          width: 27.5em;
          margin-top: .25em; } }
      .contentFooter .content .currentIssue figure {
        position: relative;
        display: table; }
        .contentFooter .content .currentIssue figure .currentIssue-info {
          display: table-cell;
          vertical-align: top;
          padding: 0; }
          .contentFooter .content .currentIssue figure .currentIssue-info div {
            width: 50%;
            width: calc(100% - 8.875em); }
            @media (min-width: 768px) {
              .contentFooter .content .currentIssue figure .currentIssue-info div {
                width: 50%;
                width: calc(100% - 9.75em); } }
            @media (min-width: 1024px) {
              .contentFooter .content .currentIssue figure .currentIssue-info div {
                width: 50%;
                width: calc(100% -13em); } }
            @media (min-width: 1366px) {
              .contentFooter .content .currentIssue figure .currentIssue-info div {
                width: 50%;
                width: calc(100% - 14.5em); } }
            .contentFooter .content .currentIssue figure .currentIssue-info div:last-child {
              width: 100%; }
              @media (min-width: 544px) {
                .contentFooter .content .currentIssue figure .currentIssue-info div:last-child {
                  width: 11.25em; } }
              @media (min-width: 544px) {
                .contentFooter .content .currentIssue figure .currentIssue-info div:last-child {
                  width: 13em; } }
              @media (min-width: 1024px) {
                .contentFooter .content .currentIssue figure .currentIssue-info div:last-child {
                  width: 12.85em; } }
              @media (min-width: 1366px) {
                .contentFooter .content .currentIssue figure .currentIssue-info div:last-child {
                  width: 16.85em; } }
          .contentFooter .content .currentIssue figure .currentIssue-info .currentIssue-cover {
            width: 8.5em; }
            @media (min-width: 768px) {
              .contentFooter .content .currentIssue figure .currentIssue-info .currentIssue-cover {
                margin-left: 1.25em; } }
            @media (min-width: 1024px) {
              .contentFooter .content .currentIssue figure .currentIssue-info .currentIssue-cover {
                width: 11.5em; } }
            @media (min-width: 1366px) {
              .contentFooter .content .currentIssue figure .currentIssue-info .currentIssue-cover {
                width: 13em; } }
    .contentFooter .content .footerModule {
      padding-top: 14px;
      padding-bottom: 20px;
      font-size: 0.75em;
      width: 100%; }
      .contentFooter .content .footerModule-copyright {
        width: 100%;
        display: block; }
        @media (min-width: 1366px) {
          .contentFooter .content .footerModule-copyright {
            display: inline-block;
            width: 68%; } }
      .contentFooter .content .footerModule-voting {
        width: 100%;
        display: block;
        margin-top: 10px; }
        @media (min-width: 1366px) {
          .contentFooter .content .footerModule-voting {
            text-align: right;
            display: inline-block;
            width: 31%;
            margin-top: 0; } }
        .contentFooter .content .footerModule-voting b {
          color: #000;
          font-weight: 600;
          margin-right: 7px;
          display: block; }
          @media (min-width: 768px) {
            .contentFooter .content .footerModule-voting b {
              display: inline-block; } }
        .contentFooter .content .footerModule-voting span {
          margin-left: 8px; }

.footer-consent {
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 58px;
  background-color: #f2f5f7; }
  .footer-consent__list {
    text-align: center;
    margin-top: 20px; }
    .footer-consent__list li {
      list-style: none;
      margin-left: 80px;
      margin-right: 80px;
      display: inline; }
      .footer-consent__list li * {
        font-size: 16px;
        color: #202020; }

/**************************************************************************************************
 * pages
 *************************************************************************************************/
.tvModule {
  padding: 10px; }
  @media (min-width: 768px) {
    .tvModule {
      padding: 20px;
      margin-left: -20px;
      margin-right: -20px; } }
  @media (min-width: 1024px) {
    .tvModule {
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 1023px) {
    .tvModule.u-shadow {
      box-shadow: none;
      padding-left: 0;
      padding-right: 0; } }
  .tvModule .header {
    position: relative; }
    @media (min-width: 1366px) {
      .tvModule .header {
        padding-bottom: 28px; }
        .tvModule .header .timeslot-links {
          float: left; } }
    @media (max-width: 1365px) {
      .tvModule .header {
        padding-bottom: 28px; }
        .tvModule .header .timeslot-links {
          position: absolute;
          bottom: 0; } }
    @media (max-width: 767px) {
      .tvModule .header {
        margin: 0; } }
    @media (max-width: 319px) {
      .tvModule .header {
        padding-bottom: 0; } }
    .tvModule .header .input-datetime-wrapper {
      width: 180px; }
      .tvModule .header .input-datetime-wrapper input {
        font-size: 16px;
        font-weight: bold;
        text-indent: 4px; }
      @media (max-width: 766px) {
        .tvModule .header .input-datetime-wrapper {
          width: 100%; } }
    .tvModule .header .timeslot-select {
      width: 150px;
      margin-right: 20px; }
      @media (max-width: 766px) {
        .tvModule .header .timeslot-select {
          width: 100%; } }
      @media (max-width: 1364px) {
        .tvModule .header .timeslot-select {
          float: left; } }
      .tvModule .header .timeslot-select .select-wrapper-tv {
        width: 144px; }
        @media (max-width: 766px) {
          .tvModule .header .timeslot-select .select-wrapper-tv {
            width: 100%; } }
    .tvModule .header .channel-select {
      float: right; }
      @media (max-width: 766px) {
        .tvModule .header .channel-select {
          float: none; } }
      @media (min-width: 768px) {
        .tvModule .header .channel-select .select-wrapper {
          margin: 0 5px; } }
      .tvModule .header .channel-select .select-wrapper-tv {
        width: 144px; }
        @media (max-width: 766px) {
          .tvModule .header .channel-select .select-wrapper-tv {
            width: 100%;
            margin-top: 4px; } }
  .tvModule .timerange {
    display: table-caption;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    font-size: 1.125em;
    background-color: #e6e6e6;
    height: 40px; }
    @media (max-width: 767px) {
      .tvModule .timerange {
        display: table;
        width: 100%; } }
    .tvModule .timerange:hover {
      cursor: pointer; }
  .tvModule .station {
    position: relative;
    height: 40px;
    border-top: 2px solid #3575b9; }
    .tvModule .station:nth-child(3) {
      border-top-color: #509eb8; }
    .tvModule .station:nth-child(4) {
      border-top-color: #52b591; }
    .tvModule .station:nth-child(5) {
      border-top-color: #76c267; }
    .tvModule .station:nth-child(6) {
      border-top-color: #a6cf60; }
    .tvModule .station .name {
      color: #737373;
      font-size: .725em;
      font-weight: 400;
      max-width: 60%;
      margin: 0;
      text-indent: 6px;
      line-height: 40px; }
    .tvModule .station img {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 6px;
      margin: auto;
      width: auto;
      max-height: 40%;
      max-width: 30%;
      vertical-align: middle; }
  .tvModule .border-bottom {
    border-bottom: 1px solid #e6e6e6; }
  .tvModule .table {
    height: 100%;
    width: 100%;
    clear: both;
    display: table; }
    @media (max-width: 767px) {
      .tvModule .table {
        display: block; } }
  .tvModule .tr {
    display: table-row; }
    @media (max-width: 767px) {
      .tvModule .tr {
        display: table;
        width: 100%; } }
    .tvModule .tr.js-channel-bar {
      z-index: 1;
      background-color: #FFF; }
  .tvModule .td {
    display: table-cell; }
    @media (min-width: 544px) {
      .tvModule .td {
        border-right: 1px solid #e6e6e6; } }
    .tvModule .td:last-child {
      border-right: 0;
      min-width: 30px; }
    .tvModule .td:first-child {
      min-width: 30px; }
    .tvModule .td.arrows {
      height: 100%; }
      @media (max-width: 766px) {
        .tvModule .td.arrows {
          position: relative; } }
  .tvModule .channel,
  .tvModule .station,
  .tvModule .primetime {
    width: 18.8%;
    height: auto;
    width: 78.57143%; }
    .tvModule .channel:last-child,
    .tvModule .station:last-child,
    .tvModule .primetime:last-child {
      border-right: 0; }
    .tvModule .channel:nth-child(2n + 1),
    .tvModule .station:nth-child(2n + 1),
    .tvModule .primetime:nth-child(2n + 1) {
      background: #f7fafb; }
    @media (max-width: 767px) {
      .tvModule .channel:nth-child(n+3),
      .tvModule .station:nth-child(n+3),
      .tvModule .primetime:nth-child(n+3) {
        display: none; } }
    @media (max-width: 1023px) {
      .tvModule .channel:nth-child(n+5),
      .tvModule .station:nth-child(n+5),
      .tvModule .primetime:nth-child(n+5) {
        display: none; } }
    @media (max-width: 1279px) {
      .tvModule .channel:nth-child(n+6),
      .tvModule .station:nth-child(n+6),
      .tvModule .primetime:nth-child(n+6) {
        display: none; } }
    @media (min-width: 768px) {
      .tvModule .channel,
      .tvModule .station,
      .tvModule .primetime {
        width: 29.7619%; } }
    @media (min-width: 1024px) {
      .tvModule .channel,
      .tvModule .station,
      .tvModule .primetime {
        width: 22.97297%; } }
    @media (min-width: 1280px) {
      .tvModule .channel,
      .tvModule .station,
      .tvModule .primetime {
        width: 18.66667%; } }
    @media (min-width: 1366px) {
      .tvModule .channel,
      .tvModule .station,
      .tvModule .primetime {
        width: 18.86792%; } }
  .tvModule .time {
    margin-left: 6px;
    width: 2em;
    float: left;
    color: #e3000f;
    font-weight: bold; }
    .tvModule .time time,
    .tvModule .time .badge-image-tipp {
      float: right;
      margin: 0;
      height: 16px; }
    .tvModule .time .badge-image {
      height: 16px; }
    .tvModule .time .badge-image-tagestipp-tv,
    .tvModule .time .badge-image-letztefolge-tv {
      height: 20px;
      width: 35px; }
  .tvModule img {
    width: 100%; }
  .tvModule h3,
  .tvModule .h3,
  .tvModule .small-font,
  .tvModule time {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 0.8em;
    line-height: 16px;
    padding: 0;
    display: block; }
  .tvModule .broadcast .name {
    margin-right: 6px;
    margin-left: 3em; }
    .tvModule .broadcast .name h3,
    .tvModule .broadcast .name .h3 {
      margin: 0;
      color: #000; }
    .tvModule .broadcast .name .small-font {
      color: #737373; }
  .tvModule .broadcast.first img {
    margin-bottom: 7px; }
  .tvModule .broadcast.listing {
    padding: 4px 0;
    margin-bottom: 0; }
    .tvModule .broadcast.listing a:hover {
      text-decoration: none; }
    .tvModule .broadcast.listing:last-child {
      margin-bottom: 12px; }
    .tvModule .broadcast.listing:first-child {
      margin-top: 15px; }
    .tvModule .broadcast.listing:hover {
      transition: all .2s ease;
      background-color: #eaf4fd;
      border-radius: 2px;
      box-shadow: 0 0 6px #999; }
  .tvModule .arrow-wrapper {
    height: 100%;
    width: 100%; }
    @media (min-width: 768px) {
      .tvModule .arrow-wrapper {
        position: relative; } }
    .tvModule .arrow-wrapper.js-sticky-view {
      display: none; }
    .tvModule .arrow-wrapper .arrow {
      width: 20px;
      height: 30px;
      overflow: hidden;
      text-indent: -9999px;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -15px 0 0 -10px;
      background: transparent 0 0 no-repeat; }
      .tvModule .arrow-wrapper .arrow-prev {
        background-image: url(../images/icons/icon-arrow-prev-gray.png); }
      .tvModule .arrow-wrapper .arrow-next {
        background-image: url(../images/icons/icon-arrow-next-gray.png); }
  .tvModule .primetime .broadcast {
    margin: 6px 0 20px; }
  .tvModule .headline {
    font-size: 1.625em;
    margin: 0 0 9px;
    padding-bottom: 1px !important; }
  .tvModule .row-dummy .td {
    height: 40px; }
  .tvModule .now {
    text-align: center;
    color: #04558e;
    font-weight: 600;
    padding-top: 6px;
    padding-bottom: 6px; }
  .tvModule .js-scroll-to-top {
    display: none;
    font-size: 16px; }
  .tvModule .js-scroll-to-top img {
    width: 26px; }
  .tvModule .js-popover-channel-list {
    position: absolute;
    left: 784px;
    top: 74px; }
  .tvModule .nobroadcasts {
    padding: 8px;
    color: #04558E;
    font-size: 14px;
    font-weight: 600; }

.senderGroupSlider {
  margin-bottom: 2em; }
  .senderGroupSlider .senderBlock {
    display: block;
    border: 1px solid #999;
    border-radius: 2px;
    margin: 0.25em;
    text-align: center;
    cursor: pointer;
    height: 31px; }
    .senderGroupSlider .senderBlock.active {
      background-color: #e6eef3; }
    .senderGroupSlider .senderBlock ul {
      margin-top: 0; }
      .senderGroupSlider .senderBlock ul > li {
        padding: 0.25em 0.5em;
        vertical-align: middle; }

.senderList {
  margin-bottom: 40px; }
  .senderList ul > li {
    margin-right: 1em; }
    .senderList ul > li a {
      color: #06558b;
      font-size: 0.875em;
      line-height: 1.25em;
      font-weight: 600; }

.epg {
  position: relative; }
  .epg > section {
    position: relative;
    padding: 9px 0;
    margin: 0; }
    .epg > section input {
      border-right: 0; }
    @media all and (max-width: 767px) {
      .epg > section.tab-single-station .search, .epg > section.tab-all-movies .search {
        width: 100%; }
        .epg > section.tab-single-station .search .input-datetime-wrapper, .epg > section.tab-all-movies .search .input-datetime-wrapper {
          width: 150px; } }
    @media (min-width: 768px) {
      .epg > section.tab-all-movies .select-wrapper {
        margin-bottom: 10px; } }
    .epg > section .stickyheader {
      padding: 10px 0 0; }
      @media (min-width: 768px) {
        .epg > section .stickyheader {
          padding: 20px 20px 0; } }
      .epg > section .stickyheader .form-group {
        margin-bottom: 0; }
      .epg > section .stickyheader .search {
        padding: 0 !important;
        width: 90%;
        width: calc((100% - 178px));
        float: right; }
        @media (min-width: 768px) {
          .epg > section .stickyheader .search {
            float: none; } }
        @media (min-width: 1366px) {
          .epg > section .stickyheader .search {
            width: 55%;
            width: calc((100% - 34% - 178px)); } }
        .epg > section .stickyheader .search .input-datetime-wrapper {
          margin-right: 10px; }
        .epg > section .stickyheader .search .badge:last-child {
          margin-right: 0; }
        .epg > section .stickyheader .search a:nth-child(3n) {
          display: inline-block; }
          @media (min-width: 1024px) {
            .epg > section .stickyheader .search a:nth-child(3n) {
              display: none; } }
          @media (min-width: 1280px) {
            .epg > section .stickyheader .search a:nth-child(3n) {
              display: inline-block; } }
      .epg > section .stickyheader .searchFormMobile {
        width: 100%;
        margin-top: 8px;
        display: none; }
        .epg > section .stickyheader .searchFormMobile div {
          width: 100%; }
          .epg > section .stickyheader .searchFormMobile div.input-group {
            margin-bottom: 1em; }
            @media (min-width: 768px) {
              .epg > section .stickyheader .searchFormMobile div.input-group {
                margin-bottom: inherit; } }
          @media (min-width: 768px) {
            .epg > section .stickyheader .searchFormMobile div .glyphicon-search {
              padding: 6px 8px; } }
      .epg > section .stickyheader .search-btn {
        float: right;
        background: #04558e url("../images/icons/icon-search-reverse.png") no-repeat 50% 50%;
        border: 0;
        width: 40px;
        height: 30px;
        margin-right: 0; }
        @media (min-width: 1024px) {
          .epg > section .stickyheader .search-btn {
            width: 33px; } }
        @media (min-width: 1279px) {
          .epg > section .stickyheader .search-btn {
            width: 40px; } }
      .epg > section .stickyheader .epg-text-search {
        float: right;
        padding: 0;
        width: 34%;
        position: relative; }
        .epg > section .stickyheader .epg-text-search .input-group {
          width: 100%; }
  .epg .epgGrid {
    padding: 0 0 90px; }
    @media (min-width: 768px) {
      .epg .epgGrid {
        padding: 0 20px 70px; } }
    @media all and (max-width: 767px), all and (min-width: 1024px) and (max-width: 1279px) {
      .epg .epgGrid .badge:last-child {
        display: none; } }
    .epg .epgGrid a {
      display: -ms-inline-flexbox;
      display: inline-flex;
      float: left;
      height: auto; }
      @media (min-width: 768px) {
        .epg .epgGrid a {
          height: 250px; } }
      @media (min-width: 1024px) {
        .epg .epgGrid a {
          height: auto; } }
      @media (min-width: 1280px) {
        .epg .epgGrid a {
          height: 250px; } }
      @media (min-width: 1366px) {
        .epg .epgGrid a:nth-child(3n) .tile {
          margin-right: 0; } }
      @media all and (max-width: 1023px), all and (min-width: 1024px) and (max-width: 1365px) {
        .epg .epgGrid a:nth-child(2n) .tile {
          margin-right: 0; } }
      .epg .epgGrid a .tile {
        position: relative;
        width: 300px;
        min-height: 210px;
        margin: 20px 0 10px 0;
        clear: none;
        float: left; }
        @media (min-width: 768px) {
          .epg .epgGrid a .tile {
            width: 270px;
            margin: 10px 40px 10px 0; } }
        @media (min-width: 1024px) {
          .epg .epgGrid a .tile {
            margin: 10px 20px 10px 0;
            width: 190px; } }
        @media (min-width: 1280px) {
          .epg .epgGrid a .tile {
            margin: 10px 20px 10px 0;
            width: 270px; } }
        @media (min-width: 1366px) {
          .epg .epgGrid a .tile {
            margin: 10px 24px 10px 0;
            width: 223px; } }
        .epg .epgGrid a .tile .slot {
          width: 48px;
          float: left;
          margin-top: 12px;
          overflow: hidden; }
          .epg .epgGrid a .tile .slot div {
            height: 22px;
            line-height: 22px;
            font-weight: 300; }
            .epg .epgGrid a .tile .slot div:first-child {
              line-height: 23px;
              font-size: 0.875em;
              font-weight: 400; }
            .epg .epgGrid a .tile .slot div:last-child {
              font-size: 0.8125em;
              font-weight: 400 !important; }
              .epg .epgGrid a .tile .slot div:last-child.small {
                font-size: 0.5em;
                display: table;
                line-height: 10px;
                padding: 0 1px;
                width: 100%; }
        .epg .epgGrid a .tile .title {
          width: 80%;
          width: calc(100% - 60px);
          float: right; }
          .epg .epgGrid a .tile .title h2,
          .epg .epgGrid a .tile .title .h2 {
            display: block;
            font-family: "Source Sans Pro", sans-serif;
            font-size: 1.125em;
            line-height: 22px;
            font-weight: 600;
            margin: 10px 0 0;
            color: #000;
            max-height: 45px;
            overflow: hidden; }
          .epg .epgGrid a .tile .title .infobar {
            font-weight: 300;
            margin: 0;
            color: #aaa;
            display: inline-block;
            vertical-align: middle;
            width: 100%;
            max-height: 20px;
            overflow: hidden; }
            .epg .epgGrid a .tile .title .infobar .badge {
              font-size: .8em;
              margin-right: 4px; }
        .epg .epgGrid a .tile .imageWrap {
          width: 100%;
          background-image: url(../images/epg/placeholder-spielfilme.png);
          background-position: 50% 50%;
          background-repeat: no-repeat;
          background-size: 100% auto;
          overflow: hidden;
          height: 170px; }
          @media (min-width: 768px) {
            .epg .epgGrid a .tile .imageWrap {
              height: 150px; } }
          @media (min-width: 1024px) {
            .epg .epgGrid a .tile .imageWrap {
              height: 105px; } }
          @media (min-width: 1280px) {
            .epg .epgGrid a .tile .imageWrap {
              height: 150px; } }
          @media (min-width: 1366px) {
            .epg .epgGrid a .tile .imageWrap {
              height: 125px; } }
        .epg .epgGrid a .tile img {
          width: 100%; }

.epgList {
  margin-top: 0;
  padding: 0 0 40px; }
  @media (min-width: 768px) {
    .epgList {
      margin-top: 8px;
      padding: 0 20px 40px; } }
  .epgList > a[name^="group"] {
    display: block;
    position: relative;
    top: -168px; }
  .epgList .item {
    display: table; }
    @media (min-width: 1024px) {
      .epgList .item {
        display: block; } }
    @media (min-width: 1280px) {
      .epgList .item {
        display: table; } }
    .epgList .item > * {
      padding-top: 20px;
      padding-bottom: 20px; }
      @media (max-width: 767px) {
        .epgList .item > * {
          padding-top: 10px;
          padding-bottom: 10px; } }
      @media (min-width: 1024px) {
        .epgList .item > * {
          padding-top: 16px;
          padding-bottom: 0; } }
    .epgList .item article {
      padding-bottom: 0; }
    .epgList .item .more {
      display: inline-block;
      color: #e3000f; }
    .epgList .item header:hover, .epgList .item header.hover, .epgList .item header:focus, .epgList .item header.focus, .epgList .item header.current, .epgList .item header.active {
      background-color: #F2F6F9; }
    .epgList .item figure {
      background-image: url(../images/epg/placeholder-spielfilme-listing.png);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: 100% auto;
      position: relative;
      display: none;
      float: left;
      padding-bottom: 0;
      width: 90px;
      height: 60px; }
      .epgList .item figure .arrow-right {
        width: 100%;
        height: 100%;
        background: transparent url(../images/icons/icon-arrow-right-small.png) 96% 93% no-repeat;
        position: absolute;
        top: 0;
        left: 0; }
      @media (min-width: 768px) {
        .epgList .item figure {
          display: table-cell; } }
      @media (min-width: 1024px) {
        .epgList .item figure {
          display: none; } }
      @media (min-width: 1280px) {
        .epgList .item figure {
          display: table-cell;
          margin-right: 10px; } }
      .epgList .item figure img {
        display: block;
        width: 90px;
        height: 60px; }
    .epgList .item .second a {
      width: 300px; }
      .epgList .item .second a:hover, .epgList .item .second a.hover, .epgList .item .second a:focus, .epgList .item .second a.focus, .epgList .item .second a.current, .epgList .item .second a.active {
        background-color: #F2F6F9; }
    @media (min-width: 768px) {
      .epgList .item .second {
        padding-bottom: 0; }
        .epgList .item .second a {
          width: 410px;
          float: left; } }
    @media (min-width: 1024px) {
      .epgList .item .second a {
        width: 335px;
        float: none; } }
    @media (min-width: 1280px) {
      .epgList .item .second a {
        width: 380px;
        float: left; } }
    @media (min-width: 1366px) {
      .epgList .item .second {
        width: 450px;
        padding-bottom: 10px; }
        .epgList .item .second a {
          width: 300px;
          float: left; } }
    .epgList .item .second article:hover, .epgList .item .second article.hover, .epgList .item .second article:focus, .epgList .item .second article.focus, .epgList .item .second article.current, .epgList .item .second article.active,
    .epgList .item article.second:hover,
    .epgList .item article.second.hover,
    .epgList .item article.second:focus,
    .epgList .item article.second.focus,
    .epgList .item article.second.current,
    .epgList .item article.second.active {
      background-color: #F2F6F9; }
    .epgList .item .later {
      width: 41.66667%;
      padding-left: 0;
      padding-top: 0;
      padding-bottom: 5px; }
      @media (min-width: 768px) {
        .epgList .item .later {
          display: table-caption;
          caption-side: bottom;
          margin-left: 172px;
          width: 408px; } }
      @media (min-width: 1024px) {
        .epgList .item .later {
          width: 335px;
          display: block;
          margin-left: 65px; } }
      @media (min-width: 1280px) {
        .epgList .item .later {
          width: 380px;
          display: table-caption;
          caption-side: bottom;
          margin-left: 180px; } }
      @media (min-width: 1366px) {
        .epgList .item .later {
          display: table-cell;
          width: 190px;
          margin-left: 50px; } }
      @media (max-width: 767px) {
        .epgList .item .later {
          width: 100%;
          margin-left: 0; } }
      .epgList .item .later article:hover, .epgList .item .later article.hover, .epgList .item .later article:focus, .epgList .item .later article.focus, .epgList .item .later article.current, .epgList .item .later article.active {
        background-color: #F2F6F9; }
      .epgList .item .later a {
        padding-top: 5px; }
        @media (min-width: 1366px) {
          .epgList .item .later a {
            padding-top: 5px; } }
        .epgList .item .later a .time-wrapper {
          font-weight: bold; }
          @media (min-width: 1366px) {
            .epgList .item .later a .time-wrapper {
              width: 50px; } }
        .epgList .item .later a .epg-col-broadcast-name {
          width: 80%;
          color: #585858; }
          @media (min-width: 1366px) {
            .epgList .item .later a .epg-col-broadcast-name {
              width: 140px; } }
          .epgList .item .later a .epg-col-broadcast-name h3 {
            font-size: 0.9375em; }
      .epgList .item .later article:last-child {
        padding-bottom: 5px; }
      .epgList .item .later article:first-child {
        padding-top: 0; }
        @media (min-width: 1366px) {
          .epgList .item .later article:first-child {
            padding-top: 20px; } }
      .epgList .item .later article:nth-child(1):nth-last-child(1) {
        height: 100%; }
    .epgList .item:last-child {
      border-bottom: 0; }
    .epgList .item .first {
      width: 100%;
      display: inline-block;
      margin-bottom: -7px; }
      @media (min-width: 768px) {
        .epgList .item .first {
          display: table-cell;
          width: 80px;
          padding-top: 0;
          padding-right: 0;
          margin-bottom: 0;
          padding-bottom: 0;
          text-align: center; } }
      .epgList .item .first h2 {
        float: right; }
        @media (min-width: 768px) {
          .epgList .item .first h2 {
            float: left;
            width: 100%; } }
      .epgList .item .first.big {
        width: 16%; }
      .epgList .item .first div {
        max-width: 65px;
        font-size: 0.8em; }
        @media (min-width: 768px) {
          .epgList .item .first div {
            max-width: none;
            margin-bottom: 7px; } }
        @media (min-width: 1024px) {
          .epgList .item .first div {
            position: relative;
            display: inline-block;
            width: 100%;
            text-align: center; } }
        @media (min-width: 1280px) {
          .epgList .item .first div {
            margin-bottom: 0; } }
        @media (min-width: 1366px) {
          .epgList .item .first div {
            margin-bottom: 7px; } }
        .epgList .item .first div img {
          margin: auto;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          padding-right: 10px;
          float: left;
          width: auto;
          height: auto;
          max-height: 22px; }
          @media (min-width: 768px) {
            .epgList .item .first div img {
              padding-top: 20px;
              padding-bottom: 2px;
              padding-right: 0;
              float: none;
              max-height: 42px; } }
      .epgList .item .first .h2 {
        font-weight: 400;
        color: #737373;
        text-align: center;
        font-size: 0.7em;
        padding: 0;
        width: 200px;
        overflow: hidden;
        display: inline;
        margin-top: 0;
        float: none; }
        @media (min-width: 768px) {
          .epgList .item .first .h2 {
            display: block;
            margin-top: 7px;
            float: none;
            width: 65px; } }
        @media (min-width: 1024px) {
          .epgList .item .first .h2 {
            margin-top: 0;
            float: none; } }
        @media (min-width: 1280px) {
          .epgList .item .first .h2 {
            margin-top: 10px;
            float: none; } }
        @media (min-width: 1366px) {
          .epgList .item .first .h2 {
            margin-top: 0;
            float: none; } }
    .epgList .item h2,
    .epgList .item h3 {
      margin: 0; }
    .epgList .item .h3 {
      font-size: 1.1875em;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 600; }
    .epgList .item h2 {
      font-size: .8em;
      text-align: center;
      color: #aaa;
      font-weight: 600; }
    .epgList .item a {
      color: #000;
      display: block;
      margin-bottom: 4px; }
      .epgList .item a:hover {
        text-decoration: none; }
      .epgList .item a .epg-col-broadcast-name {
        float: left;
        width: 84%;
        position: relative;
        min-height: 1px; }
        .epgList .item a .epg-col-broadcast-name .badge-btn-small {
          margin: -3px 8px 0 0; }
        .epgList .item a .epg-col-broadcast-name .progress {
          display: block;
          height: 4px;
          margin: 0 0 5px;
          width: 96%;
          position: relative;
          overflow: hidden;
          background-color: #ffe5e5; }
          @media (max-width: 767px) {
            .epgList .item a .epg-col-broadcast-name .progress {
              width: 80%;
              width: calc(100% - 60px); } }
          .epgList .item a .epg-col-broadcast-name .progress div {
            background-color: #f00;
            height: 100%; }
        .epgList .item a .epg-col-broadcast-name .progress + h3 {
          margin-bottom: 5px; }
        .epgList .item a .epg-col-broadcast-name .bold {
          font-size: 1.1875em; }
    .epgList .item .time-wrapper {
      float: left;
      width: 16%;
      padding-right: 10px;
      text-align: right;
      position: relative;
      min-height: 1px; }
      @media (min-width: 1366px) {
        .later .epgList .item .time-wrapper {
          width: 50px; } }
      .epgList .item .time-wrapper time {
        font-weight: bold; }
  .epgList.epgList--complete .item {
    border-top: 1px solid #efefef; }
    .epgList.epgList--complete .item:first-child {
      border-top: 0; }
    .epgList.epgList--complete .item .time-wrapper time {
      font-size: 0.875em;
      vertical-align: top; }
    .epgList.epgList--complete .item .time-wrapper div {
      line-height: 12px;
      margin-top: -3px;
      font-size: 0.75em; }
    .epgList.epgList--complete .item .later .time-wrapper time {
      color: #585858; }
  .epgList.epgList--channel {
    margin-top: 20px;
    min-height: 550px; }
    .epgList.epgList--channel .item {
      width: 460px;
      display: block;
      margin-bottom: 1em; }
      @media (min-width: 1024px) {
        .epgList.epgList--channel .item {
          width: 400px; } }
      @media (min-width: 1280px) {
        .epgList.epgList--channel .item {
          width: 520px; } }
      @media (min-width: 1366px) {
        .epgList.epgList--channel .item {
          width: 680px; } }
      @media all and (max-width: 1023px) {
        .epgList.epgList--channel .item {
          width: 100%; } }
      .epgList.epgList--channel .item h3 {
        margin-bottom: 3px !important; }
      .epgList.epgList--channel .item > * {
        border-bottom: 0;
        padding-bottom: 0; }
        .epgList.epgList--channel .item > *.first {
          width: 130px;
          display: none; }
          @media (min-width: 768px) {
            .epgList.epgList--channel .item > *.first {
              display: table-cell; } }
          @media (min-width: 1024px) {
            .epgList.epgList--channel .item > *.first {
              display: none; } }
          @media (min-width: 1280px) {
            .epgList.epgList--channel .item > *.first {
              display: table-cell; } }
          @media (min-width: 1366px) {
            .epgList.epgList--channel .item > *.first {
              display: table-cell; } }
          .epgList.epgList--channel .item > *.first img {
            padding-top: 5px; }
      .epgList.epgList--channel .item article {
        padding-top: 0;
        width: 100%; }
        @media (min-width: 768px) {
          .epgList.epgList--channel .item article {
            width: 410px; } }
        @media (min-width: 1024px) {
          .epgList.epgList--channel .item article {
            width: 400px; } }
        @media (min-width: 1280px) {
          .epgList.epgList--channel .item article {
            width: 390px; } }
        @media (min-width: 1366px) {
          .epgList.epgList--channel .item article {
            width: 550px; } }
        .epgList.epgList--channel .item article .time-wrapper {
          color: #8d8d8d;
          padding-right: 20px; }
          @media all and (max-width: 1023px) {
            .epgList.epgList--channel .item article .time-wrapper {
              width: 60px; } }
          .epgList.epgList--channel .item article .time-wrapper time {
            vertical-align: bottom;
            font-size: 0.75em;
            line-height: 0.75em;
            display: block;
            margin-top: 9px; }
            .epgList.epgList--channel .item article .time-wrapper time.prefix {
              vertical-align: top; }
          .epgList.epgList--channel .item article .time-wrapper div {
            margin-top: 8px;
            font-size: 0.75em; }
        @media (min-width: 1024px) {
          .epgList.epgList--channel .item article a {
            width: 420px; } }
        @media (min-width: 1366px) {
          .epgList.epgList--channel .item article a {
            width: 100%; } }
        @media all and (max-width: 1023px) {
          .epgList.epgList--channel .item article .epg-col-broadcast-name {
            width: 80%;
            width: calc(100% - 60px); } }
        @media (min-width: 1024px) {
          .epgList.epgList--channel .item article .epg-col-broadcast-name {
            width: 75%; } }
        @media (min-width: 1280px) {
          .epgList.epgList--channel .item article .epg-col-broadcast-name {
            width: 84%; } }
        .epgList.epgList--channel .item article .epg-col-broadcast-name .progress {
          width: 100%; }
      .epgList.epgList--channel .item.primetime {
        margin-top: 4px; }
        .epgList.epgList--channel .item.primetime article .time-wrapper time {
          line-height: 2em;
          font-size: 1em;
          color: #585858; }
        .epgList.epgList--channel .item.primetime article .bold {
          font-size: 1.375em; }
        .epgList.epgList--channel .item.primetime article img {
          margin-top: 8px; }
        .epgList.epgList--channel .item.primetime article time {
          margin-top: 0; }
      .epgList.epgList--channel .item.onair article time {
        margin-top: 0; }
  .epgList .small-font {
    color: #aaa;
    font-size: 0.75em;
    line-height: 1.15em;
    font-weight: 600; }

.load-more {
  transition: .1s ease background-color;
  background-color: #06558b;
  border: 0;
  border-radius: 2px;
  color: #fff;
  line-height: 40px;
  padding: 0;
  text-align: center;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%; }
  .load-more:hover, .load-more:visited {
    background-color: #043354;
    color: #fff;
    text-decoration: none; }
  .col-b-start .load-more {
    position: relative;
    display: block; }

.tvtipps-headline {
  font-size: 1.5em;
  margin-bottom: 0.4em; }
  @media (min-width: 768px) {
    .tvtipps-headline {
      margin-bottom: 0.813em; } }

.tvtipps-section-nav a:first-child {
  margin-left: 0; }

.tvtipps-section-category {
  margin-top: 1em; }

.tvtipps-header {
  margin: 1em 0 0.625em; }
  .tvtipps-header:before, .tvtipps-header:after {
    content: '';
    display: table; }
  .tvtipps-header:after {
    clear: both; }
  .tvtipps-header a {
    line-height: 1.5em;
    color: #f30012; }

.tvtipps-header-headline {
  font-size: 1.2em;
  margin: 0;
  font-weight: 400; }

.tvtippsSingle {
  margin-bottom: 1.25em; }
  .tvtippsSingle:before, .tvtippsSingle:after {
    content: '';
    display: table; }
  .tvtippsSingle:after {
    clear: both; }

.tvtippsSingle-image-wrapper {
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .tvtippsSingle-image-wrapper {
      width: 60%; } }
  @media (min-width: 1024px) {
    .tvtippsSingle-image-wrapper {
      width: 100%; } }
  @media (min-width: 1280px) {
    .tvtippsSingle-image-wrapper {
      width: 58%; } }
  @media (min-width: 1366px) {
    .tvtippsSingle-image-wrapper {
      width: 67%; } }

.tvtippsSingle-image {
  width: 100%; }

.tvtippsSingle-desc-wrapper {
  width: 100%; }
  @media (min-width: 768px) {
    .tvtippsSingle-desc-wrapper {
      width: 37%;
      margin-left: 1em; } }
  @media (min-width: 1024px) {
    .tvtippsSingle-desc-wrapper {
      width: 100%;
      margin-left: 0; } }
  @media (min-width: 1280px) {
    .tvtippsSingle-desc-wrapper {
      width: 39%;
      margin-left: 1em; } }
  @media (min-width: 1366px) {
    .tvtippsSingle-desc-wrapper {
      width: 30%; } }

.tvtippsSingle-desc-badge {
  margin: 0.55em;
  margin-right: 0;
  width: 6.563em; }
  @media (min-width: 768px) {
    .tvtippsSingle-desc-badge {
      width: auto;
      margin-left: -0.35em; } }
  @media (min-width: 1024px) {
    .tvtippsSingle-desc-badge {
      float: right;
      width: 6.563em;
      margin-top: 1em;
      margin-left: 1em; } }
  @media (min-width: 1280px) {
    .tvtippsSingle-desc-badge {
      float: none;
      width: auto;
      margin-left: -0.35em;
      margin-bottom: 0.25em; } }

.tvtippsSingle-desc {
  font-size: .875em;
  line-height: 1.45em;
  margin-top: 0.35em; }
  .tvtippsSingle-desc a {
    color: #f30012; }

.tvtippsDouble:before, .tvtippsDouble:after {
  content: '';
  display: table; }

.tvtippsDouble:after {
  clear: both; }

.tvtippsDouble:last-child {
  margin-bottom: 1.313em; }

.tvtippsDouble-broadcast {
  margin-bottom: 1.25em;
  float: left;
  width: 100%; }
  @media (min-width: 768px) {
    .tvtippsDouble-broadcast {
      width: 48%;
      width: calc((100% - 1.25em)/2); } }
  @media (min-width: 1024px) {
    .tvtippsDouble-broadcast {
      width: 100%; } }
  @media (min-width: 1280px) {
    .tvtippsDouble-broadcast {
      width: 48%;
      width: calc((100% - 1.25em)/2); } }
  .tvtippsDouble-broadcast:first-child {
    margin-right: 1.25em; }

.tvtippsDouble-image-wrapper {
  position: relative; }

.tvtippsDouble-image {
  width: 100%; }

.tvtipps .select-wrapper .select {
  font-size: 1em;
  font-weight: 600; }

.tvtipps .input-datetime input {
  font-size: 1em;
  font-weight: 600; }
  @media (min-width: 768px) {
    .tvtipps .input-datetime input {
      font-size: 14px;
      font-weight: 700; } }

.tvtipps .header-bars-tipp .infobar {
  width: 100% !important; }
  .tvtipps .header-bars-tipp .infobar span {
    font-size: 1em !important;
    color: #fff;
    font-weight: 200 !important; }

.tvtipps .imageWrap {
  width: 100%;
  background-image: url(../images/epg/placeholder-detail.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #146C9E;
  overflow: hidden; }

.tvtipps .tvtippsSingle-image-wrapper .imageWrap {
  height: 170px; }
  @media (min-width: 768px) {
    .tvtipps .tvtippsSingle-image-wrapper .imageWrap {
      height: 210px; } }
  @media (min-width: 1024px) {
    .tvtipps .tvtippsSingle-image-wrapper .imageWrap {
      height: 260px; } }
  @media (min-width: 1280px) {
    .tvtipps .tvtippsSingle-image-wrapper .imageWrap {
      height: 200px; } }
  @media (min-width: 1366px) {
    .tvtipps .tvtippsSingle-image-wrapper .imageWrap {
      height: 295px; } }

.tvtipps .tvtippsDouble-image-wrapper .imageWrap {
  height: 165px; }
  @media (min-width: 768px) {
    .tvtipps .tvtippsDouble-image-wrapper .imageWrap {
      height: 165px; } }
  @media (min-width: 1024px) {
    .tvtipps .tvtippsDouble-image-wrapper .imageWrap {
      height: 255px; } }
  @media (min-width: 1280px) {
    .tvtipps .tvtippsDouble-image-wrapper .imageWrap {
      height: 165px; } }
  @media (min-width: 1366px) {
    .tvtipps .tvtippsDouble-image-wrapper .imageWrap {
      height: 210px; } }

.homeTable {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .homeTable {
      margin-top: 40px; } }
  .homeTable .widget-header h2,
  .homeTable .widget-header .headline {
    font-size: 1.25em; }
    @media (min-width: 768px) {
      .homeTable .widget-header h2,
      .homeTable .widget-header .headline {
        font-size: 1.625em; } }

.kinoTable {
  table-layout: fixed; }
  .kinoTable .col-a > .select-wrapper {
    display: none;
    height: 40px; }
    @media all and (max-width: 768px), all and (max-width: 1279px) and (min-width: 1024px) {
      .kinoTable .col-a > .select-wrapper {
        display: block; } }
    .kinoTable .col-a > .select-wrapper select {
      font-size: 1.25em;
      height: 100%; }
  @media all and (max-width: 768px), all and (max-width: 1279px) and (min-width: 1024px) {
    .kinoTable .r-tabs-nav {
      display: none; } }
  .kinoTable .r-tabs-panel {
    padding: 20px 0 0 !important; }
    @media (min-width: 768px) {
      .kinoTable .r-tabs-panel#overview .cinemaModule {
        padding: 0 20px 0 0; } }
    @media (min-width: 1024px) {
      .kinoTable .r-tabs-panel#overview .cinemaModule {
        padding: 0; } }
    @media (min-width: 1280px) {
      .kinoTable .r-tabs-panel#overview .cinemaModule {
        float: none;
        padding: 0 40px 0 0;
        width: 320px; } }
    @media (min-width: 1366px) {
      .kinoTable .r-tabs-panel#overview .cinemaModule {
        float: right;
        padding: 0 0 0 20px; } }
    @media (min-width: 768px) {
      .kinoTable .r-tabs-panel .cinemaModule {
        padding: 0; } }
    @media (min-width: 1024px) {
      .kinoTable .r-tabs-panel .cinemaModule {
        float: left;
        padding: 0; } }
    @media (min-width: 1280px) {
      .kinoTable .r-tabs-panel .cinemaModule {
        float: none; } }
    @media (min-width: 1366px) {
      .kinoTable .r-tabs-panel .cinemaModule {
        float: right;
        padding: 0;
        width: 100%; } }
    .kinoTable .r-tabs-panel .cinemaModule .imageWrap {
      background-image: url(../images/epg/placeholder-trailer.png);
      background-position: 50% 100%;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-color: #146C9E;
      display: block;
      min-height: 170px;
      min-width: 120px;
      max-width: 120px; }

.movie header .time-sub-headline {
  opacity: .8;
  font-weight: normal; }

.movie .landscape {
  background-image: url(../images/tvm-default-cinema.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 85%;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  min-height: 150px; }
  @media (min-width: 768px) {
    .movie .landscape {
      background-size: auto 90%;
      min-height: 300px; } }
  @media (min-width: 1024px) {
    .movie .landscape {
      min-height: 235px; } }
  @media (min-width: 1280px) {
    .movie .landscape {
      min-height: 300px;
      margin-bottom: 30px; } }
  @media (min-width: 1366px) {
    .movie .landscape {
      min-height: 360px; } }
  .movie .landscape > img:first-child {
    width: 100%; }
  .movie .landscape .imageWrap {
    background-image: url(../images/epg/placeholder-trailer.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #146C9E;
    position: absolute;
    bottom: 10px;
    left: 10px;
    max-height: 84%;
    height: 120px;
    width: 84px; }
    @media (min-width: 768px) {
      .movie .landscape .imageWrap {
        bottom: 0;
        left: 20px;
        height: 250px;
        width: 175px; } }
    @media (min-width: 1024px) {
      .movie .landscape .imageWrap {
        height: 190px;
        width: 126px; } }
    @media (min-width: 1280px) {
      .movie .landscape .imageWrap {
        height: 240px;
        width: 168px; } }
    @media (min-width: 1366px) {
      .movie .landscape .imageWrap {
        left: 8%;
        height: 300px;
        width: 210px; } }
  .movie .landscape .poster {
    height: 100%;
    width: 100%; }

.searchresult main,
.searchresult .teaserImageModule {
  margin-bottom: 40px; }

.searchresult .teaserImageModule img {
  width: 100%;
  max-width: none; }

.searchresult .releasesModule,
.searchresult .movieNewsModule {
  margin-bottom: 20px; }
  .searchresult .releasesModule h1,
  .searchresult .movieNewsModule h1 {
    margin: 0; }

.searchresult .teaserTextModule h1 {
  margin: 0; }

.newsArchiv h1 {
  font-weight: 600;
  font-size: 1.4em; }
  @media (min-width: 768px) {
    .newsArchiv h1 {
      font-size: 1.5em; } }

.vodTable .select-wrapper {
  margin-bottom: 20px;
  font-size: 0.9em; }
  @media (min-width: 768px) {
    .vodTable .select-wrapper {
      font-size: 1.0em; } }

.vodTable .col-a {
  padding-bottom: 40px; }
  .vodTable .col-a.second {
    float: right; }
    .vodTable .col-a.second .search-box {
      margin-left: 0;
      padding: 0 0 19px;
      width: 100%;
      text-align: center; }
      .vodTable .col-a.second .search-box .backlink {
        margin-bottom: 10px;
        display: inline-block;
        width: 66%;
        text-align: left; }
      .vodTable .col-a.second .search-box .header {
        font-size: 14px;
        font-weight: 800;
        text-align: left;
        display: inline-block;
        width: 100%; }
      .vodTable .col-a.second .search-box .form-control {
        height: 40px; }
      .vodTable .col-a.second .search-box .btn {
        border-left: 0;
        height: 40px;
        width: 100%; }
    @media (min-width: 1024px) {
      .vodTable .col-a.second {
        padding-right: 0;
        padding-left: 20px; } }

.vodTable .col-b.first {
  float: left; }
  .vodTable .col-b.first .border-box {
    margin-left: 0; }
  .vodTable .col-b.first .search-box {
    margin-left: 0;
    padding: 0 0 19px;
    text-align: center; }
    .vodTable .col-b.first .search-box .backlink {
      margin-bottom: 10px;
      display: block;
      text-align: left; }
    .vodTable .col-b.first .search-box .header {
      font-size: 14px;
      font-weight: 800;
      text-align: left;
      display: inline-block;
      width: 100%; }
    .vodTable .col-b.first .search-box .form-control {
      height: 40px; }
    .vodTable .col-b.first .search-box .btn {
      border-left: 0;
      height: 40px;
      width: 100%; }
  @media (min-width: 1024px) {
    .vodTable .col-b.first .adAnything {
      margin-left: 0;
      margin-right: 20px; } }

.vodTable .r-tabs.big .r-tabs-nav {
  width: 100%; }
  .vodTable .r-tabs.big .r-tabs-nav .r-tabs-tab {
    width: 49.5%; }

.vodTable .r-tabs.big.searchresult .r-tabs-panel {
  display: block; }

.vodTable .r-tabs.big.searchresult .searchtitle {
  font-weight: 600;
  font-size: 1.4em;
  display: block;
  border-bottom: 1px solid #efefee;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .vodTable .r-tabs.big.searchresult .searchtitle {
      margin-bottom: 0; } }

.vodTable .r-tabs.big .r-tabs-panel {
  padding: 0; }
  @media (min-width: 768px) {
    .vodTable .r-tabs.big .r-tabs-panel {
      padding: 20px 0 0; } }
  .vodTable .r-tabs.big .r-tabs-panel .clearfix {
    position: relative; }
    .vodTable .r-tabs.big .r-tabs-panel .clearfix:before, .vodTable .r-tabs.big .r-tabs-panel .clearfix:after {
      content: '';
      display: table; }
    .vodTable .r-tabs.big .r-tabs-panel .clearfix:after {
      clear: both; }
    .vodTable .r-tabs.big .r-tabs-panel .clearfix .load-more {
      bottom: -40px; }
    .vodTable .r-tabs.big .r-tabs-panel .clearfix ul:before, .vodTable .r-tabs.big .r-tabs-panel .clearfix ul:after {
      content: '';
      display: table; }
    .vodTable .r-tabs.big .r-tabs-panel .clearfix ul:after {
      clear: both; }
    .vodTable .r-tabs.big .r-tabs-panel .clearfix ul .vod-item {
      position: relative;
      display: block;
      float: left;
      margin-bottom: 20px;
      margin-right: 20px;
      width: 139px; }
      @media (min-width: 320px) {
        .vodTable .r-tabs.big .r-tabs-panel .clearfix ul .vod-item:nth-child(n) {
          margin-right: 20px; }
        .vodTable .r-tabs.big .r-tabs-panel .clearfix ul .vod-item:nth-child(2n + 0) {
          margin-right: 0; } }
      @media (min-width: 768px) {
        .vodTable .r-tabs.big .r-tabs-panel .clearfix ul .vod-item {
          width: 140px; }
          .vodTable .r-tabs.big .r-tabs-panel .clearfix ul .vod-item:nth-child(n) {
            margin-right: 20px; }
          .vodTable .r-tabs.big .r-tabs-panel .clearfix ul .vod-item:nth-child(4n + 0) {
            margin-right: 0; } }
      @media (min-width: 1024px) {
        .vodTable .r-tabs.big .r-tabs-panel .clearfix ul .vod-item {
          width: 134px;
          margin-right: 19px; }
          .vodTable .r-tabs.big .r-tabs-panel .clearfix ul .vod-item:nth-child(n) {
            margin-right: 19px; }
          .vodTable .r-tabs.big .r-tabs-panel .clearfix ul .vod-item:nth-child(3n + 0) {
            margin-right: 0; } }
      @media (min-width: 1280px) {
        .vodTable .r-tabs.big .r-tabs-panel .clearfix ul .vod-item {
          width: 135px; }
          .vodTable .r-tabs.big .r-tabs-panel .clearfix ul .vod-item:nth-child(n) {
            margin-right: 20px; }
          .vodTable .r-tabs.big .r-tabs-panel .clearfix ul .vod-item:nth-child(4n + 0) {
            margin-right: 0; } }
      @media (min-width: 1366px) {
        .vodTable .r-tabs.big .r-tabs-panel .clearfix ul .vod-item {
          width: 136px; }
          .vodTable .r-tabs.big .r-tabs-panel .clearfix ul .vod-item:nth-child(n) {
            margin-right: 20px; }
          .vodTable .r-tabs.big .r-tabs-panel .clearfix ul .vod-item:nth-child(5n + 0) {
            margin-right: 0; } }

.vodTable .submit {
  width: 32.4%;
  font-size: 0.8em;
  text-align: center;
  height: 35px;
  background-color: #06558b;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none; }
  .vodTable .submit.inactive {
    background-color: #fff;
    color: #06558b;
    border: 1px solid #e5e5e5; }
  .vodTable .submit .direction {
    display: inline-block;
    width: 20px;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: center; }
    .vodTable .submit .direction.up {
      background-image: url(../images/select-arrow-up.png); }
    .vodTable .submit .direction.down {
      background-image: url(../images/select-arrow-down.png); }

.vodTable .vodFilterArea.hidden {
  display: none; }

.vodChannels .widget-header:before, .vodChannels .widget-header:after {
  content: '';
  display: table; }

.vodChannels .widget-header:after {
  clear: both; }

.vodChannels .widget-header .headline {
  font-size: 1em;
  float: left; }

.vodChannels .widget-header .js-select-all {
  font-size: 1em;
  float: right; }
  .vodChannels .widget-header .js-select-all a {
    color: #999; }

.vodChannels ul {
  margin-top: 20px; }
  .vodChannels ul li {
    margin-bottom: 10px; }
    .vodChannels ul li input {
      width: 20px;
      height: 20px;
      vertical-align: middle; }
    .vodChannels ul li img {
      margin-left: 10px;
      max-width: 80px; }
    .vodChannels ul li label {
      margin-left: 10px;
      margin-bottom: 0;
      min-width: 80px;
      font-weight: 400;
      color: #737373; }

.vodChannels .submit {
  width: 100%;
  font-size: 0.8em;
  text-align: center;
  height: 35px;
  background-color: #06558b;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none; }
  .vodChannels .submit.inactive {
    background-color: #fff;
    color: #06558b;
    border: 1px solid #e5e5e5; }
  .vodChannels .submit .direction {
    display: inline-block;
    width: 20px;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: center; }
    .vodChannels .submit .direction.up {
      background-image: url(../images/select-arrow-up.png); }
    .vodChannels .submit .direction.down {
      background-image: url(../images/select-arrow-down.png); }

.vodChannels.mobile {
  border: 1px solid #efefee;
  border-radius: 2px;
  padding: 10px;
  display: block;
  margin-bottom: 20px; }
  .vodChannels.mobile .header {
    font-weight: 800; }
  .vodChannels.mobile ul {
    margin-top: 10px; }
    .vodChannels.mobile ul li {
      margin-bottom: 10px; }
      .vodChannels.mobile ul li input {
        width: 20px;
        height: 20px;
        vertical-align: middle; }
      .vodChannels.mobile ul li img {
        margin-left: 10px;
        max-width: 80px; }

.vod-hover-show {
  display: block; }
  @media (min-width: 1024px) {
    .vod-hover-show:hover .scaled {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .vod-hover-show:hover .vod-hover-content {
      display: table; } }
  .vod-hover-show .vod-hover-content {
    display: none;
    z-index: 999;
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: #06558b;
    color: #fff;
    padding: 10px;
    vertical-align: top;
    box-shadow: 0 0 6px #999; }
    .vod-hover-show .vod-hover-content.slider {
      top: 0;
      left: 0; }
      .vod-hover-show .vod-hover-content.slider figure .image img {
        width: 154px; }
      .vod-hover-show .vod-hover-content.slider .details {
        max-width: 200px;
        font-size: 1.0em;
        padding: 0 10px 10px 10px; }
        .vod-hover-show .vod-hover-content.slider .details hr {
          margin: 5px 0; }
        .vod-hover-show .vod-hover-content.slider .details .title {
          font-size: 1.1em;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
        .vod-hover-show .vod-hover-content.slider .details .subtitle {
          font-size: 0.7em;
          line-height: 1.2em;
          overflow: hidden;
          display: block; }
        .vod-hover-show .vod-hover-content.slider .details .buttons {
          margin-top: 1em;
          display: block; }
          .vod-hover-show .vod-hover-content.slider .details .buttons button {
            width: 100%;
            font-size: 0.8em;
            text-align: center;
            height: 35px;
            margin-bottom: 8px;
            background-color: transparent;
            border: 1px solid #fff;
            border-radius: 5px;
            color: #fff;
            cursor: pointer; }
            .vod-hover-show .vod-hover-content.slider .details .buttons button.red {
              background-color: #B71A24;
              border: 1px solid #B71A24; }
            .vod-hover-show .vod-hover-content.slider .details .buttons button img {
              display: inline;
              width: 60px; }
    .vod-hover-show .vod-hover-content figure {
      display: table-cell; }
      .vod-hover-show .vod-hover-content figure .image {
        display: block;
        width: 134px; }
        .vod-hover-show .vod-hover-content figure .image img {
          width: 134px; }
    .vod-hover-show .vod-hover-content .details {
      display: table-cell;
      vertical-align: top;
      padding: 10px 10px 10px 10px;
      font-size: 0.8em; }
      .vod-hover-show .vod-hover-content .details .title {
        display: block; }
      .vod-hover-show .vod-hover-content .details .subtitle {
        font-size: 0.7em; }
      .vod-hover-show .vod-hover-content .details hr {
        margin: 10px 0;
        opacity: 0.5; }
      .vod-hover-show .vod-hover-content .details .pricetable {
        display: table;
        font-size: 0.9em;
        width: 220px; }
        .vod-hover-show .vod-hover-content .details .pricetable .row {
          width: 100%;
          padding: 0;
          margin: 0;
          display: table-row;
          height: 20px; }
          .vod-hover-show .vod-hover-content .details .pricetable .row .channel {
            display: table-cell;
            font-size: 1.0em;
            width: 70%;
            font-weight: 800; }
          .vod-hover-show .vod-hover-content .details .pricetable .row .price {
            display: table-cell;
            font-size: 0.8em;
            width: 30%;
            text-align: right; }

.vodSlider {
  background-color: #e5e5e5;
  padding: 20px 20px;
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .vodSlider {
      padding: 40px 20px;
      margin-bottom: 40px; } }
  .vodSlider .logo {
    width: 120px;
    padding: 10px; }
  .vodSlider h2 {
    margin-top: 0;
    font-size: 1.2em; }
    @media (min-width: 768px) {
      .vodSlider h2 {
        font-size: 1.5em; } }
    @media (min-width: 1024px) {
      .vodSlider h2 {
        font-size: 1.7em; } }
  .vodSlider .js-slider .slider-slick-next,
  .vodSlider .js-slider .slider-slick-prev {
    top: 50%; }
  .vodSlider .js-slider .slick-list .slick-track .sliderModule-container {
    position: inherit;
    margin: 0;
    overflow: visible; }
    .vodSlider .js-slider .slick-list .slick-track .sliderModule-container .sliderImage {
      position: relative; }

.vodDetail .header-bars {
  width: inherit; }
  .vodDetail .header-bars > div:nth-child(2) {
    width: 100%; }

.vodDetail iframe.youtube-player {
  width: 100%;
  height: 200px; }
  @media (min-width: 768px) {
    .vodDetail iframe.youtube-player {
      height: 380px; } }
  @media (min-width: 1024px) {
    .vodDetail iframe.youtube-player {
      height: 240px; } }
  @media (min-width: 1280px) {
    .vodDetail iframe.youtube-player {
      height: 470px; } }

.vodDetail .text strong:first-child {
  margin-bottom: 0; }

.vodDetail .text p {
  margin-top: 0; }
  .vodDetail .text p.tmdb {
    font-size: 0.8em;
    background-image: url(../images/sprites/themoviedb.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 150px;
    background-position: 0% 0%;
    padding-top: 25px;
    display: block; }

.vodDetail .actionbar {
  display: table;
  width: 100%;
  vertical-align: top;
  margin-bottom: 1.5em; }
  @media (min-width: 768px) {
    .vodDetail .actionbar {
      margin-bottom: 2em; } }
  @media (min-width: 1024px) {
    .vodDetail .actionbar {
      margin-bottom: 1.75em; } }
  @media (min-width: 1366px) {
    .vodDetail .actionbar {
      margin-bottom: 3.25em; } }
  .vodDetail .actionbar .col {
    display: table-cell;
    vertical-align: top;
    margin-bottom: 20px;
    float: left;
    width: 100%; }
    @media (min-width: 768px) {
      .vodDetail .actionbar .col {
        float: none;
        width: 33%; }
        .vodDetail .actionbar .col.right {
          padding-left: 10px; }
        .vodDetail .actionbar .col.left {
          padding-right: 10px; }
        .vodDetail .actionbar .col.middle {
          padding: 0 10px; } }
    @media (min-width: 1024px) {
      .vodDetail .actionbar .col {
        float: left;
        width: 100%; }
        .vodDetail .actionbar .col.right {
          padding-left: 0; }
        .vodDetail .actionbar .col.left {
          padding-right: 0; }
        .vodDetail .actionbar .col.middle {
          padding: 0; } }
    @media (min-width: 1280px) {
      .vodDetail .actionbar .col {
        float: none;
        width: 33%; }
        .vodDetail .actionbar .col.right {
          padding-left: 10px; }
        .vodDetail .actionbar .col.left {
          padding-right: 10px; }
        .vodDetail .actionbar .col.middle {
          padding: 0 10px; } }
    .vodDetail .actionbar .col .title {
      display: block;
      font-weight: 800;
      width: 100%;
      padding-bottom: 5px;
      border-bottom: 1px solid #efefee; }
    .vodDetail .actionbar .col ul li {
      width: 100%;
      margin: 10px 0 0;
      text-align: right; }
      @media (min-width: 1024px) {
        .vodDetail .actionbar .col ul li {
          width: 48%; }
          .vodDetail .actionbar .col ul li:nth-child(odd) {
            margin-right: 10px; } }
      @media (min-width: 1280px) {
        .vodDetail .actionbar .col ul li {
          width: 100%;
          margin: 10px 0 0; } }
      .vodDetail .actionbar .col ul li a {
        display: block;
        height: 40px;
        border: 1px solid #999;
        border-radius: 5px;
        line-height: 40px;
        padding-right: 10px;
        color: #999;
        text-decoration: none;
        background-size: 100px;
        background-position: 5% 50%;
        background-repeat: no-repeat;
        background-color: transparent; }
        .vodDetail .actionbar .col ul li a:hover {
          border: 1px solid #06558b;
          background-size: 110px; }
        .vodDetail .actionbar .col ul li a.netflix {
          background-image: url(../images/sprites/netflix.png); }
        .vodDetail .actionbar .col ul li a.maxdome {
          background-image: url(../images/sprites/maxdome.png); }
        .vodDetail .actionbar .col ul li a.googleplay {
          background-image: url(../images/sprites/googleplay.png); }
        .vodDetail .actionbar .col ul li a.itunes {
          background-image: url(../images/sprites/itunes.png); }
        .vodDetail .actionbar .col ul li a.amazon {
          background-image: url(../images/sprites/amazon.png); }
        @media (min-width: 768px) {
          .vodDetail .actionbar .col ul li a {
            background-size: 80px;
            font-size: 0.9em; } }
        @media (min-width: 1366px) {
          .vodDetail .actionbar .col ul li a {
            background-size: 100px;
            font-size: 1em; } }

.td.playground {
  padding-right: 0; }
  .td.playground .blow {
    position: relative; }
    .td.playground .blow span {
      visibility: hidden; }
      .td.playground .blow span:before {
        content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .'; }
    .td.playground .blow iframe {
      border: 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 2200px;
      margin: 0 !important;
      padding: 0 !important; }

/**
 * Custom styling adjustments for xceL_supportform module
 */
#xcel-supportform-form-wrapper label {
  width: 150px; }

#xcel-supportform-form-wrapper #edit-special-wrapper input {
  width: 1px;
  height: 1px;
  color: transparent;
  background: transparent;
  border: none;
  display: inherit; }

#xcel-supportform-form-wrapper input[type='text'] {
  max-width: 100%; }

#xcel-supportform-form-wrapper input[type='submit'] {
  background-color: #c7091a;
  border-radius: 3px;
  color: #fff;
  display: block;
  line-height: 28px;
  text-align: center;
  border: none; }

#xcel-supportform-form-wrapper input[type='checkbox'] {
  float: left; }

@media screen and (max-width: 1024px) {
  #xcel-supportform-form-wrapper div.form-type-checkbox div span {
    display: initial;
    padding-left: initial; } }

/**************************************************************************************************
 * components
 *************************************************************************************************/
.mobile-table {
  display: table;
  width: 100%; }
  .mobile-table .mobile-tr {
    display: table-row; }
  .mobile-table .mobile-td {
    display: table-cell;
    vertical-align: top;
    position: relative;
    float: none; }

.table {
  clear: both; }

@media (min-width: 768px) {
  .table {
    display: table;
    width: 100%; }
  .tr {
    display: table-row; }
  .td {
    display: table-cell;
    vertical-align: top;
    position: relative;
    float: none; } }

.widget-header {
  border-bottom: 1px solid #cfcfcd;
  margin: 0 0 10px;
  width: 100%; }
  .epgList .widget-header {
    margin-top: 1em; }
  .widget-header h2,
  .widget-header .headline {
    font-size: 1.25em;
    padding-bottom: 0.1em;
    margin: 0;
    border-right: 0; }
    @media (min-width: 768px) {
      .widget-header h2,
      .widget-header .headline {
        font-size: 24px; } }
    @media (min-width: 1024px) {
      .widget-header h2,
      .widget-header .headline {
        font-size: 20px; } }
    @media (min-width: 1280px) {
      .widget-header h2,
      .widget-header .headline {
        font-size: 24px; } }
  .widget-header .link-wrapper {
    text-align: right;
    vertical-align: bottom;
    line-height: 1.625em;
    padding-bottom: 0.1em; }
    .widget-header .link-wrapper a {
      color: #e3000f;
      font-size: 0.95em;
      font-weight: 600; }

.anker-block {
  font-weight: 600;
  display: inline-block;
  margin: 4px 12px 0 6px; }

.anker-animation-border-bottom {
  position: relative; }
  .anker-animation-border-bottom:hover {
    text-decoration: none; }
  .anker-animation-border-bottom:after {
    background: currentColor;
    position: absolute;
    top: 96%;
    left: 0;
    width: 100%;
    content: '';
    height: 1px;
    opacity: 0;
    transition: opacity 0.2s; }
  .anker-animation-border-bottom:hover::after, .anker-animation-border-bottom:focus::after {
    opacity: 1; }
  .anker-animation-border-bottom:hover::before, .anker-animation-border-bottom:focus::before {
    opacity: 0; }

.anker-passed {
  cursor: pointer; }

.margin-top-100 {
  display: block;
  position: relative;
  top: -100px; }

.margin-top-168 {
  display: block;
  position: relative;
  top: -168px; }

.badge-image {
  display: inline-block;
  height: 11px;
  width: 26px;
  overflow: hidden;
  text-indent: -9999px;
  margin-right: .5em;
  background: transparent 0 0 no-repeat; }

.tvtable-col-broadcast-time .badge-image {
  float: right; }

.badge-image-epg {
  float: left;
  margin: 1px 6px 0 0; }

.badge-image-movie {
  float: left;
  margin: 4px -4px 0 0; }

.badge-image-tipp {
  background-image: url("../images/badge/tipp.png"); }

.badge-image-live {
  background-image: url("../images/badge/live.png"); }

.badge-image-live-tv {
  background-image: url("../images/badge/live-tv.jpg"); }

.badge-image-live-light {
  background-image: url("../images/badge/live-lightblue.jpg"); }

.badge-image-film {
  background-image: url("../images/badge/film.png"); }

.badge-image-letztefolge {
  background-image: url("../images/badge/letztefolge.png"); }

.badge-image-letztefolge-tv {
  background-image: url("../images/badge/letztefolge-tv.jpg"); }

.badge-image-neu {
  background-image: url("../images/badge/neu.png"); }

.badge-image-neu-tv {
  background-image: url("../images/badge/neu-tv.jpg"); }

.badge-image-tagestipp {
  width: 64px;
  background-image: url("../images/badge/tagestipp.png"); }

.badge-image-tagestipp-tv {
  background-image: url("../images/badge/tagestipp-tv.jpg"); }

.badge-image-tipp {
  background-image: url("../images/badge/tipp.png"); }

.badge-image-tipp-tv {
  background-image: url("../images/badge/tipp-tv.jpg"); }

.badge-image-center {
  background-position: 50% 0;
  width: 100%; }

.badge {
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  background-color: #f96432;
  font-weight: 600; }
  .r-tabs-panel .badge {
    font-weight: 400; }

.badge-section {
  font-size: 0.675em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px; }

.badge-top-stories-section {
  font-size: .6em;
  line-height: .9em; }

.badge-ad {
  background-color: #fff;
  color: #000; }
  .header-metabar .badge-ad {
    clear: both;
    float: left;
    padding: 5px 0;
    font-size: 12px;
    top: 18px; }
    @media (min-width: 768px) {
      .header-metabar .badge-ad {
        font-size: 16px;
        top: 22px; } }
    @media (min-width: 1280px) {
      .header-metabar .badge-ad {
        font-size: 20px;
        top: 25px; } }
  .movieNewsModule .badge-ad {
    left: auto !important;
    right: 15px; }
  .newsModule .badge-ad {
    left: auto !important;
    right: 40%;
    right: calc((100% - 300px) / 2 + 10px); }

.badge-btn {
  background-color: #04558e;
  padding: 0.36em 0.4em 0;
  font-size: 1em;
  text-transform: none;
  margin-right: 0.275em;
  margin-bottom: 0.563em;
  height: 29px;
  display: inline-table;
  vertical-align: middle; }
  .badge-btn.active {
    color: #04558e;
    background-color: #fff;
    border: 1px solid #e6e6e6; }
    .badge-btn.active:hover {
      color: #04558e; }

.badge-btn-animation {
  transition: color 0.3s, background-color 0.3s; }
  .badge-btn-animation:hover {
    background-color: #03375c; }

.badge-btn-small {
  padding: 1px 2px;
  background-color: #009ee3; }

.badge-broadcast-info {
  background-color: #0086c9;
  border-radius: 14px;
  padding: 6px 10px;
  margin-right: 6px;
  display: inline-block;
  text-transform: none; }

.badge-blue {
  background-color: #04558e; }

.badge-logo-hd {
  background: url(../images/logo-hd.png) 50% 50% no-repeat #0086c9;
  text-indent: -9999px;
  width: 44px; }

.glyphicon-search {
  background: #fff url(../images/icons/icon-search.png) no-repeat 50% 50%;
  padding: 6px 15px; }

.glyphicon-search-inverse {
  background: #06558b url(../images/icons/icon-search-reverse.png) no-repeat 50% 50%;
  padding: 6px 10px; }

.glyphicon-menu-burger {
  background: #06558b url(../images/icons/icon-menu-burger.png) no-repeat 50% 50%;
  padding: 6px 10px; }

.glyphicon-menu-burger-open {
  background: #06558b url(../images/icons/icon-menu-burger-open.png) no-repeat 50% 50%;
  padding: 6px 10px;
  background-color: #fff; }

.glyphicon-envelope {
  background: #06558b url(../images/icons/icon-envelope.png) no-repeat 50% 50%;
  padding: 6px 10px; }

.glyphicon-left {
  background: #fff url(../images/icons/icon-left.png) no-repeat 50% 50%;
  padding: 6px 10px; }

.glyphicon-right {
  background: #fff url(../images/icons/icon-right.png) no-repeat 50% 50%;
  padding: 6px 10px; }

.glyphicon-cal {
  background: #fff url(../images/icons/icon-input-cal.gif) no-repeat 50% 50%;
  padding: 6px 16px;
  border-left: 1px solid #e6e6e6 !important; }

.glyphicon-load-more {
  position: relative;
  top: 1px;
  display: inline-block;
  background: transparent url(../images/icons/icon-load-more.png) 0 0 no-repeat;
  width: 14px;
  height: 12px; }

.btn-star {
  display: inline-block;
  text-indent: 9999px;
  overflow: hidden;
  background: transparent url(../images/icons/icon-star-gray.png) 50% 50% no-repeat;
  width: 16px;
  height: 16px;
  margin-bottom: -3px; }
  .btn-star-active, .btn-star.active {
    background-image: url(../images/icons/icon-star-yellow.png); }

.glyphicon-close {
  background: #fff url(../images/icons/icon-close.png) no-repeat 50% 50%;
  padding: 6px 15px; }

.glyphicon-close-big {
  background: #fff url(../images/icons/icon-close-big.png) no-repeat 50% 50%; }

.btn-arrow {
  display: inline-block;
  overflow: hidden;
  background: transparent url("../images/arrows-blue.png") 0 0 no-repeat;
  text-indent: -9999px;
  height: 30px;
  width: 30px; }
  .btn-arrow:hover {
    opacity: .8; }

.btn-arrow-right {
  background-position: 0 0; }

.btn-arrow-left {
  background-position: 0 -31px; }

.btn-arrow-inactive {
  opacity: .1; }

.button {
  border: 1px solid #000; }
  .button--inverse {
    background-color: #fff !important; }

select {
  color: #04558e !important;
  font-weight: 600; }
  select:focus {
    outline: 0; }

.filter .select-wrapper {
  float: right; }

.select-wrapper {
  height: 30px;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  position: relative; }
  .tvtipps .select-wrapper {
    margin-bottom: 0.625em; }
  .epg .select-wrapper {
    width: 190px; }
    @media (max-width: 1364px) {
      .epg .select-wrapper {
        width: 185px; } }
    @media (max-width: 767px) {
      .epg .select-wrapper {
        width: 100%; } }
  .select-wrapper.date-select {
    width: 100%; }
    @media (min-width: 768px) {
      .select-wrapper.date-select {
        width: 170px;
        float: left;
        margin-right: 8px; }
        .navbar .select-wrapper.date-select {
          width: 186px; } }
    .tvModule .select-wrapper.date-select {
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .tvModule .select-wrapper.date-select {
          margin-bottom: 0; } }
    .releasesModule .select-wrapper.date-select {
      width: 100%; }
  .select-wrapper .select-arrow {
    border-left: 1px solid #e6e6e6;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    width: 1px; }
  .select-wrapper .select {
    background-image: url(../images/select-arrow-down.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right center;
    border: 0;
    font-size: 1em;
    height: 29px;
    padding: 0;
    line-height: 30px;
    text-indent: 4px;
    padding-right: 50px;
    cursor: pointer;
    font-weight: 600;
    appearance: none;
    text-overflow: '';
    width: 97.5%;
    -webkit-appearance: listbox; }
    @media (min-width: 768px) {
      .select-wrapper .select {
        width: 97.5%;
        width: calc(100% + 29px);
        background-position: right 37px center; } }
    .select-wrapper .select:hover {
      text-decoration: none; }
    .select-wrapper .select:focus {
      border: 0; }
  .select-wrapper.tab-navi {
    height: 40px; }
    .select-wrapper.tab-navi select {
      color: #000 !important;
      font-weight: 600;
      font-size: 1.25em;
      margin: 3px 5px 5px 0;
      height: 29px; }

.select-wrapper-tv {
  width: 192px;
  display: inline-block; }

.select-channel {
  display: block;
  font-weight: 600;
  width: 100%;
  background-position: right 5% top 50%;
  font-size: 1em;
  line-height: 100%;
  text-indent: 4px; }
  .select-channel img {
    max-height: 80%;
    max-width: 24%;
    margin: 0 10px 4px 0; }

.empty-message {
  color: #000;
  padding: 0.5em 1em; }

.moviestar {
  background: url(../images/epg/movie-star-small-sprite.png) transparent 0 0 no-repeat;
  width: 18px;
  height: 19px;
  display: inline-block;
  margin-bottom: -3px; }

.moviestar-red {
  background-position: -36px 0; }

.moviestar-lila {
  background-position: -18px 0; }

.moviestar-blue {
  background-position: -18px -19px; }

.moviestar-redyellow {
  background-position: 0 -19px; }

.moviestar-broadcast {
  margin-left: 6px; }

.moviestar-shiny {
  background: url(../images/epg/movie-star-small-shine-sprite.png) transparent 0 0 no-repeat;
  width: 24px;
  height: 25px;
  display: inline-block;
  margin-bottom: -3px; }

.moviestar-shiny-red {
  background-position: -48px 0; }

.moviestar-shiny-lila {
  background-position: -24px 0; }

.moviestar-shiny-blue {
  background-position: -24px -25px; }

.moviestar-shiny-redyellow {
  background-position: 0 -25px; }

.input-datetime-wrapper {
  width: 100%;
  margin-bottom: 5px;
  float: left;
  margin-right: 10px;
  padding-bottom: 4px; }
  @media (min-width: 768px) {
    .input-datetime-wrapper {
      width: 155px;
      margin-bottom: inherit; } }
  .input-datetime-wrapper input {
    color: #04558e;
    font-weight: 600;
    border-right: 0;
    padding-right: 0; }

input[type='date']::-webkit-inner-spin-button {
  display: none; }

@media (max-width: 1278px) {
  input[type='date']::-webkit-calendar-picker-indicator {
    display: none; } }

.input-datetime input {
  border-right: 0;
  color: #04558e;
  font-weight: bold;
  font-size: 16px;
  -webkit-min-logical-width: 95%; }

input,
textarea {
  color: #000;
  font-weight: normal; }

.placeholder {
  color: #aaa;
  font-style: italic;
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif; }

.radios,
.checkbox {
  margin-top: 1em;
  margin-bottom: 1em; }
  .radios div span,
  .checkbox div span {
    display: inline-block;
    padding-left: 10px; }
  .radios div input[type=radio],
  .checkbox div input[type=radio] {
    display: none; }
    .radios div input[type=radio] + label,
    .checkbox div input[type=radio] + label {
      cursor: pointer;
      -webkit-appearance: none;
      background-color: #fff;
      border: 2px solid #ccc;
      padding: 6px;
      border-radius: 50px;
      display: inline-block;
      position: relative;
      vertical-align: middle; }
    .radios div input[type=radio]:checked + label:after,
    .radios div input[type=radio] .radioChecked:after,
    .checkbox div input[type=radio]:checked + label:after,
    .checkbox div input[type=radio] .radioChecked:after {
      content: ' ';
      width: 8px;
      height: 8px;
      border-radius: 50px;
      position: absolute;
      top: 2px;
      background: #04558e;
      text-shadow: 0;
      left: 2px; }

.formbox fieldset {
  border: 1px solid #ccc;
  border-radius: 3px; }

.formbox input {
  width: 65%;
  background-color: #fff;
  border: 1px solid #ccc;
  line-height: 26px;
  border-radius: 3px;
  padding-left: 2px; }

.formbox label {
  display: block;
  color: #000; }

.formbox .button {
  position: relative;
  display: inline-block;
  line-height: 30px;
  letter-spacing: normal;
  border: 0;
  background-color: #04558e;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0.5em;
  border-radius: 3px;
  text-decoration: none;
  font-style: normal;
  cursor: pointer; }
  .formbox .button a {
    color: #fff; }
  .formbox .button:hover {
    color: #fff; }
  .formbox .button input[type=file] {
    line-height: 26px;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: inherit;
    display: block; }

.formbox input[type=checkbox] {
  width: inherit;
  line-height: inherit;
  margin-top: 1px;
  vertical-align: middle; }

/*
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'),
	url(../fonts/OpenSans-Light.woff2) format('woff2'),
	url(../fonts/OpenSans-Light.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'),
	url(../fonts/OpenSans.woff2) format('woff2'),
	url(../fonts/OpenSans.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local('Open Sans Semibold'), local('OpenSans-Semibold'),
	url(../fonts/OpenSans-Semibold.woff2) format('woff2'),
	url(../fonts/OpenSans-Semibold.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Open Sans Bold'), local('OpenSans-Bold'),
	url(../fonts/OpenSans-Bold.woff2) format('woff2'),
	url(../fonts/OpenSans-Bold.woff) format('woff');
}


@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	src: local('Lato Light'), local('Lato-Light'),
	url(../fonts/Lato-Light.woff2) format('woff2'),
	url(../fonts/Lato-Light.woff) format('woff');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local('Lato Regular'), local('Lato-Regular'),
	url(../fonts/Lato-Regular.woff2) format('woff2'),
	url(../fonts/Lato-Regular.woff) format('woff');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: local('Lato Bold'), local('Lato-Bold'),
	url(../fonts/Lato-Bold.woff2) format('woff2'),
	url(../fonts/Lato-Bold.woff) format('woff');
}

*/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px; }

h1,
h2,
h3,
.headline {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600; }

h3 {
  padding: 0;
  margin: 0; }

.headline {
  font-weight: 600; }

.u-full-col-headline {
  font-size: 2.25em;
  font-weight: 600; }

.movie .u-full-col-headline {
  font-size: 1.625em;
  line-height: 1.15em; }
  @media (min-width: 768px) {
    .movie .u-full-col-headline {
      font-size: 2.25em;
      line-height: 1.12em; } }
  @media (min-width: 1024px) {
    .movie .u-full-col-headline {
      font-size: 1.9em; } }
  @media (min-width: 1280px) {
    .movie .u-full-col-headline {
      font-size: 2.25em;
      line-height: 1.11em; } }

.u-full-size-headline {
  margin: 0.425em 0 0.65em;
  font-size: 1.6em;
  line-height: 1.3em; }
  @media (min-width: 768px) {
    .u-full-size-headline {
      font-size: 2.5em;
      line-height: 1.2em;
      margin: 0.1em 0 0em; } }
  @media (min-width: 1024px) {
    .u-full-size-headline {
      font-size: 2.9em;
      line-height: 1.15em;
      margin: 0.025em 0 0em; } }
  @media (min-width: 1280px) {
    .u-full-size-headline {
      font-size: 3.5em;
      line-height: 60px;
      margin: 0.25em 0 0em; } }

article .text {
  line-height: 1.75em; }

.video,
.gallery,
.text {
  margin-bottom: 1.8em; }
  @media (min-width: 768px) {
    .video,
    .gallery,
    .text {
      margin-bottom: 2.4em; } }
  @media (min-width: 1024px) {
    .video,
    .gallery,
    .text {
      margin-bottom: 2.6em; } }
  @media (min-width: 1280px) {
    .video,
    .gallery,
    .text {
      margin-bottom: 2em; } }
  @media (min-width: 1366px) {
    .video,
    .gallery,
    .text {
      margin-bottom: 1.2em; } }
  .video > strong:first-child,
  .gallery > strong:first-child,
  .text > strong:first-child {
    display: block;
    margin-bottom: 1.5em; }
  .video a,
  .gallery a,
  .text a {
    color: #f30012; }
  .video > a,
  .gallery > a,
  .text > a {
    text-decoration: underline;
    cursor: pointer; }
  .video p,
  .gallery p,
  .text p {
    line-height: 1.75em; }
  .video .video-caption,
  .video .image-caption,
  .gallery .video-caption,
  .gallery .image-caption,
  .text .video-caption,
  .text .image-caption {
    font-style: normal; }
    .video .video-caption .image-copyright,
    .video .image-caption .image-copyright,
    .gallery .video-caption .image-copyright,
    .gallery .image-caption .image-copyright,
    .text .video-caption .image-copyright,
    .text .image-caption .image-copyright {
      color: #bdbdbd;
      font-size: 10px; }
    .video .video-caption .image-number,
    .video .image-caption .image-number,
    .gallery .video-caption .image-number,
    .gallery .image-caption .image-number,
    .text .video-caption .image-number,
    .text .image-caption .image-number {
      color: #bdbdbd;
      float: right; }
    .video .video-caption .image-title,
    .video .image-caption .image-title,
    .gallery .video-caption .image-title,
    .gallery .image-caption .image-title,
    .text .video-caption .image-title,
    .text .image-caption .image-title {
      font-style: normal;
      font-size: 24px;
      font-weight: 600; }
      .video .video-caption .image-title:before, .video .video-caption .image-title:after,
      .video .image-caption .image-title:before,
      .video .image-caption .image-title:after,
      .gallery .video-caption .image-title:before,
      .gallery .video-caption .image-title:after,
      .gallery .image-caption .image-title:before,
      .gallery .image-caption .image-title:after,
      .text .video-caption .image-title:before,
      .text .video-caption .image-title:after,
      .text .image-caption .image-title:before,
      .text .image-caption .image-title:after {
        content: '';
        display: table; }
      .video .video-caption .image-title:after,
      .video .image-caption .image-title:after,
      .gallery .video-caption .image-title:after,
      .gallery .image-caption .image-title:after,
      .text .video-caption .image-title:after,
      .text .image-caption .image-title:after {
        clear: both; }
  .video img,
  .gallery img,
  .text img {
    padding: 0; }
  .video .inline-video,
  .video .text-image,
  .gallery .inline-video,
  .gallery .text-image,
  .text .inline-video,
  .text .text-image {
    width: 100%;
    font-size: .85em;
    line-height: 1.4em;
    color: #202020;
    margin: 2.2em 0 1.2em; }
    @media (min-width: 768px) {
      .video .inline-video,
      .video .text-image,
      .gallery .inline-video,
      .gallery .text-image,
      .text .inline-video,
      .text .text-image {
        margin: 1.2em 0 2.6em; } }
    @media (min-width: 1024px) {
      .video .inline-video,
      .video .text-image,
      .gallery .inline-video,
      .gallery .text-image,
      .text .inline-video,
      .text .text-image {
        margin: 2.4em 0 2.2em;
        width: 440px; } }
    @media (min-width: 1280px) {
      .video .inline-video,
      .video .text-image,
      .gallery .inline-video,
      .gallery .text-image,
      .text .inline-video,
      .text .text-image {
        width: 100%; } }
    .video .inline-video img,
    .video .text-image img,
    .gallery .inline-video img,
    .gallery .text-image img,
    .text .inline-video img,
    .text .text-image img {
      margin-bottom: .4em;
      width: auto;
      height: auto; }
  .video .inline-video,
  .gallery .inline-video,
  .text .inline-video {
    margin: 2.2em 0 1.2em; }
    @media (min-width: 768px) {
      .video .inline-video,
      .gallery .inline-video,
      .text .inline-video {
        margin: 1.2em 0 2.6em; } }
    @media (min-width: 1024px) {
      .video .inline-video,
      .gallery .inline-video,
      .text .inline-video {
        margin: 2.4em 0 2.5em; } }

.gallery .text-image {
  margin: 2.4em 0 2.2em; }
  @media (min-width: 1366px) {
    .gallery .text-image {
      margin: 0 0 2.2em; } }

.article__shifted-jump-label {
  position: relative;
  top: -60px;
  height: 0;
  line-height: 0;
  float: left; }

.typo--button, .typo--button-inverse {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875em;
  letter-spacing: 1px;
  line-height: 51px;
  font-weight: 600; }

.typo--button-inverse {
  color: #000; }

.typo--button-big {
  font-size: 1.75em;
  line-height: 30px; }

.typo--modal-headline {
  font-size: 4.0625em;
  font-weight: 700;
  color: #000; }

.typo--modal-text {
  font-size: 2.5em;
  line-height: 45px; }

.lazy.news {
  max-width: 300px;
  max-height: 190px;
  background-color: #04558e; }

html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

.remodal,
[data-remodal-id] {
  display: none; }

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ''; }

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  display: inline-block; }

.remodal-overlay {
  background: rgba(0, 0, 0, 0.7); }

.remodal-wrapper {
  padding: 0; }

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0;
  padding: 20px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: transparent; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  overflow: visible;
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  border: 0;
  outline: 0;
  background: #000; }

.remodal-close:before {
  font-size: 45px;
  line-height: 0;
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 45px;
  content: '\00d7';
  text-align: center; }

/* Popup and Ifram sizes */
.newsletterPopup {
  min-width: 320px;
  max-width: 640px;
  min-height: 310px;
  max-height: 490px;
  height: auto;
  width: 100%; }
  .newsletterPopup iframe {
    min-width: 280px;
    max-width: 600px;
    min-height: 310px;
    max-height: 450px;
    border: 0;
    width: 100%;
    height: 360px; }
    @media (min-width: 660px) {
      .newsletterPopup iframe {
        height: 400px; } }
    @media (min-width: 820px) {
      .newsletterPopup iframe {
        height: 450px; } }

.modal {
  display: none;
  position: relative;
  z-index: 500;
  padding: 20px 20px 40px; }
  .modal__background {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    height: 100%;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8; }
  .modal__close {
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 30px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent; }
    .modal__close .icon-close {
      background-color: transparent;
      display: block;
      width: 22px;
      height: 22px; }
      .modal__close .icon-close:hover {
        cursor: pointer; }
  .modal__headline, .modal__text, .modal__button-bar {
    position: relative;
    z-index: 1;
    text-align: center; }
  .modal__headline {
    margin-bottom: 10px; }
  .modal__text {
    max-width: 670px;
    margin: 0 auto 20px; }
  .modal__button {
    background-color: #000;
    margin: 0 15px;
    height: 60px; }
  .modal--position-bottom-fixed {
    position: fixed;
    bottom: 0;
    width: 100%; }

.consent-main {
  position: absolute;
  top: 120px;
  bottom: 58px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center; }
  .consent-main--page {
    position: initial;
    -ms-flex-align: initial;
        align-items: initial;
    text-align: left; }

.consent-info {
  position: relative;
  width: 600px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
  text-align: center; }
  .consent-info__header {
    margin-bottom: 20px; }
    .consent-info__header .icon {
      background: none;
      width: 60px; }
      .consent-info__header .icon::before {
        color: #e3000f;
        font-size: 50px; }
  .consent-info__text {
    line-height: 26px;
    margin-bottom: 20px; }
  .consent-info__footer {
    text-align: center; }
    .consent-info__footer .button {
      color: #fff;
      text-decoration: none;
      background-color: #043354;
      border: 0;
      line-height: 40px;
      padding: 0 15px;
      text-align: center;
      height: 40px;
      display: block;
      font-size: 14px;
      font-weight: 400;
      margin: 0 auto; }

.consent-page {
  margin: 50px 50px 108px 50px;
  background-color: #fff;
  padding: 30px; }
  .consent-page__title {
    margin-left: 0; }

@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot?26");
  src: url("../fonts/iconfont.eot?26#iefix") format("eot"), url("../fonts/iconfont.woff?26") format("woff"), url("../fonts/iconfont.ttf?26") format("truetype"), url("../fonts/iconfont.svg?26#iconfont") format("svg"); }

.icon:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 5em;
  padding: 1em;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none; }

.icon-black218:before {
  content: "\E001"; }

.icon-blocked:before {
  content: "\E002"; }

.icon-call37:before {
  content: "\E003"; }

.icon-camera3:before {
  content: "\E004"; }

.icon-cube18:before {
  content: "\E005"; }

.icon-cube5:before {
  content: "\E006"; }

.icon-drop12:before {
  content: "\E007"; }

.icon-drop28:before {
  content: "\E008"; }

.icon-error:before {
  content: "\E009"; }

.icon-favorite21:before {
  content: "\E00A"; }

.icon-glasses12:before {
  content: "\E00B"; }

.icon-glasses13:before {
  content: "\E00C"; }

.icon-iphone26:before {
  content: "\E00D"; }

.icon-logistics3:before {
  content: "\E00E"; }

.icon-magnifier13:before {
  content: "\E00F"; }

.icon-marker20:before {
  content: "\E010"; }

.icon-move-to-next:before {
  content: "\E011"; }

.icon-paintbrush12:before {
  content: "\E012"; }

.icon-paintbrush6:before {
  content: "\E013"; }

.icon-paintbrush8:before {
  content: "\E014"; }

.icon-placeholder8:before {
  content: "\E015"; }

.icon-settings48:before {
  content: "\E016"; }

.icon-twitter2:before {
  content: "\E017"; }

.icon-umbrella8:before {
  content: "\E018"; }

.icon-users6:before {
  content: "\E019"; }

.icon-verification5:before {
  content: "\E01A"; }

/*************************************************************************************************/
.u-centering {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

.u-underline {
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px; }

.u-full-col-headline {
  margin: 0; }

.u-grid-padding {
  margin: 0 1.25em; }

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

.u-max-full-width {
  max-width: 100% !important; }

.u-pip {
  color: #e6e6e6;
  opacity: .7; }

.u-shadow {
  box-shadow: none; }
  .u-shadow.epgList--widget {
    box-shadow: 0 1px 6px #969696; }
  @media (min-width: 768px) {
    .u-shadow {
      box-shadow: 0 1px 6px #969696; } }
  .no-boxshadow .u-shadow {
    border: 1px solid #999; }

.u-border-radius {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 2em;
  /* @workaround https://code.google.com/p/chromium/issues/detail?id=157218 */
  /* -webkit-transform: translateZ(0); */ }

/*
 * 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; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* set correct image path for vendor plugin bg image */
.slick-loading .slick-list {
  background: url(../images/ajax-loader.gif) center center no-repeat #fff; }

.bg-red {
  background-color: #e3000f; }

.bg-blue {
  background-color: #04558e; }

a {
  color: #04558e; }

/**************************************************************************************************
 * modules
 *************************************************************************************************/
.r-tabs .r-tabs-panel {
  display: none; }

.tippModule .r-tabs-panel {
  padding: 24px 0; }

.epg .r-tabs-panel {
  padding: 0; }

.r-tabs-accordion-title {
  display: none !important; }

.r-tabs .r-tabs-nav {
  display: inline-block;
  width: 100%; }

.r-tabs-tab {
  position: relative;
  transition: .3s background-color, .3s color; }
  .r-tabs-tab:hover a {
    color: #000;
    text-decoration: none; }
  .epg .r-tabs-tab:hover a {
    font-weight: 600; }
  .r-tabs-tab:hover:not(.r-tabs-state-active) {
    background-color: #fff; }
  .r-tabs-tab:first-child .r-tabs-anchor {
    border-left: 0 none; }

.r-tabs-anchor {
  display: block;
  text-align: center;
  padding: 0 15px;
  text-decoration: none;
  color: #8d8e8e;
  font-weight: 500;
  transition: .3s background-color, border-color .1s; }
  .epg .r-tabs-anchor {
    padding: 0 10px; }

.r-tabs-state-active .r-tabs-anchor {
  color: #000; }

.tippModule .r-tabs-anchor {
  background-color: #e5e6e7;
  line-height: 2.5em;
  border-bottom: 1px solid #cecfcf; }
  @media (min-width: 1024px) {
    .tippModule .r-tabs-anchor {
      border-left: 1px solid #cecfcf; } }
  .tippModule .r-tabs-anchor:hover {
    background-color: #f5f5f5; }

.tippModule .r-tabs-tab,
.tippModule .r-tabs-panel,
.tippModule .r-tabs-state-active .r-tabs-anchor {
  background-color: #f5f5f5; }

.tippModule .r-tabs-state-active .r-tabs-anchor {
  border-bottom-color: #f5f5f5; }

.epg .r-tabs-nav {
  height: 60px;
  display: none; }
  @media (min-width: 768px) {
    .epg .r-tabs-nav {
      display: block !important; } }

.epg .r-tabs-tab {
  width: 29%;
  float: left;
  height: 60px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e6e7;
  border-left: 1px solid #e5e6e7;
  -moz-box-sizing: border-box;
  overflow: hidden; }
  .epg .r-tabs-tab span {
    display: none; }
    @media (min-width: 768px) {
      .epg .r-tabs-tab span {
        display: inline; } }
    @media (min-width: 1024px) {
      .epg .r-tabs-tab span {
        display: none; } }
    @media (min-width: 1280px) {
      .epg .r-tabs-tab span {
        display: inline; } }
  .epg .r-tabs-tab:first-child {
    border-left: 0 none;
    width: 42%; }
    @media (min-width: 768px) {
      .epg .r-tabs-tab:first-child {
        width: 33.3%; } }
    @media (min-width: 1024px) {
      .epg .r-tabs-tab:first-child {
        width: 42%; } }
    @media (min-width: 1280px) {
      .epg .r-tabs-tab:first-child {
        width: 33.3%; } }
    @media (min-width: 1366px) {
      .epg .r-tabs-tab:first-child {
        width: 44%; } }
    .epg .r-tabs-tab:first-child span {
      display: none; }
      @media (min-width: 1366px) {
        .epg .r-tabs-tab:first-child span {
          display: inline; } }
  @media (min-width: 768px) {
    .epg .r-tabs-tab {
      width: 33.3%; } }
  @media (min-width: 1024px) {
    .epg .r-tabs-tab {
      width: 29%; } }
  @media (min-width: 1280px) {
    .epg .r-tabs-tab {
      width: 33.3%; } }
  @media (min-width: 1366px) {
    .epg .r-tabs-tab {
      width: 28%; } }

.epg .r-tabs-anchor {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.375em;
  line-height: 60px;
  font-weight: 400;
  color: #626262; }

.epg .r-tabs-state-active {
  background-color: #fff;
  border-bottom-color: #fff; }
  .epg .r-tabs-state-active .r-tabs-anchor {
    font-size: 1.5em;
    font-weight: 600;
    color: #000; }

.r-tabs.big .r-tabs-tab {
  width: 25%;
  height: 80px;
  text-align: center;
  background-color: #f2f5f7; }
  .r-tabs.big .r-tabs-tab:hover {
    background-color: #e6e9ea; }
    .r-tabs.big .r-tabs-tab:hover .largeTabsModule-border-top {
      background-color: rgba(6, 85, 139, 0.5);
      display: block; }

.r-tabs.big .r-tabs-anchor {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 80px;
  font-size: 1.25em;
  font-weight: 600; }

.r-tabs.big .r-tabs-state-active {
  background-color: #fff; }
  .r-tabs.big .r-tabs-state-active .largeTabsModule-border-right {
    display: none; }

.r-tabs.big .r-tabs-nav .r-tabs-state-active a:before {
  position: absolute;
  content: '\00a0';
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #06558b;
  height: 4px; }

.r-tabs.big .r-tabs-nav .r-tabs-state-active a:after {
  display: none; }

.r-tabs.big .r-tabs-nav a:after {
  position: absolute;
  content: '\00a0';
  background-color: #e6e9ea;
  width: 1px;
  right: 0;
  top: 25%;
  bottom: 25%; }

.r-tabs.big .r-tabs-nav li:last-child a:after {
  display: none; }

.xdsoft_today_button,
.xdsoft_label {
  display: none !important; }

.gallery-teaser {
  font-style: normal;
  font-size: .9em;
  margin: 2.4em 0 2.6em; }
  @media (min-width: 768px) {
    .gallery-teaser {
      margin: 2.4em 0 1.3em; } }
  @media (min-width: 1024px) {
    .gallery-teaser {
      margin: 2.2em 0 1.8em; } }
  .gallery-teaser .gallery-teaser-images {
    border-top: 1px solid #ccc;
    margin-top: .2em;
    padding-top: .7em;
    width: 100%; }
    .gallery-teaser .gallery-teaser-images img {
      width: 48.5%;
      margin-right: 3%;
      height: auto;
      float: left; }
    @media (min-width: 320px) {
      .gallery-teaser .gallery-teaser-images a:nth-child(2) img {
        margin-right: 0; } }
    @media (min-width: 768px) {
      .gallery-teaser .gallery-teaser-images a:nth-child(1n+1) img {
        width: 23%;
        margin-right: 2.66%; }
      .gallery-teaser .gallery-teaser-images a:nth-child(4) img {
        margin-right: 0; } }
    @media (min-width: 1024px) {
      .gallery-teaser .gallery-teaser-images a:nth-child(1n+1) img {
        width: 30.66%;
        margin-right: 4%; }
      .gallery-teaser .gallery-teaser-images a:nth-child(3) img {
        margin-right: 0; } }
    @media (min-width: 1280px) {
      .gallery-teaser .gallery-teaser-images a:nth-child(1n+1) img {
        width: 23%;
        margin-right: 2.66%; }
      .gallery-teaser .gallery-teaser-images a:nth-child(4) img {
        display: block !important;
        margin-right: 0; } }
  .gallery-teaser .last {
    /* mozilla fix */
    margin-right: -1px; }
  .gallery-teaser figcaption {
    display: inline-block;
    max-width: 55%;
    line-height: 1.2em;
    margin-bottom: .25em; }
    @media (min-width: 768px) {
      .gallery-teaser figcaption {
        margin-bottom: 0;
        max-width: 72%;
        line-height: 1.75em; } }
    @media (min-width: 1024px) {
      .gallery-teaser figcaption {
        line-height: 1.2em;
        margin-bottom: .25em; } }

.gallery-teaser-header {
  position: relative; }
  .gallery-teaser-header a {
    position: absolute;
    bottom: -2px;
    right: 0; }
    @media (min-width: 768px) {
      .gallery-teaser-header a {
        bottom: -1px; } }
    @media (min-width: 1024px) {
      .gallery-teaser-header a {
        bottom: -2px; } }

.teaserImageModule h1,
.teaserImageModule .headline {
  line-height: 20px;
  padding: 5px 0;
  margin: 0; }

.teaserImageModule .desc {
  font-size: 0.875em;
  margin-top: 6px; }

.teaserTextModule {
  margin-bottom: 2em; }
  .teaserTextModule img {
    padding: 0 20px 20px 0;
    float: left; }
  .teaserTextModule .desc {
    font-size: 0.875em; }

.top-stories {
  padding-bottom: 1.2em; }
  .top-stories:before, .top-stories:after {
    content: '';
    display: table; }
  .top-stories:after {
    clear: both; }
  .top-stories .image-teaser {
    max-width: 300px; }
  .top-stories .large {
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
    font-size: 0.9em;
    float: left;
    max-width: 300px;
    margin-top: 0em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-left: calc((100% - 300px) / 2);
    margin-right: 0;
    margin-right: calc((100% - 300px) / 2); }
    .top-stories .large .widget-header {
      margin-top: 1em; }
      .top-stories .large .widget-header h2,
      .top-stories .large .widget-header .headline {
        font-size: 1.3em;
        line-height: 1.5em; }
    .top-stories .large .image-wrapper {
      position: relative;
      margin-bottom: 0.5em; }
      .top-stories .large .image-wrapper span {
        position: absolute;
        top: 1.2em;
        left: 1.3em; }
      .top-stories .large .image-wrapper .badge-ad {
        right: 1.3em;
        left: auto; }
      .top-stories .large .image-wrapper .arrow-right {
        width: 100%;
        height: 100%;
        background: transparent url(../images/icons/icon-arrow-right-small.png) 96% 93% no-repeat;
        position: absolute;
        top: 0;
        left: 0; }
    .top-stories .large:last-child {
      border: 0;
      padding-bottom: 0; }
    @media (min-width: 768px) {
      .top-stories .large {
        margin-top: 0em;
        margin-bottom: 1em;
        margin-left: 20%;
        margin-left: calc((100% - 600px) / 4);
        margin-right: 20%;
        margin-right: calc((100% - 600px) / 4); }
        .top-stories .large:nth-last-child(2) {
          border: 0; } }
    @media (min-width: 1024px) {
      .top-stories .large {
        max-width: 210px;
        margin: 0 0 1em; }
        .top-stories .large:nth-child(2n+2) {
          float: right; } }
    @media (min-width: 1280px) {
      .top-stories .large {
        max-width: 290px; } }
    @media (min-width: 1366px) {
      .top-stories .large {
        max-width: 240px; }
        .top-stories .large:nth-child(1n+1) {
          margin-right: 20%;
          margin-right: calc((100% - 720px) / 2);
          float: left; }
        .top-stories .large:nth-child(3n+1) {
          margin-right: 0; }
        .top-stories .large:nth-last-child(3) {
          border: 0; } }
    .top-stories .large a {
      color: #000; }
  .top-stories header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.25em;
    font-weight: 400; }
    @media (min-width: 768px) {
      .top-stories header {
        font-weight: 300;
        font-size: 1.2em; } }
  .top-stories ul {
    margin-top: 10px;
    padding: 0; }
    .top-stories ul li {
      margin-bottom: 6px;
      float: left;
      width: 100%;
      overflow: hidden;
      height: 85px; }
      @media (min-width: 768px) {
        .top-stories ul li {
          width: 50%; } }
      @media (min-width: 1024px) {
        .top-stories ul li {
          margin-bottom: 18px;
          width: 100%;
          height: 70px; } }
      @media (min-width: 1280px) {
        .top-stories ul li {
          width: 50%;
          height: 85px; } }
      .top-stories ul li a {
        display: block; }
        .top-stories ul li a:hover {
          text-decoration: none; }
        .top-stories ul li a .story-heading:hover {
          text-decoration: underline; }
        .top-stories ul li a article img {
          float: left; }
        .top-stories ul li a article .theme-summary {
          margin-left: 7em;
          width: 70%;
          width: calc(100% - 8em); }
          .top-stories ul li a article .theme-summary .section-badge {
            padding-top: 3px;
            margin-left: 0; }
          .top-stories ul li a article .theme-summary .story-heading {
            color: #000;
            font-size: 1em;
            margin: 0.1em 0 0;
            line-height: 19px; }
          .top-stories ul li a article .theme-summary .section-heading {
            font-size: 1.2em;
            margin: .2em 0; }
          .top-stories ul li a article .theme-summary .badge {
            letter-spacing: .035em; }

.story {
  position: relative; }
  .story .text {
    padding: 0; }
    .story .text figure img {
      border: 0;
      width: 100%;
      height: 100%; }
  .story .introduction-text {
    padding: 0;
    margin-bottom: 0; }
  @media (min-width: 1366px) {
    .story .text {
      padding: 0 8% 1.5em; }
    .story .introduction-text {
      padding: 0 8% 0; } }
  .gallery .story .text {
    padding: 0; }
    @media (min-width: 1366px) {
      .gallery .story .text {
        padding: 0 8% 0.025em; } }
    .gallery .story .text:last-child {
      padding-bottom: 1.5em; }
  .story .images-fleft {
    float: left;
    margin: 0.5em 1.3em 0.9em 2.3em; }
    .story .images-fleft img {
      display: block; }
  .story .tile-half {
    width: 100%;
    border-top: 2px solid #d8d8d8;
    border-bottom: 2px solid #d8d8d8;
    padding: 20px 0;
    margin: 0 0 20px 0; }
    .story .tile-half .headline {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 16px; }
      @media (min-width: 768px) {
        .story .tile-half .headline {
          font-size: 20px; } }
      .story .tile-half .headline a {
        color: #000;
        line-height: 22.5px;
        display: block;
        margin-top: 0; }
        @media (min-width: 768px) {
          .story .tile-half .headline a {
            margin-top: 15px;
            line-height: 25px; } }
    .story .tile-half :after {
      content: '';
      clear: both;
      display: block; }
    .story .tile-half .desc {
      display: none; }
    .story .tile-half .image-wrapper {
      float: left;
      margin-right: 10px;
      width: 100px; }
      @media (min-width: 768px) {
        .story .tile-half .image-wrapper {
          width: 130px; } }
      .story .tile-half .image-wrapper img {
        width: 100% !important;
        height: auto !important; }
      .story .tile-half .image-wrapper .badge {
        display: none; }

.story-google-ad {
  padding-bottom: 14px; }

.sharingbox {
  clear: both;
  float: left;
  height: 39px;
  display: block;
  margin: 10px 0 12px 0; }
  .sharingbox .sharingList li {
    padding: 0; }
    .sharingbox .sharingList li a {
      width: 39px;
      height: 39px;
      text-indent: -9999px;
      float: left; }
      .sharingbox .sharingList li a.facebook {
        background: transparent url("../images/icons/social_facebook.png") 0 0 no-repeat;
        width: 130px;
        background-color: #46629e;
        text-indent: 0px;
        position: relative; }
        .sharingbox .sharingList li a.facebook nav {
          display: inline-block;
          position: absolute;
          height: 39px;
          top: 3px;
          left: 43px;
          color: #FFF;
          font-size: 22px;
          font-family: "Open Sans", sans-serif;
          font-weight: 600;
          text-transform: uppercase; }
      .sharingbox .sharingList li a.twitter {
        background: transparent url("../images/icons/social_twitter.png") 0 0 no-repeat; }
      .sharingbox .sharingList li a.googleplus {
        background: transparent url("../images/icons/social_gplus.png") 0 0 no-repeat; }

.adColumn,
.adRow {
  display: none; }

@media (min-width: 1024px) {
  .adRow {
    display: block;
    position: absolute;
    top: -90px;
    right: 0;
    width: 100%;
    text-align: right; } }

@media (min-width: 835px) {
  .adColumn {
    display: block;
    left: 100%;
    position: absolute;
    right: 0;
    top: 0; } }

.dikr-responsive-ads-stickynav {
  display: none; }
  @media (min-width: 1024px) {
    .main.is_stuck .dikr-responsive-ads-stickynav {
      display: block; } }

.adAnything {
  display: block; }
  .col-a .adAnything,
  .col-b .adAnything {
    margin-left: 0;
    margin-left: calc((100% - 300px)/2); }
  .col-b .adAnything {
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .col-b .adAnything {
        margin-left: 20px; } }
  .adAnything.dikr-responsive-ads-listing {
    margin-left: -10px;
    margin-right: -10px; }
  .gallery .adAnything {
    text-align: left; }
  .adAnything:empty {
    display: none; }
  .adAnything.dikr-responsive-ads-mca, .adAnything.dikr-responsive-ads-mca2 {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center; }
    @media (min-width: 768px) {
      .adAnything.dikr-responsive-ads-mca, .adAnything.dikr-responsive-ads-mca2 {
        display: none; } }
  .adAnything.dikr-responsive-ads-mca2 {
    margin-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px; }
  .adAnything.dikr-responsive-ads-pb {
    margin-bottom: 20px;
    background-color: #fff; }
  .adAnything.dikr-responsive-ads-pubperform {
    clear: both;
    display: none;
    width: 970px;
    margin: 0; }
    @media (min-width: 1280px) {
      .adAnything.dikr-responsive-ads-pubperform {
        display: block;
        margin-left: 0;
        margin-left: calc((100% - 970px) / 2);
        margin-right: 0;
        margin-right: calc((100% - 970px) / 2); } }
  .adAnything.dikr-responsive-ads-promoteaser {
    margin-left: 0 !important; }
    .adAnything.dikr-responsive-ads-promoteaser .advert-teaser {
      width: 100%;
      margin-left: 0; }
      @media (min-width: 1024px) {
        .adAnything.dikr-responsive-ads-promoteaser .advert-teaser {
          width: 300px;
          margin-left: auto;
          margin-right: auto;
          display: block; } }
      @media (min-width: 1280px) {
        .adAnything.dikr-responsive-ads-promoteaser .advert-teaser {
          width: 100%;
          margin-left: 0;
          margin-right: 0;
          display: inline-block; } }
      @media (min-width: 768px) {
        .adAnything.dikr-responsive-ads-promoteaser .advert-teaser .image-wrapper {
          width: 320px !important; } }
      @media (min-width: 1024px) {
        .adAnything.dikr-responsive-ads-promoteaser .advert-teaser .image-wrapper {
          width: 300px !important; } }
      @media (min-width: 1280px) {
        .adAnything.dikr-responsive-ads-promoteaser .advert-teaser .image-wrapper {
          width: 320px !important; } }
      .adAnything.dikr-responsive-ads-promoteaser .advert-teaser .content-wrapper .desc .link {
        margin-left: 5px; }
  body:not(.fireplace) .adAnything.dikr-responsive-ads-pb {
    display: none; }
    @media (min-width: 768px) {
      body:not(.fireplace) .adAnything.dikr-responsive-ads-pb {
        display: block; } }
  aside .adAnything + section {
    margin-top: 1.5em; }
  aside .adAnything:first-child {
    margin-bottom: 4px; }

.tsr + .adAnything {
  margin-top: 10px; }

@media (max-width: 1279px) {
  .fireplace .dikr-responsive-ads-pb,
  .fireplace #ads_pb {
    display: none; }
  .fireplace .dikr-responsive-ads-top {
    display: none; } }

@media (max-width: 1279px) and (min-width: 1024px) {
  body.fireplace {
    text-align: center; }
    body.fireplace #wrapper {
      margin: 0; } }

.col-b .dikr-responsive-ads-slot img {
  width: auto;
  height: auto;
  max-width: inherit; }

.broadcast-slot div {
  color: #fff;
  text-align: center; }
  .broadcast-slot div:last-child span {
    font-weight: 400; }
  .broadcast-slot div:last-child.small span {
    vertical-align: middle;
    display: table-cell; }

.broadcast-slot-movie {
  height: 3.5em;
  width: 3.125em;
  margin: 4px 16px 0 0; }
  @media (min-width: 768px) {
    .broadcast-slot-movie {
      height: 5.25em;
      width: 5em; } }
  .broadcast-slot-movie div {
    height: 1.7em;
    line-height: 1.5em;
    font-weight: 100; }
    .broadcast-slot-movie div.small {
      display: table;
      width: 100%;
      padding: 0 2px; }
    @media (min-width: 768px) {
      .broadcast-slot-movie div {
        height: 2.5em;
        line-height: 2.5em;
        font-weight: 200; } }
    .broadcast-slot-movie div:first-child span {
      font-size: 0.9em;
      font-weight: 400; }
      @media (min-width: 768px) {
        .broadcast-slot-movie div:first-child span {
          font-size: 1.35em; } }
    .broadcast-slot-movie div:last-child.small span {
      font-size: 8px;
      line-height: 10px; }
      @media (min-width: 768px) {
        .broadcast-slot-movie div:last-child.small span {
          font-size: 12px;
          line-height: 14px; } }
    .broadcast-slot-movie div:last-child span {
      font-size: 0.7em; }
      @media (min-width: 768px) {
        .broadcast-slot-movie div:last-child span {
          font-size: .875em; } }

.broadcast-slot-slider {
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 3.375em;
  height: 3.25em; }
  .broadcast-slot-slider div {
    height: 1.625em;
    line-height: 1.625em;
    font-weight: 300;
    display: table;
    width: 100%;
    text-align: center;
    padding: 0 1px; }
    .broadcast-slot-slider div:first-child span {
      font-size: 1em; }
    .broadcast-slot-slider div:last-child span {
      font-size: .75em;
      vertical-align: top; }
    .broadcast-slot-slider div:last-child.small span {
      font-size: 0.5em;
      line-height: 10px; }

.header-bars {
  width: 100%; }
  .header-bars > div:nth-child(2) {
    width: 98%;
    width: calc((100% - 4.25em));
    margin-bottom: 0.2em;
    min-height: 2.6em; }
    @media (min-width: 768px) {
      .header-bars > div:nth-child(2) {
        width: 97%;
        width: calc((100% - 6.5em)); } }
  .header-bars .time-sub-headline {
    font-size: .875em;
    font-weight: 600;
    color: #000; }
  .header-bars h1,
  .header-bars .headline {
    width: 100%; }

.infobar {
  margin-top: 6px;
  font-size: 0.875em;
  vertical-align: middle;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter; }
  .movie .header-bars .infobar {
    color: #333; }
  .infobar .genre {
    opacity: .8; }
  .infobar span {
    opacity: .5;
    margin-left: .25em;
    display: inline;
    font-weight: 400; }
    .infobar span:first-child {
      opacity: 1;
      margin-left: 0; }
  .infobar .badge {
    color: #fff; }

.header-bars-tipp {
  position: absolute;
  left: 72px;
  right: 0;
  bottom: 0;
  height: 63px;
  width: auto;
  color: #fff; }
  .header-bars-tipp * {
    margin: 0; }
  .header-bars-tipp span {
    margin-top: 2px;
    display: inline-block;
    line-height: 28px;
    font-size: 1.125em;
    font-weight: 600; }
    @media (min-width: 768px) {
      .header-bars-tipp span {
        margin-top: 0;
        display: inline; } }
  .header-bars-tipp .moviestar-shiny {
    margin-bottom: -4px; }
  .header-bars-tipp > *:first-child {
    margin: 11px 0 0; }
  .header-bars-tipp h2 {
    font-size: 1.125em;
    font-weight: 600; }
    @media (min-width: 768px) {
      .tvtippsSingle .header-bars-tipp h2 {
        font-size: 1.5em;
        margin: 6px 0 0; } }
  .header-bars-tipp .infobar-hot7 {
    margin: 11px 0 0;
    color: #97abba; }

.navbar {
  position: relative;
  margin-top: 0;
  background-color: none;
  padding: 5px 0; }
  @media (min-width: 768px) {
    .navbar {
      margin-top: 10px;
      background-color: #e5e5e5; } }
  .tvtipps .navbar {
    margin-top: 0;
    background-color: #fff;
    padding: 0; }
    @media (min-width: 768px) {
      .tvtipps .navbar {
        background-color: #e5e5e5;
        padding: 5px 0;
        margin-top: 0.813em; } }
  .navbar select {
    color: #04558e;
    font-weight: 700; }
  .navbar .left {
    width: 30%; }
    @media (min-width: 1024px) {
      .navbar .left {
        width: 25%; } }
    @media (min-width: 1280px) {
      .navbar .left {
        width: 30%; } }
    @media (min-width: 1024px) {
      .releasesModule .navbar .left {
        width: 35%; } }
    @media (min-width: 768px) {
      .tvtipps .navbar .left {
        width: 35%; } }
    @media (min-width: 1024px) {
      .tvtipps .navbar .left {
        width: 30%; } }
    @media (min-width: 1280px) {
      .tvtipps .navbar .left {
        width: 35%; } }
    @media (min-width: 1366px) {
      .tvtipps .navbar .left {
        width: 38%; } }
  .navbar .middle {
    width: 100%; }
    @media (min-width: 768px) {
      .navbar .middle {
        width: 40%; } }
    @media (min-width: 1024px) {
      .navbar .middle {
        width: 50%; } }
    @media (min-width: 1280px) {
      .navbar .middle {
        width: 40%; } }
    .tvtipps .navbar .middle {
      width: 100%; }
      @media (min-width: 768px) {
        .tvtipps .navbar .middle {
          width: 30%; } }
      @media (min-width: 1024px) {
        .tvtipps .navbar .middle {
          width: 40%; } }
      @media (min-width: 1280px) {
        .tvtipps .navbar .middle {
          width: 30%; } }
      @media (min-width: 1366px) {
        .tvtipps .navbar .middle {
          width: 24%; } }
    @media (min-width: 1024px) {
      .releasesModule .navbar .middle {
        width: 30%; } }
  .navbar .right {
    width: 30%; }
    @media (min-width: 1024px) {
      .navbar .right {
        width: 25%; } }
    @media (min-width: 1280px) {
      .navbar .right {
        width: 30%; } }
    @media (min-width: 1024px) {
      .releasesModule .navbar .right {
        width: 35%; } }
    @media (min-width: 768px) {
      .tvtipps .navbar .right {
        width: 35%; } }
    @media (min-width: 1024px) {
      .tvtipps .navbar .right {
        width: 30%; } }
    @media (min-width: 1280px) {
      .tvtipps .navbar .right {
        width: 35%; } }
    @media (min-width: 1366px) {
      .tvtipps .navbar .right {
        width: 38%; } }
  .navbar .middle > div {
    margin: 0 auto; }
    .navbar .middle > div .input-datetime {
      width: 78%; }
      @media (min-width: 768px) {
        .navbar .middle > div .input-datetime {
          width: 100%; } }
  .navbar .left,
  .navbar .middle {
    float: left; }
  .navbar .left,
  .navbar .right {
    font-size: 0.875em;
    line-height: 30px; }
  .navbar .right {
    float: right; }
    .navbar .right a {
      margin-right: 12px;
      text-align: right; }
  .navbar .left a {
    margin-left: 12px; }
  .navbar .link {
    font-weight: 600; }
    .tvtipps .navbar .link {
      font-size: 14px; }
      @media (min-width: 1024px) {
        .tvtipps .navbar .link {
          font-size: 13px; } }
      @media (min-width: 1280px) {
        .tvtipps .navbar .link {
          font-size: 14px; } }
  @media (min-width: 768px) {
    .tab-single-station .navbar .left,
    .tab-single-station .navbar .right {
      font-size: 12px;
      line-height: 10px;
      padding: 0 10px; }
      .tab-single-station .navbar .left a,
      .tab-single-station .navbar .right a {
        margin: 0;
        vertical-align: middle;
        display: table-cell;
        height: 30px;
        float: none;
        width: 154px; } }
    @media (min-width: 768px) and (min-width: 1024px) {
      .tab-single-station .navbar .left a,
      .tab-single-station .navbar .right a {
        width: 80px; } }
    @media (min-width: 768px) and (min-width: 1280px) {
      .tab-single-station .navbar .left a,
      .tab-single-station .navbar .right a {
        width: 148px; } }
    @media (min-width: 768px) and (min-width: 1366px) {
      .tab-single-station .navbar .left a,
      .tab-single-station .navbar .right a {
        width: 196px; } }

.stickyheader.is_stuck {
  background-color: #fff;
  z-index: 1; }

.stickyheader .filter {
  margin-top: 10px; }
  @media (min-width: 1024px) {
    .stickyheader .filter {
      margin-top: 0;
      margin-bottom: 10px; } }
  @media (min-width: 1024px) {
    .stickyheader .filter {
      margin-top: 10px;
      margin-bottom: 0; } }
  .stickyheader .filter label {
    margin-right: 16px;
    margin-bottom: 10px;
    color: #626262;
    font-weight: 500;
    line-height: 1.75em; }
    .stickyheader .filter label:hover {
      cursor: pointer; }
    .stickyheader .filter label span:first-child {
      display: inline-block;
      width: 19px;
      height: 19px;
      margin: -1px 6px 0 0;
      vertical-align: middle;
      background-color: #e5e5e5;
      border-radius: 3px;
      text-align: center;
      text-indent: -9999px;
      overflow: hidden;
      color: #04558e;
      line-height: 18px; }
  .stickyheader .filter input {
    display: none; }
    .stickyheader .filter input:checked + label span {
      text-indent: 0; }

.tippModule .slick-disabled {
  opacity: 0 !important; }

.sliderModule {
  position: relative; }

.sliderModule-overlay-hot7 {
  position: absolute;
  right: 1px;
  top: 4%;
  z-index: 1; }

.slider-text {
  overflow: hidden;
  max-width: 640px; }

.slider-block,
.slider-gallery {
  overflow: hidden;
  max-width: 300px; }
  @media (min-width: 768px) {
    .slider-block,
    .slider-gallery {
      max-width: 620px; } }
  @media (min-width: 1024px) {
    .slider-block,
    .slider-gallery {
      max-width: 440px; } }
  @media (min-width: 1280px) {
    .slider-block,
    .slider-gallery {
      max-width: 600px; } }
  @media (min-width: 1366px) {
    .slider-block,
    .slider-gallery {
      max-width: 760px; } }

.slider-block {
  margin-bottom: 1.6em; }
  @media (min-width: 768px) {
    .slider-block {
      margin-bottom: 2.2em; } }
  @media (min-width: 1024px) {
    .slider-block {
      margin-bottom: 1.8em; } }
  @media (min-width: 1280px) {
    .slider-block {
      margin-bottom: 1.8em; } }

.slider-text .js-slider {
  padding: 3.5em 0 2em; }

.gallery-wrapper {
  background: #f2f5f7; }
  .gallery-wrapper a {
    text-indent: -9999px; }

.js-slider {
  width: 20000px; }

.gallery-wrapper,
.js-slider {
  position: relative;
  padding: 0;
  margin: 0; }
  .gallery-wrapper.white,
  .js-slider.white {
    margin-left: 20px;
    margin-right: 20px; }
    .gallery-wrapper.white .slider-arrow-prev,
    .gallery-wrapper.white .slider-arrow-next,
    .js-slider.white .slider-arrow-prev,
    .js-slider.white .slider-arrow-next {
      position: static; }
  .gallery-wrapper.slick-slider,
  .js-slider.slick-slider {
    margin-bottom: 0; }
  .gallery-wrapper.small-logos img,
  .js-slider.small-logos img {
    max-height: 22px; }
  .gallery-wrapper[data-slides='1'] .sliderModule-container,
  .js-slider[data-slides='1'] .sliderModule-container {
    margin-right: 1px;
    margin-left: 1px; }
  .gallery-wrapper .sliderModule-container,
  .js-slider .sliderModule-container {
    overflow: hidden;
    margin-left: 1px;
    margin-right: 1px;
    overflow: hidden;
    position: relative;
    width: 300px;
    float: left; }
    .gallery-wrapper .sliderModule-container .imageWrap,
    .js-slider .sliderModule-container .imageWrap {
      background-image: url(../images/epg/placeholder-detail.png);
      background-position: 50% 0;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-color: #146C9E;
      height: 100%;
      min-height: 162px; }
      @media (min-width: 1024px) {
        .gallery-wrapper .sliderModule-container .imageWrap,
        .js-slider .sliderModule-container .imageWrap {
          min-height: 207px; } }
      @media (min-width: 1280px) {
        .gallery-wrapper .sliderModule-container .imageWrap,
        .js-slider .sliderModule-container .imageWrap {
          min-height: 168px; } }
      @media (min-width: 1366px) {
        .gallery-wrapper .sliderModule-container .imageWrap,
        .js-slider .sliderModule-container .imageWrap {
          min-height: 198px; } }
    .gallery-wrapper .sliderModule-container.hot7Wrap,
    .js-slider .sliderModule-container.hot7Wrap {
      display: none;
      background-color: #146C9E; }
      .gallery-wrapper .sliderModule-container.hot7Wrap img,
      .js-slider .sliderModule-container.hot7Wrap img {
        height: 176px !important; }
        @media (min-width: 1024px) {
          .gallery-wrapper .sliderModule-container.hot7Wrap img,
          .js-slider .sliderModule-container.hot7Wrap img {
            height: 221px !important; } }
        @media (min-width: 1280px) {
          .gallery-wrapper .sliderModule-container.hot7Wrap img,
          .js-slider .sliderModule-container.hot7Wrap img {
            height: 178px !important; } }
        @media (min-width: 1366px) {
          .gallery-wrapper .sliderModule-container.hot7Wrap img,
          .js-slider .sliderModule-container.hot7Wrap img {
            height: 208px !important; } }
    .gallery-wrapper .sliderModule-container .image-wrapper,
    .js-slider .sliderModule-container .image-wrapper {
      background: #f2f5f7;
      min-height: 150px; }
      @media (min-width: 1024px) {
        .gallery-wrapper .sliderModule-container .image-wrapper,
        .js-slider .sliderModule-container .image-wrapper {
          min-height: 230px; } }
    .gallery-wrapper .sliderModule-container:last-child,
    .js-slider .sliderModule-container:last-child {
      margin-right: 0; }
    .gallery-wrapper .sliderModule-container.dikr-responsive-ads-hot7 .sliderModule-container,
    .js-slider .sliderModule-container.dikr-responsive-ads-hot7 .sliderModule-container {
      width: 100%; }
    .gallery-wrapper .sliderModule-container h2,
    .gallery-wrapper .sliderModule-container .h2,
    .js-slider .sliderModule-container h2,
    .js-slider .sliderModule-container .h2 {
      font-family: "Source Sans Pro", sans-serif;
      margin-top: 10px;
      display: block;
      font-size: 20px;
      font-weight: 600;
      font-style: normal;
      line-height: 24px; }
  .gallery-wrapper .slider-slick-prev,
  .gallery-wrapper .slider-slick-next,
  .js-slider .slider-slick-prev,
  .js-slider .slider-slick-next {
    position: absolute;
    margin-top: -17px;
    border: 0 none;
    border-radius: 4px;
    cursor: pointer;
    top: 105px; }
    @media (min-width: 768px) {
      .gallery-wrapper .slider-slick-prev,
      .gallery-wrapper .slider-slick-next,
      .js-slider .slider-slick-prev,
      .js-slider .slider-slick-next {
        top: 230px; } }
    @media (min-width: 1024px) {
      .gallery-wrapper .slider-slick-prev,
      .gallery-wrapper .slider-slick-next,
      .js-slider .slider-slick-prev,
      .js-slider .slider-slick-next {
        top: 150px; } }
    @media (min-width: 1280px) {
      .gallery-wrapper .slider-slick-prev,
      .gallery-wrapper .slider-slick-next,
      .js-slider .slider-slick-prev,
      .js-slider .slider-slick-next {
        top: 210px; } }
    @media (min-width: 1366px) {
      .gallery-wrapper .slider-slick-prev,
      .gallery-wrapper .slider-slick-next,
      .js-slider .slider-slick-prev,
      .js-slider .slider-slick-next {
        top: 220px; } }
    .centerButtons .gallery-wrapper .slider-slick-prev, .centerButtons
    .gallery-wrapper .slider-slick-next, .centerButtons
    .js-slider .slider-slick-prev, .centerButtons
    .js-slider .slider-slick-next {
      top: 50%; }
    .gallery-wrapper .slider-slick-prev:hover,
    .gallery-wrapper .slider-slick-next:hover,
    .js-slider .slider-slick-prev:hover,
    .js-slider .slider-slick-next:hover {
      opacity: .8; }
    .gallery-wrapper .slider-slick-prev.white,
    .gallery-wrapper .slider-slick-next.white,
    .js-slider .slider-slick-prev.white,
    .js-slider .slider-slick-next.white {
      border: 0;
      border-radius: 0;
      box-shadow: none; }
  .gallery-wrapper .slider-arrow-prev,
  .gallery-wrapper .slider-arrow-next,
  .js-slider .slider-arrow-prev,
  .js-slider .slider-arrow-next {
    transition: opacity .13s ease-in-out;
    height: 100%;
    width: 50px;
    top: 0;
    position: absolute;
    z-index: 1; }
    @media (min-width: 1280px) {
      .slider-block .gallery-wrapper .slider-arrow-prev, .slider-block
      .gallery-wrapper .slider-arrow-next, .slider-block
      .js-slider .slider-arrow-prev, .slider-block
      .js-slider .slider-arrow-next {
        width: 50%; } }
  .gallery-wrapper .slider-arrow-prev,
  .js-slider .slider-arrow-prev {
    overflow: hidden;
    left: 1px; }
  .gallery-wrapper .slider-arrow-next,
  .js-slider .slider-arrow-next {
    overflow: hidden;
    right: 1px; }
    @media (min-width: 1280px) {
      .gallery-wrapper .slider-arrow-next,
      .js-slider .slider-arrow-next {
        right: 0; } }
  .gallery-wrapper .slider-arrow-icon-next,
  .gallery-wrapper .slider-arrow-icon-prev,
  .js-slider .slider-arrow-icon-next,
  .js-slider .slider-arrow-icon-prev {
    outline: 0 none;
    height: 34px;
    width: 34px;
    background: transparent no-repeat 50% 50%; }
  .gallery-wrapper .slider-arrow-icon-prev,
  .js-slider .slider-arrow-icon-prev {
    background-image: url(../images/icons/icon-gallery-arrow-prev.png);
    left: 0; }
    .gallery-wrapper .slider-arrow-icon-prev.white,
    .js-slider .slider-arrow-icon-prev.white {
      background-image: url(../images/icons/icon-arrow-prev-gray.png);
      margin-left: -30px; }
  .gallery-wrapper .slider-arrow-icon-next,
  .js-slider .slider-arrow-icon-next {
    background-image: url(../images/icons/icon-gallery-arrow-next.png);
    right: 0; }
    .gallery-wrapper .slider-arrow-icon-next.white,
    .js-slider .slider-arrow-icon-next.white {
      background-image: url(../images/icons/icon-arrow-next-gray.png);
      margin-right: -30px; }
  .gallery-wrapper.gradient .slider-arrow-prev,
  .js-slider.gradient .slider-arrow-prev {
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C */ }
  .gallery-wrapper.gradient .slider-arrow-next,
  .js-slider.gradient .slider-arrow-next {
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C */ }
  .gallery-wrapper img,
  .js-slider img {
    max-height: 500px;
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  .gallery-wrapper .image-wrapper > div,
  .js-slider .image-wrapper > div {
    position: relative; }
  .gallery-wrapper .image-wrapper.loading,
  .js-slider .image-wrapper.loading {
    background: no-repeat center url(../images/ajax-loader.gif); }
  .gallery-wrapper .change-image,
  .js-slider .change-image {
    position: absolute;
    bottom: 150px;
    clear: both;
    float: none; }
  .gallery-wrapper .u-arrow-prev,
  .gallery-wrapper .u-arrow-next,
  .js-slider .u-arrow-prev,
  .js-slider .u-arrow-next {
    text-indent: -9999px;
    direction: ltr;
    width: 35px;
    height: 100%;
    top: 0;
    bottom: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: center; }
  .gallery-wrapper ul,
  .js-slider ul {
    font-size: .85em;
    line-height: 1.4em;
    margin-top: .5em;
    padding: 0; }
  .gallery-wrapper .image-wrapper-description,
  .js-slider .image-wrapper-description {
    max-width: 88%;
    color: #202020;
    font-style: italic;
    float: left; }
  .gallery-wrapper .image-wrapper-number,
  .js-slider .image-wrapper-number {
    color: #999;
    text-align: right;
    float: right;
    font-size: .85em; }

.gallery-wrapper {
  background: #f2f5f7; }
  .gallery-wrapper a {
    text-indent: -9999px; }
  .gallery-wrapper .slider-slick-prev,
  .gallery-wrapper .slider-slick-next {
    top: 50%; }

.amazon {
  float: left;
  margin: 0 0 10px;
  outline: none; }
  .amazon .a-icon {
    background-image: url(https://images-na.ssl-images-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-sprite_2x-9d768db982f81e1fde71be6e1f86b818ea0ecfcf._V2_.png);
    background-size: 400px 650px;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    display: inline-block; }
  .amazon .a-icon-prime {
    width: 52px;
    height: 16px;
    background-position: -5px -489px;
    vertical-align: baseline; }
  .amazon .a-icon-alt {
    display: none; }
  .amazon img {
    width: auto;
    height: auto; }
  .amazon .a-infos {
    float: none;
    width: 100%; }
    .amazon .a-infos * {
      text-align: center !important; }
  .amazon .a-savings,
  .amazon .a-uvp {
    font-size: 13px;
    line-height: 20px;
    color: #9e9e9e;
    margin-bottom: 5px; }
    .amazon .a-savings span,
    .amazon .a-uvp span {
      text-decoration: line-through; }
  .amazon .a-savings {
    height: 20px;
    overflow: hidden;
    margin-top: -30px; }
    .amazon .a-savings span {
      text-decoration: none;
      color: #b12704; }
  .amazon .a-price {
    font-weight: 900;
    font-size: 15px;
    margin-bottom: 35px;
    line-height: 20px;
    height: 20px;
    overflow: hidden; }
    .amazon .a-price > span {
      color: #b12704; }
  .amazon .a-box {
    text-align: center !important;
    border: solid 1px rgba(0, 0, 0, 0.15);
    margin: 0 5px; }
  .amazon .a-prodimg {
    float: none;
    display: inline-block;
    width: 180px;
    height: 180px;
    margin: 0 !important;
    padding: 0;
    overflow: hidden; }
  .amazon .produkttitel {
    width: 100%;
    padding: 10px 5px;
    font-size: 15px;
    font-weight: 900;
    text-align: left;
    min-height: 52px;
    text-align: center; }
  .amazon .pricebutton {
    margin: 10px 0 20px 0; }
    .amazon .pricebutton a {
      padding: 10px;
      background: #06558b;
      display: inline-block;
      font-weight: 900;
      text-transform: uppercase;
      color: #fff;
      font-size: 14px;
      outline: 0 none;
      text-decoration: none; }
      .amazon .pricebutton a:before {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAYAAACXtf2DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCNjMwOEFCQjIzMjMxMUU2OEM5QUUyMEE4RTVEOEM3NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCNjMwOEFCQzIzMjMxMUU2OEM5QUUyMEE4RTVEOEM3NiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkE3RTk1QkJFMjFBQTExRTY4QzlBRTIwQThFNUQ4Qzc2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkI2MzA4QUJBMjMyMzExRTY4QzlBRTIwQThFNUQ4Qzc2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Tq6TVwAAAhhJREFUeNqU1U9IFkEYx3HX9zU1MzLTLAokUtG0P0hCKRJ2CC+GIqEIIuHJuze1k+f0IN1DiEiPooQoUujBg29JQdQphJcMgkTk9e/6nfgpw7Kzb+/AB3beefeZ3XlmnvV8389K04rRiQ5U4Cx28AWvMYtt591mggj3kPCj2yQuu2JEBb+BJStQCt+wjq3AJH3wwuJkRyxNPZp1fYiXqEIdhgPL8gAXwoLEHcHNxElM68YfeGWNv0cP7qtf5IrlmuAIH8W0GEpxW/c0KPmnqXQtQzzNDspHI1rxEDU4n5VBi5rgHAYwhEL99htLuq/uvyaL2EUdgZ0yjxbkohar1thblITFcb3BRbRZ/Q2MY8HaBDFrfE95C90tYa0AlVbfLM1Pq38X5Va/DLmZTGCeJmX1TYl4YgXv19Y8aS14FJpTx/oXYDSQgyTmdJrD2hSKMykVdyLq0Dv04JP6y3iMeDCOqR/mmK84lq9albRBa5xUomewiXadk0kkcBXduKXrhJngKRe9eIOpkInyVC7MhLvYwr7GciSlvOXpMN7EFbw4We8mLGp9R1CRpoy78tauPI0q5oqnD062as0zDOKa9v4HrOE7funpTWU9o7NyXfWpSbvrDyZ0Zsb+1bLAU5gkXUIXZrGjJB5hT98EYxcHGjP/WcBzlCIHMbSZa8/xyfQCFbRGT1uksb86eF/xWW93EKiq5n/+sQADADsXiuXHTAk1AAAAAElFTkSuQmCC) no-repeat;
        background-size: 20px 16px;
        content: '';
        width: 20px;
        height: 16px;
        float: left;
        margin-right: 10px; }

.awidget {
  margin-left: 0; }
  .awidget.drei {
    width: calc(100% - 1px + 1px);
    margin: 0; }
    .awidget.drei .slider-slick-next {
      top: 185px !important;
      right: 5px; }
    .awidget.drei .slider-slick-prev {
      top: 185px !important;
      left: 5px; }

.slider--tracdelight {
  position: relative; }
  .slider--tracdelight .image-wrapper {
    text-align: center; }
    .slider--tracdelight .image-wrapper img {
      height: 190px;
      width: auto !important;
      margin: 0 auto !important; }
  .slider--tracdelight a {
    color: #000; }
    .slider--tracdelight a:hover {
      text-decoration: none; }
  .slider--tracdelight .arrow-left {
    width: 100%;
    height: 100%;
    background: transparent url(../images/icons/icon-arrow-right-small.png) 96% 93% no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }
  .slider--tracdelight .arrow-left {
    left: 10px; }
  .slider--tracdelight .arrow-right {
    left: inherit !important;
    right: 10px !important; }
  .slider--tracdelight .slick-arrow {
    z-index: 10;
    top: inherit !important;
    bottom: 12px;
    width: 20px !important;
    height: 20px !important;
    background: transparent url(../images/icons/icon-arrow-right-orange-small.png) 96% 93% no-repeat !important; }
  .slider--tracdelight .badge {
    width: auto !important;
    position: absolute;
    top: 10px;
    z-index: 20;
    left: 10px; }

.webui-popover {
  top: 110%;
  z-index: 1;
  box-shadow: 0 0 16px #bab8b8;
  border: 0;
  display: none;
  position: absolute;
  background-color: #fff; }
  .webui-popover .webui-popover-inner {
    overflow: hidden; }
  .webui-popover.js-popover-date-list {
    top: 60px;
    width: 195px;
    z-index: 2;
    margin-top: 2px; }
    .webui-popover.js-popover-date-list a {
      display: -ms-flexbox;
      display: flex;
      font-size: 0.875em;
      font-weight: 500;
      color: #000;
      opacity: .8;
      margin-top: 7px; }
      .webui-popover.js-popover-date-list a span {
        width: 65px; }
      .webui-popover.js-popover-date-list a.active {
        font-weight: bold; }
    .releasesModule .webui-popover.js-popover-date-list a span {
      width: 45px; }
    .webui-popover.js-popover-date-list .content {
      height: 315px; }
      .releasesModule .webui-popover.js-popover-date-list .content {
        height: 355px; }
      .webui-popover.js-popover-date-list .content div {
        border-bottom: 1px solid #ccc;
        font-size: 1.125em;
        font-weight: 500;
        width: 88%;
        margin-top: 10px;
        padding-bottom: 4px; }
    .releasesModule .webui-popover.js-popover-date-list {
      left: 18%;
      top: 110%; }
      @media (min-width: 768px) {
        .releasesModule .webui-popover.js-popover-date-list {
          left: 34.5%; } }
      @media (min-width: 1024px) {
        .releasesModule .webui-popover.js-popover-date-list {
          left: 28%; } }
      @media (min-width: 1280px) {
        .releasesModule .webui-popover.js-popover-date-list {
          left: 34%; } }
      @media (min-width: 1366px) {
        .releasesModule .webui-popover.js-popover-date-list {
          left: 37%; } }
    .tvtipps .webui-popover.js-popover-date-list {
      left: 34.5%;
      top: 110%; }
      @media (min-width: 1024px) {
        .tvtipps .webui-popover.js-popover-date-list {
          left: 29%; } }
      @media (min-width: 1280px) {
        .tvtipps .webui-popover.js-popover-date-list {
          left: 34.3%; } }
      @media (min-width: 1366px) {
        .tvtipps .webui-popover.js-popover-date-list {
          left: 37.5%; } }
    .tvModule .webui-popover.js-popover-date-list {
      top: 70%;
      left: 1%; }
  .tab-single-station .webui-popover.js-popover-channel-list {
    width: 96%;
    left: 2%; }
  .tvModule .webui-popover.js-popover-channel-list {
    position: absolute;
    width: 689px;
    left: 0;
    top: 75px; }
    @media (min-width: 1024px) {
      .tvModule .webui-popover.js-popover-channel-list {
        left: 8%; } }
    @media (min-width: 1280px) {
      .tvModule .webui-popover.js-popover-channel-list {
        left: 24%; } }
    @media (min-width: 1366px) {
      .tvModule .webui-popover.js-popover-channel-list {
        left: 36%; } }
    .tvModule .webui-popover.js-popover-channel-list > .arrow {
      left: 83%; }
    .tvModule .webui-popover.js-popover-channel-list .content .matrix div {
      width: 23%; }
    .tvModule .webui-popover.js-popover-channel-list .content .broadcast-list {
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3; }
  .tab-tv-program .navbar .webui-popover {
    width: 175px;
    left: 48%;
    margin-left: -75px; }
    .tab-tv-program .navbar .webui-popover .content {
      height: 315px;
      padding-bottom: 40px; }
      .tab-tv-program .navbar .webui-popover .content div {
        border-bottom: 1px solid #ccc;
        font-size: 1.125em;
        font-weight: 500;
        width: 88%;
        margin-top: 10px;
        padding-bottom: 4px; }
      .tab-tv-program .navbar .webui-popover .content a {
        font-size: 0.875em;
        font-weight: 500;
        color: #000;
        opacity: .8;
        display: block;
        margin-top: 7px; }
  .epg-text-search .webui-popover {
    width: 335px;
    left: auto;
    right: 0;
    z-index: 101; }
    .epg-text-search .webui-popover .highlight {
      transition: all .2s ease;
      background-color: #eaf4fd;
      border-radius: 2px;
      box-shadow: 0 0 6px #999; }
  .webui-popover .close {
    opacity: 1;
    position: absolute;
    top: 2px;
    right: 16px;
    z-index: 1;
    display: block;
    background: #fff url(../images/icons/icon-close.png) no-repeat 50% 50%;
    text-indent: -9999px;
    height: 10px;
    width: 10px;
    margin: 0;
    padding: 14px; }
  .webui-popover > .arrow,
  .webui-popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .webui-popover > .arrow {
    border-width: 11px; }
  .webui-popover > .arrow:after {
    border-width: 10px;
    content: ''; }
  .webui-popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-top-width: 0; }
  .webui-popover.bottom > .arrow:after {
    content: ' ';
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0; }
  .webui-popover .content {
    margin: 25px 0 9px 18px;
    height: 500px;
    overflow-y: scroll; }
    .webui-popover .content a:last-child {
      margin-bottom: 30px; }
    .webui-popover .content h4 {
      font-size: 1.125em;
      border-bottom: 1px solid #ccc;
      font-weight: 600;
      margin: 0 30px 13px 0;
      padding-bottom: 4px;
      color: #000; }
      .webui-popover .content h4.small {
        margin: 0 0 8px;
        width: 93%; }
        .webui-popover .content h4.small:first-child {
          margin: 0; }
    .webui-popover .content .matrix {
      margin-bottom: 16px; }
      .webui-popover .content .matrix div {
        display: inline-block;
        width: 22%;
        height: 86px;
        position: relative; }
        @media (min-width: 1280px) {
          .webui-popover .content .matrix div {
            width: 23%; } }
        .webui-popover .content .matrix div img {
          max-width: 60px;
          max-height: 25px;
          position: absolute;
          margin: auto;
          left: 0;
          right: 0;
          bottom: 56%;
          width: auto; }
        .webui-popover .content .matrix div p {
          text-align: center;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 18px;
          font-size: .95em;
          margin: 0; }
    .webui-popover .content .broadcast-list {
      margin-bottom: 24px;
      line-height: 1.64em;
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; }
      @media (min-width: 1280px) {
        .webui-popover .content .broadcast-list {
          -webkit-column-count: 3;
             -moz-column-count: 3;
                  column-count: 3; } }
      .webui-popover .content .broadcast-list a {
        color: #000;
        display: block;
        width: 100%; }
    .webui-popover .content .searchresult-list {
      margin-bottom: 15px;
      width: 93%; }
      .webui-popover .content .searchresult-list a {
        border-bottom: 1px solid #ccc; }
        .webui-popover .content .searchresult-list a:last-child {
          border: 0; }
        .webui-popover .content .searchresult-list a .td {
          line-height: 39px; }
          .webui-popover .content .searchresult-list a .td:first-child {
            width: 31%;
            text-align: center;
            padding-right: 10%; }
          .webui-popover .content .searchresult-list a .td:last-child {
            font-size: 0.875em;
            font-weight: 600;
            color: #585858; }
          .webui-popover .content .searchresult-list a .td img {
            max-width: 67%;
            max-height: 20px;
            margin: -5px 0 0 3%; }
    .webui-popover .content article {
      width: 93%;
      padding-bottom: 2px; }
      .webui-popover .content article time {
        background-color: #f5f5f5;
        display: block;
        color: #8d8d8d;
        text-align: right;
        font-size: 0.75em;
        font-weight: bold;
        margin: 3px 0 10px; }
      .webui-popover .content article a {
        padding: 8px 0; }
        .webui-popover .content article a .logo {
          width: 31%;
          text-align: center; }
          .webui-popover .content article a .logo img {
            max-width: 60px;
            max-height: 20px;
            vertical-align: top; }
        .webui-popover .content article a h2 {
          font-family: "Open Sans", sans-serif;
          margin: 0;
          font-size: 0.875em;
          line-height: 0.875em;
          font-weight: 600;
          color: #585858;
          margin-bottom: 2px; }
        .webui-popover .content article a .date {
          color: #ff5858;
          font-size: 0.75em; }
  .webui-popover .gradient {
    position: absolute;
    left: 0;
    right: 0;
    height: 35px; }
    .webui-popover .gradient.top {
      /* FF3.6+ */
      /* Chrome,Safari4+ */
      /* Chrome10+,Safari5.1+ */
      /* Opera 11.10+ */
      /* IE10+ */
      background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
      /* W3C */
      top: 0; }
    .webui-popover .gradient.bottom {
      /* FF3.6+ */
      /* Chrome,Safari4+ */
      /* Chrome10+,Safari5.1+ */
      /* Opera 11.10+ */
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 94%, white 100%);
      /* W3C */
      bottom: 0; }

.newsModule .wrapper {
  position: relative;
  padding-bottom: 40px; }

.newsModule div.tile-half {
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden; }

.newsModule div.commercial-single,
.newsModule div.commercial-double,
.newsModule article.tile-half {
  border-bottom: 1px solid #ccc;
  height: 300px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: hidden; }
  @media (min-width: 320px) {
    .newsModule div.commercial-single,
    .newsModule div.commercial-double,
    .newsModule article.tile-half {
      margin-left: 0;
      width: 100%; } }
  @media (min-width: 768px) {
    .newsModule div.commercial-single,
    .newsModule div.commercial-double,
    .newsModule article.tile-half {
      margin-left: 20px;
      width: 98%;
      width: calc((100% - 20px)); } }
  @media (min-width: 1280px) {
    .newsModule div.commercial-single,
    .newsModule div.commercial-double,
    .newsModule article.tile-half {
      width: 300px; } }
  .newsModule div.commercial-single > *,
  .newsModule div.commercial-double > *,
  .newsModule article.tile-half > * {
    width: 300px;
    margin-left: 0;
    margin-left: calc((100% - 300px) / 2); }

.newsModule .tile {
  width: 100%;
  margin-left: 0; }
  @media (min-width: 768px) {
    .newsModule .tile {
      width: 98%;
      width: calc((100% - 20px));
      margin-left: 20px; } }

.newsModule div.commercial-double {
  height: 620px; }

.newsModule .image-wrapper {
  position: relative; }
  .newsModule .image-wrapper .arrow-right {
    width: 100%;
    height: 100%;
    background: transparent url(../images/icons/icon-arrow-right-small.png) 96% 93% no-repeat;
    position: absolute;
    top: 0;
    left: 0; }
  .newsModule .image-wrapper img {
    width: 300px;
    margin-left: 0;
    margin-left: calc((100% - 300px) / 2); }
  .newsModule .image-wrapper .badge {
    position: absolute;
    top: 10px;
    left: 0;
    left: calc((100% - 300px) / 2 + 10px); }

.newsModule h2,
.newsModule .headline {
  line-height: 1.3em;
  margin: 4px 0;
  display: block; }

.newsModule article .headline {
  margin-left: 0;
  margin-left: calc((100% - 300px) / 2);
  font-size: 1.125em;
  line-height: 1.2em; }
  .newsModule article .headline a {
    color: #000; }

.newsModule .desc {
  font-size: 0.875em;
  font-weight: 400; }
  .newsModule .desc .link {
    color: #f30012;
    font-weight: 600; }

.newsModule .load {
  border-radius: 3px; }

.taglistModul .tile-news,
.movieNewsModule .tile-news {
  position: relative; }
  @media all and (max-width: 768px) {
    .taglistModul .tile-news,
    .movieNewsModule .tile-news {
      margin: 0 0 20px;
      width: 100%; } }
  @media all and (min-width: 768px) {
    .taglistModul .tile-news,
    .movieNewsModule .tile-news {
      margin: 0 0 20px;
      width: 50%;
      width: calc(50% - 10px);
      float: left; }
      .taglistModul .tile-news:nth-child(even),
      .movieNewsModule .tile-news:nth-child(even) {
        margin-right: 20px; } }
  @media (min-width: 1024px) {
    .taglistModul .tile-news,
    .movieNewsModule .tile-news {
      margin: 0 0 20px;
      width: 50%;
      width: calc(50% - 10px);
      float: left; } }
  .taglistModul .tile-news .image-wrapper,
  .movieNewsModule .tile-news .image-wrapper {
    position: relative;
    width: 100%; }
    .taglistModul .tile-news .image-wrapper .arrow-right,
    .movieNewsModule .tile-news .image-wrapper .arrow-right {
      width: 100%;
      height: 100%;
      background: transparent url(../images/icons/icon-arrow-right-small.png) 96% 93% no-repeat;
      position: absolute;
      top: 0;
      left: 0; }
    @media (min-width: 1024px) {
      .taglistModul .tile-news .image-wrapper,
      .movieNewsModule .tile-news .image-wrapper {
        float: left; } }
    @media (min-width: 1280px) {
      .taglistModul .tile-news .image-wrapper,
      .movieNewsModule .tile-news .image-wrapper {
        width: 100%;
        float: left; } }
    .taglistModul .tile-news .image-wrapper img,
    .movieNewsModule .tile-news .image-wrapper img {
      width: 100%;
      height: auto; }
    .taglistModul .tile-news .image-wrapper .badge,
    .movieNewsModule .tile-news .image-wrapper .badge {
      position: absolute;
      top: 10px;
      left: 10px; }
  .taglistModul .tile-news h1,
  .taglistModul .tile-news .headline,
  .movieNewsModule .tile-news h1,
  .movieNewsModule .tile-news .headline {
    font-size: 1.125em;
    margin: 0 0 4px;
    display: block;
    line-height: 20px; }
    @media (min-width: 1024px) {
      .taglistModul .tile-news h1,
      .taglistModul .tile-news .headline,
      .movieNewsModule .tile-news h1,
      .movieNewsModule .tile-news .headline {
        width: 200px;
        float: left; } }
    @media (min-width: 1280px) {
      .taglistModul .tile-news h1,
      .taglistModul .tile-news .headline,
      .movieNewsModule .tile-news h1,
      .movieNewsModule .tile-news .headline {
        margin-top: 8px;
        width: 100%;
        float: left; } }
    @media (min-width: 1280px) {
      .taglistModul .tile-news h1,
      .taglistModul .tile-news .headline,
      .movieNewsModule .tile-news h1,
      .movieNewsModule .tile-news .headline {
        margin-top: 11px; } }
  .taglistModul .tile-news .desc,
  .movieNewsModule .tile-news .desc {
    font-size: 0.875em; }
    @media (min-width: 1024px) {
      .taglistModul .tile-news .desc,
      .movieNewsModule .tile-news .desc {
        width: 200px;
        float: left; } }
    @media (min-width: 1280px) {
      .taglistModul .tile-news .desc,
      .movieNewsModule .tile-news .desc {
        width: 100%;
        float: left; } }
    .taglistModul .tile-news .desc a,
    .movieNewsModule .tile-news .desc a {
      font-weight: 600;
      color: #d60200; }

.taglistModul nav,
.movieNewsModule nav {
  text-align: center;
  margin: 28px 0; }
  .taglistModul nav .page,
  .movieNewsModule nav .page {
    font-size: 0.875em;
    font-weight: 500;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    background-color: #06558b;
    color: #fff;
    min-width: 20px;
    height: 20px;
    border-radius: 3px;
    margin-right: 2px;
    padding: 0 6px; }
    .taglistModul nav .page.current,
    .movieNewsModule nav .page.current {
      border: 1px solid #06558b;
      background-color: #fff;
      color: #06558b;
      vertical-align: bottom; }
  .taglistModul nav span,
  .movieNewsModule nav span {
    color: #06558b; }
    .taglistModul nav span:first-child,
    .movieNewsModule nav span:first-child {
      font-weight: bold;
      margin-right: 6px;
      margin-bottom: 6px;
      display: block; }
      @media all and (min-width: 768px) {
        .taglistModul nav span:first-child,
        .movieNewsModule nav span:first-child {
          display: inline;
          margin-right: 14px;
          margin-bottom: 0; } }
  .taglistModul nav .spacer,
  .movieNewsModule nav .spacer {
    width: 16px;
    display: inline-block; }

.cinemaModule {
  position: relative;
  margin-bottom: 2em; }
  @media (min-width: 1024px) {
    #charts .cinemaModule {
      margin-top: 10px; } }
  @media (min-width: 1280px) {
    #charts .cinemaModule {
      margin-top: 0; } }
  @media (min-width: 1366px) {
    #charts .cinemaModule {
      margin-top: 20px; } }
  @media (min-width: 768px) {
    .cinemaModule {
      margin-bottom: 1.5em; } }
  @media (min-width: 1024px) {
    .cinemaModule {
      margin-bottom: 2.5em; } }
  .cinemaModule .imageWrap {
    background-image: url(../images/epg/placeholder-trailer.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #146C9E;
    display: block;
    min-height: 113px;
    min-width: 75px; }
  @media (min-width: 1280px) {
    .cinemaModule .widget-header h2 span,
    .cinemaModule .widget-header .headline span {
      display: none; } }
  @media (min-width: 1366px) {
    .cinemaModule .widget-header h2 span,
    .cinemaModule .widget-header .headline span {
      display: inline; } }
  @media (min-width: 1280px) {
    .cinemaModule .widget-header .link-wrapper span:first-child {
      display: none !important; } }
  @media (min-width: 1366px) {
    .cinemaModule .widget-header .link-wrapper span:first-child {
      display: inline !important; } }
  @media (min-width: 1280px) {
    .cinemaModule .widget-header .link-wrapper span:last-child {
      display: inline !important; } }
  @media (min-width: 1366px) {
    .cinemaModule .widget-header .link-wrapper span:last-child {
      display: none !important; } }
  .cinemaModule article {
    border-bottom: 1px solid #ccc; }
    .cinemaModule article:last-child {
      border: 0; }
    .cinemaModule article .counter {
      width: 30px;
      vertical-align: middle;
      text-align: center;
      font-size: 1.5em;
      color: #737373;
      font-weight: bold;
      padding-bottom: 10px; }
    .cinemaModule article .cover-wrapper {
      padding: 5px 0;
      width: 80px; }
      @media all and (min-width: 768px) and (max-width: 1023px), all and (min-width: 1280px) {
        .cinemaModule article .cover-wrapper {
          padding: 10px 0; } }
      .homeTable .cinemaModule article .cover-wrapper img {
        max-width: 80px;
        height: auto; }
    .cinemaModule article .info {
      vertical-align: middle;
      padding-left: 1.3em; }
      @media (min-width: 1280px) {
        .cinemaModule article .info {
          padding-left: 0.8em; } }
      @media (min-width: 1366px) {
        .cinemaModule article .info {
          padding-left: 1.3em; } }
      .cinemaModule article .info h1,
      .cinemaModule article .info .headline {
        color: #000;
        font-size: 1.125em;
        font-weight: 600;
        margin: 0;
        line-height: 21px; }
      .cinemaModule article .info .bottom {
        color: #8d8d8d;
        font-size: 0.9em;
        margin-top: .3em; }
        .cinemaModule article .info .bottom time {
          font-weight: bold; }
      .cinemaModule article .info .meta {
        font-size: 0.875em;
        color: #8d8d8d; }
        .cinemaModule article .info .meta time {
          font-weight: bold; }
  .cinemaModule.responsive {
    width: 100%; }
    @media all and (max-width: 1023px) and (min-width: 768px), all and (min-width: 1280px) {
      .cinemaModule.responsive .counter {
        width: 80px;
        font-size: 3em; } }
    .cinemaModule.responsive .widget-header {
      padding: 0 0 8px;
      margin: 0; }
      @media all and (max-width: 767px), all and (max-width: 1279px) and (min-width: 1024px) {
        .cinemaModule.responsive .widget-header {
          margin-bottom: 5px; } }
      .cinemaModule.responsive .widget-header h1,
      .cinemaModule.responsive .widget-header .headline {
        line-height: 20px; }
      @media all and (max-width: 1023px) and (min-width: 768px), all and (max-width: 1365px) and (min-width: 1280px) {
        .cinemaModule.responsive .widget-header {
          padding: 0; }
          .cinemaModule.responsive .widget-header h1,
          .cinemaModule.responsive .widget-header .headline {
            line-height: 40px; } }
    @media all and (min-width: 768px) and (max-width: 1023px), all and (min-width: 1280px) {
      .cinemaModule.responsive .cover-wrapper {
        width: 120px; } }
    @media all and (min-width: 1024px) and (max-width: 1279px) {
      .cinemaModule.responsive .cover-wrapper {
        width: 80px; } }
    .cinemaModule.responsive .cover-wrapper img {
      width: 100%; }
    @media all and (min-width: 768px) and (max-width: 1023px), all and (min-width: 1280px) {
      .cinemaModule.responsive .info {
        vertical-align: top; } }
    @media (min-width: 1366px) {
      .cinemaModule.responsive .info {
        padding-right: 40px; } }
    .cinemaModule.responsive .info .date.bottom {
      margin-top: 5px; }
      @media all and (min-width: 768px) and (max-width: 1023px), all and (min-width: 1280px) {
        .cinemaModule.responsive .info .date.bottom {
          display: none; } }
    .cinemaModule.responsive .info .date.top {
      font-size: 0.875em;
      opacity: 0.5;
      color: #000;
      margin: 30px 0 4px; }
      .cinemaModule.responsive .info .date.top time {
        font-weight: normal; }
    .cinemaModule.responsive .info .meta {
      font-size: 0.875em;
      margin: 2px 0 12px;
      opacity: .7; }
    .cinemaModule.responsive .info .desc {
      font-size: 0.875em;
      line-height: 21px; }
      .cinemaModule.responsive .info .desc a {
        color: #d60200; }
    .cinemaModule.responsive .info .date.top,
    .cinemaModule.responsive .info .meta,
    .cinemaModule.responsive .info .desc {
      display: none; }
      @media all and (min-width: 768px) and (max-width: 1023px), all and (min-width: 1280px) {
        .cinemaModule.responsive .info .date.top,
        .cinemaModule.responsive .info .meta,
        .cinemaModule.responsive .info .desc {
          display: block; } }

.epgList--widget {
  position: relative;
  padding: 0 20px 40px;
  margin-top: 0;
  margin-bottom: 1.2em; }
  @media (min-width: 768px) {
    .epgList--widget {
      margin-bottom: 2.5em; } }
  @media (min-width: 1024px) {
    .epgList--widget {
      margin-bottom: 2em; } }
  .epgList--widget .link-wrapper a:first-child {
    margin-right: .5em; }
    @media (min-width: 1280px) {
      .epgList--widget .link-wrapper a:first-child {
        display: none; } }
    @media (min-width: 1366px) {
      .epgList--widget .link-wrapper a:first-child {
        display: inline; } }
  .epgList--widget .table {
    border-collapse: collapse; }
    .epgList--widget .table section {
      padding: 0;
      border-bottom: 1px solid #efefef;
      margin-bottom: .625em; }
      @media (min-width: 1024px) {
        .epgList--widget .table section {
          margin-bottom: 0; } }
      .epgList--widget .table section header {
        padding-top: 0;
        margin-bottom: .75em !important; }
        .epgList--widget .table section header div.logo-one-tab img {
          max-height: 28px; }
        .epgList--widget .table section header div img {
          padding-top: 0 !important;
          float: left; }
          @media (min-width: 768px) {
            .epgList--widget .table section header div img {
              margin-right: 10px !important; } }
          @media (min-width: 1366px) {
            .epgList--widget .table section header div img {
              margin-right: 0 !important; } }
      .epgList--widget .table section .first {
        width: 15% !important; }
        @media (min-width: 768px) {
          .epgList--widget .table section .first {
            text-align: left; } }
        @media (min-width: 1024px) {
          .epgList--widget .table section .first {
            padding-top: 1.025em;
            width: 110px !important; } }
        @media (min-width: 1280px) {
          .epgList--widget .table section .first {
            padding-top: .325em;
            padding-bottom: .15em;
            width: 15% !important; } }
        @media (min-width: 1366px) {
          .epgList--widget .table section .first {
            padding-top: 1.025em;
            padding-bottom: 0;
            width: 110px !important; } }
        @media all and (max-width: 1023px), all and (min-width: 1280px) and (max-width: 1365px) {
          .epgList--widget .table section .first {
            display: block;
            border: 0;
            width: 100% !important;
            padding-bottom: 0; }
            .epgList--widget .table section .first div {
              width: auto;
              padding-bottom: 1px;
              float: left !important; }
            .epgList--widget .table section .first .h2 {
              width: auto !important;
              margin-top: 0 !important;
              font-size: .75em;
              vertical-align: bottom;
              line-height: 1.25em; } }
    @media all and (max-width: 1023px) and (min-width: 768px), all and (min-width: 1280px) and (max-width: 1365px) and (min-width: 768px) {
      .epgList--widget .table section .first .h2 {
        line-height: .65em; } }
    @media all and (max-width: 1023px) and (min-width: 1024px), all and (min-width: 1280px) and (max-width: 1365px) and (min-width: 1024px) {
      .epgList--widget .table section .first .h2 {
        margin-top: 10px;
        line-height: .8em;
        float: none; } }
      .epgList--widget .table section .second.big {
        width: 72%; }
        @media (min-width: 320px) {
          .epgList--widget .table section .second.big a {
            width: 260px; } }
        @media (min-width: 768px) {
          .epgList--widget .table section .second.big a {
            width: 240px; } }
        @media (min-width: 1024px) {
          .epgList--widget .table section .second.big {
            width: 290px; }
            .epgList--widget .table section .second.big a {
              width: 335px; } }
        @media (min-width: 1280px) {
          .epgList--widget .table section .second.big {
            width: 72%; }
            .epgList--widget .table section .second.big a {
              width: 240px; } }
        @media (min-width: 1366px) {
          .epgList--widget .table section .second.big {
            width: 290px; }
            .epgList--widget .table section .second.big a {
              width: 335px; } }
        @media all and (max-width: 1023px), all and (min-width: 1280px) and (max-width: 1365px) {
          .epgList--widget .table section .second.big {
            display: block;
            width: 100%;
            padding-top: 0; } }
        .epgList--widget .table section .second.big article {
          padding-top: 0;
          display: inline-block; }
          .epgList--widget .table section .second.big article .time-wrapper {
            color: #a3a3a3;
            margin-right: 6.6%;
            padding-right: 0;
            top: 3px; }
            @media all and (max-width: 1023px), all and (min-width: 1280px) and (max-width: 1365px) {
              .epgList--widget .table section .second.big article .time-wrapper {
                width: 40px;
                margin-right: 15px;
                float: left; } }
            .epgList--widget .table section .second.big article .time-wrapper div {
              position: relative;
              height: 18px; }
              @media (min-width: 1024px) {
                .epgList--widget .table section .second.big article .time-wrapper div {
                  height: 16px; } }
              .epgList--widget .table section .second.big article .time-wrapper div span {
                font-size: 0.75em;
                position: absolute;
                top: 0;
                right: 0; }
              .epgList--widget .table section .second.big article .time-wrapper div .badge-image {
                position: absolute;
                right: 0;
                bottom: 0;
                top: 22px; }
            .epgList--widget .table section .second.big article .time-wrapper time {
              font-size: 0.85em;
              line-height: 0.85em;
              display: inherit; }
          .epgList--widget .table section .second.big article .epg-col-broadcast-name {
            width: 76%;
            margin-left: 0; }
            @media all and (max-width: 1023px), all and (min-width: 1280px) and (max-width: 1365px) {
              .epgList--widget .table section .second.big article .epg-col-broadcast-name {
                width: 75%;
                width: calc((100% - 55px)); }
                .epgList--widget .table section .second.big article .epg-col-broadcast-name .progress {
                  width: 100%; } }
            .epgList--widget .table section .second.big article .epg-col-broadcast-name h3 {
              color: #585858;
              line-height: 15px;
              margin-bottom: .35em;
              font-size: 0.9375em;
              margin-top: .075em; }
              @media (min-width: 768px) {
                .epgList--widget .table section .second.big article .epg-col-broadcast-name h3 {
                  margin-bottom: .25em;
                  font-size: 0.875em;
                  margin-top: .1em; } }
            .epgList--widget .table section .second.big article .epg-col-broadcast-name > span {
              display: block;
              font-weight: 600;
              margin-bottom: .25em;
              font-size: 0.95em;
              margin-top: 0.25em; }
              @media (min-width: 768px) {
                .epgList--widget .table section .second.big article .epg-col-broadcast-name > span {
                  margin-bottom: .125em;
                  font-size: 1em;
                  margin-top: 0; } }
          .epgList--widget .table section .second.big article:first-child {
            padding-top: 0; }
            .epgList--widget .table section .second.big article:first-child h3 {
              color: #000 !important;
              font-size: 1em !important; }
            .epgList--widget .table section .second.big article:first-child .time-wrapper {
              color: #000;
              top: -5px; }
              @media (min-width: 1024px) {
                .epgList--widget .table section .second.big article:first-child .time-wrapper {
                  margin-top: 2px; } }
          .epgList--widget .table section .second.big article:last-child a {
            margin-bottom: 0; }
            @media (min-width: 768px) {
              .epgList--widget .table section .second.big article:last-child a {
                padding-bottom: 10px; } }

.sitemapModule {
  margin-top: 0;
  margin-bottom: 2em;
  width: 100%; }
  .sitemapModule:before, .sitemapModule:after {
    content: '';
    display: table; }
  .sitemapModule:after {
    clear: both; }
  @media (min-width: 1024px) {
    .sitemapModule {
      width: 60%;
      width: calc((100% - 25em));
      margin-top: .25em;
      margin-bottom: .5em; } }
  @media (min-width: 1366px) {
    .sitemapModule {
      width: 50%;
      width: calc((100% - 30em)); } }
  .sitemapModule-headline {
    border-bottom: 1px solid #ccc;
    font-family: "Source Sans Pro", sans-serif;
    color: #000;
    font-size: 1.2em;
    font-weight: 600;
    padding-bottom: 2px; }
  .sitemapModule h3 {
    font-size: 1em;
    font-weight: 600;
    margin: 14px 0 0; }
  .sitemapModule-links {
    float: left;
    width: 220px;
    vertical-align: top;
    padding: 0;
    margin: 0 0 8px; }
    .sitemapModule-links-item {
      display: block;
      line-height: 1.25em; }
      .sitemapModule-links-item a {
        font-size: 0.875em;
        line-height: 0.875em;
        color: #a0a2a4; }
  .sitemapModule nav ul {
    float: left;
    width: 53%; }
    .sitemapModule nav ul:nth-child(2n+2) {
      width: 47%; }
    @media (min-width: 768px) {
      .sitemapModule nav ul:nth-child(1n+1) {
        width: 35.5%; }
      .sitemapModule nav ul:nth-child(3n+3) {
        width: 29%; } }
    @media (min-width: 1024px) {
      .sitemapModule nav ul:nth-child(1n+1) {
        width: 53%; }
      .sitemapModule nav ul:nth-child(2n+2) {
        width: 47%; } }
    @media (min-width: 1280px) {
      .sitemapModule nav ul:nth-child(1n+1) {
        width: 35.5%; }
      .sitemapModule nav ul:nth-child(3n+3) {
        width: 29%; } }

.newsletterModule {
  padding-top: 15px;
  margin-bottom: 36px; }
  .newsletterModule-headline {
    border-bottom: 1px solid #ccc;
    font-family: "Source Sans Pro", sans-serif;
    color: #000;
    font-size: 1.2em;
    font-weight: 600;
    padding-bottom: 2px;
    margin-bottom: 10px; }
  .newsletterModule input {
    width: 84.5%;
    border: 0;
    padding: 10px 20px 9px;
    font-size: 1.125em;
    height: 40px; }
  .newsletterModule button {
    transition: .1s ease background-color;
    background-color: #06558b;
    border: 0;
    border-radius: 2px;
    color: #fff;
    line-height: 40px;
    padding: 0;
    text-align: center;
    height: 40px;
    width: 15.5%;
    vertical-align: top; }
    .newsletterModule button:hover, .newsletterModule button:visited {
      background-color: #043354;
      color: #fff;
      text-decoration: none; }

.currentIssue-headline {
  border-bottom: 1px solid #ccc;
  font-family: "Source Sans Pro", sans-serif;
  color: #000;
  font-size: 1.2em;
  font-weight: 600;
  padding-bottom: 2px;
  margin-bottom: 11px; }

.currentIssue-info {
  width: 59%;
  padding: 5px 4.5% 0 0;
  font-size: 0.875em;
  line-height: 20px; }

.currentIssue-btn {
  transition: .1s ease background-color;
  background-color: #06558b;
  border: 0;
  border-radius: 2px;
  color: #fff;
  line-height: 40px;
  padding: 0;
  text-align: center;
  height: 40px;
  width: 100%;
  margin-top: 15px;
  display: block; }
  .currentIssue-btn:hover, .currentIssue-btn:visited {
    background-color: #043354;
    color: #fff;
    text-decoration: none; }

.currentIssue-cover {
  width: 41%; }
  .currentIssue-cover img {
    width: 100%; }

.releasesModule {
  margin-bottom: 20px; }
  .releasesModule:before, .releasesModule:after {
    content: '';
    display: table; }
  .releasesModule:after {
    clear: both; }
  @media (min-width: 768px) {
    #overview .releasesModule {
      margin-top: 15px; } }
  @media (min-width: 1024px) {
    #overview .releasesModule {
      margin-top: 0; } }
  @media (min-width: 1280px) {
    #overview .releasesModule {
      margin-top: 15px; } }
  .releasesModule .widget-header {
    padding-top: 0; }
    @media (min-width: 1280px) {
      .releasesModule .widget-header .link-wrapper {
        display: table-cell !important; } }
  .releasesModule h1 {
    font-size: 1.25em;
    line-height: 1.65em; }
    @media (min-width: 768px) {
      .releasesModule h1 {
        font-size: 1.5em;
        line-height: 1em; } }
    @media (min-width: 1024px) {
      .releasesModule h1 {
        font-size: 1.25em;
        line-height: 1.65em; } }
    @media (min-width: 1280px) {
      .releasesModule h1 {
        font-size: 1.5em;
        line-height: 1em; } }
  .releasesModule .navbar {
    margin: 0 0 20px; }
    @media all and (max-width: 767px) {
      .releasesModule .navbar .left,
      .releasesModule .navbar .right {
        display: none; }
      .releasesModule .navbar .middle {
        width: 100%; }
        .releasesModule .navbar .middle .input-group {
          width: 98%;
          margin-left: 1%; } }
    @media (min-width: 768px) {
      .releasesModule .navbar .left,
      .releasesModule .navbar .right {
        width: 35%;
        padding: 0; }
      .releasesModule .navbar .middle {
        width: 30%; } }
    @media (min-width: 1024px) {
      .releasesModule .navbar .left,
      .releasesModule .navbar .right {
        width: 30%; }
      .releasesModule .navbar .middle {
        width: 40%; } }
    @media (min-width: 1280px) {
      .releasesModule .navbar .left,
      .releasesModule .navbar .right {
        width: 35%; }
      .releasesModule .navbar .middle {
        width: 30%; } }
    @media (min-width: 1366px) {
      .releasesModule .navbar .left,
      .releasesModule .navbar .right {
        width: 38%; }
      .releasesModule .navbar .middle {
        width: 24%; } }
  .releasesModule .tile-half {
    margin: 0 0 10px;
    width: 100%; }
    .releasesModule .tile-half:before, .releasesModule .tile-half:after {
      content: '';
      display: table; }
    .releasesModule .tile-half:after {
      clear: both; }
    @media (min-width: 768px) {
      .releasesModule .tile-half {
        margin: 0 0 20px; } }
    @media (min-width: 1024px) {
      .releasesModule .tile-half {
        margin: 0 0 10px; } }
    @media (min-width: 1280px) {
      .releasesModule .tile-half {
        margin: 0 0 20px; } }
    @media (min-width: 1366px) {
      .releasesModule .tile-half {
        width: 48%;
        width: calc((100% - 1em)/2); }
        .releasesModule .tile-half:nth-child(2n+1) {
          margin-left: 1em; } }
  .releasesModule article .imageWrap {
    background-image: url(../images/epg/placeholder-trailer.png);
    background-repeat: no-repeat;
    background-color: #146C9E;
    background-position: 50%;
    background-size: 100%;
    height: 110px;
    width: 80px;
    display: inline-block;
    float: left;
    overflow: hidden; }
    @media (min-width: 768px) {
      .releasesModule article .imageWrap {
        height: 150px;
        width: 106px; } }
    @media (min-width: 1024px) {
      .releasesModule article .imageWrap {
        height: 110px;
        width: 80px; } }
    @media (min-width: 1280px) {
      .releasesModule article .imageWrap {
        height: 150px;
        width: 106px; } }
    @media (min-width: 1366px) {
      .releasesModule article .imageWrap {
        height: 195px;
        width: 146px; } }
  .releasesModule article img {
    float: left;
    width: 5em; }
    @media (min-width: 768px) {
      .releasesModule article img {
        width: 6.625em; } }
    @media (min-width: 1024px) {
      .releasesModule article img {
        width: 5em; } }
    @media (min-width: 1280px) {
      .releasesModule article img {
        width: 6.625em; } }
    @media (min-width: 1366px) {
      .releasesModule article img {
        width: 9.125em; } }
  .releasesModule article .wrapper {
    float: left;
    width: 70%;
    width: calc((100% - 5em));
    padding-left: 0.625em;
    margin-top: 0.4em; }
    @media (min-width: 768px) {
      .releasesModule article .wrapper {
        width: 97%;
        width: calc((100% - 6.625em));
        padding-left: 1.375em; } }
    @media (min-width: 1024px) {
      .releasesModule article .wrapper {
        width: 98%;
        width: calc((100% - 5em));
        padding-left: 0.625em; } }
    @media (min-width: 1280px) {
      .releasesModule article .wrapper {
        width: 97%;
        width: calc((100% - 6.625em));
        padding-left: 1.375em; } }
    @media (min-width: 1366px) {
      .releasesModule article .wrapper {
        width: 96%;
        width: calc((100% - 9.125em));
        padding-left: 0.625em;
        padding-right: 0.625em; } }
    .releasesModule article .wrapper .date {
      font-size: 0.875em;
      opacity: .5;
      margin-bottom: 3px; }
    .releasesModule article .wrapper h1,
    .releasesModule article .wrapper .headline {
      line-height: 23px;
      font-size: 1.25em;
      margin: 5px 0 4px; }
    .releasesModule article .wrapper .meta {
      font-size: 0.875em;
      opacity: .7;
      margin-bottom: 7px;
      margin-top: 3px; }
    .releasesModule article .wrapper .desc {
      font-size: 0.875em;
      line-height: 20px;
      display: none; }
      @media (min-width: 768px) {
        .releasesModule article .wrapper .desc {
          display: block; } }
      @media (min-width: 1024px) {
        .releasesModule article .wrapper .desc {
          display: none; } }
      @media (min-width: 1280px) {
        .releasesModule article .wrapper .desc {
          display: block; } }
      .releasesModule article .wrapper .desc a {
        color: #d60200;
        display: block; }
        @media (min-width: 1366px) {
          .releasesModule article .wrapper .desc a {
            display: inline; } }
  @media all and (max-width: 1279px) and (min-width: 1024px) {
    .searchresult .releasesModule article img {
      width: 100px;
      max-width: 100px;
      max-height: none; }
    .searchresult .releasesModule article .wrapper {
      width: 75.6%; }
      .searchresult .releasesModule article .wrapper .desc {
        display: block; } }

.text .singleTrailerModule {
  padding: 1.2em 0; }
  @media (min-width: 768px) {
    .text .singleTrailerModule {
      padding: 2.2em 0 2em; } }
  @media (min-width: 1024px) {
    .text .singleTrailerModule {
      padding: 1.2em 0 2.6em; } }
  .text .singleTrailerModule .u-underline {
    padding-bottom: 0; }

.singleTrailerModule h2 {
  margin: 0 0 10px !important;
  font-size: 1em; }

.singleTrailerModule a {
  position: relative;
  display: block;
  text-align: center; }
  .singleTrailerModule a img:first-child {
    max-width: 100%; }
    @media (min-width: 768px) {
      .singleTrailerModule a img:first-child {
        width: 100%; } }
    @media (min-width: 1024px) {
      .singleTrailerModule a img:first-child {
        max-width: unset;
        width: 100%; } }
    @media (min-width: 1280px) {
      .singleTrailerModule a img:first-child {
        max-width: 600px;
        width: auto; } }
    @media (min-width: 1366px) {
      .singleTrailerModule a img:first-child {
        max-width: 100%;
        width: auto; } }
  .singleTrailerModule a .play {
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -33px 0 0 -33px;
    opacity: .7; }
  .singleTrailerModule a:hover .play {
    opacity: 1; }

.mfp-content {
  width: auto !important; }
  .mfp-content .singleTrailerPopupModule {
    position: relative;
    background: #fff;
    padding: 40px 20px 20px;
    width: auto;
    max-width: 90%;
    margin: 20px auto; }
    .mfp-content .singleTrailerPopupModule .singleTrailerModule {
      position: relative; }
      .mfp-content .singleTrailerPopupModule .singleTrailerModule .sharingbox {
        min-width: 100px;
        height: 29px;
        padding-left: 20px;
        background-color: #fff; }
      .mfp-content .singleTrailerPopupModule .singleTrailerModule h2 {
        font-size: 1.25em;
        margin: 0 0 10px;
        float: left;
        width: 85%; }
    .mfp-content .singleTrailerPopupModule .singleTrailerModule--multiple {
      margin-top: 30px; }
      .mfp-content .singleTrailerPopupModule .singleTrailerModule--multiple h3 {
        margin: 0 0 10px;
        font-size: 1em; }
      .mfp-content .singleTrailerPopupModule .singleTrailerModule--multiple .more {
        position: absolute;
        top: 0;
        right: 0;
        color: #d60200;
        font-size: 1em; }
      .mfp-content .singleTrailerPopupModule .singleTrailerModule--multiple .trailer {
        position: relative;
        display: block;
        float: left;
        width: 32%;
        margin-right: 2%; }
        .mfp-content .singleTrailerPopupModule .singleTrailerModule--multiple .trailer img:first-child {
          width: 100%; }
        @media (max-width: 1364px) {
          .mfp-content .singleTrailerPopupModule .singleTrailerModule--multiple .trailer {
            width: 49%; }
            .mfp-content .singleTrailerPopupModule .singleTrailerModule--multiple .trailer:nth-child(even) {
              margin-right: 0; }
            .mfp-content .singleTrailerPopupModule .singleTrailerModule--multiple .trailer:last-child {
              display: none; } }
        .mfp-content .singleTrailerPopupModule .singleTrailerModule--multiple .trailer:last-child {
          margin: 0; }
          @media (max-width: 1279px) {
            .mfp-content .singleTrailerPopupModule .singleTrailerModule--multiple .trailer:last-child {
              display: none; } }
        .mfp-content .singleTrailerPopupModule .singleTrailerModule--multiple .trailer div {
          position: relative; }
          .mfp-content .singleTrailerPopupModule .singleTrailerModule--multiple .trailer div .play {
            height: 44px;
            width: 44px;
            margin: -22px 0 0 -22px; }
        .mfp-content .singleTrailerPopupModule .singleTrailerModule--multiple .trailer h4 {
          margin: 4px 0 0;
          font-size: 1em;
          font-weight: 600;
          color: #000; }

.homeTable .multipleTrailerModule {
  width: 100%;
  padding: 0;
  margin: 0 0 1.75em;
  display: block;
  float: left; }

@media (min-width: 768px) {
  .multipleTrailerModule {
    float: right;
    padding: 0 0 0 20px;
    width: 280px; } }

@media (min-width: 1024px) {
  .multipleTrailerModule {
    float: left;
    padding: 0;
    width: 100%; } }

@media (min-width: 1280px) {
  .multipleTrailerModule {
    float: right;
    padding: 0 0 0 20px;
    width: 280px; } }

@media (min-width: 1366px) {
  .multipleTrailerModule {
    width: 55%;
    width: calc((100% - 340px));
    float: left;
    padding: 0 20px 0 0; } }

.multipleTrailerModule .widget-header {
  width: 100%; }
  @media (min-width: 1280px) {
    .multipleTrailerModule .widget-header {
      width: 280px; } }
  @media (min-width: 1366px) {
    .multipleTrailerModule .widget-header {
      width: 100%; } }

.multipleTrailerModule .tile-half {
  margin: 0 0 1em;
  margin-left: 0;
  margin-left: calc((100% - 300px) / 2); }
  @media (min-width: 768px) {
    .multipleTrailerModule .tile-half {
      width: 280px;
      margin: 0; } }
  @media (min-width: 1024px) {
    .multipleTrailerModule .tile-half {
      width: 48%;
      width: calc(50% - 10px);
      margin-left: 0;
      margin-bottom: .25em;
      float: left; }
      .multipleTrailerModule .tile-half:nth-child(odd) {
        margin-left: 20px; } }
  @media (min-width: 1280px) {
    .multipleTrailerModule .tile-half {
      width: 280px; }
      .multipleTrailerModule .tile-half:nth-child(odd) {
        margin-left: 0; } }
  @media (min-width: 1366px) {
    .multipleTrailerModule .tile-half {
      width: 48%;
      width: calc((100% - 20px) / 2); }
      .multipleTrailerModule .tile-half:nth-child(odd) {
        margin-left: 20px; } }
  @media (min-width: 1280px) {
    .homeTable .multipleTrailerModule .tile-half {
      width: 100%;
      margin-left: 0; }
      .homeTable .multipleTrailerModule .tile-half img {
        width: 100%; } }
  @media (min-width: 1366px) {
    .homeTable .multipleTrailerModule .tile-half {
      width: 48%;
      width: calc(50% - 10px);
      float: left; }
      .homeTable .multipleTrailerModule .tile-half img {
        width: auto; }
      .homeTable .multipleTrailerModule .tile-half:nth-child(odd) {
        margin-left: 20px; } }
  .multipleTrailerModule .tile-half a {
    position: relative;
    color: #000; }
    .multipleTrailerModule .tile-half a img:not(.play) {
      width: 100%;
      height: 150px; }
      @media (min-width: 768px) {
        .multipleTrailerModule .tile-half a img:not(.play) {
          height: 125px; } }
    .multipleTrailerModule .tile-half a .play {
      width: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -23px 0 0 -28px;
      opacity: 0.7;
      z-index: 9; }
      .multipleTrailerModule .tile-half a .play:hover {
        opacity: 1; }
  .multipleTrailerModule .tile-half h1,
  .multipleTrailerModule .tile-half h2,
  .multipleTrailerModule .tile-half h3,
  .multipleTrailerModule .tile-half .headline {
    font-weight: bold;
    font-size: 0.875em;
    line-height: 14px;
    margin: .5em 0 1em;
    display: block; }

.searchresultModule {
  padding: 0 20px 40px !important;
  position: relative; }
  @media (max-width: 766px) {
    .searchresultModule {
      padding: 0 0 40px !important; } }
  .searchresultModule > h2 {
    border-bottom: 1px solid #ccc;
    padding: 20px 0 8px;
    margin: 0 0 10px;
    font-size: 1.625em;
    line-height: 28px; }
    @media (max-width: 766px) {
      .searchresultModule > h2 {
        font-size: 1.25em;
        line-height: 1.5em; } }
  .searchresultModule .epgList {
    margin-top: 0; }
    @media (max-width: 1022px) {
      .searchresultModule .epgList {
        padding: 0 0 2px; } }
    .searchresultModule .epgList .navbar {
      text-align: right;
      font-size: 0.75em;
      font-weight: bold;
      opacity: .6;
      margin: 0 0 20px;
      padding: 2px 8px 1px 0; }
    .searchresultModule .epgList .item {
      border-bottom: 0;
      padding-bottom: 18px; }
      .searchresultModule .epgList .item > * {
        padding-top: 0; }
      .searchresultModule .epgList .item .first div img {
        padding-top: 0; }
      .searchresultModule .epgList .item header {
        width: 140px;
        padding-right: 20px; }
        @media (max-width: 766px) {
          .searchresultModule .epgList .item header {
            display: table; }
            .searchresultModule .epgList .item header div {
              float: left;
              display: table-cell; }
              .searchresultModule .epgList .item header div img {
                position: relative; } }
        .searchresultModule .epgList .item header h2 {
          line-height: 20px;
          margin-top: 0; }
          @media (max-width: 766px) {
            .searchresultModule .epgList .item header h2 {
              width: auto;
              float: left;
              font-weight: 700; } }
      .searchresultModule .epgList .item a {
        margin-bottom: 0; }
        @media (max-width: 766px) {
          .searchresultModule .epgList .item a .epg-col-broadcast-name .bold {
            font-size: 1.25em;
            line-height: 1.5em; } }
        @media (max-width: 766px) {
          .searchresultModule .epgList .item a .time-wrapper {
            width: 40px; } }
        .searchresultModule .epgList .item a .time-wrapper time {
          font-size: 0.75em;
          opacity: .6; }

.insert_html_wrapper > iframe[style] {
  position: relative !important; }

.insert_html_wrapper .amazon-bundle-product__main .amazon-bundle-product-box-info__price {
  font-weight: 700; }

.insert_html_wrapper .amazon-bundle-product__main .amazon-bundle-product__image img {
  width: auto !important;
  height: auto !important; }

.placeholder {
  margin: 0 auto 20px;
  background-color: #eeeeee;
  padding: 20px;
  border-radius: 8px;
  font-family: "Open Sans", sans-serif;
  font-style: normal; }
  @media (min-width: 768px) {
    .placeholder {
      width: calc(100% - 150px); } }
  @media (min-width: 1280px) {
    .placeholder {
      width: calc(100% - 150px); } }
  @media (min-width: 1366px) {
    .placeholder {
      width: calc(100% - 250px); } }
  .placeholder__header {
    padding: 12px;
    margin-bottom: 16px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e5e5e5; }
  .placeholder__body {
    text-align: center;
    margin: 0 8px; }
  .placeholder__headline {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.25;
    margin: 0 0 16px;
    color: #000; }
  .placeholder__description {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #191919;
    margin: 0 0 16px; }
  .placeholder__footer-text {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #191919; }
  .placeholder__button {
    height: 40px;
    line-height: 40px;
    margin: 0 auto 16px;
    color: #fff;
    text-decoration: none;
    background-color: #043354;
    border: 0;
    padding: 0 15px;
    text-align: center;
    font-weight: 400;
    font-size: 11px; }
    @media (min-width: 768px) {
      .placeholder__button {
        font-size: 14px; } }

/* single broadcast page */
@media (min-width: 1366px) {
  .movie .text {
    padding: 0 8%; } }

.movie > header {
  position: relative; }

.movie h2 {
  font-size: 1em;
  margin-top: 40px; }
  .movie h2.u-less-space-top {
    margin-top: 18px; }

.movie .rating-section header {
  font-weight: 600; }

.movie .information {
  margin-bottom: 1.75em;
  float: left;
  width: 100%; }

.addthis-wrapper {
  width: 18%; }

.broadcastMeta {
  margin-bottom: 2em; }
  .broadcastMeta:before, .broadcastMeta:after {
    content: '';
    display: table; }
  .broadcastMeta:after {
    clear: both; }

.broadcast-metabox {
  width: 100%;
  font-size: .875em;
  float: none;
  margin-bottom: 20px;
  display: inline-block; }
  .broadcast-metabox.paddingtop {
    padding-top: 8px; }
  .broadcast-metabox h2 {
    margin-top: 10px;
    font-size: 1.15em; }
  @media (min-width: 1366px) {
    .broadcast-metabox {
      width: 48%;
      float: left; }
      .broadcast-metabox:nth-child(odd) {
        margin-right: 4%; } }
  .broadcast-metabox table {
    width: 100%; }
    .broadcast-metabox table td {
      width: 47%;
      overflow: hidden;
      display: inline-block;
      vertical-align: top; }
    .broadcast-metabox table td:first-child {
      margin-right: 4%; }
  .broadcast-metabox a {
    color: #f30012;
    display: inline-block;
    text-align: right;
    margin-top: 12px;
    float: right;
    font-weight: 600; }

.broadcast-dates {
  font-size: .875em;
  width: 100%;
  float: left; }
  .broadcast-dates h2 {
    margin-top: 10px; }
  .broadcast-dates table {
    width: 100%;
    margin: 0; }
  .broadcast-dates td {
    width: 25%; }
  .broadcast-dates td:first-child {
    width: 50%;
    font-weight: 600; }
  .broadcast-dates td:last-child {
    text-align: right; }
  .broadcast-dates span {
    display: inline-block;
    text-align: left; }

.rating-section {
  position: relative;
  margin-top: 1em;
  margin-bottom: 1em; }
  .rating-section:before, .rating-section:after {
    content: '';
    display: table; }
  .rating-section:after {
    clear: both; }
  @media (min-width: 1366px) {
    .rating-section.tvmovie {
      width: 100%;
      margin-bottom: 3em; } }
  @media (min-width: 1366px) {
    .rating-section.reader {
      width: 30%; } }
  .rating-section .rating-wrapper {
    border-top: 1px solid #ccc;
    margin-top: 0.2em;
    padding-top: 0.7em;
    width: 100%;
    height: 100%; }
  .rating-section .rating-grid {
    background-color: #e6eef3;
    width: 70%; }
  .rating-section .rating-star {
    width: 90px; }
    .rating-section .rating-star img {
      margin: 0.5em;
      width: 66px; }
  .rating-section .rating-grid {
    width: 100%; }
    .rating-section .rating-grid:before, .rating-section .rating-grid:after {
      content: '';
      display: table; }
    .rating-section .rating-grid:after {
      clear: both; }
    .rating-section .rating-grid ul {
      background-color: #fff;
      padding-left: 1.5em;
      width: 210px;
      width: calc(100% - 90px); }
    .rating-section .rating-grid li {
      width: 98%;
      font-size: 0.875em;
      font-weight: 200; }
      @media (min-width: 768px) {
        .rating-section .rating-grid li {
          margin-right: 10%;
          width: 26%; }
          .rating-section .rating-grid li:nth-child(3n+3) {
            margin-right: 0; } }
      @media (min-width: 1024px) {
        .rating-section .rating-grid li:nth-child(1n+1) {
          margin-right: 10%;
          width: 39%; } }
      @media (min-width: 1280px) {
        .rating-section .rating-grid li:nth-child(1n+1) {
          width: 26%; }
        .rating-section .rating-grid li:nth-child(3n+3) {
          margin-right: 0; } }
      @media (min-width: 1366px) {
        .rating-section .rating-grid li:nth-child(1n+1) {
          margin-right: 10%;
          width: 39%; } }
      .rating-section .rating-grid li div {
        float: left; }
      .rating-section .rating-grid li .rating {
        font-family: "Arial";
        float: right;
        color: #e6e6e6;
        font-size: 2em;
        line-height: 0.5em;
        word-spacing: -0.15em; }
        .rating-section .rating-grid li .rating .grey:before {
          content: '\25CF'; }
        .rating-section .rating-grid li .rating .red:before {
          content: '\25CF';
          color: #e3000f; }
        .rating-section .rating-grid li .rating span {
          margin: 0 .15em 0 -0.25em; }
  .rating-section .rating-comment {
    background-color: #e6eef3;
    font-size: 1em;
    font-weight: 600;
    padding: 0.5em;
    width: 100%; }
    @media (min-width: 768px) {
      .rating-section .rating-comment {
        width: 210px;
        width: calc(100% - 90px); } }
  .rating-section .rate-sum {
    padding-bottom: 0.5em;
    width: 100%; }
    @media (min-width: 768px) {
      .rating-section .rate-sum {
        width: auto; } }
    @media (min-width: 1024px) {
      .rating-section .rate-sum {
        width: 48%; } }
    @media (min-width: 1280px) {
      .rating-section .rate-sum {
        width: 40%; } }
    @media (min-width: 1366px) {
      .rating-section .rate-sum {
        width: 100%; } }
    .rating-section .rate-sum > div:nth-child(1) {
      background: transparent url("../images/icons/icon-rating-points-bg.png") no-repeat;
      width: 54px;
      height: 49px;
      color: #fff;
      font-size: 1.5em;
      padding-top: 0.125em;
      text-align: center; }
    .rating-section .rate-sum > div:nth-child(2) {
      font-size: 0.9em;
      padding-left: 0.75em; }
      @media (min-width: 1024px) {
        .rating-section .rate-sum > div:nth-child(2) span {
          width: 9em; } }
      @media (min-width: 1280px) {
        .rating-section .rate-sum > div:nth-child(2) span {
          width: auto; } }
  .rating-section.tvm-rating-rated .rate-now .rate {
    background: transparent; }
    .rating-section.tvm-rating-rated .rate-now .rate a {
      cursor: default; }
  .rating-section .rate-now {
    width: 100%;
    font-weight: 600; }
    @media (min-width: 768px) {
      .rating-section .rate-now {
        width: 70%; } }
    @media (min-width: 1024px) {
      .rating-section .rate-now {
        width: 52%; } }
    @media (min-width: 1280px) {
      .rating-section .rate-now {
        width: 60%; } }
    @media (min-width: 1366px) {
      .rating-section .rate-now {
        width: 100%; } }
    .rating-section .rate-now .rate {
      background: transparent url("../images/stoerer-rate-now.png") 90% 100% no-repeat;
      background-size: 100%;
      height: 3.2em; }
      @media (min-width: 768px) {
        .rating-section .rate-now .rate {
          background-position: 80% 100%; } }
      .rating-section .rate-now .rate img {
        margin: 0.26em; }
        @media (min-width: 1024px) {
          .rating-section .rate-now .rate img {
            margin: 0.15em; } }
      .rating-section .rate-now .rate .btn-dot {
        display: inline-block;
        text-indent: 9999px;
        overflow: hidden;
        background: transparent url(../images/icons/icon-dot-small-off.png) 50% 50% no-repeat;
        width: 10px;
        height: 10px;
        margin-bottom: -3px; }
        .rating-section .rate-now .rate .btn-dot-active, .rating-section .rate-now .rate .btn-dot.active {
          background-image: url(../images/icons/icon-dot-small-on.png); }
    .rating-section .rate-now div > div:nth-child(1) {
      padding-right: 0.5em; }
    .rating-section .rate-now .rate-score {
      font-size: 0.8em;
      text-align: right;
      width: 2.7em;
      line-height: 2em; }

.information .badge {
  margin: 2px; }

.autocomplete-search {
  position: relative; }
  .autocomplete-search .glyphicon-search {
    width: 30px;
    height: 18px;
    position: absolute;
    background-position: right;
    background-color: transparent;
    padding: 0;
    margin: 0;
    top: 5px;
    right: 7px;
    z-index: 1; }
    .autocomplete-search .glyphicon-search.close {
      top: -3px;
      right: 0px;
      height: 35px;
      background-image: url(../images/icons/icon-close.png);
      background-position: 11px center;
      background-color: transparent; }

.epg-autocomplete-search.header {
  line-height: 0; }
  .epg-autocomplete-search.header .twitter-typeahead .tt-menu {
    width: 335px !important;
    left: inherit !important;
    right: 0;
    height: 500px;
    line-height: 20px;
    text-align: left;
    margin-top: -1px; }
    .epg-autocomplete-search.header .twitter-typeahead .tt-menu .tt-dataset {
      height: 480px;
      margin: 10px 0;
      overflow-y: scroll; }
  .epg-autocomplete-search.header.mobile .twitter-typeahead .tt-menu {
    left: 0 !important;
    width: 100% !important;
    height: 400px;
    margin-top: -1px; }
    .epg-autocomplete-search.header.mobile .twitter-typeahead .tt-menu .tt-dataset {
      height: 380px; }

.epg-autocomplete-search.mobil {
  margin: 5px 0;
  width: 100%; }
  @media (min-width: 767px) {
    .epg-autocomplete-search.mobil {
      display: none; } }

.epg-autocomplete-search.tablet-screen {
  display: none; }
  @media (min-width: 768px) {
    .epg-autocomplete-search.tablet-screen .tt-dataset {
      height: 480px;
      margin: 10px 0;
      overflow-y: scroll; } }
  @media (min-width: 1366px) {
    .epg-autocomplete-search.tablet-screen {
      display: block;
      width: 34%;
      float: right; }
      .epg-autocomplete-search.tablet-screen .tt-menu {
        width: 335px !important;
        left: inherit !important;
        right: 0;
        height: 500px;
        margin-top: -1px; }
        .epg-autocomplete-search.tablet-screen .tt-menu .tt-dataset {
          height: 480px;
          margin: 10px 0;
          overflow-y: scroll; } }

.twitter-typeahead {
  width: 100%;
  position: relative; }
  .twitter-typeahead .typeahead {
    width: 100%;
    background-color: #fff !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-color: #e5e5e5;
    -webkit-appearance: none; }
  .twitter-typeahead .tt-input {
    border: 1px solid;
    border-style: solid; }

.tt-menu {
  z-index: 1000;
  background-color: #fff !important;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: 1px solid #e5e5e5;
  box-shadow: 4px 4px 2px #888888;
  width: 98%;
  height: 500px;
  margin-top: 0px; }
  .tt-menu .tt-dataset {
    height: 480px;
    overflow-y: scroll; }
  .tt-menu .tt-suggestion {
    margin: 10px 10px;
    font-size: 0.875em;
    color: #585858; }
    .tt-menu .tt-suggestion h4 {
      color: #000;
      font-size: 1.125em;
      margin: 0;
      margin-bottom: 10px; }
    .tt-menu .tt-suggestion .search-item {
      border-top: 1px solid #e5e5e5;
      padding: 10px; }
      .tt-menu .tt-suggestion .search-item:before, .tt-menu .tt-suggestion .search-item:after {
        content: '';
        display: table; }
      .tt-menu .tt-suggestion .search-item:after {
        clear: both; }
      .tt-menu .tt-suggestion .search-item a {
        text-decoration: none;
        color: #585858; }
      .tt-menu .tt-suggestion .search-item strong {
        font-weight: 600; }
      .tt-menu .tt-suggestion .search-item .channel-logo {
        float: left;
        margin-right: 15px;
        width: 15%; }
        .tt-menu .tt-suggestion .search-item .channel-logo img {
          max-height: 15px;
          max-width: 100%; }
      .tt-menu .tt-suggestion .search-item .description {
        float: left;
        width: 78%; }
        .tt-menu .tt-suggestion .search-item .description .date {
          color: #ff5858; }
    .tt-menu .tt-suggestion.program h4 {
      margin-top: 20px;
      border-bottom: 1px solid #e5e5e5;
      padding-bottom: 10px; }
    .tt-menu .tt-suggestion.program .search-item {
      border: none; }
    .tt-menu .tt-suggestion.program time {
      background-color: #f5f5f5;
      color: #8d8d8d;
      display: block;
      font-size: 0.85em;
      font-weight: bold;
      margin: 3px 0 10px;
      text-align: right; }

/* epg */
.tippModule {
  position: relative;
  margin-bottom: 34px;
  display: none; }
  .tippModule .r-tabs-panel {
    overflow: hidden;
    max-width: 100%;
    max-width: calc((100% - 1px + 1px)); }
  @media (min-width: 768px) {
    .tippModule {
      display: block; } }
  .tippModule .js-slider {
    margin-left: 20px;
    margin-right: 20px; }
  .tippModule .r-tabs-tab.r-tabs-state-default {
    display: none; }
    @media (min-width: 1024px) {
      .tippModule .r-tabs-tab.r-tabs-state-default {
        display: inline-block; } }

.tipp-section-link {
  position: absolute;
  right: 0;
  top: 10px;
  color: #f30012;
  font-weight: 600; }

.infobar-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 63px;
  background-color: #114b73;
  opacity: .7; }

.daytipp-badge {
  background: transparent url(../images/badge/tvtipp.png) no-repeat 50% 50%;
  display: block;
  position: absolute;
  top: 8px;
  right: 11px;
  width: 80px;
  height: 28px; }

.advert-teaser {
  margin-bottom: 30px;
  display: inline-block;
  border-bottom: 1px solid #ccc;
  cursor: pointer; }
  @media (min-width: 1024px) {
    .advert-teaser {
      margin-left: 0;
      margin-left: calc((100% - 300px) / 2); } }
  @media (min-width: 1280px) {
    .advert-teaser {
      margin-left: 0; } }
  .advert-teaser > a:hover {
    text-decoration: none; }
  .advert-teaser .image-wrapper {
    position: relative; }
    .advert-teaser .image-wrapper .arrow-right {
      width: 100%;
      height: 100%;
      background: transparent url(../images/icons/icon-arrow-right-small.png) 96% 93% no-repeat;
      position: absolute;
      top: 0;
      left: 0; }
    @media (min-width: 768px) {
      .advert-teaser .image-wrapper {
        float: left;
        margin-bottom: -1px;
        padding-right: 20px;
        background: #fff; }
        .advert-teaser .image-wrapper .arrow-right {
          background-position-x: 87%; } }
    @media (min-width: 1024px) {
      .advert-teaser .image-wrapper {
        float: none;
        padding-right: 0;
        margin-bottom: 0;
        background: none; }
        .advert-teaser .image-wrapper .arrow-right {
          background-position-x: 96%; } }
    @media (min-width: 1280px) {
      .advert-teaser .image-wrapper {
        float: left;
        margin-bottom: -1px;
        padding-right: 20px;
        background: #fff; }
        .advert-teaser .image-wrapper .arrow-right {
          background-position-x: 87%; } }
    .advert-teaser .image-wrapper img {
      width: 300px;
      margin-left: 0;
      margin-left: calc((100% - 300px) / 2); }
    .advert-teaser .image-wrapper .badge {
      position: absolute;
      top: 10px;
      left: 0;
      left: calc((100% - 300px) / 2 + 10px); }
      .advert-teaser .image-wrapper .badge-ad {
        opacity: 0.75;
        background-color: #000;
        color: #fff;
        font-size: .6em;
        line-height: .9em;
        right: 20px;
        left: unset;
        right: 40%;
        right: calc((100% - 300px) / 2 + 10px); }
        @media (min-width: 768px) {
          .advert-teaser .image-wrapper .badge-ad {
            right: 40px; } }
        @media (min-width: 1024px) {
          .advert-teaser .image-wrapper .badge-ad {
            right: 20px; } }
        @media (min-width: 1280px) {
          .advert-teaser .image-wrapper .badge-ad {
            right: 40px; } }
  @media (min-width: 768px) {
    .advert-teaser .content-wrapper {
      width: 48%;
      width: calc(100% - 320px);
      margin-top: 10px;
      float: right; } }
  @media (min-width: 1024px) {
    .advert-teaser .content-wrapper {
      width: 300px;
      margin-top: 0;
      float: none; } }
  @media (min-width: 1280px) {
    .advert-teaser .content-wrapper {
      width: 46%;
      width: calc(100% - 320px);
      margin-top: 10px;
      float: right; } }
  .advert-teaser .content-wrapper .headline {
    margin: 4px 0;
    display: block;
    font-size: 1.125em;
    line-height: 1.25em;
    color: #000; }
  .advert-teaser .content-wrapper .desc {
    font-size: 0.875em;
    font-weight: 300;
    line-height: 1.5em;
    color: #000;
    max-height: 64px; }
    .advert-teaser .content-wrapper .desc .link {
      color: #f30012;
      font-weight: 600; }
    @media (min-width: 768px) {
      .advert-teaser .content-wrapper .desc {
        max-height: 110px; } }
    @media (min-width: 1024px) {
      .advert-teaser .content-wrapper .desc {
        max-height: 64px; } }
    @media (min-width: 1280px) {
      .advert-teaser .content-wrapper .desc {
        max-height: 110px; } }

.list {
  list-style: none none;
  list-style-image: none;
  list-style-type: none;
  overflow: hidden;
  text-align: left;
  padding: 0;
  margin: 0; }
  .list li a {
    display: block;
    margin: 0;
    padding: 0; }

.list--tags-a-z {
  padding-left: 0;
  text-align: left;
  margin: 20px 10px 30px 20px; }
  .list--tags-a-z li {
    float: none;
    display: inline-block;
    height: 27px;
    background-color: #e5e5e5;
    margin: 0 10px 10px 0;
    width: 46px;
    border-radius: 3px; }
    .list--tags-a-z li a {
      padding: 0;
      margin: 0; }
    .list--tags-a-z li.tag-link {
      background-color: #06558b; }
    .list--tags-a-z li.tag-active {
      background-color: #c7091a; }

.list--links {
  margin: 10px 20px 10px;
  display: inline-block;
  -moz-column-count: 1;
  -moz-column-gap: 0;
  -webkit-column-count: 1;
  -webkit-column-gap: 0;
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0; }
  @media (min-width: 768px) {
    .list--links {
      -moz-column-count: 2;
      -moz-column-gap: 10px;
      -webkit-column-count: 2;
      -webkit-column-gap: 10px;
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 10px;
         -moz-column-gap: 10px;
              column-gap: 10px; } }
  @media (min-width: 1366px) {
    .list--links {
      -moz-column-count: 3;
      -moz-column-gap: 10px;
      -webkit-column-count: 3;
      -webkit-column-gap: 10px;
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3;
      -webkit-column-gap: 10px;
         -moz-column-gap: 10px;
              column-gap: 10px; } }
  .list--links__border {
    border-bottom: 1px solid #cfcfcd;
    width: 100%;
    display: block; }
  .list--links li {
    height: auto;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px; }
    .list--links li a {
      margin: 0;
      padding: 0 10px 0 0;
      height: auto;
      display: -ms-flexbox;
      display: flex; }
  .list--links__arrow-right {
    background: no-repeat url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIyNy45MXB4IiBoZWlnaHQ9IjQ2LjAyMXB4IiB2aWV3Qm94PSI5LjA1NSAtMC4wMDEgMjcuOTEgNDYuMDIxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDkuMDU1IC0wLjAwMSAyNy45MSA0Ni4wMjEiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGZpbGw9IiNDNzA5MUEiIGQ9Ik0xNC43NTcsNDYuMDJjLTEuNDEyLDAtMi44MjUtMC41MjEtMy45MjktMS41NjhjLTIuMjgyLTIuMTctMi4zNzMtNS43OC0wLjIwNC04LjA2M0wyMy4zODIsMjIuOTcNCgkJCUwxMC42MzcsOS42NDVDOC40Niw3LjM3LDguNTQsMy43NiwxMC44MTYsMS41ODJjMi4yNzctMi4xNzksNS44ODctMi4wOTgsOC4wNjMsMC4xNzlsMTYuNTA1LDE3LjI1Mw0KCQkJYzIuMTA0LDIuMiwyLjEwOCw1LjY2NSwwLjAxMyw3Ljg3MkwxOC44OTMsNDQuMjQ3QzE3Ljc3LDQ1LjQyNCwxNi4yNjcsNDYuMDIsMTQuNzU3LDQ2LjAyeiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K);
    background-position: 50% 50%;
    background-size: 6px 23px;
    width: 6px;
    min-width: 6px;
    height: 23px;
    display: block;
    margin-right: 5px; }

.typo {
  font-family: "Open Sans", sans-serif;
  color: #000; }
  .typo--tags-a-z {
    line-height: 26px;
    font-size: 1.125em;
    color: #fff;
    font-weight: normal; }
    .typo--tags-a-z a {
      color: #fff; }
    .typo--tags-a-z * {
      text-align: center; }
  .typo--centered {
    text-align: center; }
  .typo--highlight {
    color: #c7091a; }
  .typo--headline-small {
    font-weight: 600;
    font-size: 1.4em; }
    @media (min-width: 768px) {
      .typo--headline-small {
        font-size: 1.5em; } }

/**************************************************************************************************
 * browserspecific
 *************************************************************************************************/
html.ie8 div.col-b-start {
  max-width: 650px; }

html.ie8 .epgList--widget .table section .big.second .time-wrapper {
  width: auto; }

html.ie8 .gallery-teaser .gallery-teaser-images img {
  width: 30%; }

html.ie8 .rating-section .rate-now .rate {
  display: block;
  width: 100%; }

html.ie8 .rating-section .rating-grid ul {
  max-width: 75%; }
  html.ie8 .rating-section .rating-grid ul li div {
    min-width: 60px; }

html.ie8 .multipleTrailerModule .tile-half {
  margin: 0.5em; }

html.ie8 .currentIssue-cover img {
  width: 80%;
  margin-left: 1em; }
