/* byJS @CHARSET "utf-8"; */
/* Allgemeines */
* {
  padding: 0;
  margin: 0; }

body {
  font-family: arial, verdana, sans-serif;
  background-color: white; }

h1 {
  font-size: 1em;
  color: #003a58; }

h2,
h3 {
  font-size: 1em;
  color: #003a58;
  padding-bottom: 10px; }

#home h2,
#home-leiste h2 {
  line-height: 20px;
  background-color: white;
  padding-bottom: 5px; }

#home-leiste h2 {
  text-align: right; }

p {
  padding-bottom: 20px; }

ul {
  list-style-type: none; }

ol {
  list-style-position: outside;
  list-style-type: none;
  counter-reset: item; }

ol li {
  display: list-item;
  text-align: left;
  margin: 0 0 20px 30px; }

ol li:before {
  content: counter(item) ". ";
  counter-increment: item; }

ol.datenschutz li:before {
  color: #003a58;
  font-weight: bold; }

ol li strong {
  color: #003a58; }

ol li > ol {
  margin-top: 20px; }

a:link,
a:visited,
a:active,
a:focus {
  color: #003a58;
  text-decoration: none;
  font-weight: bold; }

a:hover {
  color: #e32316;
  text-decoration: none; }

.line {
  font-weight: bold;
  border-bottom: 1px solid #c2cdd4;
  padding-bottom: 5px;
  margin-bottom: 5px; }

.fixed {
  position: fixed; }

.clear {
  clear: both; }

.anchor {
  display: block;
  position: relative;
  top: 154 px;
  visibility: hidden; }

img.senderlogo {
  max-width: 70px;
  max-height: 30px;
  padding: 2px;
  overflow: hidden;
  vertical-align: middle; }

#senderlogo-span {
  display: inline-block;
  width: 80px;
  text-align: center;
  margin-left: 5px; }

*:focus {
  outline: none !important; }

.meintvtvform p.error,
p.error {
  padding-top: 20px;
  color: #e32316;
  font-weight: bold;
  margin: 0; }

.btn {
  text-align: center;
  color: white;
  background-color: #003a58;
  padding: 8px 0;
  cursor: pointer;
  width: 150px;
  font-size: 0.9em;
  border: 0; }

#Suche .btn {
  width: 140px;
  margin-left: 0; }

#merkliste .btn {
  margin: 15px; }

.meintvtvform.profilseite .btn,
.meintvtvform.neues-passwort .btn,
.meinesender .btn {
  width: 220px; }

.meinesuchen .btn {
  width: 35px;
  padding: 4px 0;
  background-color: transparent;
  color: #003a58; }

#schnellsucheForm .btn {
  width: 58px;
  padding: 4px 0; }

.btn:hover,
.btn:active,
.btn:focus {
  background-color: #e32316; }

.meinesuchen .btn:hover {
  background-color: transparent;
  color: #e32316; }

/* Header */
.adBanner {
  background-color: transparent;
  height: 1px;
  width: 1px; }

.ui-front {
  z-index: 600001 !important; }

header {
  width: 100%;
  background-color: white;
  z-index: 200; }

#headerNav {
  height: auto;
  padding: 10px 30px;
  position: fixed;
  background-color: white;
  z-index: 40;
  width: calc(100% - 60px);
  border-bottom: 1px solid #003a58; }

#breadcrumbs {
  color: #003a58;
  margin: 10px 0;
  font-size: 0.8em; }

/* Header navi */
.hidden {
  visibility: hidden; }

.fixed {
  position: fixed !important; }

.static {
  position: static !important; }

.no-border {
  border: 0; }

.no-space {
  position: relative !important;
  margin: 0 !important;
  margin-right: -1px !important; }

.no-margin {
  margin: 0 !important; }

#headerNav h1 {
  margin-top: 30px; }

#headerNav .tv-program {
  margin-left: 50px; }

#headerNav .buttonToolbar .button {
  margin-bottom: 0 !important; }

#headerNav #first-line {
  margin-top: 5px; }

#headerNav #first-line a:link,
#headerNav #first-line a:visited,
#headerNav #programm-navi a:link,
#headerNav #programm-navi a:visited {
  font-weight: normal; }

#headerNav #first-line a:hover,
#headerNav #first-line a:active,
#headerNav #first-line a:focus {
  color: #003a58;
  font-weight: normal; }

#headerNav .button.active,
#headerNav .time.active,
#content thead tr td.active {
  background-color: #e7ebee; }

#headerNav .time-group .time-list {
  vertical-align: top; }

.ui-selectmenu-menu {
  margin-top: 4px;
  border-top: 1px solid; }

#SelectTime-menu {
  width: 104px !important;
  /* margin-top: 5px !important; */ }

#SelectTime-button {
  margin-bottom: 0px !important; }

#headerNav .custom-button {
  margin-left: 0px; }

#headerNav .ui-selectmenu-button {
  border: 1px;
  background: inherit; }

#headerNav .ui-selectmenu-text {
  font-size: 14px; }

#SelectTime-button .ui-selectmenu-text {
  padding-bottom: 3px; }

#headerNav .date-navi-left-arrow {
  padding: 1px 10px; }

#headerNav .date-navi-right-arrow {
  padding: 1px 10px; }

#headerNav #programm-date-navi .date-list-wrapper {
  width: 325px;
  overflow: hidden;
  vertical-align: bottom; }

