@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,500i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,700i&display=swap");
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  color: #003a58; }

.phone .main-page,
#content {
  background-color: transparent !important;
  padding: 0 0px; }

.phone #content {
  padding: 0px; }

#adspace {
  background-color: transparent;
  position: relative; }

#content {
  padding: 0 !important; }

#logo {
  float: none;
  margin: 0; }

#werbung {
  padding-top: 0; }

.phone i.fa {
  font-size: 24px; }

.phone #listing > div.senderlogo-line {
  display: none; }

.line {
  padding-bottom: 0;
  margin-bottom: 0; }

#listing .tv-list .tv-list-content .tv-itemgroup .tv-itemcontent .tv-program-list ul li.sendung {
  border-bottom: 0px solid #c2cdd4; }

.phone #listing .tv-list .tv-list-content .tv-itemgroup .tv-itemcontent li.sendung {
  display: block; }

.phone
#listing
.tv-list
.tv-list-content
.tv-itemgroup
.tv-itemcontent
.tv-program-list
ul
li.sendung {
  padding: 0; }

#listing .ad-wrapper {
  position: relative;
  padding: 10px 0; }
  #listing .ad-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    border: 1px solid rgba(121, 149, 163, 0.2); }

.phone .tv-list {
  overflow: hidden; }

.menu-page {
  z-index: 40000; }
  .menu-page .header-1 {
    z-index: 40000; }

.top-banner {
  position: relative;
  min-height: 100px; }

.page.detail-page {
  z-index: 40000; }
  .page.detail-page .panel.panel-detail {
    z-index: 40000; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  color: #003a58; }

.pull-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.pull-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.h1 {
  margin-top: 10px !important;
  margin-bottom: 20px !important; }

.overflow-hidden {
  overflow: hidden !important; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-family: 'Roboto', serif; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  margin: 0;
  padding: 0; }

*:hover,
*:focus,
*:focus-within,
*:active,
*:visited {
  outline: unset; }

.clearfix::after,
section::after {
  content: '';
  display: block;
  clear: both; }

body {
  overflow-x: hidden;
  background-color: white !important;
  color: #003b5a; }

body {
  max-width: 100vw; }

a {
  text-decoration: none;
  color: #003b5a; }

.main {
  width: 100%;
  min-width: 1370px;
  max-width: 1370px; }
  @media (min-width: 1440px) and (max-width: 1619px) {
    .main {
      min-width: 1170px;
      max-width: 1170px; } }
  @media (min-width: 1280px) and (max-width: 1439px) {
    .main {
      min-width: 960px;
      max-width: 960px; } }
  @media (min-width: 1025px) and (max-width: 1279px) {
    .main {
      min-width: 1000px;
      max-width: 1000px; } }
  @media (min-width: 481px) and (max-width: 1024px) {
    .main {
      min-width: 740px;
      max-width: 740px; } }
  .main::before {
    display: block;
    content: '';
    width: 100%;
    height: 30px;
    background-color: #eff3f5;
    -webkit-transform: skewY(-1deg);
            transform: skewY(-1deg);
    margin-top: -18px;
    margin-bottom: 26px; }

.container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1370px 20px minmax(300px, 1fr);
  grid-template-columns: 1fr 1370px minmax(300px, 1fr);
  grid-column-gap: 20px;
      grid-template-areas: 'left-aside main right-aside'; }
  @media (min-width: 1440px) and (max-width: 1619px) {
    .container {
      -ms-grid-columns: 1fr 20px 1170px 20px minmax(300px, 1fr);
      grid-template-columns: 1fr 1170px minmax(300px, 1fr);
      grid-column-gap: 20px; } }
  @media (min-width: 1280px) and (max-width: 1439px) {
    .container {
      -ms-grid-columns: 1fr 20px 960px 20px minmax(300px, 1fr);
      grid-template-columns: 1fr 960px minmax(300px, 1fr);
      grid-column-gap: 20px; } }
  @media (min-width: 1025px) and (max-width: 1279px) {
    .container {
      -ms-grid-columns: 1fr 0 1000px 0 1fr;
      grid-template-columns: 1fr 1000px 1fr;
      grid-column-gap: 0; } }
  @media (min-width: 481px) and (max-width: 1024px) {
    .container {
      -ms-grid-columns: 1fr 0 740px 0 1fr;
      grid-template-columns: 1fr 740px 1fr;
      grid-column-gap: 0; } }

.container .left-aside {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: left-aside;
  -ms-grid-column-align: center;
      justify-self: center; }

.container .main {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: main;
  -ms-grid-column-align: center;
      justify-self: center; }

.container .right-aside {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  grid-area: right-aside; }
  .container .right-aside #adspace {
    padding: 0; }

.container .superbanner,
.container .dmofooter {
  -ms-grid-column-align: center;
      justify-self: center; }

.container .skyscraper {
  -ms-grid-column-align: left;
      justify-self: left; }

#adspace,
.adslot {
  overflow-x: hidden; }
  @media (max-width: 1279px) {
    #adspace,
    .adslot {
      display: none; } }

.container .header {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }

#skyscraper_1 {
  margin: 0px !important;
  top: 0px !important;
  position: fixed !important; }

/*--- lg-desktop ---*/
@media (min-width: 1620px) {
  body {
    background-color: lightblue; } }

/*--- md-desktop ---*/
@media (min-width: 1280px) and (max-width: 1439px) {
  body {
    background-color: lightgreen; } }

/*--- tablet ---*/
@media (min-width: calc(480px + 1px)) and (max-width: 960px) {
  body {
    background-color: lightcoral; } }

