@charset "UTF-8";
/**
 * ---------------------------------------------------------------------------------------------------- #
 *
 * Main Stylesheet for High Contrast
 *
 */
/**
 * ---------------------------------------------------------------------------------------------------- #
 *
 * Webfonts
 *
 */
/**
Define font in HTML head.
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dreisat-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-gallery:before {
  content: "\e900"; }

.icon-add-to-list:before {
  content: "\e901"; }

.icon-airplay-app:before {
  content: "\e902"; }

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

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

.icon-backspace:before {
  content: "\e905"; }

.icon-calendar:before {
  content: "\e906"; }

.icon-cancel:before {
  content: "\e907"; }

.icon-cast:before {
  content: "\e908"; }

.icon-categories:before {
  content: "\e909"; }

.icon-checkmark-bold:before {
  content: "\e90a"; }

.icon-checkmark-light:before {
  content: "\e90b"; }

.icon-checkmark-regular:before {
  content: "\e90c"; }

.icon-chevron-down-bold:before {
  content: "\e90d"; }

.icon-chevron-down-light:before {
  content: "\e90e"; }

.icon-chevron-down-regular:before {
  content: "\e90f"; }

.icon-chevron-left-bold:before {
  content: "\e910"; }

.icon-chevron-left-light:before {
  content: "\e911"; }

.icon-chevron-left-regular:before {
  content: "\e912"; }

.icon-chevron-right-bold:before {
  content: "\e913"; }

.icon-chevron-right-light:before {
  content: "\e914"; }

.icon-chevron-right-regular:before {
  content: "\e915"; }

.icon-chevron-up-bold:before {
  content: "\e916"; }

.icon-chevron-up-light:before {
  content: "\e917"; }

.icon-chevron-up-regular:before {
  content: "\e918"; }

.icon-download:before {
  content: "\e919"; }

.icon-external-link:before {
  content: "\e91a"; }

.icon-eye:before {
  content: "\e91b"; }

.icon-facebook:before {
  content: "\e91c"; }

.icon-fullscreen-ON:before {
  content: "\e91d"; }

.icon-fullscreen-OFF:before {
  content: "\e91e"; }

.icon-home-app:before {
  content: "\e91f"; }

.icon-home:before {
  content: "\e920"; }

.icon-icon-info:before {
  content: "\e921"; }

.icon-icon-topic:before {
  content: "\e922"; }

.icon-instagram:before {
  content: "\e923"; }

.icon-list:before {
  content: "\e924"; }

.icon-mail-letter:before {
  content: "\e925"; }

.icon-mail-plane:before {
  content: "\e926"; }

.icon-menu:before {
  content: "\e927"; }

.icon-minus-bold:before {
  content: "\e928"; }

.icon-minus-light:before {
  content: "\e929"; }

.icon-minus-regular:before {
  content: "\e92a"; }

.icon-monitor:before {
  content: "\e92b"; }

.icon-more:before {
  content: "\e92c"; }

.icon-pause:before {
  content: "\e92d"; }

.icon-pie-chart:before {
  content: "\e92e"; }

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

.icon-playlist-add:before {
  content: "\e930"; }

.icon-playlist-added:before {
  content: "\e931"; }

.icon-plus-bold:before {
  content: "\e932"; }

.icon-plus-light:before {
  content: "\e933"; }

.icon-plus-regular:before {
  content: "\e934"; }

.icon-programm:before {
  content: "\e935"; }

.icon-search_v3:before {
  content: "\e936"; }

.icon-search-2:before {
  content: "\e937"; }

.icon-search-delete:before {
  content: "\e938"; }

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

.icon-settings:before {
  content: "\e93a"; }

.icon-share:before {
  content: "\e93b"; }

.icon-stack:before {
  content: "\e93c"; }

.icon-stop-watch:before {
  content: "\e93d"; }

.icon-time:before {
  content: "\e93e"; }

.icon-trash:before {
  content: "\e93f"; }

.icon-twitter:before {
  content: "\e940"; }

.icon-whatsapp:before {
  content: "\e941"; }

.icon-youtube:before {
  content: "\e942"; }

.icon-cast-connected:before {
  content: "\e943"; }

.icon-rainy-cloud:before {
  content: "\e944"; }

.icon-embed:before {
  content: "\e945"; }

/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.text-left {
  text-align: left; }

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

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

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

@media print, screen and (min-width: 45em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
              -ms-grid-row-align: flex-start;
          align-items: flex-start; }

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
              -ms-grid-row-align: flex-end;
          align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
      align-self: center; }

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
              -ms-grid-row-align: stretch;
          align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch; }

.align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

@media print, screen and (min-width: 45em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

@media print, screen and (min-width: 45em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

@media print, screen and (max-width: 44.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 45em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 45em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 44.99875em) {
  .show-for-medium {
    display: none !important; } }

@media print, screen and (min-width: 45em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 44.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.show-for-dark-mode {
  display: none; }

.hide-for-dark-mode {
  display: block; }

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important; }
  .hide-for-dark-mode {
    display: none !important; } }

.show-for-ie {
  display: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important; }
  .hide-for-ie {
    display: none !important; } }

.show-for-sticky {
  display: none; }

.is-stuck .show-for-sticky {
  display: block; }

.is-stuck .hide-for-sticky {
  display: none; }

.grid-container {
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .grid-container.fluid {
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }

.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%; }
  .cell.auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
            flex: 1 1 0; }
  .cell.shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

@media print, screen and (min-width: 45em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.grid-x > .small-1 {
  width: 8.3333333333%; }

.grid-x > .small-2 {
  width: 16.6666666667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.3333333333%; }

.grid-x > .small-5 {
  width: 41.6666666667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.3333333333%; }

.grid-x > .small-8 {
  width: 66.6666666667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.3333333333%; }

.grid-x > .small-11 {
  width: 91.6666666667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 45em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
            flex: 1 1 0;
    width: auto; }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.3333333333%; }
  .grid-x > .medium-2 {
    width: 16.6666666667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.3333333333%; }
  .grid-x > .medium-5 {
    width: 41.6666666667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.3333333333%; }
  .grid-x > .medium-8 {
    width: 66.6666666667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.3333333333%; }
  .grid-x > .medium-11 {
    width: 91.6666666667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
            flex: 1 1 0;
    width: auto; }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.3333333333%; }
  .grid-x > .large-2 {
    width: 16.6666666667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.3333333333%; }
  .grid-x > .large-5 {
    width: 41.6666666667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.3333333333%; }
  .grid-x > .large-8 {
    width: 66.6666666667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.3333333333%; }
  .grid-x > .large-11 {
    width: 91.6666666667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 45em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 45em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 45em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.3333333333% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.6666666667% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.3333333333% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.6666666667% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.3333333333% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.6666666667% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.3333333333% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.6666666667% - 1.875rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.3333333333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.6666666667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.3333333333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.6666666667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.3333333333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.6666666667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.3333333333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.6666666667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.3333333333% - 1.875rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.6666666667% - 1.875rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.3333333333% - 1.875rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.6666666667% - 1.875rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.3333333333% - 1.875rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.6666666667% - 1.875rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.3333333333% - 1.875rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.6666666667% - 1.875rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.875rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 45em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 45em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 45em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.3333333333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.6666666667%; }

.small-up-7 > .cell {
  width: 14.2857142857%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 45em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.3333333333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.6666666667%; }
  .medium-up-7 > .cell {
    width: 14.2857142857%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.3333333333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.6666666667%; }
  .large-up-7 > .cell {
    width: 14.2857142857%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem); }

@media print, screen and (min-width: 45em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .small-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .small-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .small-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .small-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 45em) {
    .small-margin-collapse > .medium-1 {
      width: 8.3333333333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.6666666667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.3333333333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.6666666667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.3333333333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.6666666667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.3333333333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.6666666667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.3333333333%; }
    .small-margin-collapse > .large-2 {
      width: 16.6666666667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.3333333333%; }
    .small-margin-collapse > .large-5 {
      width: 41.6666666667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.3333333333%; }
    .small-margin-collapse > .large-8 {
      width: 66.6666666667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.3333333333%; }
    .small-margin-collapse > .large-11 {
      width: 91.6666666667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 45em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 45em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 45em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 45em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2); }

.small-offset-1 {
  margin-left: 8.3333333333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2); }

.small-offset-2 {
  margin-left: 16.6666666667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem / 2); }

.small-offset-3 {
  margin-left: 25%; }

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2); }

.small-offset-4 {
  margin-left: 33.3333333333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2); }

.small-offset-5 {
  margin-left: 41.6666666667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2); }

.small-offset-6 {
  margin-left: 50%; }

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2); }

.small-offset-7 {
  margin-left: 58.3333333333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2); }

.small-offset-8 {
  margin-left: 66.6666666667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2); }

.small-offset-9 {
  margin-left: 75%; }

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2); }

.small-offset-10 {
  margin-left: 83.3333333333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2); }

.small-offset-11 {
  margin-left: 91.6666666667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2); }

@media print, screen and (min-width: 45em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2); }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2); }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2); }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2); }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2); }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2); }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2); }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2); }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2); }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2); }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2); }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2); }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2); }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2); }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2); }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2); }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2); } }

.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap; }
  .grid-y > .cell {
    height: auto;
    max-height: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  @media print, screen and (min-width: 45em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-y > .small-1 {
    height: 8.3333333333%; }
  .grid-y > .small-2 {
    height: 16.6666666667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.3333333333%; }
  .grid-y > .small-5 {
    height: 41.6666666667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.3333333333%; }
  .grid-y > .small-8 {
    height: 66.6666666667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.3333333333%; }
  .grid-y > .small-11 {
    height: 91.6666666667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 45em) {
    .grid-y > .medium-auto {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0;
              flex: 1 1 0;
      height: auto; }
    .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.3333333333%; }
    .grid-y > .medium-2 {
      height: 16.6666666667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.3333333333%; }
    .grid-y > .medium-5 {
      height: 41.6666666667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.3333333333%; }
    .grid-y > .medium-8 {
      height: 66.6666666667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.3333333333%; }
    .grid-y > .medium-11 {
      height: 91.6666666667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0;
              flex: 1 1 0;
      height: auto; }
    .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.3333333333%; }
    .grid-y > .large-2 {
      height: 16.6666666667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.3333333333%; }
    .grid-y > .large-5 {
      height: 41.6666666667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.3333333333%; }
    .grid-y > .large-8 {
      height: 66.6666666667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.3333333333%; }
    .grid-y > .large-11 {
      height: 91.6666666667%; }
    .grid-y > .large-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 45em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 45em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 45em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 45em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 45em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
              -ms-grid-row-align: stretch;
          align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }

@media print, screen and (min-width: 45em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
                -ms-grid-row-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
                -ms-grid-row-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
              -ms-grid-row-align: stretch;
          align-items: stretch;
  height: 100vh;
  width: auto; }

@media print, screen and (min-width: 45em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
                -ms-grid-row-align: stretch;
            align-items: stretch;
    height: 100vh;
    width: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
                -ms-grid-row-align: stretch;
            align-items: stretch;
    height: 100vh;
    width: auto; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 45em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 45em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 45em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 45em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem); }
  @media print, screen and (min-width: 45em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 45em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem); } }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

[data-whatintent="mouse"] *, [data-whatintent="mouse"] *:focus,
[data-whatintent="touch"] *,
[data-whatintent="touch"] *:focus,
[data-whatinput="mouse"] *,
[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *,
[data-whatinput="touch"] *:focus {
  outline: none; }

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none; }

.foundation-mq {
  font-family: "small=0em&medium=45em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

/* Hover für Zoom Images und Underline Titles  */
/* old/deprecated API: */
@-webkit-keyframes tabsfadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes tabsfadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes tabsfadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes tabsfadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.is-lowercase {
  text-transform: lowercase !important; }

.is-uppercase {
  text-transform: uppercase !important; }

.alert {
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #000; }
  .alert .alert-title {
    margin-right: 10px;
    border-radius: 2px;
    padding: 2px 4px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000;
    background-color: #fefefe; }
  .alert .alert-item {
    color: #fefefe; }
    .alert .alert-item .link {
      border-bottom: 1px solid transparent;
      color: #fefefe; }
    .alert .alert-item a.link:hover, .alert .alert-item a.link:focus {
      border-bottom: 1px solid #fefefe; }

.arrowhover {
  display: inline-block;
  height: 18px; }
  .arrowhover:before {
    float: left;
    font-size: 28px;
    line-height: 24px; }
  @media print, screen and (min-width: 45em) {
    .arrowhover {
      display: inline-block;
      height: 19px; }
      .arrowhover:before {
        float: left;
        font-size: 28px;
        line-height: 26px; } }
  .arrowhover:before {
    padding-left: 0;
    -webkit-transition: padding-left 0.3s ease 0s;
    transition: padding-left 0.3s ease 0s; }

@media print, screen and (max-width: 44.99875em) {
  .artdirect .is-mobile {
    visibility: visible; } }

@media print, screen and (min-width: 45em) and (max-width: 63.99875em) {
  .artdirect .is-tablet {
    visibility: visible; } }

@media print, screen and (min-width: 64em) {
  .artdirect .is-desktop {
    visibility: visible; } }

.artdirect source {
  visibility: hidden; }

.button {
  overflow: visible;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  margin: 0;
  border: 0 none;
  border-radius: 0;
  padding: 0;
  font-family: "3satHurme", Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fefefe;
  background-color: #eb0a28;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .button:not(.is-keyboardfocus) {
    outline: none; }
  .tiny.button {
    display: inline-block;
    margin: 0 0 0.5rem 0;
    padding: 0.25rem 0.5rem; }
  .small.button {
    display: inline-block;
    margin: 0 0 1rem 0;
    padding: 0.5rem 1rem; }
  .medium.button {
    display: inline-block;
    padding: 0.5rem 1.625rem;
    font-size: 0.75rem;
    line-height: 0.875rem;
    letter-spacing: 0.03125rem; }
  .as-link.button {
    margin: 0 0 0.5rem 0;
    font-weight: 700;
    text-decoration: underline;
    color: #D4D5D5;
    background: none;
    background-color: transparent; }
    .as-link.inverse.button {
      color: #5C6166; }
  .button:hover, .button:focus {
    text-decoration: underline;
    color: #fefefe; }
    .button:hover:not(.is-keyboardfocus), .button:focus:not(.is-keyboardfocus) {
      outline: none; }

.checkbox-wrap .checkbox-input {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0); }

.checkbox-wrap .checkbox-label {
  position: relative;
  float: left;
  padding-left: 24px;
  color: #fefefe;
  cursor: pointer; }
  .checkbox-wrap .checkbox-label:before {
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1;
    width: 8px;
    height: 8px;
    border: 1px solid #34393F;
    background-color: #fefefe;
    content: ""; }

.checkbox-wrap .error:not(:checked) + label:after, .checkbox-wrap .error-item:not(:checked) + label:after {
  position: absolute;
  top: 1px;
  left: -2px;
  width: 20px;
  height: 20px;
  border: 2px solid #cc4b37;
  content: ""; }

.checkbox-wrap a {
  color: #000; }
  .checkbox-wrap a:hover, .checkbox-wrap a:focus {
    text-decoration: underline;
    color: #000; }

.checkbox-wrap .checkbox-input:checked + label:after {
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 2;
  width: 8px;
  font-family: "zdf-iconfont" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-align: center;
  text-transform: none;
  color: #5C6166;
  content: "\e910";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.checkbox-wrap .checkbox-input.is-keyboardfocus + label:before {
  outline: 2px solid #FFFF00;
  outline-offset: 2px; }

.error:not(input), .error-item:not(input) {
  overflow: hidden;
  display: none;
  margin: 0;
  padding: 0;
  color: #cc4b37; }
  .error:not(input).is-visible, .error-item:not(input).is-visible {
    display: block !important; }
  .error:not(input) .error-msg, .error-item:not(input) .error-msg {
    position: relative;
    display: inline-block;
    padding: 0 8px 24px 0;
    font-weight: 700;
    color: #cc4b37; }

/* Radio Button */
.radio-wrap {
  margin: 0 0 8px;
  padding: 8px 0 0 0; }
  .radio-wrap .radio-input {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0); }
  .radio-wrap .radio-label {
    position: relative;
    margin: 0;
    padding: 0 0 0 30px;
    cursor: pointer; }
    .radio-wrap .radio-label:before {
      position: absolute;
      top: 5px;
      left: 0;
      width: 8px;
      height: 8px;
      border: 2px solid rgba(150, 153, 156, 0.5);
      border-radius: 8px;
      background-color: transparent;
      content: ""; }
  .radio-wrap .radio-input:focus + label:before {
    border-color: #34393F; }
  .radio-wrap .radio-input:checked + label:after {
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 2;
    width: 20px;
    height: 20px;
    font-family: "zdf-iconfont" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 20px;
    text-align: center;
    text-transform: none;
    color: #5C6166;
    content: "\e910";
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.scroll-arrow {
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.3s opacity 0.3s;
  transition: -webkit-transform 0.3s opacity 0.3s;
  transition: transform 0.3s opacity 0.3s;
  transition: transform 0.3s opacity 0.3s, -webkit-transform 0.3s opacity 0.3s; }
  .is-next.scroll-arrow {
    right: 0; }
  .is-prev.scroll-arrow {
    left: 0; }
  .is-next.scroll-arrow:disabled {
    -webkit-transform: translate(3rem, -50%);
            transform: translate(3rem, -50%);
    opacity: 0; }
  .is-prev.scroll-arrow:disabled {
    -webkit-transform: translate(-3rem, -50%);
            transform: translate(-3rem, -50%);
    opacity: 0; }

.scroll-pagination {
  width: 100%;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: auto;
  height: 32px;
  margin: 0; }
  .scroll-pagination .js-scroller-pagination-btn {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 16px;
    margin: 0;
    padding: 5px 8px;
    background: none;
    cursor: pointer; }
    .scroll-pagination .js-scroller-pagination-btn:before {
      position: absolute;
      display: block;
      width: 5px;
      height: 5px;
      background-color: #fefefe;
      content: ""; }
    .scroll-pagination .js-scroller-pagination-btn.is-selected:before {
      background-color: #000; }

.section {
  margin: auto; }
  @media print, screen and (max-width: 44.99875em) {
    .section {
      margin-top: 3rem; } }
  @media print, screen and (min-width: 45em) {
    .section {
      margin-top: 4rem; } }

.scroll-arrow, .c--content-module-section .expand-btn, .b-dialog.is-dialog-gallery .dialog-close, .b-dialog.is-dialog-gallery .close-desc-btn, .b-dialog.is-dialog-gallery .info-btn, .b-dialog.is-dialog-media .dialog-close, .c--gallery-module .expand-btn, .accordion-panel .content .show-overlay, .m--content-module .expand-btn {
  opacity: .5;
  position: absolute;
  width: 3rem;
  height: 3rem;
  padding: 0;
  font-size: 1.5rem;
  line-height: 3.25rem;
  background-color: #1b2126;
  cursor: pointer;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  .scroll-arrow:before, .c--content-module-section .expand-btn:before, .b-dialog.is-dialog-gallery .dialog-close:before, .b-dialog.is-dialog-gallery .close-desc-btn:before, .b-dialog.is-dialog-gallery .info-btn:before, .b-dialog.is-dialog-media .dialog-close:before, .c--gallery-module .expand-btn:before, .accordion-panel .content .show-overlay:before, .m--content-module .expand-btn:before {
    color: #fefefe; }
  .scroll-arrow:hover, .c--content-module-section .expand-btn:hover, .b-dialog.is-dialog-gallery .dialog-close:hover, .b-dialog.is-dialog-gallery .close-desc-btn:hover, .b-dialog.is-dialog-gallery .info-btn:hover, .b-dialog.is-dialog-media .dialog-close:hover, .c--gallery-module .expand-btn:hover, .accordion-panel .content .show-overlay:hover, .m--content-module .expand-btn:hover, .scroll-arrow:focus, .c--content-module-section .expand-btn:focus, .b-dialog.is-dialog-gallery .dialog-close:focus, .b-dialog.is-dialog-gallery .close-desc-btn:focus, .b-dialog.is-dialog-gallery .info-btn:focus, .b-dialog.is-dialog-media .dialog-close:focus, .c--gallery-module .expand-btn:focus, .accordion-panel .content .show-overlay:focus, .m--content-module .expand-btn:focus {
    opacity: .8; }
  .scroll-arrow:not(.is-keyboardfocus), .c--content-module-section .expand-btn:not(.is-keyboardfocus), .b-dialog.is-dialog-gallery .dialog-close:not(.is-keyboardfocus), .b-dialog.is-dialog-gallery .close-desc-btn:not(.is-keyboardfocus), .b-dialog.is-dialog-gallery .info-btn:not(.is-keyboardfocus), .b-dialog.is-dialog-media .dialog-close:not(.is-keyboardfocus), .c--gallery-module .expand-btn:not(.is-keyboardfocus), .accordion-panel .content .show-overlay:not(.is-keyboardfocus), .m--content-module .expand-btn:not(.is-keyboardfocus) {
    outline: none; }

.m--teaser-program .teaser-program-inner .teaser-program-label {
  background-color: #eb0a28;
  color: #fefefe;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 500;
  height: 1.125rem;
  padding: 0 0.25rem; }

@media print, screen and (min-width: 45em) and (max-width: 63.99875em) {
  .o--search-list .cell:nth-child(even) .panel, .o--triple-cluster .cell:nth-child(even) .panel {
    border-right: none; } }

@media print, screen and (min-width: 45em) {
  .o--search-list .teaser-block-grid, .o--triple-cluster .teaser-block-grid {
    margin: 0 -0.625rem; }
    .o--search-list .teaser-block-grid .cell, .o--triple-cluster .teaser-block-grid .cell {
      padding: 0 0 1.25rem; }
      .o--search-list .teaser-block-grid .cell:last-child .panel, .o--triple-cluster .teaser-block-grid .cell:last-child .panel {
        border-right: none; } }

@media print, screen and (min-width: 64em) {
  .o--search-list .is-3-showmorecol .cell:nth-child(3n) .panel, .o--triple-cluster .is-3-showmorecol .cell:nth-child(3n) .panel,
  .o--search-list .large-up-3 .cell:nth-child(3n) .panel,
  .o--triple-cluster .large-up-3 .cell:nth-child(3n) .panel {
    border-right: none; }
  .o--search-list .is-4-showmorecol .cell:nth-child(4n) .panel, .o--triple-cluster .is-4-showmorecol .cell:nth-child(4n) .panel,
  .o--search-list .large-up-4 .cell:nth-child(4n) .panel,
  .o--triple-cluster .large-up-4 .cell:nth-child(4n) .panel {
    border-right: none; } }

.topics {
  padding: 0 8px; }
  .is-topics.topics {
    padding: 0 16px; }
    .is-topics.is-topspace.topics {
      margin-top: 16px; }
    .is-topics.is-cat.topics .link {
      background-color: #34393F; }
    .is-topics.topics:not(.is-cat) .link {
      background-color: #000; }
    .is-topics.topics .item {
      display: inline-block; }
    .is-topics.topics .link {
      display: inline-block;
      margin: 0 4px 4px 0;
      padding: 0 4px;
      font-weight: 700;
      color: #fefefe;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .is-topics.topics .link.is-text-dark {
        color: #34393F; }
  .topics:not(.is-topics) .item {
    display: inline; }
    .topics:not(.is-topics) .item:after {
      position: relative;
      display: inline-block;
      margin-right: 3px;
      content: "|"; }
    .topics:not(.is-topics) .item:last-child:after {
      content: none; }
  .topics:not(.is-topics) .link {
    margin: 0 5px 0 0;
    border-bottom: 1px solid transparent;
    color: #34393F;
    -webkit-transition: border 0.3s ease-in-out;
    transition: border 0.3s ease-in-out; }
    .topics:not(.is-topics) .link:hover, .topics:not(.is-topics) .link:focus {
      border-bottom: 1px solid #000; }
  .topics .label {
    margin-right: 10px;
    padding: 0;
    color: #34393F; }

.post-citation .citation:before {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2255%22%20height%3D%2244%22%20viewBox%3D%220%200%2055%2044%22%3E%3Cpath%20fill%3D%22%23EB0A28%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.21%2044v-8.87c4.095-2.488%206.748-6.055%207.958-10.701C3.722%2024.429%200%2020.416%200%2012.39%200%204.13%204.118%200%2012.354%200%2020.451%200%2024.5%204.904%2024.5%2014.714c0%2015.3-7.096%2025.062-21.288%2029.286zm30.502%200v-8.87c4.095-2.488%206.747-6.055%207.957-10.701-7.445%200-11.168-4.013-11.168-12.039C30.501%204.13%2034.62%200%2042.855%200%2050.952%200%2055%204.904%2055%2014.714%2055%2029.967%2047.904%2039.729%2033.712%2044z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.m--teaser-topic-primary .teaser-topic-panel .teaser-topic-arrow, .m--teaser-topic-secondary .teaser-topic-panel .teaser-topic-arrow {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22400%22%20height%3D%2210%22%20viewBox%3D%220%200%20400%2010%22%3E%3Cg%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%204h398v2H0z%22%2F%3E%3Cpath%20d%3D%22M398.485%206.364l-3.535%203.535-1.414-1.414%203.535-3.535-3.535-3.536L394.95%200l4.95%204.95-1.415%201.414z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.m--teaser-program .teaser-program-link-wrap {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22453%22%20height%3D%22589%22%20viewBox%3D%220%200%20453%20589%22%3E%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M226.946%20314L151%20237.186%20376.44%2011%20453%2087.197%20226.946%20314zM111.264%20107L6%200h345L245.738%20107H111.264zm262.366%2090C416.852%20234.016%20452%20290.45%20452%20363.907%20452%20491.563%20344.381%20589%20217.082%20589%20108.234%20589%2038.128%20529.18%200%20467.51l83.021-83.251c22.14%2048.103%2062.726%2091.27%20134.061%2091.27%2064.573%200%20116.23-47.487%20116.23-111.622%200-38.906-19.134-65.815-42.064-84.292L373.63%20197z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.m--banner-xl .banner-xl-stencil {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221440%22%20height%3D%22380%22%20viewBox%3D%220%200%201440%20380%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h1440v380H0zm719.364%20198.771L827.147%2090.948l-36.504-36.225-107.49%20107.53zm-54.118-98.506h64.143L779.6%2050H615.035zm124.319%2043.855l-39.151%2039.175c10.897%208.762%2019.99%2021.521%2019.99%2039.97%200%2030.412-24.55%2052.929-55.237%2052.929-33.902%200-53.19-20.47-63.712-43.279L612%20272.392C630.12%20301.634%20663.437%20330%20715.167%20330c60.498%200%20111.643-46.203%20111.643-106.735%200-34.832-16.704-61.592-37.245-79.145z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

/**
 * ---------------------------------------------------------------------------------------------------- #
 *
 * Extended Reset
 *
 */
/**
 * Global Browser Reset by Eric Meyer
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  font-family: "3satHurme", Arial, sans-serif;
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

/**
 *
 * Additional Browser Bugfixes
 *
 * @section fixes
 */
/* Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* remove extra inner padding on buttons in firefox */
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

svg:not(:root) {
  overflow: hidden; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

textarea {
  overflow: auto;
  vertical-align: top; }

/* control over ie10/11 input features */
input::-ms-reveal,
input::-ms-clear {
  display: none; }

/* print setup */
@media print {
  body {
    overflow: visible;
    font-size: 10pt;
    background: transparent none; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid; }
  .print {
    position: static;
    left: 0; } }

/**
 * ---------------------------------------------------------------------------------------------------- #
 *
 * Basic Formattings
 *
 */
/**
 * html, Body
 */
html,
body {
  position: relative;
  width: 100%; }

html.block-page-scroll, html.block-page-scroll body {
  height: 100vh;
  overflow: hidden; }

body {
  overflow-x: hidden; }

html {
  box-sizing: border-box;
  min-width: 320px; }

*,
*:before,
*:after {
  box-sizing: border-box; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

img {
  width: 100%; }

a {
  color: inherit; }

body {
  min-width: 320px;
  margin: 0;
  font-family: "3satHurme", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: left;
  color: #1b2126;
  background-color: #fefefe;
  text-rendering: optimizeLegibility; }
  body .mobile-box {
    padding: 0 8px; }
  body .load-more-container {
    padding-top: 8px;
    text-align: center; }
  @media print, screen and (max-width: 63.99875em) {
    body .main {
      padding-top: 3rem; } }
  @media print, screen and (min-width: 64em) {
    body .main {
      max-width: 2016px;
      margin: auto;
      padding-top: 3.75rem; } }
  body.preview .main, body.single-preview .main {
    padding-top: 0; }
  body.single-preview .iframe-wrap {
    min-height: 100%; }
  body.single-preview .b-gallery-module .content-item {
    margin-bottom: 20px; }
  body.single-preview .b-gallery-module .js-scroller-content {
    display: block; }
  body.single-preview .b-gallery-module .expand-btn,
  body.single-preview .b-gallery-module .scroll-arrow {
    visibility: hidden; }
  body.single-preview .b-stage {
    background-color: transparent; }
    body.single-preview .b-stage .stage-item {
      margin-bottom: 20px; }
    body.single-preview .b-stage .stage-list {
      display: block; }
    body.single-preview .b-stage .scroll-arrow {
      visibility: hidden; }
  body.server-error .main {
    min-height: 100vh; }
  body.server-error .b-scrollto-top {
    display: none; }
  body.server-error .b-footer {
    position: absolute;
    bottom: 0; }
  body.is-live-tv-page {
    background-color: #f2f4f6; }

.iframe-wrap {
  overflow: hidden;
  width: 100%; }

div::not(.insta-wrap) iframe {
  width: 1px;
  height: 1px;
  min-width: 100%; }

.main {
  position: relative;
  width: 100%;
  outline: none; }

.post-page {
  position: relative; }

.nav-back:before {
  margin-left: -2px; }

.oauth-content p {
  padding: 0 8px; }

/**
 * General text renderings
 *
 */
p:empty {
  display: none; }

b,
strong {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

i,
em {
  font-style: italic; }

address {
  font-style: normal; }

input {
  display: block;
  width: 100%;
  border: none; }
  input:hover:not(.is-keyboardfocus), input:focus:not(.is-keyboardfocus) {
    outline: none; }

.input {
  height: 40px;
  margin: 0 0 8px;
  border: none;
  border-radius: 0;
  padding: 8px 8px;
  color: #34393F;
  -webkit-transition: border-color 400ms;
  transition: border-color 400ms; }
  .input:focus {
    outline: 2px solid #000; }
  .input.error, .input.error-item {
    position: relative;
    outline: 2px solid #cc4b37; }
    .input.error:hover, .input.error-item:hover, .input.error:focus, .input.error-item:focus {
      outline: 2px solid #cc4b37; }
  .input::-webkit-input-placeholder {
    color: #96999C; }
  .input::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
    color: #96999C; }
  .input:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
    color: #96999C; }
  .input:-ms-input-placeholder {
    color: #96999C; }

.inline-quote {
  font-family: "3satHurme", Arial, sans-serif;
  font-style: italic; }

input,
textarea,
blockquote {
  font-family: "3satHurme", Arial, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

small {
  font-size: 70%; }

mark {
  padding: 0 2px;
  color: #34393F;
  background-color: #fefefe; }

sup,
sub {
  position: relative;
  font-size: 10px;
  line-height: 10px; }

sup {
  top: -10px; }

sub {
  top: 4px; }

abbr[title],
acronym[title] {
  text-decoration: none; }

/**
 *
 * Hyperlinks
 *
 */
a,
a:visited {
  text-decoration: none; }

a:hover,
a:active,
a:focus:not(.is-keyboardfocus) {
  outline: 0 none; }

.is-keyboardfocus {
  outline: 2px solid #000;
  outline-offset: 2px; }

.is-clickarea {
  cursor: pointer; }

.is-rtl {
  direction: rtl;
  unicode-bidi: embed; }

.vc_row {
  margin-right: -30px !important;
  margin-left: -30px !important; }

a:link,
button,
input[type="submit"] {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

h1[tabindex="-1"]:not(.is-keyboardfocus),
h2[tabindex="-1"]:not(.is-keyboardfocus),
h3[tabindex="-1"]:not(.is-keyboardfocus),
h4[tabindex="-1"]:not(.is-keyboardfocus) {
  outline: none; }

/**
 * Standards & Helpers
 */
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis; }

.hyphens {
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto; }

.hide {
  display: none !important; }

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

html:not(.is-logged-in) .hide-for-anonymous,
html.is-logged-in .hide-for-logged-in {
  display: none !important; }

.nowrap {
  padding-left: 4px;
  white-space: nowrap; }

/**
 * Skiplinks Setup
 */
#skiplinks {
  position: absolute;
  top: 0;
  left: -9999px;
  z-index: 1000;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  #skiplinks .skip {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #skiplinks .skip:focus,
  #skiplinks .skip:active {
    position: absolute;
    top: 0;
    left: 9999px;
    width: 100%;
    outline: 0 none;
    padding: 7px 0;
    text-align: center;
    text-decoration: underline;
    color: #FFFF00;
    background-color: #1b2126; }

.is-clickarea:hover .arrowhover:before,
.teaser-theme:hover .arrowhover:before {
  padding-left: 5px; }

/**
 * Buttons
 */
button {
  overflow: visible;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  margin: 0;
  border: 0 none;
  border-radius: 0;
  padding: 0;
  font-family: "3satHurme", Arial, sans-serif;
  font-size: 1rem;
  text-transform: none;
  background-color: transparent; }
  button:not(.is-keyboardfocus) {
    outline: none; }

button::-moz-focus-inner {
  border: 0 none;
  padding: 0; }

.label {
  display: inline-block; }

.load-more {
  position: relative;
  z-index: 1; }

/**
 * Loading Animation
 */
.loadmore-btn {
  position: relative; }

.is-loading .loadmore-btn {
  padding-left: 40px;
  -webkit-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out; }

.is-loading .loader {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-animation: load3 1.4s infinite linear;
          animation: load3 1.4s infinite linear; }

.loader {
  opacity: 0;
  position: absolute;
  left: 8px;
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 50%;
  background: #fefefe;
  background: -webkit-linear-gradient(left, #fefefe 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #fefefe 10%, rgba(255, 255, 255, 0) 42%); }
  .loader:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    border-radius: 100% 0 0 0;
    background: #fefefe;
    content: ""; }
  .loader:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 75%;
    height: 75%;
    margin: auto;
    border-radius: 50%;
    background: #000;
    content: ""; }

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Player Error Message */
.b-playerbox {
  background-color: rgba(10, 10, 10, 0.3); }
  .b-playerbox .player-disabled-info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(50, 50, 50, 0.7); }
    .b-playerbox .player-disabled-info .disabled-text {
      font-size: 18px;
      font-size: 20px;
      position: relative;
      top: 50%;
      padding: 25px;
      text-align: center;
      color: #fefefe;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased; }

@media print, screen and (max-width: 44.99875em) {
  .special-page-headline {
    margin-top: 1.875rem; } }

@media print, screen and (min-width: 45em) {
  .special-page-headline {
    margin-top: 4rem; } }

@media print, screen and (min-width: 45em) {
  .special-page-button {
    min-height: 3.5rem; } }

@media (min-width: 1024px) {
  html::after {
    content: "desktop";
    display: none !important; } }

@media (min-width: 800px) and (max-width: 1023px) {
  html::after {
    content: "big-tablet";
    display: none !important; } }

@media (min-width: 641px) and (max-width: 1023px) {
  html::after {
    content: "tablet";
    display: none !important; } }

@media (max-width: 640px) {
  html::after {
    content: "mobile";
    display: none !important; } }

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  html::after {
    content: "retina";
    display: none !important; } }

html {
  content: '{"mqs":{"desktop": "(min-width:1024px)","big-tablet": "(min-width:800px) and (max-width:1023px)","tablet": "(min-width:641px) and (max-width:1023px)","mobile": "(max-width:640px)","retina": "screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx)"},"statePrefix": "is-","utilPrefix": "is-"}' !important; }
  html::before {
    content: '{"mqs":{"desktop": "(min-width:1024px)","big-tablet": "(min-width:800px) and (max-width:1023px)","tablet": "(min-width:641px) and (max-width:1023px)","mobile": "(max-width:640px)","retina": "screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx)"},"statePrefix": "is-","utilPrefix": "is-"}' !important;
    font-family: '{"mqs":{"desktop": "(min-width:1024px)","big-tablet": "(min-width:800px) and (max-width:1023px)","tablet": "(min-width:641px) and (max-width:1023px)","mobile": "(max-width:640px)","retina": "screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx)"},"statePrefix": "is-","utilPrefix": "is-"}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }

.is-row .is-row {
  margin-right: 0;
  margin-left: 0; }

.is-column {
  padding-right: 0;
  padding-left: 0; }

.is-row.is-medium-collapse > .is-column {
  padding-right: 0;
  padding-left: 0; }

.is-row.is-medium-uncollapse > .is-column {
  padding-right: 30px;
  padding-left: 30px; }

.is-row.is-medium-up-1 > .is-column {
  float: left;
  width: 100%; }
  .is-row.is-medium-up-1 > .is-column:nth-of-type(1n) {
    clear: none; }
  .is-row.is-medium-up-1 > .is-column:nth-of-type(1n+1) {
    clear: both; }
  .is-row.is-medium-up-1 > .is-column:last-child {
    float: left; }

.is-row.is-medium-up-2 > .is-column {
  float: left;
  width: 50%; }
  .is-row.is-medium-up-2 > .is-column:nth-of-type(1n) {
    clear: none; }
  .is-row.is-medium-up-2 > .is-column:nth-of-type(2n+1) {
    clear: both; }
  .is-row.is-medium-up-2 > .is-column:last-child {
    float: left; }

.is-row.is-medium-up-3 > .is-column {
  float: left;
  width: 33.33333%; }
  .is-row.is-medium-up-3 > .is-column:nth-of-type(1n) {
    clear: none; }
  .is-row.is-medium-up-3 > .is-column:nth-of-type(3n+1) {
    clear: both; }
  .is-row.is-medium-up-3 > .is-column:last-child {
    float: left; }

.is-row.is-medium-up-4 > .is-column {
  float: left;
  width: 25%; }
  .is-row.is-medium-up-4 > .is-column:nth-of-type(1n) {
    clear: none; }
  .is-row.is-medium-up-4 > .is-column:nth-of-type(4n+1) {
    clear: both; }
  .is-row.is-medium-up-4 > .is-column:last-child {
    float: left; }

.is-row.is-medium-up-5 > .is-column {
  float: left;
  width: 20%; }
  .is-row.is-medium-up-5 > .is-column:nth-of-type(1n) {
    clear: none; }
  .is-row.is-medium-up-5 > .is-column:nth-of-type(5n+1) {
    clear: both; }
  .is-row.is-medium-up-5 > .is-column:last-child {
    float: left; }

.is-row.is-medium-up-6 > .is-column {
  float: left;
  width: 16.66667%; }
  .is-row.is-medium-up-6 > .is-column:nth-of-type(1n) {
    clear: none; }
  .is-row.is-medium-up-6 > .is-column:nth-of-type(6n+1) {
    clear: both; }
  .is-row.is-medium-up-6 > .is-column:last-child {
    float: left; }

.is-column.is-medium-centered {
  float: none;
  margin-right: auto;
  margin-left: auto; }

.is-column.is-medium-uncenter, .is-column.is-medium-push-0, .is-column.is-medium-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0; }

.is-column.is-medium-1 {
  width: 8.33333%; }

.is-column.is-medium-push-1 {
  position: relative;
  left: 8.33333%; }

.is-column.is-medium-pull-1 {
  position: relative;
  left: -8.33333%; }

.is-column.is-medium-offset-0 {
  margin-left: 0; }

.is-column.is-medium-2 {
  width: 16.66667%; }

.is-column.is-medium-push-2 {
  position: relative;
  left: 16.66667%; }

.is-column.is-medium-pull-2 {
  position: relative;
  left: -16.66667%; }

.is-column.is-medium-offset-1 {
  margin-left: 8.33333%; }

.is-column.is-medium-3 {
  width: 25%; }

.is-column.is-medium-push-3 {
  position: relative;
  left: 25%; }

.is-column.is-medium-pull-3 {
  position: relative;
  left: -25%; }

.is-column.is-medium-offset-2 {
  margin-left: 16.66667%; }

.is-column.is-medium-4 {
  width: 33.33333%; }

.is-column.is-medium-push-4 {
  position: relative;
  left: 33.33333%; }

.is-column.is-medium-pull-4 {
  position: relative;
  left: -33.33333%; }

.is-column.is-medium-offset-3 {
  margin-left: 25%; }

.is-column.is-medium-5 {
  width: 41.66667%; }

.is-column.is-medium-push-5 {
  position: relative;
  left: 41.66667%; }

.is-column.is-medium-pull-5 {
  position: relative;
  left: -41.66667%; }

.is-column.is-medium-offset-4 {
  margin-left: 33.33333%; }

.is-column.is-medium-6 {
  width: 50%; }

.is-column.is-medium-push-6 {
  position: relative;
  left: 50%; }

.is-column.is-medium-pull-6 {
  position: relative;
  left: -50%; }

.is-column.is-medium-offset-5 {
  margin-left: 41.66667%; }

.is-column.is-medium-7 {
  width: 58.33333%; }

.is-column.is-medium-push-7 {
  position: relative;
  left: 58.33333%; }

.is-column.is-medium-pull-7 {
  position: relative;
  left: -58.33333%; }

.is-column.is-medium-offset-6 {
  margin-left: 50%; }

.is-column.is-medium-8 {
  width: 66.66667%; }

.is-column.is-medium-push-8 {
  position: relative;
  left: 66.66667%; }

.is-column.is-medium-pull-8 {
  position: relative;
  left: -66.66667%; }

.is-column.is-medium-offset-7 {
  margin-left: 58.33333%; }

.is-column.is-medium-9 {
  width: 75%; }

.is-column.is-medium-push-9 {
  position: relative;
  left: 75%; }

.is-column.is-medium-pull-9 {
  position: relative;
  left: -75%; }

.is-column.is-medium-offset-8 {
  margin-left: 66.66667%; }

.is-column.is-medium-10 {
  width: 83.33333%; }

.is-column.is-medium-push-10 {
  position: relative;
  left: 83.33333%; }

.is-column.is-medium-pull-10 {
  position: relative;
  left: -83.33333%; }

.is-column.is-medium-offset-9 {
  margin-left: 75%; }

.is-column.is-medium-11 {
  width: 91.66667%; }

.is-column.is-medium-push-11 {
  position: relative;
  left: 91.66667%; }

.is-column.is-medium-pull-11 {
  position: relative;
  left: -91.66667%; }

.is-column.is-medium-offset-10 {
  margin-left: 83.33333%; }

.is-column.is-medium-12 {
  width: 100%; }

.is-column.is-medium-offset-11 {
  margin-left: 91.66667%; }

.is-row .is-row {
  margin-right: -6px;
  margin-left: -6px; }

.is-column {
  padding-right: 6px;
  padding-left: 6px; }

@media print, screen and (min-width: 64em) {
  .is-row.is-large-collapse > .is-column {
    padding-right: 0;
    padding-left: 0; }
  .is-row.is-large-uncollapse > .is-column {
    padding-right: 30px;
    padding-left: 30px; }
  .is-row.is-large-up-1 > .is-column {
    float: left;
    width: 100%; }
    .is-row.is-large-up-1 > .is-column:nth-of-type(1n) {
      clear: none; }
    .is-row.is-large-up-1 > .is-column:nth-of-type(1n+1) {
      clear: both; }
    .is-row.is-large-up-1 > .is-column:last-child {
      float: left; }
  .is-row.is-large-up-2 > .is-column {
    float: left;
    width: 50%; }
    .is-row.is-large-up-2 > .is-column:nth-of-type(1n) {
      clear: none; }
    .is-row.is-large-up-2 > .is-column:nth-of-type(2n+1) {
      clear: both; }
    .is-row.is-large-up-2 > .is-column:last-child {
      float: left; }
  .is-row.is-large-up-3 > .is-column {
    float: left;
    width: 33.33333%; }
    .is-row.is-large-up-3 > .is-column:nth-of-type(1n) {
      clear: none; }
    .is-row.is-large-up-3 > .is-column:nth-of-type(3n+1) {
      clear: both; }
    .is-row.is-large-up-3 > .is-column:last-child {
      float: left; }
  .is-row.is-large-up-4 > .is-column {
    float: left;
    width: 25%; }
    .is-row.is-large-up-4 > .is-column:nth-of-type(1n) {
      clear: none; }
    .is-row.is-large-up-4 > .is-column:nth-of-type(4n+1) {
      clear: both; }
    .is-row.is-large-up-4 > .is-column:last-child {
      float: left; }
  .is-row.is-large-up-5 > .is-column {
    float: left;
    width: 20%; }
    .is-row.is-large-up-5 > .is-column:nth-of-type(1n) {
      clear: none; }
    .is-row.is-large-up-5 > .is-column:nth-of-type(5n+1) {
      clear: both; }
    .is-row.is-large-up-5 > .is-column:last-child {
      float: left; }
  .is-row.is-large-up-6 > .is-column {
    float: left;
    width: 16.66667%; }
    .is-row.is-large-up-6 > .is-column:nth-of-type(1n) {
      clear: none; }
    .is-row.is-large-up-6 > .is-column:nth-of-type(6n+1) {
      clear: both; }
    .is-row.is-large-up-6 > .is-column:last-child {
      float: left; }
  .is-column.is-large-centered {
    float: none;
    margin-right: auto;
    margin-left: auto; }
  .is-column.is-large-uncenter, .is-column.is-large-push-0, .is-column.is-large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
  .is-column.is-large-1 {
    width: 8.33333%; }
  .is-column.is-large-push-1 {
    position: relative;
    left: 8.33333%; }
  .is-column.is-large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .is-column.is-large-offset-0 {
    margin-left: 0; }
  .is-column.is-large-2 {
    width: 16.66667%; }
  .is-column.is-large-push-2 {
    position: relative;
    left: 16.66667%; }
  .is-column.is-large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .is-column.is-large-offset-1 {
    margin-left: 8.33333%; }
  .is-column.is-large-3 {
    width: 25%; }
  .is-column.is-large-push-3 {
    position: relative;
    left: 25%; }
  .is-column.is-large-pull-3 {
    position: relative;
    left: -25%; }
  .is-column.is-large-offset-2 {
    margin-left: 16.66667%; }
  .is-column.is-large-4 {
    width: 33.33333%; }
  .is-column.is-large-push-4 {
    position: relative;
    left: 33.33333%; }
  .is-column.is-large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .is-column.is-large-offset-3 {
    margin-left: 25%; }
  .is-column.is-large-5 {
    width: 41.66667%; }
  .is-column.is-large-push-5 {
    position: relative;
    left: 41.66667%; }
  .is-column.is-large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .is-column.is-large-offset-4 {
    margin-left: 33.33333%; }
  .is-column.is-large-6 {
    width: 50%; }
  .is-column.is-large-push-6 {
    position: relative;
    left: 50%; }
  .is-column.is-large-pull-6 {
    position: relative;
    left: -50%; }
  .is-column.is-large-offset-5 {
    margin-left: 41.66667%; }
  .is-column.is-large-7 {
    width: 58.33333%; }
  .is-column.is-large-push-7 {
    position: relative;
    left: 58.33333%; }
  .is-column.is-large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .is-column.is-large-offset-6 {
    margin-left: 50%; }
  .is-column.is-large-8 {
    width: 66.66667%; }
  .is-column.is-large-push-8 {
    position: relative;
    left: 66.66667%; }
  .is-column.is-large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .is-column.is-large-offset-7 {
    margin-left: 58.33333%; }
  .is-column.is-large-9 {
    width: 75%; }
  .is-column.is-large-push-9 {
    position: relative;
    left: 75%; }
  .is-column.is-large-pull-9 {
    position: relative;
    left: -75%; }
  .is-column.is-large-offset-8 {
    margin-left: 66.66667%; }
  .is-column.is-large-10 {
    width: 83.33333%; }
  .is-column.is-large-push-10 {
    position: relative;
    left: 83.33333%; }
  .is-column.is-large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .is-column.is-large-offset-9 {
    margin-left: 75%; }
  .is-column.is-large-11 {
    width: 91.66667%; }
  .is-column.is-large-push-11 {
    position: relative;
    left: 91.66667%; }
  .is-column.is-large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .is-column.is-large-offset-10 {
    margin-left: 83.33333%; }
  .is-column.is-large-12 {
    width: 100%; }
  .is-column.is-large-offset-11 {
    margin-left: 91.66667%; } }

.is-row {
  max-width: 1152px;
  margin-right: auto;
  margin-left: auto; }
  .is-row.is-column {
    float: none !important; }
  .is-row .is-row.is-collapse {
    margin-right: 0;
    margin-left: 0; }
  .is-row:before, .is-row:after {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .is-row:after {
    clear: both; }
  .is-row.is-collapse > .is-column {
    padding-right: 0;
    padding-left: 0; }
  .is-row.is-small-collapse > .is-column {
    padding-right: 0;
    padding-left: 0; }
  .is-row.is-small-uncollapse > .is-column {
    padding-right: 30px;
    padding-left: 30px; }
  .is-row.is-expanded {
    max-width: none; }
  .is-row.is-small-up-1 > .is-column {
    float: left;
    width: 100%; }
    .is-row.is-small-up-1 > .is-column:nth-of-type(1n) {
      clear: none; }
    .is-row.is-small-up-1 > .is-column:nth-of-type(1n+1) {
      clear: both; }
    .is-row.is-small-up-1 > .is-column:last-child {
      float: left; }
  .is-row.is-small-up-2 > .is-column {
    float: left;
    width: 50%; }
    .is-row.is-small-up-2 > .is-column:nth-of-type(1n) {
      clear: none; }
    .is-row.is-small-up-2 > .is-column:nth-of-type(2n+1) {
      clear: both; }
    .is-row.is-small-up-2 > .is-column:last-child {
      float: left; }
  .is-row.is-small-up-3 > .is-column {
    float: left;
    width: 33.33333%; }
    .is-row.is-small-up-3 > .is-column:nth-of-type(1n) {
      clear: none; }
    .is-row.is-small-up-3 > .is-column:nth-of-type(3n+1) {
      clear: both; }
    .is-row.is-small-up-3 > .is-column:last-child {
      float: left; }
  .is-row.is-small-up-4 > .is-column {
    float: left;
    width: 25%; }
    .is-row.is-small-up-4 > .is-column:nth-of-type(1n) {
      clear: none; }
    .is-row.is-small-up-4 > .is-column:nth-of-type(4n+1) {
      clear: both; }
    .is-row.is-small-up-4 > .is-column:last-child {
      float: left; }
  .is-row.is-small-up-5 > .is-column {
    float: left;
    width: 20%; }
    .is-row.is-small-up-5 > .is-column:nth-of-type(1n) {
      clear: none; }
    .is-row.is-small-up-5 > .is-column:nth-of-type(5n+1) {
      clear: both; }
    .is-row.is-small-up-5 > .is-column:last-child {
      float: left; }
  .is-row .is-small-up-6 > .is-column {
    float: left;
    width: 16.66667%; }
    .is-row .is-small-up-6 > .is-column:nth-of-type(1n) {
      clear: none; }
    .is-row .is-small-up-6 > .is-column:nth-of-type(6n+1) {
      clear: both; }
    .is-row .is-small-up-6 > .is-column:last-child {
      float: left; }

.is-column {
  float: left;
  width: 100%; }
  .is-column.is-end:last-child {
    float: left; }
  .is-column.is-small-centered {
    float: none;
    margin-right: auto;
    margin-left: auto; }
  .is-column.is-small-uncenter, .is-column.is-small-push-0, .is-column.is-small-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
  .is-column.is-small-1 {
    width: 8.33333%; }
  .is-column.is-small-push-1 {
    position: relative;
    left: 8.33333%; }
  .is-column.is-small-pull-1 {
    position: relative;
    left: -8.33333%; }
  .is-column.is-small-offset-0 {
    margin-left: 0; }
  .is-column.is-small-2 {
    width: 16.66667%; }
  .is-column.is-small-push-2 {
    position: relative;
    left: 16.66667%; }
  .is-column.is-small-pull-2 {
    position: relative;
    left: -16.66667%; }
  .is-column.is-small-offset-1 {
    margin-left: 8.33333%; }
  .is-column.is-small-3 {
    width: 25%; }
  .is-column.is-small-push-3 {
    position: relative;
    left: 25%; }
  .is-column.is-small-pull-3 {
    position: relative;
    left: -25%; }
  .is-column.is-small-offset-2 {
    margin-left: 16.66667%; }
  .is-column.is-small-4 {
    width: 33.33333%; }
  .is-column .is-small-push-4 {
    position: relative;
    left: 33.33333%; }
  .is-column .is-small-pull-4 {
    position: relative;
    left: -33.33333%; }
  .is-column .is-small-offset-3 {
    margin-left: 25%; }
  .is-column .is-small-5 {
    width: 41.66667%; }
  .is-column .is-small-push-5 {
    position: relative;
    left: 41.66667%; }
  .is-column .is-small-pull-5 {
    position: relative;
    left: -41.66667%; }
  .is-column .is-small-offset-4 {
    margin-left: 33.33333%; }
  .is-column .is-small-6 {
    width: 50%; }
  .is-column .is-small-push-6 {
    position: relative;
    left: 50%; }
  .is-column .is-small-pull-6 {
    position: relative;
    left: -50%; }
  .is-column .is-small-offset-5 {
    margin-left: 41.66667%; }
  .is-column .is-small-7 {
    width: 58.33333%; }
  .is-column .is-small-push-7 {
    position: relative;
    left: 58.33333%; }
  .is-column .is-small-pull-7 {
    position: relative;
    left: -58.33333%; }
  .is-column .is-small-offset-6 {
    margin-left: 50%; }
  .is-column .is-small-8 {
    width: 66.66667%; }
  .is-column .is-small-push-8 {
    position: relative;
    left: 66.66667%; }
  .is-column .is-small-pull-8 {
    position: relative;
    left: -66.66667%; }
  .is-column .is-small-offset-7 {
    margin-left: 58.33333%; }
  .is-column .is-small-9 {
    width: 75%; }
  .is-column .is-small-push-9 {
    position: relative;
    left: 75%; }
  .is-column .is-small-pull-9 {
    position: relative;
    left: -75%; }
  .is-column .is-small-offset-8 {
    margin-left: 66.66667%; }
  .is-column .is-small-10 {
    width: 83.33333%; }
  .is-column .is-small-push-10 {
    position: relative;
    left: 83.33333%; }
  .is-column .is-small-pull-10 {
    position: relative;
    left: -83.33333%; }
  .is-column .is-small-offset-9 {
    margin-left: 75%; }
  .is-column .is-small-11 {
    width: 91.66667%; }
  .is-column .is-small-push-11 {
    position: relative;
    left: 91.66667%; }
  .is-column .is-small-pull-11 {
    position: relative;
    left: -91.66667%; }
  .is-column .is-small-offset-10 {
    margin-left: 83.33333%; }
  .is-column .is-small-12 {
    width: 100%; }
  .is-column .is-small-offset-11 {
    margin-left: 91.66667%; }
  .is-column umn:nth-of-type(1n),
  .is-column .is-large-up-8 > .is-columns:nth-of-type(1n) {
    clear: none; }
  .is-column .is-large-up-8 > .is-column:nth-of-type(8n+1),
  .is-column .is-large-up-8 > .is-columns:nth-of-type(8n+1) {
    clear: both; }
  .is-column .is-large-up-8 > .is-column:last-child,
  .is-column .is-large-up-8 > .is-columns:last-child {
    float: left; }
  .is-column .is-large-collapse > .is-column,
  .is-column .is-large-collapse > .is-columns {
    padding-right: 0;
    padding-left: 0; }
  .is-column .is-large-collapse .is-row {
    margin-right: 0;
    margin-left: 0; }
  .is-column .is-large-uncollapse > .is-column,
  .is-column .is-large-uncollapse > .is-columns {
    padding-right: .9375rem;
    padding-left: .9375rem; }
  .is-column .is-large-centered {
    float: none;
    margin-right: auto;
    margin-left: auto; }
  .is-column .is-large-uncentered,
  .is-column .is-large-push-0,
  .is-column .is-large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; }

.b-arrowscroller {
  content: '{"switchedOff":true}' !important; }
  @media print, screen and (min-width: 45em) {
    .b-arrowscroller .arrowscroller-ruler {
      content: '{"top":{"value": "98%","start": "3%"}}' !important;
      position: absolute;
      top: 3%;
      right: 0;
      left: 0;
      width: 100%;
      height: 0; }
      .b-arrowscroller .arrowscroller-ruler::before {
        content: '{"top":{"value": "98%","start": "3%"}}' !important;
        font-family: '{"top":{"value": "98%","start": "3%"}}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; }
    .b-arrowscroller:not(.js-rb-attached) .arrowscroller-ruler {
      display: none; } }
  @media print, screen and (min-width: 64em) {
    .b-arrowscroller {
      content: '{"from": "-100eh","to": "100vh","restSwitchedOff":true,"childSel": "find(.arrowscroller-ruler)","scrollContainer":false}' !important; }
      .b-arrowscroller::before {
        content: '{"from": "-100eh","to": "100vh","restSwitchedOff":true,"childSel": "find(.arrowscroller-ruler)","scrollContainer":false}' !important;
        font-family: '{"from": "-100eh","to": "100vh","restSwitchedOff":true,"childSel": "find(.arrowscroller-ruler)","scrollContainer":false}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; } }
  @media print, screen and (min-width: 45em) and (max-width: 63.99875em) {
    .b-arrowscroller {
      content: '{"from": "-100eh","to": "100vh","restSwitchedOff":true,"childSel": "find(.arrowscroller-ruler)","scrollContainer": ".is-offcanvas-viewport"}' !important; }
      .b-arrowscroller::before {
        content: '{"from": "-100eh","to": "100vh","restSwitchedOff":true,"childSel": "find(.arrowscroller-ruler)","scrollContainer": ".is-offcanvas-viewport"}' !important;
        font-family: '{"from": "-100eh","to": "100vh","restSwitchedOff":true,"childSel": "find(.arrowscroller-ruler)","scrollContainer": ".is-offcanvas-viewport"}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; } }
  .b-arrowscroller::before {
    content: '{"switchedOff":true}' !important;
    font-family: '{"switchedOff":true}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }

.c--broadcast-module {
  background-color: #f2f4f6;
  margin-top: 3rem;
  padding: 3rem 0; }
  @media print, screen and (max-width: 44.99875em) {
    .c--broadcast-module .broadcastlist-showmore {
      content: '{"items": ".broadcast-item","count":4}' !important; }
      .c--broadcast-module .broadcastlist-showmore::before {
        content: '{"items": ".broadcast-item","count":4}' !important;
        font-family: '{"items": ".broadcast-item","count":4}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; }
      .c--broadcast-module .broadcastlist-showmore .broadcast-item:nth-child(1n+5):not(.is-showmore-item) {
        display: none; }
    .c--broadcast-module .cell {
      padding: 0; } }
  .c--broadcast-module .broadcastlist-showmore {
    content: '{"items": ".broadcast-item","count":6}' !important; }
    .c--broadcast-module .broadcastlist-showmore::before {
      content: '{"items": ".broadcast-item","count":6}' !important;
      font-family: '{"items": ".broadcast-item","count":6}' !important;
      visibility: hidden !important;
      display: block !important;
      height: 0 !important;
      width: 0;
      clear: both;
      overflow: hidden; }
    .c--broadcast-module .broadcastlist-showmore .broadcast-item:nth-child(1n+7):not(.is-showmore-item) {
      display: none; }
  .c--broadcast-module .a--headline {
    margin-bottom: 1.5rem !important; }
  .c--broadcast-module .broadcastlist-showmore {
    content: '{"items": ".broadcast-item","count":6}' !important; }
    .c--broadcast-module .broadcastlist-showmore::before {
      content: '{"items": ".broadcast-item","count":6}' !important;
      font-family: '{"items": ".broadcast-item","count":6}' !important;
      visibility: hidden !important;
      display: block !important;
      height: 0 !important;
      width: 0;
      clear: both;
      overflow: hidden; }
    .c--broadcast-module .broadcastlist-showmore .broadcast-item {
      outline: none; }
  .c--broadcast-module .load-more-container {
    margin-top: 1rem; }

.b-calendarpicker {
  overflow: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: 99;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  outline: none;
  background-color: rgba(37, 41, 46, 0.8);
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s; }
  @media print, screen and (max-width: 44.99875em) {
    .b-calendarpicker .calendar-caption {
      height: 40px;
      line-height: 40px; }
    .b-calendarpicker .calendar-btn-prev,
    .b-calendarpicker .calendar-btn-next {
      margin: 5px 4px 0; }
    .b-calendarpicker .calendar-btn-close {
      top: 9px; } }
  @media print, screen and (max-width: 63.99875em) {
    .b-calendarpicker {
      top: 0; } }
  .b-calendarpicker .calendar-caption {
    height: 50px;
    line-height: 50px; }
  .b-calendarpicker .calendar-btn-prev,
  .b-calendarpicker .calendar-btn-next {
    margin: 10px 8px 0; }
  .b-calendarpicker .calendar-btn-close {
    top: 12px; }
  @media print, screen and (min-width: 64em) {
    .b-calendarpicker {
      top: 168px; } }
  .b-calendarpicker .calendar-outerbox {
    content: '{"name": "calendar"}' !important;
    position: relative;
    width: 65%;
    min-width: 350px;
    max-width: 600px;
    margin: 0 auto;
    border-spacing: 0;
    background-color: #fefefe;
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); }
    .b-calendarpicker .calendar-outerbox::before {
      content: '{"name": "calendar"}' !important;
      font-family: '{"name": "calendar"}' !important;
      visibility: hidden !important;
      display: block !important;
      height: 0 !important;
      width: 0;
      clear: both;
      overflow: hidden; }
  .b-calendarpicker.is-open {
    overflow: visible;
    opacity: 1;
    visibility: inherit;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    .b-calendarpicker.is-open .calendar-outerbox {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  .b-calendarpicker .calendar-caption {
    padding: 0 10px;
    font-weight: 700;
    text-align: center;
    color: #fefefe;
    background: #25292E; }
  .b-calendarpicker .calendar-btn-prev,
  .b-calendarpicker .calendar-btn-next {
    height: 30px;
    font-weight: inherit;
    line-height: 30px;
    color: inherit;
    cursor: pointer; }
  .b-calendarpicker .calendar-btn-header {
    display: inline-block;
    min-width: 188px; }
  .b-calendarpicker .calendar-btn-close {
    position: absolute;
    right: 8px;
    width: 24px;
    height: 24px;
    color: #fefefe;
    cursor: pointer; }
    .b-calendarpicker .calendar-btn-close:hover, .b-calendarpicker .calendar-btn-close:focus:not(.is-keyboardfocus) {
      outline: none; }
  .b-calendarpicker .calendar-grid {
    width: 100%; }
  .b-calendarpicker thead {
    background-color: #E8E8E8; }
  .b-calendarpicker th {
    padding: 4px;
    font-weight: 700;
    text-align: center;
    color: #96999C; }
  .b-calendarpicker .tbody tr {
    background-color: #fefefe; }
  .b-calendarpicker td {
    padding: 0;
    text-align: center; }
  .b-calendarpicker .calendar-cellbox {
    width: 50px;
    height: 50px;
    outline: none;
    margin: 0;
    border-radius: 25px;
    padding: 0;
    line-height: 50px;
    color: #34393F;
    background-color: transparent;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    font-weught: 400; }
    .b-calendarpicker .calendar-cellbox:hover, .b-calendarpicker .calendar-cellbox.is-keyboardfocus, .b-calendarpicker .calendar-cellbox[aria-selected="true"] {
      color: #fefefe;
      background-color: #000; }
    .b-calendarpicker .calendar-cellbox:focus:not(.is-keyboardfocus) {
      color: #34393F;
      background-color: transparent; }
      .b-calendarpicker .calendar-cellbox:focus:not(.is-keyboardfocus):hover {
        color: #fefefe;
        background-color: #000; }
    .b-calendarpicker .calendar-cellbox[aria-selected="true"] {
      font-weight: 700; }
      .b-calendarpicker .calendar-cellbox[aria-selected="true"]:focus {
        color: #fefefe;
        background-color: #FFFF00; }
    .b-calendarpicker .calendar-cellbox.is-keyboardfocus {
      outline: 1px solid #000; }
  .b-calendarpicker .is-othermonth .calendar-cellbox,
  .b-calendarpicker .calendar-cellbox:disabled {
    color: #96999C;
    cursor: initial; }
    .b-calendarpicker .is-othermonth .calendar-cellbox:hover, .b-calendarpicker .is-othermonth .calendar-cellbox:focus,
    .b-calendarpicker .calendar-cellbox:disabled:hover,
    .b-calendarpicker .calendar-cellbox:disabled:focus {
      color: #96999C;
      background-color: transparent; }

.c--content-module-section {
  margin-top: 3rem; }
  @media print, screen and (max-width: 44.99875em) {
    .c--content-module-section .gallery-slider-box .slide-prev {
      left: 0; }
    .c--content-module-section .gallery-slider-box .slide-next {
      right: 0; } }
  .c--content-module-section.is-notitle {
    margin-top: 64px; }
  .c--content-module-section .content-item .scroll-arrow.is-prev {
    left: 0; }
  .c--content-module-section .content-item .scroll-arrow.is-next {
    right: 0; }
  .c--content-module-section .content-item .scroll-arrow.is-disabled {
    display: none; }
  @media print, screen and (min-width: 64em) {
    .c--content-module-section .expand-btn:hover {
      opacity: .8; } }
  .c--content-module-section .gallery-slider-box {
    overflow: hidden; }
    .c--content-module-section .gallery-slider-box .content-item {
      min-height: 100%; }
  .c--content-module-section .content-item {
    position: relative;
    width: 100%;
    margin: 0; }
    .c--content-module-section .content-item.is-keyboardfocus {
      outline-offset: -4px; }
    .c--content-module-section .content-item:not(.is-keyboardfocus) {
      outline: none; }
    .c--content-module-section .content-item > .artdirect {
      display: none; }
  .c--content-module-section .expand-btn {
    top: 0;
    right: 0; }
  .c--content-module-section .is-keyboardfocus {
    outline-color: #FFFF00; }
  .c--content-module-section .is-dark .is-keyboardfocus {
    outline-color: #fefefe; }
  .c--content-module-section .b-playerbox {
    z-index: 1; }

.b-debug-alert {
  overflow: auto;
  position: relative;
  width: 100%;
  height: 45px;
  background-color: #808080; }
  .b-debug-alert .alert-title {
    margin-right: 10px;
    border-radius: 2px;
    padding: 2px 4px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #808080;
    background-color: #fefefe; }
  .b-debug-alert .alert-item {
    content: '{"speed":60}' !important;
    display: table-row;
    line-height: 40px;
    white-space: nowrap;
    color: #fefefe; }
    .b-debug-alert .alert-item::before {
      content: '{"speed":60}' !important;
      font-family: '{"speed":60}' !important;
      visibility: hidden !important;
      display: block !important;
      height: 0 !important;
      width: 0;
      clear: both;
      overflow: hidden; }
    .b-debug-alert .alert-item .link {
      border-bottom: 1px solid transparent;
      color: #fefefe;
      -webkit-transition: border 0.3s ease-in-out;
      transition: border 0.3s ease-in-out; }
      .b-debug-alert .alert-item .link:hover, .b-debug-alert .alert-item .link:focus {
        border-bottom: 1px solid #fefefe; }
    .b-debug-alert .alert-item .alert-divide:before {
      position: relative;
      padding: 4px;
      content: "+++"; }
  .b-debug-alert .date-form {
    display: inline-block;
    padding: 0 10px;
    white-space: nowrap; }
  .b-debug-alert .date-input {
    float: left;
    display: inline-block;
    width: 180px;
    height: 20px;
    margin-top: 10px;
    padding: 0 10px;
    background-color: #fefefe; }
  .b-debug-alert .date-submit {
    display: inline-block;
    width: auto;
    height: 22px;
    color: #fefefe;
    background-color: #34393F;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
    .b-debug-alert .date-submit:hover, .b-debug-alert .date-submit:focus {
      background-color: #5C6166; }

.b-dialog.x-dialog-cmp-error {
  background-color: #F5F5F5 !important;
  max-width: 31.25rem; }
  @media print, screen and (max-width: 44.99875em) {
    .b-dialog.x-dialog-cmp-error {
      max-width: 90%; } }
  .b-dialog.x-dialog-cmp-error .dialog-close {
    color: #0a0a0a !important;
    font-size: 1.5rem; }
  .b-dialog.x-dialog-cmp-error .cmp-img {
    width: 100%;
    margin: 3.5rem auto 2.875rem;
    display: block; }
    @media print, screen and (max-width: 44.99875em) {
      .b-dialog.x-dialog-cmp-error .cmp-img {
        max-width: 6rem; } }
    @media print, screen and (min-width: 45em) {
      .b-dialog.x-dialog-cmp-error .cmp-img {
        max-width: 6rem; } }
  .b-dialog.x-dialog-cmp-error .modal-headline {
    color: #0a0a0a !important;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 1.5rem; }
  .b-dialog.x-dialog-cmp-error p {
    margin: 1.5rem;
    color: #0a0a0a !important; }
    @media print, screen and (max-width: 44.99875em) {
      .b-dialog.x-dialog-cmp-error p {
        font-size: 0.875rem;
        line-height: 1.25rem; } }
    @media print, screen and (min-width: 45em) {
      .b-dialog.x-dialog-cmp-error p {
        font-size: 1rem;
        line-height: 1.5rem; } }

@media print, screen and (max-width: 44.99875em) {
  .b-dialog.is-dialog-confirm.is-dark {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .b-dialog.is-dialog-confirm.is-dark .dark-modal {
      padding: 0 1.5rem;
      vertical-align: middle;
      width: 100%;
      display: inline-block;
      margin: auto; } }

.b-dialog.is-dialog-confirm.is-dark {
  background-color: rgba(55, 66, 74, 0.95); }

.b-dialog.is-dialog-download.is-dark p:first-of-type {
  margin-bottom: 1rem; }

.b-dialog.is-dialog-download.is-dark .download-item {
  overflow: hidden;
  margin-bottom: 1rem; }

.b-dialog.is-dialog-download.is-dark .download-link {
  position: relative;
  float: left;
  display: inline-block;
  padding-left: 1.875rem;
  font-weight: 700;
  color: #fefefe;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .b-dialog.is-dialog-download.is-dark .download-link:hover, .b-dialog.is-dialog-download.is-dark .download-link:focus {
    color: #eb0a28; }
  .b-dialog.is-dialog-download.is-dark .download-link:not(.is-keyboardfocus) {
    outline: none; }
  .b-dialog.is-dialog-download.is-dark .download-link:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.5rem; }

.b-dialog.is-dialog-download.is-dark p:last-of-type {
  margin-bottom: 0; }

.b-dialog.is-dialog-gallery {
  width: 100%;
  height: auto;
  max-width: 1980px; }
  @media print, screen and (max-width: 44.99875em) {
    .dialog-gallery-backdrop {
      display: none; } }
  .b-dialog.is-dialog-gallery .dialog-close {
    right: 0; }
  .b-dialog.is-dialog-gallery .modal-slider-box {
    overflow: hidden;
    position: relative; }
  .b-dialog.is-dialog-gallery .content-item {
    position: relative;
    width: 100%; }
  .b-dialog.is-dialog-gallery .img-container {
    position: relative; }
  .b-dialog.is-dialog-gallery .item-img {
    position: relative;
    z-index: 9;
    width: 100%;
    height: auto; }
  .b-dialog.is-dialog-gallery .item-caption-wrapper {
    overflow: hidden;
    position: absolute;
    bottom: -1px;
    z-index: 9;
    width: 100%; }
  .b-dialog.is-dialog-gallery .item-caption {
    outline: none;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
    height: 0;
    -webkit-transition: opacity 400ms, visibility 400ms;
    transition: opacity 400ms, visibility 400ms;
    width: 100%;
    height: auto;
    padding: 0;
    color: #fefefe;
    background-color: rgba(52, 57, 63, 0.8);
    -webkit-transition: opacity 900ms, visibility 400ms, -webkit-transform 400ms ease-in-out;
    transition: opacity 900ms, visibility 400ms, -webkit-transform 400ms ease-in-out;
    transition: opacity 900ms, transform 400ms ease-in-out, visibility 400ms;
    transition: opacity 900ms, transform 400ms ease-in-out, visibility 400ms, -webkit-transform 400ms ease-in-out;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
    .b-dialog.is-dialog-gallery .item-caption.is-open {
      overflow: visible;
      opacity: 1;
      visibility: inherit;
      height: auto; }
    .b-dialog.is-dialog-gallery .item-caption.is-open {
      -webkit-transition: opacity 200ms, visibility 400ms, -webkit-transform 400ms ease-in-out;
      transition: opacity 200ms, visibility 400ms, -webkit-transform 400ms ease-in-out;
      transition: opacity 200ms, transform 400ms ease-in-out, visibility 400ms;
      transition: opacity 200ms, transform 400ms ease-in-out, visibility 400ms, -webkit-transform 400ms ease-in-out;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .b-dialog.is-dialog-gallery .item-caption .artdirect {
      display: none; }
  .b-dialog.is-dialog-gallery .a--headline {
    position: relative;
    padding-right: 3.75rem; }
    .b-dialog.is-dialog-gallery .a--headline .slide-number {
      position: absolute;
      right: 0;
      color: #a5acaf;
      font-weight: 400; }
  .b-dialog.is-dialog-gallery .description {
    padding: 24px 100px 24px 24px; }
    .b-dialog.is-dialog-gallery .description .item-description {
      margin-bottom: 32px; }
  .b-dialog.is-dialog-gallery .teaser-foot {
    position: relative;
    right: inherit;
    bottom: inherit;
    left: inherit; }
  .b-dialog.is-dialog-gallery .close-desc-btn {
    opacity: 1;
    background-color: transparent;
    right: 0.5rem;
    bottom: 0.5rem; }
    .b-dialog.is-dialog-gallery .close-desc-btn:hover, .b-dialog.is-dialog-gallery .close-desc-btn:focus {
      opacity: 1; }
  .b-dialog.is-dialog-gallery .info-btn {
    z-index: 10;
    right: 0;
    bottom: 0; }
  .b-dialog.is-dialog-gallery .is-selected-within .info-btn {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s;
    transition: opacity 0.3s ease-in-out, visibility 0.3s; }
  .b-dialog.is-dialog-gallery .gallery-slider-box:hover .scroll-arrow.is-prev:disabled, .b-dialog.is-dialog-gallery .gallery-slider-box.is-focus-within .scroll-arrow.is-prev:disabled {
    left: -48px; }
  .b-dialog.is-dialog-gallery .gallery-slider-box:hover .scroll-arrow.is-next, .b-dialog.is-dialog-gallery .gallery-slider-box.is-focus-within .scroll-arrow.is-next {
    right: 0; }
    .b-dialog.is-dialog-gallery .gallery-slider-box:hover .scroll-arrow.is-next:disabled, .b-dialog.is-dialog-gallery .gallery-slider-box.is-focus-within .scroll-arrow.is-next:disabled {
      right: -48px; }
  .b-dialog.is-dialog-gallery .gallery-slider-box .scroll-arrow:focus {
    -webkit-transition: none;
    transition: none; }
  .b-dialog.is-dialog-gallery .m--social-bar {
    display: none; }

.b-dialog.is-dialog-media {
  width: auto; }
  .b-dialog.is-dialog-media .dialog-close {
    right: 0; }
  .b-dialog.is-dialog-media img {
    width: 100%;
    min-width: 240px;
    max-width: calc(99vw - 17px);
    max-height: calc(99vh - 60px); }

.dialog-media-backdrop .dialog-backdrop-document {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center; }

@media print, screen and (max-width: 44.99875em) {
  .b-dialog.is-dialog-onboarding.is-dark {
    color: #fefefe;
    background-color: #37424a; }
    .b-dialog.is-dialog-onboarding.is-dark .dark-modal {
      position: absolute;
      top: 0;
      padding-top: 24px;
      overflow-y: scroll;
      width: 100%;
      height: 100%; }
    .b-dialog.is-dialog-onboarding.is-dark .dialog-close {
      right: 0; }
  .b-dialog.is-dialog-onboarding .onboarding-slider {
    margin-top: 1.875rem; }
  .b-dialog.is-dialog-onboarding .onboarding-item .item-img {
    margin-bottom: 8px; }
  .b-dialog.is-dialog-onboarding .onboarding-item .item-text {
    margin-bottom: 8px; }
  .b-dialog.is-dialog-onboarding .onboarding-item .onboarding-login {
    width: 100%;
    text-align: center;
    margin-top: 0.625rem; } }

@media print, screen and (min-width: 45em) {
  .b-dialog.is-dialog-onboarding.is-dark {
    color: #fefefe;
    box-shadow: 0 1.5rem 1.875rem 0 0 rgba(0, 0, 0, 0.1);
    background-color: rgba(55, 66, 74, 0.95); }
    .b-dialog.is-dialog-onboarding.is-dark .dialog-close {
      right: 8px; }
    .b-dialog.is-dialog-onboarding.is-dark .dark-modal {
      padding-top: 2.5rem; }
  .b-dialog.is-dialog-onboarding .onboarding-item .item-inner {
    margin-bottom: 1.125rem; }
  .b-dialog.is-dialog-onboarding .onboarding-item .item-img {
    margin-bottom: 24px; }
  .b-dialog.is-dialog-onboarding .onboarding-item .item-text {
    margin-bottom: 24px; } }

.b-dialog.is-dialog-onboarding .ratio-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  padding-bottom: 56.25%; }

.b-dialog.is-dialog-onboarding .onboarding-item {
  overflow: hidden;
  position: relative;
  width: 100%; }
  .b-dialog.is-dialog-onboarding .onboarding-item .item-img {
    width: 100%;
    height: auto; }
    .b-dialog.is-dialog-onboarding .onboarding-item .item-img[src^="data:image"], .b-dialog.is-dialog-onboarding .onboarding-item .item-img.lazyloading {
      height: 0;
      padding-bottom: 56.25%; }

.b-dialog.is-dialog-onboarding .scroll-arrow.is-prev {
  left: 0; }
  .b-dialog.is-dialog-onboarding .scroll-arrow.is-prev:disabled {
    left: -48px; }

.b-dialog.is-dialog-onboarding .scroll-arrow.is-next {
  right: 0; }
  .b-dialog.is-dialog-onboarding .scroll-arrow.is-next:disabled {
    right: -48px; }

.b-dialog.is-dialog-onboarding .onboarding-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .b-dialog.is-dialog-onboarding .onboarding-btn > :first-child {
    margin-right: 1.5rem; }

.b-dialog {
  position: relative;
  display: none;
  outline: none;
  margin: auto; }
  @media print, screen and (max-width: 44.99875em) {
    .b-dialog {
      width: 100%;
      min-width: 0;
      max-width: none;
      max-height: none;
      margin: 0 auto; }
      .b-dialog.is-dark .dark-modal {
        padding: 2.5rem 1rem 1rem; }
      .b-dialog {
        min-height: 100%; }
      .dialog-backdrop.dialog-epg-backdrop .dialog-backdrop-document {
        display: block; }
      .dialog-backdrop.dialog-epg-backdrop .b-dialog {
        overflow: hidden; }
      .b-dialog .toggle-wrap {
        width: 8.125rem; }
        .b-dialog .toggle-wrap .login-toggle-btn {
          text-align: left; } }
  @media print, screen and (min-width: 45em) {
    .b-dialog {
      width: 85%;
      min-width: 25rem;
      max-width: none;
      margin: auto; }
      .b-dialog.is-dark {
        max-width: 26.0625rem; }
        .b-dialog.is-dark .dark-modal {
          padding: 2.5rem 1.5rem 1.5rem; } }
  .b-dialog .dialog-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .dialog-backdrop-document {
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    background-color: rgba(27, 33, 38, 0.7); }
  .b-dialog.is-light .dialog-close {
    color: #1b2126; }
  .b-dialog.is-dark {
    color: #fefefe;
    background-color: #37424a; }
    .b-dialog.is-dark p a {
      color: #1b2126;
      border-bottom: 1px solid #eb0a28;
      -webkit-backface-visibility: hidden;
      -webkit-transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
      transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
      color: #96999C; }
      .b-dialog.is-dark p a:hover, .b-dialog.is-dark p a:focus {
        border-bottom: 1px dotted #eb0a28;
        color: #eb0a28;
        text-decoration: none; }
      .b-dialog.is-dark p a:visited {
        border-bottom: 1px solid #818a8f;
        color: #818a8f;
        -webkit-transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
        transition: border 0.3s ease-in-out, color 0.3s ease-in-out; }
        .b-dialog.is-dark p a:visited:hover, .b-dialog.is-dark p a:visited:focus {
          border-bottom: 1px dotted #eb0a28;
          color: #eb0a28; }
    .b-dialog.is-dark .dialog-close {
      color: #fefefe; }
    .b-dialog.is-dark .dark-modal {
      overflow: hidden;
      position: relative; }
    .b-dialog.is-dark .modal-headline {
      font-weight: 700;
      color: #fefefe; }
    .b-dialog.is-dark .is-keyboardfocus {
      outline-color: #FFFF00; }
  .b-dialog .dialog-content {
    outline: none; }
  .b-dialog > .dialog-close {
    top: 0;
    right: 0.5rem;
    z-index: 3;
    position: absolute;
    width: 3rem;
    height: 3rem;
    padding: 0;
    font-size: 1rem;
    line-height: 3rem;
    cursor: pointer;
    text-align: center;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  .b-dialog .js-rb-autofocus.js-rb-scriptfocus[tabindex="-1"] {
    outline: none; }
  .dialog-backdrop {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 400ms;
            animation-duration: 400ms;
    -webkit-animation-name: rb-fx-fadeOut;
            animation-name: rb-fx-fadeOut;
    overflow: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    -webkit-transition: 600ms visibility;
    transition: 600ms visibility; }

@-webkit-keyframes rb-fx-fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes rb-fx-fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
    .dialog-backdrop.dialog-adult-backdrop {
      z-index: 1000; }
    .dialog-backdrop .b-dialog {
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      -webkit-animation-duration: 400ms;
              animation-duration: 400ms;
      -webkit-animation-name: rb-fx-zoomOutSmall;
              animation-name: rb-fx-zoomOutSmall;
      display: block; }

@-webkit-keyframes rb-fx-zoomOutSmall {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
            transform: scale3d(0.8, 0.8, 0.8); }
  to {
    opacity: 0; } }

@keyframes rb-fx-zoomOutSmall {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
            transform: scale3d(0.8, 0.8, 0.8); }
  to {
    opacity: 0; } }
    .dialog-backdrop.is-open {
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      -webkit-animation-duration: 400ms;
              animation-duration: 400ms;
      -webkit-animation-name: rb-fx-fadeIn;
              animation-name: rb-fx-fadeIn;
      opacity: 1;
      visibility: inherit; }

@-webkit-keyframes rb-fx-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes rb-fx-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
      .dialog-backdrop.is-open .b-dialog {
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
        -webkit-animation-duration: 400ms;
                animation-duration: 400ms;
        -webkit-animation-name: rb-fx-zoomInSmall;
                animation-name: rb-fx-zoomInSmall;
        visibility: inherit;
        display: block; }

@-webkit-keyframes rb-fx-zoomInSmall {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
            transform: scale3d(0.8, 0.8, 0.8); }
  50% {
    opacity: 1; } }

@keyframes rb-fx-zoomInSmall {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
            transform: scale3d(0.8, 0.8, 0.8); }
  50% {
    opacity: 1; } }
    .dialog-backdrop.is-loading .b-dialog {
      min-height: 10rem;
      -webkit-transition-delay: 100ms;
              transition-delay: 100ms; }
  .dialog-backdrop-document {
    overflow: auto;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%; }
  .is-open-dialog-within,
  .is-open-dialog-within .is-offcanvas-viewport,
  .is-open-dialog-within > body {
    overflow: hidden; }
  .b-dialog.is-small {
    width: 30%;
    min-width: 20rem;
    max-width: 31.25rem; }
  .b-dialog.is-medium {
    width: 60%;
    min-width: 25rem;
    max-width: 68.75rem; }
  .b-dialog.is-large {
    width: 90%;
    min-width: 31.25rem;
    max-width: 112.5rem; }
  .b-dialog .change-wrap {
    content: '{"selectedIndex":0,"multiple":false,"animation": "adaptHeight","duration":400,"name": "changepanelgroup"}' !important; }
    .b-dialog .change-wrap::before {
      content: '{"selectedIndex":0,"multiple":false,"animation": "adaptHeight","duration":400,"name": "changepanelgroup"}' !important;
      font-family: '{"selectedIndex":0,"multiple":false,"animation": "adaptHeight","duration":400,"name": "changepanelgroup"}' !important;
      visibility: hidden !important;
      display: block !important;
      height: 0 !important;
      width: 0;
      clear: both;
      overflow: hidden; }
    .b-dialog .change-wrap .save-btn,
    .b-dialog .change-wrap .login-btn {
      float: right; }
    .b-dialog .change-wrap .is-email-change-disabled .is-hidden-email-change-disabled {
      display: none; }
    .b-dialog .change-wrap .email-changed-message {
      display: none; }
    .b-dialog .change-wrap .is-email-changed .email-changed-message {
      display: block; }
  .changepanelgroup-panel-wrapper,
  .profilepanelgroup-panel-wrapper {
    position: relative; }
  .changepanelgroup-panel,
  .profilepanelgroup-panel {
    display: none;
    -webkit-animation-name: tabsfadeout;
            animation-name: tabsfadeout;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 400ms;
            animation-duration: 400ms;
    outline: none; }
    .is-fx > .changepanelgroup-panel.is-open,
    .is-fx > .changepanelgroup-panel.is-closing, .is-fx >
    .profilepanelgroup-panel.is-open,
    .is-fx >
    .profilepanelgroup-panel.is-closing {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: block; }
    .changepanelgroup-panel.is-open,
    .profilepanelgroup-panel.is-open {
      display: block;
      -webkit-animation-name: tabsfadein;
              animation-name: tabsfadein; }
  .b-dialog .profile-wrap {
    content: '{"selectedIndex":0,"multiple":false,"animation": "adaptHeight","duration":400,"name": "profilepanelgroup"}' !important; }
    .b-dialog .profile-wrap::before {
      content: '{"selectedIndex":0,"multiple":false,"animation": "adaptHeight","duration":400,"name": "profilepanelgroup"}' !important;
      font-family: '{"selectedIndex":0,"multiple":false,"animation": "adaptHeight","duration":400,"name": "profilepanelgroup"}' !important;
      visibility: hidden !important;
      display: block !important;
      height: 0 !important;
      width: 0;
      clear: both;
      overflow: hidden; }
    .b-dialog .profile-wrap .reg-btn {
      float: right; }
  .b-dialog .form:after {
    display: table;
    clear: both; }
  .b-dialog .text {
    height: 40px;
    margin: 0 0 8px;
    border: none;
    border-radius: 0;
    padding: 10px 8px;
    color: #34393F;
    -webkit-transition: border-color 400ms;
    transition: border-color 400ms; }
    .b-dialog .text:focus {
      outline: 0.125rem solid #000; }
    .b-dialog .text.error, .b-dialog .text.error-item {
      outline: 0.125rem solid #cc4b37; }
    .b-dialog .text::-webkit-input-placeholder {
      color: #34393F; }
    .b-dialog .text::-moz-placeholder {
      /* Firefox 19+ */
      opacity: 1;
      color: #34393F; }
    .b-dialog .text:-moz-placeholder {
      /* Firefox 18- */
      opacity: 1;
      color: #34393F; }
    .b-dialog .text:-ms-input-placeholder {
      color: #34393F; }
  .b-dialog .toggle-wrap .login-toggle-btn {
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #D4D5D5; }
    .b-dialog .toggle-wrap .login-toggle-btn:hover, .b-dialog .toggle-wrap .login-toggle-btn:focus {
      text-decoration: underline; }
    .b-dialog .toggle-wrap .login-toggle-btn:not(:last-child) {
      border-right: 0.125rem solid #96999C;
      padding-right: 0.3125rem; }

.b-dynamicpage {
  min-height: 490px; }
  .b-dynamicpage .b-post-content .text-link {
    border-bottom: 1px solid #000;
    font-weight: 700;
    color: #34393F;
    -webkit-transition: border 0.3s ease-in-out;
    transition: border 0.3s ease-in-out; }
    .b-dynamicpage .b-post-content .text-link:hover, .b-dynamicpage .b-post-content .text-link:focus {
      border-bottom: 1px dotted #1b2126; }
  .b-dynamicpage .b-content-teaser-list .title {
    padding-right: 40px; }

.c--gallery-module {
  padding: 0; }
  @media print, screen and (max-width: 44.99875em) {
    .c--gallery-module .gallery-slider-box .item-caption .item-description {
      display: block; }
    .c--gallery-module .details .teaser-label {
      width: auto; }
    .c--gallery-module .item-caption .inner {
      min-height: 12.5rem;
      padding: 1rem 0.9375rem 6rem; }
    .c--gallery-module .item-caption .paragraph-large {
      margin-bottom: 4rem; } }
  @media print, screen and (min-width: 45em) {
    .c--gallery-module .item-description .icon-206_arrow-right {
      display: inline-block;
      height: 1.1875rem; }
      .c--gallery-module .item-description .icon-206_arrow-right:before {
        float: left; }
    .c--gallery-module .item-caption .inner {
      padding: 1rem 0.9375rem 7rem; }
    .c--gallery-module .item-caption .paragraph-large {
      margin-bottom: 2rem; }
    .c--gallery-module .gallery-slider-box:hover .scroll-arrow.is-prev:disabled, .c--gallery-module .gallery-slider-box.is-focus-within .scroll-arrow.is-prev:disabled {
      -webkit-transform: translate(-3rem, -50%);
              transform: translate(-3rem, -50%); }
    .c--gallery-module .gallery-slider-box:hover .scroll-arrow.is-next:disabled, .c--gallery-module .gallery-slider-box.is-focus-within .scroll-arrow.is-next:disabled {
      -webkit-transform: translate(3rem, -50%);
              transform: translate(3rem, -50%); }
    .c--gallery-module .gallery-slider-box .scroll-arrow:focus {
      -webkit-transition: none;
      transition: none; } }
  @media print, screen and (min-width: 64em) {
    .c--gallery-module.is-video .content-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .c--gallery-module .expand-btn:hover {
      opacity: .8; } }
  .c--gallery-module.is-text-dark .item-caption .item-title,
  .c--gallery-module.is-text-dark .item-caption .item-description,
  .c--gallery-module.is-text-dark .item-caption .teaser-foot {
    color: #1b2126; }
  .c--gallery-module .teaser-box {
    position: relative; }
  .c--gallery-module .gallery-slider-box {
    overflow: hidden;
    min-width: 100%; }
    .c--gallery-module .gallery-slider-box .content-item {
      min-height: 100%; }
    .c--gallery-module .gallery-slider-box .item-number {
      font-weight: 400; }
  .c--gallery-module .content-item {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0;
    background-color: #34393F; }
    .c--gallery-module .content-item.is-keyboardfocus {
      outline-offset: -0.25rem; }
    .c--gallery-module .content-item:not(.is-keyboardfocus) {
      outline: none; }
    .c--gallery-module .content-item > .artdirect {
      display: none; }
  .c--gallery-module .itemscroller-content > .content-item {
    min-height: 100%; }
  .c--gallery-module .img-container {
    overflow: hidden;
    position: relative; }
  .c--gallery-module .item-img {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%;
    height: auto;
    user-drag: none; }
  .c--gallery-module .item-caption {
    color: #fefefe;
    padding: 0;
    background-color: transparent; }
    .c--gallery-module .item-caption .a--headline {
      position: relative;
      padding-right: 5.9375rem; }
      .c--gallery-module .item-caption .a--headline .slide-number {
        position: absolute;
        right: 2.1875rem;
        color: #a5acaf;
        font-weight: 400; }
    .c--gallery-module .item-caption .teaser-foot {
      overflow: hidden;
      position: absolute;
      bottom: 4rem;
      width: 100%;
      padding-right: 4rem;
      color: #fefefe;
      font-size: 0.875rem;
      line-height: 1.375rem; }
    .c--gallery-module .item-caption .m--social-bar {
      position: absolute;
      bottom: 1.5rem; }
  .c--gallery-module .expand-btn {
    top: 0;
    right: 0; }
  .c--gallery-module .is-keyboardfocus {
    outline-color: #FFFF00; }

.b-info-bar {
  padding-top: 32px; }
  @media print, screen and (max-width: 44.99875em) {
    .b-info-bar {
      padding-top: 8px; }
      .b-info-bar + .b-post-header .big-headline,
      .b-info-bar + .b-content-module .big-headline {
        margin-top: 24px; }
        .b-info-bar + .b-post-header .big-headline.is-overline, .b-info-bar + .b-post-header .big-headline.is-label,
        .b-info-bar + .b-content-module .big-headline.is-overline,
        .b-info-bar + .b-content-module .big-headline.is-label {
          margin-top: 0; }
      .b-info-bar + .b-cluster .cluster-title-row .cluster-title {
        margin-top: 24px; } }

[data-module="js-scroller"] {
  overflow: hidden;
  position: relative; }
  [data-module="js-scroller"] .js-scroller-viewport {
    overflow: hidden;
    position: relative;
    width: 100%; }
  [data-module="js-scroller"] .js-scroller-cell {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  [data-module="js-scroller"]:not(.is-responsive) {
    content: '{"switchedOff":false}' !important; }
    [data-module="js-scroller"]:not(.is-responsive)::before {
      content: '{"switchedOff":false}' !important;
      font-family: '{"switchedOff":false}' !important;
      visibility: hidden !important;
      display: block !important;
      height: 0 !important;
      width: 0;
      clear: both;
      overflow: hidden; }
    [data-module="js-scroller"]:not(.is-responsive) .js-scroller-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  [data-module="js-scroller"].is-responsive {
    content: '{"switchedOff":true}' !important; }
    [data-module="js-scroller"].is-responsive::before {
      content: '{"switchedOff":true}' !important;
      font-family: '{"switchedOff":true}' !important;
      visibility: hidden !important;
      display: block !important;
      height: 0 !important;
      width: 0;
      clear: both;
      overflow: hidden; }
    @media (min-width: 1024px) {
      [data-module="js-scroller"].is-responsive.is-scroll-on-desktop {
        content: '{"switchedOff":false}' !important; }
        [data-module="js-scroller"].is-responsive.is-scroll-on-desktop::before {
          content: '{"switchedOff":false}' !important;
          font-family: '{"switchedOff":false}' !important;
          visibility: hidden !important;
          display: block !important;
          height: 0 !important;
          width: 0;
          clear: both;
          overflow: hidden; }
        [data-module="js-scroller"].is-responsive.is-scroll-on-desktop .js-scroller-content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
    @media (min-width: 641px) {
      [data-module="js-scroller"].is-responsive.is-scroll-on-tablet {
        content: '{"switchedOff":false}' !important; }
        [data-module="js-scroller"].is-responsive.is-scroll-on-tablet::before {
          content: '{"switchedOff":false}' !important;
          font-family: '{"switchedOff":false}' !important;
          visibility: hidden !important;
          display: block !important;
          height: 0 !important;
          width: 0;
          clear: both;
          overflow: hidden; }
        [data-module="js-scroller"].is-responsive.is-scroll-on-tablet .js-scroller-content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
    @media (min-width: 320px) {
      [data-module="js-scroller"].is-responsive.is-scroll-on-mobile {
        content: '{"switchedOff":false}' !important; }
        [data-module="js-scroller"].is-responsive.is-scroll-on-mobile::before {
          content: '{"switchedOff":false}' !important;
          font-family: '{"switchedOff":false}' !important;
          visibility: hidden !important;
          display: block !important;
          height: 0 !important;
          width: 0;
          clear: both;
          overflow: hidden; }
        [data-module="js-scroller"].is-responsive.is-scroll-on-mobile .js-scroller-content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
    @media (min-width: 1024px) {
      [data-module="js-scroller"].is-responsive.is-scroll-only-on-desktop {
        content: '{"switchedOff":false}' !important; }
        [data-module="js-scroller"].is-responsive.is-scroll-only-on-desktop::before {
          content: '{"switchedOff":false}' !important;
          font-family: '{"switchedOff":false}' !important;
          visibility: hidden !important;
          display: block !important;
          height: 0 !important;
          width: 0;
          clear: both;
          overflow: hidden; }
        [data-module="js-scroller"].is-responsive.is-scroll-only-on-desktop .js-scroller-content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
    @media (min-width: 641px) and (max-width: 1023px) {
      [data-module="js-scroller"].is-responsive.is-scroll-only-on-tablet {
        content: '{"switchedOff":false}' !important; }
        [data-module="js-scroller"].is-responsive.is-scroll-only-on-tablet::before {
          content: '{"switchedOff":false}' !important;
          font-family: '{"switchedOff":false}' !important;
          visibility: hidden !important;
          display: block !important;
          height: 0 !important;
          width: 0;
          clear: both;
          overflow: hidden; }
        [data-module="js-scroller"].is-responsive.is-scroll-only-on-tablet .js-scroller-content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
    @media (min-width: 320px) and (max-width: 640px) {
      [data-module="js-scroller"].is-responsive.is-scroll-only-on-mobile {
        content: '{"switchedOff":false}' !important; }
        [data-module="js-scroller"].is-responsive.is-scroll-only-on-mobile::before {
          content: '{"switchedOff":false}' !important;
          font-family: '{"switchedOff":false}' !important;
          visibility: hidden !important;
          display: block !important;
          height: 0 !important;
          width: 0;
          clear: both;
          overflow: hidden; }
        [data-module="js-scroller"].is-responsive.is-scroll-only-on-mobile .js-scroller-content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }

.js-tabs:not(.is-switched-off) .js-tabs-panel-wrapper {
  position: relative; }

.js-tabs:not(.is-switched-off) .js-tabs-panel {
  display: none;
  -webkit-animation-name: tabsfadeout;
          animation-name: tabsfadeout;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  outline: none; }
  .is-fx > .js-tabs:not(.is-switched-off) .js-tabs-panel.is-open,
  .is-fx > .js-tabs:not(.is-switched-off) .js-tabs-panel.is-closing {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block; }
  .js-tabs:not(.is-switched-off) .js-tabs-panel.is-open {
    display: block;
    -webkit-animation-name: tabsfadein;
            animation-name: tabsfadein; }

[data-module="loadmore"].is-loading .loadmore-btn {
  padding-left: 2.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  [data-module="loadmore"].is-loading .loadmore-btn .loader {
    opacity: 1;
    width: 0.9375rem;
    height: 0.9375rem; }

[data-module="loadmore"]:not(.is-loading) .loadmore-btn .loader {
  display: none; }

@media print, screen and (max-width: 63.99875em) {
  .c--mini-player.is-active {
    top: 3rem; }
    .is-live-tv-page .c--mini-player.is-active {
      top: 12.375rem; } }

@media print, screen and (min-width: 64em) {
  .c--mini-player.is-active {
    top: 3.75rem; }
    .is-live-tv-page .c--mini-player.is-active {
      top: 13.125rem; } }

.c--mini-player:not(.is-active) {
  display: none; }

.c--mini-player.is-active {
  position: fixed;
  left: 0;
  z-index: 98;
  width: 100vw;
  height: 7.75rem;
  background-color: #1b2126;
  color: #fefefe; }

.c--mini-player.no-fullscreen-btn .zdfplayer-fullscreen_enter {
  display: none !important; }

.c--mini-player .mini-player-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.c--mini-player .mini-player-box {
  width: 13.75rem;
  margin-right: 1.5rem; }

.c--mini-player .a--marker {
  position: absolute;
  top: 0; }

.c--mini-player .a--headline {
  margin-top: 1.5rem; }

.c--mini-player .mini-player-time {
  position: absolute;
  bottom: 0.75rem; }

.c--mini-player .mini-player-close {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0.875rem;
  z-index: 10;
  width: 3.125rem;
  height: 3.125rem;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }
  @media (pointer: coarse) {
    .c--mini-player .mini-player-close {
      right: 0; } }
  .c--mini-player .mini-player-close:before {
    font-size: 1.5rem;
    line-height: 3.125rem;
    color: #fefefe; }

@media print, screen and (min-width: 64em) {
  .b-offcanvas {
    content: '{"switchedOff":true}' !important; }
    .b-offcanvas::before {
      content: '{"switchedOff":true}' !important;
      font-family: '{"switchedOff":true}' !important;
      visibility: hidden !important;
      display: block !important;
      height: 0 !important;
      width: 0;
      clear: both;
      overflow: hidden; } }

@media print, screen and (min-width: 64em) {
  body > .top-bar-section {
    display: none; } }

.b-offcanvas-wrap {
  width: 100%;
  overflow-x: hidden; }

@media print, screen and (max-width: 63.99875em) {
  .b-offcanvas-wrap {
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear; }
    .is-js-offcanvas-within .b-offcanvas-wrap {
      -webkit-transform: translateX(250px);
              transform: translateX(250px); }
  .is-offcanvas-viewport {
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-overflow-scrolling: touch; }
  .js-offcanvas-panel {
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    visibility: hidden;
    width: 250px;
    padding-top: 20px;
    padding-left: 20px;
    background: #fefefe;
    -webkit-transition: visibility 0.3s, -webkit-transform 0.3s linear;
    transition: visibility 0.3s, -webkit-transform 0.3s linear;
    transition: visibility 0.3s, transform 0.3s linear;
    transition: visibility 0.3s, transform 0.3s linear, -webkit-transform 0.3s linear;
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px); }
    .js-offcanvas-panel.is-open {
      visibility: inherit;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .js-offcanvas-panel .menu-item,
    .js-offcanvas-panel .dropdown-item {
      padding: 0.3125rem 0; }
      .js-offcanvas-panel .menu-item .link,
      .js-offcanvas-panel .menu-item .dropdown-link,
      .js-offcanvas-panel .dropdown-item .link,
      .js-offcanvas-panel .dropdown-item .dropdown-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 0.625rem; }
        .js-offcanvas-panel .menu-item .link [class^="icon-"],
        .js-offcanvas-panel .menu-item .dropdown-link [class^="icon-"],
        .js-offcanvas-panel .dropdown-item .link [class^="icon-"],
        .js-offcanvas-panel .dropdown-item .dropdown-link [class^="icon-"] {
          margin-right: 1rem; }
        .js-offcanvas-panel .menu-item .link [class^="icon-"]:last-child,
        .js-offcanvas-panel .menu-item .dropdown-link [class^="icon-"]:last-child,
        .js-offcanvas-panel .dropdown-item .link [class^="icon-"]:last-child,
        .js-offcanvas-panel .dropdown-item .dropdown-link [class^="icon-"]:last-child {
          margin-left: auto;
          margin-right: 0; }
    .js-offcanvas-panel .dropdown-block {
      margin-bottom: 2.5rem; }
    .js-offcanvas-panel .menu-item:hover .link, .js-offcanvas-panel .menu-item:focus .link {
      color: #eb0a28; }
    .js-offcanvas-panel .menu-item .link {
      position: relative;
      width: 100%;
      border: none;
      text-align: left;
      color: #1b2126;
      -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
      .js-offcanvas-panel .menu-item .link.is-active, .js-offcanvas-panel .menu-item .link:active {
        color: #eb0a28; }
      .js-offcanvas-panel .menu-item .link:focus:not(.is-keyboardfocus) {
        outline: none; }
    .js-offcanvas-panel .menu-item .messies {
      position: absolute;
      top: 10px;
      left: 140px;
      display: block;
      border-radius: 8px;
      padding: 0.0625rem 0.375rem;
      color: #1b2126; }
    .js-offcanvas-panel .menu-item.is-dropdown .sub-arrow {
      position: absolute;
      top: 0;
      right: 30px; }
    .js-offcanvas-panel .menu-item.is-dropdown:hover .sub-arrow {
      color: #eb0a28; }
    .js-offcanvas-panel .menu-item .dropdown:not(.is-myzdf) {
      overflow-x: hidden;
      overflow-y: auto;
      position: fixed;
      padding-left: 0.625rem;
      padding-top: 0.625rem;
      top: 0;
      bottom: 0;
      left: 0;
      z-index: 9999;
      visibility: hidden;
      width: 250px;
      background: #fefefe;
      -webkit-transition: visibility 400ms, -webkit-transform 400ms ease;
      transition: visibility 400ms, -webkit-transform 400ms ease;
      transition: visibility 400ms, transform 400ms ease;
      transition: visibility 400ms, transform 400ms ease, -webkit-transform 400ms ease;
      -webkit-transform: translateX(250px);
              transform: translateX(250px); }
      .js-offcanvas-panel .menu-item .dropdown:not(.is-myzdf).is-open {
        visibility: inherit;
        -webkit-transform: translateX(0);
                transform: translateX(0); }
    .js-offcanvas-panel .menu-item .dropdown.is-myzdf .dropdown-item:hover, .js-offcanvas-panel .menu-item .dropdown.is-myzdf .dropdown-item:focus {
      background-color: transparent; }
    .js-offcanvas-panel .menu-item .dropdown.is-myzdf .login-btn {
      padding: 5px 32px 0 64px;
      font-weight: 700;
      text-align: left;
      color: #fefefe; }
    .js-offcanvas-panel .menu-item .dropdown .nav-back {
      position: relative;
      display: block;
      width: 100%;
      border: none;
      color: #1b2126;
      cursor: pointer;
      padding: 1.25rem 1.25rem 0.9375rem 0;
      text-align: left;
      -webkit-transition: color 400ms ease-in-out;
      transition: color 400ms ease-in-out; }
      .js-offcanvas-panel .menu-item .dropdown .nav-back:hover, .js-offcanvas-panel .menu-item .dropdown .nav-back:focus {
        color: #eb0a28; }
      .js-offcanvas-panel .menu-item .dropdown .nav-back:focus:not(.is-keyboardfocus) {
        outline: none; }
    .js-offcanvas-panel .menu-item .dropdown .dropdown-item {
      border: none;
      -webkit-transition: background-color 0.3s ease-in-out;
      transition: background-color 0.3s ease-in-out; }
      .js-offcanvas-panel .menu-item .dropdown .dropdown-item.is-active .dropdown-link, .js-offcanvas-panel .menu-item .dropdown .dropdown-item:hover .dropdown-link, .js-offcanvas-panel .menu-item .dropdown .dropdown-item:focus .dropdown-link {
        color: #eb0a28; }
    .js-offcanvas-panel .menu-item .dropdown .dropdown-link {
      position: relative;
      width: 100%;
      font-weight: normal;
      text-align: left;
      color: #1b2126;
      -webkit-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
  .js-offcanvas-backdrop {
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9990;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: opacity 400ms ease-out, visibility 400ms;
    transition: opacity 400ms ease-out, visibility 400ms; }
    .is-js-offcanvas-within .js-offcanvas-backdrop {
      opacity: 1;
      visibility: inherit; }
  /* TODO: Für Crowdtest auskommentiert
    .smartbanner-show {
        .js-offcanvas-panel {
            top: $space-decimal*8;
        }
    } */ }

@media print, screen and (max-width: 44.99875em) {
  .c--onboarding .onboarding-tooltip {
    top: 0;
    padding: 1.5rem 0.5rem; }
    .c--onboarding .onboarding-tooltip .close-onboarding {
      float: left;
      margin-right: 0.5rem; } }

@media print, screen and (min-width: 45em) and (max-width: 63.99875em) {
  .c--onboarding .onboarding-tooltip {
    top: 0;
    padding: 1.5rem 0.5rem; } }

@media print, screen and (min-width: 45em) {
  .c--onboarding .onboarding-wrap.is-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .c--onboarding .onboarding-tooltip {
    width: 26.0625rem;
    padding: 1.5rem;
    top: 3.75rem;
    margin-top: 0.9375rem; }
    .c--onboarding .onboarding-tooltip.is-myzdf {
      right: 2.5rem;
      bottom: -0.75rem;
      left: inherit;
      -webkit-transform: translate(0%, 100%);
              transform: translate(0%, 100%); }
      .c--onboarding .onboarding-tooltip.is-myzdf:before {
        position: absolute;
        top: -0.625rem;
        right: 2.5rem;
        display: block;
        width: 0;
        height: 0;
        border-width: 0 0.625rem 0.625rem 0.625rem;
        border-style: solid;
        border-color: transparent transparent rgba(37, 41, 46, 0.8) transparent;
        content: ""; }
    .c--onboarding .onboarding-tooltip .close-onboarding {
      margin-right: 1.5rem; } }

.c--onboarding .onboarding-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: absolute; }

.c--onboarding .onboarding-tooltip {
  -ms-flex-item-align: center;
      align-self: center;
  z-index: 999;
  color: #fefefe;
  box-shadow: 0 1.5rem 1.875rem 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(55, 66, 74, 0.95); }
  .c--onboarding .onboarding-tooltip:not(.is-open) {
    display: none; }
  .c--onboarding .onboarding-tooltip .paragraph-medium {
    margin-bottom: 1.25rem; }

.c--onboarding .onboarding-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.c--partner-link.color--white {
  color: #fefefe; }

.c--partner-link.color--red {
  color: #eb0a28; }

.c--partner-link.color--dark {
  color: #1b2126; }

@media print, screen and (max-width: 44.99875em) {
  .c--partner-link .partner-link-wrap {
    margin-top: 0.625rem; }
  .c--partner-link .partner-link-description {
    padding-left: 0.9375rem; } }

.c--partner-link .partner-link-wrap {
  overflow: hidden;
  background-color: #f2f4f6;
  max-width: 28.75rem; }
  .c--partner-link .partner-link-wrap .ratio-wrap {
    overflow: hidden; }
  .c--partner-link .partner-link-wrap .zoom-image,
  .c--partner-link .partner-link-wrap .preview-image {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .c--partner-link .partner-link-wrap:hover .zoom-image,
  .c--partner-link .partner-link-wrap:hover .preview-image, .c--partner-link .partner-link-wrap:active .zoom-image,
  .c--partner-link .partner-link-wrap:active .preview-image, .c--partner-link .partner-link-wrap:focus .zoom-image,
  .c--partner-link .partner-link-wrap:focus .preview-image {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05); }
  .c--partner-link .partner-link-wrap:hover .clickarea-link, .c--partner-link .partner-link-wrap:active .clickarea-link, .c--partner-link .partner-link-wrap:focus .clickarea-link {
    text-decoration: underline; }
  .c--partner-link .partner-link-wrap .clickarea-link.is-keyboardfocus {
    text-decoration: underline; }
  .c--partner-link .partner-link-wrap a, .c--partner-link .partner-link-wrap a:visited {
    color: #1b2126; }
  .c--partner-link .partner-link-wrap .partner-link-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.25rem; }
  .c--partner-link .partner-link-wrap .partner-link-ratio-wrap {
    overflow: hidden;
    width: 5.625rem;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .c--partner-link .partner-link-wrap .partner-link-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0.8125rem; }
  .c--partner-link .partner-link-wrap .partner-link-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 0.875rem; }
    .c--partner-link .partner-link-wrap .partner-link-text > *:first-child {
      margin-right: 0.375rem; }
  .c--partner-link .partner-link-wrap:hover .partner-link-underline {
    text-decoration: underline; }

@media print, screen and (max-width: 44.99875em) {
  .b-pin-form p {
    padding: 0 8px; } }

@media print, screen and (min-width: 45em) {
  .b-pin-form .pin-fieldset {
    margin-right: 32px; } }

.b-pin-form .pin-title,
.b-pin-form .pass-title {
  margin-bottom: 8px; }

.b-pin-form .password-btn {
  text-decoration: underline;
  color: #5C6166; }

@media print, screen and (max-width: 63.99875em) {
  .c--playlist-drawer .playlist-wrap {
    padding-top: 2.8125rem; } }

@media print, screen and (min-width: 64em) {
  .c--playlist-drawer .playlist-wrap {
    padding-top: 3.75rem; } }

.c--playlist-drawer.is-open .playlist-wrap {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.c--playlist-drawer.is-open .playlist-background {
  opacity: 0.3;
  visibility: visible; }

.c--playlist-drawer.is-open .playlist-inner {
  visibility: visible; }

.c--playlist-drawer .playlist-status {
  position: absolute;
  top: -100px; }

.c--playlist-drawer .playlist-background {
  opacity: 0.0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  background-color: #0a0a0a;
  position: absolute;
  top: 0;
  right: 0;
  left: -100vw;
  bottom: 0;
  width: 100vw;
  cursor: pointer; }

.c--playlist-drawer .playlist-wrap {
  position: fixed;
  /*
        Fix for mobile devices: We need height 100% here to ensure that the "playlist-wrap" button does not jump
        when the viewport changes when the user scrolls the page and the navigation bar is hidden/shown
        I tried many solutions, this is the only one where the button stays at the same position.
        It does not work if you use top: 0 or height: 100vh 
        */
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: 98;
  width: 17.875rem;
  -webkit-transform: translateX(17.875rem);
          transform: translateX(17.875rem);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }

.c--playlist-drawer .playlist-inner {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-transition: visibility 0.5s;
  transition: visibility 0.5s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 2.8125rem;
  background-color: #fefefe;
  box-shadow: 0 4px 16px 0 rgba(10, 10, 10, 0.1); }
  .c--playlist-drawer .playlist-inner > .a--headline {
    margin: 0 2.5rem 2.1875rem;
    font-weight: 400; }

.c--playlist-drawer .playlist-filter-container {
  position: relative;
  margin-bottom: 1.25rem; }

.c--playlist-drawer .playlist-filter {
  background-color: #f2f4f6;
  padding: 0.9375rem 2.5rem;
  width: 100%; }
  .c--playlist-drawer .playlist-filter.is-disabled {
    opacity: 0.6; }

.c--playlist-drawer .sort-disabled-message {
  position: absolute;
  background-color: #f2f4f6;
  padding: 0 2.5rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  display: none;
  opacity: 0;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
  .c--playlist-drawer .sort-disabled-message.is-enabled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .c--playlist-drawer .sort-disabled-message.is-visible {
    opacity: 1; }

.c--playlist-drawer .playlist-list {
  position: relative;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  background: #fefefe; }
  .c--playlist-drawer .playlist-list .playlist-content:not(:empty) + .playlist-placeholder {
    display: none; }

.c--playlist-drawer .playlist-content {
  margin-left: 2.5rem; }

.c--playlist-drawer .playlist-footer {
  text-align: center;
  padding: 0.9375rem 2.5rem; }
  .playlist-is-empty.c--playlist-drawer .playlist-footer {
    display: none; }

.c--playlist-drawer .playlist-placeholder {
  margin-left: 2.5rem;
  margin-right: 2.5rem; }

.c--playlist-drawer .playlist-flap {
  position: absolute;
  bottom: 100px;
  left: -3.75rem;
  width: 3.75rem;
  height: 5.625rem;
  cursor: pointer;
  background-color: #fefefe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1b2126;
  font-weight: 700;
  box-shadow: -7px 4px 16px 0 rgba(10, 10, 10, 0.1); }
  .c--playlist-drawer .playlist-flap.is-keyboardfocus {
    outline-offset: -2px; }
  .c--playlist-drawer .playlist-flap .playlist-number {
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    font-family: "3satHurme", Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.8125rem;
    text-align: center;
    border-radius: 50%;
    background-color: white; }
    .c--playlist-drawer .playlist-flap .playlist-number:before {
      content: attr(data-playlist-count); }
  .c--playlist-drawer .playlist-flap .icon-playlist-add {
    position: relative;
    font-size: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .c--playlist-drawer .playlist-flap .playlist-number[data-playlist-count="0"] {
    display: none; }

.c--playlist-drawer .playlist-flap-animation {
  animation: move .3s linear forwards;
  -webkit-animation: move .3s linear forwards; }

.c--playlist-drawer .playlist-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 3.125rem;
  height: 3.125rem;
  cursor: pointer;
  font-size: 1.5rem;
  padding-top: 1.25rem;
  text-align: center; }
  .c--playlist-drawer .playlist-close.is-keyboardfocus {
    outline: none; }
    .c--playlist-drawer .playlist-close.is-keyboardfocus:before {
      outline: 2px solid #eb0a28;
      outline-offset: 6px; }

.c--playlist-drawer .playlist-delete-all {
  padding: 0.5rem; }

@media screen and (max-height: 500px) {
  .c--playlist-drawer .playlist-inner {
    padding-top: 0.75rem; }
    .c--playlist-drawer .playlist-inner .a--headline {
      margin-bottom: 0.75rem; }
  .c--playlist-drawer .playlist-close {
    padding-top: 0; }
  .c--playlist-drawer .playlist-filter-container {
    margin-bottom: 0.375rem; }
  .c--playlist-drawer .playlist-filter {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem; }
  .c--playlist-drawer .playlist-footer {
    padding-top: 0;
    padding-bottom: 0; } }

@-webkit-keyframes move {
  50% {
    width: 6rem;
    left: -6rem; } }

@keyframes move {
  50% {
    width: 6rem;
    left: -6rem; } }

.c--playlist-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  pointer-events: all; }
  .c--playlist-toggle .is-selected,
  .c--playlist-toggle .is-not-selected {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .c--playlist-toggle.m-checked .is-not-selected {
    display: none; }
  .c--playlist-toggle:not(.m-checked) .is-selected {
    display: none; }
  .c--playlist-toggle .is-selected [class^='icon-'] {
    background-color: #1b2126; }
  .c--playlist-toggle input:disabled + .toggle-label {
    opacity: 0.5; }

.b-ratiobox {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  /* padding-bottom should be calculated and rendered in to HTML */
  padding: 0 0 56.25% 0; }
  .b-ratiobox .seamless-percent.is-active {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 4px;
    background-color: rgba(254, 254, 254, 0.7); }
    .b-ratiobox .seamless-percent.is-active .percent-progress {
      position: absolute;
      bottom: 0;
      height: 4px;
      background-color: #1b2126; }
  .b-ratiobox .ratiobox-item {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }

.js-scrollbox .js-scrollbox-list,
.scroll-box .js-scrollbox-list {
  position: relative;
  z-index: 1;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }
  .js-scrollbox .js-scrollbox-list.is-no-scroll,
  .scroll-box .js-scrollbox-list.is-no-scroll {
    overflow-x: hidden; }

.b-scrollto-top {
  margin: 4.375rem auto 1.25rem;
  text-align: center; }
  .b-scrollto-top .top-link {
    position: relative;
    display: inline-block;
    margin: 1rem 0 0;
    font-family: "3satHurme", Arial, sans-serif;
    font-size: 0.875rem;
    text-transform: lowercase;
    white-space: nowrap;
    color: #5C6166;
    background-color: transparent;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .is-topic-page .b-scrollto-top .top-link {
      color: #fefefe; }
    .b-scrollto-top .top-link.is-dark {
      color: #1b2126; }
      .b-scrollto-top .top-link.is-dark:hover {
        color: #eb0a28; }
      .is-topic-page .b-scrollto-top .top-link.is-dark {
        color: #1b2126; }
        .is-topic-page .b-scrollto-top .top-link.is-dark:hover {
          color: #eb0a28; }
    .b-scrollto-top .top-link:hover {
      color: #eb0a28; }
      .b-scrollto-top .top-link:hover:after {
        display: block;
        border-bottom-color: #eb0a28;
        -webkit-transition: border 0.3s ease-in-out;
        transition: border 0.3s ease-in-out; }
    .b-scrollto-top .top-link:focus:after {
      border-bottom-color: #34393F; }
    .b-scrollto-top .top-link:before {
      position: absolute;
      top: 0;
      left: 50%;
      font-size: 1rem;
      -webkit-transform: translate(-50%, -100%);
              transform: translate(-50%, -100%); }
    .b-scrollto-top .top-link:after {
      position: relative;
      top: -3px;
      display: block;
      border-bottom: 1px solid transparent;
      content: "";
      -webkit-transition: border 0.3s ease-in-out;
      transition: border 0.3s ease-in-out; }

@media print, screen and (max-width: 63.99875em) {
  .c--search-trigger {
    padding: 0.75rem 1rem; } }

.is-search-open .c--search-trigger .icon-search {
  display: none; }

.c--search-trigger .icon-cancel {
  display: none; }
  .is-search-open .c--search-trigger .icon-cancel {
    display: block; }

.b-selectbox {
  position: relative;
  display: block;
  width: 100%;
  min-height: 20px;
  outline: none;
  padding: 0 33px 0 0;
  background: transparent;
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  .b-selectbox:focus, .b-selectbox[aria-expanded="true"] {
    outline: 2px solid #FFFF00; }
  .b-selectbox:after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 32px;
    height: 32px;
    background-color: #fefefe;
    content: ""; }
  .b-selectbox.is-disabled {
    opacity: .6;
    pointer-events: none; }
  .b-selectbox.is-input {
    overflow: hidden; }
  .b-selectbox .selectbox-input {
    overflow: hidden;
    display: block;
    width: 100%;
    padding: 0 8px;
    font-family: "3satHurme", Arial, sans-serif;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #34393F;
    background-color: #fefefe;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto; }
    .b-selectbox .selectbox-input:after {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      width: 32px;
      height: 32px;
      font-family: "zdf-iconfont";
      font-weight: normal;
      font-style: normal;
      font-variant: normal;
      text-align: center;
      text-transform: none;
      color: #5C6166;
      content: "\e90a";
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .b-selectbox .selectbox-input .flag {
      width: 32px;
      height: 32px;
      margin-top: -4px;
      border-radius: 50%; }
      .b-selectbox .selectbox-input .flag:first-child {
        margin-right: 4px; }
      .b-selectbox .selectbox-input .flag:last-child {
        margin-left: 4px; }
  .b-selectbox .selectbox-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    text-align: center;
    background-color: #fefefe; }
    .b-selectbox .selectbox-btn:before {
      font-family: "zdf-iconfont";
      font-weight: normal;
      font-style: normal;
      font-variant: normal;
      text-transform: none;
      color: #34393F;
      content: "\e60a";
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .b-selectbox select {
    display: none; }
  .selectbox-popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98;
    visibility: hidden;
    outline: none;
    margin: 2px 0;
    box-shadow: 0 0 4px rgba(52, 57, 63, 0.3);
    background-color: #fefefe; }
    .selectbox-popover.is-open {
      visibility: visible; }
  .selectbox-listbox {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 205px; }
    .selectbox-listbox .listbox-item,
    .selectbox-listbox .listbox-header {
      overflow: hidden;
      border-top: 1px solid #E8E8E8;
      padding: 0 32px 0 8px;
      cursor: pointer; }
      .selectbox-listbox .listbox-item.is-hidden,
      .selectbox-listbox .listbox-header.is-hidden {
        display: none; }
      .selectbox-listbox .listbox-item.is-disabled,
      .selectbox-listbox .listbox-header.is-disabled {
        opacity: .5;
        cursor: auto; }
      .selectbox-listbox .listbox-item:hover, .selectbox-listbox .listbox-item.is-selected, .selectbox-listbox .listbox-item.is-checked,
      .selectbox-listbox .listbox-header:hover,
      .selectbox-listbox .listbox-header.is-selected,
      .selectbox-listbox .listbox-header.is-checked {
        background: #D4D5D5; }
  .listbox-value {
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .listbox-extra {
    float: right; }

@media print, screen and (max-width: 44.99875em) {
  .teaserlist-showmore {
    content: '{"items": ".b-content-teaser-item","count":4}' !important; }
    .teaserlist-showmore::before {
      content: '{"items": ".b-content-teaser-item","count":4}' !important;
      font-family: '{"items": ".b-content-teaser-item","count":4}' !important;
      visibility: hidden !important;
      display: block !important;
      height: 0 !important;
      width: 0;
      clear: both;
      overflow: hidden; }
    .teaserlist-showmore .b-content-teaser-item:nth-child(1n+5):not(.is-showmore-item) {
      display: none; } }

.teaserlist-showmore.is-2-showmorecol.is-show-1-lines {
  content: '{"items": ".b-content-teaser-item","count":2}' !important; }
  .teaserlist-showmore.is-2-showmorecol.is-show-1-lines::before {
    content: '{"items": ".b-content-teaser-item","count":2}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":2}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-2-showmorecol.is-show-1-lines .b-content-teaser-item:nth-child(1n+3):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-2-showmorecol.is-show-2-lines {
  content: '{"items": ".b-content-teaser-item","count":4}' !important; }
  .teaserlist-showmore.is-2-showmorecol.is-show-2-lines::before {
    content: '{"items": ".b-content-teaser-item","count":4}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":4}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-2-showmorecol.is-show-2-lines .b-content-teaser-item:nth-child(1n+5):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-2-showmorecol.is-show-3-lines {
  content: '{"items": ".b-content-teaser-item","count":6}' !important; }
  .teaserlist-showmore.is-2-showmorecol.is-show-3-lines::before {
    content: '{"items": ".b-content-teaser-item","count":6}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":6}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-2-showmorecol.is-show-3-lines .b-content-teaser-item:nth-child(1n+7):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-2-showmorecol.is-show-4-lines {
  content: '{"items": ".b-content-teaser-item","count":8}' !important; }
  .teaserlist-showmore.is-2-showmorecol.is-show-4-lines::before {
    content: '{"items": ".b-content-teaser-item","count":8}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":8}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-2-showmorecol.is-show-4-lines .b-content-teaser-item:nth-child(1n+9):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-2-showmorecol.is-show-5-lines {
  content: '{"items": ".b-content-teaser-item","count":10}' !important; }
  .teaserlist-showmore.is-2-showmorecol.is-show-5-lines::before {
    content: '{"items": ".b-content-teaser-item","count":10}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":10}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-2-showmorecol.is-show-5-lines .b-content-teaser-item:nth-child(1n+11):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-2-showmorecol.is-show-6-lines {
  content: '{"items": ".b-content-teaser-item","count":12}' !important; }
  .teaserlist-showmore.is-2-showmorecol.is-show-6-lines::before {
    content: '{"items": ".b-content-teaser-item","count":12}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":12}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-2-showmorecol.is-show-6-lines .b-content-teaser-item:nth-child(1n+13):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-2-showmorecol.is-show-7-lines {
  content: '{"items": ".b-content-teaser-item","count":14}' !important; }
  .teaserlist-showmore.is-2-showmorecol.is-show-7-lines::before {
    content: '{"items": ".b-content-teaser-item","count":14}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":14}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-2-showmorecol.is-show-7-lines .b-content-teaser-item:nth-child(1n+15):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-2-showmorecol.is-show-8-lines {
  content: '{"items": ".b-content-teaser-item","count":16}' !important; }
  .teaserlist-showmore.is-2-showmorecol.is-show-8-lines::before {
    content: '{"items": ".b-content-teaser-item","count":16}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":16}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-2-showmorecol.is-show-8-lines .b-content-teaser-item:nth-child(1n+17):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-2-showmorecol.is-show-9-lines {
  content: '{"items": ".b-content-teaser-item","count":18}' !important; }
  .teaserlist-showmore.is-2-showmorecol.is-show-9-lines::before {
    content: '{"items": ".b-content-teaser-item","count":18}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":18}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-2-showmorecol.is-show-9-lines .b-content-teaser-item:nth-child(1n+19):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-2-showmorecol.is-show-10-lines {
  content: '{"items": ".b-content-teaser-item","count":20}' !important; }
  .teaserlist-showmore.is-2-showmorecol.is-show-10-lines::before {
    content: '{"items": ".b-content-teaser-item","count":20}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":20}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-2-showmorecol.is-show-10-lines .b-content-teaser-item:nth-child(1n+21):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-3-showmorecol.is-show-1-lines {
  content: '{"items": ".b-content-teaser-item","count":3}' !important; }
  .teaserlist-showmore.is-3-showmorecol.is-show-1-lines::before {
    content: '{"items": ".b-content-teaser-item","count":3}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":3}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-3-showmorecol.is-show-1-lines .b-content-teaser-item:nth-child(1n+4):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-3-showmorecol.is-show-2-lines {
  content: '{"items": ".b-content-teaser-item","count":6}' !important; }
  .teaserlist-showmore.is-3-showmorecol.is-show-2-lines::before {
    content: '{"items": ".b-content-teaser-item","count":6}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":6}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-3-showmorecol.is-show-2-lines .b-content-teaser-item:nth-child(1n+7):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-3-showmorecol.is-show-3-lines {
  content: '{"items": ".b-content-teaser-item","count":9}' !important; }
  .teaserlist-showmore.is-3-showmorecol.is-show-3-lines::before {
    content: '{"items": ".b-content-teaser-item","count":9}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":9}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-3-showmorecol.is-show-3-lines .b-content-teaser-item:nth-child(1n+10):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-3-showmorecol.is-show-4-lines {
  content: '{"items": ".b-content-teaser-item","count":12}' !important; }
  .teaserlist-showmore.is-3-showmorecol.is-show-4-lines::before {
    content: '{"items": ".b-content-teaser-item","count":12}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":12}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-3-showmorecol.is-show-4-lines .b-content-teaser-item:nth-child(1n+13):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-3-showmorecol.is-show-5-lines {
  content: '{"items": ".b-content-teaser-item","count":15}' !important; }
  .teaserlist-showmore.is-3-showmorecol.is-show-5-lines::before {
    content: '{"items": ".b-content-teaser-item","count":15}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":15}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-3-showmorecol.is-show-5-lines .b-content-teaser-item:nth-child(1n+16):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-3-showmorecol.is-show-6-lines {
  content: '{"items": ".b-content-teaser-item","count":18}' !important; }
  .teaserlist-showmore.is-3-showmorecol.is-show-6-lines::before {
    content: '{"items": ".b-content-teaser-item","count":18}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":18}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-3-showmorecol.is-show-6-lines .b-content-teaser-item:nth-child(1n+19):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-3-showmorecol.is-show-7-lines {
  content: '{"items": ".b-content-teaser-item","count":21}' !important; }
  .teaserlist-showmore.is-3-showmorecol.is-show-7-lines::before {
    content: '{"items": ".b-content-teaser-item","count":21}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":21}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-3-showmorecol.is-show-7-lines .b-content-teaser-item:nth-child(1n+22):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-3-showmorecol.is-show-8-lines {
  content: '{"items": ".b-content-teaser-item","count":24}' !important; }
  .teaserlist-showmore.is-3-showmorecol.is-show-8-lines::before {
    content: '{"items": ".b-content-teaser-item","count":24}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":24}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-3-showmorecol.is-show-8-lines .b-content-teaser-item:nth-child(1n+25):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-3-showmorecol.is-show-9-lines {
  content: '{"items": ".b-content-teaser-item","count":27}' !important; }
  .teaserlist-showmore.is-3-showmorecol.is-show-9-lines::before {
    content: '{"items": ".b-content-teaser-item","count":27}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":27}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-3-showmorecol.is-show-9-lines .b-content-teaser-item:nth-child(1n+28):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-3-showmorecol.is-show-10-lines {
  content: '{"items": ".b-content-teaser-item","count":30}' !important; }
  .teaserlist-showmore.is-3-showmorecol.is-show-10-lines::before {
    content: '{"items": ".b-content-teaser-item","count":30}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":30}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-3-showmorecol.is-show-10-lines .b-content-teaser-item:nth-child(1n+31):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-4-showmorecol.is-show-1-lines {
  content: '{"items": ".b-content-teaser-item","count":4}' !important; }
  .teaserlist-showmore.is-4-showmorecol.is-show-1-lines::before {
    content: '{"items": ".b-content-teaser-item","count":4}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":4}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-4-showmorecol.is-show-1-lines .b-content-teaser-item:nth-child(1n+5):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-4-showmorecol.is-show-2-lines {
  content: '{"items": ".b-content-teaser-item","count":8}' !important; }
  .teaserlist-showmore.is-4-showmorecol.is-show-2-lines::before {
    content: '{"items": ".b-content-teaser-item","count":8}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":8}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-4-showmorecol.is-show-2-lines .b-content-teaser-item:nth-child(1n+9):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-4-showmorecol.is-show-3-lines {
  content: '{"items": ".b-content-teaser-item","count":12}' !important; }
  .teaserlist-showmore.is-4-showmorecol.is-show-3-lines::before {
    content: '{"items": ".b-content-teaser-item","count":12}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":12}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-4-showmorecol.is-show-3-lines .b-content-teaser-item:nth-child(1n+13):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-4-showmorecol.is-show-4-lines {
  content: '{"items": ".b-content-teaser-item","count":16}' !important; }
  .teaserlist-showmore.is-4-showmorecol.is-show-4-lines::before {
    content: '{"items": ".b-content-teaser-item","count":16}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":16}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-4-showmorecol.is-show-4-lines .b-content-teaser-item:nth-child(1n+17):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-4-showmorecol.is-show-5-lines {
  content: '{"items": ".b-content-teaser-item","count":20}' !important; }
  .teaserlist-showmore.is-4-showmorecol.is-show-5-lines::before {
    content: '{"items": ".b-content-teaser-item","count":20}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":20}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-4-showmorecol.is-show-5-lines .b-content-teaser-item:nth-child(1n+21):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-4-showmorecol.is-show-6-lines {
  content: '{"items": ".b-content-teaser-item","count":24}' !important; }
  .teaserlist-showmore.is-4-showmorecol.is-show-6-lines::before {
    content: '{"items": ".b-content-teaser-item","count":24}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":24}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-4-showmorecol.is-show-6-lines .b-content-teaser-item:nth-child(1n+25):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-4-showmorecol.is-show-7-lines {
  content: '{"items": ".b-content-teaser-item","count":28}' !important; }
  .teaserlist-showmore.is-4-showmorecol.is-show-7-lines::before {
    content: '{"items": ".b-content-teaser-item","count":28}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":28}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-4-showmorecol.is-show-7-lines .b-content-teaser-item:nth-child(1n+29):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-4-showmorecol.is-show-8-lines {
  content: '{"items": ".b-content-teaser-item","count":32}' !important; }
  .teaserlist-showmore.is-4-showmorecol.is-show-8-lines::before {
    content: '{"items": ".b-content-teaser-item","count":32}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":32}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-4-showmorecol.is-show-8-lines .b-content-teaser-item:nth-child(1n+33):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-4-showmorecol.is-show-9-lines {
  content: '{"items": ".b-content-teaser-item","count":36}' !important; }
  .teaserlist-showmore.is-4-showmorecol.is-show-9-lines::before {
    content: '{"items": ".b-content-teaser-item","count":36}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":36}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-4-showmorecol.is-show-9-lines .b-content-teaser-item:nth-child(1n+37):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-4-showmorecol.is-show-10-lines {
  content: '{"items": ".b-content-teaser-item","count":40}' !important; }
  .teaserlist-showmore.is-4-showmorecol.is-show-10-lines::before {
    content: '{"items": ".b-content-teaser-item","count":40}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":40}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-4-showmorecol.is-show-10-lines .b-content-teaser-item:nth-child(1n+41):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-6-showmorecol.is-show-1-lines {
  content: '{"items": ".b-content-teaser-item","count":6}' !important; }
  .teaserlist-showmore.is-6-showmorecol.is-show-1-lines::before {
    content: '{"items": ".b-content-teaser-item","count":6}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":6}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-6-showmorecol.is-show-1-lines .b-content-teaser-item:nth-child(1n+7):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-6-showmorecol.is-show-2-lines {
  content: '{"items": ".b-content-teaser-item","count":12}' !important; }
  .teaserlist-showmore.is-6-showmorecol.is-show-2-lines::before {
    content: '{"items": ".b-content-teaser-item","count":12}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":12}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-6-showmorecol.is-show-2-lines .b-content-teaser-item:nth-child(1n+13):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-6-showmorecol.is-show-3-lines {
  content: '{"items": ".b-content-teaser-item","count":18}' !important; }
  .teaserlist-showmore.is-6-showmorecol.is-show-3-lines::before {
    content: '{"items": ".b-content-teaser-item","count":18}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":18}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-6-showmorecol.is-show-3-lines .b-content-teaser-item:nth-child(1n+19):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-6-showmorecol.is-show-4-lines {
  content: '{"items": ".b-content-teaser-item","count":24}' !important; }
  .teaserlist-showmore.is-6-showmorecol.is-show-4-lines::before {
    content: '{"items": ".b-content-teaser-item","count":24}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":24}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-6-showmorecol.is-show-4-lines .b-content-teaser-item:nth-child(1n+25):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-6-showmorecol.is-show-5-lines {
  content: '{"items": ".b-content-teaser-item","count":30}' !important; }
  .teaserlist-showmore.is-6-showmorecol.is-show-5-lines::before {
    content: '{"items": ".b-content-teaser-item","count":30}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":30}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-6-showmorecol.is-show-5-lines .b-content-teaser-item:nth-child(1n+31):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-6-showmorecol.is-show-6-lines {
  content: '{"items": ".b-content-teaser-item","count":36}' !important; }
  .teaserlist-showmore.is-6-showmorecol.is-show-6-lines::before {
    content: '{"items": ".b-content-teaser-item","count":36}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":36}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-6-showmorecol.is-show-6-lines .b-content-teaser-item:nth-child(1n+37):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-6-showmorecol.is-show-7-lines {
  content: '{"items": ".b-content-teaser-item","count":42}' !important; }
  .teaserlist-showmore.is-6-showmorecol.is-show-7-lines::before {
    content: '{"items": ".b-content-teaser-item","count":42}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":42}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-6-showmorecol.is-show-7-lines .b-content-teaser-item:nth-child(1n+43):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-6-showmorecol.is-show-8-lines {
  content: '{"items": ".b-content-teaser-item","count":48}' !important; }
  .teaserlist-showmore.is-6-showmorecol.is-show-8-lines::before {
    content: '{"items": ".b-content-teaser-item","count":48}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":48}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-6-showmorecol.is-show-8-lines .b-content-teaser-item:nth-child(1n+49):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-6-showmorecol.is-show-9-lines {
  content: '{"items": ".b-content-teaser-item","count":54}' !important; }
  .teaserlist-showmore.is-6-showmorecol.is-show-9-lines::before {
    content: '{"items": ".b-content-teaser-item","count":54}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":54}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-6-showmorecol.is-show-9-lines .b-content-teaser-item:nth-child(1n+55):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-6-showmorecol.is-show-10-lines {
  content: '{"items": ".b-content-teaser-item","count":60}' !important; }
  .teaserlist-showmore.is-6-showmorecol.is-show-10-lines::before {
    content: '{"items": ".b-content-teaser-item","count":60}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":60}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-6-showmorecol.is-show-10-lines .b-content-teaser-item:nth-child(1n+61):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-showmore-16::before, .teaserlist-showmore.is-showmore-24::before, .teaserlist-showmore:not(.is-showmore-16):not(.is-showmore-24)::before, .broadcastlist-showmore::before {
  visibility: hidden !important;
  height: 0 !important;
  width: 0;
  clear: both;
  overflow: hidden; }

.b-sitemap {
  overflow: hidden; }
  @media print, screen and (max-width: 44.99875em) {
    .b-sitemap {
      overflow: hidden;
      clear: both; }
      .b-sitemap .block {
        margin-bottom: 2rem; }
        .b-sitemap .block:last-child {
          margin-bottom: 0; } }
  @media print, screen and (min-width: 45em) {
    .b-sitemap {
      margin-bottom: -2.5rem; }
      .b-sitemap .block-list {
        padding-bottom: 2.5rem; }
      .b-sitemap .sitemap-content {
        -webkit-column-count: 3;
           -moz-column-count: 3;
                column-count: 3;
        -webkit-column-gap: 0.375rem;
           -moz-column-gap: 0.375rem;
                column-gap: 0.375rem; }
      .b-sitemap .block {
        -webkit-column-break-inside: avoid;
           page-break-inside: avoid;
                break-inside: avoid; } }
  .b-sitemap .block-title {
    margin-bottom: 0.5rem;
    font-weight: 700; }
  .b-sitemap .block-item:last-child .block-link {
    margin-bottom: 0; }
  .b-sitemap .block-link {
    display: inline-block;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid transparent;
    color: #34393F; }
    .b-sitemap .block-link:hover, .b-sitemap .block-link:focus {
      border-bottom: 1px solid #000; }

.smartbanner-show .o--header,
.smartbanner-show .js-offcanvas-panel {
  top: 5rem; }

.smartbanner-show .b-offcanvas-wrap {
  padding-top: 5rem; }

.smartbanner-show .o--epg .epg-content .options-bar {
  top: 7.9375rem; }

.smartbanner-show .playlist-wrap {
  height: calc(100% - 5rem); }

.smartbanner-show .smartbanner {
  display: block; }

/** Default **/
.smartbanner {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-family: 'Helvetica Neue', sans-serif;
  background: #f4f4f4;
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none; }

.smartbanner-container {
  margin: 0 auto;
  white-space: nowrap; }

.smartbanner-close {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 5px;
  font-family: 'ArialRoundedMTBold', Arial;
  font-size: 20px;
  text-align: center;
  color: #888;
  text-decoration: none;
  border: 0;
  border-radius: 14px;
  -webkit-font-smoothing: subpixel-antialiased; }

.smartbanner-close:active,
.smartbanner-close:hover {
  color: #aaa; }

.smartbanner-icon {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  margin-right: 12px;
  background-size: cover; }

.smartbanner-info {
  display: inline-block;
  vertical-align: middle;
  width: 44%;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: bold; }

.smartbanner-title {
  font-size: 13px;
  line-height: 18px; }

.smartbanner-button {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: #6a6a6a;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

.smartbanner-button:active,
.smartbanner-button:hover {
  color: #aaa; }

/** iOS **/
.smartbanner-ios {
  background: #f4f4f4;
  background: -webkit-linear-gradient(top, #f4f4f4, #cdcdcd);
  background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  line-height: 80px; }

.smartbanner-ios .smartbanner-close {
  border: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #888;
  text-shadow: 0 1px 0 white; }

.smartbanner-ios .smartbanner-close:active,
.smartbanner-ios .smartbanner-close:hover {
  color: #aaa; }

.smartbanner-ios .smartbanner-icon {
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  background-size: 63px 63px;
  background-position: -3px -3px;
  background-repeat: no-repeat; }

.smartbanner-ios .smartbanner-info {
  color: #6a6a6a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

.smartbanner-ios .smartbanner-title {
  color: #4d4d4d;
  font-weight: bold; }

.smartbanner-ios .smartbanner-button {
  padding: 0 10px;
  min-width: 10%;
  color: #6a6a6a;
  background: #efefef;
  background: -webkit-linear-gradient(top, #efefef, #dcdcdc);
  background: linear-gradient(to bottom, #efefef, #dcdcdc);
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 0 rgba(255, 255, 255, 0.7) inset; }

.smartbanner-ios .smartbanner-button:active,
.smartbanner-ios .smartbanner-button:hover {
  background: #dcdcdc;
  background: -webkit-linear-gradient(top, #dcdcdc, #efefef);
  background: linear-gradient(to bottom, #dcdcdc, #efefef); }

/** Android **/
.smartbanner-android {
  background: #3d3d3d url(data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7);
  box-shadow: inset 0 4px 0 #88b131;
  line-height: 82px; }

.smartbanner-android .smartbanner-close {
  border: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  margin-right: 7px;
  color: #b1b1b3;
  background: #1c1e21;
  text-shadow: 0 1px 1px #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3); }

.smartbanner-android .smartbanner-close:active,
.smartbanner-android .smartbanner-close:hover {
  color: #eee; }

.smartbanner-android .smartbanner-icon {
  background-color: transparent;
  box-shadow: none; }

.smartbanner-android .smartbanner-info {
  color: #ccc;
  text-shadow: 0 1px 2px #000; }

.smartbanner-android .smartbanner-title {
  color: #fff;
  font-weight: bold; }

.smartbanner-android .smartbanner-button {
  min-width: 12%;
  color: #d1d1d1;
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc; }

.smartbanner-android .smartbanner-button:active,
.smartbanner-android .smartbanner-button:hover {
  background: none; }

.smartbanner-android .smartbanner-button-text {
  text-align: center;
  display: block;
  padding: 0 10px;
  background: #42b6c9;
  background: -webkit-linear-gradient(top, #42b6c9, #39a9bb);
  background: linear-gradient(to bottom, #42b6c9, #39a9bb);
  text-transform: none;
  text-shadow: none;
  box-shadow: none; }

.smartbanner-android .smartbanner-button-text:active,
.smartbanner-android .smartbanner-button-text:hover {
  background: #2ac7e1; }

/** Windows **/
.smartbanner-windows {
  background: #f4f4f4;
  background: -webkit-linear-gradient(top, #f4f4f4, #cdcdcd);
  background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  line-height: 80px; }

.smartbanner-windows .smartbanner-close {
  border: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #888;
  text-shadow: 0 1px 0 white; }

.smartbanner-windows .smartbanner-close:active,
.smartbanner-windows .smartbanner-close:hover {
  color: #aaa; }

.smartbanner-windows .smartbanner-icon {
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

.smartbanner-windows .smartbanner-info {
  color: #6a6a6a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

.smartbanner-windows .smartbanner-title {
  color: #4d4d4d;
  font-weight: bold; }

.smartbanner-windows .smartbanner-button {
  padding: 0 10px;
  min-width: 10%;
  color: #6a6a6a;
  background: #efefef;
  background: -webkit-linear-gradient(top, #efefef, #dcdcdc);
  background: linear-gradient(to bottom, #efefef, #dcdcdc);
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 0 rgba(255, 255, 255, 0.7) inset; }

.smartbanner-windows .smartbanner-button:active,
.smartbanner-windows .smartbanner-button:hover {
  background: #dcdcdc;
  background: -webkit-linear-gradient(top, #dcdcdc, #efefef);
  background: linear-gradient(to bottom, #dcdcdc, #efefef); }

.social-media-quote {
  margin-top: 10px; }
  @media print, screen and (max-width: 44.99875em) {
    .social-media-quote {
      margin-bottom: 2.375rem; } }
  @media print, screen and (min-width: 45em) {
    .social-media-quote {
      margin-bottom: 1.375rem; } }
  .social-media-quote .inner {
    background-color: #dcddde; }
  .social-media-quote .head {
    position: relative;
    min-height: 3.4375rem; }
    @media print, screen and (max-width: 44.99875em) {
      .social-media-quote .head {
        padding: 1rem 7.5rem 1rem 1rem; } }
    @media print, screen and (min-width: 45em) {
      .social-media-quote .head {
        padding: 1rem 7.5rem 1rem 3rem; } }
  .social-media-quote .quote-wrap {
    min-height: 12.5rem; }
  .social-media-quote .social-platform {
    position: absolute;
    top: 0.75rem;
    right: 1.5rem;
    width: 1.875rem;
    height: 1.875rem; }
    .social-media-quote .social-platform .tag {
      width: 100%;
      height: auto; }
  .social-media-quote .social-title {
    margin: 0; }
  .social-media-quote .two-click-wrap {
    background-color: #1b2126; }
    @media print, screen and (max-width: 44.99875em) {
      .social-media-quote .two-click-wrap {
        padding: 1rem 0 3rem; } }
    @media print, screen and (min-width: 45em) {
      .social-media-quote .two-click-wrap {
        padding: 1rem 1rem 3rem; } }
    .social-media-quote .two-click-wrap p,
    .social-media-quote .two-click-wrap a {
      color: #fefefe; }
    .social-media-quote .two-click-wrap p {
      margin-bottom: 1rem; }
    .social-media-quote .two-click-wrap .data-head {
      margin-bottom: 0.5rem; }
    .social-media-quote .two-click-wrap .agree-btn {
      display: block;
      margin: 0 auto; }
  @media print, screen and (max-width: 44.99875em) {
    .social-media-quote .panel {
      padding: 0 1rem 1rem; } }
  @media print, screen and (min-width: 45em) {
    .social-media-quote .panel {
      padding: 0 3rem 3rem; } }
  .social-media-quote .fb-wrap {
    overflow: hidden;
    position: relative; }
    .social-media-quote .fb-wrap .fb_iframe_widget,
    .social-media-quote .fb-wrap .fb_iframe_widget > span,
    .social-media-quote .fb-wrap iframe {
      width: 100% !important;
      height: auto; }
    .social-media-quote .fb-wrap .uiScaledImageContainer {
      max-width: 100% !important; }
  .social-media-quote .tw-wrap .twitter-tweet {
    width: 100% !important;
    margin: 0 !important; }
  .social-media-quote .insta-wrap {
    overflow: hidden;
    position: relative; }
    .social-media-quote .insta-wrap iframe {
      width: 100% !important;
      margin: 0 !important; }

@media print, screen and (max-width: 44.99875em) {
  .js-stageitemscroller-pagination-btn {
    padding: 11px 8px; }
    .js-stageitemscroller-pagination-btn.is-selected:before {
      background-color: #1b2126; } }

.js-stageitemscroller-pagination-btn {
  padding: 5px 8px; }
  .js-stageitemscroller-pagination-btn.is-selected:before {
    background-color: #000; }

.js-stageitemscroller {
  overflow: hidden;
  position: relative; }

.js-stageitemscroller-viewport {
  overflow: hidden;
  position: relative;
  width: 100%; }

.js-stageitemscroller-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.js-stageitemscroller-cell {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

.js-stageitemscroller-pagination-btn {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 16px;
  margin: 0;
  background: none;
  cursor: pointer; }
  .js-stageitemscroller-pagination-btn:before {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    background-color: #fefefe;
    content: ""; }

.c--topic-airdate-panel {
  outline: none;
  width: 18.75rem;
  position: relative;
  z-index: 1; }
  .c--topic-airdate-panel.is-open .panel-body {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  .c--topic-airdate-panel .panel-header {
    position: relative;
    z-index: 2; }
  .c--topic-airdate-panel .panel-body {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s; }
  .c--topic-airdate-panel .m--topic-airdate {
    height: auto; }
    .c--topic-airdate-panel .m--topic-airdate .date-cell {
      padding: 0.625rem; }

.typeahead-popover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0 !important;
  z-index: 99;
  visibility: hidden;
  background: #1b2126;
  color: #fefefe;
  width: 100vw;
  -webkit-transition: opacity 400ms, visibility 400ms;
  transition: opacity 400ms, visibility 400ms; }
  @media print, screen and (max-width: 63.99875em) {
    .typeahead-popover {
      margin-top: 7px; } }
  @media print, screen and (min-width: 64em) {
    .typeahead-popover {
      margin: 2px 0; }
      .typeahead-popover .typeahead-listbox {
        padding: 1rem 7.5rem; } }
  .typeahead-popover.is-open {
    opacity: 1;
    visibility: visible; }
  .typeahead-popover .typeahead-listbox {
    overflow-x: hidden;
    overflow-y: auto; }
  .typeahead-popover .typeahead-listbox-item {
    overflow: hidden;
    cursor: pointer;
    color: #fefefe; }
    .typeahead-popover .typeahead-listbox-item .listbox-value {
      font-size: 1rem;
      line-height: 2.875rem;
      color: #fefefe; }
    .typeahead-popover .typeahead-listbox-item mark {
      color: #fefefe;
      background-color: #37424a;
      font-weight: bold; }
    .typeahead-popover .typeahead-listbox-item.is-disabled {
      opacity: .5;
      cursor: auto; }
    .typeahead-popover .typeahead-listbox-item.is-selected {
      color: #eb0a28; }

.b-video-carousel {
  position: relative;
  margin: 3rem auto 0;
  max-width: 1300px; }
  @media print, screen and (max-width: 44.99875em) {
    .b-video-carousel .video-carousel-cell {
      width: 100%; }
    .b-video-carousel .video-carousel-btn-prev,
    .b-video-carousel .video-carousel-btn-next,
    .b-video-carousel .video-carousel-arrow-prev,
    .b-video-carousel .video-carousel-arrow-next {
      display: none; } }
  .b-video-carousel .video-carousel-arrows {
    position: absolute;
    left: 50%;
    top: 11.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.5625rem;
    color: #eb0a28; }
    .b-video-carousel .video-carousel-arrows .video-carousel-arrow-prev {
      position: absolute;
      left: -262px; }
    .b-video-carousel .video-carousel-arrows .video-carousel-arrow-next {
      position: absolute;
      left: 237px; }
  @media print, screen and (min-width: 45em) {
    .b-video-carousel .video-carousel-cell {
      width: 460px; }
    .b-video-carousel .a--headline {
      text-align: center; }
    .b-video-carousel .video-carousel-btn-prev {
      background-color: transparent;
      text-align: right;
      -webkit-transform: translate(-14.6875rem, -12.9375rem);
              transform: translate(-14.6875rem, -12.9375rem);
      height: 81%;
      width: 50%; }
    .b-video-carousel .video-carousel-btn-next {
      background-color: transparent;
      text-align: left;
      -webkit-transform: translate(14.6875rem, -12.9375rem);
              transform: translate(14.6875rem, -12.9375rem);
      height: 81%;
      width: 50%; } }
  .b-video-carousel.context-topic--white .video-carousel-arrows {
    color: #fefefe; }
  .b-video-carousel.context-topic--dark .video-carousel-arrows {
    color: #1b2126; }
  .b-video-carousel.context-topic .pagination-wrap--white .video-carousel-pagination .video-carousel-pagination-btn ::before {
    background-color: #fefefe; }
  .b-video-carousel.context-topic .pagination-wrap--red .video-carousel-pagination .video-carousel-pagination-btn ::before {
    background-color: #eb0a28; }
  .b-video-carousel.context-topic .pagination-wrap--dark .video-carousel-pagination .video-carousel-pagination-btn ::before {
    background-color: #1b2126; }
  .b-video-carousel .video-carousel {
    content: '{"usePx":true}' !important;
    position: relative; }
    .b-video-carousel .video-carousel::before {
      content: '{"usePx":true}' !important;
      font-family: '{"usePx":true}' !important;
      visibility: hidden !important;
      display: block !important;
      height: 0 !important;
      width: 0;
      clear: both;
      overflow: hidden; }
  .b-video-carousel .video-carousel-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-transform: translateX(calc(50% - 230px));
            transform: translateX(calc(50% - 230px)); }
  .b-video-carousel .video-carousel-viewport {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%; }
  .b-video-carousel .video-carousel-cell {
    position: relative;
    outline: none;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0.625rem 0; }
    .b-video-carousel .video-carousel-cell .video-carousel-item {
      -webkit-transition: -webkit-transform 400ms ease-out;
      transition: -webkit-transform 400ms ease-out;
      transition: transform 400ms ease-out;
      transition: transform 400ms ease-out, -webkit-transform 400ms ease-out; }
    .b-video-carousel .video-carousel-cell:not(.is-active) .video-carousel-item {
      -webkit-transform: scale(0.83);
              transform: scale(0.83);
      pointer-events: none; }
    .b-video-carousel .video-carousel-cell .b-zdfplayer {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      -webkit-transition: opacity 0.3s, visibility 0.3s;
      transition: opacity 0.3s, visibility 0.3s; }
    .b-video-carousel .video-carousel-cell.is-player-started .c--playlist-toggle {
      visibility: hidden;
      display: none; }
  .b-video-carousel .b-playerbox:not(.is-initial-state) ~ .c--playlist-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .b-video-carousel .pagination-wrap--white .video-carousel-pagination {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .b-video-carousel .pagination-wrap--white .video-carousel-pagination .video-carousel-pagination-btn {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 2.25rem;
      height: 2.625rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; }
      .b-video-carousel .pagination-wrap--white .video-carousel-pagination .video-carousel-pagination-btn:before {
        content: "";
        width: 1rem;
        height: 0.125rem;
        background-color: #fefefe; }
      .b-video-carousel .pagination-wrap--white .video-carousel-pagination .video-carousel-pagination-btn.is-selected {
        cursor: default; }
        .b-video-carousel .pagination-wrap--white .video-carousel-pagination .video-carousel-pagination-btn.is-selected:before {
          background-color: #eb0a28;
          height: 0.3125rem; }
  .b-video-carousel .pagination-wrap--red .video-carousel-pagination {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .b-video-carousel .pagination-wrap--red .video-carousel-pagination .video-carousel-pagination-btn {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 2.25rem;
      height: 2.625rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; }
      .b-video-carousel .pagination-wrap--red .video-carousel-pagination .video-carousel-pagination-btn:before {
        content: "";
        width: 1rem;
        height: 0.125rem;
        background-color: #eb0a28; }
      .b-video-carousel .pagination-wrap--red .video-carousel-pagination .video-carousel-pagination-btn.is-selected {
        cursor: default; }
        .b-video-carousel .pagination-wrap--red .video-carousel-pagination .video-carousel-pagination-btn.is-selected:before {
          background-color: #eb0a28;
          height: 0.3125rem; }
  .b-video-carousel .pagination-wrap--dark .video-carousel-pagination {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .b-video-carousel .pagination-wrap--dark .video-carousel-pagination .video-carousel-pagination-btn {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 2.25rem;
      height: 2.625rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; }
      .b-video-carousel .pagination-wrap--dark .video-carousel-pagination .video-carousel-pagination-btn:before {
        content: "";
        width: 1rem;
        height: 0.125rem;
        background-color: #1b2126; }
      .b-video-carousel .pagination-wrap--dark .video-carousel-pagination .video-carousel-pagination-btn.is-selected {
        cursor: default; }
        .b-video-carousel .pagination-wrap--dark .video-carousel-pagination .video-carousel-pagination-btn.is-selected:before {
          background-color: #eb0a28;
          height: 0.3125rem; }

.c--video-module {
  padding: 0; }
  .c--video-module .is-topic-content {
    position: relative;
    z-index: 4;
    padding-left: 0.9375rem;
    color: #fefefe;
    font-size: 2.5rem; }
    .c--video-module .is-topic-content .icon-icon-topic {
      position: absolute;
      bottom: 0px; }
    .c--video-module .is-topic-content:after {
      content: '';
      position: absolute;
      height: 0.125rem;
      background-color: white;
      bottom: 0;
      left: 0.9375rem;
      width: 2.5rem; }
  @media print, screen and (max-width: 63.99875em) {
    .c--video-module .main-content-right {
      display: none; }
    .c--video-module .mobile-list-checkbox:checked + .mobile-list-wrap dl:not(:first-child) {
      opacity: 1;
      visibility: visible;
      height: 3.125rem; }
    .c--video-module .mobile-list-checkbox:checked ~ .mobile-list-open {
      display: none; }
    .c--video-module .mobile-list-checkbox:checked ~ .mobile-list-close {
      display: block; }
    .c--video-module .mobile-list-wrap dl:not(:first-child) {
      opacity: 0;
      visibility: hidden;
      height: 0;
      -webkit-transition: opacity 0.3s, visibility 0.3s, height 0.3s;
      transition: opacity 0.3s, visibility 0.3s, height 0.3s; }
    .c--video-module .mobile-list-open,
    .c--video-module .mobile-list-close {
      position: absolute;
      top: 0;
      right: 0; }
    .c--video-module .mobile-list-open {
      display: block;
      cursor: pointer; }
    .c--video-module .mobile-list-close {
      display: none;
      cursor: pointer; }
    .c--video-module .video-info-mobile {
      margin: 1.25rem 0 0.9375rem;
      position: relative; }
      .c--video-module .video-info-mobile .a--attribute-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
        .c--video-module .video-info-mobile .a--attribute-list .attribute-list-title,
        .c--video-module .video-info-mobile .a--attribute-list .attribute-list-desc {
          margin-right: 1rem; }
      .c--video-module .video-info-mobile .attribute-list-desc:not(.has-border) {
        font-size: 0.875rem;
        line-height: 1.25rem; }
    .c--video-module .video-module-info-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-top: 1px solid rgba(220, 221, 222, 0.1); }
      .c--video-module .video-module-info-footer .m--social-bar {
        margin-right: 2.5rem; }
    .c--video-module .video-info-mobile .a--attribute-list .attribute-list-desc.is-bold {
      white-space: nowrap; } }
  @media print, screen and (min-width: 45em) and (max-width: 63.99875em) {
    .c--video-module .video-module-info-footer .a--download {
      margin-top: 1rem; } }
  @media print, screen and (min-width: 64em) {
    .c--video-module .video-module-info-footer .a--download {
      margin-top: 1.625rem; } }
  .c--video-module .video-module-video {
    position: relative; }
    .c--video-module .video-module-video .c--playlist-toggle {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 5; }
  .c--video-module .video-module-image {
    margin: 2.5rem 0 1rem; }
  .c--video-module.has-video + .o--related-content {
    margin-top: 0; }
  .c--video-module .a--attribute-list .attribute-list-desc,
  .c--video-module .a--attribute-list dd {
    font-size: 0.875rem; }
  .c--video-module .a--attribute-list .attribute-list-title {
    color: #818a8f; }

.android-player-teaser .stage-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 -24px; }

.android-player-teaser .android-poster {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.b-playerbox {
  /* Landscape Phones -> pip disabled */
  /* Landscape Tablets -> pip enabled */ }
  @media print, screen and (max-width: 44.99875em) {
    .b-playerbox {
      content: '{"pipEnabled":false}' !important; }
      .b-playerbox::before {
        content: '{"pipEnabled":false}' !important;
        font-family: '{"pipEnabled":false}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; } }
  @media print, screen and (min-width: 45em) {
    .b-playerbox {
      content: '{"pipEnabled":true}' !important; }
      .b-playerbox::before {
        content: '{"pipEnabled":true}' !important;
        font-family: '{"pipEnabled":true}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; } }
  @media screen and (min-device-width: 375px) and (max-device-width: 767px) and (orientation: landscape) {
    .b-playerbox {
      content: '{"pipEnabled":false}' !important; }
      .b-playerbox::before {
        content: '{"pipEnabled":false}' !important;
        font-family: '{"pipEnabled":false}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .b-playerbox {
      content: '{"pipEnabled":true}' !important; }
      .b-playerbox::before {
        content: '{"pipEnabled":true}' !important;
        font-family: '{"pipEnabled":true}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; } }
  .b-playerbox .b-zdfplayer .zdfplayer-video_wrapper object,
  .b-playerbox .b-zdfplayer .zdfplayer-video_wrapper video {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .b-playerbox .b-zdfplayer,
  .b-playerbox .b-zdfplayer .b-zdfplayer-start-screen {
    background-color: transparent; }
  .b-playerbox:not(.is-initial-state) ~ .c--playlist-toggle,
  .b-playerbox:not(.is-initial-state) ~ .icon-icon-topic,
  .b-playerbox:not(.is-initial-state) ~ .is-topic-content {
    display: none; }
  .b-playerbox .b-zdfplayer-copy-overlay {
    position: fixed;
    overflow: hidden; }

.a--attribute-list + .a--attribute-list {
  margin-top: 1.25rem; }

.a--attribute-list .attribute-list-title {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.25rem;
  display: inline-block;
  font-weight: 700;
  color: #37424a;
  margin-right: 0.5rem; }
  .a--attribute-list .attribute-list-title:only-child {
    display: none; }

.a--attribute-list .attribute-list-desc.is-bold {
  font-weight: 700; }

.a--attribute-list .attribute-list-desc.has-border {
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  padding: 0 0.625rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-align: center;
  color: inherit;
  margin-right: 0.5rem; }

.a--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.375rem;
  cursor: pointer; }
  @media print, screen and (max-width: 44.99875em) {
    .a--checkbox {
      border: 1px solid #fefefe; }
      .a--checkbox .check {
        border-right: 1px solid #fefefe;
        height: 1.25rem; } }
  @media print, screen and (min-width: 45em) {
    .a--checkbox .check {
      border: 1px solid #fefefe;
      height: 1.375rem; } }
  .a--checkbox .input {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0); }
  .a--checkbox .input.is-keyboardfocus + .check {
    outline: 2px solid #1b2126;
    outline-offset: 3px; }
  .a--checkbox .check {
    float: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.25rem;
    width: 1.375rem;
    color: #fefefe;
    overflow: hidden; }
  .a--checkbox .input:not(:checked) ~ .check [class^="icon-"] {
    display: none; }
  .a--checkbox .label {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: #fefefe;
    white-space: nowrap;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

.icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 1rem;
  cursor: pointer;
  margin-bottom: 0.625rem; }
  .icon-button .label {
    font-family: "3satHurme", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
    line-height: 1.43;
    text-align: left; }
  .icon-button .icon {
    font-size: 1.625rem;
    text-align: right;
    margin-left: 1rem; }
  .icon-button.is-fullwidth {
    width: 100%; }
  .icon-button.background-color--white {
    background-color: #fefefe; }
  .icon-button.foreground-color--white {
    color: #fefefe; }
  .icon-button.background-color--red {
    background-color: #1b2126; }
  .icon-button.foreground-color--red {
    color: #1b2126; }
  .icon-button.background-color--dark {
    background-color: #1b2126; }
  .icon-button.foreground-color--dark {
    color: #1b2126; }

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 3rem;
  color: #fefefe;
  background-color: #eb0a28;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .play-button .icon-play {
    display: inline-block;
    width: 3rem;
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: center; }

.search-checkbox {
  position: relative;
  display: inline-block;
  height: 1.375rem;
  border: 1px solid #fefefe;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: #fefefe;
  cursor: pointer; }
  .search-checkbox .focus-highlight {
    display: none; }
  .search-checkbox .input.is-keyboardfocus + .focus-highlight {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    outline: 2px solid #1b2126;
    outline-offset: 3px; }
  .search-checkbox .check {
    float: left;
    display: inline-block;
    font-size: 1.25rem;
    width: 20px;
    height: 1.25rem;
    color: #1b2126;
    overflow: hidden;
    background: #fefefe; }
  .search-checkbox .input:not(:checked) ~ .check [class^="icon-"] {
    display: none; }
  .search-checkbox .tag {
    padding: 0 0.625rem; }

.a--toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media print, screen and (max-width: 44.99875em) {
    .a--toggle .toggle-icon {
      font-size: 12;
      line-height: 24; } }
  @media print, screen and (min-width: 45em) {
    .a--toggle .toggle-icon {
      font-size: 14;
      line-height: 24; } }
  .a--toggle.toggle-full-width {
    width: 100%; }
  .a--toggle .toggle-label {
    padding-right: 4rem; }
  .a--toggle .toggle-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-right: 2.8125rem;
    font-family: "3satHurme", Arial, sans-serif;
    font-weight: 400;
    vertical-align: top;
    cursor: pointer; }
    .a--toggle .toggle-icon:before, .a--toggle .toggle-icon:after {
      position: absolute;
      right: 0;
      cursor: pointer;
      content: "";
      -webkit-transition: background-color 100ms ease-in 0s, -webkit-transform 100ms ease-in 0s;
      transition: background-color 100ms ease-in 0s, -webkit-transform 100ms ease-in 0s;
      transition: transform 100ms ease-in 0s, background-color 100ms ease-in 0s;
      transition: transform 100ms ease-in 0s, background-color 100ms ease-in 0s, -webkit-transform 100ms ease-in 0s; }
    .a--toggle .toggle-icon:before {
      top: 0;
      width: 3.0625rem;
      height: 1.5rem;
      border-radius: 1.375rem;
      background-color: #37424a; }
    .a--toggle .toggle-icon:after {
      top: 0.125rem;
      width: 1.25rem;
      height: 1.25rem;
      border-radius: 50%;
      background-color: #fefefe;
      -webkit-transform: translateX(-1.625rem);
              transform: translateX(-1.625rem); }
  .a--toggle .toggle-input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 0;
    height: 0;
    overflow: hidden; }
    .a--toggle .toggle-input:focus + .toggle-icon:before {
      background-color: #21282d; }
    .a--toggle .toggle-input.is-keyboardfocus + .toggle-label .toggle-icon {
      outline: 2px solid #eb0a28;
      outline-offset: 2px; }
    .a--toggle .toggle-input:checked + .toggle-label .toggle-icon:after {
      -webkit-transform: translateX(-0.1875rem);
              transform: translateX(-0.1875rem); }
    .a--toggle .toggle-input:checked + .toggle-label .toggle-icon:before {
      background-color: #eb0a28; }
    .a--toggle .toggle-input:disabled + .toggle-label .label-enabled {
      display: none; }
    .a--toggle .toggle-input:not(:disabled) + .toggle-label .label-disabled {
      display: none; }

.a--vertical-switch .vertical-switch-label {
  position: relative;
  display: inline-block;
  padding-left: 2.1875rem;
  font-family: "3satHurme", Arial, sans-serif;
  font-weight: 400;
  vertical-align: top;
  cursor: pointer;
  min-height: 3.0625rem; }
  .a--vertical-switch .vertical-switch-label:before {
    position: absolute;
    left: 0;
    cursor: pointer;
    top: 0;
    width: 1.5rem;
    height: 3.0625rem;
    border-radius: 1.5rem;
    background-color: #1b2126;
    content: "";
    -webkit-transition: background-color 100ms ease-in 0s, -webkit-transform 100ms ease-in 0s;
    transition: background-color 100ms ease-in 0s, -webkit-transform 100ms ease-in 0s;
    transition: transform 100ms ease-in 0s, background-color 100ms ease-in 0s;
    transition: transform 100ms ease-in 0s, background-color 100ms ease-in 0s, -webkit-transform 100ms ease-in 0s; }
  .a--vertical-switch .vertical-switch-label .vertical-switch-icon {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.5625rem;
    border-radius: 50%;
    background-color: #fefefe;
    text-align: center;
    top: 0.125rem;
    left: 0.125rem;
    color: #eb0a28;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .a--vertical-switch .vertical-switch-label .label-unchecked {
    font-weight: 700;
    display: block; }

.a--vertical-switch .vertical-switch-input {
  opacity: 0;
  position: absolute;
  top: 8px;
  right: 1.5625rem;
  z-index: 1;
  width: 2.5rem;
  height: 1.25rem;
  cursor: pointer; }
  .a--vertical-switch .vertical-switch-input:focus + .vertical-switch-label:before {
    background-color: #37424a; }
  .a--vertical-switch .vertical-switch-input.is-keyboardfocus + .vertical-switch-label:before {
    outline: 3px solid #eb0a28;
    outline-offset: 0.125rem; }
  .a--vertical-switch .vertical-switch-input:checked + .vertical-switch-label .vertical-switch-icon {
    -webkit-transform: translateY(1.5625rem) rotate(-180deg);
            transform: translateY(1.5625rem) rotate(-180deg); }
  .a--vertical-switch .vertical-switch-input:checked + .vertical-switch-label .label-unchecked {
    font-weight: 400; }
  .a--vertical-switch .vertical-switch-input:checked + .vertical-switch-label .label-checked {
    font-weight: 700; }
  .a--vertical-switch .vertical-switch-input:checked + .vertical-switch-label:before {
    background-color: #eb0a28; }

@media print, screen and (max-width: 44.99875em) {
  .a--download {
    margin-top: 0.625rem; } }

.a--download .download-title {
  color: #818a8f;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-right: 0.3125rem; }

.a--download .download-link {
  color: currentColor; }

.a--download .icon-download {
  position: relative;
  top: 0.3125rem;
  font-size: 1.25rem; }

.a--headline-special {
  font-size: 2.25rem;
  font-weight: 900;
  color: #fefefe;
  text-transform: uppercase; }
  .a--headline-special .second-line {
    display: block;
    margin-left: 1.5625rem; }

/* TODO: find the right formula for line-height and margin */
.a--headline {
  font-weight: 700; }
  .a--headline.headline-color--white {
    color: #fefefe; }
  .a--headline.headline-color--red {
    color: #eb0a28; }
  .a--headline.headline-color--dark {
    color: #1b2126; }
  .a--headline.level-1 {
    font-size: 2.25rem;
    line-height: 2.5625rem; }
    .a--headline.level-1:not(.margin-collapse) {
      margin-bottom: 1.5rem; }
  .a--headline.level-2 {
    font-size: 1.5rem;
    line-height: 1.6875rem; }
    .a--headline.level-2:not(.margin-collapse) {
      margin-bottom: 1rem; }
  .a--headline.level-3 {
    font-size: 1.375rem;
    line-height: 1.5625rem; }
    .a--headline.level-3:not(.margin-collapse) {
      margin-bottom: 0.5rem; }
  .a--headline.level-4 {
    font-size: 1.25rem;
    line-height: 1.4375rem; }
    .a--headline.level-4:not(.margin-collapse) {
      margin-bottom: 0.5rem; }
  .a--headline.level-5 {
    font-size: 1.125rem;
    line-height: 1.25rem; }
    .a--headline.level-5:not(.margin-collapse) {
      margin-bottom: 0.5rem; }
  .a--headline.level-6 {
    font-size: 1.125rem;
    line-height: 1.25rem; }
    .a--headline.level-6:not(.margin-collapse) {
      margin-bottom: 0.5rem; }
  .a--headline.level-7 {
    font-size: 1rem;
    line-height: 1.125rem; }
    .a--headline.level-7:not(.margin-collapse) {
      margin-bottom: 0.5rem; }
  .a--headline.level-8 {
    font-size: 0.875rem;
    line-height: 1rem; }
    .a--headline.level-8:not(.margin-collapse) {
      margin-bottom: 0.5rem; }
  @media print, screen and (min-width: 45em) {
    .a--headline.level-1 {
      font-size: 4rem;
      line-height: 4.5625rem; }
      .a--headline.level-1:not(.margin-collapse) {
        margin-bottom: 2.5rem; }
    .a--headline.level-2 {
      font-size: 2.25rem;
      line-height: 2.5625rem; }
      .a--headline.level-2:not(.margin-collapse) {
        margin-bottom: 1.5rem; }
    .a--headline.level-3 {
      font-size: 1.5rem;
      line-height: 1.6875rem; }
      .a--headline.level-3:not(.margin-collapse) {
        margin-bottom: 1rem; }
    .a--headline.level-4 {
      font-size: 1.5rem;
      line-height: 1.6875rem; }
      .a--headline.level-4:not(.margin-collapse) {
        margin-bottom: 1rem; }
    .a--headline.level-5 {
      font-size: 1.25rem;
      line-height: 1.4375rem; }
      .a--headline.level-5:not(.margin-collapse) {
        margin-bottom: 0.5rem; } }
  .a--headline.small-1 {
    font-size: 2.25rem;
    line-height: 2.5625rem; }
    .a--headline.small-1:not(.margin-collapse) {
      margin-bottom: 1.5rem; }
  .a--headline.small-2 {
    font-size: 1.5rem;
    line-height: 1.6875rem; }
    .a--headline.small-2:not(.margin-collapse) {
      margin-bottom: 1rem; }
  .a--headline.small-3 {
    font-size: 1.375rem;
    line-height: 1.5625rem; }
    .a--headline.small-3:not(.margin-collapse) {
      margin-bottom: 0.5rem; }
  .a--headline.small-4 {
    font-size: 1.25rem;
    line-height: 1.4375rem; }
    .a--headline.small-4:not(.margin-collapse) {
      margin-bottom: 0.5rem; }
  .a--headline.small-5 {
    font-size: 1.125rem;
    line-height: 1.25rem; }
    .a--headline.small-5:not(.margin-collapse) {
      margin-bottom: 0.5rem; }
  .a--headline.small-6 {
    font-size: 1.125rem;
    line-height: 1.25rem; }
    .a--headline.small-6:not(.margin-collapse) {
      margin-bottom: 0.5rem; }
  .a--headline.small-7 {
    font-size: 1rem;
    line-height: 1.125rem; }
    .a--headline.small-7:not(.margin-collapse) {
      margin-bottom: 0.5rem; }
  .a--headline.small-8 {
    font-size: 0.875rem;
    line-height: 1rem; }
    .a--headline.small-8:not(.margin-collapse) {
      margin-bottom: 0.5rem; }
  @media print, screen and (min-width: 45em) {
    .a--headline.medium-1 {
      font-size: 4rem;
      line-height: 4.5625rem; }
      .a--headline.medium-1:not(.margin-collapse) {
        margin-bottom: 2.5rem; }
    .a--headline.medium-2 {
      font-size: 2.25rem;
      line-height: 2.5625rem; }
      .a--headline.medium-2:not(.margin-collapse) {
        margin-bottom: 1.5rem; }
    .a--headline.medium-3 {
      font-size: 1.5rem;
      line-height: 1.6875rem; }
      .a--headline.medium-3:not(.margin-collapse) {
        margin-bottom: 1rem; }
    .a--headline.medium-4 {
      font-size: 1.5rem;
      line-height: 1.6875rem; }
      .a--headline.medium-4:not(.margin-collapse) {
        margin-bottom: 1rem; }
    .a--headline.medium-5 {
      font-size: 1.25rem;
      line-height: 1.4375rem; }
      .a--headline.medium-5:not(.margin-collapse) {
        margin-bottom: 0.5rem; }
    .a--headline.medium-6 {
      font-size: 1.125rem;
      line-height: 1.25rem; }
      .a--headline.medium-6:not(.margin-collapse) {
        margin-bottom: 0.5rem; }
    .a--headline.medium-7 {
      font-size: 1rem;
      line-height: 1.125rem; }
      .a--headline.medium-7:not(.margin-collapse) {
        margin-bottom: 0.5rem; }
    .a--headline.medium-8 {
      font-size: 0.875rem;
      line-height: 1rem; }
      .a--headline.medium-8:not(.margin-collapse) {
        margin-bottom: 0.5rem; } }
  @media print, screen and (min-width: 64em) {
    .a--headline.large-1 {
      font-size: 4rem;
      line-height: 4.5625rem; }
      .a--headline.large-1:not(.margin-collapse) {
        margin-bottom: 2.5rem; }
    .a--headline.large-2 {
      font-size: 2.25rem;
      line-height: 2.5625rem; }
      .a--headline.large-2:not(.margin-collapse) {
        margin-bottom: 1.5rem; }
    .a--headline.large-3 {
      font-size: 1.5rem;
      line-height: 1.6875rem; }
      .a--headline.large-3:not(.margin-collapse) {
        margin-bottom: 1rem; }
    .a--headline.large-4 {
      font-size: 1.5rem;
      line-height: 1.6875rem; }
      .a--headline.large-4:not(.margin-collapse) {
        margin-bottom: 1rem; }
    .a--headline.large-5 {
      font-size: 1.25rem;
      line-height: 1.4375rem; }
      .a--headline.large-5:not(.margin-collapse) {
        margin-bottom: 0.5rem; }
    .a--headline.large-6 {
      font-size: 1.125rem;
      line-height: 1.25rem; }
      .a--headline.large-6:not(.margin-collapse) {
        margin-bottom: 0.5rem; }
    .a--headline.large-7 {
      font-size: 1rem;
      line-height: 1.125rem; }
      .a--headline.large-7:not(.margin-collapse) {
        margin-bottom: 0.5rem; }
    .a--headline.large-8 {
      font-size: 0.875rem;
      line-height: 1rem; }
      .a--headline.large-8:not(.margin-collapse) {
        margin-bottom: 0.5rem; } }

@media print, screen and (max-width: 44.99875em) {
  .a--keyword-list .keyword-item {
    font-size: 0.75rem; } }

@media print, screen and (max-width: 63.99875em) {
  .a--keyword-list {
    margin-bottom: 0.625rem; } }

@media print, screen and (min-width: 64em) {
  .a--keyword-list {
    margin-bottom: 1.5rem; } }

.a--keyword-list.keyword-list-color--white {
  color: #fefefe; }

.a--keyword-list .keyword-item--white {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  font-weight: 500; }
  .a--keyword-list .keyword-item--white:not(:first-child) {
    margin-left: 1.5rem; }
    .a--keyword-list .keyword-item--white:not(:first-child):before {
      position: absolute;
      margin-top: -0.125rem;
      left: -1rem;
      top: 50%;
      content: "";
      width: 0.25rem;
      height: 0.25rem;
      background-color: #fefefe; }

.a--keyword-list.keyword-list-color--red {
  color: #eb0a28; }

.a--keyword-list .keyword-item--red {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  font-weight: 500; }
  .a--keyword-list .keyword-item--red:not(:first-child) {
    margin-left: 1.5rem; }
    .a--keyword-list .keyword-item--red:not(:first-child):before {
      position: absolute;
      margin-top: -0.125rem;
      left: -1rem;
      top: 50%;
      content: "";
      width: 0.25rem;
      height: 0.25rem;
      background-color: #eb0a28; }

.a--keyword-list.keyword-list-color--dark {
  color: #1b2126; }

.a--keyword-list .keyword-item--dark {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  font-weight: 500; }
  .a--keyword-list .keyword-item--dark:not(:first-child) {
    margin-left: 1.5rem; }
    .a--keyword-list .keyword-item--dark:not(:first-child):before {
      position: absolute;
      margin-top: -0.125rem;
      left: -1rem;
      top: 50%;
      content: "";
      width: 0.25rem;
      height: 0.25rem;
      background-color: #1b2126; }

.a--labeled-icon-opaque {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.5rem;
  z-index: 4; }
  .a--labeled-icon-opaque.has-no-bg {
    height: 2rem; }
    .a--labeled-icon-opaque.has-no-bg .label {
      font-size: 0.875rem;
      line-height: 2rem; }
    .a--labeled-icon-opaque.has-no-bg [class^='icon-'] {
      font-size: 2rem;
      line-height: 2rem;
      background-color: transparent !important; }
  .a--labeled-icon-opaque:not(.has-no-bg) .label {
    font-size: 0.625rem;
    line-height: 1.5rem;
    background-color: #37424a; }
  .a--labeled-icon-opaque:not(.has-no-bg) [class^='icon-'] {
    width: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    height: 1.5rem;
    background-color: #eb0a28; }
  .a--labeled-icon-opaque .label {
    padding: 0 0.5rem;
    font-weight: 700;
    letter-spacing: 0.0625rem;
    color: #fefefe; }
  .a--labeled-icon-opaque [class^='icon-'] {
    color: #fefefe; }

.a--labeled-icon {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .a--labeled-icon.color--white {
    color: #fefefe; }
  .a--labeled-icon.color--red {
    color: #eb0a28; }
  .a--labeled-icon.color--dark {
    color: #1b2126; }
  .a--labeled-icon.is-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .a--labeled-icon [class*="icon-"] {
    font-size: 1.125rem;
    line-height: 1.125rem; }
  .a--labeled-icon .label {
    margin-left: 0.375rem;
    font-size: 0.75rem;
    line-height: 1.125rem; }
  .a--labeled-icon .info {
    margin-left: 0.375rem;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.125rem; }

.a--marker {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 700;
  color: #fefefe;
  background-color: #eb0a28;
  text-transform: uppercase;
  padding: 0.0625rem 0.125rem;
  height: 1.125rem; }

@media print, screen and (max-width: 63.99875em) {
  .b-nav-arrow.arrow-left, .b-nav-arrow.arrow-right {
    opacity: 1;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 30px;
    height: 50px;
    color: #fefefe;
    background-color: #25292E;
    background-size: auto 100%;
    cursor: pointer;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out; }
    .b-nav-arrow.arrow-left:before, .b-nav-arrow.arrow-right:before {
      line-height: 50px; }
    .b-nav-arrow.arrow-left:disabled, .b-nav-arrow.arrow-right:disabled {
      display: none; }
    .b-nav-arrow.arrow-left:not(.is-keyboardfocus), .b-nav-arrow.arrow-right:not(.is-keyboardfocus) {
      outline: none; }
  .b-nav-arrow.arrow-right {
    right: 0; }
  .b-nav-arrow.arrow-left {
    left: 0; } }

@media print, screen and (min-width: 64em) {
  .b-nav-arrow:before {
    display: none; } }

.a--paragraph-small, .a--paragraph.paragraph-small {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem; }

.a--paragraph-medium, .a--paragraph.paragraph-medium {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem; }

.a--paragraph-large, .a--paragraph.paragraph-large {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem; }
  @media print, screen and (max-width: 44.99875em) {
    .a--paragraph-large, .a--paragraph.paragraph-large {
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.375rem; } }

.a--paragraph:not(.margin-collapse) {
  margin-bottom: 0.625rem; }

.a--paragraph.color--white {
  color: #fefefe; }

.a--paragraph.color--red {
  color: #eb0a28; }

.a--paragraph.color--dark {
  color: #1b2126; }

.a--parallax-img {
  height: 23.75rem;
  margin: 0.5rem 0 1rem; }
  @media print, screen and (max-width: 44.99875em) {
    .a--parallax-img {
      height: 9.375rem;
      margin: 0 0 1rem; }
      .a--parallax-img .is-mobile {
        visibility: visible; }
      .a--parallax-img .parallax-box {
        content: '{"transform":{"value": "translateY(10px)","start": "translateY(-100px)"}}' !important;
        height: 14.375rem;
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px); }
        .a--parallax-img .parallax-box::before {
          content: '{"transform":{"value": "translateY(10px)","start": "translateY(-100px)"}}' !important;
          font-family: '{"transform":{"value": "translateY(10px)","start": "translateY(-100px)"}}' !important;
          visibility: hidden !important;
          display: block !important;
          height: 0 !important;
          width: 0;
          clear: both;
          overflow: hidden; } }
  @media print, screen and (max-width: 63.99875em) {
    .a--parallax-img {
      content: '{"name": "scrolly","from": "-101eh","to": "101vh","once":false,"childSel": "find(.parallax-box)","fixedSel": "find(.parallax-fixed)","setFixedWidth":false,"scrollContainer": ".is-offcanvas-viewport"}' !important; }
      .a--parallax-img::before {
        content: '{"name": "scrolly","from": "-101eh","to": "101vh","once":false,"childSel": "find(.parallax-box)","fixedSel": "find(.parallax-fixed)","setFixedWidth":false,"scrollContainer": ".is-offcanvas-viewport"}' !important;
        font-family: '{"name": "scrolly","from": "-101eh","to": "101vh","once":false,"childSel": "find(.parallax-box)","fixedSel": "find(.parallax-fixed)","setFixedWidth":false,"scrollContainer": ".is-offcanvas-viewport"}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; } }
  @media print, screen and (min-width: 64em) {
    .a--parallax-img {
      content: '{"name": "scrolly","from": "-101eh","to": "101vh","once":false,"childSel": "find(.parallax-box)","fixedSel": "find(.parallax-fixed)","setFixedWidth":false,"scrollContainer":false}' !important; }
      .a--parallax-img::before {
        content: '{"name": "scrolly","from": "-101eh","to": "101vh","once":false,"childSel": "find(.parallax-box)","fixedSel": "find(.parallax-fixed)","setFixedWidth":false,"scrollContainer":false}' !important;
        font-family: '{"name": "scrolly","from": "-101eh","to": "101vh","once":false,"childSel": "find(.parallax-box)","fixedSel": "find(.parallax-fixed)","setFixedWidth":false,"scrollContainer":false}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; } }
  @media print, screen and (min-width: 45em) and (max-width: 63.99875em) {
    .a--parallax-img .is-tablet {
      visibility: visible; }
    .a--parallax-img .parallax-box {
      content: '{"transform":{"value": "translateY(0)","start": "translateY(-160px)"}}' !important;
      height: 37.5rem;
      -webkit-transform: translateY(-160px);
              transform: translateY(-160px); }
      .a--parallax-img .parallax-box::before {
        content: '{"transform":{"value": "translateY(0)","start": "translateY(-160px)"}}' !important;
        font-family: '{"transform":{"value": "translateY(0)","start": "translateY(-160px)"}}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; } }
  @media print, screen and (min-width: 64em) {
    .a--parallax-img .is-desktop {
      visibility: visible; }
    .a--parallax-img .parallax-box {
      content: '{"transform":{"value": "translateY(0)","start": "translateY(-170px)"}}' !important;
      height: 36.25rem;
      -webkit-transform: translateY(-170px);
              transform: translateY(-170px); }
      .a--parallax-img .parallax-box::before {
        content: '{"transform":{"value": "translateY(0)","start": "translateY(-170px)"}}' !important;
        font-family: '{"transform":{"value": "translateY(0)","start": "translateY(-170px)"}}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; } }
  .a--parallax-img,
  .a--parallax-img .parallax-box {
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-backface-visibility: hidden;
    will-change: transform; }
  .a--parallax-img .parallax-box {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .a--parallax-img .artdirect {
    display: none; }

.a--post-source {
  margin-bottom: 0.625rem; }
  .a--post-source .source-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .a--post-source .source-part:first-child:not(:only-child):after {
    content: "|";
    margin: 0 0.5rem; }
  .a--post-source .logo {
    height: 1.25rem;
    width: auto;
    display: inline-block; }

_:-ms-fullscreen,
:root .a--post-source .logo {
  width: 100%; }

.a--preheadline {
  font-weight: normal;
  display: inline-block; }
  .a--preheadline.level-2 {
    margin-bottom: 0.3125rem;
    font-size: 0.875rem;
    line-height: 1.125rem; }
  .a--preheadline.level-4 {
    margin-bottom: 0.3125rem;
    font-size: 0.75rem;
    line-height: 1.125rem; }
  .a--preheadline.level-6 {
    margin-bottom: 0.3125rem;
    font-size: 0.75rem;
    line-height: 1.125rem; }

.a--subheadline.level-4 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25rem; }

.a--subheadline.level-7 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.125rem; }

.a--subheadline.level-8 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.125rem; }

.a--subheadline.color--white {
  color: #fefefe; }

.a--subheadline.color--red {
  color: #eb0a28; }

.a--subheadline.color--dark {
  color: #1b2126; }

.a--teaser-information .teaser-info.is-area {
  font-weight: 700;
  margin-bottom: 1rem; }

.a--teaser-information .teaser-info.is-small {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem; }

.accordion-header {
  padding: 1.25rem 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-weight: 500;
  text-align: left;
  color: #1b2126;
  background-color: #fefefe;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media print, screen and (min-width: 45em) {
    .accordion-header {
      padding: 1.25rem 1.5rem;
      font-size: 1.125rem; } }
  .accordion-header:first-child {
    border-top: 1px solid #dcddde; }
  .accordion-header .shorter {
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .accordion-header:hover {
    outline: none; }
  .accordion-header.is-keyboardfocus {
    outline-offset: -2px; }
  .accordion-header .toggle {
    color: #eb0a28; }
  .accordion-header[aria-expanded="true"] .toggle .toggle-down {
    display: none; }
  .accordion-header:not([aria-expanded="true"]) .toggle .toggle-up {
    display: none; }

.accordion-panel {
  border-bottom: 1px solid #dcddde; }
  .accordion-panel .content .inner-content {
    padding: 0 0 3rem; }
  .accordion-panel .content .text,
  .accordion-panel .content p:not(:last-child) {
    margin-bottom: 1rem;
    padding: 0;
    line-height: 1.25rem; }
  .accordion-panel .content .link:not(:last-child) {
    margin-bottom: 1rem; }
  .accordion-panel .content .source {
    margin-bottom: 0; }
  .accordion-panel .accordion .accordion-panel .panel-link .shorter {
    text-overflow: initial;
    white-space: normal; }
  @media print, screen and (min-width: 45em) {
    .accordion-panel .content .inner-content {
      padding: 0 1.5rem 0.5rem; }
    .accordion-panel .content .text,
    .accordion-panel .content p {
      margin-bottom: 1rem;
      line-height: 1.5rem; }
    .accordion-panel .content .link {
      margin-bottom: 0.5rem; }
    .accordion-panel .content .source {
      margin-top: 1rem; }
    .accordion-panel .content .text + .source {
      margin-top: 0; } }
  .accordion-panel:first-child {
    border-top: 1px solid #dcddde; }
  .accordion-panel .content {
    overflow: hidden;
    background-color: #fefefe;
    outline: none; }
    .accordion-panel .content:not(.is-open) {
      height: 0; }
    .accordion-panel .content .inner-content {
      overflow: hidden; }
    .accordion-panel .content .title {
      margin: 0 0 3rem 0;
      font-size: 1rem;
      font-weight: 700; }
    .accordion-panel .content .text {
      position: relative;
      outline: none; }
    .accordion-panel .content .show-overlay {
      top: 0;
      right: 0; }
    .accordion-panel .content .content-img {
      position: relative;
      z-index: 2;
      display: block;
      border-bottom: none;
      border-bottom: none !important;
      cursor: pointer; }
      .accordion-panel .content .content-img.is-right {
        float: right;
        width: 10rem;
        margin: 0.375rem 0 0.625rem 3rem; }
      .accordion-panel .content .content-img.is-left {
        float: left;
        width: 10rem;
        margin: 0.375rem 3rem 0.625rem 0; }
      .accordion-panel .content .content-img.is-center {
        width: 100%;
        margin-bottom: 1rem; }
      .accordion-panel .content .content-img img {
        width: 100%; }
    .accordion-panel .content .b-playerbox {
      margin-bottom: 1rem; }
    .accordion-panel .content .link {
      overflow: hidden;
      display: table;
      border: none;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.375rem;
      color: #34393F;
      border-bottom: 1px solid #eb0a28;
      -webkit-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      .accordion-panel .content .link:hover, .accordion-panel .content .link:focus {
        color: #eb0a28;
        border-bottom: 1px dotted #eb0a28; }
      .accordion-panel .content .link .download-type {
        font-family: "3satHurme", Arial, sans-serif; }
    .accordion-panel .content .icon-128_play:before {
      margin: 0;
      font-size: 1rem;
      line-height: 1.5rem; }
    .accordion-panel .content .source {
      display: block;
      width: 100%;
      font-size: 0.875rem; }

.accordion {
  content: '{"selectedIndex":0,"adjustScroll":60}' !important;
  margin: 0;
  padding: 0; }
  .accordion::before {
    content: '{"selectedIndex":0,"adjustScroll":60}' !important;
    font-family: '{"selectedIndex":0,"adjustScroll":60}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }

@media print, screen and (max-width: 44.99875em) {
  .m--air-date {
    margin-bottom: 0.25rem; } }

@media print, screen and (min-width: 45em) {
  .m--air-date {
    margin-bottom: 1rem; } }

.m--air-date:hover .isLink {
  text-decoration: underline; }

.m--air-date .date {
  width: 5rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  background-color: #fefefe;
  margin-right: 0.0625rem; }
  .m--air-date .date .dayname {
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1.0625rem; }
  .m--air-date .date .day {
    font-size: 1.5rem;
    line-height: 1.5rem; }
  .m--air-date .date .month {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    font-weight: 400; }

.m--air-date .time-and-title {
  background-color: #fefefe;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.0625rem; }
  .m--air-date .time-and-title .time {
    font-weight: 400; }
  .m--air-date .time-and-title .title {
    font-weight: 700;
    max-height: 2.125rem;
    overflow: hidden;
    display: block; }

.m--article-header {
  margin-top: 2.5rem; }
  .m--article-header .article-date {
    margin-top: 0.625rem;
    display: block; }

.m--banner-xl {
  position: relative;
  overflow: hidden; }
  @media print, screen and (max-width: 44.99875em) {
    .m--banner-xl .inner {
      margin: 3.75rem auto 1.875rem;
      height: 14.125rem; }
    .m--banner-xl .banner-xl-content {
      font-size: 1.75rem;
      line-height: 2.125rem; }
      .m--banner-xl .banner-xl-content .content-left {
        max-width: 13.75rem; }
        .m--banner-xl .banner-xl-content .content-left:first-letter {
          padding-left: 1.875rem; }
      .m--banner-xl .banner-xl-content .content-right .label {
        font-size: 1.75rem;
        line-height: 2.125rem; }
      .m--banner-xl .banner-xl-content .content-right .icon {
        font-size: 1.1875rem;
        margin-left: 0.625rem; } }
  @media print, screen and (max-width: 63.99875em) {
    .m--banner-xl {
      margin-top: 4rem; }
      .m--banner-xl .a--parallax-img .parallax-box {
        width: auto;
        height: 135%; }
      .m--banner-xl .banner-xl-content .content-left {
        top: 0;
        left: 1.25rem;
        max-width: 20rem;
        width: 100%;
        z-index: 1; }
      .m--banner-xl .banner-xl-content .content-right {
        right: 1.25rem;
        bottom: 0;
        max-width: 20rem;
        z-index: 1;
        text-align: right; } }
  @media print, screen and (min-width: 45em) and (max-width: 63.99875em) {
    .m--banner-xl .inner {
      margin-top: 1.875rem; } }
  @media print, screen and (min-width: 45em) {
    .m--banner-xl .inner {
      height: 23.75rem; }
    .m--banner-xl .banner-xl-content {
      font-size: 2.25rem;
      line-height: 2.25rem; }
      .m--banner-xl .banner-xl-content .content-left:first-letter {
        padding-left: 3.75rem; }
      .m--banner-xl .banner-xl-content .content-right {
        font-size: 2.25rem;
        line-height: 2.25rem; }
        .m--banner-xl .banner-xl-content .content-right .icon {
          font-size: 1.5rem;
          margin-left: 1rem; } }
  @media print, screen and (min-width: 64em) {
    .m--banner-xl {
      margin-top: 1.5rem;
      margin-bottom: -3rem; }
      .m--banner-xl .banner-xl-content {
        position: absolute;
        top: 50%;
        width: 100%;
        z-index: 1;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        .m--banner-xl .banner-xl-content .content-left {
          width: 30%;
          top: 50%;
          left: 45%;
          -webkit-transform: translate(-100%, -50%);
                  transform: translate(-100%, -50%); }
        .m--banner-xl .banner-xl-content .content-right {
          width: 30%;
          top: 50%;
          right: 38%;
          text-align: left;
          -webkit-transform: translate(100%, -50%);
                  transform: translate(100%, -50%); } }
  .m--banner-xl:hover .content-left,
  .m--banner-xl:hover .content-right .inner, .m--banner-xl:active .content-left,
  .m--banner-xl:active .content-right .inner, .m--banner-xl:focus .content-left,
  .m--banner-xl:focus .content-right .inner {
    text-decoration: underline; }
  .m--banner-xl .inner {
    overflow: hidden;
    position: relative;
    width: 100%; }
  .m--banner-xl .a--parallax-img {
    margin: 0 auto;
    height: 100%; }
  .m--banner-xl .banner-xl-stencil {
    position: absolute;
    top: -0.0625rem;
    left: 50%;
    width: 101%;
    height: 101%;
    z-index: 1;
    background-size: cover;
    background-position: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .m--banner-xl .banner-xl-content {
    font-weight: 700;
    color: #eb0a28; }
    .m--banner-xl .banner-xl-content.is-keyboardfocus {
      outline: none; }
      .m--banner-xl .banner-xl-content.is-keyboardfocus .content-left,
      .m--banner-xl .banner-xl-content.is-keyboardfocus .content-right .inner {
        text-decoration: underline; }
    .m--banner-xl .banner-xl-content .content-left {
      position: absolute;
      display: block; }
    .m--banner-xl .banner-xl-content .content-right {
      position: absolute; }

.m--breadcrumbs {
  background-color: #1b2126;
  color: #fefefe; }
  @media print, screen and (max-width: 44.99875em) {
    .m--breadcrumbs .breadcrumb-list {
      padding: 0.3125rem 0.625rem 0.3125rem 0;
      overflow-x: scroll;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-overflow-scrolling: touch; }
    .m--breadcrumbs .breadcrumb {
      line-height: 1rem;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media print, screen and (min-width: 45em) {
    .m--breadcrumbs .breadcrumb-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0.3125rem 0; }
    .m--breadcrumbs .breadcrumb {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .m--breadcrumbs .breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 1.875rem; }
  .m--breadcrumbs .breadcrumb {
    height: 1.25rem;
    font-size: 0.6875rem;
    line-height: 0.75rem; }
    .m--breadcrumbs .breadcrumb:last-child {
      pointer-events: none;
      color: #a5acaf; }
  .m--breadcrumbs .link {
    border-bottom: 1px solid transparent;
    color: inherit; }
    .m--breadcrumbs .link:hover, .m--breadcrumbs .link:focus {
      border-bottom: 1px solid #eb0a28; }
  .m--breadcrumbs [class^='icon-chevron-'] {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
    color: #eb0a28;
    font-size: 0.5rem;
    line-height: 0.75rem;
    border-bottom: 1px solid transparent; }

.m--content-module {
  color: #fefefe;
  background-color: #37424a; }
  @media print, screen and (max-width: 63.99875em) {
    .m--content-module .item-caption {
      padding: 1.25rem; } }
  @media screen and (min-width: 800px) {
    .m--content-module {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      position: relative; }
      .m--content-module .cell {
        width: 50%; } }
  @media screen and (min-width: 800px) and (max-width: 1024px) {
    .m--content-module .a--paragraph {
      display: none; } }
  @media print, screen and (min-width: 64em) {
    .m--content-module .item-caption {
      padding: 1.25rem 2.5rem; }
    .m--content-module .expand-btn:hover {
      opacity: .8; } }
  .m--content-module:hover .is-clickarea .a--headline, .m--content-module:focus:not(.is-keyboardfocus) .is-clickarea .a--headline {
    text-decoration: underline; }
  .m--content-module.is-white {
    color: #1b2126;
    background-color: #fefefe; }
  .m--content-module .cell {
    position: relative; }
  .m--content-module a {
    color: inherit; }
  .m--content-module .img-container {
    overflow: hidden;
    position: relative; }
  .m--content-module .item-caption {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%; }
    .m--content-module .item-caption .a--headline {
      position: relative;
      padding-right: 3.75rem; }
      .m--content-module .item-caption .a--headline .slide-number {
        position: absolute;
        right: 0;
        color: #a5acaf;
        font-weight: 400; }
    .m--content-module .item-caption .content-module-footer {
      display: inline-block;
      margin-top: auto; }
  .m--content-module .c--playlist-toggle {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5; }
  .m--content-module .expand-btn {
    top: 0;
    right: 0; }
    .m--content-module .expand-btn.is-disabled {
      display: none; }

.m--day-bar-item {
  width: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center; }
  @media print, screen and (min-width: 45em) {
    .m--day-bar-item.is-active .day-text {
      position: relative; }
      .m--day-bar-item.is-active .day-text:after {
        content: "";
        border-bottom: 4px solid #eb0a28;
        position: absolute;
        bottom: 0;
        left: 1.3125rem;
        right: 1.3125rem; } }
  @media print, screen and (min-width: 45em) {
    .m--day-bar-item {
      width: 5.625rem; } }
  .m--day-bar-item.is-active {
    pointer-events: none; }
  .m--day-bar-item .day-text {
    display: block;
    position: relative;
    padding-bottom: 0.625rem;
    color: #1b2126; }
    .m--day-bar-item .day-text .day {
      display: block;
      font-weight: 700;
      font-size: 0.875rem;
      line-height: 0.875rem;
      text-transform: uppercase; }
      .is-active.m--day-bar-item .day-text .day {
        color: #eb0a28; }
    .m--day-bar-item .day-text .number {
      display: block;
      font-size: 1.5rem;
      line-height: 1.8125rem;
      font-weight: 700; }
      .is-active.m--day-bar-item .day-text .number {
        color: #eb0a28; }
    .m--day-bar-item .day-text .month {
      display: block;
      font-weight: 400;
      font-size: 0.625rem;
      line-height: 0.625rem; }

.m--day-bar {
  height: 5rem;
  background: #fefefe;
  position: relative; }
  .m--day-bar .day-list {
    margin-top: 0.75rem; }
  @media print, screen and (min-width: 45em) {
    .m--day-bar {
      height: 6.25rem; }
      .m--day-bar .day-list {
        margin-top: 1.125rem;
        padding-top: 0.25rem; } }
  .m--day-bar .day-bar-scrollbox {
    position: relative;
    content: '{"scrollStep":240,"initialItem": ".m--day-bar-item.is-active","currentItemSelector": ".m--day-bar-item.is-active","currentItemModifier": "is-active","centerCurrentItem":true,"cellWidth":80,"duration":1000}' !important; }
    .m--day-bar .day-bar-scrollbox .day-list {
      width: 15rem; }
    .m--day-bar .day-bar-scrollbox::before {
      content: '{"scrollStep":240,"initialItem": ".m--day-bar-item.is-active","currentItemSelector": ".m--day-bar-item.is-active","currentItemModifier": "is-active","centerCurrentItem":true,"cellWidth":80,"duration":1000}' !important;
      font-family: '{"scrollStep":240,"initialItem": ".m--day-bar-item.is-active","currentItemSelector": ".m--day-bar-item.is-active","currentItemModifier": "is-active","centerCurrentItem":true,"cellWidth":80,"duration":1000}' !important;
      visibility: hidden !important;
      display: block !important;
      height: 0 !important;
      width: 0;
      clear: both;
      overflow: hidden; }
    @media print, screen and (min-width: 45em) {
      .m--day-bar .day-bar-scrollbox {
        content: '{"scrollStep":450,"initialItem": ".m--day-bar-item.is-active","currentItemSelector": ".m--day-bar-item.is-active","currentItemModifier": "is-active","centerCurrentItem":true,"cellWidth":90,"duration":1000}' !important; }
        .m--day-bar .day-bar-scrollbox .day-list {
          width: 28.125rem; }
        .m--day-bar .day-bar-scrollbox::before {
          content: '{"scrollStep":450,"initialItem": ".m--day-bar-item.is-active","currentItemSelector": ".m--day-bar-item.is-active","currentItemModifier": "is-active","centerCurrentItem":true,"cellWidth":90,"duration":1000}' !important;
          font-family: '{"scrollStep":450,"initialItem": ".m--day-bar-item.is-active","currentItemSelector": ".m--day-bar-item.is-active","currentItemModifier": "is-active","centerCurrentItem":true,"cellWidth":90,"duration":1000}' !important;
          visibility: hidden !important;
          display: block !important;
          height: 0 !important;
          width: 0;
          clear: both;
          overflow: hidden; } }
    @media print, screen and (min-width: 64em) {
      .m--day-bar .day-bar-scrollbox {
        content: '{"scrollStep":630,"initialItem": ".m--day-bar-item.is-active","currentItemSelector": ".m--day-bar-item.is-active","currentItemModifier": "is-active","centerCurrentItem":true,"cellWidth":90,"duration":1000}' !important; }
        .m--day-bar .day-bar-scrollbox .day-list {
          width: 39.375rem; }
        .m--day-bar .day-bar-scrollbox::before {
          content: '{"scrollStep":630,"initialItem": ".m--day-bar-item.is-active","currentItemSelector": ".m--day-bar-item.is-active","currentItemModifier": "is-active","centerCurrentItem":true,"cellWidth":90,"duration":1000}' !important;
          font-family: '{"scrollStep":630,"initialItem": ".m--day-bar-item.is-active","currentItemSelector": ".m--day-bar-item.is-active","currentItemModifier": "is-active","centerCurrentItem":true,"cellWidth":90,"duration":1000}' !important;
          visibility: hidden !important;
          display: block !important;
          height: 0 !important;
          width: 0;
          clear: both;
          overflow: hidden; } }
  .m--day-bar .day-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
    @media (pointer: coarse) {
      .m--day-bar .day-list {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch; } }
  .m--day-bar .day-arrow {
    font-size: 1.75rem;
    color: #eb0a28;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 2.5rem; }
    .m--day-bar .day-arrow:hover, .m--day-bar .day-arrow:focus:not(.is-keyboardfocus) {
      outline: none;
      color: #eb0a28; }
    .m--day-bar .day-arrow:disabled {
      color: #818a8f;
      pointer-events: none; }
  .m--day-bar .is-keyboardfocus {
    outline-color: #FFFF00; }

@media print, screen and (max-width: 63.99875em) {
  .m--partner-bar {
    text-align: center;
    border-top: 1px solid #fefefe;
    padding: 2.5rem 0 0.5rem; }
    .m--partner-bar .partner-bar-list {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.m--partner-bar .partner-bar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.m--partner-bar .partner-bar-item:not(:last-child):after {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #37424a;
  display: inline-block;
  margin-right: 0.3125rem; }

.m--partner-bar .partner-bar-link {
  color: #37424a;
  font-size: 1.25rem;
  font-weight: 500; }
  @media print, screen and (min-width: 64em) {
    .m--partner-bar .partner-bar-link {
      font-size: 1rem; } }
  @media screen and (min-width: 75em) {
    .m--partner-bar .partner-bar-link {
      font-size: 1.25rem; } }
  .m--partner-bar .partner-bar-link:hover {
    text-decoration: underline; }

.post-citation .citation {
  font-size: 1.625rem;
  line-height: normal; }
  .post-citation .citation:before {
    width: 2.75rem;
    height: 2.0625rem; }

@media print, screen and (min-width: 45em) {
  .post-citation .grid-x.is-left {
    display: block; }
    .post-citation .grid-x.is-left .cell {
      float: left; }
    .post-citation .grid-x.is-left .citation {
      text-align: right;
      margin-right: 1.25rem; }
      .post-citation .grid-x.is-left .citation:before {
        top: inherit;
        bottom: 0; }
  .post-citation .grid-x.is-right {
    display: block; }
    .post-citation .grid-x.is-right .cell {
      float: right; }
    .post-citation .grid-x.is-right .citation {
      margin-left: 1.25rem; }
  .post-citation .citation {
    font-size: 1.75rem;
    line-height: normal; }
    .post-citation .citation:before {
      width: 3.4375rem;
      height: 2.75rem; } }

.post-citation .citation {
  color: #eb0a28;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  padding-left: 4.375rem;
  margin-bottom: 0.625rem; }
  .post-citation .citation:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5rem;
    background-size: contain; }

.post-citation .citation-author {
  display: block;
  margin: 0.5rem 0 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem; }

@media print, screen and (max-width: 44.99875em) {
  .m--post-header {
    margin-top: 1.875rem; } }

@media print, screen and (min-width: 45em) {
  .m--post-header {
    margin-top: 4rem; } }

@media print, screen and (max-width: 44.99875em) {
  .post-paragraph-image {
    margin: 0 0 24px; }
    .post-paragraph-image.is-left, .post-paragraph-image.is-right {
      margin: 0 0 24px; }
      .post-paragraph-image.is-left .is-flex-m, .post-paragraph-image.is-right .is-flex-m {
        visibility: visible; }
    .post-paragraph-image.is-center:not(:first-child) {
      margin: -8px 0 24px; }
    .post-paragraph-image.is-center .is-flex-m {
      visibility: visible; } }

@media print, screen and (min-width: 45em) {
  .post-paragraph-image {
    margin: -4px 0 24px; }
    .post-paragraph-image.is-left {
      float: left;
      width: 20rem;
      margin: 0.25rem 0.625rem 0.625rem 0; }
      .post-paragraph-image.is-left .is-flex-s {
        visibility: visible; }
    .post-paragraph-image.is-right {
      float: right;
      width: 20rem;
      margin: 0.25rem 0 0.625rem 0.625rem; }
      .post-paragraph-image.is-right .is-flex-s {
        visibility: visible; }
    .post-paragraph-image.is-center {
      margin: 0 0 1rem; }
      .post-paragraph-image.is-center .is-flex-l {
        visibility: visible; } }

.post-paragraph-image img {
  width: 100%; }

.post-paragraph-image figcaption {
  padding: 10px;
  background-color: #f2f4f6; }
  .post-paragraph-image figcaption small {
    display: block; }

.m--related-content-item {
  overflow: hidden;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-width: 18.125rem;
  margin-right: 1.5rem; }
  .m--related-content-item .ratio-wrap {
    overflow: hidden; }
  .m--related-content-item .zoom-image,
  .m--related-content-item .preview-image {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .m--related-content-item:hover .zoom-image,
  .m--related-content-item:hover .preview-image, .m--related-content-item:active .zoom-image,
  .m--related-content-item:active .preview-image, .m--related-content-item:focus .zoom-image,
  .m--related-content-item:focus .preview-image {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05); }
  .m--related-content-item:hover .clickarea-link, .m--related-content-item:active .clickarea-link, .m--related-content-item:focus .clickarea-link {
    text-decoration: underline; }
  .m--related-content-item .clickarea-link.is-keyboardfocus {
    text-decoration: underline; }
  .m--related-content-item .image-wrapper {
    position: relative;
    width: 5.625rem;
    height: 5.625rem;
    overflow: hidden;
    float: left;
    margin-right: 0.75rem; }
    .m--related-content-item .image-wrapper .icon-icon-topic {
      position: absolute;
      top: 0.5rem;
      left: 0.5rem;
      display: block;
      width: 1.5rem;
      height: 1.5rem;
      font-size: 1.5rem;
      color: #fefefe;
      z-index: 1; }
  .m--related-content-item .clickarea-link {
    color: #1b2126; }

.m--settings {
  width: 100%;
  padding: 10px 24px;
  margin-bottom: 0.5rem;
  background-color: #f2f4f6;
  font-size: 0.875rem;
  font-weight: 500;
  color: #37424a; }
  .m--settings .setting-label {
    margin-right: 0.625rem; }

.m--social-bar {
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  @media print, screen and (max-width: 63.99875em) {
    .m--social-bar {
      margin-top: 1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .m--social-bar {
      margin-top: 1.875rem; } }
  .m--social-bar .social-bar-title {
    color: #818a8f;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 0.875rem;
    margin-right: 0.3125rem; }
  .m--social-bar .social-bar-link {
    padding: 0 0.625rem;
    color: inherit; }
    .m--social-bar .social-bar-link [class^="icon-"] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .m--social-bar .social-bar-link.icon-embed:before {
      font-size: 15px; }

.m--table {
  overflow: hidden;
  width: 100%; }
  @media print, screen and (max-width: 44.99875em) {
    .m--table {
      margin: 0 0 1.5rem; }
      .m--table caption {
        margin: 0.9375rem 0 0.5rem;
        font-size: 1.25rem;
        line-height: 1.4375rem; } }
  @media print, screen and (min-width: 45em) {
    .m--table {
      margin: 0 0 2rem; }
      .m--table caption {
        margin: 1.25rem 1.5rem 0;
        font-size: 1.5rem;
        line-height: 1.6875rem; } }
  .m--table .inner {
    overflow: auto; }
  .m--table table {
    min-width: 100%;
    border-spacing: 0; }
    .m--table table caption {
      font-weight: 700;
      text-align: left;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .m--table table tr th {
      padding: 0 1rem 0.5rem;
      font-family: Arial, sans-serif;
      font-weight: 700;
      text-align: left;
      white-space: nowrap;
      vertical-align: top; }
    .m--table table tr td {
      padding: 0.5rem 1rem;
      text-align: left;
      vertical-align: top; }
    .m--table table tr th.align-left,
    .m--table table tr td.align-left {
      text-align: left; }
    .m--table table tr th.align-center,
    .m--table table tr td.align-center {
      text-align: center; }
    .m--table table tr th.align-right,
    .m--table table tr td.align-right {
      text-align: right; }
    .m--table table tr:nth-child(odd) td {
      background: #dcddde; }
    .m--table table a {
      color: #1b2126;
      border-bottom: 1px solid #eb0a28;
      -webkit-backface-visibility: hidden;
      -webkit-transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
      transition: border 0.3s ease-in-out, color 0.3s ease-in-out; }
      .m--table table a:hover, .m--table table a:focus {
        border-bottom: 1px dotted #eb0a28;
        color: #eb0a28;
        text-decoration: none; }
      .m--table table a:visited {
        border-bottom: 1px solid #818a8f;
        color: #818a8f;
        -webkit-transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
        transition: border 0.3s ease-in-out, color 0.3s ease-in-out; }
        .m--table table a:visited:hover, .m--table table a:visited:focus {
          border-bottom: 1px dotted #eb0a28;
          color: #eb0a28; }

.m--teaser-brand {
  overflow: hidden;
  background-color: #1b2126; }
  @media print, screen and (max-width: 44.99875em) {
    .m--teaser-brand .teaser-brand-header-logo {
      max-width: 11.25rem;
      margin: 1.25rem 0 0 0.8125rem; }
    .m--teaser-brand .hide-for-medium .a--headline {
      margin: 1.25rem 0.625rem 0.625rem;
      display: inline-block; }
    .m--teaser-brand .teaser-brand-image {
      width: 10rem;
      height: 5.625rem; }
    .m--teaser-brand .teaser-brand-content-wrap {
      padding: 0 1.25rem 0.9375rem 0.9375rem;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .m--teaser-brand .teaser-brand-content-wrap :nth-child(2) {
        padding-bottom: 8px; }
    .m--teaser-brand .teaser-brand-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-overflow: ellipsis;
      word-wrap: break-word;
      overflow: hidden;
      max-height: 5.3em;
      line-height: 3.6em;
      margin-bottom: 2.625rem; } }
  @media print, screen and (min-width: 45em) {
    .m--teaser-brand {
      margin-top: 0.625rem; }
      .m--teaser-brand .category-title {
        min-height: 4.375rem; }
      .m--teaser-brand .teaser-brand-content-wrap {
        min-height: 17.375rem;
        padding: 1.875rem 1.5rem 1.25rem; }
      .m--teaser-brand .teaser-brand-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 11.25rem; }
      .m--teaser-brand .teaser-brand-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow: hidden;
        max-height: 4.3em;
        line-height: 2.6em;
        margin-bottom: 2.625rem; } }
  .m--teaser-brand .ratio-wrap {
    overflow: hidden; }
  .m--teaser-brand .zoom-image,
  .m--teaser-brand .preview-image {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .m--teaser-brand:hover .zoom-image,
  .m--teaser-brand:hover .preview-image, .m--teaser-brand:active .zoom-image,
  .m--teaser-brand:active .preview-image, .m--teaser-brand:focus .zoom-image,
  .m--teaser-brand:focus .preview-image {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05); }
  .m--teaser-brand:hover .clickarea-link, .m--teaser-brand:active .clickarea-link, .m--teaser-brand:focus .clickarea-link {
    text-decoration: underline; }
  .m--teaser-brand .clickarea-link.is-keyboardfocus {
    text-decoration: underline; }
  .m--teaser-brand:hover .teaser-brand-header-logo .preview-image, .m--teaser-brand:focus .teaser-brand-header-logo .preview-image {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  .m--teaser-brand .teaser-brand-header-logo {
    display: block; }
    .m--teaser-brand .teaser-brand-header-logo img {
      height: auto;
      width: 100%;
      max-height: 100%; }
  .m--teaser-brand .teaser-brand-image-wrap {
    overflow: hidden; }
  .m--teaser-brand .artdirect .is-flex-m {
    visibility: visible; }
  .m--teaser-brand .teaser-brand-content-wrap {
    color: #fefefe; }
  .m--teaser-brand .clickarea-link {
    color: #fefefe; }
  .m--teaser-brand .play-time {
    font-weight: 400;
    color: #CCCCCC; }

.m--teaser-epg {
  position: relative;
  background-color: #fefefe; }
  @media print, screen and (max-width: 44.99875em) {
    .m--teaser-epg .epg-label {
      height: 7.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0.625rem 0.875rem 0 7.5625rem;
      position: relative; }
    .m--teaser-epg .teaser-epg-content .inner {
      padding: 1.25rem 0.9375rem;
      overflow: hidden; }
    .m--teaser-epg .ratio-wrap {
      width: 107px;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
      .m--teaser-epg .ratio-wrap > .b-ratiobox {
        padding-bottom: 112.5%; }
      .m--teaser-epg .ratio-wrap .is-8-9 {
        visibility: visible; }
      .m--teaser-epg .ratio-wrap .is-16-9 {
        visibility: hidden; }
    .m--teaser-epg .c--playlist-toggle {
      position: absolute;
      top: 6rem;
      right: calc(100% - 107px); }
    .m--teaser-epg .a--headline {
      position: absolute;
      top: 0.75rem;
      padding-right: 2.5rem; }
    .m--teaser-epg .a--labeled-icon {
      position: absolute;
      bottom: 0;
      right: 0.875rem; }
    .m--teaser-epg .time {
      position: absolute;
      bottom: 0;
      font-size: 1.125rem; }
    .m--teaser-epg .toggle {
      top: 0.75rem;
      right: 0.875rem; }
    .m--teaser-epg .button {
      margin-top: 0.9375rem;
      float: right; } }
  @media print, screen and (min-width: 45em) {
    .m--teaser-epg {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .m--teaser-epg:not(.is-live) .epg-label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
      .m--teaser-epg .ratio-wrap {
        width: 8.875rem; }
        .m--teaser-epg .ratio-wrap .is-8-9 {
          visibility: hidden; }
        .m--teaser-epg .ratio-wrap .is-16-9 {
          visibility: visible; }
      .m--teaser-epg .epg-header-info {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      .m--teaser-epg .time {
        margin: 1rem 2.5rem;
        font-size: 1.5rem;
        width: 3.75rem; }
      .m--teaser-epg .a--headline {
        margin-top: 1rem;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .m--teaser-epg .epg-header-info {
        width: 8.75rem;
        margin: 0 5rem 0.375rem 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
        .m--teaser-epg .epg-header-info .a--preheadline {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          -o-text-overflow: ellipsis;
          margin-bottom: 0; }
      .m--teaser-epg .c--playlist-toggle {
        position: absolute;
        top: 3.5rem;
        right: calc(100% - 142px); }
      .m--teaser-epg .toggle {
        top: 1.75rem;
        right: 2rem; }
      .m--teaser-epg .teaser-epg-content .inner {
        padding: 0.625rem 0 2rem 11.25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .m--teaser-epg .teaser-epg-content .content-cell {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        position: relative;
        margin-right: 3.75rem; }
        .m--teaser-epg .teaser-epg-content .content-cell .button {
          margin-top: 1.5625rem; }
        .m--teaser-epg .teaser-epg-content .content-cell .icon-calendar {
          position: absolute;
          right: 0;
          bottom: 0;
          color: #eb0a28;
          font-size: 2rem; }
      .m--teaser-epg .teaser-epg-content .info-cell {
        width: 13.75rem; } }
  .show-vod-only .m--teaser-epg:not(.is-video) {
    display: none !important; }
  .m--teaser-epg.is-running {
    display: none !important; }
  .m--teaser-epg:not(:last-child) {
    margin-bottom: 0.25rem; }
  .m--teaser-epg.is-live {
    background-color: #1b2126;
    color: #fefefe; }
    .m--teaser-epg.is-live.is-sticky .ratio-wrap {
      width: 13.75rem;
      margin-right: 1.5rem; }
    .m--teaser-epg.is-live.is-sticky .a--labeled-icon-opaque,
    .m--teaser-epg.is-live.is-sticky .toggle,
    .m--teaser-epg.is-live.is-sticky .epg-header-info {
      display: none; }
    .m--teaser-epg.is-live.is-sticky .a--marker {
      position: absolute;
      left: 15.25rem; }
    .m--teaser-epg.is-live.is-sticky .a--headline {
      font-size: 1.5rem;
      line-height: 1.875rem;
      margin-top: 1.5rem; }
    .m--teaser-epg.is-live.is-sticky .time {
      font-weight: 700;
      margin: 0;
      position: absolute;
      left: 15.25rem;
      bottom: 0.75rem;
      font-size: 0.875rem;
      line-height: 1.125rem; }
  .m--teaser-epg .epg-input.is-keyboardfocus + .epg-label {
    outline: 2px solid #eb0a28;
    outline-offset: -2px; }
  .m--teaser-epg .epg-label {
    cursor: pointer;
    text-align: left;
    width: 100%;
    line-height: inherit; }
    .m--teaser-epg .epg-label.is-keyboardfocus {
      outline: 2px solid red; }
  .m--teaser-epg .toggle {
    position: absolute;
    font-size: 1.25rem;
    color: #eb0a28; }
  .m--teaser-epg .toggle-up {
    display: none; }
  .m--teaser-epg .teaser-epg-content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s; }
  .m--teaser-epg.extended .teaser-epg-content {
    max-height: 100vh; }
  .m--teaser-epg.extended .toggle-down {
    display: none; }
  .m--teaser-epg.extended .toggle-up {
    display: block; }
  .m--teaser-epg .a--attribute-list {
    margin-top: 0.5rem; }

.m--teaser-live {
  content: '{"liveTeaserScrollOffset":212}' !important;
  position: relative;
  overflow: hidden;
  background-color: #1b2126;
  color: #fefefe;
  outline: none; }
  .m--teaser-live::before {
    content: '{"liveTeaserScrollOffset":212}' !important;
    font-family: '{"liveTeaserScrollOffset":212}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  @media print, screen and (max-width: 44.99875em) {
    .m--teaser-live .teaser-live-content {
      padding: 0.75rem 1.5rem 1.5rem; }
      .m--teaser-live .teaser-live-content .a--marker {
        left: 0;
        top: 0.75rem; }
      .m--teaser-live .teaser-live-content .a--preheadline {
        position: absolute;
        right: 1.5rem;
        top: 1.5rem; }
      .m--teaser-live .teaser-live-content .time {
        font-size: 1.125rem;
        line-height: 1.375rem;
        margin-left: 2.875rem; }
      .m--teaser-live .teaser-live-content .a--headline {
        margin: 1.5rem 0 0.5rem; }
      .m--teaser-live .teaser-live-content .m--tags {
        display: none; } }
  @media print, screen and (min-width: 45em) and (max-width: 63.99875em) {
    .m--teaser-live .teaser-epg-text {
      display: none; } }
  @media print, screen and (min-width: 45em) {
    .m--teaser-live .teaser-live-content {
      padding: 1.5rem 1.5rem 0.75rem; }
      .m--teaser-live .teaser-live-content .a--marker {
        top: 0;
        left: 1.5rem; } }
  @media print, screen and (min-width: 64em) {
    .m--teaser-live .teaser-epg-text {
      max-height: 4.5rem;
      overflow: hidden;
      margin-bottom: 0.9375rem; } }
  .m--teaser-live:not(:last-child) {
    margin-bottom: 0.25rem; }
  .m--teaser-live .ratio-wrap {
    position: relative; }
  .m--teaser-live .teaser-live-content {
    position: relative; }
    .m--teaser-live .teaser-live-content .a--marker {
      position: absolute; }
  .m--teaser-live .live-post-btn {
    float: right; }
  .m--teaser-live .progress-bar {
    height: 8px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 4; }
    .m--teaser-live .progress-bar .progress {
      width: 0%;
      height: 8px;
      background-color: #eb0a28;
      -webkit-transition: all 5s;
      transition: all 5s; }

.m--teaser-playlist {
  overflow: hidden;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem; }
  .m--teaser-playlist .ratio-wrap {
    overflow: hidden; }
  .m--teaser-playlist .zoom-image,
  .m--teaser-playlist .preview-image {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .m--teaser-playlist:hover .zoom-image,
  .m--teaser-playlist:hover .preview-image, .m--teaser-playlist:active .zoom-image,
  .m--teaser-playlist:active .preview-image, .m--teaser-playlist:focus .zoom-image,
  .m--teaser-playlist:focus .preview-image {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05); }
  .m--teaser-playlist:hover .clickarea-link, .m--teaser-playlist:active .clickarea-link, .m--teaser-playlist:focus .clickarea-link {
    text-decoration: underline; }
  .m--teaser-playlist .clickarea-link.is-keyboardfocus {
    text-decoration: underline; }
  .m--teaser-playlist.is-not-available {
    color: #a5acaf; }
  .m--teaser-playlist .teaser-display {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0.25rem; }
    .is-placeholder.m--teaser-playlist .teaser-display {
      background-color: #f2f4f6;
      height: 11.25rem;
      font-weight: 500;
      font-size: 0.875rem;
      line-height: 1.3;
      padding: 1rem; }
    .m--teaser-playlist .teaser-display a {
      display: block; }
  .m--teaser-playlist.m-hide-teaser {
    opacity: 0; }
  .m--teaser-playlist .delete-control {
    padding: 0.625rem;
    color: #818a8f;
    min-width: 2.5rem; }
    .m--teaser-playlist .delete-control [class^='icon-'] {
      cursor: pointer;
      font-size: 1.25rem; }
    .m--teaser-playlist .delete-control.is-keyboardfocus {
      outline: none; }
      .m--teaser-playlist .delete-control.is-keyboardfocus [class^='icon-'] {
        outline: 2px solid #eb0a28;
        outline-offset: 2px; }
  .m--teaser-playlist .ratio-wrap {
    position: relative;
    background-color: #a5acaf; }
  .m--teaser-playlist .icon-bar {
    position: absolute;
    bottom: 0;
    right: 0; }
  .m--teaser-playlist .is-not-available-notification {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.88);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 1.25rem; }
    .m--teaser-playlist .is-not-available-notification [class^='icon-'] {
      font-size: 30px;
      margin-bottom: 0.5rem;
      color: #1b2126; }
    .m--teaser-playlist .is-not-available-notification .label {
      font-family: "3satHurme", Arial, sans-serif;
      font-weight: 700;
      font-size: 0.625rem;
      line-height: 1.5;
      color: #1b2126; }
  .m--teaser-playlist .box {
    padding: 0.375rem 0 0 0; }

@media screen and (max-width: 800px) {
  .m--teaser-program {
    margin-top: 3rem;
    padding: 0; }
    .m--teaser-program .teaser-program-inner {
      padding: 3rem 1rem; }
      .m--teaser-program .teaser-program-inner .teaser-program-label {
        top: 1rem;
        left: 0; }
    .m--teaser-program .teaser-program-link-wrap {
      background-image: none !important; }
      .m--teaser-program .teaser-program-link-wrap .teaser-program-link {
        padding: 1.5rem 1rem;
        display: block; }
    .m--teaser-program .teaser-program-player {
      content: '{"currentSize": "big"}' !important; }
      .m--teaser-program .teaser-program-player::before {
        content: '{"currentSize": "big"}' !important;
        font-family: '{"currentSize": "big"}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; }
    .m--teaser-program > .a--headline {
      padding: 0 1rem; }
    .m--teaser-program .a--headline .time {
      position: absolute;
      top: 0.8125rem;
      left: 6.5625rem; } }

@media screen and (min-width: 800px) {
  .m--teaser-program {
    margin-top: 4rem; }
    .m--teaser-program .teaser-program-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .m--teaser-program .teaser-program-player {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 13.75rem;
      content: '{"currentSize": "small"}' !important; }
      .m--teaser-program .teaser-program-player::before {
        content: '{"currentSize": "small"}' !important;
        font-family: '{"currentSize": "small"}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; }
    .m--teaser-program .teaser-program-inner {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 1.5rem; }
      .m--teaser-program .teaser-program-inner .teaser-program-label {
        top: 0;
        left: 1.5rem; }
    .m--teaser-program .teaser-program-link-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 15.625rem;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      background-size: auto 115%;
      background-position: top -1px right -50px; }
      .m--teaser-program .teaser-program-link-wrap .teaser-program-link {
        padding: 1.5rem 4rem 1.5rem 1.5rem; } }

.m--teaser-program .teaser-program-content {
  background-color: #1b2126; }

.m--teaser-program .teaser-program-inner {
  position: relative; }
  .m--teaser-program .teaser-program-inner:hover .is-clickarea-action, .m--teaser-program .teaser-program-inner:focus .is-clickarea-action {
    color: #fefefe;
    text-decoration: underline; }
  .m--teaser-program .teaser-program-inner .teaser-program-label {
    position: absolute; }

.m--teaser-program .teaser-program-link-wrap {
  background-color: #1b2126; }
  .m--teaser-program .teaser-program-link-wrap .teaser-program-link {
    font-size: 1rem;
    line-height: 1.375rem;
    color: #fefefe;
    font-weight: 500; }
    .m--teaser-program .teaser-program-link-wrap .teaser-program-link:hover, .m--teaser-program .teaser-program-link-wrap .teaser-program-link:focus {
      color: #fefefe;
      text-decoration: underline; }
    .m--teaser-program .teaser-program-link-wrap .teaser-program-link .icon {
      position: relative; }
      .m--teaser-program .teaser-program-link-wrap .teaser-program-link .icon:before {
        position: absolute;
        top: 0.0625rem;
        left: 0.1875rem; }

.m--teaser-program .teaser-program-player.no-fullscreen-btn .zdfplayer-fullscreen_enter {
  display: none !important; }

.m--teaser-program .a--headline .time {
  font-weight: 300; }

.m--teaser-small {
  /** panel padding logic */
  padding: 0 0.625rem;
  /** end panel padding logic */
  overflow: hidden;
  position: relative;
  display: block;
  height: 100%;
  margin: 0;
  white-space: normal;
  outline: none;
  -webkit-transition: -webkit-transform 800ms ease;
  transition: -webkit-transform 800ms ease;
  transition: transform 800ms ease;
  transition: transform 800ms ease, -webkit-transform 800ms ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  /** info layer is not visible */
  /** info layer is visible */ }
  @media print, screen and (max-width: 44.99875em) {
    .m--teaser-small.is-responsive {
      padding: 0; } }
  .is-left .m--teaser-small {
    padding-left: 0;
    border-left: none;
    border-right: 1px solid #dcddde; }
  .is-right .m--teaser-small {
    padding-right: 0;
    border-right: none;
    border-left: 1px solid #dcddde; }
  @media print, screen and (max-width: 44.99875em) {
    .search-highlights .m--teaser-small:not(.is-topic) .a--paragraph {
      display: none; }
    .m--teaser-small.is-responsive {
      width: 100%;
      height: 7.5rem;
      margin-top: 0.25rem;
      /* TODO remove dependency to o--post-long, instread set a modifier from within the template **/ }
      .m--teaser-small.is-responsive .panel {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        background-color: #fefefe; }
      .m--teaser-small.is-responsive .ratio-wrap {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        overflow: hidden;
        top: 0;
        left: 0;
        width: 6.6875rem;
        height: 7.5rem; }
        .m--teaser-small.is-responsive .ratio-wrap > .b-ratiobox {
          padding-bottom: 112.5%; }
        .m--teaser-small.is-responsive .ratio-wrap .is-8-9 {
          visibility: visible; }
        .m--teaser-small.is-responsive .ratio-wrap .is-16-9 {
          visibility: hidden; }
      .m--teaser-small.is-responsive .box {
        width: calc(100% - 107px); }
      .m--teaser-small.is-responsive .teaser-cat {
        margin-bottom: 0.3125rem; }
      .m--teaser-small.is-responsive .a--labeled-icon {
        position: absolute;
        right: 0.625rem;
        bottom: 0.625rem;
        white-space: nowrap; }
      .m--teaser-small.is-responsive .a--subheadline {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-right: 7.8125rem;
        position: absolute;
        bottom: 0.625rem; }
      .m--teaser-small.is-responsive .icon-icon-topic,
      .m--teaser-small.is-responsive .info-btn,
      .m--teaser-small.is-responsive .teaser-detail-info {
        overflow: hidden;
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        border: 0;
        padding: 0;
        clip: rect(0 0 0 0); }
      .o--post-long .is-left .m--teaser-small.is-responsive,
      .o--post-long .is-right .m--teaser-small.is-responsive {
        border-left: none;
        border-right: none; } }
  @media print, screen and (min-width: 45em) {
    .m--teaser-small.is-responsive .info-btn {
      right: 1.25rem; }
    .m--teaser-small.is-responsive .a--labeled-icon {
      left: 1.625rem; }
    .b-content-teaser-item .m--teaser-small.is-responsive.has-nofoot.is-topic .box {
      padding-bottom: 1rem; }
    .m--teaser-small.is-responsive .teaser-foot {
      padding: 0 1rem; }
    .b-content-teaser-item .m--teaser-small .box.has-overline {
      padding: 0.625rem 1rem 5rem; }
    .b-content-teaser-item .m--teaser-small .box:not(.has-overline) {
      padding: 2.375rem 1rem 5rem; }
    .b-content-teaser-item .m--teaser-small .a--subheadline {
      position: absolute;
      bottom: 2.75rem; }
    .o--post-long .m--teaser-small .panel {
      margin-top: 0.25rem; } }
  .m--teaser-small .ratio-wrap {
    overflow: hidden; }
  .m--teaser-small .zoom-image,
  .m--teaser-small .preview-image {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .m--teaser-small:hover .zoom-image,
  .m--teaser-small:hover .preview-image, .m--teaser-small:active .zoom-image,
  .m--teaser-small:active .preview-image, .m--teaser-small:focus .zoom-image,
  .m--teaser-small:focus .preview-image {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05); }
  .m--teaser-small:hover .clickarea-link, .m--teaser-small:active .clickarea-link, .m--teaser-small:focus .clickarea-link {
    text-decoration: underline; }
  .m--teaser-small .clickarea-link.is-keyboardfocus {
    text-decoration: underline; }
  .m--teaser-small:not(.is-responsive) .a--headline {
    min-height: 5.1875rem;
    max-height: 5.1875rem;
    overflow: hidden; }
  .m--teaser-small:not(.is-responsive) .has-overline .a--headline {
    min-height: 6.625rem;
    max-height: 6.625rem; }
  .m--teaser-small.is-topic .panel {
    background-color: #1b2126; }
  .m--teaser-small.is-topic .teaser-brand-header-logo .preview-image {
    -webkit-transform: scale(1, 1) !important;
            transform: scale(1, 1) !important;
    width: 66.66666%; }
  .m--teaser-small.is-topic .teaser-title-link {
    color: #fefefe; }
  .m--teaser-small.is-topic .info-btn {
    display: none; }
  .m--teaser-small.is-keyboardfocus {
    outline: none; }
    .m--teaser-small.is-keyboardfocus .panel {
      border: 2px solid #eb0a28; }
  .m--teaser-small .panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    background-color: #fefefe; }
    .o--post-long .m--teaser-small .panel {
      background-color: #f2f4f6; }
  .m--teaser-small .teaser-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0.625rem;
    margin-bottom: 0.625rem; }
    .m--teaser-small .teaser-foot .info-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto;
      font-size: 1.25rem;
      width: 1.5rem;
      height: 1.5rem;
      line-height: 1.625rem;
      cursor: pointer;
      text-align: center;
      color: #1b2126; }
      .m--teaser-small .teaser-foot .info-btn .icon-icon-info {
        width: 1.5rem; }
  .m--teaser-small .ratio-wrap {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .m--teaser-small .image-teaser {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  .m--teaser-small .artdirect .is-8-9 {
    visibility: hidden; }
  .m--teaser-small .artdirect .is-16-9 {
    visibility: visible; }
  .m--teaser-small .box {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .m--teaser-small .box.has-overline {
      padding: 0.625rem; }
    .m--teaser-small .box:not(.has-overline) {
      padding: 2.0625rem 0.625rem 0.625rem; }
  .m--teaser-small .teaser-title-link {
    color: #1b2126;
    display: block; }
    .m--teaser-small .teaser-title-link.is-keyboardfocus {
      text-decoration: underline; }
  .m--teaser-small .teaser-cat {
    display: block;
    margin-bottom: 0.625rem; }
  .m--teaser-small .info-tags {
    position: absolute;
    bottom: 0.625rem;
    left: 0.625rem; }
    .m--teaser-small .info-tags .attribute-list-title {
      overflow: hidden;
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      border: 0;
      padding: 0;
      clip: rect(0 0 0 0); }
  .m--teaser-small.is-placeholder.lazyload, .m--teaser-small.is-placeholder.lazyloading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20rem;
    height: 22.5rem; }
  .m--teaser-small.is-placeholder.lazyloading .loader {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -webkit-animation: load3 1.4s infinite linear;
            animation: load3 1.4s infinite linear; }
  .m--teaser-small.is-placeholder .loader {
    top: 50%;
    left: 50%;
    width: 2rem;
    height: 2rem;
    margin: -0.5rem 0 -0.5rem;
    background: #E8E8E8;
    background: -webkit-linear-gradient(left, #fefefe 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #fefefe 10%, rgba(255, 255, 255, 0) 42%); }
    .m--teaser-small.is-placeholder .loader:before {
      background: #E8E8E8; }
    .m--teaser-small.is-placeholder .loader:after {
      background: #25292E; }
  .m--teaser-small.is-hidden-teaser {
    opacity: 0;
    visibility: hidden;
    margin-right: -20rem;
    margin-bottom: -7.5rem;
    -webkit-transition: visibility 400ms, margin-right 400ms ease-in-out, margin-bottom 400ms ease-in-out, opacity 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
    transition: visibility 400ms, margin-right 400ms ease-in-out, margin-bottom 400ms ease-in-out, opacity 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
    transition: visibility 400ms, transform 400ms ease-in-out, margin-right 400ms ease-in-out, margin-bottom 400ms ease-in-out, opacity 400ms ease-in-out;
    transition: visibility 400ms, transform 400ms ease-in-out, margin-right 400ms ease-in-out, margin-bottom 400ms ease-in-out, opacity 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  .m--teaser-small:not([aria-expanded="true"]) .info-panel .b-ratiobox {
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-property: padding-bottom;
    transition-property: padding-bottom;
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }
  .m--teaser-small:not([aria-expanded="true"]) .info-panel .info-panel-content-inner {
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    -webkit-transition-duration: 350ms;
            transition-duration: 350ms;
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
    visibility: hidden; }
  .m--teaser-small[aria-expanded=true] .info-panel .b-ratiobox {
    padding: 0 0 28% 0;
    -webkit-transition-duration: 290ms;
            transition-duration: 290ms;
    -webkit-transition-property: padding-bottom;
    transition-property: padding-bottom;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-delay: 350ms;
            transition-delay: 350ms; }
  .m--teaser-small[aria-expanded=true] .info-panel .info-panel-content-inner {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 350ms;
            transition-duration: 350ms;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear; }
  .m--teaser-small.is-responsive .info-panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    @media print, screen and (min-width: 45em) {
      .m--teaser-small.is-responsive .info-panel {
        position: absolute;
        top: 0;
        left: 10px;
        right: 10px;
        bottom: 0; }
        .is-left .m--teaser-small.is-responsive .info-panel {
          position: absolute;
          top: 0;
          left: 0;
          right: 10px;
          bottom: 0; }
        .is-right .m--teaser-small.is-responsive .info-panel {
          position: absolute;
          top: 0;
          left: 10px;
          right: 0;
          bottom: 0; } }
  .m--teaser-small .info-panel {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .m--teaser-small .info-panel .b-ratiobox .ratio-inner {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .m--teaser-small .info-panel .b-ratiobox .ratio-inner .icon-icon-topic {
        color: #fefefe;
        font-size: 1.5rem;
        margin-left: 0.625rem;
        margin-right: auto;
        height: 1.4375rem; }
    .m--teaser-small .info-panel .info-panel-content {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .m--teaser-small .info-panel .info-panel-content-inner {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      pointer-events: none;
      color: #fefefe;
      background-color: #1b2126;
      padding: 1.25rem 0.625rem;
      -webkit-transform: translateY(105%);
              transform: translateY(105%); }
      .m--teaser-small .info-panel .info-panel-content-inner .info-text {
        pointer-events: auto; }
        .m--teaser-small .info-panel .info-panel-content-inner .info-text.is-keyboardfocus {
          text-decoration: underline; }
      .m--teaser-small .info-panel .info-panel-content-inner .info-foot {
        margin-top: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
    .m--teaser-small .info-panel .close-btn {
      color: #fefefe;
      cursor: pointer;
      pointer-events: auto;
      position: absolute;
      bottom: 0.625rem;
      right: 0.625rem;
      font-size: 1.25rem;
      width: 1.5rem;
      height: 1.5rem;
      line-height: 1.625rem;
      text-align: center; }
      .m--teaser-small .info-panel .close-btn.is-keyboardfocus {
        outline: solid;
        outline-offset: 2px;
        outline-color: #fefefe; }

.m--teaser-topic-primary {
  overflow: hidden;
  height: 100%;
  position: relative;
  display: block;
  z-index: 1; }
  @media print, screen and (max-width: 44.99875em) {
    .m--teaser-topic-primary {
      background: none !important; }
      .m--teaser-topic-primary .artdirect .is-16-9 {
        visibility: visible; }
      .m--teaser-topic-primary .teaser-topic-panel {
        overflow: visible;
        position: relative; }
      .m--teaser-topic-primary .teaser-topic-content-wrap {
        height: 100%; }
        .m--teaser-topic-primary .teaser-topic-content-wrap .a--subheadline {
          margin-bottom: 0.625rem; }
      .m--teaser-topic-primary .icon-icon-topic {
        position: absolute;
        top: -39px; } }
  @media print, screen and (max-width: 63.99875em) {
    .m--teaser-topic-primary .teaser-topic-panel {
      background-color: #eb0a28; } }
  @media print, screen and (min-width: 45em) {
    .m--teaser-topic-primary {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .m--teaser-topic-primary .zoom-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
        z-index: -1; }
      .m--teaser-topic-primary .teaser-topic-image {
        display: none; }
      .m--teaser-topic-primary .teaser-topic-panel {
        width: 18.75rem; }
      .m--teaser-topic-primary .teaser-topic-content-wrap {
        margin-top: auto;
        /** TODO remove subheadline atom and replace with paragraph */ }
        .m--teaser-topic-primary .teaser-topic-content-wrap .a--subheadline {
          margin-bottom: 1rem;
          font-weight: 400; } }
  @media print, screen and (min-width: 64em) {
    .m--teaser-topic-primary:hover .teaser-topic-panel:before {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%); }
    .m--teaser-topic-primary .teaser-topic-panel {
      background-color: rgba(10, 10, 10, 0.4);
      width: 18.75rem;
      min-height: 18.75rem;
      overflow: hidden; }
      .m--teaser-topic-primary .teaser-topic-panel:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #eb0a28;
        z-index: 1;
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s; }
      .m--teaser-topic-primary .teaser-topic-panel .icon-icon-topic,
      .m--teaser-topic-primary .teaser-topic-panel .teaser-topic-content-wrap {
        position: relative;
        z-index: 2; } }
  .m--teaser-topic-primary .ratio-wrap {
    overflow: hidden; }
  .m--teaser-topic-primary .zoom-image,
  .m--teaser-topic-primary .preview-image {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .m--teaser-topic-primary:hover .zoom-image,
  .m--teaser-topic-primary:hover .preview-image, .m--teaser-topic-primary:active .zoom-image,
  .m--teaser-topic-primary:active .preview-image, .m--teaser-topic-primary:focus .zoom-image,
  .m--teaser-topic-primary:focus .preview-image {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05); }
  .m--teaser-topic-primary:hover .clickarea-link, .m--teaser-topic-primary:active .clickarea-link, .m--teaser-topic-primary:focus .clickarea-link {
    text-decoration: underline; }
  .m--teaser-topic-primary .clickarea-link.is-keyboardfocus {
    text-decoration: underline; }
  .m--teaser-topic-primary .zoom-image {
    background-size: cover;
    background-position: center; }
  .m--teaser-topic-primary .teaser-topic-panel {
    padding: 1.25rem 1.25rem 1rem;
    color: #fefefe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
    .m--teaser-topic-primary .teaser-topic-panel .icon-icon-topic {
      font-size: 2.5rem;
      line-height: 2.5rem;
      margin-bottom: 1.25rem; }
    .m--teaser-topic-primary .teaser-topic-panel .teaser-topic-text {
      font-size: 0.875rem; }
    .m--teaser-topic-primary .teaser-topic-panel .teaser-topic-arrow {
      background-position: right center;
      margin-left: 1.25rem; }
  .m--teaser-topic-primary .clickarea-link {
    color: #fefefe;
    display: block; }
    .m--teaser-topic-primary .clickarea-link.is-keyboardfocus {
      outline-color: #fefefe; }

.m--teaser-topic-secondary {
  overflow: hidden;
  position: relative;
  z-index: 1; }
  @media print, screen and (max-width: 44.99875em) {
    .m--teaser-topic-secondary {
      position: relative; }
      .m--teaser-topic-secondary .zoom-image {
        background-size: cover;
        background-position: center; }
      .m--teaser-topic-secondary .teaser-topic-panel {
        padding: 1.25rem 1.25rem 3.375rem; }
      .m--teaser-topic-secondary .teaser-topic-content-wrap {
        margin-left: 1.25rem; }
        .m--teaser-topic-secondary .teaser-topic-content-wrap .teaser-topic-icons {
          position: absolute;
          bottom: 0.75rem;
          left: 1.25rem;
          right: 2.5rem; } }
  @media screen and (orientation: portrait) {
    .m--teaser-topic-secondary .a--subheadline {
      display: none; } }
  @media print, screen and (min-width: 45em) {
    .m--teaser-topic-secondary .zoom-image {
      background-size: cover;
      background-position: center 66%; }
    .m--teaser-topic-secondary .teaser-topic-panel {
      padding: 1.25rem 1.25rem 1rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .m--teaser-topic-secondary .teaser-topic-content-wrap {
      margin-top: auto;
      /** TODO remove subheadline atom and replace with paragraph */ }
      .m--teaser-topic-secondary .teaser-topic-content-wrap .a--subheadline {
        margin-bottom: 1rem;
        font-weight: 400; } }
  .m--teaser-topic-secondary .ratio-wrap {
    overflow: hidden; }
  .m--teaser-topic-secondary .zoom-image,
  .m--teaser-topic-secondary .preview-image {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .m--teaser-topic-secondary:hover .zoom-image,
  .m--teaser-topic-secondary:hover .preview-image, .m--teaser-topic-secondary:active .zoom-image,
  .m--teaser-topic-secondary:active .preview-image, .m--teaser-topic-secondary:focus .zoom-image,
  .m--teaser-topic-secondary:focus .preview-image {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05); }
  .m--teaser-topic-secondary:hover .clickarea-link, .m--teaser-topic-secondary:active .clickarea-link, .m--teaser-topic-secondary:focus .clickarea-link {
    text-decoration: underline; }
  .m--teaser-topic-secondary .clickarea-link.is-keyboardfocus {
    text-decoration: underline; }
  .m--teaser-topic-secondary:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)); }
  .m--teaser-topic-secondary .zoom-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .m--teaser-topic-secondary .teaser-topic-panel {
    height: 100%;
    color: #fefefe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .m--teaser-topic-secondary .teaser-topic-panel .icon-icon-topic {
      font-size: 2.5rem;
      line-height: 2.5rem; }
    .m--teaser-topic-secondary .teaser-topic-panel .teaser-topic-text {
      font-size: 0.875rem;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .m--teaser-topic-secondary .teaser-topic-panel .teaser-topic-arrow {
      background-position: right center;
      margin-left: 1.25rem; }
  .m--teaser-topic-secondary .artdirect {
    display: none; }
  .m--teaser-topic-secondary .clickarea-link {
    color: #fefefe;
    display: block; }
    .m--teaser-topic-secondary .clickarea-link.is-keyboardfocus {
      outline-color: #fefefe; }

.b-btn-tooltip {
  position: absolute;
  top: 0;
  right: auto !important;
  left: 30px !important;
  z-index: 1000;
  display: none;
  margin: 10px -15px;
  color: #fff;
  background-color: rgba(55, 66, 74, 0.9);
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;
  padding: 17px 19px 21px; }
  .b-btn-tooltip:after {
    position: absolute;
    bottom: -4px;
    left: 155px;
    display: block;
    width: 0;
    height: 0;
    margin-left: 9px;
    border-width: 4px 4px 0 4px;
    border-style: solid;
    border-color: rgba(55, 66, 74, 0.9) transparent transparent transparent;
    content: ""; }
  .b-btn-tooltip.m-extend-down:after {
    position: absolute;
    top: -4px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    margin-left: -4px;
    border-width: 0 4px 4px 4px;
    border-style: solid;
    border-color: transparent transparent rgba(55, 66, 74, 0.9) transparent;
    content: ""; }
  .b-btn-tooltip .b-btn-tooltip-text {
    width: 553px;
    display: block; }
  .b-btn-tooltip .link {
    text-decoration: underline; }

.m--topic-airdate-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fefefe;
  padding: 0.625rem;
  background: #1b2126; }
  .m--topic-airdate-info a:hover, .m--topic-airdate-info a:focus {
    text-decoration: underline; }

.m--topic-airdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1b2126;
  height: 2.5rem; }
  .m--topic-airdate [class="icon-icon-topic"] {
    color: #fefefe;
    width: 2.5rem;
    margin-right: 0.25rem;
    font-size: 40px;
    line-height: 40px; }
  .m--topic-airdate .date-cell {
    background: #fefefe;
    padding: 0.5rem;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2; }
    .m--topic-airdate .date-cell .title {
      font-size: 0.75rem;
      line-height: 0.75rem; }
    .m--topic-airdate .date-cell .date {
      font-size: 0.875rem;
      line-height: 0.9375rem;
      font-weight: 700; }
    .m--topic-airdate .date-cell a:hover, .m--topic-airdate .date-cell a:focus {
      text-decoration: underline; }
  .m--topic-airdate .toggle-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fefefe;
    width: 2.5rem; }
    .m--topic-airdate .toggle-cell [class*="icon-"] {
      color: #eb0a28; }
  .m--topic-airdate .panel-button:not([aria-expanded="true"]) .panel-close {
    display: none; }
  .m--topic-airdate .panel-button[aria-expanded="true"] .panel-open {
    display: none; }

.video-carousel-item {
  height: 100%;
  background-color: #f2f4f6; }
  .video-carousel-item .carousel-item-bottom {
    padding: 0.9375rem 1.25rem; }
  @media print, screen and (min-width: 45em) {
    .video-carousel-item .carousel-item-bottom {
      padding: 1.25rem 2.1875rem; } }
  .video-carousel-item .c--playlist-toggle {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4; }
  .video-carousel-item .b-playerbox {
    z-index: 1; }

.o--cluster-brand {
  position: relative;
  max-width: 96.25rem; }
  @media print, screen and (max-width: 44.99875em) {
    .o--cluster-brand {
      margin-top: 3rem; }
      .o--cluster-brand .cluster-brand-container {
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22453%22%20height%3D%22589%22%20viewBox%3D%220%200%20453%20589%22%3E%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M226.946%20314L151%20237.186%20376.44%2011%20453%2087.197%20226.946%20314zM111.264%20107L6%200h345L245.738%20107H111.264zm262.366%2090C416.852%20234.016%20452%20290.45%20452%20363.907%20452%20491.563%20344.381%20589%20217.082%20589%20108.234%20589%2038.128%20529.18%200%20467.51l83.021-83.251c22.14%2048.103%2062.726%2091.27%20134.061%2091.27%2064.573%200%20116.23-47.487%20116.23-111.622%200-38.906-19.134-65.815-42.064-84.292L373.63%20197z%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-size: auto 90px;
        background-position: top 5px right -32px;
        background-color: #eb0a28;
        padding-top: 1.75rem; }
        .o--cluster-brand .cluster-brand-container .a--headline-special {
          padding-left: 1.25rem; }
        .o--cluster-brand .cluster-brand-container > .grid-container {
          padding: 0; }
      .o--cluster-brand .teaser-brand-container {
        margin-top: 1.5rem; }
        .o--cluster-brand .teaser-brand-container div:nth-of-type(1) {
          margin-bottom: 0.5rem; } }
  @media print, screen and (max-width: 63.99875em) {
    .o--cluster-brand {
      padding: 0; } }
  @media print, screen and (min-width: 45em) {
    .o--cluster-brand {
      margin: 4rem auto 0; }
      .o--cluster-brand .cluster-brand-container {
        background-image: -webkit-linear-gradient(top, #eb0a28 90%, #fefefe 10%);
        background-image: linear-gradient(to bottom, #eb0a28 90%, #fefefe 10%);
        padding: 1.5625rem 1.5625rem 0; }
      .o--cluster-brand .cluster-brand-container::before {
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22453%22%20height%3D%22589%22%20viewBox%3D%220%200%20453%20589%22%3E%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M226.946%20314L151%20237.186%20376.44%2011%20453%2087.197%20226.946%20314zM111.264%20107L6%200h345L245.738%20107H111.264zm262.366%2090C416.852%20234.016%20452%20290.45%20452%20363.907%20452%20491.563%20344.381%20589%20217.082%20589%20108.234%20589%2038.128%20529.18%200%20467.51l83.021-83.251c22.14%2048.103%2062.726%2091.27%20134.061%2091.27%2064.573%200%20116.23-47.487%20116.23-111.622%200-38.906-19.134-65.815-42.064-84.292L373.63%20197z%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: -0.0625rem;
        right: 0.625rem;
        z-index: 0;
        height: 80%;
        width: 38%;
        -webkit-transform: translateX(50%);
                transform: translateX(50%);
        content: ''; }
      .o--cluster-brand .teaser-brand-container {
        margin-top: 1.25rem;
        position: relative;
        z-index: 1; } }
  @media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .o--cluster-brand .cluster-brand-container {
      padding: 3.25rem 2.625rem 0 2.625rem; }
    .o--cluster-brand .teaser-brand-container {
      margin-top: 2.5rem; } }
  .o--cluster-brand .cluster-brand-container {
    background-repeat: no-repeat; }

@media print, screen and (max-width: 44.99875em) {
  .o--cluster-topic {
    padding: 0; } }

@media print, screen and (max-width: 63.99875em) {
  .o--cluster-topic {
    margin-top: 3rem; } }

@media print, screen and (min-width: 64em) {
  .o--cluster-topic {
    margin-top: 4rem; } }

@media print, screen and (max-width: 44.99875em) {
  .o--cluster-topic .cluster-topic-container [class^="m--teaser-topic-"] {
    margin-bottom: 0.25rem; } }

@media print, screen and (min-width: 45em) {
  .o--cluster-topic .cluster-topic-container {
    position: relative;
    height: 0;
    padding-bottom: 50%; }
    .o--cluster-topic .cluster-topic-container .inner {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .o--cluster-topic .cluster-topic-container .inner .column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .o--cluster-topic .cluster-topic-container .inner .column:first-child {
          margin-right: 10px; }
        .o--cluster-topic .cluster-topic-container .inner .column:last-child {
          margin-left: 10px; }
        .o--cluster-topic .cluster-topic-container .inner .column .m--teaser-topic-secondary {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
          .o--cluster-topic .cluster-topic-container .inner .column .m--teaser-topic-secondary:first-child {
            margin-bottom: 10px; }
          .o--cluster-topic .cluster-topic-container .inner .column .m--teaser-topic-secondary:last-child {
            margin-top: 10px; } }

.o--epg.m-loading .m--teaser-epg {
  opacity: 0.5; }

.o--epg .epg-content {
  background-color: #f2f4f6;
  margin-top: 8.125rem; }
  .o--epg .epg-content .epg-filter-row {
    height: 3.125rem;
    background-color: #f2f4f6; }
    .o--epg .epg-content .epg-filter-row .a--toggle {
      margin-left: 0.625rem; }
  .o--epg .epg-content .options-bar {
    position: fixed;
    top: 3rem;
    left: 0;
    right: 0;
    z-index: 20; }
  @media print, screen and (max-width: 44.99875em) {
    .o--epg .epg-content .grid-container {
      padding: 0; } }
  @media print, screen and (min-width: 45em) {
    .o--epg .epg-content {
      margin-top: 9.375rem; } }
  @media print, screen and (min-width: 64em) {
    .o--epg .epg-content {
      margin-top: 9.625rem; }
      .o--epg .epg-content .options-bar {
        top: 3.75rem; } }

.o--epg .epg-message {
  text-align: center;
  padding: 2rem 1rem;
  min-height: 60vh; }

.o--epg .epg-message-hide {
  display: none; }

.o--facts-box {
  margin-top: 1.25rem; }
  .o--facts-box .headline-level-4 {
    font-weight: 500; }
  .o--facts-box .c--playlist-toggle {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4; }

.o--footer {
  overflow: hidden;
  width: 100%; }
  @media print, screen and (max-width: 44.99875em) {
    .o--footer .footer-inner {
      padding: 1rem 0; }
      .o--footer .footer-inner .footer-list {
        padding: 0 0.625rem; }
      .o--footer .footer-inner .footer-block.is-right {
        margin-top: 1.25rem; }
      .o--footer .footer-inner .footer-block:not(:last-child) {
        padding: 0 1.25rem; }
      .o--footer .footer-inner .footer-block:last-child {
        border-top: 1px solid #fefefe; }
      .o--footer .footer-inner .footer-logo {
        height: 5rem;
        margin: 2.5rem 0;
        text-align: center;
        -webkit-transform: translateX(1.75rem);
                transform: translateX(1.75rem); }
      .o--footer .footer-inner .footer-social-bar {
        text-align: center;
        padding-top: 2.5rem;
        border-top: 1px solid #fefefe; }
        .o--footer .footer-inner .footer-social-bar .social-bar {
          margin-top: 1.5625rem;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
      .o--footer .footer-inner .block-title {
        margin-bottom: 1rem;
        font-weight: 500; }
        .o--footer .footer-inner .block-title[aria-expanded="true"] {
          margin-bottom: 0.5rem; }
      .o--footer .footer-inner .block-panel {
        outline: none;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        margin: 0;
        padding: 0;
        height: 0;
        -webkit-transition: opacity 400ms, visibility 400ms;
        transition: opacity 400ms, visibility 400ms; }
        .o--footer .footer-inner .block-panel.is-open {
          overflow: visible;
          opacity: 1;
          visibility: inherit;
          height: auto; }
      .o--footer .footer-inner .block-list {
        margin: 0 0 0.5rem; }
      .o--footer .footer-inner .block-item-link {
        white-space: nowrap; } }
  .o--footer .footer-inner {
    padding: 2rem 0; }
  @media print, screen and (min-width: 45em) and (max-width: 63.99875em) {
    .o--footer .footer-logo {
      text-align: center;
      -webkit-transform: translateX(2.375rem);
              transform: translateX(2.375rem); } }
  @media print, screen and (min-width: 45em) {
    .o--footer .footer-inner {
      content: '{"switchedOff":true}' !important; }
      .o--footer .footer-inner::before {
        content: '{"switchedOff":true}' !important;
        font-family: '{"switchedOff":true}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; }
      .o--footer .footer-inner .footer-list {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .o--footer .footer-inner .footer-block:not(:last-child) {
        margin-bottom: 1.25rem; }
      .o--footer .footer-inner .footer-block:nth-child(even) {
        padding-left: 1.25rem;
        border-left: 1px solid #fefefe; }
      .o--footer .footer-inner .block-title:before {
        display: none; }
      .o--footer .footer-inner .block-title:not(:first-child) {
        margin-top: 2rem; }
      .o--footer .footer-inner .footer-logo {
        height: 6.25rem;
        margin-bottom: 1.875rem; }
      .o--footer .footer-inner .footer-social-bar .social-bar {
        margin-top: 0.9375rem;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  @media print, screen and (min-width: 45em) and (max-width: 63.99875em) {
    .o--footer .footer-block:last-child {
      margin-top: 2.5rem; } }
  @media print, screen and (min-width: 64em) {
    .o--footer .footer-block:not(:first-child) {
      padding-left: 1.25rem;
      border-left: 1px solid #fefefe; }
    .o--footer .block-title {
      width: auto;
      margin-bottom: 0.5rem;
      padding: 0;
      color: #fefefe;
      cursor: inherit; }
    .o--footer .central-footer-list {
      margin: 0; } }
  .o--footer .footer-inner {
    margin: 0;
    font-size: "3satHurme", Arial, sans-serif;
    background-color: #f2f4f6; }
  .o--footer .footer-logo .logo {
    width: auto;
    height: 100%; }
  .o--footer .footer-social-bar .social-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #1b2126; }
    .o--footer .footer-social-bar .social-bar a {
      padding: 0;
      color: #1b2126;
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
      .o--footer .footer-social-bar .social-bar a:not(:first-child) {
        padding-left: 2.1875rem; }
      .o--footer .footer-social-bar .social-bar a:hover {
        color: #eb0a28; }
  .o--footer .block-title {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0 2.5rem 0 0;
    color: #1b2126;
    margin-bottom: 0.25rem; }
    .o--footer .block-title[role="button"] {
      cursor: pointer; }
    .o--footer .block-title:not(.is-keyboardfocus) {
      outline: none; }
    .o--footer .block-title:before {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transition: -webkit-transform 0.3s ease-in;
      transition: -webkit-transform 0.3s ease-in;
      transition: transform 0.3s ease-in;
      transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
      -webkit-transform: translateY(-50%) rotate(0);
              transform: translateY(-50%) rotate(0);
      -webkit-transform-origin: center;
              transform-origin: center; }
    .o--footer .block-title[aria-expanded="true"]:before {
      -webkit-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
  .o--footer .block-item {
    overflow: hidden; }
  .o--footer .block-item-link {
    display: inline-block;
    margin: 0 0 0.5rem;
    border-bottom: 1px solid transparent;
    font-family: "3satHurme", Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1rem;
    color: #0a0a0a;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .o--footer .block-item-link:hover, .o--footer .block-item-link:focus {
      border-bottom: 1px solid #eb0a28;
      color: #eb0a28; }
    .o--footer .block-item-link:focus {
      outline: none; }
  .o--footer .is-keyboardfocus {
    outline-color: #eb0a28; }

.o-group-persons {
  position: relative;
  background-color: #f2f4f6;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
  @media print, screen and (max-width: 44.99875em) {
    .o-group-persons .guest-showmore {
      content: '{"items": ".guest-box","count":4}' !important; }
      .o-group-persons .guest-showmore::before {
        content: '{"items": ".guest-box","count":4}' !important;
        font-family: '{"items": ".guest-box","count":4}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; }
    .o-group-persons .guest-list {
      margin: 0 -0.9375rem 1rem; }
    .o-group-persons .guest-box {
      width: 100%;
      outline: none;
      padding: 0; }
      .o-group-persons .guest-box:not(:first-child) {
        margin-top: 0.25rem; }
      .o-group-persons .guest-box:nth-child(1n+5):not(.is-showmore-item) {
        display: none; }
      .o-group-persons .guest-box .artdirect .is-1-1 {
        visibility: hidden; }
      .o-group-persons .guest-box .artdirect .is-8-9 {
        visibility: visible; }
      .o-group-persons .guest-box .guest-info {
        outline: none;
        padding: 0;
        height: 7.5rem;
        background-color: #fefefe; }
        .o-group-persons .guest-box .guest-info:after {
          left: 12.5%; }
      .o-group-persons .guest-box .guest-name {
        margin-bottom: 0.25rem;
        font-size: 1rem;
        line-height: 1rem; }
        .o-group-persons .guest-box .guest-name .name-btn {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          width: calc(100% - 107px); }
      .o-group-persons .guest-box .guest-img-wrap {
        width: 6.6875rem;
        height: 7.5rem;
        margin-right: 0.9375rem;
        overflow: hidden; }
        .o-group-persons .guest-box .guest-img-wrap:before {
          width: 89.5%; }
      .o-group-persons .guest-box .guest-text {
        padding: 0.9375rem; }
      .o-group-persons .guest-box .guest-title {
        padding: 0;
        font-size: 1rem;
        line-height: 1.375rem;
        overflow: hidden;
        max-height: 2.75rem; }
        .o-group-persons .guest-box .guest-title > p {
          margin: 0;
          padding: 0; }
      .o-group-persons .guest-box .guest-description .desc-text {
        margin: 0 1rem;
        padding: 1rem 0;
        font-size: 1rem;
        line-height: 1.25rem; }
      .o-group-persons .guest-box .arrow-down {
        position: absolute;
        top: inherit;
        bottom: 0.9375rem;
        left: 7.8125rem; }
    .o-group-persons .load-more-container {
      text-align: center; } }
  @media print, screen and (min-width: 45em) {
    .o-group-persons .guest-list {
      margin: 0 0 1rem; }
    .o-group-persons .guest-box .artdirect .is-1-1 {
      visibility: visible; }
    .o-group-persons .guest-box .artdirect .is-8-9 {
      visibility: hidden; }
    .o-group-persons .guest-box .guest-info {
      padding: 1rem 0.75rem; }
      .o-group-persons .guest-box .guest-info:after {
        left: 17.5%; }
      .o-group-persons .guest-box .guest-info:hover, .o-group-persons .guest-box .guest-info.is-focus-within {
        outline: 0 none; }
        .o-group-persons .guest-box .guest-info:hover .arrow-down, .o-group-persons .guest-box .guest-info.is-focus-within .arrow-down {
          top: 0.1875rem; }
    .o-group-persons .guest-box .guest-img {
      width: 7.875rem; }
    .o-group-persons .guest-box .guest-text {
      padding-left: 9.125rem;
      padding-right: 1.25rem; }
    .o-group-persons .guest-box .guest-name {
      margin-bottom: 0.5rem;
      font-size: 1.125rem;
      line-height: 1.625rem; }
    .o-group-persons .guest-box .guest-title {
      font-size: 1rem;
      line-height: 1.375rem; }
    .o-group-persons .guest-box .guest-description .desc-text {
      margin: 0 auto;
      padding: 1.5rem 1rem 2rem;
      font-size: 1.125rem;
      line-height: 1.625rem; }
    .o-group-persons .guest-box .arrow-down {
      position: relative;
      top: -0.25rem;
      left: 0; } }
  @media print, screen and (min-width: 64em) {
    .o-group-persons .guest-box .guest-info {
      padding: 0.75rem 0; }
      .o-group-persons .guest-box .guest-info:hover .guest-name,
      .o-group-persons .guest-box .guest-info:hover .guest-title, .o-group-persons .guest-box .guest-info.is-focus-within .guest-name,
      .o-group-persons .guest-box .guest-info.is-focus-within .guest-title {
        text-decoration: underline; }
    .o-group-persons .grid-x .large-up-3 > .cell,
    .o-group-persons .grid-x .large-up-3 > .cell:last-child {
      float: none;
      display: inline-block;
      margin: 0 -0.125rem;
      vertical-align: top; }
    .o-group-persons .guest-list-4 .guest-img {
      width: 5.9375rem; }
    .o-group-persons .guest-list-4 .guest-text {
      padding-left: 6.5625rem;
      padding-right: 1rem; } }
  .o-group-persons .guest-list {
    content: '{"animation": "slide"}' !important; }
    .o-group-persons .guest-list::before {
      content: '{"animation": "slide"}' !important;
      font-family: '{"animation": "slide"}' !important;
      visibility: hidden !important;
      display: block !important;
      height: 0 !important;
      width: 0;
      clear: both;
      overflow: hidden; }
    .o-group-persons .guest-list.is-selected-within .guest-box {
      opacity: .6;
      -webkit-transition: opacity 0.4s ease-in-out;
      transition: opacity 0.4s ease-in-out; }
      .o-group-persons .guest-list.is-selected-within .guest-box.is-active {
        opacity: 1; }
  .o-group-persons .guest-box {
    padding-bottom: 0;
    list-style: none; }
    .o-group-persons .guest-box .guest-panel {
      outline: none;
      overflow: hidden;
      opacity: 0;
      visibility: hidden;
      margin: 0;
      padding: 0;
      height: 0;
      -webkit-transition: opacity 400ms, visibility 400ms;
      transition: opacity 400ms, visibility 400ms;
      position: absolute;
      left: 0;
      z-index: 12;
      width: 100%; }
      .o-group-persons .guest-box .guest-panel.is-open {
        overflow: visible;
        opacity: 1;
        visibility: inherit;
        height: auto; }
    .o-group-persons .guest-box .guest-info {
      position: relative;
      z-index: 13;
      margin-bottom: 0;
      /*margin-bottom is used by JS and assumed to 0*/
      cursor: pointer; }
      .o-group-persons .guest-box .guest-info:before {
        opacity: 0;
        position: absolute;
        bottom: -0.5rem;
        left: 50%;
        z-index: 14;
        width: 0;
        height: 0;
        margin-left: -0.5rem;
        border-width: 0.5625rem 0.5rem 0 0.5rem;
        border-style: solid;
        border-color: #fefefe transparent transparent transparent;
        content: ""; }
      .o-group-persons .guest-box .guest-info:after {
        overflow: hidden;
        display: table;
        clear: both;
        content: ""; }
      .o-group-persons .guest-box .guest-info .grid-x {
        margin: 0; }
      .o-group-persons .guest-box .guest-info:hover,
      .is-keyboardfocus-within .o-group-persons .guest-box .guest-info.is-focus-within {
        outline: 0 none; }
        .o-group-persons .guest-box .guest-info:hover .guest-img,
        .is-keyboardfocus-within .o-group-persons .guest-box .guest-info.is-focus-within .guest-img {
          -webkit-transform: scale(1.1, 1.1);
                  transform: scale(1.1, 1.1); }
    .o-group-persons .guest-box .guest-img-wrap {
      position: relative;
      float: left; }
    .o-group-persons .guest-box .guest-img {
      -webkit-transition: -webkit-transform 0.4s ease-in-out;
      transition: -webkit-transform 0.4s ease-in-out;
      transition: transform 0.4s ease-in-out;
      transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out; }
    .o-group-persons .guest-box .guest-name {
      font-weight: 700; }
      .o-group-persons .guest-box .guest-name .name-btn {
        font-size: inherit;
        font-weight: inherit;
        text-align: left; }
        .o-group-persons .guest-box .guest-name .name-btn:not(.is-keyboardfocus) {
          outline: none; }
    .o-group-persons .guest-box .guest-title {
      margin-bottom: 1rem; }
      .o-group-persons .guest-box .guest-title p {
        margin-bottom: 0; }
    .o-group-persons .guest-box .guest-description {
      position: relative;
      color: #fefefe;
      background-color: #1b2126; }
      .o-group-persons .guest-box .guest-description .artdirect {
        display: none; }
      .o-group-persons .guest-box .guest-description a {
        color: #fefefe;
        border-bottom: 1px solid #fefefe;
        -webkit-backface-visibility: hidden;
        -webkit-transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
        transition: border 0.3s ease-in-out, color 0.3s ease-in-out; }
        .o-group-persons .guest-box .guest-description a:hover, .o-group-persons .guest-box .guest-description a:focus {
          border-bottom: 1px dotted #fefefe;
          color: #fefefe;
          text-decoration: none; }
        .o-group-persons .guest-box .guest-description a:visited {
          border-bottom: 1px solid #818a8f;
          color: #818a8f;
          -webkit-transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
          transition: border 0.3s ease-in-out, color 0.3s ease-in-out; }
          .o-group-persons .guest-box .guest-description a:visited:hover, .o-group-persons .guest-box .guest-description a:visited:focus {
            border-bottom: 1px dotted #fefefe;
            color: #fefefe; }
      .o-group-persons .guest-box .guest-description .desc-text {
        position: relative; }
        .o-group-persons .guest-box .guest-description .desc-text p {
          -webkit-transform: translate3d(0, 0, 0); }
          .o-group-persons .guest-box .guest-description .desc-text p:last-of-type {
            margin-bottom: 0; }
    .o-group-persons .guest-box .arrow-down {
      display: inline-block;
      height: 0.5rem;
      font-size: 1rem;
      color: #0a0a0a;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .o-group-persons .guest-box .arrow-down:before {
        display: block;
        line-height: 0.5rem; }
    .o-group-persons .guest-box.is-active .guest-info:before {
      opacity: 1; }
    .o-group-persons .guest-box.is-active .arrow-down {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .o-group-persons .guest-box-no-desc {
    text-decoration: none !important;
    cursor: default !important; }
    .o-group-persons .guest-box-no-desc:hover {
      text-decoration: none !important; }

.o--header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: block;
  width: 100%;
  border-radius: 0;
  background-color: #fefefe;
  color: #1b2126;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0), 0 0 4px 0 rgba(0, 0, 0, 0.2); }
  @media print, screen and (max-width: 44.99875em) {
    .o--header {
      -webkit-transition: -webkit-transform 0.3s linear;
      transition: -webkit-transform 0.3s linear;
      transition: transform 0.3s linear;
      transition: transform 0.3s linear, -webkit-transform 0.3s linear; }
      .o--header.ie-mobile-support {
        -webkit-transform: translateX(250px);
                transform: translateX(250px); }
      .is-js-offcanvas-within .o--header {
        -webkit-transform: translateX(250px);
                transform: translateX(250px); }
      .o--header .header-navigation-bar {
        position: relative;
        height: 3rem; }
        .o--header .header-navigation-bar .menu-btn:focus:not(.is-keyboardfocus) {
          outline: none; }
        .o--header .header-navigation-bar .title-area {
          position: relative;
          display: block;
          margin: 0;
          text-align: center; } }
  @media print, screen and (max-width: 63.99875em) {
    .o--header .logo {
      height: 2.25rem;
      margin: 0.375rem 0; }
    .o--header .name {
      background-image: none !important; }
    .o--header .header-navigation-bar .icon-button {
      margin-bottom: 0; }
    .o--header .header-navigation-bar .search-btn {
      float: right; }
      .o--header .header-navigation-bar .search-btn:focus:not(.is-keyboardfocus) {
        outline: none; } }
  @media print, screen and (min-width: 45em) and (max-width: 63.99875em) {
    .is-home .o--header .c--search-trigger,
    .is-home .o--header .menu-btn {
      color: #fefefe; }
    .is-slim .o--header .c--search-trigger,
    .is-slim .o--header .menu-btn {
      color: #1b2126; } }
  @media print, screen and (min-width: 45em) {
    .is-home .o--header {
      background-color: #1b2126;
      color: #fefefe;
      -webkit-transition: background-color .3s, color .3s;
      transition: background-color .3s, color .3s; }
      .is-home .o--header .logo {
        opacity: 0;
        -webkit-transition: opacity .2s .7s;
        transition: opacity .2s .7s; }
    .is-slim .o--header {
      background-color: #fefefe;
      color: #1b2126; }
      .is-slim .o--header .logo {
        opacity: 1; } }
  @media print, screen and (min-width: 64em) {
    .header-navigation-bar-section .js-dropdown {
      content: '{"closeOnFocusout":true,"hover":true}' !important; }
      .header-navigation-bar-section .js-dropdown::before {
        content: '{"closeOnFocusout":true,"hover":true}' !important;
        font-family: '{"closeOnFocusout":true,"hover":true}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; }
    .is-open-dialog-within .o--header {
      width: calc(100% - var(--rb-scrollbar-width, 0)); }
    .o--header .logo {
      height: 3rem; }
    .o--header .header-navigation-bar-section {
      height: 3.75rem; }
      .o--header .header-navigation-bar-section > :nth-child(n) {
        height: 100%; }
      .o--header .header-navigation-bar-section .left-nav .menu-item:not(:last-child) {
        margin: 0 2.25rem 0 0; }
      .o--header .header-navigation-bar-section .right-nav .menu-item:not(:last-child) {
        margin: 0 2.25rem 0 0; }
      .o--header .header-navigation-bar-section .right-nav .icon-settings {
        font-size: 1.5rem;
        line-height: 3rem; }
      .o--header .header-navigation-bar-section .right-nav .icon-cancel,
      .o--header .header-navigation-bar-section .right-nav .icon-search {
        font-size: 1.3125rem;
        line-height: 3rem; }
      .o--header .header-navigation-bar-section .menu-item {
        border-top: none;
        line-height: 2.8125rem; }
        .o--header .header-navigation-bar-section .menu-item .link {
          display: block;
          font-size: 0.875rem;
          line-height: 2.5rem;
          -webkit-transition: margin 0.3s;
          transition: margin 0.3s; }
          .o--header .header-navigation-bar-section .menu-item .link:before {
            display: block; }
          .o--header .header-navigation-bar-section .menu-item .link:hover, .o--header .header-navigation-bar-section .menu-item .link:focus {
            color: #eb0a28; }
            .o--header .header-navigation-bar-section .menu-item .link:hover .link-text, .o--header .header-navigation-bar-section .menu-item .link:focus .link-text {
              color: #eb0a28; }
          .o--header .header-navigation-bar-section .menu-item .link.js-dropdown-btn:focus[aria-expanded="false"] {
            color: #1b2126; }
            .is-home .o--header .header-navigation-bar-section .menu-item .link.js-dropdown-btn:focus[aria-expanded="false"] {
              color: #fefefe; }
            .is-slim .o--header .header-navigation-bar-section .menu-item .link.js-dropdown-btn:focus[aria-expanded="false"] {
              color: #1b2126; }
      .o--header .header-navigation-bar-section .dropdown:not(.is-myzdf) > .grid-container {
        max-width: 45.625rem; }
      .o--header .header-navigation-bar-section .dropdown:not(.is-myzdf) .dropdown-block:first-child {
        border-right: 1px solid #fefefe; }
        .o--header .header-navigation-bar-section .dropdown:not(.is-myzdf) .dropdown-block:first-child > .grid-x {
          display: block;
          -ms-flex-flow: initial;
              flex-flow: initial;
          -webkit-column-count: 2;
             -moz-column-count: 2;
                  column-count: 2; }
          .o--header .header-navigation-bar-section .dropdown:not(.is-myzdf) .dropdown-block:first-child > .grid-x .dropdown-item {
            width: 100%; }
      .o--header .header-navigation-bar-section .dropdown:not(.is-myzdf) .dropdown-block:last-child {
        padding-left: 2rem; }
      .o--header .header-navigation-bar-section .dropdown.is-myzdf .dropdown-list {
        max-width: 75rem;
        margin: 0 auto; }
      .o--header .header-navigation-bar-section .dropdown.is-myzdf .dropdown-block {
        float: right; }
      .o--header .header-navigation-bar-section .dropdown-item {
        font-size: 1rem;
        line-height: 1rem;
        font-weight: 500;
        padding: 0.625rem 0; } }
  .o--header .name {
    display: block; }
  .o--header .logo {
    left: 50%;
    width: auto;
    position: relative;
    -webkit-transform: translateX(-29%);
            transform: translateX(-29%);
    display: block; }
  .o--header .b-selectbox {
    content: '{"appendTo": ".b-header"}' !important; }
    .o--header .b-selectbox::before {
      content: '{"appendTo": ".b-header"}' !important;
      font-family: '{"appendTo": ".b-header"}' !important;
      visibility: hidden !important;
      display: block !important;
      height: 0 !important;
      width: 0;
      clear: both;
      overflow: hidden; }
  .o--header .header-navigation-bar .title-area {
    margin: 0; }
  .o--header .header-navigation-bar .toggle-topbar.menu-icon {
    right: inherit;
    left: 0;
    margin-top: -26px; }
  .o--header .header-navigation-bar-section .menu-item {
    display: inline-block; }
    .o--header .header-navigation-bar-section .menu-item .link {
      color: inherit;
      -moz-osx-font-smoothing: auto; }
      .o--header .header-navigation-bar-section .menu-item .link:focus:not(.is-keyboardfocus) {
        outline: none; }
      .o--header .header-navigation-bar-section .menu-item .link.is-keyboardfocus {
        -webkit-transition: none;
        transition: none; }
        .o--header .header-navigation-bar-section .menu-item .link.is-keyboardfocus:before {
          -webkit-transform: none;
                  transform: none; }
      .o--header .header-navigation-bar-section .menu-item .link.is-active {
        color: #eb0a28; }
      .o--header .header-navigation-bar-section .menu-item .link[aria-expanded=true] {
        color: #eb0a28; }
  .o--header .header-navigation-bar-section .is-dropdown {
    padding: 0; }
  .o--header .header-navigation-bar-section .dropdown {
    opacity: 0;
    position: absolute;
    top: 3.75rem;
    right: auto;
    left: 0;
    z-index: 99;
    visibility: hidden;
    display: block;
    min-width: 100%;
    padding: 1.5625rem 0;
    background-color: #1b2126;
    -webkit-transition: all 300ms;
    transition: all 300ms; }
    .o--header .header-navigation-bar-section .dropdown.is-open {
      opacity: 1;
      visibility: visible; }
    .o--header .header-navigation-bar-section .dropdown .is-row {
      margin: 0 auto; }
    .o--header .header-navigation-bar-section .dropdown.is-myzdf .dropdown-block {
      border-left: none; }
      .o--header .header-navigation-bar-section .dropdown.is-myzdf .dropdown-block .dropdown-item {
        margin-bottom: 16px; }
      .o--header .header-navigation-bar-section .dropdown.is-myzdf .dropdown-block .login-btn {
        color: #fefefe; }
        .o--header .header-navigation-bar-section .dropdown.is-myzdf .dropdown-block .login-btn.hide-for-anonymous {
          text-align: left; }
      .o--header .header-navigation-bar-section .dropdown.is-myzdf .dropdown-block .dropdown-link {
        margin: 0; }
        .o--header .header-navigation-bar-section .dropdown.is-myzdf .dropdown-block .dropdown-link .nickname:before {
          display: block;
          content: ""; }
  .o--header .header-navigation-bar-section .dropdown-item {
    background: none; }
    .o--header .header-navigation-bar-section .dropdown-item.is-active .dropdown-link:hover .link-text, .o--header .header-navigation-bar-section .dropdown-item.is-active .dropdown-link:focus .link-text {
      border-bottom: 1px solid #fefefe;
      text-decoration: none;
      color: #fefefe; }
    .o--header .header-navigation-bar-section .dropdown-item.is-active .dropdown-link .link-text {
      border-bottom: 1px solid #fefefe;
      text-decoration: none;
      color: #fefefe; }
  .o--header .header-navigation-bar-section .dropdown-link {
    display: block;
    margin: 0 8px;
    padding: 0;
    color: #fefefe; }
    .o--header .header-navigation-bar-section .dropdown-link:hover, .o--header .header-navigation-bar-section .dropdown-link:focus {
      text-decoration: none;
      color: #fefefe; }
      .o--header .header-navigation-bar-section .dropdown-link:hover .link-text, .o--header .header-navigation-bar-section .dropdown-link:focus .link-text {
        border-bottom: 1px solid #fefefe; }
    .o--header .header-navigation-bar-section .dropdown-link .link-text {
      border-bottom: 1px solid transparent;
      -webkit-transition: border 0.3s ease-in-out;
      transition: border 0.3s ease-in-out; }
  .o--header .header-navigation-bar-section .dropdown-block {
    display: inline-block;
    float: left; }
  .o--header .header-navigation-bar-section .login {
    position: relative; }
    .o--header .header-navigation-bar-section .login .dropdown {
      right: 0;
      left: initial;
      min-width: 0; }
  .o--header .is-keyboardfocus {
    outline-color: #eb0a28; }

.o--horizontal-scroller {
  overflow: hidden;
  position: relative; }
  @media print, screen and (max-width: 44.99875em) {
    .o--horizontal-scroller {
      margin-top: 4rem; } }
  @media print, screen and (min-width: 45em) {
    .o--horizontal-scroller {
      margin-top: 5.625rem; } }
  .o--horizontal-scroller .cluster-skip {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .o--horizontal-scroller .cluster-skip:focus,
  .o--horizontal-scroller .cluster-skip:active {
    top: 45px;
    left: 20px;
    color: #eb0a28;
    background-color: #fefefe;
    text-decoration: underline;
    outline-offset: 0;
    z-index: 1000; }
  .o--horizontal-scroller .cluster-content {
    position: relative;
    width: 100%;
    max-width: 96.25rem;
    height: 18.5rem;
    margin: 0 auto; }
    .o--horizontal-scroller .cluster-content .tile-box-wrap {
      overflow-x: hidden; }
    .o--horizontal-scroller .cluster-content .tile-box-wrap.enable-scroll {
      overflow-x: scroll; }
    .o--horizontal-scroller .cluster-content.scroll-box {
      overflow: hidden;
      content: '{"cutScroll":true}' !important; }
      .o--horizontal-scroller .cluster-content.scroll-box::before {
        content: '{"cutScroll":true}' !important;
        font-family: '{"cutScroll":true}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; }
      .o--horizontal-scroller .cluster-content.scroll-box ::-webkit-scrollbar {
        display: none; }
    .o--horizontal-scroller .cluster-content.has-separator .m--teaser-small {
      border-right: 1px solid #dcddde; }
      .o--horizontal-scroller .cluster-content.has-separator .m--teaser-small:last-child:not(:only-child) {
        border-right: none; }
  .o--horizontal-scroller .tile-box-wrap {
    overflow-y: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    clear: both;
    height: 100%;
    max-height: 720px;
    white-space: nowrap;
    will-change: transform;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch; }
  .o--horizontal-scroller .tile-box {
    display: inline-block;
    vertical-align: top; }
  .o--horizontal-scroller .m--teaser-small {
    width: 13.75rem; }
    .o--horizontal-scroller .m--teaser-small:first-child {
      margin-left: 0.5rem; }
  .o--horizontal-scroller.is-dynamic {
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms; }
    .o--horizontal-scroller.is-dynamic:not(.is-ready) {
      opacity: 0; }
      .o--horizontal-scroller.is-dynamic:not(.is-ready) img.lazyload {
        display: none; }
  .o--horizontal-scroller:not(.has-teaser) .has-content,
  .o--horizontal-scroller.has-teaser .has-no-content, .o--horizontal-scroller.is-hidden {
    display: none; }

.b-letter-bar {
  position: relative;
  padding: 1.5rem 1rem 1.5rem;
  background: #fefefe;
  margin: 0px -16px; }
  @media print, screen and (min-width: 45em) {
    .b-letter-bar {
      content: '{"topOffset":48,"switchedOff":true}' !important; }
      .b-letter-bar::before {
        content: '{"topOffset":48,"switchedOff":true}' !important;
        font-family: '{"topOffset":48,"switchedOff":true}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; } }
  @media print, screen and (max-width: 44.99875em) {
    .b-letter-bar {
      content: '{"topOffset":48}' !important;
      z-index: 6; }
      .b-letter-bar::before {
        content: '{"topOffset":48}' !important;
        font-family: '{"topOffset":48}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; }
      .b-letter-bar .letter-box {
        z-index: 90;
        width: 100%;
        background-color: #fefefe; }
      .b-letter-bar .b-nav-arrow {
        position: absolute;
        top: 0; } }
  @media print, screen and (max-width: 63.99875em) {
    .b-letter-bar .letter-bar-row {
      overflow-x: scroll;
      overflow-y: hidden; } }
  .b-letter-bar .letter-box {
    position: relative; }
  .b-letter-bar .letter-box {
    overflow: hidden;
    height: 3.125rem; }
  .b-letter-bar .letter-bar-column {
    height: 3.125rem;
    padding-top: 0.75rem; }
  .b-letter-bar .letter-list {
    overflow: hidden;
    display: inline-block;
    margin: 0;
    list-style: none;
    white-space: nowrap; }
  .b-letter-bar .item {
    position: relative;
    display: inline-block; }
    .b-letter-bar .item .link {
      display: inline-block;
      height: 2.0625rem;
      min-width: 2.0625rem;
      padding: 0 0.3125rem;
      text-align: center;
      text-transform: uppercase;
      vertical-align: middle;
      color: #1b2126;
      font-size: 1.5rem;
      font-weight: 900;
      letter-spacing: 0.125rem;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .b-letter-bar .item .link.is-disabled {
        color: #a5acaf;
        cursor: default; }
    .b-letter-bar .item.current .link,
    .b-letter-bar .item .link:not(.is-disabled):hover,
    .b-letter-bar .item .link:not(.is-disabled):focus {
      color: #eb0a28;
      text-decoration: none;
      border-bottom: 0.25rem solid #eb0a28; }
    .b-letter-bar .item.current .link {
      font-weight: 900; }

.main-content-details {
  box-sizing: border-box;
  color: #fefefe;
  background-color: #1b2126; }
  @media print, screen and (max-width: 44.99875em) {
    .main-content-details .teaser-info {
      margin-top: 0.625rem;
      font-size: 0.875rem;
      line-height: 1.375rem; } }
  @media print, screen and (max-width: 63.99875em) {
    .main-content-details {
      padding: 1.25rem 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .main-content-details > .grid-x > .cell {
      padding: 1.25rem 0.9375rem 1.25rem; }
    .main-content-details .a--attribute-list {
      margin-bottom: 1.5rem; }
      .main-content-details .a--attribute-list .attribute-list-title {
        display: block; } }
  .main-content-details.is-light {
    color: #1b2126;
    background-color: #fefefe; }

.o--post-long {
  position: relative;
  margin-top: 2.5rem; }
  .o--post-long.color--white {
    color: #fefefe; }
  .o--post-long.color--red {
    color: #eb0a28; }
  .o--post-long.color--dark {
    color: #1b2126; }
  @media print, screen and (max-width: 44.99875em) {
    .o--post-long .teaser-wrap {
      width: 100%;
      padding-bottom: 0.625rem;
      margin-bottom: 0.625rem;
      border-bottom: 1px solid #dcddde; }
      .o--post-long .teaser-wrap .panel {
        border: none; }
    .o--post-long .b-content-module .a--headline.level-2, .o--post-long .b-content-module.is-notitle,
    .o--post-long .b-thirdparty .a--headline.level-2,
    .o--post-long .b-thirdparty.is-notitle,
    .o--post-long .o-group-persons .a--headline.level-2,
    .o--post-long .o-group-persons.is-notitle,
    .o--post-long .b-content-teaser-list .a--headline.level-2,
    .o--post-long .b-content-teaser-list.is-notitle,
    .o--post-long .b-map .a--headline.level-2,
    .o--post-long .b-map.is-notitle {
      margin-top: 0; }
    .o--post-long .error-item {
      padding: 0; }
    .o--post-long .a--headline.level-2 {
      margin-top: 1.25rem; }
    .o--post-long .a--headline.level-3 {
      margin-top: 0.9375rem; }
    .o--post-long .a--headline.level-4 {
      margin-top: 0.9375rem; }
    .o--post-long .c--content-module-section + .grid-container.is-text {
      margin-top: 0.9375rem; }
      .o--post-long .c--content-module-section + .grid-container.is-text .post-paragraph-image {
        margin-top: 0.625rem; } }
  @media print, screen and (min-width: 45em) {
    .o--post-long .is-left .grid-x {
      display: block; }
    .o--post-long .is-left .teaser-wrap {
      float: left;
      padding: 0 0.625rem 0 0; }
      .o--post-long .is-left .teaser-wrap .m--teaser-small.is-responsive .a--labeled-icon {
        left: 0.625rem; }
    .o--post-long .is-right .grid-x {
      display: block; }
    .o--post-long .is-right .teaser-wrap {
      float: right;
      padding: 0 0 0 0.625rem; }
    .o--post-long .teaser-wrap {
      margin-bottom: 1rem; }
      .o--post-long .teaser-wrap .m--teaser-small.is-responsive .box {
        padding-bottom: 4rem; }
      .o--post-long .teaser-wrap .m--teaser-small.is-responsive .teaser-detail-info {
        width: calc(100% - 11px); }
    .o--post-long .b-content-teaser-list .b-content-teaser-item {
      padding: 0 0.375rem 1.5rem; }
    .o--post-long .c--content-module-section .a--headline.level-2, .o--post-long .c--content-module-section:not(.has-title),
    .o--post-long .b-thirdparty .a--headline.level-2,
    .o--post-long .b-thirdparty:not(.has-title),
    .o--post-long .o--group-persons .a--headline.level-2,
    .o--post-long .o--group-persons:not(.has-title),
    .o--post-long .b-content-teaser-list .a--headline.level-2,
    .o--post-long .b-content-teaser-list:not(.has-title),
    .o--post-long .b-map .a--headline.level-2,
    .o--post-long .b-map:not(.has-title) {
      margin-top: 1rem; }
    .o--post-long .a--headline.level-2 {
      margin-top: 2.5rem; }
    .o--post-long .a--headline.level-3 {
      margin-top: 1.875rem; }
    .o--post-long .a--headline.level-4 {
      margin: 1.25rem 0 0; }
    .o--post-long .c--content-module-section + .grid-container.is-text {
      margin-top: 1.875rem; }
      .o--post-long .c--content-module-section + .grid-container.is-text .post-paragraph-image.is-center {
        margin-top: 0.625rem; }
      .o--post-long .c--content-module-section + .grid-container.is-text .post-paragraph-image.is-right, .o--post-long .c--content-module-section + .grid-container.is-text .post-paragraph-image.is-left {
        margin-top: 1rem; } }
  .o--post-long .unordered-list {
    margin: 0 0 1.25rem 1.25rem;
    list-style-type: disc; }
    .o--post-long .unordered-list.accordion {
      margin: 0 0 1.25rem; }
  .o--post-long .ordered-list {
    margin: 0 0 1.25rem 1.25rem;
    list-style-type: decimal; }
  .o--post-long .m--teaser-small {
    border: 0; }
  .o--post-long p {
    margin-top: 0.625rem; }
    .o--post-long p a {
      color: #1b2126;
      border-bottom: 1px solid #eb0a28;
      -webkit-backface-visibility: hidden;
      -webkit-transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
      transition: border 0.3s ease-in-out, color 0.3s ease-in-out; }
      .o--post-long p a:hover, .o--post-long p a:focus {
        border-bottom: 1px dotted #eb0a28;
        color: #eb0a28;
        text-decoration: none; }
      .o--post-long p a:visited {
        border-bottom: 1px solid #818a8f;
        color: #818a8f;
        -webkit-transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
        transition: border 0.3s ease-in-out, color 0.3s ease-in-out; }
        .o--post-long p a:visited:hover, .o--post-long p a:visited:focus {
          border-bottom: 1px dotted #eb0a28;
          color: #eb0a28; }
  .o--post-long li a:not(.zdfplayer-video-teaser-link) {
    color: #1b2126;
    border-bottom: 1px solid #eb0a28;
    -webkit-backface-visibility: hidden;
    -webkit-transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: border 0.3s ease-in-out, color 0.3s ease-in-out; }
    .o--post-long li a:not(.zdfplayer-video-teaser-link):hover, .o--post-long li a:not(.zdfplayer-video-teaser-link):focus {
      border-bottom: 1px dotted #eb0a28;
      color: #eb0a28;
      text-decoration: none; }
    .o--post-long li a:not(.zdfplayer-video-teaser-link):visited {
      border-bottom: 1px solid #818a8f;
      color: #818a8f;
      -webkit-transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
      transition: border 0.3s ease-in-out, color 0.3s ease-in-out; }
      .o--post-long li a:not(.zdfplayer-video-teaser-link):visited:hover, .o--post-long li a:not(.zdfplayer-video-teaser-link):visited:focus {
        border-bottom: 1px dotted #eb0a28;
        color: #eb0a28; }
  .o--post-long .b-content-module,
  .o--post-long .b-thirdparty,
  .o--post-long .b-content-teaser-list,
  .o--post-long .o-group-persons,
  .o--post-long .b-map {
    margin-bottom: 1rem; }

.o--post-short.color--white {
  color: #fefefe; }

.o--post-short.color--red {
  color: #eb0a28; }

.o--post-short.color--dark {
  color: #1b2126; }

@media print, screen and (max-width: 44.99875em) {
  .o--post-short p,
  .o--post-short .unordered-list,
  .o--post-short .ordered-list {
    padding: 0; } }

.o--post-short .unordered-list {
  margin: 0 0 1.25rem 1.25rem;
  list-style-type: disc; }
  .o--post-short .unordered-list.accordion {
    margin: 0 0 1.25rem; }

.o--post-short .ordered-list {
  margin: 0 0 1.25rem 1.5rem;
  list-style-type: decimal; }

.o--post-short p {
  margin-bottom: 0.625rem; }
  .o--post-short p a {
    color: #1b2126;
    border-bottom: 1px solid #eb0a28;
    -webkit-backface-visibility: hidden;
    -webkit-transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
    color: #34393F; }
    .o--post-short p a:hover, .o--post-short p a:focus {
      border-bottom: 1px dotted #eb0a28;
      color: #eb0a28;
      text-decoration: none; }
    .o--post-short p a:visited {
      border-bottom: 1px solid #818a8f;
      color: #818a8f;
      -webkit-transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
      transition: border 0.3s ease-in-out, color 0.3s ease-in-out; }
      .o--post-short p a:visited:hover, .o--post-short p a:visited:focus {
        border-bottom: 1px dotted #eb0a28;
        color: #eb0a28; }
  .o--post-short p:not(:last-child) {
    margin-bottom: 0.625rem; }

.o--post-short li a {
  color: #1b2126;
  border-bottom: 1px solid #eb0a28;
  -webkit-backface-visibility: hidden;
  -webkit-transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
  color: #34393F; }
  .o--post-short li a:hover, .o--post-short li a:focus {
    border-bottom: 1px dotted #eb0a28;
    color: #eb0a28;
    text-decoration: none; }
  .o--post-short li a:visited {
    border-bottom: 1px solid #818a8f;
    color: #818a8f;
    -webkit-transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: border 0.3s ease-in-out, color 0.3s ease-in-out; }
    .o--post-short li a:visited:hover, .o--post-short li a:visited:focus {
      border-bottom: 1px dotted #eb0a28;
      color: #eb0a28; }

.o--post-short .inline-quote {
  font-family: "3satHurme", Arial, sans-serif;
  font-style: italic; }

.o--post-short .headline-level-2 {
  margin-top: 2.5rem; }

.o--related-content {
  margin: 2rem auto 0;
  background-color: #dcddde; }
  @media print, screen and (max-width: 44.99875em) {
    .o--related-content .related-content-inner > .cell:first-child {
      margin-bottom: 2.625rem; } }
  @media print, screen and (min-width: 64em) {
    .o--related-content {
      max-width: 75rem; } }
  .o--related-content .a--preheadline {
    margin-bottom: 0.9375rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #37424a; }
  .o--related-content > .grid-x {
    padding: 1.5rem 0 2rem; }
    .o--related-content > .grid-x > .cell {
      padding: 0 0.9375rem; }

.c--video-module + .o--related-content,
.c--gallery-module + .o--related-content {
  margin-top: 0; }

.o--search-bar {
  position: absolute;
  z-index: 98;
  display: none;
  width: 100%;
  min-width: 20rem;
  outline: none;
  background-color: #1b2126;
  color: #a5acaf; }
  @media print, screen and (max-width: 44.99875em) {
    .o--search-bar .checkbox-wrap {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media print, screen and (max-width: 63.99875em) {
    .o--search-bar .search-bar-row {
      padding: 0.9375rem 0; }
    .o--search-bar .search-form-input .search-input {
      font-size: 1.25rem;
      line-height: 1.3; } }
  @media print, screen and (min-width: 45em) and (max-width: 63.99875em) {
    .o--search-bar .search-number {
      margin-bottom: 16px;
      display: inline-block; } }
  @media print, screen and (min-width: 64em) {
    .o--search-bar {
      content: '{"scrollContainerUpdate": "desktop"}' !important;
      overflow: visible; }
      .o--search-bar::before {
        content: '{"scrollContainerUpdate": "desktop"}' !important;
        font-family: '{"scrollContainerUpdate": "desktop"}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; }
      .o--search-bar .search-bar-row {
        padding: 4rem 7.5rem; }
      .o--search-bar .search-form-input .search-input {
        padding: 0.625rem 1.5rem 0.625rem 0.125rem;
        font-size: 2.25rem;
        line-height: 3rem; }
      .o--search-bar .checkbox-wrap .checkbox-list > li:not(:first-child) {
        margin-left: 1.25rem; } }
  .o--search-bar:not(.is-open) {
    visibility: hidden; }
  .o--search-bar .b-selectbox {
    content: '{"appendTo": ".b-search-bar"}' !important; }
    .o--search-bar .b-selectbox::before {
      content: '{"appendTo": ".b-search-bar"}' !important;
      font-family: '{"appendTo": ".b-search-bar"}' !important;
      visibility: hidden !important;
      display: block !important;
      height: 0 !important;
      width: 0;
      clear: both;
      overflow: hidden; }
  .o--search-bar .search-form-input {
    border-bottom: 0.0625rem solid #eb0a28;
    margin-bottom: 0.75rem; }
    .o--search-bar .search-form-input .search-input {
      margin: 0;
      box-shadow: none;
      border: 0 none;
      border-radius: 0;
      color: #fefefe;
      background-color: transparent; }
      .o--search-bar .search-form-input .search-input.is-keyboardfocus {
        outline: 0.125rem solid #fefefe; }
    .o--search-bar .search-form-input .search-form-button {
      width: 2.5rem;
      font-size: 1.875rem;
      line-height: 2.5rem;
      cursor: pointer;
      -webkit-transition: opacity 300ms;
      transition: opacity 300ms; }
      .o--search-bar .search-form-input .search-form-button:disabled {
        opacity: 0;
        display: none;
        cursor: default; }
      .o--search-bar .search-form-input .search-form-button:not(.is-keyboardfocus) {
        outline: none; }
      .o--search-bar .search-form-input .search-form-button:focus:not(.is-keyboardfocus) {
        outline: none; }
      .o--search-bar .search-form-input .search-form-button:focus.is-keyboardfocus {
        outline: 0.0625rem solid #fefefe; }
      .o--search-bar .search-form-input .search-form-button.clear {
        color: #fefefe; }
      .o--search-bar .search-form-input .search-form-button.submit {
        color: #eb0a28; }
  .o--search-bar .search-number {
    font-weight: 500; }
  .o--search-bar .sug-link {
    color: #fefefe;
    border-bottom: 0.0625rem solid #eb0a28; }
  .o--search-bar .checkbox-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .o--search-bar .checkbox-wrap .checkbox-list {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .o--search-bar .checkbox-wrap .checkbox-list > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0.625rem; }
  .o--search-bar .click-catcher {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: none; }
  .o--search-bar .dev-input {
    display: none; }
  .o--search-bar .is-keyboardfocus {
    outline-color: #fefefe; }

.is-search-open .o--search-bar {
  display: block; }

.o--search-list {
  position: relative;
  -webkit-transition: margin-top 0.3s ease-in-out;
  transition: margin-top 0.3s ease-in-out; }
  @media print, screen and (max-width: 44.99875em) {
    .o--search-list {
      background-color: #f2f4f6; }
      .o--search-list.grid-container {
        padding-left: 0;
        padding-right: 0; }
      .o--search-list .search-results-headline {
        padding: 1.75rem 0 1.75rem 1.25rem;
        margin-bottom: 0 !important;
        background-color: #fefefe; }
      .o--search-list .search-highlights {
        margin-bottom: 0.25rem; }
        .o--search-list .search-highlights .is-topic .box .a--paragraph {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          line-height: 16px;
          max-height: 48px;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; }
      .o--search-list .select-wrap {
        position: relative;
        bottom: 0;
        margin: 8px 0 8px 8px; }
      .o--search-list .js-loadmore {
        content: '{"restrictSize":4}' !important; }
        .o--search-list .js-loadmore::before {
          content: '{"restrictSize":4}' !important;
          font-family: '{"restrictSize":4}' !important;
          visibility: hidden !important;
          display: block !important;
          height: 0 !important;
          width: 0;
          clear: both;
          overflow: hidden; }
        .o--search-list .js-loadmore .b-content-teaser-item:nth-child(1n+5):not(.is-loadmore-item) {
          display: none; }
      .o--search-list .search-block-grid .b-content-teaser-item .box.has-label {
        padding-top: 64px; }
      .o--search-list .search-block-grid .b-content-teaser-item .preview-img {
        display: none; }
      .o--search-list .search-suggestion {
        margin-bottom: 8px; }
      .o--search-list .load-more-container {
        margin-top: 8px; } }
  @media print, screen and (min-width: 45em) and (max-width: 63.99875em) {
    .o--search-list.has-seperator .b-content-teaser-item:nth-child(even) .m--teaser-small {
      border-left: 1px solid #dcddde; }
    .o--search-list .related-content {
      max-width: 28.125rem; } }
  @media print, screen and (min-width: 45em) {
    .o--search-list {
      margin: 0 auto;
      padding: 2.625rem 1rem 0; }
      .o--search-list:last-child {
        margin-bottom: -24px; }
      .o--search-list .search-highlights {
        margin-bottom: 2.25rem; }
      .o--search-list .search-inner {
        height: 8.9375rem; }
      .o--search-list .search-desc {
        margin-bottom: 0.5rem; }
      .o--search-list .title {
        margin-bottom: 24px;
        padding-right: 180px; }
      .o--search-list .search-suggestion {
        margin-bottom: 24px;
        padding-right: 180px; }
      .o--search-list .select-wrap {
        position: absolute;
        right: 0;
        bottom: 24px; } }
  @media print, screen and (min-width: 64em) {
    .o--search-list.has-seperator .search-results .b-content-teaser-item:not(:nth-child(4n)) .m--teaser-small {
      border-right: 1px solid #dcddde; }
    .o--search-list.has-seperator .search-highlights .b-content-teaser-item:not(:nth-child(3n)) .m--teaser-small {
      border-right: 1px solid #dcddde; } }
  .o--search-list .search-desc {
    position: relative; }
    .o--search-list .search-desc:after {
      display: table;
      clear: both;
      content: ""; }
  .o--search-list .title .search-number {
    font-weight: 700; }
  .o--search-list .select-wrap {
    width: 10.625rem; }
    .o--search-list .select-wrap .select2-selection:focus {
      outline: 0.1875rem dotted #000; }
  .o--search-list .search-suggestion .sug-link {
    border-bottom: 0.0625rem solid transparent;
    font-weight: 700;
    color: #34393F; }
    .o--search-list .search-suggestion .sug-link:hover, .o--search-list .search-suggestion .sug-link:focus {
      border-bottom: 0.0625rem dotted #000;
      color: #000; }
    .o--search-list .search-suggestion .sug-link:visited {
      border-bottom: 0.0625rem solid #96999C;
      color: #96999C; }
      .o--search-list .search-suggestion .sug-link:visited:hover, .o--search-list .search-suggestion .sug-link:visited:focus {
        border-bottom: 0.0625rem dotted #000;
        color: #000; }
  .o--search-list .related-content {
    margin: 0 0 8px; }
    .o--search-list .related-content .rel-link {
      color: #1b2126;
      border-bottom: 1px solid #eb0a28;
      -webkit-backface-visibility: hidden;
      -webkit-transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
      transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
      color: #34393F; }
      .o--search-list .related-content .rel-link:hover, .o--search-list .related-content .rel-link:focus {
        border-bottom: 1px dotted #eb0a28;
        color: #eb0a28;
        text-decoration: none; }
      .o--search-list .related-content .rel-link:visited {
        border-bottom: 1px solid #818a8f;
        color: #818a8f;
        -webkit-transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
        transition: border 0.3s ease-in-out, color 0.3s ease-in-out; }
        .o--search-list .related-content .rel-link:visited:hover, .o--search-list .related-content .rel-link:visited:focus {
          border-bottom: 1px dotted #eb0a28;
          color: #eb0a28; }
  .o--search-list .is-loadmore-item {
    outline: none; }
  .o--search-list .teaser-block-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .o--search-list .teaser-block-grid > .is-column {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .o--search-list .box.is-tags {
    padding-bottom: 48px; }
  .o--search-list .load-more-container {
    text-align: center; }

@media print, screen and (max-width: 44.99875em) {
  .is-search-open .o--search-list:not(.is-taglist) {
    margin-top: 6.5625rem; } }

@media print, screen and (min-width: 45em) and (max-width: 63.99875em) {
  .is-search-open .o--search-list:not(.is-taglist) {
    margin-top: 9.0625rem; } }

@media print, screen and (min-width: 64em) {
  .is-search-open .o--search-list:not(.is-taglist) {
    margin-top: 14.5625rem; } }

.o--stage-brand {
  position: relative;
  overflow: hidden; }
  @media print, screen and (max-width: 44.99875em) {
    .o--stage-brand {
      padding-top: 3.75rem; }
      .o--stage-brand .brand-box {
        margin-bottom: 1.25rem; }
      .o--stage-brand .brand-subtitle {
        margin: 0.9375rem 0 1.875rem; }
      .o--stage-brand .c--content-module-section {
        padding: 0; } }
  @media print, screen and (min-width: 45em) {
    .o--stage-brand {
      padding: 2rem 0 4rem; }
      .o--stage-brand .brand-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 3.75rem; }
      .o--stage-brand .brand-title {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      .o--stage-brand .brand-subtitle {
        margin-left: 1rem;
        text-align: right; }
      .o--stage-brand .airdate-section {
        margin-left: 1rem; } }
  .o--stage-brand .grid-container .grid-container {
    padding: 0; }
  .o--stage-brand .artdirect {
    display: none; }
  .o--stage-brand .stage-image,
  .o--stage-brand .stage-motion {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .o--stage-brand .motion-graphic {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    cursor: pointer;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
  .o--stage-brand .brand-box {
    color: #fefefe; }
  .o--stage-brand .brand-title .logo {
    max-width: 15.625rem;
    max-height: 7.8125rem; }
  .o--stage-brand .brand-subtitle {
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: 1rem;
    max-width: 15rem; }
  .o--stage-brand .calendar-cell {
    display: none; }

.o--stage-home {
  padding: 0; }
  @media print, screen and (max-width: 44.99875em) {
    .o--stage-home {
      content: '{"preventInitialScroll":false}' !important; }
      .o--stage-home .stage-teaser {
        position: relative; }
        .o--stage-home .stage-teaser .inner {
          height: 12.5rem !important; }
        .o--stage-home .stage-teaser .teaser-box {
          width: 100%;
          bottom: 0.75rem;
          left: 1rem;
          padding-right: 7.5rem; }
      .o--stage-home::before {
        content: '{"preventInitialScroll":false}' !important;
        font-family: '{"preventInitialScroll":false}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; } }
  @media screen and (min-width: 640px) and (max-width: 850px) {
    .o--stage-home .stage-teaser:last-of-type .teaser-box {
      padding-right: 0.625rem; }
    .o--stage-home .stage-teaser:last-of-type .a--labeled-icon-opaque {
      top: 0.625rem;
      bottom: inherit; } }
  @media print, screen and (min-width: 45em) and (max-width: 63.99875em) {
    .o--stage-home {
      content: '{"preventInitialScroll":false}' !important; }
      .o--stage-home::before {
        content: '{"preventInitialScroll":false}' !important;
        font-family: '{"preventInitialScroll":false}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; }
      .o--stage-home .stage-box {
        padding: 0 0 66.6666666667% 0; }
      .o--stage-home .stage-teaser .teaser-box {
        width: 100%;
        left: 0.625rem;
        bottom: 0.625rem;
        padding-right: 6.25rem; }
      .o--stage-home .c--playlist-toggle {
        right: 0.625rem; }
        .o--stage-home .c--playlist-toggle .a--labeled-icon-opaque.has-no-bg {
          height: 1.5rem; }
        .o--stage-home .c--playlist-toggle .label {
          font-size: 0.75rem;
          line-height: 1.5rem; }
        .o--stage-home .c--playlist-toggle .icon-playlist-add,
        .o--stage-home .c--playlist-toggle .icon-playlist-added {
          font-size: 1.5rem;
          line-height: 1.5rem; } }
  @media print, screen and (min-width: 45em) {
    .o--stage-home {
      position: relative;
      overflow: hidden;
      content: '{"animationDuration": "1000ms","preventInitialScroll":true}' !important; }
      .o--stage-home::before {
        content: '{"animationDuration": "1000ms","preventInitialScroll":true}' !important;
        font-family: '{"animationDuration": "1000ms","preventInitialScroll":true}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; }
      .is-slim .o--stage-home .stage-box {
        padding: 0 0 33.3333333333% 0; }
      .is-slim .o--stage-home .logo-box {
        width: 33.3333333333%;
        height: 100%;
        top: 0%;
        opacity: 0; }
      .is-slim .o--stage-home .stage-teaser:first-of-type {
        left: 0;
        top: 0;
        height: 100%; }
      .is-slim .o--stage-home .stage-teaser:nth-of-type(2) {
        left: 33.3333333333%;
        top: 0;
        height: 100%;
        width: 33.4%; }
      .no-animation .o--stage-home .stage-teaser,
      .no-animation .o--stage-home .logo-box,
      .no-animation .o--stage-home .stage-box {
        -webkit-transition: none !important;
        transition: none !important; }
      .o--stage-home .stage-box {
        padding: 0 0 66.6666666667% 0;
        position: relative;
        -webkit-transition: padding 1000ms;
        transition: padding 1000ms; }
      .o--stage-home .logo-box {
        position: absolute;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        left: 50%;
        z-index: 1;
        width: 33.3333333333%;
        height: 50%;
        top: 50%;
        -webkit-transition: all 1000ms;
        transition: all 1000ms;
        -webkit-transition-delay: .1s;
                transition-delay: .1s; }
      .o--stage-home .stage-teaser {
        position: absolute;
        -webkit-transition: all 1000ms;
        transition: all 1000ms; }
        .o--stage-home .stage-teaser .inner {
          width: 100%;
          height: 100% !important; }
        .o--stage-home .stage-teaser:first-of-type {
          left: 0;
          top: 50%;
          height: 50%; }
        .o--stage-home .stage-teaser:nth-of-type(2) {
          top: 0;
          width: 66.6666666667%;
          left: 0;
          height: 50%;
          z-index: 2;
          -webkit-transition: width 1000ms, left 1000ms;
          transition: width 1000ms, left 1000ms; }
        .o--stage-home .stage-teaser:last-of-type {
          top: 0;
          right: 0;
          height: 100%; }
          .o--stage-home .stage-teaser:last-of-type .inner {
            background-position: center top; }
        .o--stage-home .stage-teaser .a--headline {
          margin-bottom: 0.25rem; }
        .o--stage-home .stage-teaser .teaser-text {
          color: #CCCCCC; } }
  @media print, screen and (min-width: 64em) {
    .o--stage-home .stage-teaser .teaser-box {
      left: 1.25rem;
      bottom: 1.5rem;
      width: 13.125rem; } }
  .o--stage-home .stage-box {
    width: 100%;
    background-color: #0a0a0a; }
  .o--stage-home .stage-teaser .inner {
    background-size: cover;
    background-position: center; }
  .o--stage-home .stage-teaser .is-clickarea {
    width: 100%;
    height: 100%; }
    .o--stage-home .stage-teaser .is-clickarea:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)); }
    .o--stage-home .stage-teaser .is-clickarea:hover .clickarea-link {
      text-decoration: underline; }
  .o--stage-home .artdirect {
    display: none; }
  .o--stage-home .teaser-box {
    position: absolute;
    z-index: 1;
    color: #fefefe; }
    .o--stage-home .teaser-box .clickarea-link {
      color: #fefefe;
      display: block;
      outline-color: #fefefe; }
  .o--stage-home .c--playlist-toggle {
    position: absolute;
    bottom: 0.75rem;
    right: 0.75rem;
    z-index: 2; }
    .o--stage-home .c--playlist-toggle.is-keyboardfocus {
      outline-color: #fefefe; }

html:not(.block-page-scroll) .o--stage-home .stage-teaser {
  overflow: hidden; }
  html:not(.block-page-scroll) .o--stage-home .stage-teaser .ratio-wrap {
    overflow: hidden; }
  html:not(.block-page-scroll) .o--stage-home .stage-teaser .zoom-image,
  html:not(.block-page-scroll) .o--stage-home .stage-teaser .preview-image {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  html:not(.block-page-scroll) .o--stage-home .stage-teaser:hover .zoom-image,
  html:not(.block-page-scroll) .o--stage-home .stage-teaser:hover .preview-image, html:not(.block-page-scroll) .o--stage-home .stage-teaser:active .zoom-image,
  html:not(.block-page-scroll) .o--stage-home .stage-teaser:active .preview-image, html:not(.block-page-scroll) .o--stage-home .stage-teaser:focus .zoom-image,
  html:not(.block-page-scroll) .o--stage-home .stage-teaser:focus .preview-image {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05); }
  html:not(.block-page-scroll) .o--stage-home .stage-teaser:hover .clickarea-link, html:not(.block-page-scroll) .o--stage-home .stage-teaser:active .clickarea-link, html:not(.block-page-scroll) .o--stage-home .stage-teaser:focus .clickarea-link {
    text-decoration: underline; }
  html:not(.block-page-scroll) .o--stage-home .stage-teaser .clickarea-link.is-keyboardfocus {
    text-decoration: underline; }

.o--stage-small {
  background: #37424a; }
  @media print, screen and (max-width: 44.99875em) {
    .o--stage-small .stage-wrap {
      height: 7.5rem; }
      .o--stage-small .stage-wrap .stage-image {
        position: relative;
        z-index: -1;
        background-position: center right;
        background-size: cover;
        height: 100%;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .o--stage-small .stage-wrap > .grid-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
      .o--stage-small .stage-wrap .stage-title {
        font-size: 2.25rem;
        line-height: 2.5rem;
        margin-bottom: -0.5rem; }
      .o--stage-small .stage-wrap .artdirect > .is-mobile {
        visibility: visible; } }
  @media print, screen and (min-width: 45em) and (max-width: 63.99875em) {
    .o--stage-small .stage-wrap .stage-image {
      background-position: right center; }
    .o--stage-small .stage-wrap .artdirect > .is-tablet {
      visibility: visible; } }
  @media print, screen and (min-width: 45em) {
    .o--stage-small .stage-wrap {
      overflow: hidden;
      height: 9.375rem; }
      .o--stage-small .stage-wrap .stage-title {
        font-size: 4.5rem;
        line-height: 5rem;
        margin-bottom: -0.9375rem; }
      .o--stage-small .stage-wrap .stage-image {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat; } }
  @media print, screen and (min-width: 64em) {
    .o--stage-small .stage-wrap .artdirect > .is-desktop {
      visibility: visible; }
    .o--stage-small .stage-wrap .stage-image {
      background-position: center center; } }
  .o--stage-small .stage-wrap {
    position: relative;
    z-index: 2;
    width: 100%; }
    .o--stage-small .stage-wrap > .grid-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      height: 100%; }
    .o--stage-small .stage-wrap .stage-title {
      text-align: center;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      text-transform: uppercase; }
    .o--stage-small .stage-wrap .stage-image {
      width: 100%;
      cursor: default;
      pointer-events: none; }
      .o--stage-small .stage-wrap .stage-image::before, .o--stage-small .stage-wrap .stage-image::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .o--stage-small .stage-wrap .stage-image::after {
        clear: both; }
      .o--stage-small .stage-wrap .stage-image > .artdirect {
        display: none; }
    .o--stage-small .stage-wrap .stage-title {
      font-weight: 700;
      color: #fefefe; }

.o--stage-topic {
  color: #fefefe; }
  @media print, screen and (max-width: 44.99875em) {
    .o--stage-topic .airdate-section {
      min-height: 6.25rem; }
    .o--stage-topic .paragraph-large {
      font-size: 1rem; } }
  @media print, screen and (max-width: 63.99875em) {
    .o--stage-topic.is-overview {
      margin: 3.75rem auto 4rem; }
    .o--stage-topic:not(.is-overview) {
      padding-top: 7.75rem;
      padding-bottom: 3rem; }
      .o--stage-topic:not(.is-overview) .main-title:before {
        top: 1.25rem; }
    .o--stage-topic .stage-image,
    .o--stage-topic .stage-motion {
      top: 3rem;
      height: calc(100vh - 48px); }
    .o--stage-topic .main-title {
      font-size: 2.75rem;
      line-height: 3rem;
      font-weight: bold;
      margin-bottom: 1.25rem;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto; }
      .o--stage-topic .main-title:before {
        margin-right: 1rem;
        position: relative;
        top: 0.1875rem; }
    .o--stage-topic .a--headline.level-7 {
      line-height: 1.375rem; } }
  @media print, screen and (min-width: 45em) {
    .o--stage-topic.is-overview {
      text-align: center; }
    .o--stage-topic:not(.is-overview) .main-title {
      padding-right: 1.25rem;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto; }
    .o--stage-topic .airdate-section {
      min-height: 11.25rem; }
    .o--stage-topic .a--headline.level-7 {
      line-height: 1.5rem; } }
  @media print, screen and (min-width: 64em) {
    .o--stage-topic.is-overview {
      margin: 6.25rem auto 3.75rem; }
      .o--stage-topic.is-overview .main-title {
        font-size: 4rem;
        line-height: 4.5rem;
        font-weight: bold;
        margin-bottom: 2rem;
        -webkit-hyphens: auto;
            -ms-hyphens: auto;
                hyphens: auto; }
        .o--stage-topic.is-overview .main-title:before {
          font-size: 4.5rem;
          margin-right: 1.5rem;
          position: relative;
          top: 0.5rem; }
    .o--stage-topic:not(.is-overview) {
      padding-top: 12.5rem;
      padding-bottom: 48; }
      .o--stage-topic:not(.is-overview) .main-title {
        font-size: 3.5rem;
        line-height: 3.5rem;
        font-weight: bold; }
        .o--stage-topic:not(.is-overview) .main-title:before {
          top: 2rem; }
    .o--stage-topic .stage-image,
    .o--stage-topic .stage-motion {
      top: 3.75rem;
      height: calc(100vh - 60px); } }
  .o--stage-topic:not(.is-overview) {
    position: relative; }
    .o--stage-topic:not(.is-overview) .main-title:before {
      position: absolute;
      font-size: 2.5rem;
      line-height: 2.5rem; }
  .o--stage-topic .a--headline.level-7 {
    font-weight: 500; }
  .o--stage-topic .artdirect {
    display: none; }
  .o--stage-topic .stage-image,
  .o--stage-topic .stage-motion {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    left: 0;
    width: 100vw;
    z-index: -1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
    .o--stage-topic .stage-image .motion-graphic,
    .o--stage-topic .stage-motion .motion-graphic {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      min-width: 100%;
      height: auto;
      min-height: 100%;
      cursor: pointer;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }

@media print, screen and (max-width: 44.99875em) {
  .b-thirdparty.is-notitle {
    padding-top: 32px; } }

.b-thirdparty.is-notitle {
  padding-top: 64px; }

.b-thirdparty .iframe-wrap iframe {
  width: 100%; }

.b-thirdparty .iframe-wrap.is-social iframe {
  height: 60vh; }

.b-thirdparty .two-click-wrap {
  background-color: #1b2126; }
  @media print, screen and (max-width: 44.99875em) {
    .b-thirdparty .two-click-wrap {
      padding: 1rem 0 3rem; } }
  @media print, screen and (min-width: 45em) {
    .b-thirdparty .two-click-wrap {
      padding: 1rem 1rem 3rem; } }
  .b-thirdparty .two-click-wrap p,
  .b-thirdparty .two-click-wrap a {
    color: #fefefe; }
  .b-thirdparty .two-click-wrap p {
    margin-bottom: 1rem; }
  .b-thirdparty .two-click-wrap .data-head {
    margin-bottom: 0.5rem; }
  .b-thirdparty .two-click-wrap .agree-btn {
    display: block;
    margin: 0 auto; }

.o--triple-cluster {
  background-color: #f2f4f6;
  margin-top: 2rem; }
  @media print, screen and (max-width: 44.99875em) {
    .o--triple-cluster {
      background-color: #f2f4f6;
      padding: 2rem 0; }
      .o--triple-cluster.has-seperator {
        padding: 0 0 0.25rem 0; }
      .o--triple-cluster > .grid-container {
        padding: 0; }
        .o--triple-cluster > .grid-container > .a--headline {
          padding: 0 0.625rem; } }
  @media print, screen and (min-width: 45em) and (max-width: 63.99875em) {
    .o--triple-cluster.has-seperator .b-content-teaser-item:nth-child(even) .m--teaser-small {
      border-left: 1px solid #dcddde; } }
  @media print, screen and (min-width: 45em) {
    .o--triple-cluster {
      padding: 4rem 0 2rem; }
      .o--triple-cluster.has-seperator {
        background-color: transparent; } }
  @media print, screen and (min-width: 64em) {
    .o--triple-cluster.has-seperator .is-3-showmorecol .b-content-teaser-item:not(:nth-child(3n)) .m--teaser-small {
      border-right: 1px solid #dcddde; }
    .o--triple-cluster.has-seperator .is-4-showmorecol .b-content-teaser-item:not(:nth-child(4n)) .m--teaser-small {
      border-right: 1px solid #dcddde; } }
  .is-topic-page .o--triple-cluster {
    background-color: transparent; }
    .is-topic-page .o--triple-cluster .b-content-teaser-item .m--teaser-small {
      border-right: 1px solid transparent !important; }
  .o--triple-cluster > [class^="headline-"] {
    color: #eb0a28; }
  .o--triple-cluster .teaser-block-grid .cell {
    outline: none; }
    .o--triple-cluster .teaser-block-grid .cell.is-fallback:not(:first-child) {
      display: none; }
  .o--triple-cluster .teaser-block-grid .panel {
    border-right: none; }
  .o--triple-cluster .showmore-btn {
    display: inherit;
    margin: 0 auto 1rem;
    background-color: #1b2126; }
  .o--triple-cluster .load-more-container {
    margin-top: 1.25rem; }

.b-arrowscroller {
  content: '{"switchedOff":true}' !important; }
  @media print, screen and (min-width: 45em) {
    .b-arrowscroller .arrowscroller-ruler {
      content: '{"top":{"value": "98%","start": "3%"}}' !important;
      position: absolute;
      top: 3%;
      right: 0;
      left: 0;
      width: 100%;
      height: 0; }
      .b-arrowscroller .arrowscroller-ruler::before {
        content: '{"top":{"value": "98%","start": "3%"}}' !important;
        font-family: '{"top":{"value": "98%","start": "3%"}}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; }
    .b-arrowscroller:not(.js-rb-attached) .arrowscroller-ruler {
      display: none; } }
  @media print, screen and (min-width: 64em) {
    .b-arrowscroller {
      content: '{"from": "-100eh","to": "100vh","restSwitchedOff":true,"childSel": "find(.arrowscroller-ruler)","scrollContainer":false}' !important; }
      .b-arrowscroller::before {
        content: '{"from": "-100eh","to": "100vh","restSwitchedOff":true,"childSel": "find(.arrowscroller-ruler)","scrollContainer":false}' !important;
        font-family: '{"from": "-100eh","to": "100vh","restSwitchedOff":true,"childSel": "find(.arrowscroller-ruler)","scrollContainer":false}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; } }
  @media print, screen and (min-width: 45em) and (max-width: 63.99875em) {
    .b-arrowscroller {
      content: '{"from": "-100eh","to": "100vh","restSwitchedOff":true,"childSel": "find(.arrowscroller-ruler)","scrollContainer": ".is-offcanvas-viewport"}' !important; }
      .b-arrowscroller::before {
        content: '{"from": "-100eh","to": "100vh","restSwitchedOff":true,"childSel": "find(.arrowscroller-ruler)","scrollContainer": ".is-offcanvas-viewport"}' !important;
        font-family: '{"from": "-100eh","to": "100vh","restSwitchedOff":true,"childSel": "find(.arrowscroller-ruler)","scrollContainer": ".is-offcanvas-viewport"}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; } }
  .b-arrowscroller::before {
    content: '{"switchedOff":true}' !important;
    font-family: '{"switchedOff":true}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }

.c--broadcast-module {
  background-color: #f2f4f6;
  margin-top: 3rem;
  padding: 3rem 0; }
  @media print, screen and (max-width: 44.99875em) {
    .c--broadcast-module .broadcastlist-showmore {
      content: '{"items": ".broadcast-item","count":4}' !important; }
      .c--broadcast-module .broadcastlist-showmore::before {
        content: '{"items": ".broadcast-item","count":4}' !important;
        font-family: '{"items": ".broadcast-item","count":4}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; }
      .c--broadcast-module .broadcastlist-showmore .broadcast-item:nth-child(1n+5):not(.is-showmore-item) {
        display: none; }
    .c--broadcast-module .cell {
      padding: 0; } }
  .c--broadcast-module .broadcastlist-showmore {
    content: '{"items": ".broadcast-item","count":6}' !important; }
    .c--broadcast-module .broadcastlist-showmore::before {
      content: '{"items": ".broadcast-item","count":6}' !important;
      font-family: '{"items": ".broadcast-item","count":6}' !important;
      visibility: hidden !important;
      display: block !important;
      height: 0 !important;
      width: 0;
      clear: both;
      overflow: hidden; }
    .c--broadcast-module .broadcastlist-showmore .broadcast-item:nth-child(1n+7):not(.is-showmore-item) {
      display: none; }
  .c--broadcast-module .a--headline {
    margin-bottom: 1.5rem !important; }
  .c--broadcast-module .broadcastlist-showmore {
    content: '{"items": ".broadcast-item","count":6}' !important; }
    .c--broadcast-module .broadcastlist-showmore::before {
      content: '{"items": ".broadcast-item","count":6}' !important;
      font-family: '{"items": ".broadcast-item","count":6}' !important;
      visibility: hidden !important;
      display: block !important;
      height: 0 !important;
      width: 0;
      clear: both;
      overflow: hidden; }
    .c--broadcast-module .broadcastlist-showmore .broadcast-item {
      outline: none; }
  .c--broadcast-module .load-more-container {
    margin-top: 1rem; }

.b-calendarpicker {
  overflow: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: 99;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  outline: none;
  background-color: rgba(37, 41, 46, 0.8);
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s; }
  @media print, screen and (max-width: 44.99875em) {
    .b-calendarpicker .calendar-caption {
      height: 40px;
      line-height: 40px; }
    .b-calendarpicker .calendar-btn-prev,
    .b-calendarpicker .calendar-btn-next {
      margin: 5px 4px 0; }
    .b-calendarpicker .calendar-btn-close {
      top: 9px; } }
  @media print, screen and (max-width: 63.99875em) {
    .b-calendarpicker {
      top: 0; } }
  .b-calendarpicker .calendar-caption {
    height: 50px;
    line-height: 50px; }
  .b-calendarpicker .calendar-btn-prev,
  .b-calendarpicker .calendar-btn-next {
    margin: 10px 8px 0; }
  .b-calendarpicker .calendar-btn-close {
    top: 12px; }
  @media print, screen and (min-width: 64em) {
    .b-calendarpicker {
      top: 168px; } }
  .b-calendarpicker .calendar-outerbox {
    content: '{"name": "calendar"}' !important;
    position: relative;
    width: 65%;
    min-width: 350px;
    max-width: 600px;
    margin: 0 auto;
    border-spacing: 0;
    background-color: #fefefe;
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); }
    .b-calendarpicker .calendar-outerbox::before {
      content: '{"name": "calendar"}' !important;
      font-family: '{"name": "calendar"}' !important;
      visibility: hidden !important;
      display: block !important;
      height: 0 !important;
      width: 0;
      clear: both;
      overflow: hidden; }
  .b-calendarpicker.is-open {
    overflow: visible;
    opacity: 1;
    visibility: inherit;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    .b-calendarpicker.is-open .calendar-outerbox {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  .b-calendarpicker .calendar-caption {
    padding: 0 10px;
    font-weight: 700;
    text-align: center;
    color: #fefefe;
    background: #25292E; }
  .b-calendarpicker .calendar-btn-prev,
  .b-calendarpicker .calendar-btn-next {
    height: 30px;
    font-weight: inherit;
    line-height: 30px;
    color: inherit;
    cursor: pointer; }
  .b-calendarpicker .calendar-btn-header {
    display: inline-block;
    min-width: 188px; }
  .b-calendarpicker .calendar-btn-close {
    position: absolute;
    right: 8px;
    width: 24px;
    height: 24px;
    color: #fefefe;
    cursor: pointer; }
    .b-calendarpicker .calendar-btn-close:hover, .b-calendarpicker .calendar-btn-close:focus:not(.is-keyboardfocus) {
      outline: none; }
  .b-calendarpicker .calendar-grid {
    width: 100%; }
  .b-calendarpicker thead {
    background-color: #E8E8E8; }
  .b-calendarpicker th {
    padding: 4px;
    font-weight: 700;
    text-align: center;
    color: #96999C; }
  .b-calendarpicker .tbody tr {
    background-color: #fefefe; }
  .b-calendarpicker td {
    padding: 0;
    text-align: center; }
  .b-calendarpicker .calendar-cellbox {
    width: 50px;
    height: 50px;
    outline: none;
    margin: 0;
    border-radius: 25px;
    padding: 0;
    line-height: 50px;
    color: #34393F;
    background-color: transparent;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    font-weught: 400; }
    .b-calendarpicker .calendar-cellbox:hover, .b-calendarpicker .calendar-cellbox.is-keyboardfocus, .b-calendarpicker .calendar-cellbox[aria-selected="true"] {
      color: #fefefe;
      background-color: #000; }
    .b-calendarpicker .calendar-cellbox:focus:not(.is-keyboardfocus) {
      color: #34393F;
      background-color: transparent; }
      .b-calendarpicker .calendar-cellbox:focus:not(.is-keyboardfocus):hover {
        color: #fefefe;
        background-color: #000; }
    .b-calendarpicker .calendar-cellbox[aria-selected="true"] {
      font-weight: 700; }
      .b-calendarpicker .calendar-cellbox[aria-selected="true"]:focus {
        color: #fefefe;
        background-color: #FFFF00; }
    .b-calendarpicker .calendar-cellbox.is-keyboardfocus {
      outline: 1px solid #000; }
  .b-calendarpicker .is-othermonth .calendar-cellbox,
  .b-calendarpicker .calendar-cellbox:disabled {
    color: #96999C;
    cursor: initial; }
    .b-calendarpicker .is-othermonth .calendar-cellbox:hover, .b-calendarpicker .is-othermonth .calendar-cellbox:focus,
    .b-calendarpicker .calendar-cellbox:disabled:hover,
    .b-calendarpicker .calendar-cellbox:disabled:focus {
      color: #96999C;
      background-color: transparent; }

.c--content-module-section {
  margin-top: 3rem; }
  @media print, screen and (max-width: 44.99875em) {
    .c--content-module-section .gallery-slider-box .slide-prev {
      left: 0; }
    .c--content-module-section .gallery-slider-box .slide-next {
      right: 0; } }
  .c--content-module-section.is-notitle {
    margin-top: 64px; }
  .c--content-module-section .content-item .scroll-arrow.is-prev {
    left: 0; }
  .c--content-module-section .content-item .scroll-arrow.is-next {
    right: 0; }
  .c--content-module-section .content-item .scroll-arrow.is-disabled {
    display: none; }
  @media print, screen and (min-width: 64em) {
    .c--content-module-section .expand-btn:hover {
      opacity: .8; } }
  .c--content-module-section .gallery-slider-box {
    overflow: hidden; }
    .c--content-module-section .gallery-slider-box .content-item {
      min-height: 100%; }
  .c--content-module-section .content-item {
    position: relative;
    width: 100%;
    margin: 0; }
    .c--content-module-section .content-item.is-keyboardfocus {
      outline-offset: -4px; }
    .c--content-module-section .content-item:not(.is-keyboardfocus) {
      outline: none; }
    .c--content-module-section .content-item > .artdirect {
      display: none; }
  .c--content-module-section .expand-btn {
    top: 0;
    right: 0; }
  .c--content-module-section .is-keyboardfocus {
    outline-color: #FFFF00; }
  .c--content-module-section .is-dark .is-keyboardfocus {
    outline-color: #fefefe; }
  .c--content-module-section .b-playerbox {
    z-index: 1; }

.b-debug-alert {
  overflow: auto;
  position: relative;
  width: 100%;
  height: 45px;
  background-color: #808080; }
  .b-debug-alert .alert-title {
    margin-right: 10px;
    border-radius: 2px;
    padding: 2px 4px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #808080;
    background-color: #fefefe; }
  .b-debug-alert .alert-item {
    content: '{"speed":60}' !important;
    display: table-row;
    line-height: 40px;
    white-space: nowrap;
    color: #fefefe; }
    .b-debug-alert .alert-item::before {
      content: '{"speed":60}' !important;
      font-family: '{"speed":60}' !important;
      visibility: hidden !important;
      display: block !important;
      height: 0 !important;
      width: 0;
      clear: both;
      overflow: hidden; }
    .b-debug-alert .alert-item .link {
      border-bottom: 1px solid transparent;
      color: #fefefe;
      -webkit-transition: border 0.3s ease-in-out;
      transition: border 0.3s ease-in-out; }
      .b-debug-alert .alert-item .link:hover, .b-debug-alert .alert-item .link:focus {
        border-bottom: 1px solid #fefefe; }
    .b-debug-alert .alert-item .alert-divide:before {
      position: relative;
      padding: 4px;
      content: "+++"; }
  .b-debug-alert .date-form {
    display: inline-block;
    padding: 0 10px;
    white-space: nowrap; }
  .b-debug-alert .date-input {
    float: left;
    display: inline-block;
    width: 180px;
    height: 20px;
    margin-top: 10px;
    padding: 0 10px;
    background-color: #fefefe; }
  .b-debug-alert .date-submit {
    display: inline-block;
    width: auto;
    height: 22px;
    color: #fefefe;
    background-color: #34393F;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
    .b-debug-alert .date-submit:hover, .b-debug-alert .date-submit:focus {
      background-color: #5C6166; }

.b-dialog.x-dialog-cmp-error {
  background-color: #F5F5F5 !important;
  max-width: 31.25rem; }
  @media print, screen and (max-width: 44.99875em) {
    .b-dialog.x-dialog-cmp-error {
      max-width: 90%; } }
  .b-dialog.x-dialog-cmp-error .dialog-close {
    color: #0a0a0a !important;
    font-size: 1.5rem; }
  .b-dialog.x-dialog-cmp-error .cmp-img {
    width: 100%;
    margin: 3.5rem auto 2.875rem;
    display: block; }
    @media print, screen and (max-width: 44.99875em) {
      .b-dialog.x-dialog-cmp-error .cmp-img {
        max-width: 6rem; } }
    @media print, screen and (min-width: 45em) {
      .b-dialog.x-dialog-cmp-error .cmp-img {
        max-width: 6rem; } }
  .b-dialog.x-dialog-cmp-error .modal-headline {
    color: #0a0a0a !important;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 1.5rem; }
  .b-dialog.x-dialog-cmp-error p {
    margin: 1.5rem;
    color: #0a0a0a !important; }
    @media print, screen and (max-width: 44.99875em) {
      .b-dialog.x-dialog-cmp-error p {
        font-size: 0.875rem;
        line-height: 1.25rem; } }
    @media print, screen and (min-width: 45em) {
      .b-dialog.x-dialog-cmp-error p {
        font-size: 1rem;
        line-height: 1.5rem; } }

@media print, screen and (max-width: 44.99875em) {
  .b-dialog.is-dialog-confirm.is-dark {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .b-dialog.is-dialog-confirm.is-dark .dark-modal {
      padding: 0 1.5rem;
      vertical-align: middle;
      width: 100%;
      display: inline-block;
      margin: auto; } }

.b-dialog.is-dialog-confirm.is-dark {
  background-color: rgba(55, 66, 74, 0.95); }

.b-dialog.is-dialog-download.is-dark p:first-of-type {
  margin-bottom: 1rem; }

.b-dialog.is-dialog-download.is-dark .download-item {
  overflow: hidden;
  margin-bottom: 1rem; }

.b-dialog.is-dialog-download.is-dark .download-link {
  position: relative;
  float: left;
  display: inline-block;
  padding-left: 1.875rem;
  font-weight: 700;
  color: #fefefe;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .b-dialog.is-dialog-download.is-dark .download-link:hover, .b-dialog.is-dialog-download.is-dark .download-link:focus {
    color: #eb0a28; }
  .b-dialog.is-dialog-download.is-dark .download-link:not(.is-keyboardfocus) {
    outline: none; }
  .b-dialog.is-dialog-download.is-dark .download-link:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.5rem; }

.b-dialog.is-dialog-download.is-dark p:last-of-type {
  margin-bottom: 0; }

.b-dialog.is-dialog-gallery {
  width: 100%;
  height: auto;
  max-width: 1980px; }
  @media print, screen and (max-width: 44.99875em) {
    .dialog-gallery-backdrop {
      display: none; } }
  .b-dialog.is-dialog-gallery .dialog-close {
    right: 0; }
  .b-dialog.is-dialog-gallery .modal-slider-box {
    overflow: hidden;
    position: relative; }
  .b-dialog.is-dialog-gallery .content-item {
    position: relative;
    width: 100%; }
  .b-dialog.is-dialog-gallery .img-container {
    position: relative; }
  .b-dialog.is-dialog-gallery .item-img {
    position: relative;
    z-index: 9;
    width: 100%;
    height: auto; }
  .b-dialog.is-dialog-gallery .item-caption-wrapper {
    overflow: hidden;
    position: absolute;
    bottom: -1px;
    z-index: 9;
    width: 100%; }
  .b-dialog.is-dialog-gallery .item-caption {
    outline: none;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
    height: 0;
    -webkit-transition: opacity 400ms, visibility 400ms;
    transition: opacity 400ms, visibility 400ms;
    width: 100%;
    height: auto;
    padding: 0;
    color: #fefefe;
    background-color: rgba(52, 57, 63, 0.8);
    -webkit-transition: opacity 900ms, visibility 400ms, -webkit-transform 400ms ease-in-out;
    transition: opacity 900ms, visibility 400ms, -webkit-transform 400ms ease-in-out;
    transition: opacity 900ms, transform 400ms ease-in-out, visibility 400ms;
    transition: opacity 900ms, transform 400ms ease-in-out, visibility 400ms, -webkit-transform 400ms ease-in-out;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
    .b-dialog.is-dialog-gallery .item-caption.is-open {
      overflow: visible;
      opacity: 1;
      visibility: inherit;
      height: auto; }
    .b-dialog.is-dialog-gallery .item-caption.is-open {
      -webkit-transition: opacity 200ms, visibility 400ms, -webkit-transform 400ms ease-in-out;
      transition: opacity 200ms, visibility 400ms, -webkit-transform 400ms ease-in-out;
      transition: opacity 200ms, transform 400ms ease-in-out, visibility 400ms;
      transition: opacity 200ms, transform 400ms ease-in-out, visibility 400ms, -webkit-transform 400ms ease-in-out;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .b-dialog.is-dialog-gallery .item-caption .artdirect {
      display: none; }
  .b-dialog.is-dialog-gallery .a--headline {
    position: relative;
    padding-right: 3.75rem; }
    .b-dialog.is-dialog-gallery .a--headline .slide-number {
      position: absolute;
      right: 0;
      color: #a5acaf;
      font-weight: 400; }
  .b-dialog.is-dialog-gallery .description {
    padding: 24px 100px 24px 24px; }
    .b-dialog.is-dialog-gallery .description .item-description {
      margin-bottom: 32px; }
  .b-dialog.is-dialog-gallery .teaser-foot {
    position: relative;
    right: inherit;
    bottom: inherit;
    left: inherit; }
  .b-dialog.is-dialog-gallery .close-desc-btn {
    opacity: 1;
    background-color: transparent;
    right: 0.5rem;
    bottom: 0.5rem; }
    .b-dialog.is-dialog-gallery .close-desc-btn:hover, .b-dialog.is-dialog-gallery .close-desc-btn:focus {
      opacity: 1; }
  .b-dialog.is-dialog-gallery .info-btn {
    z-index: 10;
    right: 0;
    bottom: 0; }
  .b-dialog.is-dialog-gallery .is-selected-within .info-btn {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s;
    transition: opacity 0.3s ease-in-out, visibility 0.3s; }
  .b-dialog.is-dialog-gallery .gallery-slider-box:hover .scroll-arrow.is-prev:disabled, .b-dialog.is-dialog-gallery .gallery-slider-box.is-focus-within .scroll-arrow.is-prev:disabled {
    left: -48px; }
  .b-dialog.is-dialog-gallery .gallery-slider-box:hover .scroll-arrow.is-next, .b-dialog.is-dialog-gallery .gallery-slider-box.is-focus-within .scroll-arrow.is-next {
    right: 0; }
    .b-dialog.is-dialog-gallery .gallery-slider-box:hover .scroll-arrow.is-next:disabled, .b-dialog.is-dialog-gallery .gallery-slider-box.is-focus-within .scroll-arrow.is-next:disabled {
      right: -48px; }
  .b-dialog.is-dialog-gallery .gallery-slider-box .scroll-arrow:focus {
    -webkit-transition: none;
    transition: none; }
  .b-dialog.is-dialog-gallery .m--social-bar {
    display: none; }

.b-dialog.is-dialog-media {
  width: auto; }
  .b-dialog.is-dialog-media .dialog-close {
    right: 0; }
  .b-dialog.is-dialog-media img {
    width: 100%;
    min-width: 240px;
    max-width: calc(99vw - 17px);
    max-height: calc(99vh - 60px); }

.dialog-media-backdrop .dialog-backdrop-document {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center; }

@media print, screen and (max-width: 44.99875em) {
  .b-dialog.is-dialog-onboarding.is-dark {
    color: #fefefe;
    background-color: #37424a; }
    .b-dialog.is-dialog-onboarding.is-dark .dark-modal {
      position: absolute;
      top: 0;
      padding-top: 24px;
      overflow-y: scroll;
      width: 100%;
      height: 100%; }
    .b-dialog.is-dialog-onboarding.is-dark .dialog-close {
      right: 0; }
  .b-dialog.is-dialog-onboarding .onboarding-slider {
    margin-top: 1.875rem; }
  .b-dialog.is-dialog-onboarding .onboarding-item .item-img {
    margin-bottom: 8px; }
  .b-dialog.is-dialog-onboarding .onboarding-item .item-text {
    margin-bottom: 8px; }
  .b-dialog.is-dialog-onboarding .onboarding-item .onboarding-login {
    width: 100%;
    text-align: center;
    margin-top: 0.625rem; } }

@media print, screen and (min-width: 45em) {
  .b-dialog.is-dialog-onboarding.is-dark {
    color: #fefefe;
    box-shadow: 0 1.5rem 1.875rem 0 0 rgba(0, 0, 0, 0.1);
    background-color: rgba(55, 66, 74, 0.95); }
    .b-dialog.is-dialog-onboarding.is-dark .dialog-close {
      right: 8px; }
    .b-dialog.is-dialog-onboarding.is-dark .dark-modal {
      padding-top: 2.5rem; }
  .b-dialog.is-dialog-onboarding .onboarding-item .item-inner {
    margin-bottom: 1.125rem; }
  .b-dialog.is-dialog-onboarding .onboarding-item .item-img {
    margin-bottom: 24px; }
  .b-dialog.is-dialog-onboarding .onboarding-item .item-text {
    margin-bottom: 24px; } }

.b-dialog.is-dialog-onboarding .ratio-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  padding-bottom: 56.25%; }

.b-dialog.is-dialog-onboarding .onboarding-item {
  overflow: hidden;
  position: relative;
  width: 100%; }
  .b-dialog.is-dialog-onboarding .onboarding-item .item-img {
    width: 100%;
    height: auto; }
    .b-dialog.is-dialog-onboarding .onboarding-item .item-img[src^="data:image"], .b-dialog.is-dialog-onboarding .onboarding-item .item-img.lazyloading {
      height: 0;
      padding-bottom: 56.25%; }

.b-dialog.is-dialog-onboarding .scroll-arrow.is-prev {
  left: 0; }
  .b-dialog.is-dialog-onboarding .scroll-arrow.is-prev:disabled {
    left: -48px; }

.b-dialog.is-dialog-onboarding .scroll-arrow.is-next {
  right: 0; }
  .b-dialog.is-dialog-onboarding .scroll-arrow.is-next:disabled {
    right: -48px; }

.b-dialog.is-dialog-onboarding .onboarding-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .b-dialog.is-dialog-onboarding .onboarding-btn > :first-child {
    margin-right: 1.5rem; }

.b-dialog {
  position: relative;
  display: none;
  outline: none;
  margin: auto; }
  @media print, screen and (max-width: 44.99875em) {
    .b-dialog {
      width: 100%;
      min-width: 0;
      max-width: none;
      max-height: none;
      margin: 0 auto; }
      .b-dialog.is-dark .dark-modal {
        padding: 2.5rem 1rem 1rem; }
      .b-dialog {
        min-height: 100%; }
      .dialog-backdrop.dialog-epg-backdrop .dialog-backdrop-document {
        display: block; }
      .dialog-backdrop.dialog-epg-backdrop .b-dialog {
        overflow: hidden; }
      .b-dialog .toggle-wrap {
        width: 8.125rem; }
        .b-dialog .toggle-wrap .login-toggle-btn {
          text-align: left; } }
  @media print, screen and (min-width: 45em) {
    .b-dialog {
      width: 85%;
      min-width: 25rem;
      max-width: none;
      margin: auto; }
      .b-dialog.is-dark {
        max-width: 26.0625rem; }
        .b-dialog.is-dark .dark-modal {
          padding: 2.5rem 1.5rem 1.5rem; } }
  .b-dialog .dialog-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .dialog-backdrop-document {
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    background-color: rgba(27, 33, 38, 0.7); }
  .b-dialog.is-light .dialog-close {
    color: #1b2126; }
  .b-dialog.is-dark {
    color: #fefefe;
    background-color: #37424a; }
    .b-dialog.is-dark p a {
      color: #1b2126;
      border-bottom: 1px solid #eb0a28;
      -webkit-backface-visibility: hidden;
      -webkit-transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
      transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
      color: #96999C; }
      .b-dialog.is-dark p a:hover, .b-dialog.is-dark p a:focus {
        border-bottom: 1px dotted #eb0a28;
        color: #eb0a28;
        text-decoration: none; }
      .b-dialog.is-dark p a:visited {
        border-bottom: 1px solid #818a8f;
        color: #818a8f;
        -webkit-transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
        transition: border 0.3s ease-in-out, color 0.3s ease-in-out; }
        .b-dialog.is-dark p a:visited:hover, .b-dialog.is-dark p a:visited:focus {
          border-bottom: 1px dotted #eb0a28;
          color: #eb0a28; }
    .b-dialog.is-dark .dialog-close {
      color: #fefefe; }
    .b-dialog.is-dark .dark-modal {
      overflow: hidden;
      position: relative; }
    .b-dialog.is-dark .modal-headline {
      font-weight: 700;
      color: #fefefe; }
    .b-dialog.is-dark .is-keyboardfocus {
      outline-color: #FFFF00; }
  .b-dialog .dialog-content {
    outline: none; }
  .b-dialog > .dialog-close {
    top: 0;
    right: 0.5rem;
    z-index: 3;
    position: absolute;
    width: 3rem;
    height: 3rem;
    padding: 0;
    font-size: 1rem;
    line-height: 3rem;
    cursor: pointer;
    text-align: center;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  .b-dialog .js-rb-autofocus.js-rb-scriptfocus[tabindex="-1"] {
    outline: none; }
  .dialog-backdrop {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 400ms;
            animation-duration: 400ms;
    -webkit-animation-name: rb-fx-fadeOut;
            animation-name: rb-fx-fadeOut;
    overflow: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    -webkit-transition: 600ms visibility;
    transition: 600ms visibility; }
    .dialog-backdrop.dialog-adult-backdrop {
      z-index: 1000; }
    .dialog-backdrop .b-dialog {
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      -webkit-animation-duration: 400ms;
              animation-duration: 400ms;
      -webkit-animation-name: rb-fx-zoomOutSmall;
              animation-name: rb-fx-zoomOutSmall;
      display: block; }
    .dialog-backdrop.is-open {
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      -webkit-animation-duration: 400ms;
              animation-duration: 400ms;
      -webkit-animation-name: rb-fx-fadeIn;
              animation-name: rb-fx-fadeIn;
      opacity: 1;
      visibility: inherit; }
      .dialog-backdrop.is-open .b-dialog {
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
        -webkit-animation-duration: 400ms;
                animation-duration: 400ms;
        -webkit-animation-name: rb-fx-zoomInSmall;
                animation-name: rb-fx-zoomInSmall;
        visibility: inherit;
        display: block; }
    .dialog-backdrop.is-loading .b-dialog {
      min-height: 10rem;
      -webkit-transition-delay: 100ms;
              transition-delay: 100ms; }
  .dialog-backdrop-document {
    overflow: auto;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%; }
  .is-open-dialog-within,
  .is-open-dialog-within .is-offcanvas-viewport,
  .is-open-dialog-within > body {
    overflow: hidden; }
  .b-dialog.is-small {
    width: 30%;
    min-width: 20rem;
    max-width: 31.25rem; }
  .b-dialog.is-medium {
    width: 60%;
    min-width: 25rem;
    max-width: 68.75rem; }
  .b-dialog.is-large {
    width: 90%;
    min-width: 31.25rem;
    max-width: 112.5rem; }
  .b-dialog .change-wrap {
    content: '{"selectedIndex":0,"multiple":false,"animation": "adaptHeight","duration":400,"name": "changepanelgroup"}' !important; }
    .b-dialog .change-wrap::before {
      content: '{"selectedIndex":0,"multiple":false,"animation": "adaptHeight","duration":400,"name": "changepanelgroup"}' !important;
      font-family: '{"selectedIndex":0,"multiple":false,"animation": "adaptHeight","duration":400,"name": "changepanelgroup"}' !important;
      visibility: hidden !important;
      display: block !important;
      height: 0 !important;
      width: 0;
      clear: both;
      overflow: hidden; }
    .b-dialog .change-wrap .save-btn,
    .b-dialog .change-wrap .login-btn {
      float: right; }
    .b-dialog .change-wrap .is-email-change-disabled .is-hidden-email-change-disabled {
      display: none; }
    .b-dialog .change-wrap .email-changed-message {
      display: none; }
    .b-dialog .change-wrap .is-email-changed .email-changed-message {
      display: block; }
  .changepanelgroup-panel-wrapper,
  .profilepanelgroup-panel-wrapper {
    position: relative; }
  .changepanelgroup-panel,
  .profilepanelgroup-panel {
    display: none;
    -webkit-animation-name: tabsfadeout;
            animation-name: tabsfadeout;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 400ms;
            animation-duration: 400ms;
    outline: none; }
    .is-fx > .changepanelgroup-panel.is-open,
    .is-fx > .changepanelgroup-panel.is-closing, .is-fx >
    .profilepanelgroup-panel.is-open,
    .is-fx >
    .profilepanelgroup-panel.is-closing {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: block; }
    .changepanelgroup-panel.is-open,
    .profilepanelgroup-panel.is-open {
      display: block;
      -webkit-animation-name: tabsfadein;
              animation-name: tabsfadein; }
  .b-dialog .profile-wrap {
    content: '{"selectedIndex":0,"multiple":false,"animation": "adaptHeight","duration":400,"name": "profilepanelgroup"}' !important; }
    .b-dialog .profile-wrap::before {
      content: '{"selectedIndex":0,"multiple":false,"animation": "adaptHeight","duration":400,"name": "profilepanelgroup"}' !important;
      font-family: '{"selectedIndex":0,"multiple":false,"animation": "adaptHeight","duration":400,"name": "profilepanelgroup"}' !important;
      visibility: hidden !important;
      display: block !important;
      height: 0 !important;
      width: 0;
      clear: both;
      overflow: hidden; }
    .b-dialog .profile-wrap .reg-btn {
      float: right; }
  .b-dialog .form:after {
    display: table;
    clear: both; }
  .b-dialog .text {
    height: 40px;
    margin: 0 0 8px;
    border: none;
    border-radius: 0;
    padding: 10px 8px;
    color: #34393F;
    -webkit-transition: border-color 400ms;
    transition: border-color 400ms; }
    .b-dialog .text:focus {
      outline: 0.125rem solid #000; }
    .b-dialog .text.error, .b-dialog .text.error-item {
      outline: 0.125rem solid #cc4b37; }
    .b-dialog .text::-webkit-input-placeholder {
      color: #34393F; }
    .b-dialog .text::-moz-placeholder {
      /* Firefox 19+ */
      opacity: 1;
      color: #34393F; }
    .b-dialog .text:-moz-placeholder {
      /* Firefox 18- */
      opacity: 1;
      color: #34393F; }
    .b-dialog .text:-ms-input-placeholder {
      color: #34393F; }
  .b-dialog .toggle-wrap .login-toggle-btn {
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #D4D5D5; }
    .b-dialog .toggle-wrap .login-toggle-btn:hover, .b-dialog .toggle-wrap .login-toggle-btn:focus {
      text-decoration: underline; }
    .b-dialog .toggle-wrap .login-toggle-btn:not(:last-child) {
      border-right: 0.125rem solid #96999C;
      padding-right: 0.3125rem; }

.b-dynamicpage {
  min-height: 490px; }
  .b-dynamicpage .b-post-content .text-link {
    border-bottom: 1px solid #000;
    font-weight: 700;
    color: #34393F;
    -webkit-transition: border 0.3s ease-in-out;
    transition: border 0.3s ease-in-out; }
    .b-dynamicpage .b-post-content .text-link:hover, .b-dynamicpage .b-post-content .text-link:focus {
      border-bottom: 1px dotted #1b2126; }
  .b-dynamicpage .b-content-teaser-list .title {
    padding-right: 40px; }

.c--gallery-module {
  padding: 0; }
  @media print, screen and (max-width: 44.99875em) {
    .c--gallery-module .gallery-slider-box .item-caption .item-description {
      display: block; }
    .c--gallery-module .details .teaser-label {
      width: auto; }
    .c--gallery-module .item-caption .inner {
      min-height: 12.5rem;
      padding: 1rem 0.9375rem 6rem; }
    .c--gallery-module .item-caption .paragraph-large {
      margin-bottom: 4rem; } }
  @media print, screen and (min-width: 45em) {
    .c--gallery-module .item-description .icon-206_arrow-right {
      display: inline-block;
      height: 1.1875rem; }
      .c--gallery-module .item-description .icon-206_arrow-right:before {
        float: left; }
    .c--gallery-module .item-caption .inner {
      padding: 1rem 0.9375rem 7rem; }
    .c--gallery-module .item-caption .paragraph-large {
      margin-bottom: 2rem; }
    .c--gallery-module .gallery-slider-box:hover .scroll-arrow.is-prev:disabled, .c--gallery-module .gallery-slider-box.is-focus-within .scroll-arrow.is-prev:disabled {
      -webkit-transform: translate(-3rem, -50%);
              transform: translate(-3rem, -50%); }
    .c--gallery-module .gallery-slider-box:hover .scroll-arrow.is-next:disabled, .c--gallery-module .gallery-slider-box.is-focus-within .scroll-arrow.is-next:disabled {
      -webkit-transform: translate(3rem, -50%);
              transform: translate(3rem, -50%); }
    .c--gallery-module .gallery-slider-box .scroll-arrow:focus {
      -webkit-transition: none;
      transition: none; } }
  @media print, screen and (min-width: 64em) {
    .c--gallery-module.is-video .content-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .c--gallery-module .expand-btn:hover {
      opacity: .8; } }
  .c--gallery-module.is-text-dark .item-caption .item-title,
  .c--gallery-module.is-text-dark .item-caption .item-description,
  .c--gallery-module.is-text-dark .item-caption .teaser-foot {
    color: #1b2126; }
  .c--gallery-module .teaser-box {
    position: relative; }
  .c--gallery-module .gallery-slider-box {
    overflow: hidden;
    min-width: 100%; }
    .c--gallery-module .gallery-slider-box .content-item {
      min-height: 100%; }
    .c--gallery-module .gallery-slider-box .item-number {
      font-weight: 400; }
  .c--gallery-module .content-item {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0;
    background-color: #34393F; }
    .c--gallery-module .content-item.is-keyboardfocus {
      outline-offset: -0.25rem; }
    .c--gallery-module .content-item:not(.is-keyboardfocus) {
      outline: none; }
    .c--gallery-module .content-item > .artdirect {
      display: none; }
  .c--gallery-module .itemscroller-content > .content-item {
    min-height: 100%; }
  .c--gallery-module .img-container {
    overflow: hidden;
    position: relative; }
  .c--gallery-module .item-img {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%;
    height: auto;
    user-drag: none; }
  .c--gallery-module .item-caption {
    color: #fefefe;
    padding: 0;
    background-color: transparent; }
    .c--gallery-module .item-caption .a--headline {
      position: relative;
      padding-right: 5.9375rem; }
      .c--gallery-module .item-caption .a--headline .slide-number {
        position: absolute;
        right: 2.1875rem;
        color: #a5acaf;
        font-weight: 400; }
    .c--gallery-module .item-caption .teaser-foot {
      overflow: hidden;
      position: absolute;
      bottom: 4rem;
      width: 100%;
      padding-right: 4rem;
      color: #fefefe;
      font-size: 0.875rem;
      line-height: 1.375rem; }
    .c--gallery-module .item-caption .m--social-bar {
      position: absolute;
      bottom: 1.5rem; }
  .c--gallery-module .expand-btn {
    top: 0;
    right: 0; }
  .c--gallery-module .is-keyboardfocus {
    outline-color: #FFFF00; }

.b-info-bar {
  padding-top: 32px; }
  @media print, screen and (max-width: 44.99875em) {
    .b-info-bar {
      padding-top: 8px; }
      .b-info-bar + .b-post-header .big-headline,
      .b-info-bar + .b-content-module .big-headline {
        margin-top: 24px; }
        .b-info-bar + .b-post-header .big-headline.is-overline, .b-info-bar + .b-post-header .big-headline.is-label,
        .b-info-bar + .b-content-module .big-headline.is-overline,
        .b-info-bar + .b-content-module .big-headline.is-label {
          margin-top: 0; }
      .b-info-bar + .b-cluster .cluster-title-row .cluster-title {
        margin-top: 24px; } }

[data-module="js-scroller"] {
  overflow: hidden;
  position: relative; }
  [data-module="js-scroller"] .js-scroller-viewport {
    overflow: hidden;
    position: relative;
    width: 100%; }
  [data-module="js-scroller"] .js-scroller-cell {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  [data-module="js-scroller"]:not(.is-responsive) {
    content: '{"switchedOff":false}' !important; }
    [data-module="js-scroller"]:not(.is-responsive)::before {
      content: '{"switchedOff":false}' !important;
      font-family: '{"switchedOff":false}' !important;
      visibility: hidden !important;
      display: block !important;
      height: 0 !important;
      width: 0;
      clear: both;
      overflow: hidden; }
    [data-module="js-scroller"]:not(.is-responsive) .js-scroller-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  [data-module="js-scroller"].is-responsive {
    content: '{"switchedOff":true}' !important; }
    [data-module="js-scroller"].is-responsive::before {
      content: '{"switchedOff":true}' !important;
      font-family: '{"switchedOff":true}' !important;
      visibility: hidden !important;
      display: block !important;
      height: 0 !important;
      width: 0;
      clear: both;
      overflow: hidden; }
    @media (min-width: 1024px) {
      [data-module="js-scroller"].is-responsive.is-scroll-on-desktop {
        content: '{"switchedOff":false}' !important; }
        [data-module="js-scroller"].is-responsive.is-scroll-on-desktop::before {
          content: '{"switchedOff":false}' !important;
          font-family: '{"switchedOff":false}' !important;
          visibility: hidden !important;
          display: block !important;
          height: 0 !important;
          width: 0;
          clear: both;
          overflow: hidden; }
        [data-module="js-scroller"].is-responsive.is-scroll-on-desktop .js-scroller-content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
    @media (min-width: 641px) {
      [data-module="js-scroller"].is-responsive.is-scroll-on-tablet {
        content: '{"switchedOff":false}' !important; }
        [data-module="js-scroller"].is-responsive.is-scroll-on-tablet::before {
          content: '{"switchedOff":false}' !important;
          font-family: '{"switchedOff":false}' !important;
          visibility: hidden !important;
          display: block !important;
          height: 0 !important;
          width: 0;
          clear: both;
          overflow: hidden; }
        [data-module="js-scroller"].is-responsive.is-scroll-on-tablet .js-scroller-content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
    @media (min-width: 320px) {
      [data-module="js-scroller"].is-responsive.is-scroll-on-mobile {
        content: '{"switchedOff":false}' !important; }
        [data-module="js-scroller"].is-responsive.is-scroll-on-mobile::before {
          content: '{"switchedOff":false}' !important;
          font-family: '{"switchedOff":false}' !important;
          visibility: hidden !important;
          display: block !important;
          height: 0 !important;
          width: 0;
          clear: both;
          overflow: hidden; }
        [data-module="js-scroller"].is-responsive.is-scroll-on-mobile .js-scroller-content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
    @media (min-width: 1024px) {
      [data-module="js-scroller"].is-responsive.is-scroll-only-on-desktop {
        content: '{"switchedOff":false}' !important; }
        [data-module="js-scroller"].is-responsive.is-scroll-only-on-desktop::before {
          content: '{"switchedOff":false}' !important;
          font-family: '{"switchedOff":false}' !important;
          visibility: hidden !important;
          display: block !important;
          height: 0 !important;
          width: 0;
          clear: both;
          overflow: hidden; }
        [data-module="js-scroller"].is-responsive.is-scroll-only-on-desktop .js-scroller-content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
    @media (min-width: 641px) and (max-width: 1023px) {
      [data-module="js-scroller"].is-responsive.is-scroll-only-on-tablet {
        content: '{"switchedOff":false}' !important; }
        [data-module="js-scroller"].is-responsive.is-scroll-only-on-tablet::before {
          content: '{"switchedOff":false}' !important;
          font-family: '{"switchedOff":false}' !important;
          visibility: hidden !important;
          display: block !important;
          height: 0 !important;
          width: 0;
          clear: both;
          overflow: hidden; }
        [data-module="js-scroller"].is-responsive.is-scroll-only-on-tablet .js-scroller-content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
    @media (min-width: 320px) and (max-width: 640px) {
      [data-module="js-scroller"].is-responsive.is-scroll-only-on-mobile {
        content: '{"switchedOff":false}' !important; }
        [data-module="js-scroller"].is-responsive.is-scroll-only-on-mobile::before {
          content: '{"switchedOff":false}' !important;
          font-family: '{"switchedOff":false}' !important;
          visibility: hidden !important;
          display: block !important;
          height: 0 !important;
          width: 0;
          clear: both;
          overflow: hidden; }
        [data-module="js-scroller"].is-responsive.is-scroll-only-on-mobile .js-scroller-content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }

.js-tabs:not(.is-switched-off) .js-tabs-panel-wrapper {
  position: relative; }

.js-tabs:not(.is-switched-off) .js-tabs-panel {
  display: none;
  -webkit-animation-name: tabsfadeout;
          animation-name: tabsfadeout;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  outline: none; }
  .is-fx > .js-tabs:not(.is-switched-off) .js-tabs-panel.is-open,
  .is-fx > .js-tabs:not(.is-switched-off) .js-tabs-panel.is-closing {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block; }
  .js-tabs:not(.is-switched-off) .js-tabs-panel.is-open {
    display: block;
    -webkit-animation-name: tabsfadein;
            animation-name: tabsfadein; }

[data-module="loadmore"].is-loading .loadmore-btn {
  padding-left: 2.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  [data-module="loadmore"].is-loading .loadmore-btn .loader {
    opacity: 1;
    width: 0.9375rem;
    height: 0.9375rem; }

[data-module="loadmore"]:not(.is-loading) .loadmore-btn .loader {
  display: none; }

@media print, screen and (max-width: 63.99875em) {
  .c--mini-player.is-active {
    top: 3rem; }
    .is-live-tv-page .c--mini-player.is-active {
      top: 12.375rem; } }

@media print, screen and (min-width: 64em) {
  .c--mini-player.is-active {
    top: 3.75rem; }
    .is-live-tv-page .c--mini-player.is-active {
      top: 13.125rem; } }

.c--mini-player:not(.is-active) {
  display: none; }

.c--mini-player.is-active {
  position: fixed;
  left: 0;
  z-index: 98;
  width: 100vw;
  height: 7.75rem;
  background-color: #1b2126;
  color: #fefefe; }

.c--mini-player.no-fullscreen-btn .zdfplayer-fullscreen_enter {
  display: none !important; }

.c--mini-player .mini-player-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.c--mini-player .mini-player-box {
  width: 13.75rem;
  margin-right: 1.5rem; }

.c--mini-player .a--marker {
  position: absolute;
  top: 0; }

.c--mini-player .a--headline {
  margin-top: 1.5rem; }

.c--mini-player .mini-player-time {
  position: absolute;
  bottom: 0.75rem; }

.c--mini-player .mini-player-close {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0.875rem;
  z-index: 10;
  width: 3.125rem;
  height: 3.125rem;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }
  @media (pointer: coarse) {
    .c--mini-player .mini-player-close {
      right: 0; } }
  .c--mini-player .mini-player-close:before {
    font-size: 1.5rem;
    line-height: 3.125rem;
    color: #fefefe; }

@media print, screen and (min-width: 64em) {
  .b-offcanvas {
    content: '{"switchedOff":true}' !important; }
    .b-offcanvas::before {
      content: '{"switchedOff":true}' !important;
      font-family: '{"switchedOff":true}' !important;
      visibility: hidden !important;
      display: block !important;
      height: 0 !important;
      width: 0;
      clear: both;
      overflow: hidden; } }

@media print, screen and (min-width: 64em) {
  body > .top-bar-section {
    display: none; } }

.b-offcanvas-wrap {
  width: 100%;
  overflow-x: hidden; }

@media print, screen and (max-width: 63.99875em) {
  .b-offcanvas-wrap {
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear; }
    .is-js-offcanvas-within .b-offcanvas-wrap {
      -webkit-transform: translateX(250px);
              transform: translateX(250px); }
  .is-offcanvas-viewport {
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-overflow-scrolling: touch; }
  .js-offcanvas-panel {
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    visibility: hidden;
    width: 250px;
    padding-top: 20px;
    padding-left: 20px;
    background: #fefefe;
    -webkit-transition: visibility 0.3s, -webkit-transform 0.3s linear;
    transition: visibility 0.3s, -webkit-transform 0.3s linear;
    transition: visibility 0.3s, transform 0.3s linear;
    transition: visibility 0.3s, transform 0.3s linear, -webkit-transform 0.3s linear;
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px); }
    .js-offcanvas-panel.is-open {
      visibility: inherit;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .js-offcanvas-panel .menu-item,
    .js-offcanvas-panel .dropdown-item {
      padding: 0.3125rem 0; }
      .js-offcanvas-panel .menu-item .link,
      .js-offcanvas-panel .menu-item .dropdown-link,
      .js-offcanvas-panel .dropdown-item .link,
      .js-offcanvas-panel .dropdown-item .dropdown-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 0.625rem; }
        .js-offcanvas-panel .menu-item .link [class^="icon-"],
        .js-offcanvas-panel .menu-item .dropdown-link [class^="icon-"],
        .js-offcanvas-panel .dropdown-item .link [class^="icon-"],
        .js-offcanvas-panel .dropdown-item .dropdown-link [class^="icon-"] {
          margin-right: 1rem; }
        .js-offcanvas-panel .menu-item .link [class^="icon-"]:last-child,
        .js-offcanvas-panel .menu-item .dropdown-link [class^="icon-"]:last-child,
        .js-offcanvas-panel .dropdown-item .link [class^="icon-"]:last-child,
        .js-offcanvas-panel .dropdown-item .dropdown-link [class^="icon-"]:last-child {
          margin-left: auto;
          margin-right: 0; }
    .js-offcanvas-panel .dropdown-block {
      margin-bottom: 2.5rem; }
    .js-offcanvas-panel .menu-item:hover .link, .js-offcanvas-panel .menu-item:focus .link {
      color: #eb0a28; }
    .js-offcanvas-panel .menu-item .link {
      position: relative;
      width: 100%;
      border: none;
      text-align: left;
      color: #1b2126;
      -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
      .js-offcanvas-panel .menu-item .link.is-active, .js-offcanvas-panel .menu-item .link:active {
        color: #eb0a28; }
      .js-offcanvas-panel .menu-item .link:focus:not(.is-keyboardfocus) {
        outline: none; }
    .js-offcanvas-panel .menu-item .messies {
      position: absolute;
      top: 10px;
      left: 140px;
      display: block;
      border-radius: 8px;
      padding: 0.0625rem 0.375rem;
      color: #1b2126; }
    .js-offcanvas-panel .menu-item.is-dropdown .sub-arrow {
      position: absolute;
      top: 0;
      right: 30px; }
    .js-offcanvas-panel .menu-item.is-dropdown:hover .sub-arrow {
      color: #eb0a28; }
    .js-offcanvas-panel .menu-item .dropdown:not(.is-myzdf) {
      overflow-x: hidden;
      overflow-y: auto;
      position: fixed;
      padding-left: 0.625rem;
      padding-top: 0.625rem;
      top: 0;
      bottom: 0;
      left: 0;
      z-index: 9999;
      visibility: hidden;
      width: 250px;
      background: #fefefe;
      -webkit-transition: visibility 400ms, -webkit-transform 400ms ease;
      transition: visibility 400ms, -webkit-transform 400ms ease;
      transition: visibility 400ms, transform 400ms ease;
      transition: visibility 400ms, transform 400ms ease, -webkit-transform 400ms ease;
      -webkit-transform: translateX(250px);
              transform: translateX(250px); }
      .js-offcanvas-panel .menu-item .dropdown:not(.is-myzdf).is-open {
        visibility: inherit;
        -webkit-transform: translateX(0);
                transform: translateX(0); }
    .js-offcanvas-panel .menu-item .dropdown.is-myzdf .dropdown-item:hover, .js-offcanvas-panel .menu-item .dropdown.is-myzdf .dropdown-item:focus {
      background-color: transparent; }
    .js-offcanvas-panel .menu-item .dropdown.is-myzdf .login-btn {
      padding: 5px 32px 0 64px;
      font-weight: 700;
      text-align: left;
      color: #fefefe; }
    .js-offcanvas-panel .menu-item .dropdown .nav-back {
      position: relative;
      display: block;
      width: 100%;
      border: none;
      color: #1b2126;
      cursor: pointer;
      padding: 1.25rem 1.25rem 0.9375rem 0;
      text-align: left;
      -webkit-transition: color 400ms ease-in-out;
      transition: color 400ms ease-in-out; }
      .js-offcanvas-panel .menu-item .dropdown .nav-back:hover, .js-offcanvas-panel .menu-item .dropdown .nav-back:focus {
        color: #eb0a28; }
      .js-offcanvas-panel .menu-item .dropdown .nav-back:focus:not(.is-keyboardfocus) {
        outline: none; }
    .js-offcanvas-panel .menu-item .dropdown .dropdown-item {
      border: none;
      -webkit-transition: background-color 0.3s ease-in-out;
      transition: background-color 0.3s ease-in-out; }
      .js-offcanvas-panel .menu-item .dropdown .dropdown-item.is-active .dropdown-link, .js-offcanvas-panel .menu-item .dropdown .dropdown-item:hover .dropdown-link, .js-offcanvas-panel .menu-item .dropdown .dropdown-item:focus .dropdown-link {
        color: #eb0a28; }
    .js-offcanvas-panel .menu-item .dropdown .dropdown-link {
      position: relative;
      width: 100%;
      font-weight: normal;
      text-align: left;
      color: #1b2126;
      -webkit-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
  .js-offcanvas-backdrop {
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9990;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: opacity 400ms ease-out, visibility 400ms;
    transition: opacity 400ms ease-out, visibility 400ms; }
    .is-js-offcanvas-within .js-offcanvas-backdrop {
      opacity: 1;
      visibility: inherit; }
  /* TODO: Für Crowdtest auskommentiert
    .smartbanner-show {
        .js-offcanvas-panel {
            top: $space-decimal*8;
        }
    } */ }

@media print, screen and (max-width: 44.99875em) {
  .c--onboarding .onboarding-tooltip {
    top: 0;
    padding: 1.5rem 0.5rem; }
    .c--onboarding .onboarding-tooltip .close-onboarding {
      float: left;
      margin-right: 0.5rem; } }

@media print, screen and (min-width: 45em) and (max-width: 63.99875em) {
  .c--onboarding .onboarding-tooltip {
    top: 0;
    padding: 1.5rem 0.5rem; } }

@media print, screen and (min-width: 45em) {
  .c--onboarding .onboarding-wrap.is-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .c--onboarding .onboarding-tooltip {
    width: 26.0625rem;
    padding: 1.5rem;
    top: 3.75rem;
    margin-top: 0.9375rem; }
    .c--onboarding .onboarding-tooltip.is-myzdf {
      right: 2.5rem;
      bottom: -0.75rem;
      left: inherit;
      -webkit-transform: translate(0%, 100%);
              transform: translate(0%, 100%); }
      .c--onboarding .onboarding-tooltip.is-myzdf:before {
        position: absolute;
        top: -0.625rem;
        right: 2.5rem;
        display: block;
        width: 0;
        height: 0;
        border-width: 0 0.625rem 0.625rem 0.625rem;
        border-style: solid;
        border-color: transparent transparent rgba(37, 41, 46, 0.8) transparent;
        content: ""; }
    .c--onboarding .onboarding-tooltip .close-onboarding {
      margin-right: 1.5rem; } }

.c--onboarding .onboarding-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: absolute; }

.c--onboarding .onboarding-tooltip {
  -ms-flex-item-align: center;
      align-self: center;
  z-index: 999;
  color: #fefefe;
  box-shadow: 0 1.5rem 1.875rem 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(55, 66, 74, 0.95); }
  .c--onboarding .onboarding-tooltip:not(.is-open) {
    display: none; }
  .c--onboarding .onboarding-tooltip .paragraph-medium {
    margin-bottom: 1.25rem; }

.c--onboarding .onboarding-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.c--partner-link.color--white {
  color: #fefefe; }

.c--partner-link.color--red {
  color: #eb0a28; }

.c--partner-link.color--dark {
  color: #1b2126; }

@media print, screen and (max-width: 44.99875em) {
  .c--partner-link .partner-link-wrap {
    margin-top: 0.625rem; }
  .c--partner-link .partner-link-description {
    padding-left: 0.9375rem; } }

.c--partner-link .partner-link-wrap {
  overflow: hidden;
  background-color: #f2f4f6;
  max-width: 28.75rem; }
  .c--partner-link .partner-link-wrap .ratio-wrap {
    overflow: hidden; }
  .c--partner-link .partner-link-wrap .zoom-image,
  .c--partner-link .partner-link-wrap .preview-image {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .c--partner-link .partner-link-wrap:hover .zoom-image,
  .c--partner-link .partner-link-wrap:hover .preview-image, .c--partner-link .partner-link-wrap:active .zoom-image,
  .c--partner-link .partner-link-wrap:active .preview-image, .c--partner-link .partner-link-wrap:focus .zoom-image,
  .c--partner-link .partner-link-wrap:focus .preview-image {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05); }
  .c--partner-link .partner-link-wrap:hover .clickarea-link, .c--partner-link .partner-link-wrap:active .clickarea-link, .c--partner-link .partner-link-wrap:focus .clickarea-link {
    text-decoration: underline; }
  .c--partner-link .partner-link-wrap .clickarea-link.is-keyboardfocus {
    text-decoration: underline; }
  .c--partner-link .partner-link-wrap a, .c--partner-link .partner-link-wrap a:visited {
    color: #1b2126; }
  .c--partner-link .partner-link-wrap .partner-link-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.25rem; }
  .c--partner-link .partner-link-wrap .partner-link-ratio-wrap {
    overflow: hidden;
    width: 5.625rem;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .c--partner-link .partner-link-wrap .partner-link-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0.8125rem; }
  .c--partner-link .partner-link-wrap .partner-link-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 0.875rem; }
    .c--partner-link .partner-link-wrap .partner-link-text > *:first-child {
      margin-right: 0.375rem; }
  .c--partner-link .partner-link-wrap:hover .partner-link-underline {
    text-decoration: underline; }

@media print, screen and (max-width: 44.99875em) {
  .b-pin-form p {
    padding: 0 8px; } }

@media print, screen and (min-width: 45em) {
  .b-pin-form .pin-fieldset {
    margin-right: 32px; } }

.b-pin-form .pin-title,
.b-pin-form .pass-title {
  margin-bottom: 8px; }

.b-pin-form .password-btn {
  text-decoration: underline;
  color: #5C6166; }

@media print, screen and (max-width: 63.99875em) {
  .c--playlist-drawer .playlist-wrap {
    padding-top: 2.8125rem; } }

@media print, screen and (min-width: 64em) {
  .c--playlist-drawer .playlist-wrap {
    padding-top: 3.75rem; } }

.c--playlist-drawer.is-open .playlist-wrap {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.c--playlist-drawer.is-open .playlist-background {
  opacity: 0.3;
  visibility: visible; }

.c--playlist-drawer.is-open .playlist-inner {
  visibility: visible; }

.c--playlist-drawer .playlist-status {
  position: absolute;
  top: -100px; }

.c--playlist-drawer .playlist-background {
  opacity: 0.0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  background-color: #0a0a0a;
  position: absolute;
  top: 0;
  right: 0;
  left: -100vw;
  bottom: 0;
  width: 100vw;
  cursor: pointer; }

.c--playlist-drawer .playlist-wrap {
  position: fixed;
  /*
        Fix for mobile devices: We need height 100% here to ensure that the "playlist-wrap" button does not jump
        when the viewport changes when the user scrolls the page and the navigation bar is hidden/shown
        I tried many solutions, this is the only one where the button stays at the same position.
        It does not work if you use top: 0 or height: 100vh 
        */
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: 98;
  width: 17.875rem;
  -webkit-transform: translateX(17.875rem);
          transform: translateX(17.875rem);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }

.c--playlist-drawer .playlist-inner {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-transition: visibility 0.5s;
  transition: visibility 0.5s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 2.8125rem;
  background-color: #fefefe;
  box-shadow: 0 4px 16px 0 rgba(10, 10, 10, 0.1); }
  .c--playlist-drawer .playlist-inner > .a--headline {
    margin: 0 2.5rem 2.1875rem;
    font-weight: 400; }

.c--playlist-drawer .playlist-filter-container {
  position: relative;
  margin-bottom: 1.25rem; }

.c--playlist-drawer .playlist-filter {
  background-color: #f2f4f6;
  padding: 0.9375rem 2.5rem;
  width: 100%; }
  .c--playlist-drawer .playlist-filter.is-disabled {
    opacity: 0.6; }

.c--playlist-drawer .sort-disabled-message {
  position: absolute;
  background-color: #f2f4f6;
  padding: 0 2.5rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  display: none;
  opacity: 0;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
  .c--playlist-drawer .sort-disabled-message.is-enabled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .c--playlist-drawer .sort-disabled-message.is-visible {
    opacity: 1; }

.c--playlist-drawer .playlist-list {
  position: relative;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  background: #fefefe; }
  .c--playlist-drawer .playlist-list .playlist-content:not(:empty) + .playlist-placeholder {
    display: none; }

.c--playlist-drawer .playlist-content {
  margin-left: 2.5rem; }

.c--playlist-drawer .playlist-footer {
  text-align: center;
  padding: 0.9375rem 2.5rem; }
  .playlist-is-empty.c--playlist-drawer .playlist-footer {
    display: none; }

.c--playlist-drawer .playlist-placeholder {
  margin-left: 2.5rem;
  margin-right: 2.5rem; }

.c--playlist-drawer .playlist-flap {
  position: absolute;
  bottom: 100px;
  left: -3.75rem;
  width: 3.75rem;
  height: 5.625rem;
  cursor: pointer;
  background-color: #fefefe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1b2126;
  font-weight: 700;
  box-shadow: -7px 4px 16px 0 rgba(10, 10, 10, 0.1); }
  .c--playlist-drawer .playlist-flap.is-keyboardfocus {
    outline-offset: -2px; }
  .c--playlist-drawer .playlist-flap .playlist-number {
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    font-family: "3satHurme", Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.8125rem;
    text-align: center;
    border-radius: 50%;
    background-color: white; }
    .c--playlist-drawer .playlist-flap .playlist-number:before {
      content: attr(data-playlist-count); }
  .c--playlist-drawer .playlist-flap .icon-playlist-add {
    position: relative;
    font-size: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .c--playlist-drawer .playlist-flap .playlist-number[data-playlist-count="0"] {
    display: none; }

.c--playlist-drawer .playlist-flap-animation {
  animation: move .3s linear forwards;
  -webkit-animation: move .3s linear forwards; }

.c--playlist-drawer .playlist-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 3.125rem;
  height: 3.125rem;
  cursor: pointer;
  font-size: 1.5rem;
  padding-top: 1.25rem;
  text-align: center; }
  .c--playlist-drawer .playlist-close.is-keyboardfocus {
    outline: none; }
    .c--playlist-drawer .playlist-close.is-keyboardfocus:before {
      outline: 2px solid #eb0a28;
      outline-offset: 6px; }

.c--playlist-drawer .playlist-delete-all {
  padding: 0.5rem; }

@media screen and (max-height: 500px) {
  .c--playlist-drawer .playlist-inner {
    padding-top: 0.75rem; }
    .c--playlist-drawer .playlist-inner .a--headline {
      margin-bottom: 0.75rem; }
  .c--playlist-drawer .playlist-close {
    padding-top: 0; }
  .c--playlist-drawer .playlist-filter-container {
    margin-bottom: 0.375rem; }
  .c--playlist-drawer .playlist-filter {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem; }
  .c--playlist-drawer .playlist-footer {
    padding-top: 0;
    padding-bottom: 0; } }

@keyframes move {
  50% {
    width: 6rem;
    left: -6rem; } }

.c--playlist-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  pointer-events: all; }
  .c--playlist-toggle .is-selected,
  .c--playlist-toggle .is-not-selected {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .c--playlist-toggle.m-checked .is-not-selected {
    display: none; }
  .c--playlist-toggle:not(.m-checked) .is-selected {
    display: none; }
  .c--playlist-toggle .is-selected [class^='icon-'] {
    background-color: #1b2126; }
  .c--playlist-toggle input:disabled + .toggle-label {
    opacity: 0.5; }

.b-ratiobox {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  /* padding-bottom should be calculated and rendered in to HTML */
  padding: 0 0 56.25% 0; }
  .b-ratiobox .seamless-percent.is-active {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 4px;
    background-color: rgba(254, 254, 254, 0.7); }
    .b-ratiobox .seamless-percent.is-active .percent-progress {
      position: absolute;
      bottom: 0;
      height: 4px;
      background-color: #1b2126; }
  .b-ratiobox .ratiobox-item {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }

.js-scrollbox .js-scrollbox-list,
.scroll-box .js-scrollbox-list {
  position: relative;
  z-index: 1;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }
  .js-scrollbox .js-scrollbox-list.is-no-scroll,
  .scroll-box .js-scrollbox-list.is-no-scroll {
    overflow-x: hidden; }

.b-scrollto-top {
  margin: 4.375rem auto 1.25rem;
  text-align: center; }
  .b-scrollto-top .top-link {
    position: relative;
    display: inline-block;
    margin: 1rem 0 0;
    font-family: "3satHurme", Arial, sans-serif;
    font-size: 0.875rem;
    text-transform: lowercase;
    white-space: nowrap;
    color: #5C6166;
    background-color: transparent;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .is-topic-page .b-scrollto-top .top-link {
      color: #fefefe; }
    .b-scrollto-top .top-link.is-dark {
      color: #1b2126; }
      .b-scrollto-top .top-link.is-dark:hover {
        color: #eb0a28; }
      .is-topic-page .b-scrollto-top .top-link.is-dark {
        color: #1b2126; }
        .is-topic-page .b-scrollto-top .top-link.is-dark:hover {
          color: #eb0a28; }
    .b-scrollto-top .top-link:hover {
      color: #eb0a28; }
      .b-scrollto-top .top-link:hover:after {
        display: block;
        border-bottom-color: #eb0a28;
        -webkit-transition: border 0.3s ease-in-out;
        transition: border 0.3s ease-in-out; }
    .b-scrollto-top .top-link:focus:after {
      border-bottom-color: #34393F; }
    .b-scrollto-top .top-link:before {
      position: absolute;
      top: 0;
      left: 50%;
      font-size: 1rem;
      -webkit-transform: translate(-50%, -100%);
              transform: translate(-50%, -100%); }
    .b-scrollto-top .top-link:after {
      position: relative;
      top: -3px;
      display: block;
      border-bottom: 1px solid transparent;
      content: "";
      -webkit-transition: border 0.3s ease-in-out;
      transition: border 0.3s ease-in-out; }

@media print, screen and (max-width: 63.99875em) {
  .c--search-trigger {
    padding: 0.75rem 1rem; } }

.is-search-open .c--search-trigger .icon-search {
  display: none; }

.c--search-trigger .icon-cancel {
  display: none; }
  .is-search-open .c--search-trigger .icon-cancel {
    display: block; }

.b-selectbox {
  position: relative;
  display: block;
  width: 100%;
  min-height: 20px;
  outline: none;
  padding: 0 33px 0 0;
  background: transparent;
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  .b-selectbox:focus, .b-selectbox[aria-expanded="true"] {
    outline: 2px solid #FFFF00; }
  .b-selectbox:after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 32px;
    height: 32px;
    background-color: #fefefe;
    content: ""; }
  .b-selectbox.is-disabled {
    opacity: .6;
    pointer-events: none; }
  .b-selectbox.is-input {
    overflow: hidden; }
  .b-selectbox .selectbox-input {
    overflow: hidden;
    display: block;
    width: 100%;
    padding: 0 8px;
    font-family: "3satHurme", Arial, sans-serif;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #34393F;
    background-color: #fefefe;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto; }
    .b-selectbox .selectbox-input:after {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      width: 32px;
      height: 32px;
      font-family: "zdf-iconfont";
      font-weight: normal;
      font-style: normal;
      font-variant: normal;
      text-align: center;
      text-transform: none;
      color: #5C6166;
      content: "\e90a";
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .b-selectbox .selectbox-input .flag {
      width: 32px;
      height: 32px;
      margin-top: -4px;
      border-radius: 50%; }
      .b-selectbox .selectbox-input .flag:first-child {
        margin-right: 4px; }
      .b-selectbox .selectbox-input .flag:last-child {
        margin-left: 4px; }
  .b-selectbox .selectbox-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    text-align: center;
    background-color: #fefefe; }
    .b-selectbox .selectbox-btn:before {
      font-family: "zdf-iconfont";
      font-weight: normal;
      font-style: normal;
      font-variant: normal;
      text-transform: none;
      color: #34393F;
      content: "\e60a";
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .b-selectbox select {
    display: none; }
  .selectbox-popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98;
    visibility: hidden;
    outline: none;
    margin: 2px 0;
    box-shadow: 0 0 4px rgba(52, 57, 63, 0.3);
    background-color: #fefefe; }
    .selectbox-popover.is-open {
      visibility: visible; }
  .selectbox-listbox {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 205px; }
    .selectbox-listbox .listbox-item,
    .selectbox-listbox .listbox-header {
      overflow: hidden;
      border-top: 1px solid #E8E8E8;
      padding: 0 32px 0 8px;
      cursor: pointer; }
      .selectbox-listbox .listbox-item.is-hidden,
      .selectbox-listbox .listbox-header.is-hidden {
        display: none; }
      .selectbox-listbox .listbox-item.is-disabled,
      .selectbox-listbox .listbox-header.is-disabled {
        opacity: .5;
        cursor: auto; }
      .selectbox-listbox .listbox-item:hover, .selectbox-listbox .listbox-item.is-selected, .selectbox-listbox .listbox-item.is-checked,
      .selectbox-listbox .listbox-header:hover,
      .selectbox-listbox .listbox-header.is-selected,
      .selectbox-listbox .listbox-header.is-checked {
        background: #D4D5D5; }
  .listbox-value {
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .listbox-extra {
    float: right; }

@media print, screen and (max-width: 44.99875em) {
  .teaserlist-showmore {
    content: '{"items": ".b-content-teaser-item","count":4}' !important; }
    .teaserlist-showmore::before {
      content: '{"items": ".b-content-teaser-item","count":4}' !important;
      font-family: '{"items": ".b-content-teaser-item","count":4}' !important;
      visibility: hidden !important;
      display: block !important;
      height: 0 !important;
      width: 0;
      clear: both;
      overflow: hidden; }
    .teaserlist-showmore .b-content-teaser-item:nth-child(1n+5):not(.is-showmore-item) {
      display: none; } }

.teaserlist-showmore.is-2-showmorecol.is-show-1-lines {
  content: '{"items": ".b-content-teaser-item","count":2}' !important; }
  .teaserlist-showmore.is-2-showmorecol.is-show-1-lines::before {
    content: '{"items": ".b-content-teaser-item","count":2}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":2}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-2-showmorecol.is-show-1-lines .b-content-teaser-item:nth-child(1n+3):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-2-showmorecol.is-show-2-lines {
  content: '{"items": ".b-content-teaser-item","count":4}' !important; }
  .teaserlist-showmore.is-2-showmorecol.is-show-2-lines::before {
    content: '{"items": ".b-content-teaser-item","count":4}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":4}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-2-showmorecol.is-show-2-lines .b-content-teaser-item:nth-child(1n+5):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-2-showmorecol.is-show-3-lines {
  content: '{"items": ".b-content-teaser-item","count":6}' !important; }
  .teaserlist-showmore.is-2-showmorecol.is-show-3-lines::before {
    content: '{"items": ".b-content-teaser-item","count":6}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":6}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-2-showmorecol.is-show-3-lines .b-content-teaser-item:nth-child(1n+7):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-2-showmorecol.is-show-4-lines {
  content: '{"items": ".b-content-teaser-item","count":8}' !important; }
  .teaserlist-showmore.is-2-showmorecol.is-show-4-lines::before {
    content: '{"items": ".b-content-teaser-item","count":8}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":8}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-2-showmorecol.is-show-4-lines .b-content-teaser-item:nth-child(1n+9):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-2-showmorecol.is-show-5-lines {
  content: '{"items": ".b-content-teaser-item","count":10}' !important; }
  .teaserlist-showmore.is-2-showmorecol.is-show-5-lines::before {
    content: '{"items": ".b-content-teaser-item","count":10}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":10}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-2-showmorecol.is-show-5-lines .b-content-teaser-item:nth-child(1n+11):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-2-showmorecol.is-show-6-lines {
  content: '{"items": ".b-content-teaser-item","count":12}' !important; }
  .teaserlist-showmore.is-2-showmorecol.is-show-6-lines::before {
    content: '{"items": ".b-content-teaser-item","count":12}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":12}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-2-showmorecol.is-show-6-lines .b-content-teaser-item:nth-child(1n+13):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-2-showmorecol.is-show-7-lines {
  content: '{"items": ".b-content-teaser-item","count":14}' !important; }
  .teaserlist-showmore.is-2-showmorecol.is-show-7-lines::before {
    content: '{"items": ".b-content-teaser-item","count":14}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":14}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-2-showmorecol.is-show-7-lines .b-content-teaser-item:nth-child(1n+15):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-2-showmorecol.is-show-8-lines {
  content: '{"items": ".b-content-teaser-item","count":16}' !important; }
  .teaserlist-showmore.is-2-showmorecol.is-show-8-lines::before {
    content: '{"items": ".b-content-teaser-item","count":16}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":16}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-2-showmorecol.is-show-8-lines .b-content-teaser-item:nth-child(1n+17):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-2-showmorecol.is-show-9-lines {
  content: '{"items": ".b-content-teaser-item","count":18}' !important; }
  .teaserlist-showmore.is-2-showmorecol.is-show-9-lines::before {
    content: '{"items": ".b-content-teaser-item","count":18}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":18}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-2-showmorecol.is-show-9-lines .b-content-teaser-item:nth-child(1n+19):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-2-showmorecol.is-show-10-lines {
  content: '{"items": ".b-content-teaser-item","count":20}' !important; }
  .teaserlist-showmore.is-2-showmorecol.is-show-10-lines::before {
    content: '{"items": ".b-content-teaser-item","count":20}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":20}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-2-showmorecol.is-show-10-lines .b-content-teaser-item:nth-child(1n+21):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-3-showmorecol.is-show-1-lines {
  content: '{"items": ".b-content-teaser-item","count":3}' !important; }
  .teaserlist-showmore.is-3-showmorecol.is-show-1-lines::before {
    content: '{"items": ".b-content-teaser-item","count":3}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":3}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-3-showmorecol.is-show-1-lines .b-content-teaser-item:nth-child(1n+4):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-3-showmorecol.is-show-2-lines {
  content: '{"items": ".b-content-teaser-item","count":6}' !important; }
  .teaserlist-showmore.is-3-showmorecol.is-show-2-lines::before {
    content: '{"items": ".b-content-teaser-item","count":6}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":6}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-3-showmorecol.is-show-2-lines .b-content-teaser-item:nth-child(1n+7):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-3-showmorecol.is-show-3-lines {
  content: '{"items": ".b-content-teaser-item","count":9}' !important; }
  .teaserlist-showmore.is-3-showmorecol.is-show-3-lines::before {
    content: '{"items": ".b-content-teaser-item","count":9}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":9}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-3-showmorecol.is-show-3-lines .b-content-teaser-item:nth-child(1n+10):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-3-showmorecol.is-show-4-lines {
  content: '{"items": ".b-content-teaser-item","count":12}' !important; }
  .teaserlist-showmore.is-3-showmorecol.is-show-4-lines::before {
    content: '{"items": ".b-content-teaser-item","count":12}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":12}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-3-showmorecol.is-show-4-lines .b-content-teaser-item:nth-child(1n+13):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-3-showmorecol.is-show-5-lines {
  content: '{"items": ".b-content-teaser-item","count":15}' !important; }
  .teaserlist-showmore.is-3-showmorecol.is-show-5-lines::before {
    content: '{"items": ".b-content-teaser-item","count":15}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":15}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-3-showmorecol.is-show-5-lines .b-content-teaser-item:nth-child(1n+16):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-3-showmorecol.is-show-6-lines {
  content: '{"items": ".b-content-teaser-item","count":18}' !important; }
  .teaserlist-showmore.is-3-showmorecol.is-show-6-lines::before {
    content: '{"items": ".b-content-teaser-item","count":18}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":18}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-3-showmorecol.is-show-6-lines .b-content-teaser-item:nth-child(1n+19):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-3-showmorecol.is-show-7-lines {
  content: '{"items": ".b-content-teaser-item","count":21}' !important; }
  .teaserlist-showmore.is-3-showmorecol.is-show-7-lines::before {
    content: '{"items": ".b-content-teaser-item","count":21}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":21}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-3-showmorecol.is-show-7-lines .b-content-teaser-item:nth-child(1n+22):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-3-showmorecol.is-show-8-lines {
  content: '{"items": ".b-content-teaser-item","count":24}' !important; }
  .teaserlist-showmore.is-3-showmorecol.is-show-8-lines::before {
    content: '{"items": ".b-content-teaser-item","count":24}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":24}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-3-showmorecol.is-show-8-lines .b-content-teaser-item:nth-child(1n+25):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-3-showmorecol.is-show-9-lines {
  content: '{"items": ".b-content-teaser-item","count":27}' !important; }
  .teaserlist-showmore.is-3-showmorecol.is-show-9-lines::before {
    content: '{"items": ".b-content-teaser-item","count":27}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":27}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-3-showmorecol.is-show-9-lines .b-content-teaser-item:nth-child(1n+28):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-3-showmorecol.is-show-10-lines {
  content: '{"items": ".b-content-teaser-item","count":30}' !important; }
  .teaserlist-showmore.is-3-showmorecol.is-show-10-lines::before {
    content: '{"items": ".b-content-teaser-item","count":30}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":30}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-3-showmorecol.is-show-10-lines .b-content-teaser-item:nth-child(1n+31):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-4-showmorecol.is-show-1-lines {
  content: '{"items": ".b-content-teaser-item","count":4}' !important; }
  .teaserlist-showmore.is-4-showmorecol.is-show-1-lines::before {
    content: '{"items": ".b-content-teaser-item","count":4}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":4}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-4-showmorecol.is-show-1-lines .b-content-teaser-item:nth-child(1n+5):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-4-showmorecol.is-show-2-lines {
  content: '{"items": ".b-content-teaser-item","count":8}' !important; }
  .teaserlist-showmore.is-4-showmorecol.is-show-2-lines::before {
    content: '{"items": ".b-content-teaser-item","count":8}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":8}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-4-showmorecol.is-show-2-lines .b-content-teaser-item:nth-child(1n+9):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-4-showmorecol.is-show-3-lines {
  content: '{"items": ".b-content-teaser-item","count":12}' !important; }
  .teaserlist-showmore.is-4-showmorecol.is-show-3-lines::before {
    content: '{"items": ".b-content-teaser-item","count":12}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":12}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-4-showmorecol.is-show-3-lines .b-content-teaser-item:nth-child(1n+13):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-4-showmorecol.is-show-4-lines {
  content: '{"items": ".b-content-teaser-item","count":16}' !important; }
  .teaserlist-showmore.is-4-showmorecol.is-show-4-lines::before {
    content: '{"items": ".b-content-teaser-item","count":16}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":16}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-4-showmorecol.is-show-4-lines .b-content-teaser-item:nth-child(1n+17):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-4-showmorecol.is-show-5-lines {
  content: '{"items": ".b-content-teaser-item","count":20}' !important; }
  .teaserlist-showmore.is-4-showmorecol.is-show-5-lines::before {
    content: '{"items": ".b-content-teaser-item","count":20}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":20}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-4-showmorecol.is-show-5-lines .b-content-teaser-item:nth-child(1n+21):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-4-showmorecol.is-show-6-lines {
  content: '{"items": ".b-content-teaser-item","count":24}' !important; }
  .teaserlist-showmore.is-4-showmorecol.is-show-6-lines::before {
    content: '{"items": ".b-content-teaser-item","count":24}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":24}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-4-showmorecol.is-show-6-lines .b-content-teaser-item:nth-child(1n+25):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-4-showmorecol.is-show-7-lines {
  content: '{"items": ".b-content-teaser-item","count":28}' !important; }
  .teaserlist-showmore.is-4-showmorecol.is-show-7-lines::before {
    content: '{"items": ".b-content-teaser-item","count":28}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":28}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-4-showmorecol.is-show-7-lines .b-content-teaser-item:nth-child(1n+29):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-4-showmorecol.is-show-8-lines {
  content: '{"items": ".b-content-teaser-item","count":32}' !important; }
  .teaserlist-showmore.is-4-showmorecol.is-show-8-lines::before {
    content: '{"items": ".b-content-teaser-item","count":32}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":32}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-4-showmorecol.is-show-8-lines .b-content-teaser-item:nth-child(1n+33):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-4-showmorecol.is-show-9-lines {
  content: '{"items": ".b-content-teaser-item","count":36}' !important; }
  .teaserlist-showmore.is-4-showmorecol.is-show-9-lines::before {
    content: '{"items": ".b-content-teaser-item","count":36}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":36}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-4-showmorecol.is-show-9-lines .b-content-teaser-item:nth-child(1n+37):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-4-showmorecol.is-show-10-lines {
  content: '{"items": ".b-content-teaser-item","count":40}' !important; }
  .teaserlist-showmore.is-4-showmorecol.is-show-10-lines::before {
    content: '{"items": ".b-content-teaser-item","count":40}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":40}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-4-showmorecol.is-show-10-lines .b-content-teaser-item:nth-child(1n+41):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-6-showmorecol.is-show-1-lines {
  content: '{"items": ".b-content-teaser-item","count":6}' !important; }
  .teaserlist-showmore.is-6-showmorecol.is-show-1-lines::before {
    content: '{"items": ".b-content-teaser-item","count":6}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":6}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-6-showmorecol.is-show-1-lines .b-content-teaser-item:nth-child(1n+7):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-6-showmorecol.is-show-2-lines {
  content: '{"items": ".b-content-teaser-item","count":12}' !important; }
  .teaserlist-showmore.is-6-showmorecol.is-show-2-lines::before {
    content: '{"items": ".b-content-teaser-item","count":12}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":12}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-6-showmorecol.is-show-2-lines .b-content-teaser-item:nth-child(1n+13):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-6-showmorecol.is-show-3-lines {
  content: '{"items": ".b-content-teaser-item","count":18}' !important; }
  .teaserlist-showmore.is-6-showmorecol.is-show-3-lines::before {
    content: '{"items": ".b-content-teaser-item","count":18}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":18}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-6-showmorecol.is-show-3-lines .b-content-teaser-item:nth-child(1n+19):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-6-showmorecol.is-show-4-lines {
  content: '{"items": ".b-content-teaser-item","count":24}' !important; }
  .teaserlist-showmore.is-6-showmorecol.is-show-4-lines::before {
    content: '{"items": ".b-content-teaser-item","count":24}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":24}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-6-showmorecol.is-show-4-lines .b-content-teaser-item:nth-child(1n+25):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-6-showmorecol.is-show-5-lines {
  content: '{"items": ".b-content-teaser-item","count":30}' !important; }
  .teaserlist-showmore.is-6-showmorecol.is-show-5-lines::before {
    content: '{"items": ".b-content-teaser-item","count":30}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":30}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-6-showmorecol.is-show-5-lines .b-content-teaser-item:nth-child(1n+31):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-6-showmorecol.is-show-6-lines {
  content: '{"items": ".b-content-teaser-item","count":36}' !important; }
  .teaserlist-showmore.is-6-showmorecol.is-show-6-lines::before {
    content: '{"items": ".b-content-teaser-item","count":36}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":36}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-6-showmorecol.is-show-6-lines .b-content-teaser-item:nth-child(1n+37):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-6-showmorecol.is-show-7-lines {
  content: '{"items": ".b-content-teaser-item","count":42}' !important; }
  .teaserlist-showmore.is-6-showmorecol.is-show-7-lines::before {
    content: '{"items": ".b-content-teaser-item","count":42}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":42}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-6-showmorecol.is-show-7-lines .b-content-teaser-item:nth-child(1n+43):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-6-showmorecol.is-show-8-lines {
  content: '{"items": ".b-content-teaser-item","count":48}' !important; }
  .teaserlist-showmore.is-6-showmorecol.is-show-8-lines::before {
    content: '{"items": ".b-content-teaser-item","count":48}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":48}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-6-showmorecol.is-show-8-lines .b-content-teaser-item:nth-child(1n+49):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-6-showmorecol.is-show-9-lines {
  content: '{"items": ".b-content-teaser-item","count":54}' !important; }
  .teaserlist-showmore.is-6-showmorecol.is-show-9-lines::before {
    content: '{"items": ".b-content-teaser-item","count":54}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":54}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-6-showmorecol.is-show-9-lines .b-content-teaser-item:nth-child(1n+55):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-6-showmorecol.is-show-10-lines {
  content: '{"items": ".b-content-teaser-item","count":60}' !important; }
  .teaserlist-showmore.is-6-showmorecol.is-show-10-lines::before {
    content: '{"items": ".b-content-teaser-item","count":60}' !important;
    font-family: '{"items": ".b-content-teaser-item","count":60}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  .teaserlist-showmore.is-6-showmorecol.is-show-10-lines .b-content-teaser-item:nth-child(1n+61):not(.is-showmore-item) {
    display: none; }

.teaserlist-showmore.is-showmore-16::before, .teaserlist-showmore.is-showmore-24::before, .teaserlist-showmore:not(.is-showmore-16):not(.is-showmore-24)::before, .broadcastlist-showmore::before {
  visibility: hidden !important;
  height: 0 !important;
  width: 0;
  clear: both;
  overflow: hidden; }

.b-sitemap {
  overflow: hidden; }
  @media print, screen and (max-width: 44.99875em) {
    .b-sitemap {
      overflow: hidden;
      clear: both; }
      .b-sitemap .block {
        margin-bottom: 2rem; }
        .b-sitemap .block:last-child {
          margin-bottom: 0; } }
  @media print, screen and (min-width: 45em) {
    .b-sitemap {
      margin-bottom: -2.5rem; }
      .b-sitemap .block-list {
        padding-bottom: 2.5rem; }
      .b-sitemap .sitemap-content {
        -webkit-column-count: 3;
           -moz-column-count: 3;
                column-count: 3;
        -webkit-column-gap: 0.375rem;
           -moz-column-gap: 0.375rem;
                column-gap: 0.375rem; }
      .b-sitemap .block {
        -webkit-column-break-inside: avoid;
           page-break-inside: avoid;
                break-inside: avoid; } }
  .b-sitemap .block-title {
    margin-bottom: 0.5rem;
    font-weight: 700; }
  .b-sitemap .block-item:last-child .block-link {
    margin-bottom: 0; }
  .b-sitemap .block-link {
    display: inline-block;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid transparent;
    color: #34393F; }
    .b-sitemap .block-link:hover, .b-sitemap .block-link:focus {
      border-bottom: 1px solid #000; }

.smartbanner-show .o--header,
.smartbanner-show .js-offcanvas-panel {
  top: 5rem; }

.smartbanner-show .b-offcanvas-wrap {
  padding-top: 5rem; }

.smartbanner-show .o--epg .epg-content .options-bar {
  top: 7.9375rem; }

.smartbanner-show .playlist-wrap {
  height: calc(100% - 5rem); }

.smartbanner-show .smartbanner {
  display: block; }

/** Default **/
.smartbanner {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-family: 'Helvetica Neue', sans-serif;
  background: #f4f4f4;
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none; }

.smartbanner-container {
  margin: 0 auto;
  white-space: nowrap; }

.smartbanner-close {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 5px;
  font-family: 'ArialRoundedMTBold', Arial;
  font-size: 20px;
  text-align: center;
  color: #888;
  text-decoration: none;
  border: 0;
  border-radius: 14px;
  -webkit-font-smoothing: subpixel-antialiased; }

.smartbanner-close:active,
.smartbanner-close:hover {
  color: #aaa; }

.smartbanner-icon {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  margin-right: 12px;
  background-size: cover; }

.smartbanner-info {
  display: inline-block;
  vertical-align: middle;
  width: 44%;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: bold; }

.smartbanner-title {
  font-size: 13px;
  line-height: 18px; }

.smartbanner-button {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: #6a6a6a;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

.smartbanner-button:active,
.smartbanner-button:hover {
  color: #aaa; }

/** iOS **/
.smartbanner-ios {
  background: #f4f4f4;
  background: -webkit-linear-gradient(top, #f4f4f4, #cdcdcd);
  background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  line-height: 80px; }

.smartbanner-ios .smartbanner-close {
  border: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #888;
  text-shadow: 0 1px 0 white; }

.smartbanner-ios .smartbanner-close:active,
.smartbanner-ios .smartbanner-close:hover {
  color: #aaa; }

.smartbanner-ios .smartbanner-icon {
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  background-size: 63px 63px;
  background-position: -3px -3px;
  background-repeat: no-repeat; }

.smartbanner-ios .smartbanner-info {
  color: #6a6a6a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

.smartbanner-ios .smartbanner-title {
  color: #4d4d4d;
  font-weight: bold; }

.smartbanner-ios .smartbanner-button {
  padding: 0 10px;
  min-width: 10%;
  color: #6a6a6a;
  background: #efefef;
  background: -webkit-linear-gradient(top, #efefef, #dcdcdc);
  background: linear-gradient(to bottom, #efefef, #dcdcdc);
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 0 rgba(255, 255, 255, 0.7) inset; }

.smartbanner-ios .smartbanner-button:active,
.smartbanner-ios .smartbanner-button:hover {
  background: #dcdcdc;
  background: -webkit-linear-gradient(top, #dcdcdc, #efefef);
  background: linear-gradient(to bottom, #dcdcdc, #efefef); }

/** Android **/
.smartbanner-android {
  background: #3d3d3d url(data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7);
  box-shadow: inset 0 4px 0 #88b131;
  line-height: 82px; }

.smartbanner-android .smartbanner-close {
  border: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  margin-right: 7px;
  color: #b1b1b3;
  background: #1c1e21;
  text-shadow: 0 1px 1px #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3); }

.smartbanner-android .smartbanner-close:active,
.smartbanner-android .smartbanner-close:hover {
  color: #eee; }

.smartbanner-android .smartbanner-icon {
  background-color: transparent;
  box-shadow: none; }

.smartbanner-android .smartbanner-info {
  color: #ccc;
  text-shadow: 0 1px 2px #000; }

.smartbanner-android .smartbanner-title {
  color: #fff;
  font-weight: bold; }

.smartbanner-android .smartbanner-button {
  min-width: 12%;
  color: #d1d1d1;
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc; }

.smartbanner-android .smartbanner-button:active,
.smartbanner-android .smartbanner-button:hover {
  background: none; }

.smartbanner-android .smartbanner-button-text {
  text-align: center;
  display: block;
  padding: 0 10px;
  background: #42b6c9;
  background: -webkit-linear-gradient(top, #42b6c9, #39a9bb);
  background: linear-gradient(to bottom, #42b6c9, #39a9bb);
  text-transform: none;
  text-shadow: none;
  box-shadow: none; }

.smartbanner-android .smartbanner-button-text:active,
.smartbanner-android .smartbanner-button-text:hover {
  background: #2ac7e1; }

/** Windows **/
.smartbanner-windows {
  background: #f4f4f4;
  background: -webkit-linear-gradient(top, #f4f4f4, #cdcdcd);
  background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  line-height: 80px; }

.smartbanner-windows .smartbanner-close {
  border: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #888;
  text-shadow: 0 1px 0 white; }

.smartbanner-windows .smartbanner-close:active,
.smartbanner-windows .smartbanner-close:hover {
  color: #aaa; }

.smartbanner-windows .smartbanner-icon {
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

.smartbanner-windows .smartbanner-info {
  color: #6a6a6a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

.smartbanner-windows .smartbanner-title {
  color: #4d4d4d;
  font-weight: bold; }

.smartbanner-windows .smartbanner-button {
  padding: 0 10px;
  min-width: 10%;
  color: #6a6a6a;
  background: #efefef;
  background: -webkit-linear-gradient(top, #efefef, #dcdcdc);
  background: linear-gradient(to bottom, #efefef, #dcdcdc);
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 0 rgba(255, 255, 255, 0.7) inset; }

.smartbanner-windows .smartbanner-button:active,
.smartbanner-windows .smartbanner-button:hover {
  background: #dcdcdc;
  background: -webkit-linear-gradient(top, #dcdcdc, #efefef);
  background: linear-gradient(to bottom, #dcdcdc, #efefef); }

.social-media-quote {
  margin-top: 10px; }
  @media print, screen and (max-width: 44.99875em) {
    .social-media-quote {
      margin-bottom: 2.375rem; } }
  @media print, screen and (min-width: 45em) {
    .social-media-quote {
      margin-bottom: 1.375rem; } }
  .social-media-quote .inner {
    background-color: #dcddde; }
  .social-media-quote .head {
    position: relative;
    min-height: 3.4375rem; }
    @media print, screen and (max-width: 44.99875em) {
      .social-media-quote .head {
        padding: 1rem 7.5rem 1rem 1rem; } }
    @media print, screen and (min-width: 45em) {
      .social-media-quote .head {
        padding: 1rem 7.5rem 1rem 3rem; } }
  .social-media-quote .quote-wrap {
    min-height: 12.5rem; }
  .social-media-quote .social-platform {
    position: absolute;
    top: 0.75rem;
    right: 1.5rem;
    width: 1.875rem;
    height: 1.875rem; }
    .social-media-quote .social-platform .tag {
      width: 100%;
      height: auto; }
  .social-media-quote .social-title {
    margin: 0; }
  .social-media-quote .two-click-wrap {
    background-color: #1b2126; }
    @media print, screen and (max-width: 44.99875em) {
      .social-media-quote .two-click-wrap {
        padding: 1rem 0 3rem; } }
    @media print, screen and (min-width: 45em) {
      .social-media-quote .two-click-wrap {
        padding: 1rem 1rem 3rem; } }
    .social-media-quote .two-click-wrap p,
    .social-media-quote .two-click-wrap a {
      color: #fefefe; }
    .social-media-quote .two-click-wrap p {
      margin-bottom: 1rem; }
    .social-media-quote .two-click-wrap .data-head {
      margin-bottom: 0.5rem; }
    .social-media-quote .two-click-wrap .agree-btn {
      display: block;
      margin: 0 auto; }
  @media print, screen and (max-width: 44.99875em) {
    .social-media-quote .panel {
      padding: 0 1rem 1rem; } }
  @media print, screen and (min-width: 45em) {
    .social-media-quote .panel {
      padding: 0 3rem 3rem; } }
  .social-media-quote .fb-wrap {
    overflow: hidden;
    position: relative; }
    .social-media-quote .fb-wrap .fb_iframe_widget,
    .social-media-quote .fb-wrap .fb_iframe_widget > span,
    .social-media-quote .fb-wrap iframe {
      width: 100% !important;
      height: auto; }
    .social-media-quote .fb-wrap .uiScaledImageContainer {
      max-width: 100% !important; }
  .social-media-quote .tw-wrap .twitter-tweet {
    width: 100% !important;
    margin: 0 !important; }
  .social-media-quote .insta-wrap {
    overflow: hidden;
    position: relative; }
    .social-media-quote .insta-wrap iframe {
      width: 100% !important;
      margin: 0 !important; }

@media print, screen and (max-width: 44.99875em) {
  .js-stageitemscroller-pagination-btn {
    padding: 11px 8px; }
    .js-stageitemscroller-pagination-btn.is-selected:before {
      background-color: #1b2126; } }

.js-stageitemscroller-pagination-btn {
  padding: 5px 8px; }
  .js-stageitemscroller-pagination-btn.is-selected:before {
    background-color: #000; }

.js-stageitemscroller {
  overflow: hidden;
  position: relative; }

.js-stageitemscroller-viewport {
  overflow: hidden;
  position: relative;
  width: 100%; }

.js-stageitemscroller-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.js-stageitemscroller-cell {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

.js-stageitemscroller-pagination-btn {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 16px;
  margin: 0;
  background: none;
  cursor: pointer; }
  .js-stageitemscroller-pagination-btn:before {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    background-color: #fefefe;
    content: ""; }

.c--topic-airdate-panel {
  outline: none;
  width: 18.75rem;
  position: relative;
  z-index: 1; }
  .c--topic-airdate-panel.is-open .panel-body {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  .c--topic-airdate-panel .panel-header {
    position: relative;
    z-index: 2; }
  .c--topic-airdate-panel .panel-body {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s; }
  .c--topic-airdate-panel .m--topic-airdate {
    height: auto; }
    .c--topic-airdate-panel .m--topic-airdate .date-cell {
      padding: 0.625rem; }

.typeahead-popover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0 !important;
  z-index: 99;
  visibility: hidden;
  background: #1b2126;
  color: #fefefe;
  width: 100vw;
  -webkit-transition: opacity 400ms, visibility 400ms;
  transition: opacity 400ms, visibility 400ms; }
  @media print, screen and (max-width: 63.99875em) {
    .typeahead-popover {
      margin-top: 7px; } }
  @media print, screen and (min-width: 64em) {
    .typeahead-popover {
      margin: 2px 0; }
      .typeahead-popover .typeahead-listbox {
        padding: 1rem 7.5rem; } }
  .typeahead-popover.is-open {
    opacity: 1;
    visibility: visible; }
  .typeahead-popover .typeahead-listbox {
    overflow-x: hidden;
    overflow-y: auto; }
  .typeahead-popover .typeahead-listbox-item {
    overflow: hidden;
    cursor: pointer;
    color: #fefefe; }
    .typeahead-popover .typeahead-listbox-item .listbox-value {
      font-size: 1rem;
      line-height: 2.875rem;
      color: #fefefe; }
    .typeahead-popover .typeahead-listbox-item mark {
      color: #fefefe;
      background-color: #37424a;
      font-weight: bold; }
    .typeahead-popover .typeahead-listbox-item.is-disabled {
      opacity: .5;
      cursor: auto; }
    .typeahead-popover .typeahead-listbox-item.is-selected {
      color: #eb0a28; }

.b-video-carousel {
  position: relative;
  margin: 3rem auto 0;
  max-width: 1300px; }
  @media print, screen and (max-width: 44.99875em) {
    .b-video-carousel .video-carousel-cell {
      width: 100%; }
    .b-video-carousel .video-carousel-btn-prev,
    .b-video-carousel .video-carousel-btn-next,
    .b-video-carousel .video-carousel-arrow-prev,
    .b-video-carousel .video-carousel-arrow-next {
      display: none; } }
  .b-video-carousel .video-carousel-arrows {
    position: absolute;
    left: 50%;
    top: 11.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.5625rem;
    color: #eb0a28; }
    .b-video-carousel .video-carousel-arrows .video-carousel-arrow-prev {
      position: absolute;
      left: -262px; }
    .b-video-carousel .video-carousel-arrows .video-carousel-arrow-next {
      position: absolute;
      left: 237px; }
  @media print, screen and (min-width: 45em) {
    .b-video-carousel .video-carousel-cell {
      width: 460px; }
    .b-video-carousel .a--headline {
      text-align: center; }
    .b-video-carousel .video-carousel-btn-prev {
      background-color: transparent;
      text-align: right;
      -webkit-transform: translate(-14.6875rem, -12.9375rem);
              transform: translate(-14.6875rem, -12.9375rem);
      height: 81%;
      width: 50%; }
    .b-video-carousel .video-carousel-btn-next {
      background-color: transparent;
      text-align: left;
      -webkit-transform: translate(14.6875rem, -12.9375rem);
              transform: translate(14.6875rem, -12.9375rem);
      height: 81%;
      width: 50%; } }
  .b-video-carousel.context-topic--white .video-carousel-arrows {
    color: #fefefe; }
  .b-video-carousel.context-topic--dark .video-carousel-arrows {
    color: #1b2126; }
  .b-video-carousel.context-topic .pagination-wrap--white .video-carousel-pagination .video-carousel-pagination-btn ::before {
    background-color: #fefefe; }
  .b-video-carousel.context-topic .pagination-wrap--red .video-carousel-pagination .video-carousel-pagination-btn ::before {
    background-color: #eb0a28; }
  .b-video-carousel.context-topic .pagination-wrap--dark .video-carousel-pagination .video-carousel-pagination-btn ::before {
    background-color: #1b2126; }
  .b-video-carousel .video-carousel {
    content: '{"usePx":true}' !important;
    position: relative; }
    .b-video-carousel .video-carousel::before {
      content: '{"usePx":true}' !important;
      font-family: '{"usePx":true}' !important;
      visibility: hidden !important;
      display: block !important;
      height: 0 !important;
      width: 0;
      clear: both;
      overflow: hidden; }
  .b-video-carousel .video-carousel-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-transform: translateX(calc(50% - 230px));
            transform: translateX(calc(50% - 230px)); }
  .b-video-carousel .video-carousel-viewport {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%; }
  .b-video-carousel .video-carousel-cell {
    position: relative;
    outline: none;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0.625rem 0; }
    .b-video-carousel .video-carousel-cell .video-carousel-item {
      -webkit-transition: -webkit-transform 400ms ease-out;
      transition: -webkit-transform 400ms ease-out;
      transition: transform 400ms ease-out;
      transition: transform 400ms ease-out, -webkit-transform 400ms ease-out; }
    .b-video-carousel .video-carousel-cell:not(.is-active) .video-carousel-item {
      -webkit-transform: scale(0.83);
              transform: scale(0.83);
      pointer-events: none; }
    .b-video-carousel .video-carousel-cell .b-zdfplayer {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      -webkit-transition: opacity 0.3s, visibility 0.3s;
      transition: opacity 0.3s, visibility 0.3s; }
    .b-video-carousel .video-carousel-cell.is-player-started .c--playlist-toggle {
      visibility: hidden;
      display: none; }
  .b-video-carousel .b-playerbox:not(.is-initial-state) ~ .c--playlist-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .b-video-carousel .pagination-wrap--white .video-carousel-pagination {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .b-video-carousel .pagination-wrap--white .video-carousel-pagination .video-carousel-pagination-btn {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 2.25rem;
      height: 2.625rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; }
      .b-video-carousel .pagination-wrap--white .video-carousel-pagination .video-carousel-pagination-btn:before {
        content: "";
        width: 1rem;
        height: 0.125rem;
        background-color: #fefefe; }
      .b-video-carousel .pagination-wrap--white .video-carousel-pagination .video-carousel-pagination-btn.is-selected {
        cursor: default; }
        .b-video-carousel .pagination-wrap--white .video-carousel-pagination .video-carousel-pagination-btn.is-selected:before {
          background-color: #eb0a28;
          height: 0.3125rem; }
  .b-video-carousel .pagination-wrap--red .video-carousel-pagination {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .b-video-carousel .pagination-wrap--red .video-carousel-pagination .video-carousel-pagination-btn {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 2.25rem;
      height: 2.625rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; }
      .b-video-carousel .pagination-wrap--red .video-carousel-pagination .video-carousel-pagination-btn:before {
        content: "";
        width: 1rem;
        height: 0.125rem;
        background-color: #eb0a28; }
      .b-video-carousel .pagination-wrap--red .video-carousel-pagination .video-carousel-pagination-btn.is-selected {
        cursor: default; }
        .b-video-carousel .pagination-wrap--red .video-carousel-pagination .video-carousel-pagination-btn.is-selected:before {
          background-color: #eb0a28;
          height: 0.3125rem; }
  .b-video-carousel .pagination-wrap--dark .video-carousel-pagination {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .b-video-carousel .pagination-wrap--dark .video-carousel-pagination .video-carousel-pagination-btn {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 2.25rem;
      height: 2.625rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; }
      .b-video-carousel .pagination-wrap--dark .video-carousel-pagination .video-carousel-pagination-btn:before {
        content: "";
        width: 1rem;
        height: 0.125rem;
        background-color: #1b2126; }
      .b-video-carousel .pagination-wrap--dark .video-carousel-pagination .video-carousel-pagination-btn.is-selected {
        cursor: default; }
        .b-video-carousel .pagination-wrap--dark .video-carousel-pagination .video-carousel-pagination-btn.is-selected:before {
          background-color: #eb0a28;
          height: 0.3125rem; }

.c--video-module {
  padding: 0; }
  .c--video-module .is-topic-content {
    position: relative;
    z-index: 4;
    padding-left: 0.9375rem;
    color: #fefefe;
    font-size: 2.5rem; }
    .c--video-module .is-topic-content .icon-icon-topic {
      position: absolute;
      bottom: 0px; }
    .c--video-module .is-topic-content:after {
      content: '';
      position: absolute;
      height: 0.125rem;
      background-color: white;
      bottom: 0;
      left: 0.9375rem;
      width: 2.5rem; }
  @media print, screen and (max-width: 63.99875em) {
    .c--video-module .main-content-right {
      display: none; }
    .c--video-module .mobile-list-checkbox:checked + .mobile-list-wrap dl:not(:first-child) {
      opacity: 1;
      visibility: visible;
      height: 3.125rem; }
    .c--video-module .mobile-list-checkbox:checked ~ .mobile-list-open {
      display: none; }
    .c--video-module .mobile-list-checkbox:checked ~ .mobile-list-close {
      display: block; }
    .c--video-module .mobile-list-wrap dl:not(:first-child) {
      opacity: 0;
      visibility: hidden;
      height: 0;
      -webkit-transition: opacity 0.3s, visibility 0.3s, height 0.3s;
      transition: opacity 0.3s, visibility 0.3s, height 0.3s; }
    .c--video-module .mobile-list-open,
    .c--video-module .mobile-list-close {
      position: absolute;
      top: 0;
      right: 0; }
    .c--video-module .mobile-list-open {
      display: block;
      cursor: pointer; }
    .c--video-module .mobile-list-close {
      display: none;
      cursor: pointer; }
    .c--video-module .video-info-mobile {
      margin: 1.25rem 0 0.9375rem;
      position: relative; }
      .c--video-module .video-info-mobile .a--attribute-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
        .c--video-module .video-info-mobile .a--attribute-list .attribute-list-title,
        .c--video-module .video-info-mobile .a--attribute-list .attribute-list-desc {
          margin-right: 1rem; }
      .c--video-module .video-info-mobile .attribute-list-desc:not(.has-border) {
        font-size: 0.875rem;
        line-height: 1.25rem; }
    .c--video-module .video-module-info-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-top: 1px solid rgba(220, 221, 222, 0.1); }
      .c--video-module .video-module-info-footer .m--social-bar {
        margin-right: 2.5rem; }
    .c--video-module .video-info-mobile .a--attribute-list .attribute-list-desc.is-bold {
      white-space: nowrap; } }
  @media print, screen and (min-width: 45em) and (max-width: 63.99875em) {
    .c--video-module .video-module-info-footer .a--download {
      margin-top: 1rem; } }
  @media print, screen and (min-width: 64em) {
    .c--video-module .video-module-info-footer .a--download {
      margin-top: 1.625rem; } }
  .c--video-module .video-module-video {
    position: relative; }
    .c--video-module .video-module-video .c--playlist-toggle {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 5; }
  .c--video-module .video-module-image {
    margin: 2.5rem 0 1rem; }
  .c--video-module.has-video + .o--related-content {
    margin-top: 0; }
  .c--video-module .a--attribute-list .attribute-list-desc,
  .c--video-module .a--attribute-list dd {
    font-size: 0.875rem; }
  .c--video-module .a--attribute-list .attribute-list-title {
    color: #818a8f; }

.android-player-teaser .stage-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 -24px; }

.android-player-teaser .android-poster {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.b-playerbox {
  /* Landscape Phones -> pip disabled */
  /* Landscape Tablets -> pip enabled */ }
  @media print, screen and (max-width: 44.99875em) {
    .b-playerbox {
      content: '{"pipEnabled":false}' !important; }
      .b-playerbox::before {
        content: '{"pipEnabled":false}' !important;
        font-family: '{"pipEnabled":false}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; } }
  @media print, screen and (min-width: 45em) {
    .b-playerbox {
      content: '{"pipEnabled":true}' !important; }
      .b-playerbox::before {
        content: '{"pipEnabled":true}' !important;
        font-family: '{"pipEnabled":true}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; } }
  @media screen and (min-device-width: 375px) and (max-device-width: 767px) and (orientation: landscape) {
    .b-playerbox {
      content: '{"pipEnabled":false}' !important; }
      .b-playerbox::before {
        content: '{"pipEnabled":false}' !important;
        font-family: '{"pipEnabled":false}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .b-playerbox {
      content: '{"pipEnabled":true}' !important; }
      .b-playerbox::before {
        content: '{"pipEnabled":true}' !important;
        font-family: '{"pipEnabled":true}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; } }
  .b-playerbox .b-zdfplayer .zdfplayer-video_wrapper object,
  .b-playerbox .b-zdfplayer .zdfplayer-video_wrapper video {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .b-playerbox .b-zdfplayer,
  .b-playerbox .b-zdfplayer .b-zdfplayer-start-screen {
    background-color: transparent; }
  .b-playerbox:not(.is-initial-state) ~ .c--playlist-toggle,
  .b-playerbox:not(.is-initial-state) ~ .icon-icon-topic,
  .b-playerbox:not(.is-initial-state) ~ .is-topic-content {
    display: none; }
  .b-playerbox .b-zdfplayer-copy-overlay {
    position: fixed;
    overflow: hidden; }

.js-tracking-module {
  content: '{"currentSize": "phone"}' !important; }
  .js-tracking-module::before {
    content: '{"currentSize": "phone"}' !important;
    font-family: '{"currentSize": "phone"}' !important;
    visibility: hidden !important;
    display: block !important;
    height: 0 !important;
    width: 0;
    clear: both;
    overflow: hidden; }
  @media print, screen and (min-width: 45em) {
    .js-tracking-module {
      content: '{"currentSize": "tablet"}' !important; }
      .js-tracking-module::before {
        content: '{"currentSize": "tablet"}' !important;
        font-family: '{"currentSize": "tablet"}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; } }
  @media print, screen and (min-width: 64em) {
    .js-tracking-module {
      content: '{"currentSize": "desktop"}' !important; }
      .js-tracking-module::before {
        content: '{"currentSize": "desktop"}' !important;
        font-family: '{"currentSize": "desktop"}' !important;
        visibility: hidden !important;
        display: block !important;
        height: 0 !important;
        width: 0;
        clear: both;
        overflow: hidden; } }