#headerNav #programm-date-navi .date-list {
  width: 3000px; }

#headerNav #programm-date-navi .date-list a.button.active {
  background-color: #e7ebee; }

/* Schnellsuche */
#sucheArea {
  position: relative;
  display: inline; }

#schnellsucheForm {
  display: none;
  position: absolute;
  top: 24px;
  right: -1px;
  z-index: 10000;
  border: 1px solid #003a58;
  width: 220px;
  color: #003a58;
  padding: 0.4em;
  background-color: #e7ebee; }

#headerNav #first-line #schnellsucheForm a.newLink {
  font-size: 0.8em;
  font-weight: bold; }

#headerNav #first-line #schnellsucheForm a:hover {
  color: #e32316; }

#schnellsucheForm #schnellsucheSuchbegriff {
  border: 1px solid #003a58;
  padding: 0 5px;
  width: 143px;
  height: 22px;
  color: #003a58;
  font-size: 0.9em;
  margin-bottom: 5px; }

/* mein tvtv Formulare */
form.meintvtvform {
  margin-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 30px; }

form.meintvtvform.first {
  margin-top: 0; }

#kontaktform label,
.meintvtvform label {
  display: inline-block;
  width: 220px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #003a58;
  font-size: 0.9em; }

.abstand {
  margin-top: 20px; }

.abstand_klein {
  margin-top: 10px; }

p.info {
  font-style: italic; }

.formmargin {
  margin-left: 220px; }

.meintvtvform input[type='text'],
.meintvtvform input[type='password'],
.meintvtvform input[type='email'],
.meintvtvform input[type='number'],
.meintvtvform input[type='date'],
#kontaktform input[type='text'] {
  border: 1px solid #003a58;
  padding: 0 5px;
  width: 262px;
  height: 28px;
  color: #003a58;
  font-size: 0.9em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: arial, verdana, sans-serif; }

#kontaktform textarea {
  resize: none;
  border: 1px solid #003a58;
  padding: 5px;
  width: 400px;
  height: 200px;
  color: #003a58;
  font-size: 0.9em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: arial, verdana, sans-serif; }

.formfield * {
  vertical-align: top;
  margin-top: 15px; }

p.meintvtvokay {
  padding-top: 20px;
  color: #009500;
  font-weight: bold;
  margin: 0; }

#checkinfomail,
#killchecklabel {
  width: auto;
  padding-left: 10px; }

.meintvtvform button {
  padding: 5px; }

/* Meine Sender-Konfiguration */
form.meinesendersub {
  display: none; }

form.meinesender .column {
  margin-right: 10px;
  width: 300px;
  float: left;
  height: 560px; }

form.meinesender ul {
  height: 386px;
  overflow-y: auto;
  /* border: 1px solid rgb(231,235,238); */ }

form.meinesender ul li {
  margin: 1px;
  padding: 8px 40px 8px 5px;
  color: #003a58;
  background-color: #e7ebee;
  position: relative; }

form.meinesender ul#sendergruppen li span.text {
  overflow: hidden;
  white-space: nowrap;
  width: calc(100% - 30px);
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block; }

form.meinesender ul#sendergruppen li {
  padding: 8px 80px 8px 5px; }

form.meinesender ul li.user {
  cursor: ns-resize; }

form.meinesender ul li.standard {
  cursor: auto; }

form.meinesender input[type='text'] {
  border: 1px solid #c2cdd4;
  padding: 0 5px;
  width: 160px;
  height: 22px;
  color: #003a58;
  font-size: 0.9em;
  font-family: arial, verdana, sans-serif;
  z-index: 3000; }

#senderavail li {
  cursor: default; }

form.meinesender.meinesendersub h3 span {
  overflow: hidden;
  white-space: nowrap;
  max-width: 200px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: inline-block;
  vertical-align: -4px; }

form.meinesender ul#sendergruppen li.user:hover,
form.meinesender ul#senderavail li:hover,
form.meinesender ul#senderselected li:hover {
  background-color: #e32316;
  color: white; }

form.meinesender ul#sendergruppen li.active {
  background-color: #e32316;
  color: white; }

form.meinesender .del,
form.meinesender .add {
  position: absolute;
  top: calc(50% - 9px);
  right: 8px;
  cursor: pointer; }

form.meinesender .rename,
form.meinesender .ready {
  position: absolute;
  top: calc(50% - 9px);
  right: 40px;
  cursor: pointer; }

form.meinesender .sort {
  position: absolute;
  top: calc(50% - 9px);
  right: 80px;
  cursor: ns-resize; }

#senderselected .sort {
  right: 40px; }

#wrapper.meinesuchen ul.alleSuchen {
  display: inline-block; }

#wrapper.meinesuchen ul.suche {
  display: table;
  width: 100%; }

#wrapper.meinesuchen ul.suche li {
  display: table-cell;
  padding: 5px 5px 5px 10px;
  color: #003a58; }

#wrapper.meinesuchen ul.suche li:first-child {
  min-width: 250px; }

#wrapper.meinesuchen ul.suche li p {
  display: inline-block;
  font-size: 20px; }

#wrapper.meinesuchen ul.suche li:last-child {
  width: 150px;
  text-align: center; }

.search-btn-wrapper {
  background-color: #003a58;
  padding: 6px 11px;
  vertical-align: 4px;
  /* margin-left: 1px; */ }