/*--- lg-desktop ---*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  color: #003a58; }

#index .box.adbox {
  -webkit-box-shadow: 0 0 0 white;
          box-shadow: 0 0 0 white; }

.header-nav .logo.tvtv img {
  width: 165px;
  display: block; }
  @media (min-width: 481px) and (max-width: 1024px) {
    .header-nav .logo.tvtv img {
      width: 145px; } }

.header-nav .logo.rtv img {
  height: 39px;
  display: block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  color: #003a58; }

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 1620px) {
    .menu {
      width: 700px; } }
  @media (min-width: 1440px) and (max-width: 1619px) {
    .menu {
      width: 700px; } }
  @media (min-width: 1280px) and (max-width: 1439px) {
    .menu {
      width: 650px; } }
  @media (min-width: 1025px) and (max-width: 1279px) {
    .menu {
      width: 690px; } }
  @media (min-width: 481px) and (max-width: 1024px) {
    .menu {
      width: 495px;
      font-size: 14px;
      font-weight: 700;
      font-family: 'Roboto', serif; } }
  .menu > div,
  .menu > .menuitem {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    padding: 9px 0; }
    .menu > div span.title,
    .menu > .menuitem span.title {
      margin-right: 7px; }
    .menu > div span.icon,
    .menu > .menuitem span.icon {
      margin-top: 5px; }

.submenu {
  display: none;
  position: absolute;
  width: 200px;
  padding: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2000;
  margin-top: 9px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 3px 3px 3px 3px;
          border-radius: 3px 3px 3px 3px; }

.menu.phone {
  display: none; }
  .menu.phone .active {
    color: #e32316; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  color: #003a58; }

.panel-menu .panel-usermenu .my-profile {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: my-profile; }

.panel-menu .panel-usermenu .my-sender {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: my-sender; }

.panel-menu .panel-usermenu .my-search {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: my-search; }

.panel-menu .panel-usermenu .my-listing {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: my-listing; }

.panel-menu .panel-usermenu .my-favorite {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: my-favorite; }

.panel-menu .panel-usermenu .empty {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: empty; }

.panel-menu .panel-usermenu {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -ms-grid-columns: 1fr 1px 1fr 1px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 100px 1px 100px;
  grid-template-rows: 100px 100px;
      grid-template-areas: 'my-profile my-sender my-search' 'my-listing my-favorite empty'; }

.panel-menu .panel-usermenu > div {
  height: 100%;
  width: 100%;
  -ms-grid-column-align: center;
      justify-self: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  text-align: center; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  color: #003a58; }

.page.page-channel-menu {
  display: none; }

.panel.panel-channel-menu {
  display: block;
  height: 80vh;
  min-height: 70vh;
  max-height: 90vh; }
  .panel.panel-channel-menu .header {
    display: none;
    padding: 4px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .panel.panel-channel-menu .header .title {
      width: 100%; }
    .panel.panel-channel-menu .header .icon {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      width: 1em;
      font-size: 30px; }
  .panel.panel-channel-menu .channel-search-result,
  .panel.panel-channel-menu .channel-groups {
    max-height: calc(80vh - 90px);
    overflow-y: auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  color: #003a58; }

.page.page-datetime-menu {
  display: none; }

.panel.panel-datetime-menu {
  display: block; }
  .panel.panel-datetime-menu.modal {
    padding: 15px 20px; }
  .panel.panel-datetime-menu .header {
    padding: 4px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .panel.panel-datetime-menu .header .title {
      width: 100%; }
    .panel.panel-datetime-menu .header .icon {
      display: none;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      width: 1em;
      font-size: 30px; }
  .panel.panel-datetime-menu .date-list {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 30px; }
    .panel.panel-datetime-menu .date-list .arrow.button i {
      font-size: 1rem; }
    .panel.panel-datetime-menu .date-list .date-list-wrapper {
      margin: 0 10px;
      width: 100%;
      overflow-x: auto; }
      .panel.panel-datetime-menu .date-list .date-list-wrapper .date-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: auto;
        font-size: 1rem;
        font-family: 'Roboto', serif;
        font-weight: normal !important; }
      .panel.panel-datetime-menu .date-list .date-list-wrapper .swiper-slide-active {
        font-weight: bold !important;
        text-decoration: underline !important; }
    .panel.panel-datetime-menu .date-list .button {
      visibility: visible !important; }
  .panel.panel-datetime-menu .time-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    font-size: 40px;
    font-family: 'Roboto', serif; }
    .panel.panel-datetime-menu .time-list::after {
      content: '';
      position: absolute;
      top: 33.3%;
      bottom: 33.3%;
      left: 0;
      right: 0;
      background-color: #f0f4f5;
      z-index: -1;
      margin-top: 8px; }
    .panel.panel-datetime-menu .time-list .hour-list-container,
    .panel.panel-datetime-menu .time-list .minute-list-container {
      width: 45px;
      height: 160px; }
      .panel.panel-datetime-menu .time-list .hour-list-container::before,
      .panel.panel-datetime-menu .time-list .minute-list-container::before {
        position: absolute;
        top: 0;
        height: 20%;
        left: 0;
        right: 0;
        content: '';
        background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
        border: 0;
        z-index: 2; }
      .panel.panel-datetime-menu .time-list .hour-list-container::after,
      .panel.panel-datetime-menu .time-list .minute-list-container::after {
        position: absolute;
        bottom: 0;
        height: 15%;
        left: 0;
        right: 0;
        content: '';
        background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
        border: 0;
        z-index: 2; }
    .panel.panel-datetime-menu .time-list .label,
    .panel.panel-datetime-menu .time-list .spacer {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 160px;
      margin-top: 6px; }
    .panel.panel-datetime-menu .time-list .spacer {
      width: 20px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .panel.panel-datetime-menu .time-list .label {
      width: 2em;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .panel.panel-datetime-menu .time-list .hour-list,
    .panel.panel-datetime-menu .time-list .minute-list {
      width: 100%;
      height: 100%;
      overflow-y: hidden; }
    .panel.panel-datetime-menu .time-list .hour-list .hour,
    .panel.panel-datetime-menu .time-list .minute-list .minute {
      width: 40px;
      height: 40px; }
  .panel.panel-datetime-menu .footer-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .panel.panel-datetime-menu .footer-buttons .button {
      border: 1px solid #003b5a;
      width: auto;
      text-align: center;
      padding: 10px;
      min-width: 40%; }
  .panel.panel-datetime-menu .channel-search-result,
  .panel.panel-datetime-menu .channel-groups {
    max-height: calc(50vh - 110px);
    overflow-y: auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  color: #003a58; }

.menu {
  /* --- panel-filter-date --- */ }
  .menu .menuitem.calendar:hover .submenu-calendar {
    display: block; }
  .menu .submenu.submenu-calendar .date-list.buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-top: 10px;
    margin-bottom: 20px; }
    .menu .submenu.submenu-calendar .date-list.buttons .button {
      padding: 10px 15px;
      border: 1px solid #003b5a; }
      .menu .submenu.submenu-calendar .date-list.buttons .button:hover {
        color: white;
        background-color: #e32316; }
  .menu .submenu.submenu-calendar .date-list.datename {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto; }
  .menu .submenu.submenu-calendar .date-list.datename > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .menu .submenu.submenu-calendar .date-list.datename > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2; }
  .menu .submenu.submenu-calendar .date-list.datename > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }
  .menu .submenu.submenu-calendar .date-list.datename > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4; }
  .menu .submenu.submenu-calendar .date-list.datename > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5; }
  .menu .submenu.submenu-calendar .date-list.datename > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6; }
  .menu .submenu.submenu-calendar .date-list.datename > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 7; }
    .menu .submenu.submenu-calendar .date-list.datename .month-name {
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
      grid-column: 1 / 8;
      -ms-grid-row: 1;
      grid-row: 1; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(1) {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 2;
      grid-row: 2; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(2) {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 2;
      grid-row: 2; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(3) {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 2;
      grid-row: 2; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(4) {
      -ms-grid-column: 4;
      grid-column: 4;
      -ms-grid-row: 2;
      grid-row: 2; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(5) {
      -ms-grid-column: 5;
      grid-column: 5;
      -ms-grid-row: 2;
      grid-row: 2; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(6) {
      -ms-grid-column: 6;
      grid-column: 6;
      -ms-grid-row: 2;
      grid-row: 2; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(7) {
      -ms-grid-column: 7;
      grid-column: 7;
      -ms-grid-row: 2;
      grid-row: 2; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(8) {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 3;
      grid-row: 3; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(9) {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 3;
      grid-row: 3; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(10) {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 3;
      grid-row: 3; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(11) {
      -ms-grid-column: 4;
      grid-column: 4;
      -ms-grid-row: 3;
      grid-row: 3; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(12) {
      -ms-grid-column: 5;
      grid-column: 5;
      -ms-grid-row: 3;
      grid-row: 3; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(13) {
      -ms-grid-column: 6;
      grid-column: 6;
      -ms-grid-row: 3;
      grid-row: 3; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(14) {
      -ms-grid-column: 7;
      grid-column: 7;
      -ms-grid-row: 3;
      grid-row: 3; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(15) {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 4;
      grid-row: 4; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(16) {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 4;
      grid-row: 4; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(17) {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 4;
      grid-row: 4; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(18) {
      -ms-grid-column: 4;
      grid-column: 4;
      -ms-grid-row: 4;
      grid-row: 4; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(19) {
      -ms-grid-column: 5;
      grid-column: 5;
      -ms-grid-row: 4;
      grid-row: 4; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(20) {
      -ms-grid-column: 6;
      grid-column: 6;
      -ms-grid-row: 4;
      grid-row: 4; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(21) {
      -ms-grid-column: 7;
      grid-column: 7;
      -ms-grid-row: 4;
      grid-row: 4; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(22) {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 5;
      grid-row: 5; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(23) {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 5;
      grid-row: 5; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(24) {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 5;
      grid-row: 5; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(25) {
      -ms-grid-column: 4;
      grid-column: 4;
      -ms-grid-row: 5;
      grid-row: 5; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(26) {
      -ms-grid-column: 5;
      grid-column: 5;
      -ms-grid-row: 5;
      grid-row: 5; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(27) {
      -ms-grid-column: 6;
      grid-column: 6;
      -ms-grid-row: 5;
      grid-row: 5; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(28) {
      -ms-grid-column: 7;
      grid-column: 7;
      -ms-grid-row: 5;
      grid-row: 5; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(29) {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 6;
      grid-row: 6; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(30) {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 6;
      grid-row: 6; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(31) {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 6;
      grid-row: 6; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(32) {
      -ms-grid-column: 4;
      grid-column: 4;
      -ms-grid-row: 6;
      grid-row: 6; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(33) {
      -ms-grid-column: 5;
      grid-column: 5;
      -ms-grid-row: 6;
      grid-row: 6; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(34) {
      -ms-grid-column: 6;
      grid-column: 6;
      -ms-grid-row: 6;
      grid-row: 6; }
    .menu .submenu.submenu-calendar .date-list.datename div.date:nth-child(35) {
      -ms-grid-column: 7;
      grid-column: 7;
      -ms-grid-row: 6;
      grid-row: 6; }
  .menu .submenu.submenu-calendar .date-list.month {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto; }
  .menu .submenu.submenu-calendar .date-list.month > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .menu .submenu.submenu-calendar .date-list.month > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2; }
  .menu .submenu.submenu-calendar .date-list.month > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }
  .menu .submenu.submenu-calendar .date-list.month > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4; }
  .menu .submenu.submenu-calendar .date-list.month > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5; }
  .menu .submenu.submenu-calendar .date-list.month > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6; }
  .menu .submenu.submenu-calendar .date-list.month > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 7; }
    .menu .submenu.submenu-calendar .date-list.month .month-name {
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
      grid-column: 1 / 8;
      -ms-grid-row: 1;
      grid-row: 1; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(2) {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 2;
      grid-row: 2; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(3) {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 2;
      grid-row: 2; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(4) {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 2;
      grid-row: 2; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(5) {
      -ms-grid-column: 4;
      grid-column: 4;
      -ms-grid-row: 2;
      grid-row: 2; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(6) {
      -ms-grid-column: 5;
      grid-column: 5;
      -ms-grid-row: 2;
      grid-row: 2; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(7) {
      -ms-grid-column: 6;
      grid-column: 6;
      -ms-grid-row: 2;
      grid-row: 2; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(8) {
      -ms-grid-column: 7;
      grid-column: 7;
      -ms-grid-row: 2;
      grid-row: 2; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(9) {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 3;
      grid-row: 3; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(10) {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 3;
      grid-row: 3; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(11) {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 3;
      grid-row: 3; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(12) {
      -ms-grid-column: 4;
      grid-column: 4;
      -ms-grid-row: 3;
      grid-row: 3; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(13) {
      -ms-grid-column: 5;
      grid-column: 5;
      -ms-grid-row: 3;
      grid-row: 3; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(14) {
      -ms-grid-column: 6;
      grid-column: 6;
      -ms-grid-row: 3;
      grid-row: 3; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(15) {
      -ms-grid-column: 7;
      grid-column: 7;
      -ms-grid-row: 3;
      grid-row: 3; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(16) {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 4;
      grid-row: 4; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(17) {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 4;
      grid-row: 4; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(18) {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 4;
      grid-row: 4; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(19) {
      -ms-grid-column: 4;
      grid-column: 4;
      -ms-grid-row: 4;
      grid-row: 4; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(20) {
      -ms-grid-column: 5;
      grid-column: 5;
      -ms-grid-row: 4;
      grid-row: 4; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(21) {
      -ms-grid-column: 6;
      grid-column: 6;
      -ms-grid-row: 4;
      grid-row: 4; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(22) {
      -ms-grid-column: 7;
      grid-column: 7;
      -ms-grid-row: 4;
      grid-row: 4; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(23) {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 5;
      grid-row: 5; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(24) {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 5;
      grid-row: 5; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(25) {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 5;
      grid-row: 5; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(26) {
      -ms-grid-column: 4;
      grid-column: 4;
      -ms-grid-row: 5;
      grid-row: 5; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(27) {
      -ms-grid-column: 5;
      grid-column: 5;
      -ms-grid-row: 5;
      grid-row: 5; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(28) {
      -ms-grid-column: 6;
      grid-column: 6;
      -ms-grid-row: 5;
      grid-row: 5; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(29) {
      -ms-grid-column: 7;
      grid-column: 7;
      -ms-grid-row: 5;
      grid-row: 5; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(30) {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 6;
      grid-row: 6; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(31) {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 6;
      grid-row: 6; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(32) {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 6;
      grid-row: 6; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(33) {
      -ms-grid-column: 4;
      grid-column: 4;
      -ms-grid-row: 6;
      grid-row: 6; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(34) {
      -ms-grid-column: 5;
      grid-column: 5;
      -ms-grid-row: 6;
      grid-row: 6; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(35) {
      -ms-grid-column: 6;
      grid-column: 6;
      -ms-grid-row: 6;
      grid-row: 6; }
    .menu .submenu.submenu-calendar .date-list.month div.date:nth-child(36) {
      -ms-grid-column: 7;
      grid-column: 7;
      -ms-grid-row: 6;
      grid-row: 6; }
  .menu .submenu.submenu-calendar .date-list > div {
    -ms-grid-column-align: center;
        justify-self: center;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center; }
  .menu .submenu.submenu-calendar {
    /* padding-top: 6px; */
    width: 250px;
    height: auto; }
    .menu .submenu.submenu-calendar .date-list.datename > div {
      padding: 5px 0;
      font-size: 14px;
      font-family: 'Roboto', serif; }
    .menu .submenu.submenu-calendar .date-list .date {
      cursor: pointer;
      padding: 10px 0; }
      .menu .submenu.submenu-calendar .date-list .date:hover {
        color: #e32316; }
      .menu .submenu.submenu-calendar .date-list .date.today {
        font-weight: bold; }
      .menu .submenu.submenu-calendar .date-list .date.active {
        padding: 7px 8px;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
        .menu .submenu.submenu-calendar .date-list .date.active:hover {
          color: white; }
    .menu .submenu.submenu-calendar .date-list .month-name {
      margin: 3px 10px;
      width: 100%;
      text-align: center;
      padding-top: 5px;
      font-size: 14px;
      font-style: italic;
      font-family: 'Roboto', serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  color: #003a58; }

.menu .menuitem.category:hover .submenu-category {
  display: block; }

.submenu .category-list .category-item .title {
  margin-bottom: 10px;
  line-height: 2em;
  font-size: 16px;
  font-family: 'Roboto', serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  color: #003a58; }

.menu .menuitem.time:hover .submenu-time {
  display: block; }

.submenu .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 20px; }
  .submenu .buttons .time {
    border: 1px solid #003a58;
    font-size: 16px;
    font-family: 'Roboto', serif;
    padding: 7px 0;
    text-align: center;
    max-width: 70px;
    min-width: 70px;
    margin: 0 10px; }
    .submenu .buttons .time:hover {
      color: white;
      background-color: #e32316;
      cursor: pointer; }

.submenu .time-list {
  max-height: 400px;
  overflow-y: auto;
  text-align: center; }
  .submenu .time-list .title {
    margin-bottom: 10px;
    line-height: 2em;
    position: relative;
    font-size: 16px;
    font-family: 'Roboto', serif; }
    .submenu .time-list .title::after {
      content: '';
      position: absolute;
      border-bottom: 1px solid #c2cdd4;
      left: 0px;
      right: 0px;
      bottom: 0px; }
  .submenu .time-list .time {
    cursor: pointer;
    line-height: 1.8em;
    font-size: 14px;
    font-family: 'Roboto', serif; }
    .submenu .time-list .time:hover {
      color: #e32316; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  color: #003a58; }

.menu .menuitem.channel:hover .submenu-channel {
  display: block; }

.menu .submenu-channel {
  width: 250px; }

.channel-list-wrapper .channel-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  color: #7995a3;
  background-color: #f0f4f5; }
  .channel-list-wrapper .channel-search .icon {
    padding: 0.5em;
    font-size: 20px;
    width: 2em; }
  .channel-list-wrapper .channel-search input {
    height: 30px;
    width: 100%;
    border: 0px;
    font-size: 16px;
    font-family: 'Roboto', serif;
    color: #7995a3;
    background-color: #f0f4f5; }

.channel-list-wrapper .channel-search-result,
.channel-list-wrapper .channel-groups {
  max-height: 400px;
  overflow-y: auto; }

.channel-list-wrapper .channel-group-item {
  position: relative; }
  .channel-list-wrapper .channel-group-item::after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #c2cdd4;
    left: 0px;
    right: 0px;
    bottom: 0px; }
  .channel-list-wrapper .channel-group-item .title {
    margin-bottom: 10px;
    line-height: 2em;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto', serif; }

.channel-list-wrapper .channel-item .title {
  padding-left: 30px;
  line-height: 2.5em;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Roboto', serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  color: #003a58; }

@media (min-width: 481px) and (max-width: 1024px) {
  .header-nav .icon {
    width: 65px; } }

.header-nav .icon > .menuitem {
  position: relative;
  display: inline-block; }
  .header-nav .icon > .menuitem .menuitem-title {
    font-size: 24px;
    color: #7995a3; }
  .header-nav .icon > .menuitem:last-child {
    margin-left: 25px;
    margin-right: 0; }
    @media (min-width: 481px) and (max-width: 1024px) {
      .header-nav .icon > .menuitem:last-child {
        margin-left: 12px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  color: #003a58; }

.header-nav .icon {
  text-align: right; }
  .header-nav .icon .menuitem {
    padding: 9px 0; }
  .header-nav .icon .menuitem.user:hover .submenu-user {
    display: block; }
  .header-nav .icon .menuitem.user.login .title {
    color: #003b5a; }
  .header-nav .icon .submenu.submenu-user .title {
    margin-bottom: 10px;
    line-height: 2em;
    font-size: 16px;
    font-family: 'Roboto', serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  color: #003a58; }

.header-nav .icon .menuitem.bookmark {
  padding: 9px 0; }
  .header-nav .icon .menuitem.bookmark a {
    color: #7995a3; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  color: #003a58; }

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #7995a3; }
  .search .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px;
    padding: 15px; }
  .search form {
    width: 100%; }
    .search form .search-field {
      background-color: unset;
      border: 0;
      width: 100%;
      height: 100%;
      color: #7995a3;
      font-size: 18px;
      font-family: 'Roboto', serif;
      background-color: transparent; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  color: #003a58; }

header {
  margin-bottom: 20px; }

.header {
  display: block;
  min-width: 100%;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Roboto', serif; }
  .header.desktop {
    display: block; }
  .header.mobile {
    display: none; }
  .header .search {
    width: 100%;
    height: 59px;
    background-color: #f0f4f5;
    margin: 20px 0 20px 0;
    -webkit-border-radius: 6px;
            border-radius: 6px; }
  .header .divider {
    width: 100%;
    height: 1px;
    background-color: #7995a3;
    margin: 20px 0 0 0;
    opacity: 0.14; }

.header nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px; }
  .header nav > .icon {
    -ms-grid-column-align: end;
        justify-self: end; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  color: #003a58; }

.content .teaser-container {
  position: relative;
  -webkit-align-self: end;
      -ms-flex-item-align: end;
              -ms-grid-row-align: end;
          align-self: end;
  margin: 0;
  margin-top: 43px;
  text-align: center;
  position: relative;
  display: block; }
  .content .teaser-container .swiper-wrapper .teaser,
  .content .teaser-container .swiper-wrapper .swiper-slide {
    visibility: hidden; }
    .content .teaser-container .swiper-wrapper .teaser.swiper-slide-active,
    .content .teaser-container .swiper-wrapper .swiper-slide.swiper-slide-active {
      visibility: visible; }
    .content .teaser-container .swiper-wrapper .teaser img,
    .content .teaser-container .swiper-wrapper .swiper-slide img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      display: block;
      -webkit-transform: skewY(-1.5deg);
              transform: skewY(-1.5deg);
      height: 590px; }
      @media (min-width: 1440px) and (max-width: 1619px) {
        .content .teaser-container .swiper-wrapper .teaser img,
        .content .teaser-container .swiper-wrapper .swiper-slide img {
          height: 505px; } }
      @media (min-width: 1280px) and (max-width: 1439px) {
        .content .teaser-container .swiper-wrapper .teaser img,
        .content .teaser-container .swiper-wrapper .swiper-slide img {
          height: 505px; } }
      @media (min-width: 1025px) and (max-width: 1279px) {
        .content .teaser-container .swiper-wrapper .teaser img,
        .content .teaser-container .swiper-wrapper .swiper-slide img {
          height: 512px; } }
      @media (min-width: 481px) and (max-width: 1024px) {
        .content .teaser-container .swiper-wrapper .teaser img,
        .content .teaser-container .swiper-wrapper .swiper-slide img {
          height: 381px; } }
    .content .teaser-container .swiper-wrapper .teaser .teaser-textbox,
    .content .teaser-container .swiper-wrapper .swiper-slide .teaser-textbox {
      position: absolute;
      bottom: -93px;
      left: 96px;
      width: 660px;
      height: 187px; }
      @media (min-width: 1025px) and (max-width: 1279px) {
        .content .teaser-container .swiper-wrapper .teaser .teaser-textbox,
        .content .teaser-container .swiper-wrapper .swiper-slide .teaser-textbox {
          bottom: -63px; } }
      @media (min-width: 481px) {
        .content .teaser-container .swiper-wrapper .teaser .teaser-textbox,
        .content .teaser-container .swiper-wrapper .swiper-slide .teaser-textbox {
          left: 42px; } }
      @media (min-width: 1620px) {
        .content .teaser-container .swiper-wrapper .teaser .teaser-textbox,
        .content .teaser-container .swiper-wrapper .swiper-slide .teaser-textbox {
          left: 96px; } }
      .content .teaser-container .swiper-wrapper .teaser .teaser-textbox::before,
      .content .teaser-container .swiper-wrapper .swiper-slide .teaser-textbox::before {
        content: '';
        z-index: 0;
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        background: white;
        -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
        -webkit-transform: skewY(-1.5deg);
                transform: skewY(-1.5deg); }
      .content .teaser-container .swiper-wrapper .teaser .teaser-textbox .box-label,
      .content .teaser-container .swiper-wrapper .swiper-slide .teaser-textbox .box-label {
        position: absolute;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        top: -3px;
        left: 40px; }
        .content .teaser-container .swiper-wrapper .teaser .teaser-textbox .box-label::before,
        .content .teaser-container .swiper-wrapper .swiper-slide .teaser-textbox .box-label::before {
          content: '';
          z-index: 1;
          position: absolute;
          top: -6px;
          bottom: -6px;
          left: -12px;
          right: -12px;
          background-color: #e31f0f;
          -webkit-transform: skewY(-1.5deg);
                  transform: skewY(-1.5deg); }
        .content .teaser-container .swiper-wrapper .teaser .teaser-textbox .box-label .text,
        .content .teaser-container .swiper-wrapper .swiper-slide .teaser-textbox .box-label .text {
          z-index: 2;
          font-size: 12px;
          font-weight: 700;
          font-family: 'Roboto', serif;
          color: #ffffff;
          letter-spacing: 0.05em; }
      .content .teaser-container .swiper-wrapper .teaser .teaser-textbox .box-text,
      .content .teaser-container .swiper-wrapper .swiper-slide .teaser-textbox .box-text {
        position: absolute;
        z-index: 2;
        margin: 40px 29px 0 29px;
        text-align: left; }
        .content .teaser-container .swiper-wrapper .teaser .teaser-textbox .box-text .event-datetime,
        .content .teaser-container .swiper-wrapper .swiper-slide .teaser-textbox .box-text .event-datetime {
          font-size: 22px;
          font-weight: 700;
          font-family: 'Roboto', serif; }
        .content .teaser-container .swiper-wrapper .teaser .teaser-textbox .box-text .event-title,
        .content .teaser-container .swiper-wrapper .swiper-slide .teaser-textbox .box-text .event-title {
          margin-top: 5px;
          font-size: 31px;
          font-weight: 700;
          font-family: 'Roboto', serif; }
          .content .teaser-container .swiper-wrapper .teaser .teaser-textbox .box-text .event-title:hover,
          .content .teaser-container .swiper-wrapper .swiper-slide .teaser-textbox .box-text .event-title:hover {
            color: #e32316;
            cursor: pointer; }
        .content .teaser-container .swiper-wrapper .teaser .teaser-textbox .box-text .event-subtitle,
        .content .teaser-container .swiper-wrapper .swiper-slide .teaser-textbox .box-text .event-subtitle {
          margin-top: 11px;
          font-size: 22px;
          font-family: 'Roboto', serif; }
        .content .teaser-container .swiper-wrapper .teaser .teaser-textbox .box-text .icon,
        .content .teaser-container .swiper-wrapper .swiper-slide .teaser-textbox .box-text .icon {
          margin-left: 15px;
          font-size: 22px;
          color: #c4cdd1; }
          .content .teaser-container .swiper-wrapper .teaser .teaser-textbox .box-text .icon.bookmarked,
          .content .teaser-container .swiper-wrapper .swiper-slide .teaser-textbox .box-text .icon.bookmarked {
            color: #7995a3; }
  .content .teaser-container .teaser-pagination,
  .content .teaser-container .teaser-dots {
    position: absolute;
    bottom: -41px;
    left: 788px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: skewY(-1.5deg);
            transform: skewY(-1.5deg); }
    @media (min-width: 481px) and (max-width: 1024px) {
      .content .teaser-container .teaser-pagination,
      .content .teaser-container .teaser-dots {
        bottom: -133px;
        width: 66px;
        left: 50%;
        -webkit-transform: translateX(-50%) skewY(-1.5deg);
                transform: translateX(-50%) skewY(-1.5deg); } }
    @media (min-width: 1025px) and (max-width: 1279px) {
      .content .teaser-container .teaser-pagination,
      .content .teaser-container .teaser-dots {
        bottom: -31px; } }
    @media (min-width: 1025px) {
      .content .teaser-container .teaser-pagination,
      .content .teaser-container .teaser-dots {
        left: 734px; } }
    @media (min-width: 1620px) {
      .content .teaser-container .teaser-pagination,
      .content .teaser-container .teaser-dots {
        left: 788px; } }
    .content .teaser-container .teaser-pagination .swiper-pagination-bullet,
    .content .teaser-container .teaser-pagination .swiper-pagination-bullet-active,
    .content .teaser-container .teaser-dots .swiper-pagination-bullet,
    .content .teaser-container .teaser-dots .swiper-pagination-bullet-active {
      margin: 5px 4px;
      width: 14px;
      height: 14px;
      background-color: #003956;
      opacity: 0.22;
      -webkit-border-radius: 0;
              border-radius: 0; }
    .content .teaser-container .teaser-pagination .swiper-pagination-bullet-active,
    .content .teaser-container .teaser-dots .swiper-pagination-bullet-active {
      opacity: 1; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  color: #003a58; }

.event {
  position: relative;
  height: 97px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  display: none; }
  .event:nth-child(1), .event:nth-child(2), .event:nth-child(3), .event:nth-child(4), .event:nth-child(5) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .event::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    border: 1px solid rgba(121, 149, 163, 0.2); }
  .event .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 140px;
    min-width: 140px;
    height: 30px; }
    .event .logo img {
      height: 40px; }
  .event .desc {
    width: 334px; }
    @media (min-width: 1280px) and (max-width: 1439px) {
      .event .desc {
        width: 236px; } }
    @media (min-width: 1025px) and (max-width: 1279px) {
      .event .desc {
        width: 13em; } }
    @media (min-width: 481px) and (max-width: 1024px) {
      .event .desc {
        width: 430px; } }
    .event .desc .title {
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      width: 100%;
      max-width: 100%;
      white-space: nowrap;
      overflow: hidden;
      font-size: 18px;
      font-weight: 700;
      font-family: 'Roboto', serif;
      color: #003956; }
      @media (min-width: 481px) and (max-width: 1024px) {
        .event .desc .title {
          font-size: 22px;
          font-weight: 700;
          font-family: 'Roboto', serif; } }
      .event .desc .title:hover {
        color: #e32316;
        cursor: pointer; }
    .event .desc .time-gerne-duration {
      margin-top: 5px;
      font-size: 16px;
      font-family: 'Roboto', serif;
      color: #7995a3; }
    .event .desc .progressbar {
      margin-top: 10px;
      display: block;
      position: relative;
      height: 9px;
      width: 100%; }
      .event .desc .progressbar::before {
        content: '';
        position: absolute;
        top: 0px;
        height: 9px;
        width: 100%;
        background-image: -webkit-gradient(linear, left top, right top, from(#5a8ba3), to(#b51d1d));
        background-image: -webkit-linear-gradient(left, #5a8ba3, #b51d1d);
        background-image: -o-linear-gradient(left, #5a8ba3, #b51d1d);
        background-image: linear-gradient(to right, #5a8ba3, #b51d1d); }
      .event .desc .progressbar .remained {
        right: 0;
        width: 100%;
        background-color: #f3f3f3;
        position: absolute;
        top: 0;
        bottom: 0; }
  .event .bookmark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    min-width: 90px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .event .bookmark .icon {
      font-size: 22px;
      color: #c4cdd1; }
      .event .bookmark .icon.bookmarked {
        color: #7995a3; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  color: #003a58; }

.content .showing {
  display: block;
  margin-top: 190px;
  padding: 0;
  position: relative; }
  @media (min-width: 481px) and (max-width: 1024px) {
    .content .showing {
      margin-top: 200px;
      padding: 0 40px; } }
  .content .showing::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -2;
    width: calc(100vw + 300px);
    left: 50%;
    -webkit-transform: translateX(-50%) skewY(-1.5deg);
            transform: translateX(-50%) skewY(-1.5deg);
    background-image: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#e9ecf0));
    background-image: -webkit-linear-gradient(left, #f5f5f5, #e9ecf0);
    background-image: -o-linear-gradient(left, #f5f5f5, #e9ecf0);
    background-image: linear-gradient(to right, #f5f5f5, #e9ecf0); }
    @media (max-width: 480px) {
      .content .showing::before {
        width: 100vw;
        left: 0;
        -webkit-transform: none;
                transform: none; } }
  .content .showing::before {
    top: -290px;
    height: 826px; }
  .content .showing > .title {
    display: block;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.02em;
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
    font-family: 'Roboto Condensed', serif;
    color: #e31f0f;
    text-transform: uppercase; }
    .content .showing > .title::before {
      content: "Das Läuft";
      position: absolute;
      z-index: -1;
      top: -10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      font-size: 100px;
      font-weight: 700;
      font-style: italic;
      font-family: 'Roboto Condensed', serif;
      color: #7995a3;
      opacity: 0.09;
      text-transform: uppercase;
      letter-spacing: 0.02em;
      white-space: nowrap; }
  .content .showing .buttons {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 33px;
    padding: 0;
    width: 100%; }
    @media (min-width: 1620px) {
      .content .showing .buttons {
        padding: 0 96px; } }
    @media (min-width: 1025px) and (max-width: 1279px) {
      .content .showing .buttons {
        padding: 0 19px; } }
    .content .showing .buttons > .column {
      position: relative;
      -webkit-border-top-left-radius: 3px;
              border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 3px;
              border-top-right-radius: 3px;
      -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.12);
              box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.12);
      width: 567px; }
      @media (min-width: 1280px) and (max-width: 1439px) {
        .content .showing .buttons > .column {
          width: 467px; } }
      @media (min-width: 1025px) and (max-width: 1279px) {
        .content .showing .buttons > .column {
          width: 467px; } }
      @media (max-width: 1024px) {
        .content .showing .buttons > .column {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
              -ms-flex-align: end;
                  align-items: flex-end; }
          .content .showing .buttons > .column:not(.active) {
            -webkit-box-shadow: unset;
                    box-shadow: unset; }
            .content .showing .buttons > .column:not(.active) button {
              height: 65px; }
          .content .showing .buttons > .column button {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
                -ms-flex-align: end;
                    align-items: flex-end;
            padding-bottom: 10px; }
          .content .showing .buttons > .column:first-child > button {
            -webkit-border-top-right-radius: 0px;
                    border-top-right-radius: 0px; }
          .content .showing .buttons > .column:last-child > button {
            border-left: 0.5px solid #7995a3;
            -webkit-border-top-left-radius: 0px;
                    border-top-left-radius: 0px; } }
      .content .showing .buttons > .column button {
        -webkit-border-radius: 3px 3px 0 0;
                border-radius: 3px 3px 0 0;
        width: 100%;
        z-index: 1;
        height: 75px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        border: 0;
        font-size: 36px;
        font-weight: 500;
        font-family: 'Roboto', serif;
        color: white;
        text-transform: uppercase; }
        .content .showing .buttons > .column button .icon {
          font-size: 40px; }
        .content .showing .buttons > .column button span {
          margin-left: 20px; }
    .content .showing .buttons > .column:first-child button {
      letter-spacing: 1px;
      background-image: -webkit-gradient(linear, left top, right top, from(#560042), to(#e31f0f));
      background-image: -webkit-linear-gradient(left, #560042, #e31f0f);
      background-image: -o-linear-gradient(left, #560042, #e31f0f);
      background-image: linear-gradient(to right, #560042, #e31f0f); }
    .content .showing .buttons > .column:last-child button {
      background-image: -webkit-gradient(linear, left top, right top, from(#003956), to(#165374));
      background-image: -webkit-linear-gradient(left, #003956, #165374);
      background-image: -o-linear-gradient(left, #003956, #165374);
      background-image: linear-gradient(to right, #003956, #165374); }
  .content .showing .events {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    width: 100%; }
    @media (min-width: 1620px) {
      .content .showing .events {
        padding: 0 96px; } }
    @media (min-width: 1025px) and (max-width: 1279px) {
      .content .showing .events {
        padding: 0 19px; } }
    .content .showing .events > .column {
      position: relative;
      width: 567px;
      display: block;
      -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.12);
              box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.12);
      -webkit-border-bottom-left-radius: 3px;
              border-bottom-left-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
              border-bottom-right-radius: 3px; }
      @media (min-width: 1280px) and (max-width: 1439px) {
        .content .showing .events > .column {
          width: 467px; } }
      @media (min-width: 1025px) and (max-width: 1279px) {
        .content .showing .events > .column {
          width: 467px; } }
      @media (max-width: 1024px) {
        .content .showing .events > .column {
          width: 100%; }
          .content .showing .events > .column:not(.active) {
            display: none; } }
      .content .showing .events > .column.expanded .event {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .content .showing .events > .column.expanded .event:nth-child(5)::after {
          background-image: unset;
          border: 1px solid rgba(121, 149, 163, 0.2);
          height: 0;
          left: 20px;
          right: 20px;
          border: 1px solid rgba(121, 149, 163, 0.2); }
      .content .showing .events > .column.expanded .showall {
        display: none; }
      .content .showing .events > .column .event:nth-child(5), .content .showing .events > .column .event:last-child {
        -webkit-border-radius: 0 0 3px 3px;
                border-radius: 0 0 3px 3px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
        background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
        background-image: -o-linear-gradient(rgba(255, 255, 255, 0), white);
        background-image: linear-gradient(rgba(255, 255, 255, 0), white); }
        .content .showing .events > .column .event:nth-child(5)::after, .content .showing .events > .column .event:last-child::after {
          position: absolute;
          bottom: 0;
          height: 100%;
          left: 0;
          right: 0;
          content: '';
          background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, white), color-stop(80%, rgba(255, 255, 255, 0)));
          background: -webkit-linear-gradient(bottom, white 20%, rgba(255, 255, 255, 0) 80%);
          background: -o-linear-gradient(bottom, white 20%, rgba(255, 255, 255, 0) 80%);
          background: linear-gradient(to top, white 20%, rgba(255, 255, 255, 0) 80%);
          border: 0; }
      .content .showing .events > .column .showall {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: -20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 177px;
        height: 40px;
        background-color: #e31f0f;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
                box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        cursor: pointer;
        font-size: 17px;
        font-weight: 700;
        font-family: 'Roboto', serif;
        color: white; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  color: #003a58; }

#index .box {
  position: relative;
  width: 100%;
  height: 250px;
  min-height: 250px;
  max-height: 250px;
  background-color: white;
  -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.12); }
  #index .box .label {
    top: -6px;
    left: 33px;
    position: absolute;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Roboto', serif;
    color: white;
    letter-spacing: 0.05em;
    z-index: 1; }
    #index .box .label::before {
      content: '';
      position: absolute;
      z-index: -1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      top: -5px;
      bottom: -5px;
      left: -13px;
      right: -13px;
      background-color: #002396;
      -webkit-transform: skewY(-2deg);
              transform: skewY(-2deg); }
  #index .box .thumbnail .image > img {
    width: 100%;
    height: 167px;
    max-height: 167px; }
  #index .box .description {
    position: relative;
    padding: 11px 11px 12px 20px;
    color: #003b5a; }
    #index .box .description .line {
      border: 0; }
    #index .box .description .title {
      font-size: 18px;
      font-weight: 700;
      font-family: 'Roboto', serif;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap;
      color: #003956;
      cursor: pointer; }
      #index .box .description .title:hover {
        color: #e32316; }
    #index .box .description .subtitle {
      display: none;
      color: #003956; }
    #index .box .description .time,
    #index .box .description .channel,
    #index .box .description .text {
      margin-top: 4px;
      font-size: 18px;
      font-family: 'Roboto', serif;
      font-weight: normal;
      display: inline-block;
      color: #003956; }
    #index .box .description .bookmark {
      position: absolute;
      bottom: 10px;
      right: 10px; }
      #index .box .description .bookmark i {
        font-size: 22px;
        color: #7995a3; }

.gujAd.rectangle {
  -ms-grid-column-align: center;
      justify-self: center; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  color: #003a58; }

.highlight {
  position: relative;
  margin-top: 100px; }
  .highlight > .title {
    display: block;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.05em;
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
    font-family: 'Roboto Condensed', serif;
    color: #e31f0f;
    text-transform: uppercase; }
    .highlight > .title::before {
      content: "TV Highlights";
      position: absolute;
      z-index: -1;
      top: -10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      font-size: 100px;
      font-weight: 700;
      font-style: italic;
      font-family: 'Roboto Condensed', serif;
      color: #7995a3;
      opacity: 0.09;
      text-transform: uppercase;
      letter-spacing: 0.02em;
      white-space: nowrap; }
  .highlight .boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 20px;
    margin-bottom: -15px;
    margin-left: 0;
    margin-right: 0px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-overflow-scrolling: touch; }
    .highlight .boxes .grid-wrapper {
      /* Prevents odd margin behaviour */
      width: 100%;
      padding: 0.1px 0; }
    .highlight .boxes .grid {
      /* forces equal cell heights */
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding: 20px 0 0 20px;
      /* creates gaps */
      margin: -20px -40px -40px -20px;
      /* pulls grid cells hard against edges */ }
    .highlight .boxes .grid-cell {
      /* sets column count */
      width: calc(100% / 1);
      /* 1 columns */
      /* creates gaps */
      border: 0 solid transparent;
      border-width: 0 40px 40px 0;
      /* prevents background bleed */
      background-clip: padding-box;
      /* forces inner to take up full grid cell height */
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 1025px) {
        .highlight .boxes .grid-cell {
          width: calc(100% / 3); } }
      @media (min-width: 1620px) {
        .highlight .boxes .grid-cell {
          width: calc(100% / 4); } }
      @media (min-width: 481px) and (max-width: 1024px) {
        .highlight .boxes .grid-cell {
          width: calc(100% / 2); } }
    @media (min-width: 1440px) and (max-width: 1619px) {
      .highlight .boxes .grid {
        margin-right: -48px;
        margin-bottom: -37px; }
        .highlight .boxes .grid .grid-cell {
          border-right-width: 48px;
          border-bottom-width: 37px; } }
    @media (min-width: 1440px) and (max-width: 1619px) {
      .highlight .boxes .grid {
        margin-right: -55px;
        margin-bottom: -37px; }
        .highlight .boxes .grid .grid-cell {
          border-right-width: 55px;
          border-bottom-width: 37px; } }
    @media (min-width: 1280px) and (max-width: 1439px) {
      .highlight .boxes .grid {
        margin-right: -30px;
        margin-bottom: -37px; }
        .highlight .boxes .grid .grid-cell {
          border-right-width: 30px;
          border-bottom-width: 37px; } }
    @media (min-width: 1025px) and (max-width: 1279px) {
      .highlight .boxes .grid {
        margin-right: -52px;
        margin-bottom: -37px; }
        .highlight .boxes .grid .grid-cell {
          border-right-width: 52px;
          border-bottom-width: 37px; } }
    @media (min-width: 481px) and (max-width: 1024px) {
      .highlight .boxes .grid {
        margin-right: -38px;
        margin-bottom: -43px; }
        .highlight .boxes .grid .grid-cell {
          border-right-width: 38px;
          border-bottom-width: 43px; } }
    .highlight .boxes .grid-wrapper {
      width: 100%;
      margin: 30px auto; }
  .highlight .tv-program {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 230px;
    height: 40px;
    background-color: #e31f0f;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Roboto', serif;
    color: white; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  color: #003a58; }

.service {
  display: block;
  position: relative;
  margin-top: 149px;
  position: relative; }
  .service::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -2;
    width: calc(100vw + 300px);
    left: 50%;
    -webkit-transform: translateX(-50%) skewY(-1.5deg);
            transform: translateX(-50%) skewY(-1.5deg);
    background-image: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#e9ecf0));
    background-image: -webkit-linear-gradient(left, #f5f5f5, #e9ecf0);
    background-image: -o-linear-gradient(left, #f5f5f5, #e9ecf0);
    background-image: linear-gradient(to right, #f5f5f5, #e9ecf0); }
    @media (max-width: 480px) {
      .service::before {
        width: 100vw;
        left: 0;
        -webkit-transform: none;
                transform: none; } }
  .service::before {
    content: '';
    top: -60px;
    height: calc(100% + 350px);
    margin-left: -10px; }
  .service > .title {
    display: block;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.02em;
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
    font-family: 'Roboto Condensed', serif;
    color: #e31f0f;
    text-transform: uppercase; }
    .service > .title::before {
      content: "Service";
      position: absolute;
      z-index: -1;
      top: -10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      font-size: 100px;
      font-weight: 700;
      font-style: italic;
      font-family: 'Roboto Condensed', serif;
      color: #7995a3;
      opacity: 0.09;
      text-transform: uppercase;
      letter-spacing: 0.02em;
      white-space: nowrap; }
  .service > .items .grid-wrapper {
    /* Prevents odd margin behaviour */
    width: 100%;
    padding: 0.1px 0; }
  .service > .items .grid {
    /* forces equal cell heights */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 20px 0 0 20px;
    /* creates gaps */
    margin: -20px -40px -40px -20px;
    /* pulls grid cells hard against edges */ }
  .service > .items .grid-cell {
    /* sets column count */
    width: calc(100% / 1);
    /* 1 columns */
    /* creates gaps */
    border: 0 solid transparent;
    border-width: 0 40px 40px 0;
    /* prevents background bleed */
    background-clip: padding-box;
    /* forces inner to take up full grid cell height */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 1025px) {
      .service > .items .grid-cell {
        width: calc(100% / 2); } }
    @media (min-width: 1620px) {
      .service > .items .grid-cell {
        width: calc(100% / 3); } }
    @media (min-width: 481px) and (max-width: 1024px) {
      .service > .items .grid-cell {
        width: calc(100% / 1); } }
  @media (min-width: 1620px) {
    .service > .items .grid {
      margin-right: -25px;
      margin-bottom: -37px; }
      .service > .items .grid .grid-cell {
        border-right-width: 25px;
        border-bottom-width: 37px; } }
  @media (min-width: 1440px) and (max-width: 1619px) {
    .service > .items .grid {
      margin-right: -45px;
      margin-bottom: -37px; }
      .service > .items .grid .grid-cell {
        border-right-width: 45px;
        border-bottom-width: 37px; } }
  @media (min-width: 1280px) and (max-width: 1439px) {
    .service > .items .grid {
      margin-right: -32px;
      margin-bottom: -37px; }
      .service > .items .grid .grid-cell {
        border-right-width: 32px;
        border-bottom-width: 37px; } }
  @media (min-width: 1025px) and (max-width: 1279px) {
    .service > .items .grid {
      margin-right: -17px;
      margin-bottom: -37px; }
      .service > .items .grid .grid-cell {
        border-right-width: 17px;
        border-bottom-width: 37px; } }
  @media (min-width: 481px) and (max-width: 1024px) {
    .service > .items .grid {
      margin-right: -38px;
      margin-bottom: -24px; }
      .service > .items .grid .grid-cell {
        border-right-width: 38px;
        border-bottom-width: 24px; } }
  .service > .items .grid-wrapper {
    width: 100%;
    margin: 30px auto; }
  .service > .items .item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
        grid-template-areas: 'service-image service-text';
    background-color: white;
    -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.12); }
    @media (min-width: 1440px) {
      .service > .items .item {
        min-height: 273px; } }
    @media (min-width: 1280px) and (max-width: 1439px) {
      .service > .items .item {
        min-height: 257px; } }
    @media (min-width: 1025px) and (max-width: 1279px) {
      .service > .items .item {
        height: 273px;
        min-height: 273px;
        max-height: 273px; } }
    .service > .items .item:nth-child(1) {
      grid-area: service-item1; }
    .service > .items .item:nth-child(2) {
      grid-area: service-item2; }
    .service > .items .item:nth-child(3) {
      grid-area: service-item3; }
    .service > .items .item .image {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      grid-area: service-image; }
      .service > .items .item .image img {
        width: 100%;
        height: 100%;
        max-height: 100%; }
    .service > .items .item .text {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
      grid-area: service-text;
      padding: 20px; }
      .service > .items .item .text .title {
        font-size: 22px;
        font-weight: 700;
        font-family: 'Roboto', serif; }
      .service > .items .item .text .content {
        margin-top: 20px;
        line-height: 1.3em;
        font-size: 18px;
        font-family: 'Roboto', serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  color: #003a58; }

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 30px;
  font-size: 18px;
  font-family: 'Roboto', serif; }
  @media (max-width: 1024px) {
    .footer {
      margin-left: 15px; } }
  .footer::before, .footer::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    width: calc(100vw + 300px);
    background-image: -webkit-gradient(linear, left top, right top, from(#003956), to(#2b5e7e));
    background-image: -webkit-linear-gradient(left, #003956, #2b5e7e);
    background-image: -o-linear-gradient(left, #003956, #2b5e7e);
    background-image: linear-gradient(to right, #003956, #2b5e7e);
    z-index: -1; }
  .footer::before {
    bottom: 0px;
    height: 100%;
    -webkit-transform: translateX(-50%) skewY(-1.5deg);
            transform: translateX(-50%) skewY(-1.5deg); }
  .footer::after {
    bottom: -100px;
    height: calc(160px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .footer a:link,
  .footer a:visited,
  .footer a:active,
  .footer a:focus {
    color: white;
    text-decoration: none;
    font-weight: normal; }
  .footer .parter {
    width: 122px;
    color: white; }
    @media (min-width: 481px) and (max-width: 1024px) {
      .footer .parter {
        margin-left: 10px; } }
    .footer .parter .text {
      margin-left: 4px; }
    .footer .parter > .rtv-logo img {
      margin-top: 20px;
      width: 63px; }
  .footer .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 360px; }
    @media (min-width: 1280px) and (max-width: 1439px) {
      .footer .content {
        margin-left: 230px; } }
    @media (min-width: 1025px) and (max-width: 1279px) {
      .footer .content {
        margin-left: 230px; } }
    @media (min-width: 481px) and (max-width: 1024px) {
      .footer .content {
        margin-left: 76px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .footer .content .column {
      width: 282px; }
      .footer .content .column:last-child {
        margin-left: 138px; }
        @media (min-width: 1280px) and (max-width: 1439px) {
          .footer .content .column:last-child {
            margin-left: 52px; } }
        @media (min-width: 1025px) and (max-width: 1279px) {
          .footer .content .column:last-child {
            margin-left: 52px; } }
        @media (max-width: 1024px) {
          .footer .content .column:last-child {
            margin-left: 0px; } }
      .footer .content .column > ul {
        list-style-type: none;
        color: white; }
        .footer .content .column > ul > li {
          line-height: 1.65em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  color: #003a58; }

.list-item {
  text-align: left;
  padding: 10px; }
  .list-item > .first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .list-item > .first > .time {
      font-size: 15px;
      font-weight: 700;
      font-family: 'Roboto', serif;
      color: #e31f0f; }
    .list-item > .first > .label {
      margin-left: 15px;
      position: relative;
      font-size: 10px;
      font-weight: 700;
      font-family: 'Roboto', serif; }
      .list-item > .first > .label::before {
        content: '';
        position: absolute;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        top: -2px;
        bottom: -2px;
        left: -5px;
        right: -5px;
        -webkit-transform: skewY(-1.5deg);
                transform: skewY(-1.5deg); }
      .list-item > .first > .label.serie::before {
        content: 'SERIE';
        border: 1px solid #003956;
        color: #003956; }
      .list-item > .first > .label.film::before {
        content: 'FILM';
        border: 1px solid #003956;
        color: #003956; }
      .list-item > .first > .label.live::before {
        content: 'LIVE';
        border: 0;
        color: white;
        background-color: #e3aa0f; }
    .list-item > .first > .bookmark {
      margin-left: 15px; }
      .list-item > .first > .bookmark > .icon {
        font-size: 20px;
        color: #c4cdd1; }
        .list-item > .first > .bookmark > .icon.bookmarked {
          color: #7995a3; }
  .list-item > .second {
    margin-top: 3px;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Roboto', serif;
    color: #003956; }
  .list-item > .third {
    margin-top: 3px;
    font-size: 15px;
    font-family: 'Roboto', serif;
    color: #7995A3; }
  .list-item > .fourth {
    font-size: 15px;
    font-family: 'Roboto', serif;
    color: #7995a3; }
    .list-item > .fourth .progressbar {
      margin-top: 10px;
      display: block;
      position: relative;
      height: 9px;
      width: 100%; }
      .list-item > .fourth .progressbar::before {
        content: '';
        position: absolute;
        top: 0px;
        height: 9px;
        width: 100%;
        background-image: -webkit-gradient(linear, left top, right top, from(#5a8ba3), to(#b51d1d));
        background-image: -webkit-linear-gradient(left, #5a8ba3, #b51d1d);
        background-image: -o-linear-gradient(left, #5a8ba3, #b51d1d);
        background-image: linear-gradient(to right, #5a8ba3, #b51d1d); }
      .list-item > .fourth .progressbar .remained {
        right: 0;
        width: 100%;
        background-color: #f3f3f3;
        position: absolute;
        top: 0;
        bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  color: #003a58; }

.program-list.content {
  position: relative;
  margin-top: 20px;
  width: 100%; }
  .program-list.content .btn.prev,
  .program-list.content .btn.next {
    background-color: rgba(121, 149, 163, 0.29);
    color: #003956;
    height: 127px;
    width: 33px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 50vh;
    z-index: 3; }
  .program-list.content .btn.prev {
    left: 0;
    float: left; }
  .program-list.content .btn.next {
    right: 0;
    float: right; }
  .program-list.content .next:hover,
  .program-list.content .prev:hover {
    background-color: #003a58;
    color: #ffffff; }
  .program-list.content .buttons {
    grid-area: buttons;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px; }
    .program-list.content .buttons button {
      display: inline-block;
      font-size: 1.5rem;
      width: unset;
      padding: 0.5em 1em;
      margin: 0 10px; }
  .program-list.content .lists {
    position: relative; }
    .program-list.content .lists .list-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .program-list.content .lists .list-row.list-shadow {
        margin-bottom: 6px;
        background-color: white;
        -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.12);
                box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.12); }
      .program-list.content .lists .list-row.list-header > .list-col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        height: 57px;
        width: 197px;
        font-size: 18px;
        font-weight: 700;
        font-family: 'Roboto', serif; }
        .program-list.content .lists .list-row.list-header > .list-col img.channel-logo {
          width: 85px;
          min-width: 85px;
          max-width: 85px;
          height: 25px;
          min-height: 25px;
          max-height: 25px; }
      .program-list.content .lists .list-row > .list-col {
        width: 197px;
        border-left: 1px solid rgba(206, 215, 219, 0.34);
        border-right: 1px solid rgba(206, 215, 219, 0.34);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .program-list.content .lists .list-row > .list-col:first-child {
          border-left: 0; }
        .program-list.content .lists .list-row > .list-col:last-child {
          border-right: 0; }
        @media (min-width: 1440px) and (max-width: 1619px) {
          .program-list.content .lists .list-row > .list-col:nth-child(7) {
            display: none !important; } }
        @media (min-width: 1280px) and (max-width: 1439px) {
          .program-list.content .lists .list-row > .list-col:nth-child(7) {
            display: none !important; } }
        @media (min-width: 1025px) and (max-width: 1279px) {
          .program-list.content .lists .list-row > .list-col:nth-child(6), .program-list.content .lists .list-row > .list-col:nth-child(7) {
            display: none !important; } }
        @media (min-width: 481px) and (max-width: 1024px) {
          .program-list.content .lists .list-row > .list-col:nth-child(5), .program-list.content .lists .list-row > .list-col:nth-child(6), .program-list.content .lists .list-row > .list-col:nth-child(7) {
            display: none !important; } }
      .program-list.content .lists .list-row.list-bar {
        margin-top: 6px;
        height: 37px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding-left: 15px;
        padding-right: 25px;
        -webkit-border-top-left-radius: 3px;
                border-top-left-radius: 3px;
        cursor: pointer;
        font-size: 18px;
        font-weight: 700;
        font-style: italic;
        font-family: 'Roboto Condensed', serif;
        color: white;
        letter-spacing: 0.02em; }
        .program-list.content .lists .list-row.list-bar .icon {
          margin-top: 2px;
          font-size: 24px; }
        .program-list.content .lists .list-row.list-bar.tvtv-blue {
          background-color: #003a58; }
        .program-list.content .lists .list-row.list-bar.morning {
          background-image: -webkit-gradient(linear, left top, right top, from(#005356), to(#009a70));
          background-image: -webkit-linear-gradient(left, #005356, #009a70);
          background-image: -o-linear-gradient(left, #005356, #009a70);
          background-image: linear-gradient(to right, #005356, #009a70); }
        .program-list.content .lists .list-row.list-bar.afternoon {
          background-image: -webkit-gradient(linear, left top, right top, from(#c7931c), to(#984600));
          background-image: -webkit-linear-gradient(left, #c7931c, #984600);
          background-image: -o-linear-gradient(left, #c7931c, #984600);
          background-image: linear-gradient(to right, #c7931c, #984600); }
        .program-list.content .lists .list-row.list-bar.evening {
          background-image: -webkit-gradient(linear, left top, right top, from(#6c004f), to(#164974));
          background-image: -webkit-linear-gradient(left, #6c004f, #164974);
          background-image: -o-linear-gradient(left, #6c004f, #164974);
          background-image: linear-gradient(to right, #6c004f, #164974); }
        .program-list.content .lists .list-row.list-bar.night {
          background-image: -webkit-gradient(linear, left top, right top, from(#164974), to(#005356));
          background-image: -webkit-linear-gradient(left, #164974, #005356);
          background-image: -o-linear-gradient(left, #164974, #005356);
          background-image: linear-gradient(to right, #164974, #005356); }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  color: #003a58; }

.sticky {
  z-index: 30002;
  max-width: none !important;
  position: fixed; }

#listinghead.sticky {
  max-width: 1368px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  background-color: white;
  -webkit-box-shadow: 0px 2px 0px 0px #ababab;
          box-shadow: 0px 2px 0px 0px #ababab;
  color: #003b5a; }
  #listinghead.sticky > .list-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 57px;
    width: 200px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto', serif;
    border-left: 1px solid rgba(206, 215, 219, 0.34);
    border-right: 1px solid rgba(206, 215, 219, 0.34);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    #listinghead.sticky > .list-col img.channel-logo {
      width: 85px;
      min-width: 85px;
      max-width: 85px;
      height: 25px;
      min-height: 25px;
      max-height: 25px; }
    #listinghead.sticky > .list-col:first-child {
      border-left: 0; }
    #listinghead.sticky > .list-col:last-child {
      border-right: 0; }
    @media (min-width: 1440px) and (max-width: 1619px) {
      #listinghead.sticky > .list-col:nth-child(7) {
        display: none !important; } }
    @media (min-width: 1280px) and (max-width: 1439px) {
      #listinghead.sticky > .list-col:nth-child(7) {
        display: none !important; } }
    @media (min-width: 1025px) and (max-width: 1279px) {
      #listinghead.sticky > .list-col:nth-child(6), #listinghead.sticky > .list-col:nth-child(7) {
        display: none !important; } }
    @media (min-width: 481px) and (max-width: 1024px) {
      #listinghead.sticky > .list-col:nth-child(5), #listinghead.sticky > .list-col:nth-child(6), #listinghead.sticky > .list-col:nth-child(7) {
        display: none !important; } }

.btn.prev.sticky,
.btn.next.sticky {
  position: fixed;
  background-color: rgba(121, 149, 163, 0.29);
  color: #003956;
  height: 127px;
  width: 33px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 30003; }
  .btn.prev.sticky:hover,
  .btn.next.sticky:hover {
    background-color: #003a58;
    color: #ffffff; }

#wrapperListing .btn.prev.is-sticky,
#wrapperListing .btn.next.is-sticky {
  opacity: 0; }

.menu.phone.sticky {
  margin: 0; }

.header-nav.sticky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  z-index: 30003;
  background: #fff;
  font-weight: bold; }

h1.sticky {
  padding: 10px 0;
  background: #fff;
  -webkit-box-shadow: 0px 2px 0px 0px #ababab;
          box-shadow: 0px 2px 0px 0px #ababab; }

.phone h1.sticky,
.phone .header-nav.sticky {
  padding-left: 10px;
  padding-right: 10px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  color: #003a58; }

#page-merkliste {
  padding-top: 50px;
  padding-bottom: 10px;
  margin-bottom: -50px;
  position: relative; }
  #page-merkliste::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -2;
    width: calc(100vw + 300px);
    left: 50%;
    -webkit-transform: translateX(-50%) skewY(-1.5deg);
            transform: translateX(-50%) skewY(-1.5deg);
    background-image: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#e9ecf0));
    background-image: -webkit-linear-gradient(left, #f5f5f5, #e9ecf0);
    background-image: -o-linear-gradient(left, #f5f5f5, #e9ecf0);
    background-image: linear-gradient(to right, #f5f5f5, #e9ecf0); }
    @media (max-width: 480px) {
      #page-merkliste::before {
        width: 100vw;
        left: 0;
        -webkit-transform: none;
                transform: none; } }
  #page-merkliste:before {
    top: 20px;
    height: 100%; }
  #page-merkliste h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.02em;
    font-size: 28px;
    font-weight: 700;
    color: #e31f0f;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
    font-family: 'Roboto Condensed', serif; }
    #page-merkliste h1::before {
      content: "Meine Merkliste";
      position: absolute;
      z-index: -1;
      top: -10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      font-size: 100px;
      font-weight: 700;
      font-style: italic;
      font-family: 'Roboto Condensed', serif;
      color: #7995a3;
      opacity: 0.09;
      text-transform: uppercase;
      letter-spacing: 0.02em;
      white-space: nowrap; }
  #page-merkliste .bookmark-day {
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.12);
            box-shadow: 0 3px 16px rgba(0, 0, 0, 0.12);
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    background: #ffffff; }
    #page-merkliste .bookmark-day header {
      position: relative;
      background-image: -webkit-gradient(linear, left top, right top, from(#003956), to(#165374));
      background-image: -webkit-linear-gradient(left, #003956, #165374);
      background-image: -o-linear-gradient(left, #003956, #165374);
      background-image: linear-gradient(to right, #003956, #165374);
      margin-bottom: 0;
      z-index: 1; }
      #page-merkliste .bookmark-day header .timebar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 30px;
        color: #ffffff;
        font-size: 12px; }
        #page-merkliste .bookmark-day header .timebar > div {
          position: relative;
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 auto;
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto; }
          #page-merkliste .bookmark-day header .timebar > div .title {
            position: absolute;
            display: block;
            top: 0;
            left: -4px; }
            #page-merkliste .bookmark-day header .timebar > div .title.last {
              left: unset;
              right: -4px; }
          #page-merkliste .bookmark-day header .timebar > div.it4 .title, #page-merkliste .bookmark-day header .timebar > div.it6 .title, #page-merkliste .bookmark-day header .timebar > div.it8 .title, #page-merkliste .bookmark-day header .timebar > div.it10 .title, #page-merkliste .bookmark-day header .timebar > div.it12 .title, #page-merkliste .bookmark-day header .timebar > div.it14 .title, #page-merkliste .bookmark-day header .timebar > div.it16 .title {
            left: -8px; }
          #page-merkliste .bookmark-day header .timebar > div .hour, #page-merkliste .bookmark-day header .timebar > div .half {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 1px;
            height: 10px;
            background: #ffffff; }
            #page-merkliste .bookmark-day header .timebar > div .hour.last, #page-merkliste .bookmark-day header .timebar > div .half.last {
              left: unset;
              right: 0; }
          #page-merkliste .bookmark-day header .timebar > div .half {
            left: 50%;
            height: calc(10px / 2); }
      #page-merkliste .bookmark-day header .timebar {
        width: 400px;
        position: absolute;
        bottom: 0;
        right: 70px; }
        @media (min-width: 481px) and (max-width: 1024px) {
          #page-merkliste .bookmark-day header .timebar {
            display: none; } }
      #page-merkliste .bookmark-day header svg {
        position: absolute;
        right: 66px;
        bottom: -1px; }
        #page-merkliste .bookmark-day header svg path {
          fill: #ffffff; }
        #page-merkliste .bookmark-day header svg line {
          stroke: #ffffff; }
        @media (min-width: 481px) and (max-width: 1024px) {
          #page-merkliste .bookmark-day header svg {
            display: none; } }
      #page-merkliste .bookmark-day header h2 {
        font-family: "Roboto", serif;
        color: #ffffff;
        padding: 15px 20px; }
    #page-merkliste .bookmark-day ul {
      padding: 0 20px; }
      #page-merkliste .bookmark-day ul li {
        border-bottom: 1px solid rgba(121, 149, 163, 0.2);
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: minmax(140px, 140px) minmax(100px, 100px) 1fr minmax(400px, 400px) minmax(50px, 50px);
        grid-template-columns: minmax(140px, 140px) minmax(100px, 100px) 1fr minmax(400px, 400px) minmax(50px, 50px);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 10px 0; }
        @media (min-width: 481px) and (max-width: 1024px) {
          #page-merkliste .bookmark-day ul li {
            -ms-grid-columns: minmax(140px, 140px) minmax(100px, 100px) 1fr minmax(50px, 50px);
            grid-template-columns: minmax(140px, 140px) minmax(100px, 100px) 1fr minmax(50px, 50px);
            -ms-grid-rows: auto auto;
            grid-template-rows: auto auto; }
          #page-merkliste .bookmark-day ul li > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
          #page-merkliste .bookmark-day ul li > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
          #page-merkliste .bookmark-day ul li > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
          #page-merkliste .bookmark-day ul li > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4; }
          #page-merkliste .bookmark-day ul li > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
          #page-merkliste .bookmark-day ul li > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 2; }
          #page-merkliste .bookmark-day ul li > *:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 3; }
          #page-merkliste .bookmark-day ul li > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 4; } }
        #page-merkliste .bookmark-day ul li .sender {
          -ms-grid-column: 1;
              grid-column-start: 1;
          -ms-grid-column-span: 1;
          grid-column-end: span 1;
          -ms-grid-row: 1;
              grid-row-start: 1;
          -ms-grid-row-span: 1;
          grid-row-end: span 1;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
        #page-merkliste .bookmark-day ul li .time {
          -ms-grid-column: 2;
              grid-column-start: 2;
          -ms-grid-column-span: 1;
          grid-column-end: span 1;
          -ms-grid-row: 1;
              grid-row-start: 1;
          -ms-grid-row-span: 1;
          grid-row-end: span 1;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
          #page-merkliste .bookmark-day ul li .time .region {
            padding-top: 5px;
            font-size: 0.7em; }
        #page-merkliste .bookmark-day ul li .title {
          -ms-grid-column: 3;
              grid-column-start: 3;
          -ms-grid-column-span: 1;
          grid-column-end: span 1;
          -ms-grid-row: 1;
              grid-row-start: 1;
          -ms-grid-row-span: 1;
          grid-row-end: span 1; }
          #page-merkliste .bookmark-day ul li .title span {
            font-weight: normal; }
          #page-merkliste .bookmark-day ul li .title div {
            margin-top: 5px; }
        #page-merkliste .bookmark-day ul li .time-beam {
          -ms-grid-column: 4;
              grid-column-start: 4;
          -ms-grid-column-span: 1;
          grid-column-end: span 1;
          -ms-grid-row: 1;
              grid-row-start: 1;
          -ms-grid-row-span: 1;
          grid-row-end: span 1;
          margin: -11px 0; }
          #page-merkliste .bookmark-day ul li .time-beam .timebar {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            height: 30px;
            color: #003a58;
            font-size: 12px; }
            #page-merkliste .bookmark-day ul li .time-beam .timebar > div {
              position: relative;
              -webkit-box-flex: 1;
              -webkit-flex: 1 0 auto;
                  -ms-flex: 1 0 auto;
                      flex: 1 0 auto; }
              #page-merkliste .bookmark-day ul li .time-beam .timebar > div .title {
                position: absolute;
                display: block;
                top: 0;
                left: -4px; }
                #page-merkliste .bookmark-day ul li .time-beam .timebar > div .title.last {
                  left: unset;
                  right: -4px; }
              #page-merkliste .bookmark-day ul li .time-beam .timebar > div.it4 .title, #page-merkliste .bookmark-day ul li .time-beam .timebar > div.it6 .title, #page-merkliste .bookmark-day ul li .time-beam .timebar > div.it8 .title, #page-merkliste .bookmark-day ul li .time-beam .timebar > div.it10 .title, #page-merkliste .bookmark-day ul li .time-beam .timebar > div.it12 .title, #page-merkliste .bookmark-day ul li .time-beam .timebar > div.it14 .title, #page-merkliste .bookmark-day ul li .time-beam .timebar > div.it16 .title {
                left: -8px; }
              #page-merkliste .bookmark-day ul li .time-beam .timebar > div .hour, #page-merkliste .bookmark-day ul li .time-beam .timebar > div .half {
                position: absolute;
                left: 0;
                bottom: 0;
                width: 1px;
                height: 10px;
                background: #003a58; }
                #page-merkliste .bookmark-day ul li .time-beam .timebar > div .hour.last, #page-merkliste .bookmark-day ul li .time-beam .timebar > div .half.last {
                  left: unset;
                  right: 0; }
              #page-merkliste .bookmark-day ul li .time-beam .timebar > div .half {
                left: 50%;
                height: calc(10px / 2); }
          #page-merkliste .bookmark-day ul li .time-beam .timebar {
            display: none;
            margin: 0 5px; }
            @media (min-width: 481px) and (max-width: 1024px) {
              #page-merkliste .bookmark-day ul li .time-beam .timebar {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex; } }
          #page-merkliste .bookmark-day ul li .time-beam .bar {
            width: 400px;
            height: 100%;
            background: #e7ebee;
            border: 1px solid rgba(121, 149, 163, 0.2);
            position: relative;
            overflow: hidden; }
            #page-merkliste .bookmark-day ul li .time-beam .bar .broadcast-duration,
            #page-merkliste .bookmark-day ul li .time-beam .bar .overlap-duration {
              position: absolute;
              top: 0;
              height: 100%;
              background: #003a58; }
            #page-merkliste .bookmark-day ul li .time-beam .bar .overlap-duration {
              background: #e31f0f; }
            @media (min-width: 481px) and (max-width: 1024px) {
              #page-merkliste .bookmark-day ul li .time-beam .bar {
                margin: 0 5px;
                width: auto;
                height: 10px; } }
          @media (min-width: 481px) and (max-width: 1024px) {
            #page-merkliste .bookmark-day ul li .time-beam {
              margin: 10px 0 0 0;
              -ms-grid-column: 1;
                  grid-column-start: 1;
              -ms-grid-column-span: 5;
              grid-column-end: span 5;
              -ms-grid-row: 2;
                  grid-row-start: 2;
              -ms-grid-row-span: 1;
              grid-row-end: span 1; } }
        #page-merkliste .bookmark-day ul li .bookmark {
          -ms-grid-column: 5;
              grid-column-start: 5;
          -ms-grid-column-span: 1;
          grid-column-end: span 1;
          -ms-grid-row: 1;
              grid-row-start: 1;
          -ms-grid-row-span: 1;
          grid-row-end: span 1;
          padding-left: 20px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
    #page-merkliste .bookmark-day .reload a {
      margin: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 177px;
      height: 40px;
      background-color: #e31f0f;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
              box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      cursor: pointer;
      font-size: 17px;
      font-weight: 700;
      font-family: 'Roboto', serif;
      color: white; }

#meintvtv-listing .wrapper_time_select.disabled i.far {
  color: #bebebe; }

/*# sourceMappingURL=main.css.map */