.search-btn-wrapper:hover {
  background-color: #e32316; }

.search-btn-menustyle {
  color: white !important;
  font-size: 14px;
  font-weight: normal !important; }

/* Button Menu-Leiste generell */
.menubutton {
  background-color: #003a58;
  margin-left: 1px; }

.menubutton a {
  display: block;
  padding: 10px 15px 10px 15px; }

.menubutton,
#programm-navi .btn-koop {
  color: white;
  position: relative;
  display: inline-block;
  padding: 8px 11px 8px 11px;
  cursor: pointer;
  /* top: 2px; */
  font-size: 14px; }

.menubutton:hover,
.menubuttonopen {
  background-color: #e32316; }

.menubutton .submenu {
  position: absolute;
  background-color: white;
  z-index: 1000;
  max-height: 235px;
  overflow-y: scroll;
  border: 1px solid rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  font-size: 0.8em;
  top: 32px;
  left: 0;
  z-index: 5000 !important; }

.menubutton .submenu {
  display: none; }

.menubutton .submenu li:hover,
.menubutton .submenu li:hover a {
  background-color: #e32316;
  color: white !important; }

.submenu-group .menubutton {
  padding: 0 !important; }

/* usermenu */
.menubutton.usermenu {
  top: 0; }

ul.menubutton.usermenu i.fa {
  float: left; }

div.user-id {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-width: 70px;
  top: 4px;
  position: relative; }

/* Logo */
#logo {
  float: left;
  margin: -5px 5px 10px 5px;
  display: inherit; }

#logo_mob {
  display: none; }

/* Buttons */
.btn-group {
  margin-left: 228px; }

.btn-group img {
  height: 22px; }

.buttonToolbar {
  position: relative;
  vertical-align: bottom; }

.buttonToolbar .button {
  display: inline-block;
  background-color: white;
  border: 1px solid #003a58;
  color: #003a58;
  padding: 7px 10px 7px 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px; }

.buttonToolbar .buttonspezial.merken {
  display: inline-block;
  vertical-align: -5px;
  margin-right: 10px;
  margin-bottom: 10px; }

.buttonToolbar .buttonspezial.suchen {
  display: inline-block;
  vertical-align: -3px;
  margin-right: 15px;
  margin-bottom: 10px; }

.buttonToolbar .buttonspezial i {
  border: 1px solid #003a58;
  background-color: white; }

.buttonToolbar .buttonspezial.merken i {
  font-size: 26px;
  padding: 3px 5px 1px 7px; }

.buttonToolbar .buttonspezial.suchen i {
  font-size: 24px;
  padding: 2px 6px 4px 8px; }

.buttonToolbar .buttonspezial i:hover,
.buttonToolbar .button:hover {
  background-color: #e7ebee; }

.buttonToolbar .button.anmelden {
  padding: 2px 10px 4px 10px;
  /* vertical-align: -3px; */
  vertical-align: bottom; }

.buttonToolbar .button.anmelden i,
.buttonToolbar .usermenu i {
  font-size: 24px;
  margin-right: 10px; }

.buttonToolbar .button.anmelden span,
.buttonToolbar .usermenu span {
  vertical-align: 3px; }

.buttonToolbar .usermenu {
  padding: 3px 10px 5px 10px;
  /* vertical-align: 3px; */
  vertical-align: bottom; }

.buttonToolbar .button.lb {
  margin-right: 40px; }

/* Suche und Login */
#login {
  float: right;
  margin-top: -20px; }

/* Programm-Navi */
#programm-navi {
  clear: both; }

#programm-navi .btn-koop {
  background-color: #e32316; }

#programm-navi .btn-kategorie,
#programm-navi .last {
  margin-right: 20px; }

#programm-navi .btn-koop a {
  color: white; }

/* .menubutton, #programm-navi .btn-koop { */
/* margin-bottom:15px; */
/* } */
/* broadcaster-overview */
.broadcaster-overview .sender,
.broadcaster-overview .sendername,
.broadcaster-overview .sender-group {
  display: inline-block; }

.broadcaster-overview .sender-index-item:first-child {
  margin-top: 40px; }

.broadcaster-overview .sender-index-item {
  margin-top: 80px;
  margin-bottom: 10px;
  color: #003a58;
  font-size: 1em;
  font-weight: bold; }

.broadcaster-overview .sender-index span:first-child {
  margin-left: 0px; }

.broadcaster-overview .sender-index span {
  margin-left: 10px; }

.broadcaster-overview .sender-header {
  margin-top: 40px;
  color: #003a58;
  font-size: 1em;
  font-weight: bold; }

.broadcaster-overview .sender {
  width: 120px; }

.broadcaster-overview .sender-line .sender {
  padding: 5px 0px 5px 0px;
  text-align: center; }

.broadcaster-overview .sender-line .sender span {
  padding: 0px 10px 0px 10px;
  font-size: 0.8em; }

.broadcaster-overview .sender-line .sendername {
  width: 130px;
  font-size: 0.8em; }

.broadcaster-overview .sender-group {
  width: 300px;
  margin-left: 80px; }

.broadcaster-overview .sender-line .sender-group {
  padding: 15px 0px; }

.broadcaster-overview .sender-line .sender-group a {
  padding: 0px 0px;
  font-weight: 400;
  font-size: 0.8em; }

.broadcaster-overview .sender-line.bg-blue {
  background-color: #e7ebee; }

.broadcaster-overview .sender-line.bg-white {
  background-color: white; }

/* Content */
#content {
  position: relative;
  /* padding: 20px 0 0 30px;  */
  padding: 215px 0 0 30px;
  background-color: white;
  padding-bottom: 25px;
  border: 1px solid transparent; }

#wrapper {
  display: inline-block;
  max-width: 1000px;
  min-width: 700px;
  padding-right: 20px;
  margin-right: 170px; }

#wrapperListing {
  display: inline-block;
  /* byJS - TVTV-96 padding-right: 20px; */
  margin-right: 170px; }

#wrapperHome {
  display: inline-block;
  max-width: 1200px;
  padding-right: 20px;
  margin-right: 170px; }

/* Footer */
.hide {
  display: none; }

.sticky-left {
  position: fixed;
  left: 30px; }

.sticky-bottom {
  position: fixed;
  bottom: 20px; }

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

.margin-bottom-30 {
  margin-bottom: 30px; }

footer {
  padding: 11px;
  background-color: #003a58;
  color: white;
  font-size: 0.8em;
  z-index: 200; }

footer nav {
  line-height: 2em; }

div#footer-navi div {
  display: inline-block; }

div#footer-navi div span {
  padding: 0 10px 0 0; }

div#footer-navi div:first-child {
  margin-right: 50px;
  vertical-align: top; }

div#footer-navi div.links-list {
  padding-top: 22px; }

div#footer-navi div a {
  color: white;
  font-weight: normal; }

div#footer-navi div a:hover {
  text-decoration: underline; }

div#footer-navi div a img {
  margin-left: 5px;
  vertical-align: -10px; }

ul.mobnav li a.icon {
  display: none; }

/* Werbung */
#werbung {
  padding-left: 30px; }

#adspace {
  height: 100%;
  background-color: white;
  position: fixed;
  top: 1px;
  right: 0;
  z-index: 500;
  padding-left: 30px; }

#eyeDiv {
  position: fixed !important; }

/* #adspace iframe{
	max-width: 200px !important;
	width: 200px !important;
    position: fixed;
    right: 0;
} */
#SucheUhrzeit-menu li {
  display: none; }

/* Listing */
#listing thead {
  display: block;
  /* for safari */
  position: -webkit-sticky;
  /* position: -webkit-sticky; 
	-webkit-position: sticky;
    -moz-position: sticky;
    -ms-position: sticky;
	position: sticky; */
  position: sticky;
  /* position: static; */
  border-bottom: 1px solid #c2cdd4;
  border-top: 1px solid #c2cdd4; }

#listing thead td {
  vertical-align: middle; }

#listing {
  display: block;
  line-height: 1.2em;
  font-size: 0.8em;
  border-collapse: collapse;
  border-bottom: 1px solid #c2cdd4;
  border-left: 1px solid #c2cdd4; }

#listing td {
  vertical-align: top;
  overflow: hidden;
  min-width: 186px;
  width: 186px;
  border-right: 1px solid #c2cdd4;
  padding-bottom: 5px; }

/* #listing td:first-child{
	border-left: 1px solid rgb(194,205,212);
} */
#listing #Vormittag td:first-child,
#listing #Nachmittag td:first-child,
#listing #Abend td:first-child,
#listing #Nacht td:first-child {
  border-left: 1px solid #003a58; }

#listing #Vormittag td:last-child,
#listing #Nachmittag td:last-child,
#listing #Abend td:last-child,
#listing #Nacht td:last-child {
  border-right: 1px solid #003a58; }

#listing #Vormittag td,
#listing #Nachmittag td,
#listing #Abend td,
#listing #Nacht td {
  border-right: none; }

#listing ul {
  margin: 2px 1px;
  padding: 0 1px; }

#listing li.sendung {
  clear: both; }

#listing li.sendung ul.zeitleiste {
  /* float: left; */
  display: inline-block;
  vertical-align: top;
  width: 35px; }

#listing li.sendung ul.zeitleiste .start {
  font-weight: bold;
  color: #003a58; }

#listing li.sendung ul.titelleiste {
  /* float: left; */
  display: inline-block;
  vertical-align: top;
  width: 136px; }

#listing li.sendung ul.titelleiste .titel {
  font-weight: bold;
  margin-bottom: 2px; }

#listing li.sendung ul.titelleiste .genre-land-jahr,
#listing li.sendung ul.titelleiste .folgenangaben {
  font-size: 0.85em;
  line-height: 1em; }

.region {
  font-size: 0.85em;
  line-height: 1em;
  font-style: italic; }

#listing tbody tr:first-child td {
  background-color: #e7ebee; }

/* #listing tbody tr:nth-child(2n+0) {
	background-color: rgb(255,255,255);
}
#listing tbody tr:nth-child(2n+1) {
	background-color: rgb(231,235,238);
} */
#listing tbody tr.time-period.bg-blue {
  background-color: #e7ebee; }

#listing tbody tr.time-period.bg-white {
  background-color: white; }

#listing tbody tr:first-child td > div:first-child {
  display: table;
  height: 127px;
  width: 100%;
  text-align: center; }

#listing tbody tr:first-child td > div:first-child .tippbild {
  border-bottom: 1px solid #c2cdd4; }

#listing tbody tr:first-child div div {
  display: table-cell;
  vertical-align: middle; }

#listing tbody tr#Vormittag,
#listing tbody tr#Nachmittag,
#listing tbody tr#Abend,
#listing tbody tr#Nacht {
  background-color: #003a58;
  color: white;
  height: 30px;
  border-top: 1px solid #c2cdd4; }

#listing tbody tr#Vormittag td,
#listing tbody tr#Nachmittag td,
#listing tbody tr#Abend td,
#listing tbody tr#Nacht td,
#listing thead td {
  text-align: center;
  padding-top: 8px; }

#listing tbody tr#Vormittag td.offen,
#listing tbody tr#Nachmittag td.offen,
#listing tbody tr#Abend td.offen,
#listing tbody tr#Nacht td.offen {
  background-image: url(../../images/designparts/pfleil_zuklappen.svg);
  background-repeat: no-repeat;
  background-position: center; }

#listing tbody tr#Vormittag td.zu,
#listing tbody tr#Nachmittag td.zu,
#listing tbody tr#Abend td.zu,
#listing tbody tr#Nacht td.zu {
  background-image: url(../../images/designparts/pfleil_aufklappen.svg);
  background-repeat: no-repeat;
  background-position: center; }

#listing tbody tr#Vormittag td span,
#listing tbody tr#Nachmittag td span,
#listing tbody tr#Abend td span,
#listing tbody tr#Nacht td span,
#listing thead td {
  font-weight: bold;
  font-size: 0.9em; }

#listing thead tr {
  height: 30px;
  color: #003a58; }

#listinghead td {
  background-color: white;
  width: 187px; }

/* Index Styles */
section#home {
  width: 810px;
  float: left;
  margin: 0 30px 30px 0;
  color: #003a58; }

section#home ul.clickable {
  display: table;
  font-size: 1.1em; }

section#home ul.clickable li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 270px;
  border-bottom: 1px solid #003a58; }

section#home ul.clickable li a {
  display: block;
  padding: 5px;
  font-weight: normal;
  background-color: #003a58;
  color: white;
  border-right: 1px solid #e7ebee;
  line-height: 20px; }

section#home ul.clickable li:last-child a {
  border-right: 0; }

section#home ul.clickable li a:hover {
  background-color: #e32316;
  color: white; }

section#home ul.clickable li.active a {
  background-color: #e7ebee;
  color: #003a58;
  cursor: default; }

section#home #was-laeuft,
section#home #tipps {
  display: inline-block;
  width: 100%;
  font-size: 0.9em; }

section#home #tipps {
  background-color: #e7ebee; }

section#home #was-laeuft .sendungen {
  font-size: 0.9em; }

section#home #tipps {
  margin-bottom: 26px; }

section#home #tipps .tvdaten {
  height: 298px; }

section#home #tipps .tvdaten .tipp {
  line-height: 120%;
  height: 200px; }

section#home #tipps .tipps .tipp {
  float: right;
  width: 299px;
  margin: 30px; }

section#home #tipps .tipps .tippbild {
  display: table-cell;
  height: 298px;
  width: 447px;
  text-align: center;
  vertical-align: middle; }

section#home #tipps .tipps li:first-child,
section#home #tipps .tipps li:nth-child(2) {
  padding-bottom: 10px; }

/* aside */
#home-leiste {
  float: left;
  width: 300px; }

#home-leiste .box {
  width: 100%;
  background-color: #e7ebee;
  margin-bottom: 26px;
  padding-bottom: 10px; }

#home-leiste .box > div {
  font-size: 0.9em; }

#home-leiste .box.fontsize-1em > div {
  font-size: 1em; }

#home-leiste .box ul {
  font-size: 1em; }

#home-leiste .bild img {
  width: 100%; }

aside ul.clickable {
  display: table;
  font-size: 1.1em; }

aside ul.clickable li {
  text-align: center;
  width: 300px; }

aside ul.clickable li a {
  display: block;
  padding: 5px;
  font-weight: normal;
  background-color: #003a58;
  color: white;
  border-bottom: 1px solid #003a58;
  line-height: 20px; }

aside ul.clickable li a:hover {
  background-color: #e32316;
  color: white;
  border-bottom: 1px solid #e32316; }

.rtv-content-logo {
  vertical-align: -4px;
  height: 19px;
  margin-right: 10px; }

#home-leiste .bild {
  text-align: center; }

#home-leiste .text,
#home-leiste .titel {
  padding: 10px 20px 0 20px;
  color: #003a58;
  line-height: 115%; }

/*

#home-leiste .titel {
    height: 18px;
    overflow: hidden;
}

*/
#home-leiste .inhalt {
  min-height: 106px; }

#rectangle_1 {
  margin-bottom: 30px; }

.trenner {
  clear: both;
  height: 10px; }

/* Suchergebnis */
h2 select {
  margin-bottom: 10px; }

.suchergebnis {
  font-size: 0.8em;
  color: #003a58;
  margin: 0 0 20px 0; }

#wrapper .suchergebnis {
  margin-top: 10px; }

.suchergebnis_ueberschrift {
  margin-top: 20px; }

.suche-btn:link {
  text-align: center;
  background-color: white;
  cursor: pointer;
  width: 130px;
  font-size: 0.9em;
  padding: 6px;
  vertical-align: 4px;
  color: #003a58;
  font-weight: normal;
  border: 1px solid #003a58;
  display: inline-block;
  margin-bottom: 10px; }

.suche-btn:hover,
.suche-btn:active,
.suche-btn:focus {
  background-color: #e7ebee;
  color: #003a58; }

#wrapperHome .suchergebnis > li:nth-child(2n + 1),
#wrapper .suchergebnis > li:nth-child(2n + 0),
#wrapper.meinesuchen .alleSuchen > li:nth-child(2n + 0) {
  background-color: white; }

#wrapper .suchergebnis > li:nth-child(2n + 1),
#wrapperHome .suchergebnis > li:nth-child(2n + 0),
#wrapper.meinesuchen .alleSuchen > li:nth-child(2n + 1) {
  background-color: #e7ebee; }

.suchergebnis ul.sendung,
.merkliste_sendungen ul.sendung {
  display: table;
  width: 100%; }

.suchergebnis ul.sendung li {
  display: table-cell;
  padding: 5px;
  text-align: left;
  vertical-align: middle; }

.suchergebnis ul.sendung li:first-child {
  width: 85px;
  padding-left: 10px;
  text-align: center; }

.suchergebnis ul.sendung li:nth-child(2) {
  width: 85px; }

.suchergebnis ul.sendung li:nth-child(3) {
  width: 95px; }

.suchergebnis ul.sendung li:nth-child(3) img {
  vertical-align: -3px;
  max-width: 84px; }

.suchergebnis ul.sendung li:nth-child(5) {
  width: 35px;
  padding-left: 15px; }

.blaetterleiste {
  float: right !important;
  /* margin: 20px 0; */
  font-size: 0.9em;
  text-align: center; }

.blaetterleiste a {
  padding: 10px; }

.blaetterleiste a.vor_zurueck {
  font-size: 1.6em;
  vertical-align: -2px; }

.blaetterleiste a.aktiv {
  color: #e32316; }

div.merken {
  background: transparent;
  border: 0;
  display: inline; }

div.merken:focus,
div.merken:active {
  outline: 0; }

div.merken img {
  width: 0; }

div.merken i {
  font-size: 24px;
  color: #003a58; }

div.merken i:hover,
div.merken i:active {
  color: #e32316 !important;
  cursor: pointer !important; }

div.merken-text {
  display: inline-block;
  font-size: 1.1em;
  font-weight: bold;
  color: #003a58; }

/* Merkliste */
#search-result,
#meintvtv-merkliste {
  min-width: 680px;
  max-width: 1184px; }

.merkliste_tag {
  margin-bottom: 20px;
  border: 1px solid #c2cdd4; }

.merkliste_zeitstrahl_img {
  position: relative;
  padding-top: 10px;
  height: 45px; }

.merkliste_zeitstrahl_img img {
  position: absolute;
  right: 35px;
  display: inline;
  /* byJS - no effect with inline float:left; */ }

.merkliste_zeitstrahl_img h2 {
  float: left;
  margin: 10px 0 0 10px; }

.merkliste_sendungen {
  clear: both;
  font-size: 0.8em;
  color: #003a58; }

.merkliste_zeitstrahl {
  float: left;
  background-color: #e7ebee;
  position: relative; }

.merkliste_sendungsblock {
  float: left;
  position: relative;
  background-color: #003a58; }

.merkliste_ueberschneidung {
  position: relative;
  background-color: #e32316; }

.merkliste_sendungen ul.sendung li {
  display: table-cell;
  padding: 5px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #c2cdd4; }

.merkliste_sendungen ul.sendung li:first-child {
  width: 85px;
  text-align: center; }

.merkliste_sendungen ul.sendung li:nth-child(2) {
  width: 45px; }

.merkliste_sendungen ul.sendung li:nth-child(4) {
  width: 385px;
  padding: 0;
  height: 100% !important;
  /*	border-top: 1px solid rgb(255,255,255); */ }

/*
.merkliste_sendungen.first ul.sendung li:nth-child(4) {
	border-top: 1px solid rgb(194,205,212);
}
*/
.merkliste_sendungen ul.sendung li:nth-child(5) {
  width: 30px;
  padding-left: 10px; }

img.merkliste {
  width: 20px; }

#merkliste div.aktualisieren {
  border-top: 1px solid #c2cdd4; }

/* Suche */
#Suche {
  margin-top: 20px; }

label input {
  visibility: hidden;
  /* <-- hide the default checkbox, the rest is to hide and alllow tabbing, which display:none prevents */
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  overflow: hidden; }

label span {
  /* <-- style the artificial checkbox */
  height: 15px;
  width: 15px;
  border: 1px solid #003a58;
  display: inline-block;
  margin-right: 5px;
  vertical-align: -3px; }

[type='checkbox']:checked + span {
  /* <-- style its checked state */
  /*	background: rgb(0,58,88); */
  background-image: url(../../images/designparts/checkbox_haken.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 15px 15px;
          background-size: 15px 15px;
  /*	border: 1px solid rgb(231,235,238); */ }

#SucheSendergruppenAuswahl,
#SucheTageszeitenAuswahl,
#SucheSonderzeichenAuswahl,
#SucheDatumList,
#SucheTrailerAuswahl {
  height: 100%;
  max-height: 240px;
  width: 250px;
  border: 1px solid #003a58;
  padding: 0 10px;
  overflow-y: auto;
  overflow-x: hidden; }

#SucheSonderzeichenAuswahl {
  max-height: 400px; }

.SucheKategorie {
  height: 100%;
  max-height: 86px;
  width: 270px;
  border: 1px solid #003a58;
  padding: 0 10px;
  overflow-y: auto;
  overflow-x: hidden; }

#Suche li {
  margin: 8px 0; }

#Suche div,
#Suche ul {
  margin-bottom: 20px; }

option {
  color: #003a58;
  font-size: 1.1em;
  padding: 5px; }

#SucheTageszeit {
  border: 1px solid #003a58; }

#kontaktform input.btn:disabled {
  background-color: #e7ebee;
  color: #003a58;
  cursor: auto; }

#Suche .marginLeft {
  margin-left: 105px; }

#Suche label,
.label {
  color: #003a58;
  font-size: 0.9em; }

#Suche .label {
  font-weight: bold;
  padding-top: 5px;
  clear: both;
  float: left; }

#Suche img.img_label {
  height: 15px; }

#Suche #SucheSuchbegriff,
#Suche #gespeicherteSucheName {
  border: 1px solid #003a58;
  padding: 0 5px;
  width: 414px;
  height: 28px;
  color: #003a58;
  font-size: 0.9em;
  margin-bottom: 20px;
  margin-right: 20px; }

#Suche #spalte1,
#Suche #spalte2 {
  float: left;
  width: 420px;
  margin-bottom: 0; }

#Suche #spalte1 {
  margin-right: 30px; }

#Suche #submit {
  clear: both;
  text-align: right;
  padding-right: 23px; }

#Suche li label:hover {
  cursor: pointer;
  color: #e32316; }

/* Begin: meintvtv - listing */
.meinelisting .wrapper_time_select {
  padding: 20px 0; }
  .meinelisting .wrapper_time_select.disabled .daytime h3 {
    color: #bebebe; }
  .meinelisting .wrapper_time_select.disabled .context .box {
    border: 1px solid #bebebe; }
    .meinelisting .wrapper_time_select.disabled .context .box .checkbox i.fa,
    .meinelisting .wrapper_time_select.disabled .context .box .checkbox label {
      color: #bebebe; }

.meinelisting .daytime {
  display: inline-block;
  vertical-align: top;
  padding-top: 10px; }

.meinelisting .context {
  display: inline-block;
  /* padding: 0 10px 10px 10px; */
  margin-left: 30px; }

.meinelisting .box {
  border: 1px solid #003a58;
  display: inline-block;
  padding: 0 10px 10px 10px; }

.meinelisting .box i.fa {
  font-size: 30px;
  width: 30px;
  color: #003a58;
  top: 5px;
  position: relative; }

.meinelisting .box label {
  font-size: 1em;
  color: #003a58;
  font-weight: normal;
  /* margin: 0px 0px 0px 10px; */ }

.meinelisting .save {
  margin-top: 50px; }

.meinelisting .save .btn.submit {
  padding: 10px 30px 10px 30px; }

/* End: meintvtv - listing */
@media screen and (max-width: 1380px) {
  /* ASIDE */
  #home-leiste {
    width: 810px; }
  #home-leiste .box {
    width: 390px;
    float: left; }
  aside ul.clickable li {
    width: 390px; }
  #home-leiste .box-mobile:nth-child(odd) {
    margin-right: 30px;
    clear: both; }
  #home-leiste #rectangle_1 {
    float: left; } }

/* nur IE 10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .buttonToolbar .buttonspezial.merken {
    vertical-align: -6px; }
  #schnellsucheForm {
    top: 28px; } }

/* Nur Firefox */
@-moz-document url-prefix() {
  .menubutton .submenu {
    top: 32px; }
  .SucheKategorie {
    max-height: 91px; }
  #schnellsucheForm {
    top: 28px;
    right: 29px; }
  .buttonToolbar .buttonspezial.suchen i {
    padding: 3px 6px 3px 8px; }
  .buttonToolbar .usermenu {
    vertical-align: -2px; }
  .buttonToolbar .usermenu span {
    vertical-align: 2px; } }

* html li li {
  display: inline; }

/* IE6 Bugfix... */
#tipps .tvdaten .tipps {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: 200px;
  grid-template-rows: 200px; }
  #tipps .tvdaten .tipps .tipp {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1; }
  #tipps .tvdaten .tipps .tippbild {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1; }

#meintvtv-suchen .suche {
  width: 768px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 668px 100px;
  grid-template-columns: 668px 100px;
  -ms-grid-rows: 50px;
  grid-template-rows: 50px; }
  #meintvtv-suchen .suche > * {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center; }
  #meintvtv-suchen .suche .name {
    padding: 15px 10px;
    -ms-grid-column: 1;
    grid-column: 1; }
  #meintvtv-suchen .suche .button {
    -ms-grid-column: 2;
    grid-column: 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 32px 32px 32px;
    grid-template-columns: 32px 32px 32px;
    grid-auto-flow: column; }
    #meintvtv-suchen .suche .button i {
      font-size: 1.5em; }
    #meintvtv-suchen .suche .button p.btn {
      padding: 15px 0; }
    #meintvtv-suchen .suche .button p.btn:nth-child(0) {
      -ms-grid-column: 1;
      grid-column: 1; }
    #meintvtv-suchen .suche .button p.btn:nth-child(1) {
      -ms-grid-column: 2;
      grid-column: 2; }
    #meintvtv-suchen .suche .button p.btn:nth-child(3) {
      -ms-grid-column: 3;
      grid-column: 3; }

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

#headerNav #programm-navi {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 260px;
  height: 32px;
  background-color: #003a58; }

#headerNav .date-list-wrapper a.button.item.date {
  margin-right: -1px;
  width: 82px;
  text-align: center; }

#headerNav a.button.anmelden,
#headerNav ul.menubutton.usermenu {
  max-width: 118px;
  width: 118px; }

#headerNav .sender-list-wrapper {
  display: inline-block;
  width: 3000px;
  overflow: hidden; }
  #headerNav .sender-list-wrapper .sender-list {
    width: 3000px;
    position: relative; }

#headerNav .arrow-default-position {
  position: absolute !important;
  top: 63px !important; }

#headerNav .sender-navi-arrows {
  display: inline-block;
  right: 0px;
  font-size: 14px;
  padding: 2px 5px 0 10px; }
  #headerNav .sender-navi-arrows .sender-navi-left-arrow,
  #headerNav .sender-navi-arrows .sender-navi-right-arrow {
    margin-left: 3px;
    margin-right: 3px;
    color: white;
    padding: 0 5px;
    cursor: pointer; }

#headerNav {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto; }
  #headerNav #first-line {
    -ms-grid-row: 1;
    grid-row: 1; }
  #headerNav #programm-navi {
    -ms-grid-row: 2;
    grid-row: 2; }
  #headerNav h1 {
    -ms-grid-row: 3;
    grid-row: 3; }

.page-footer {
  min-width: 540px !important; }

#wrapper {
  min-width: calc(100% - 170px); }

#search-result {
  width: 100%; }

#search-result > ul {
  min-width: 100%; }

@media screen and (max-width: 1243px) {
  .tablet .sender-list-wrapper {
    overflow-x: auto; }
  #headerNav {
    padding: 10px 20px; }
    #headerNav .buttonToolbar .button {
      margin: 0; }
    #headerNav #first-line {
      margin-bottom: 13px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 315px 15px 387px 15px auto;
      grid-template-columns: 315px 387px auto;
      grid-column-gap: 20px;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
      grid-auto-flow: column; }
      #headerNav #first-line #logo {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1; }
      #headerNav #first-line .time-group {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2; }
        #headerNav #first-line .time-group .button.tv-program {
          margin: 0; }
      #headerNav #first-line .date-group {
        -ms-grid-column: 3;
        grid-column: 2;
        -ms-grid-row: 2;
        grid-row: 2;
        -ms-grid-column-align: end;
            justify-self: end;
        margin: 0 !important; }
      #headerNav #first-line .tool-group {
        -ms-grid-column: 5;
        grid-column: 3;
        -ms-grid-row: 2;
        grid-row: 2;
        margin: 0 !important; }
    #headerNav #programm-navi {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 884px 80px;
      grid-template-columns: 884px 80px;
      -ms-grid-rows: 32px;
      grid-template-rows: 32px;
      grid-auto-flow: column;
      padding-left: 30px;
      margin-right: -40px; }
    #headerNav #programm-navi > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    #headerNav #programm-navi > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
      #headerNav #programm-navi .sender-list-wrapper {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
        width: 884px !important; }
      #headerNav #programm-navi .sender-navi-arrows {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1;
        top: 0 !important;
        position: static !important;
        padding: 2px 5px 0 3px; }
  #content {
    padding-bottom: 143px !important;
    padding-left: 20px !important; }
    #content #wrapperHome {
      padding-right: 0; }
      #content #wrapperHome #home {
        margin: 0 0 30px 0; }
    #content section#home,
    #content #home-leiste {
      min-width: 546px;
      max-width: 810px;
      width: 100%; }
    #content #home-leiste {
      width: 100%; }
      #content #home-leiste .box .clickable {
        width: 100%; }
        #content #home-leiste .box .clickable li {
          width: unset; }
    #content .blaetterleiste {
      text-align: left; }
    #content #meintvtv-suchen .suche {
      width: 714px;
      -ms-grid-columns: 614px 100px;
      grid-template-columns: 614px 100px; }
  #adspace {
    padding-left: 20px; } }

@media screen and (max-width: 1023px) {
  #headerNav #first-line .tool-group {
    -ms-grid-column: 3;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column-align: end;
    justify-self: end; }
  #headerNav #programm-navi {
    -ms-grid-columns: 660px 80px;
    grid-template-columns: 660px 80px; }
    #headerNav #programm-navi .sender-list-wrapper {
      width: 660px !important; }
  #content .blaetterleiste {
    right: 10px;
    float: unset !important;
    position: unset !important;
    display: block !important;
    text-align: left; } }

.blocker {
  z-index: 600010 !important; }

.form_button_send {
  background-color: #003a58;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #003a58;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 19px;
  padding: 12px 37px;
  margin-top: 15px; }

.form_button_send:active {
  position: relative;
  top: 1px; }

.form {
  margin-top: 15px; }

#email-campaign .gujAd.dmofooter.GujAdInUse {
  margin-top: 100px !important; }

#form_firstname,
#form_lastname,
#form_email,
#form_description {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px; }

#form_checkbox {
  width: 1.3em;
  height: 1.3em;
  background-color: white;
  -webkit-border-radius: 15%;
          border-radius: 15%;
  border: 1px solid #ddd;
  cursor: pointer; }

#form_checkbox:checked {
  background-color: #003a58; }

#ex1 {
  max-width: 800px; }

.bild_form_danke {
  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; }
  .bild_form_danke img {
    max-width: 400px; }

.bild_sidebar img {
  width: 100%; }

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