/* Allgemein */ 
:root {
    --dropdown-menu-height: 250px;
    --serienlogo-height: 250px;
    --dark-text-color: #333333;
    --less-dark-text-color: dimgray;
    --text-color: var(--dark-text-color);
    --text-color-alternative: var(--less-dark-text-color);
    --background-color: #ffffff;
    --background-color-alternative: #f1f1f1;
    --border-color:Gainsboro;
    --border-color-alternative:#ebebeb;
    --body-background-color: #dedede;
    --flowing-text-width:38rem;
    --vh-touch:6px;
}
@media (hover: none) {
 body ::-webkit-scrollbar {
  display: none;
}
}
 
@media (hover: hover) {
:root {
    --vh-touch:0px;
	}
}
* {
    font-size: inherit;
    line-height: inherit;
    -webkit-tap-highlight-color: rgba(252, 225, 122, 0.5) ;
}
::selection {
    background-color: #fce17a;
}


html {
    font-size: 17px;
    line-height: 1.4;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    touch-action: manipulation;
}

@media (max-width: 359px) {
    html {
        font-size:calc(17px / 360 * 320);
    }
}

body {
    position: initial !important;
    overflow-y: scroll;
    background-color: var(--body-background-color);
    margin: 0;
}

@media (hover: none) {
    body.no-scrollbar {
        overflow:hidden;
    }
}

body, input, select, textarea, button {
    font-family: arial,sans-serif;
    color: var(--text-color);
}

a:link, a:visited, a:active, a:hover {
    text-decoration: none;
    color: inherit;
}

a img {
    border-style: none;
}

.bold {
    font-weight: bold;
}

.hidden {
    display: none;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    font-weight: inherit;
}

ul, li, ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
}

dl,dt,dd {
    margin: 0;
    padding: 0;
}

abbr {
    text-decoration: none;
}

:active, :focus {
    outline-style: none;
}

:target {
    scroll-margin-top: 25vh;
}

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

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

section, article {
    display: block;
    margin-bottom: 2em;
    margin-top: 2em;
}

section:last-child, article:last-child {
    margin-bottom: 0;
}

section:first-child, article:first-child {
    margin-top: 0;
}

.tr-odd, .a-odd a {
    background-color: var(--background-color-alternative);
}

main p {
    margin-bottom: 0.5em;
}

.mt0 {
    margin-top: 0 !important;
}

.header-2015,section > header > h2 ,article > header > h2 {
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 1em;
    position: relative;
    border-bottom: 3px solid #fce17a;
}
 
h2.h2-more a:after {content:"›";line-height:1;font-size:1.25em;margin-left:0.5em;}
h2 label {color:white;background-color:#b82800;display:inline-block;line-height:1.25em;padding:0 0.25em;text-transform: uppercase;margin-right:0.25em;}
.header-2015 a:link, .header-2015 a:visited, .header-2015 a:active, .header-2015 a:hover {
    text-decoration: none;
}

.header-2015.first {
    margin-top: 0;
}

@media (hover: hover) {
    .ep-hover:hover,.ep-hover > [role=row]:hover {
        background-color: #fce17a !important;
        border-radius: 0.25em;
        transition: all 100ms ease-in-out;
    }
}

.label-sprache {
    color: white;
    background-color: var(--text-color-alternative);
    border-radius: 0.25em;
    text-transform: uppercase;
    padding: 0.25em 0.5em;
    font-weight: bold;
    font-size: 0.75em;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 0.25em;
}

.label-definition {
    background-color: white;
    color: #808080;
    border: 1px solid #808080;
    text-transform: uppercase;
    padding-left: 2px;
    padding-right: 2px;
    font-weight: normal;
    white-space: nowrap;
    display: inline-block;
}

.label-definition-high {
    border-color: #333333;
}

.hidden-label {
    font-size: 0;
    display: block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.loading2:after {
	display: block;
	content: "";
	border: 5px solid #fce17a;
	border-right-color: #fab700;
	animation: spin 2s linear infinite;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}

text-logo{display:block;padding-top: calc(35.7143%);position:relative;  }
text-logo logo-text{display:flex;justify-content:center;align-items:center;position:absolute;left:0;top:0;width:100%;height:100%; font-weight:bold;font-size:0.5rem;color:var(--text-color-alternative);}
text-logo logo-text logo-text-b {text-overflow: ellipsis;overflow:hidden;white-space:nowrap;}
/* Hinweis/Störer */

.fs-hinweis {height:4em;background-color:#dedede;display:flex;text-align:center;justify-content:center;align-items:center;padding:0 4%;}

.fs-streaming-stoerer  {background-color:#9e1d00;overflow:hidden;position:relative;background-position:left bottom;background-repeat:no-repeat;height:4em;display:flex;flex-direction:column;text-align:center;justify-content:center;align-items:center;padding:0 4%;}

.fs-streaming-stoerer:link,.fs-streaming-stoerer:visited,.fs-streaming-stoerer:active,.fs-streaming-stoerer:hover {color:white;text-decoration:none;}

.fs-streaming-stoerer div:first-child {font-weight:bold;}
.fs-streaming-stoerer div:last-child {font-size:0.95em;}
.fs-streaming-stoerer div:last-child:after {content:"›";margin-left:0.5em;}
.fs-streaming-stoerer:before{opacity:0.15;display:block;content:"";position:absolute;left:calc(50% - 10.5em);bottom:-0.5em;width:3.25em;height:3.25em;background-image:url(../img/logo-pfeil.svg);background-repeat:no-repeat;background-size:auto 100% ;background-position:left top;}
@media (min-width: 750px) {
	.fs-streaming-stoerer {display:none;}
}
/* Dialog */
.polyfill{
    max-width: 100%;
    box-sizing: border-box;
    z-index: 100001;
    max-width: none;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    overflow-y: auto;
}

.polyfill.dialog-loading:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    border: 5px solid #fce17a;
    border-right-color: #fab700;
    animation: spin 2s linear infinite;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 50%;
}

.polyfill > div {
    display: inline-block;
    background-color: white;
    border-radius:0.5em; 
    padding: 1em;
    width: auto;
    text-align: left;
    vertical-align: middle;
    max-width: 540px;
    box-sizing: border-box;
    margin:1em;box-shadow:0.5em 0.5em 0.5em gray;
}

.polyfill:after {
    height: 100%;
    display: inline-block;
    content: "";
    vertical-align: middle;
}

.polyfill.open {
    display: block;
}

.dialog-h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dialog-close:after {
    content: "×";
    padding: 0 0 0 1em;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    font-size: 1.5em;
}

/* Seitengerüst */
.fs-frame-1 {
    box-shadow: 0 0 5px darkgray;
    width: calc(100% - 620px);
  
    position: relative;
    top: 0;
    left: 310px;
}

@media (max-width:1599px) {
    .fs-frame-1 {
        left: 5px; width: calc(100% - 315px);
    }
}

@media (max-width: 1299px) {
    .fs-frame-1 {
          left: 0;width: 100%;
    }
}

 

#suggestlist {
    z-index: 1000001;
    position: absolute;
    right: 0;
    top: calc(50% + 25px);
    width: 100%;
    font-size: 0.9em;
    background-color: white;
    padding: 0;
    margin: 0;
    display: block;
    border: 1px solid var(--border-color);
    cursor: pointer;
    box-shadow: 0px 0px 0.25em var(--border-color);
    box-sizing: border-box;
    overflow-y: auto;
}

#suggestlist:empty {
    display: none;
}

#suggestlist li {
    position: relative;
    padding: 0.5em 0.25em;
    border-radius: 0;
    display: flex;
    align-items: center;
}

#suggestlist li p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#suggestlist li.mehr:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) );
}

#suggestlist li img {
    width: 5em;
    object-fit: cover;
    margin-right: 0.5em;
    display: block;
    height: calc(5em / 75 * 40);
    flex-shrink: 0;
}

#suggestlist li.pn img {
    object-fit: contain;
}

#suggestlist li.mehr-button {
    justify-content: center;
}

.searching:before {
    position: absolute;
    top: 10px;
    right: 40px;
    display: block;
    content: "";
    border: 2px solid #fce17a;
    border-right-color: #fab700;
    animation: spin 2s linear infinite;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-radius: 50%;
}

.serienheader-spacer-top {
    position: relative;
    height: 8px;
    background-color: var(--body-background-color);
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}

.serienheader-spacer-top:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 8px;
    left: 5px;
    right: 5px;
    box-shadow: 0 0 5px darkgray;
    height: 5px;
}

.serienheader-spacer-top:after {
    display: block;
    content: "";
    position: absolute;
    top: 8px;
    left: 5px;
    right: 5px;
    box-shadow: 0 0 5px darkgray;
    height: 5px;
}

@media (max-width: 1299px) {
    .serienheader-spacer-top {
        margin-left: 0;
        margin-right: 0;
        height: 5px;
    }

    .serienheader-spacer-top:before {
        bottom: 5px;
        left: 0;
        right: 0;
    }

    .serienheader-spacer-top:after {
        top: 5px;
        left: 0;
        right: 0;
    }
}

.serienheader-spacer-bottom-wrapper {
    height: 0;
}

.serienheader-spacer-bottom {
    position: relative;
    height: 5px;
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}

.serienheader-spacer-bottom:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    box-shadow: 0 0 5px darkgray;
    height: 5px;
}

@media (max-width: 1299px) {
    .serienheader-spacer-bottom {
        margin-left: 0;
        margin-right: 0;
    }

    .serienheader-spacer-bottom:before {
        left: 0;
        right: 0;
    }
}

.sticky-anchor-wrapper {
    position: relative;
}

.sticky-anchor {
    position: absolute;
    top: -98px;
}

@media (max-width: 1299px) {
    .sticky-anchor {
        top: -90px;
    }
}

@media (max-width: 749px) {
    .sticky-anchor {
        top: -70px;
    }
}

.fs-frame-2 {
    position: relative;
    background-color: white;
}

.fs-frame-2-spacer-top {
    position: relative;
    height: 8px;
    background-color: var(--body-background-color);
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}

.fs-frame-2-spacer-top:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 8px;
    left: 5px;
    right: 5px;
    box-shadow: 0 0 5px darkgray;
    height: 5px;
}

.fs-frame-2-spacer-top:after {
    display: block;
    content: "";
    position: absolute;
    top: 8px;
    left: 5px;
    right: 5px;
    box-shadow: 0 0 5px darkgray;
    height: 5px;
}

header.sticky + div + nav + div + .fs-frame-2-spacer-top, header.sticky + div + nav + div + div + .fs-frame-2-spacer-top {
    visibility: hidden;
}

@media (max-width: 1299px) {
    .fs-frame-2-spacer-top {
        height: 5px;
        margin-left: 0;
        margin-right: 0;
    }

    .fs-frame-2-spacer-top:before {
        bottom: 5px;
        left: 0;
        right: 0;
    }

    .fs-frame-2-spacer-top:after {
        top: 5px;
        left: 0;
        right: 0;
    }
}

main {
    background-color: var(--background-color);
    display: block;
    
}

.flexer {
    padding: 2% 4%;
}

.serie-content-left,.flexer > article {
    width: 100%;
}

aside {
    display: none;
    width: 300px;
    flex-shrink: 0;
    margin-left: 2%;
}

@media (min-width: 750px) {
    aside {
        display:block;
    }

    .flexer {
        display: flex;
        justify-content: space-between;
    }

    .serie-content-left,.flexer > article {
        width: calc(100% - 300px - 2%);
    }
}

@media (min-width: 750px) and (max-width: 989px) {
    aside {
        width: 160px;
    }

    .serie-content-left,.flexer > article {
        width: calc(100% - 160px - 2%);
    }
}

aside > *:last-child {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
}

.print-title {
    display: none;
}

.zaehlpixel {
    position: absolute;
    font-size: 0;
    top: 0;
    left: 0;
}

.zaehlpixel img {
    width: 1px;
    height: 1px;
}

nav {
    position: relative;
}

nav > ul {
    font-weight: bold;
}

nav ul ul {
    max-height: var(--dropdown-menu-height);
    overflow: auto;
}

nav > ul > li {
    position: relative;
}

nav > ul a {
    white-space: nowrap;
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
}

@media (max-width: 440px) {
    .page-menu > ul a {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
}

nav > ul a:link, nav a:visited, nav a:active, nav a:hover {
    color: var(--dark-text-color);
    text-decoration: none;
}

@media (hover: hover) {
    nav.page-menu > ul > li:not(.page-menu-spacer):hover ,nav.series-menu > ul > li:not(.page-menu-spacer):hover {
        background-color: white;
        border-radius: 0.25em 0.25em 0px 0px;
        box-shadow: 0 0px 0.25em var(--border-color);
    }
}

nav > ul > li:not(.page-menu-spacer).touched.showing {
    background-color: white;
    border-radius: 0.25em 0.25em 0px 0px;
    box-shadow: 0 0px 0.25em var(--border-color);
}

nav > ul > li > ul {
    display: none;
    position: absolute;
    background-color: white;
    line-height: 2;
    border-radius: 0 0.25em 0.25em 0.25em;
    box-shadow: 0 0.25em 0.25em var(--border-color);
    min-width: 100%;
}

nav > ul > li.weitere > ul {
    right: 0;
    border-radius: 0.25em 0 0.25em 0.25em;
}

nav > ul > li > ul > li:last-child {
    border-radius: 0 0 0.25em 0.25em;
}

nav > ul > li > ul > li a {
    border-radius: 0.25em;
    display: block;
}

@media (hover: hover) {
    nav > ul > li > ul > li a:hover {
        background-color: #ffe182;
    }

    nav > ul > li:hover > ul {
        display: block;
    }
}

@media (hover: none) {
    .page-menu > ul > li:hover > ul {
        display: none;
    }

    .mainmenu > ul > li.do-show-touch:hover > ul {
        display: block;
    }

    .mainmenu > ul > li.do-show-touch.touched:hover > ul {
        display: none;
    }

    .mainmenu > ul > li.do-show-touch.touched.showwing:hover > ul {
        display: block;
    }
}

@media (hover: hover) {
    nav > ul > li.touched:hover > ul {
        display: none;
    }
}

nav > ul > li.touched.showing > ul {
    display: block;
}

nav .weitere {
    margin-right: 0;
}

nav .weitere > a:before {
    content: "mehr";
}

nav .weitere > a:after {
    color: transparent;
    content: "l";
    width: 8px;
    margin-left: 10px;
    display: inline-block;
    background-image: url(../img/pfeil-unten.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

nav > ul > li > ul > li > ul {
    display: none;
}

.menu-neu:before {content:"Neu";
	color: white;
	background-color: #b82800;
	display: inline-block;
	line-height: 1.25em;
	padding: 0 0.25em;
	text-transform: uppercase;
	margin-right: 0.5em;
}
.menu-streaming {display:flex;align-items:center;}
.menu-streaming:before {content:"";
	
	
	height:1em;width:1em;
	
	margin-right: 0.5em;
	background-image:url(../img/logo-pfeil-rot.svg);background-size: auto 100%;background-repeat:no-repeat;background-position:center top;
}

@media (max-width: 810px) {
    .page-menu .optional1 {
        display: none;
    }
}

@media (max-width: 760px) {
    .page-menu .optional2 {
        display: none;
    }
}

@media (max-width: 700px) {
    .page-menu .optional3 {
        display: none;
    }
}

@media (max-width: 530px) {
    .page-menu .optional4 {
        display: none;
    }
}


.page-header {
    background-color: var(--body-background-color);
    display: block;
    position: fixed;
    width: calc(100% - 620px);
    
    top: 8px;
    z-index: 1004;
}

@media (max-width:1599px) {
    .page-header {
        width: calc(100% - 315px);
    }
}

@media (max-width: 1299px) {
    .page-header {
        width: 100%;
    }
}


.another-shadow {
    position: relative;
    height: 0;
    display: none;
}

.another-shadow-2 {
    position: absolute;
    left: -5px;
    right: -5px;
    top: 0;
    z-index: -1;
    height: 8px;
    overflow: hidden;
}

body.nicht-serie header.sticky.menu-visible + div + nav.page-menu .another-shadow {
    display: block;
}

.another-shadow-2:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 8px;
    left: 5px;
    right: 5px;
    box-shadow: 0 0 5px darkgray;
    height: 5px;
}

.page-header-spacer-top {
    z-index: 1003;
    height: 8px;
    background-color: var(--body-background-color);
    display: block;
    position: fixed;
    width: calc(100% - 610px);
    
    margin-left: -5px;
    top: 0px;
    overflow: hidden;
}

@media (max-width:1599px) {
    .page-header-spacer-top {
        width: calc(100% - 305px);
    }
}

@media (max-width: 1299px) {
    .page-header-spacer-top {
         width: 100%;
    }
}

.page-header-spacer-top:before {
    display: block;
    content: "";
    position: absolute;
    top: 8px;
    left: 5px;
    right: 5px;
    box-shadow: 0 0 5px darkgray;
    height: 5px;
}

header.sticky .page-header-spacer-bottom {
    transition: transform 250ms ease-in-out;
    top: 90px;
    left: 0;
    height: 5px;
    width: 100%;
    position: absolute;
    overflow: hidden;
}

header.sticky .page-header-spacer-bottom:after {
    position: absolute;
    content: "";
    bottom: 5px;
    height: 10px;
    box-shadow: 0 0 5px darkgray;
    display: block;
    width: 100%;
}

header.sticky.menu-visible .page-header-spacer-bottom {
    visibility: hidden;
}

@media (max-width: 749px) {
    header.sticky .page-header-spacer-bottom {
        top: 70px;
    }

    header.sticky.menu-visible-scroll .page-header-spacer-bottom {
        transform: translateY(45px);
    }
}

body.serie header.sticky.menu-visible-scroll .page-header-spacer-bottom {
    visibility: hidden;
}

.headerwrap {
    background-color: #fce17a;
    position: relative;
    transition: height 250ms ease-in-out;
}

.page-header-border-top {
    border-top: 8px solid var(--body-background-color);
    display: none;
    position: fixed;
    width: 980px;
    margin-left: -5px;
    max-width: 100%;
    top: 0px;
    z-index: 1001;
}

@media (max-width: 1299px) {
    .page-header {
        top: 0;
    }

    .page-header-spacer-top {
        display: none;
    }
}

.page-header .header {
    height: 90px;
    position: relative;
    background-color: #fce17a;
    z-index: 1001;
}

.website-logo {
    display: block;
    position: absolute;
    top: calc(50% - 29px);
    left: 15px;
}

.website-logo img {
    height: 58px;
    display: block;
    width: auto;
}

@media (max-width: 749px) {
    .page-header .header {
        height: 70px;
    }

    .website-logo {
        left: 10px;
        top: calc(50% - 25px);
    }

    .website-logo img {
        height: 50px;
    }
}

.website-titel {
    position: absolute;
    top: calc(50% - 13px);
    right: 15px;
    left: 125px;
    display: block;
    transition: right 250ms ease-in-out;
}

.serien-titel {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 55%;
    right: 330px;
    left: 125px;
    display: block;
    line-height: normal;
    color: var(--dark-text-color);
}

@media (max-width: 749px) {
    .serien-titel {
        right: 90px;
    }
}

@media (max-width: 470px) {
    .website-titel {
        left: 110px;
    }
}

header.sticky .website-titel, body.serie header .website-titel {
    right: 330px;
}

@media (max-width: 749px) {
    header.sticky .website-titel, body.serie header .website-titel {
        right: 90px;
    }
}

.website-titel img {
    height: 26px;
    width: auto;
    display: block;
    max-width: 100%;
}

@media (max-width: 749px) {
    .website-titel {
        left: 95px;
    }

    .website-titel img {
        height: 22px;
    }

    .serien-titel {
        left: 95px;
    }
}

body.serie .page-header .website-titel img {
    height: 18px;
}

body.serie .page-header .website-titel {
    top: 25%;
}

@media (max-width: 749px) {
    body.serie .page-header .website-titel {
        top: 20%;
    }
}

.website-suche {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0;
    background-color: transparent;
    border-width: 0px 36px 0px 10px;
    border-style: solid;
    border-color: transparent;
    display: block;
    margin: 0;
}

.label-serie-suchen {
    font-size: 0;
    display: block;
}

.suchen {
    border-style: none;
    background-color: transparent;
    margin: 0;
    padding: 5px 10px 0 10px;
    display: block;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(264px);
    transition: transform 250ms ease-in-out;
}

.suchen img {
    width: 16px;
    height: auto;
}

header.sticky #suggestlist, body.serie header #suggestlist {
    width: 351px;
    right: 48px;
}

@media (max-width: 749px) {
    header.page-header:before {
        width: 142px;
    }

    header.page-header #suggestlist, header.sticky #suggestlist, body.serie header #suggestlist {
        position: absolute;
        left: 10px;
        top: 126px;
        width: calc(100% - 22px);
        box-shadow: 0px 15px 15px gray;
    }
}

.menu-button {
    white-space: nowrap;
    border-style: none;
    background-color: transparent;
    margin: 0;
    text-align: center;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    height: 42px;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 21px);
    right: 3px;
    transition: opacity 250ms ease-in-out, visibility 0ms 250ms;
}

@media (max-width: 749px) {
    .menu-button {
        top: calc(50% - 21px);
    }
}

header.sticky .menu-button, body.serie header .menu-button {
    opacity: 1;
    visibility: visible;
    transition: opacity 250ms ease-in-out, visibility 0ms 0ms;
}

.menu-button-2 {
    vertical-align: middle;
    width: 20px;
    height: 3px;
    border-radius: 0.25em;
    background-color: #333333;
    transition: background-color 250ms ease-in-out;
    display: inline-block;
    position: relative;
}

.menu-button-2:before {
    content: "";
    width: 100%;
    border-radius: 0.25em;
    height: 3px;
    background-color: #333333;
    transition: transform 250ms ease-in-out, top 250ms ease-in-out;
    display: inline-block;
    position: absolute;
    top: -7px;
    left: 0;
}

.menu-button-2:after {
    content: "";
    border-radius: 0.25em;
    width: 100%;
    height: 3px;
    background-color: #333333;
    transition: transform 250ms ease-in-out, top 250ms ease-in-out;
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0;
}

@media (max-width: 749px) {
    .menu-button-2 {
        width: 22px;
    }
}

header.menu-visible .menu-button-2 {
    background-color: transparent;
}

header.menu-visible .menu-button-2:before {
    transform: rotate(-45deg);
    top: 0;
}

header.menu-visible .menu-button-2:after {
    transform: rotate(45deg);
    top: 0;
}

@media (max-width: 749px) {
    .menu-button-1 {
        content: "";
        background-image: url(../img/a001_search.svg);
        background-size: auto 20px;
        background-repeat: no-repeat;
        background-position: left bottom;
        vertical-align: middle;
        width: 22px;
        height: 22px;
        display: inline-block;
        margin-right: 15px;
        opacity: 1;
        transition: opacity 250ms ease-in-out;
    }

    header.menu-visible .menu-button-1 {
        opacity: 0;
    }
}

.page-menu {
    border-top: 1px solid #e8cd72;
    background-color: #fce17a;
}

header.sticky .headerwrap, body.serie header .headerwrap {
    height: 90px;
}

@media (max-width: 749px) {
    header.sticky .headerwrap, body.serie header .headerwrap {
        height: 70px;
    }
}

nav.page-menu {
    z-index: 1002;
}

header.sticky + div + nav.page-menu {
    top: 53px;
    transition: transform 250ms ease-in-out;
}

body.nicht-serie header.sticky + div + nav.page-menu {
    position: fixed;
       width: calc(100% - 620px);
     
}


@media (max-width:1599px) {
    body.nicht-serie header.sticky + div + nav.page-menu {
         width: calc(100% - 315px);
    }
}

@media (max-width: 1299px) {
   body.nicht-serie header.sticky + div + nav.page-menu {
          width: 100%;
    }
}



header.sticky + div + nav.page-menu + .serienheader {
    position: fixed;
    top: -247px;
   width: calc(100% - 620px);
     
}

@media (max-width:1599px) {
    header.sticky + div + nav.page-menu + .serienheader {
         width: calc(100% - 315px);
    }
}

@media (max-width: 1299px) {
   header.sticky + div + nav.page-menu + .serienheader {
          width: 100%;
    }
}




body.serie nav.page-menu {
    position: fixed;
     
     width: calc(100% - 620px);
    top: 53px;
    transition: transform 250ms ease-in-out;
}

@media (max-width:1599px) {
   body.serie nav.page-menu {
         width: calc(100% - 315px);
    }
}


@media (max-width: 1299px) {
    body.serie nav.page-menu {
        top: 45px;width: 100%;
    }
}

@media (max-width: 749px) {
    body.serie nav.page-menu {
        top: 25px;
    }
}

@media (max-width: 1299px) {
    header.sticky + div + nav.page-menu {
        top: 45px;
    }
}

@media (max-width: 749px) {
    body.nicht-serie header.sticky + .suchzeile {
        position: fixed;
     
        width: 100%;
        top: 9px;
        transition: transform 250ms ease-in-out;
    }

    body.serie header + .suchzeile {
        position: fixed;
        width: 100%;

        top: 9px;
        transition: transform 250ms ease-in-out;
    }

    body.serie header.menu-visible + .suchzeile {
        transform: translateY(61px);
    }

    header.sticky + div + nav.page-menu {
        top: 25px;
    }
}

body.nicht-serie header.sticky.menu-visible + div + nav.page-menu, body.serie header.menu-visible + div + nav.page-menu {
    transform: translateY(45px);
}

@media (max-width: 749px) {
    body.nicht-serie header.sticky.menu-visible + div + nav.page-menu ,body.serie header.menu-visible + div + nav.page-menu {
        transform:translateY(106px);
    }

    body.nicht-serie header.sticky.menu-visible-scroll + div + nav.page-menu {
        transform: translateY(45px);
    }
}

header.sticky.menu-visible + div + nav.page-menu + .serienheader {
    transform: translateY(calc(390px));
}

@media (max-width: 1299px) {
    header.sticky.menu-visible + div + nav.page-menu + .serienheader {
        transform:translateY(calc(382px));
    }
}

header.sticky.menu-visible-scroll + div + nav + .serienheader {
    transform: translateY(calc(337px - var(--serienlogo-height)));
}

@media (max-width: 1299px) {
    header.sticky.menu-visible-scroll + div + nav + .serienheader {
        transform:translateY(calc(332px - var(--serienlogo-height)));
    }
}

@media (max-width: 749px) {
    header.sticky.menu-visible-scroll + div + nav + .serienheader {
        transform:translateY(calc(312px - var(--serienlogo-height)));
    }
}

@media (max-width: 749px) {
    header.sticky.menu-visible + div + nav.page-menu + .serienheader {
        transform:translateY(calc(422px));
    }
}

header.sticky.menu-visible-scroll + div + nav.page-menu + .serienheader .series-menu {
    border-color: #e8cd72;
}

@media (max-width: 749px) {
    header.sticky.menu-visible + div.suchzeile {
        transform:translateY(61px);
    }
}

.series-menu {
    z-index: 1001;
    transition: top 250ms ease-in-out;
    border-top: 1px solid transparent;
    background-color: #fce17a;
    width: 100%;
    display: block;
}

.series-menu > ul {
    white-space: nowrap;
    display: inline-block;
}

.page-menu li {
    line-height: 44px;
}

.series-menu li {
    line-height: 48px;
}

.page-menu li.active:after, .series-menu li.active:after {
    border-bottom: 2px solid #c12308;
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 1em;
    right: 1em;
}

@media (max-width: 410px) {
    .page-menu li.active:after {
        left: 0.5em;
        right: 0.5em;
    }
}

@media (max-width: 340px) {
    .page-menu li.active:after {
        left: 0.25em;
        right: 0.25em;
    }
}

@media (hover: hover) {
    .page-menu li.active:hover:after, .series-menu li.active:hover:after {
        display: none;
    }
}

.page-menu li ul, .series-menu li ul {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

.page-menu li ul li, .series-menu li ul li {
    padding: 0px 1em 0 0.25em;
    line-height: normal;
}

.page-menu li ul li a, .series-menu li ul li a {
    padding: 0.625em;
    overflow: hidden;
    text-overflow: ellipsis;
}

li[data-menu-item="episodenguide"] li a:first-child {
    visibility: hidden;
    height: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

li[data-menu-item="episodenguide"] li a:first-child:after {
    padding-right: 20px;
    content: "";
}

@media (max-width: 1299px) {
    header {
        border-top-width: 0;
    }
}

.page-menu > ul > li:last-child {
    float: right;
}

.page-menu > ul > li:last-child a:before {
    content: "";
    background-image: url(../img/a007_logout.svg);
    width: 19px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: auto 100%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

@media (max-width: 470px) {
    .page-menu > ul > li:last-child a:before {
        display: none;
    }
}

.page-menu > ul > li:last-child a.logout:before {
    background-image: url(../img/logout.png);
}

@media (max-width: 390px) {
    .page-menu > ul > li:last-child a:before {
        margin-right: 5px;
    }
}

.suchzeile {
    box-sizing: border-box;
    background-color: #fce17a;
    z-index: 1003;
}

@media (max-width: 749px) {
    .suchzeile {
        border-top: 1px solid #e8cd72;
        height: 61px;
    }

    header.sticky .suchzeile, body.serie header .suchzeile {
        display: none;
    }

    header.sticky.menu-visible .suchzeile, body.serie header.menu-visible .suchzeile {
        display: block;
    }
}

body.serie header.menu-visible.sticky {
    background-color: var(--body-background-color);
}

.serienheader {
    z-index: 1001;
    position: relative;
    display: block;
}

header.menu-visible:not(.sticky) + div + nav.page-menu + .serienheader {
    transform: translateY(106px);
    transition: transform 250ms ease-in-out
}

@media (min-width: 750px) {
    header.menu-visible:not(.sticky) + div + nav.page-menu + .serienheader {
        transform:translateY(45px);
        transition: transform 250ms ease-in-out
    }
}

body.sticky .serienheader {
    transition: transform 250ms ease-in-out ;
}

.mainimg-gross,.mainimg-blowup,.mainimg-generisch {
    margin: 0;
    padding-top: calc(190% / 954 * 100);
    position: relative;
    overflow: hidden;
    width: 100%;
}

.mainimg-gross img ,.mainimg-generisch img {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
}

.mainimg-blowup .mainimg-blowup-bg img {
    height: calc(100% + 20px);
    max-height: none;
    width: calc(100% + 20px);
    top: -10px;
    left: -10px;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    object-fit: cover;
    position: absolute;
    display: block;
}

.mainimg-blowup .mainimg-blowup-fg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainimg-blowup .mainimg-blowup-fg span {
    display: block;
    width: 90%;
    height:90%;
}

.mainimg-blowup .mainimg-blowup-fg span img {
    width: 100%;
    height: 100%;
    display: block;object-fit:contain;
}

.mainimg-blowup figcaption,.mainimg-gross figcaption {
    position: absolute;
    right: 0.5em;
    top: 0;
    line-height: normal;
    font-size: 0.5em;
    text-shadow: 1px 1px 1px #000;
    color: white;
}

.mainimg-gross  figcaption.mainimg-gross-l {

    left: 0.5em;
    right:auto;
}

.mainimg-generisch figcaption {
    font-size: 2.75em;
    text-shadow: 0px 0px 5px #bc9b4b;
    font-variant: small-caps;
    transform: scaleX(0.75);
    position: absolute;
    left: 0;
    top: 10%;
}

@media (max-width: 1299px) {
    .mainimg-generisch figcaption {
        font-size: 6vw;
    }
}

body.serie header.sticky {
    background-color: transparent;
    transition: background-color 250ms ease-in-out;
}

#quicksearchform {
    position: relative;
    width: calc(100% - 20px);
    height: 40px;
    margin: 10px;
    border-radius: 0.25em;
    background-color: white;
    display: block;
    transition: width 250ms ease-in-out;
}

.suchen {
    right: 0px;
    left: auto;
    transform: none;
}

@media (min-width: 750px) {
    #quicksearchform {
        position: fixed;
        top: 25px; 
        left: calc(100% - 315px);
        width: calc(50% - 325px);
        z-index: 1004;
        margin: 0;
    }

    .suchen {
        left: 0;
        transform: translateX(calc(50vw - 335px - 32px + var(--vh-touch)));
        right: auto;
    }

    .page-header.sticky + .suchzeile #quicksearchform, body.serie #quicksearchform {
        width: calc(50% - 320px - 35px );
    }

    .page-header.sticky + .suchzeile #quicksearchform .suchen, body.serie #quicksearchform .suchen {
        transform: translateX(calc(50vw - 70px - 327px + var(--vh-touch)));
    }
}


 

@media (min-width: 1300px) {
    #quicksearchform {
        left: 50%;top:33px;
    }
}

@media (min-width:750px) and (max-width: 1599px) {
	 #quicksearchform {
        left: calc(50% - 155px); width: calc(50% - 170px);
    }
     .suchen {
      
        transform: translateX(calc(50vw - 170px - 42px + var(--vh-touch)));
      
    }
      .page-header.sticky + .suchzeile #quicksearchform, body.serie #quicksearchform {
        width: calc(50% - 165px - 35px );
    }
    .page-header.sticky + .suchzeile #quicksearchform .suchen, body.serie #quicksearchform .suchen {
        transform: translateX(calc(50vw - 70px - 172px + var(--vh-touch)));
    }
	}
	@media (min-width:750px) and (max-width: 1299px) {
	 #quicksearchform {
       left: 50%;
        width: calc(50% - 15px);
    }
     .suchen {
      
        transform: translateX(calc(50vw - 15px - 42px + var(--vh-touch)));
      
    }
     .page-header.sticky + .suchzeile #quicksearchform, body.serie #quicksearchform {
        width: calc(50% - 45px );
    }
     .page-header.sticky + .suchzeile #quicksearchform .suchen, body.serie #quicksearchform .suchen {
        transform: translateX(calc(50vw - 87px  + var(--vh-touch) ));
    }
	}

.fs-frame-1 {
    padding-top: 98px;
}

@media (max-width: 1299px) {
    .fs-frame-1 {
        padding-top: 90px;
    }
}

@media (max-width: 749px) {
    .fs-frame-1 {
        padding-top: 70px;
    }
    #quicksearchform {
       left: 0;
        width: auto;
    } .suchen {
      
        transform: none;
      
    }
}

body.nicht-serie.sticky .fs-frame-1 {
    padding-top: 143px;
}

body.serie.sticky .fs-frame-1:before {
    padding-top: calc(190% / 954 * 100);
    content: "";
    display: block;
}

body.serie.sticky .fs-frame-1 {
    padding-top: calc(90px + 20px + 45px);
}

@media (max-width: 1299px) {
    body.nicht-serie.sticky .fs-frame-1 {
        padding-top: 135px;
    }

    body.serie.sticky .fs-frame-1 {
        padding-top: calc(90px + 9px + 45px);
    }
}

@media (max-width: 749px) {
    body.nicht-serie.sticky .fs-frame-1 {
        padding-top: 176px;
    }

    body.serie.sticky .fs-frame-1 {
        padding-top: calc(70px + 9px + 45px);
    }
}

.series-menu a:link,.series-menu a:visited,.series-menu a:active,.series-menu a:hover,.series-menu a span {
    transition: none;
}

.series-menu-hidden a:link,.series-menu-hidden a:visited,.series-menu-hidden a:active,.series-menu-hidden a:hover {
    color: transparent;
}

nav.series-menu > ul,nav.page-menu > ul {
    display: flex;
}

.page-menu-spacer {
    flex-grow: 1;
}

nav.series-menu > ul > li:last-child > ul > li {
    display: none;
}

/* Footer */
footer {
    padding: 4%;
    text-align: center;
    font-size: 0.9em;
    display: block;
    background-color: #fce17a;
}

.footer-spacer-bottom {
    overflow: hidden;
    position: relative;
    height: 100px;
    background-color: var(--body-background-color);
    margin-left: -5px;
    margin-right: -5px;
    display: none;
}

.footer-spacer-bottom:before {
    display: block;
    content: "";
    position: absolute;
    top: -5px;
    left: 5px;
    right: 5px;
    box-shadow: 0 0 5px darkgray;
    height: 5px;
}

@media (max-width: 749px) {
    .footer-spacer-bottom {
        display:block;
        margin-left: 0;
        margin-right: 0;
    }

    .footer-spacer-bottom:before {
        left: 0;
        right: 0;
    }
}

footer a:link, footer a:visited, footer a:active, footer a:hover {
    text-decoration: none !important;
}

footer > nav > ul > li > a {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

footer > nav > ul > li:after {
    content: "|";
}

footer > nav > ul > li:last-child {
    font-weight: bold;
}

footer > nav > ul > li:last-child:after {
    content: "";
}

footer > nav > ul {
    font-weight: normal;
}

footer nav {
    line-height: 2.8;
}

footer nav > ul > li {
    display: inline;
}

.footer-transparenzhinweis {
    margin-top: 3%;
    font-size: 0.75em;
}

/* Werbemittel */
#sky-r {
    position: fixed;
    top: 8px;
    right:5px;
}



#sky-l {
    position: fixed;
    top: 8px;
    left:5px;
}



@media (max-width: 1299px) {
    #sky-r {
        display: none;
    }
}

@media (max-width: 1599px) {
    #sky-l {
        display: none;
    }
}

ins.werbemittel {
    text-decoration: none;
    text-align: center;
    display: block;
    clear: both; 
}


 div[data-werbemittel-container] {position:relative;}
#fs_m_main-1, #fs_m_main-2, #fs_m_main-3, #fs_m_main-4, #fs_m_main-5 , #fs_m_main-6, #fs_m_main-7,#fs_m_footer {
    position: -webkit-sticky;
    position: sticky;
    top: 45px;
    background-color: white;
}

div.flexer #fs_m_main-1, div.flexer #fs_m_main-2, div.flexer #fs_m_main-3, div.flexer #fs_m_main-4, div.flexer #fs_m_main-5, div.flexer #fs_m_main-6, div.flexer #fs_m_main-7, div.flexer #fs_m_footer {
    top: 70px;
}

.werbemittel-label {
    display: none;
}

#fs_d_header-label, #fs_d_sidebar-1-label {
    padding-top: 0;
}

.werbemittel-show-label .werbemittel-label:before {
    font-size: 0.5rem;
    text-align: center;
    display: block;
    height: 10px;
    content: "Anzeige";
    text-transform: uppercase;
    line-height: normal;
    background-color:white;
}

.werbemittel-show-label.werbemittel-hat-content {
    margin-bottom: 10px;
    margin-top: 10px;
}

#werbemittel-fs_header.werbemittel-show-label.werbemittel-hat-content, #fs_d_footer {
    padding-bottom: 0;
}

.werbemittel-fs-main {
    background-image: url(../img/weiterscrollen5_kachel.svg);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 290px 75px;
    margin-top: 1em;
    margin-bottom: 1em;position:relative;
}

@media (max-width: 749px) {
    .werbemittel-fs-footer {
        background-image: url(../img/weiterscrollen5_kachel.svg);
        background-position: center top;
        background-repeat: repeat-y;
        background-size: 290px 75px;
        background-color: white;
    }
}

.werbemittel-fallback {
    background-image: none;
}

@media (min-width: 990px) {
    .werbemittel-fs-main {
        background-image: none;
    }
}

#werbemittel-fs_sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 100002;
}

#werbemittel-fs_header.werbemittel-empty #fs_d_header {
    visibility: hidden;
}

#werbemittel-fs_sticky.werbemittel-empty {
    visibility: hidden;
}

.werbemittel-sticky-button {
    display: block;
    font-size: 1.25em;
    height: 30px;
    font-weight: bold;
    border: 2px solid white;
    background-color: white;
    padding: 0 5px 0 7px;
    margin: 0;
    position: absolute;
    top: -30px;
    right: 0;
}

.werbemittel-sticky-button:after {
    content: "×";
}

#werbemittel-fs_sticky.werbemittel-empty .werbemittel-sticky-button {
    display: none;
}

.sidebar-dvd-tipp {
    text-align: left;
}

.sidebar-dvd-tipp a.blocki {
    display: block;
    margin-top: 1em;
}

.sidebar-dvd-tipp figure {
    width: 100%;
}

.sidebar-dvd-tipp img {
    object-fit: contain;
    height: 100%;
}

.sidebar-dvd-tipp figcaption {
    display: block;
    margin-top: 0.5em;
    text-align: center;
}

.fs-fallback {position:relative;
    padding: 0 2%;
    background-color: white;
    white-space: normal;
    font-size: calc(1rem * 0.9);
}

.fs-fallback-hidden {
    display: none;
}

#werbemittel-fs_header .fs-fallback,#werbemittel-fs_footer .fs-fallback {
    padding: 0 4%;
}

#werbemittel-fs_header .fs-fallback .news-fallback-ueberschrift,#werbemittel-fs_footer .fs-fallback .news-fallback-ueberschrift {
    display: none;
}

#werbemittel-fs_header .fs-fallback .news-fallback dl dt,#werbemittel-fs_footer .fs-fallback .news-fallback dl dt,#werbemittel-fs_header .fs-fallback .news-fallback dl dd,#werbemittel-fs_footer .fs-fallback .news-fallback dl dd  {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#werbemittel-fs_header .fs-fallback .news-fallback dt,#werbemittel-fs_footer .fs-fallback .news-fallback dt {
    font-weight: bold;
}



aside .fs-fallback {
    padding: 0;
}

.werbemittel-fs-main .fs-fallback {
    padding: 0;
}

.werbemittel-fs-main .news-fallback-ueberschrift {
    text-align: center;
    display: block;
    font-weight: bold;
    padding-top: 0.5em;
    background-color: var(--background-color-alternative);
}

@media (max-width: 989px) {
    .werbemittel-fs-footer .fs-fallback .news-fallback {
        background-color:var(--background-color-alternative);
    }

    .werbemittel-fs-main .fs-fallback ,.werbemittel-fs-footer .fs-fallback {
        height: 100%;
    }

    .werbemittel-fs-main .news-fallback ,.werbemittel-fs-footer .news-fallback {
        height: calc(100% - 40px);
        max-width: 32em;
        margin-left: auto;
        margin-right: auto;
    }

    .werbemittel-fs-main .news-fallback-ueberschrift {
        max-width: 32em;
        margin-left: auto;
        margin-right: auto;
    }

    .werbemittel-fs-main .news-fallback:before,.werbemittel-fs-footer .news-fallback:before {
        display: none;
    }
}

@media (max-width: 749px) {
    .werbemittel-fs-main {
        margin-left:-4vw;
        margin-right: -4vw;    }

    .werbemittel-fs-main.werbemittel-fallback {
        padding-left: 4vw;
        padding-right: 4vw;
    }
}

.news-fallback-text {
    margin-top: 1%;
}

.news-fallback-text-inner {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-fallback-text h3 , .news-fallback-text h4 {
    display: inline;
}

.news-fallback-text h3 {
    font-weight: bold;
}

.news-fallback-text h4:before {
    content: "";
    line-height: 133%;
    vertical-align: text-bottom;
}

.werbemittel-content-left .news-fallback a {
    width: auto;
}

@media (min-width: 850px) {
    .werbemittel-content-full .news-fallback {
        text-align: left;
    }

    .werbemittel-content-full .news-fallback li {
        width: calc(100% / 3 - 0.5em);
    }

    .werbemittel-content-full .news-fallback li:nth-child(n+4) {
        display: none;
    }

    .werbemittel-content-full .news-fallback a {
        padding: 0.25em;
        display: block;
    }

    .werbemittel-content-full .news-fallback figure {
        width: 100%;
    }

    .werbemittel-content-full .news-fallback .news-fallback-bild-quadrat {
        display: none;
    }
}

.werbemittel-content-full .news-fallback {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

@media (min-width: 750px) and (max-width: 989px) {
	 
    
    .werbemittel-content-full .news-fallback li {
        width: calc(50% - 0.5em);
    }

    .werbemittel-content-full .news-fallback li:nth-child(n+3) {
        display: none;
    }

    .werbemittel-content-full .news-fallback a {
        padding: 0.25em;
        display: flex;
    }

    .werbemittel-content-full .news-fallback figure {
        width: 6em;
        flex-shrink: 0;
        margin-right: 1em;
    }

    #werbemittel-fs_header .fs-fallback .news-fallback dl dt, #werbemittel-fs_footer .fs-fallback .news-fallback dl dt , #werbemittel-fs_header .fs-fallback .news-fallback dl dd, #werbemittel-fs_footer .fs-fallback .news-fallback dl dd{
        -webkit-line-clamp: 2;
    }

    .werbemittel-content-full .news-fallback .news-fallback-bild-breit {
        display: none;
    }

    .werbemittel-content-full .news-fallback .news-fallback-bild-quadrat {
        display: block;
    }
}
 

@media (min-width: 990px) {
    .werbemittel-content-left .news-fallback {
        text-align: left;
        display: flex;
    }

    .werbemittel-content-left .news-fallback li {
        width: 50%;
    }

    .werbemittel-content-left .news-fallback li:nth-child(n+3) {
        display: none;
    }

    .werbemittel-content-left .news-fallback a {
        padding: 0.5em;
        display: block;
    }

    .werbemittel-content-left .news-fallback dl {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .werbemittel-content-left .news-fallback dt {
        font-weight: bold;
    }

    .werbemittel-content-left .news-fallback dt,.werbemittel-content-left .news-fallback dd {
        display: inline;
    }

    .werbemittel-content-left .news-fallback dt:after {
        content: '\A';
        white-space: pre;
    }

    .werbemittel-content-left .news-fallback figure.fs-picture {
        width: 100%;
        flex-shrink: 0;
    }

    .werbemittel-content-left .news-fallback .news-fallback-bild-quadrat {
        display: none;
    }
}

	@media (min-width: 1025px) {
    .werbemittel-content-left .news-fallback li {
        width:calc(100% / 3);
    }

    .werbemittel-content-left .news-fallback li:nth-child(3) {
        display: block;
    }
}											 


.news-fallback {
    background-color: var(--background-color-alternative);
}


@media (max-width: 1023px) {
    .werbemittel-content-left .news-fallback dl {
        -webkit-line-clamp: 6;
    }
}



@media (max-width: 989px) {
    .news-fallback {
        background-color:var(--background-color-alternative);
    }

    .werbemittel-content-left .news-fallback dt {
        font-weight: bold;
    }

    .werbemittel-content-left .news-fallback dt,.werbemittel-content-left .news-fallback dd {
        display: inline;
    }

    .werbemittel-content-left .news-fallback dt:after {
        content: '\A';
        white-space: pre;
    }

    .werbemittel-content .news-fallback li:first-child .news-fallback-text-inner {
        -webkit-line-clamp: 5;
    }

    .werbemittel-content .news-fallback {
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .werbemittel-content .news-fallback li {
        display: block;
        width: 100%;
    }

    .werbemittel-content .news-fallback a {
        padding: 0.25em;
        display: block;
    }

    .werbemittel-content .news-fallback li:nth-child(n+2) a {
        display: flex;
        align-items: center;
    }

    .werbemittel-content .news-fallback figure {
        width: 100%;
    }

    .werbemittel-content .news-fallback .news-fallback-bild-quadrat {
        display: none;
    }

    .werbemittel-content .news-fallback li:nth-child(n+2) figure {
        width: 6em !important;
        flex-shrink: 0;
        margin-right: 1em;
    }

    .news-fallback-text {
        margin-top: 0;
    }

    .werbemittel-content .news-fallback li:nth-child(n+2) .news-fallback-bild-breit {
        display: none;
    }

    .werbemittel-content .news-fallback li:nth-child(n+2) .news-fallback-bild-quadrat {
        display: block;
    }

    .werbemittel-content .news-fallback li dl dt,.werbemittel-content .news-fallback li dl dd{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    } .werbemittel-content .news-fallback li dl dd{
       
        -webkit-line-clamp: 1;
         
    }

    .werbemittel-content .news-fallback li:nth-child(n+2) dl dt,.werbemittel-content .news-fallback li:nth-child(n+2) dl dd {
        -webkit-line-clamp: 2;
    }
}

#werbemittel-fs_header,#werbemittel-fs_sidebar,.werbemittel-fallback {
    display: flex;
    flex-direction: column;
}

#werbemittel-fs_header .news-fallback {
    background-color: transparent;
}

#werbemittel-fs_sidebar {
    justify-content: flex-start;
}

#werbemittel-fs_sidebar h2.header-2015 {
    font-size: 1.25rem;
}

@media (min-width: 990px) {
    #werbemittel-fs_main_1,#werbemittel-fs_main_2,#werbemittel-fs_main_3,#werbemittel-fs_main_4,#werbemittel-fs_main_5,#werbemittel-fs_main_6,#werbemittel-fs_main_7,#werbemittel-fs_footer {
        display: flex;
        flex-direction: column;
    }
}

.werbemittel-loading {
    position: relative;
}

.werbemittel-loading:after {
    display: block;
    content: "";
    border: 0.25rem solid #fce17a;
    border-right-color: #fab700;
    animation: spin 2s linear infinite;
    width: 3rem;
    height: 3rem;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 1.5rem);
    top: calc(50% - 1.5rem);
}

@media (max-width: 749px) {
    #werbemittel-fs_header {
        display: none !important;
    }

    
}

@media (max-width: 989px) {
    

     
     #werbemittel-fs_main_1,#werbemittel-fs_main_2,#werbemittel-fs_main_3,#werbemittel-fs_main_4,#werbemittel-fs_main_5,#werbemittel-fs_main_6,#werbemittel-fs_main_7,#werbemittel-fs_footer {
        height: 610px !important;
    }
   
}

@media (min-width: 750px) {
    #werbemittel-fs_header, #werbemittel-fs_footer {
        height: 100px !important;
        overflow: hidden;
    }

  

    #werbemittel-fs_sidebar {
        height: 610px !important;
        overflow: hidden;
    }
}
@media (min-width: 990px) {  #werbemittel-fs_main_1, #werbemittel-fs_main_2, #werbemittel-fs_main_3, #werbemittel-fs_main_4, #werbemittel-fs_main_5, #werbemittel-fs_main_6, #werbemittel-fs_main_7 {
        height: 290px !important;
        overflow: hidden;
    }}


@media (min-width: 990px) {
    #werbemittel-fs_header, #werbemittel-fs_footer {
        height: 260px !important;
        overflow: hidden;
    }
}

@media (max-width: 989px) {
    .sidebar-button-alle-dvds {
        display:none;
    }
}

@media (min-width: 750px) {
    #werbemittel-fs_main_4, #werbemittel-fs_main_5, #werbemittel-fs_main_6, #werbemittel-fs_main_7 {
        display: none;
    }
}

@media (min-width: 750px) and (max-width: 989px) {
	#werbemittel-fs_header .fs-fallback ,.werbemittel-fs-footer .fs-fallback{height:auto;}
	#werbemittel-fs_header .fs-fallback .news-fallback ,.werbemittel-fs-footer .fs-fallback .news-fallback{
	    display: flex;
    justify-content: space-between;
    text-align: left;height:auto;max-width:none;flex-direction:row;
	}
	#werbemittel-fs_header .fs-fallback .news-fallback li ,.werbemittel-fs-footer .fs-fallback .news-fallback li {    width: calc(50% - .5em);}
	#werbemittel-fs_header .fs-fallback .news-fallback li  a ,.werbemittel-fs-footer .fs-fallback .news-fallback li  a {    padding: .25em;
    display: flex;}
    
    #werbemittel-fs_header .fs-fallback .news-fallback .news-fallback-bild-quadrat ,.werbemittel-fs-footer .fs-fallback .news-fallback .news-fallback-bild-quadrat {
    display: block;
}#werbemittel-fs_header .fs-fallback .news-fallback figure, .werbemittel-fs-footer .fs-fallback .news-fallback figure {
    width: 6em;
    flex-shrink: 0;
    margin-right: 1em;
}

}


.fs-fallback-streaming:before {
    content: "Anzeige";
    font-size: 0.5rem;
    height: 10px;
    text-transform: uppercase;
    display: block;
    line-height: normal;
}

.fs-fallback-streaming a {
    display: block;
    background-color: var(--background-color-alternative);
}

#werbemittel-fs_header .fs-fallback-streaming a ,#werbemittel-fs_footer .fs-fallback-streaming a {
    height: 250px;
}

@media (max-width: 989px) {
    #werbemittel-fs_header .fs-fallback-streaming a,#werbemittel-fs_footer .fs-fallback-streaming a {
        height: 90px;
    }
}

.werbemittel-fs-main .fs-fallback-streaming a {
    height: 280px;
}

@media (max-width: 749px) {
    .werbemittel-fs-main .fs-fallback-streaming a,#werbemittel-fs_footer .fs-fallback-streaming a {
        height: 600px;
    }
}

aside .fs-fallback-streaming a {
    height: 600px;
}

.fs-fallback-streaming a:visited, .fs-fallback-streaming a:hover, .fs-fallback-streaming a:active, .fs-fallback-streaming a:link {
    text-decoration: none;
    color: inherit;
}

.fs-fallback-streaming figure {
    width: 12em;
}

.fs-fallback-streaming figure img {
    object-fit: contain;
    height: 100%;
}

.fs-fallback-streaming ul {
    display: flex;
    font-size: 1.5em;
    text-align: left;
    height: 100%;
    align-items: center;
    justify-content: space-evenly;
}

@media (min-width: 750px) and (max-width: 989px) {
    #werbemittel-fs_header .fs-fallback-streaming ,#werbemittel-fs_footer .fs-fallback-streaming {
        font-size:0.6em;
    }

    aside .fs-fallback-streaming {
        font-size: 0.5em;
    }
}

aside .fs-fallback-streaming ul {
    flex-direction: column;
    text-align: center;
}

aside .fs-fallback-streaming ul li:first-child {
    margin-right: 0;
    margin-bottom: 2em;
}

@media (max-width: 749px) {
    .fs-fallback-streaming ul {
        flex-direction: column;
        text-align: center;
    }

    .fs-fallback-streaming ul li:first-child {
        margin-right: 0;
        margin-bottom: 2em;
    }
}

.fs-fallback-streaming ul div {
    margin: 0.5em 0;
}

.fs-fallback-streaming-button {
    background: linear-gradient(#f7c742, #e47b00);
    padding: 1px;
    border-radius: 0.25em;
    display: inline-block;
}

.fs-fallback-streaming-button span {
    border-radius: 0.25em;
    background: linear-gradient(#ffe99e, #f9b700);
    border-top: 1px solid white;
    display: block;
    font-weight: bold;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

.fs-fallback-streaming-button span:before {
    margin-right: 10px;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../img/fs-logo-pfeil-schwarz.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.fs-fallback-streaming-button span:after {
    content: "jetzt ansehen";
}

#werbemittel-fs_skyscraper_l,#werbemittel-fs_skyscraper_r {width:300px;height:600px;}

#werbemittel-fs_skyscraper_l .news-fallback-ueberschrift,#werbemittel-fs_skyscraper_r .news-fallback-ueberschrift ,#werbemittel-fs_sidebar .news-fallback-ueberschrift{
	display:none;
	
}
#werbemittel-fs_skyscraper_l .fs-fallback,#werbemittel-fs_skyscraper_r .fs-fallback,#werbemittel-fs_sidebar .fs-fallback  {height:100%;padding:0;}
#werbemittel-fs_skyscraper_l .news-fallback,#werbemittel-fs_skyscraper_r .news-fallback,#werbemittel-fs_sidebar .news-fallback {
	display: flex;flex-direction:column;justify-content:space-around;height:100%;background-color:transparent;text-align:left;padding-left:1em;padding-right:1em;
}#werbemittel-fs_sidebar .news-fallback{justify-content:start;padding:0;}
#werbemittel-fs_sidebar .news-fallback > li {margin-bottom:1em;}
#werbemittel-fs_skyscraper_l .news-fallback > li:nth-child(n+3),#werbemittel-fs_skyscraper_r .news-fallback > li:nth-child(n+3),#werbemittel-fs_sidebar .news-fallback > li:nth-child(n+3) {display:none;}
#werbemittel-fs_skyscraper_l .news-fallback-bild-quadrat ,#werbemittel-fs_skyscraper_r .news-fallback-bild-quadrat,#werbemittel-fs_sidebar  .news-fallback-bild-quadrat{display:none;}
#werbemittel-fs_skyscraper_l .news-fallback   dt ,#werbemittel-fs_skyscraper_r .news-fallback   dt,#werbemittel-fs_sidebar .news-fallback   dt{font-weight:bold;}
 
 @media  (max-width: 989px) {#werbemittel-fs_sidebar .news-fallback   dd {display:none;}#werbemittel-fs_sidebar  .news-fallback-bild-breit {display:none;}#werbemittel-fs_sidebar  .news-fallback-bild-quadrat{display:block;}}
 
 
 
 
  #werbemittel-fs_skyscraper_l .sidebar-dvd-tipp,  #werbemittel-fs_skyscraper_r .sidebar-dvd-tipp  {padding-left:1em;padding-right:1em;display:flex;flex-direction:column;justify-content:center;height:100%;}
 #werbemittel-fs_skyscraper_l .sidebar-dvd-tipp > header, #werbemittel-fs_skyscraper_r .sidebar-dvd-tipp > header,#werbemittel-fs_sidebar .sidebar-dvd-tipp > header {display:none;}
 #werbemittel-fs_sidebar .sidebar-dvd-tipp > header + a {margin-top:0;}
  .werbemittel-content .sidebar-dvd-tipp {display:flex;flex-direction:column;justify-content:center;height:100%; }
 
 .werbemittel-content .sidebar-dvd-tipp a.blocki {margin-top:0;}
  .werbemittel-content .sidebar-dvd-tipp figure {max-width:300px;margin-left:auto;margin-right:auto;}
  #werbemittel-fs_skyscraper_l .fs-fallback-streaming,#werbemittel-fs_skyscraper_l .fs-fallback-streaming > a ,#werbemittel-fs_skyscraper_r .fs-fallback-streaming,#werbemittel-fs_skyscraper_r .fs-fallback-streaming > a {height:100%;}
  #werbemittel-fs_skyscraper_l .fs-fallback-streaming ul,#werbemittel-fs_skyscraper_r .fs-fallback-streaming ul {flex-direction:column;text-align:center;}
   #werbemittel-fs_skyscraper_l .fs-fallback-streaming:before,#werbemittel-fs_skyscraper_r .fs-fallback-streaming:before {display:none;}
   #werbemittel-fs_skyscraper_l .fs-fallback-streaming ul > li > figure,#werbemittel-fs_skyscraper_r .fs-fallback-streaming ul > li > figure {width:250px;}
  #dspx_scroller_wrapper_wrapper {position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;}
  #dspx_scroller_wrapper {aspect-ratio: 1 / 2;height:100%;flex-shrink:0;position:relative;} 
 
 
 
   @media (orientation: landscape) {#dspx_scroller_wrapper {aspect-ratio: 2 / 1;}}
   
    @media  (max-width: 989px) and (orientation: landscape) {#dspx_scroller_wrapper {width:100%;height:auto;}} 
  
   body.fs_cpauthenticated ins.werbemittel,  body.fs_cpauthenticated div.sky-anzeige {display:none !important;}
/* FS Buttons */
 

.fs-button:link, .fs-button:visited, .fs-button:active, .fs-button:hover {
    color: inherit;
    text-decoration: none;
}
.fs-button  {display:inline-block;}
.fs-button button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0.2em;
    white-space: nowrap;
    color: var(--dark-text-color);
    background-color: #fce17a;
     border-style:none;
    font-weight: bold;
    padding: 0.75em 1em  ;
    display: flex;
    align-items: center;
    line-height: 100%;
    margin: 0; 
}



.fs-button button:enabled {
    cursor: pointer;
}

.fs-button button:disabled {
    filter: grayscale(100%) ;
    color: gray;
}

@media (hover: hover) {
    .fs-button:hover button:enabled {
         background-color: #fab700;
    }
}
.fs-button-active button:enabled {
         background-color: #fab700;
    }
.fs-button-ansehen button figure {
    width: 0.6em;
    margin-right: 0.5em;
}

.fs-button-kaufen button figure {
    width: 1.25em;
    margin-right: 0.5em;
}

.fs-button-aufnehmen button figure {
    width: 0.75em;
    margin-right: 0.5em;
}

.fs-button-back button:before {
    content: "‹";
    margin-right: 1em;
    font-weight: normal;
    transform: scale(2) translateY(-0.1em);
}

.fs-button-fore button:after {
    content: "›";
    margin-left: 1em;
    font-weight: normal;
    transform: scale(2) translateY(-0.1em);
}

.fs-button-up button:before {
    content: "›";
    margin-right: 1.5em;
    font-weight: normal;
    transform: scale(2) rotate(270deg) ;
}

.fs-button-back figure,.fs-button-fore figure,.fs-button-up figure {
    width: 100px;
}
.fs-button-a-z button {height:2.5em;aspect-ratio:1;justify-content:center;padding:0;}
.fs-buttons {
    margin-top: 1em;
    margin-bottom: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap ;
}

.fs-buttons-left {
    justify-content: flex-start;
}

.fs-buttons-2 li {
    flex-basis: calc(50% - 1em);
}

.fs-buttons li {
    margin: 0.25em;
}

.fs-buttons-2 li:first-child {
    text-align: right;
    margin-right: 0.5em;
}

.fs-buttons-2 li:last-child {
    margin-left: 0.5em;
}

/* Navigationselement */
.episode-ueberschrift {
    text-align: center;
    display: flex;
    padding: 0.75em 1em;
    background-color: var(--background-color-alternative);
    align-items: center;
    border-bottom-style: none;
    border-radius: 0.25em;
    justify-content: space-between;
}

.episode-ueberschrift-zurueck ,.episode-ueberschrift-weiter {
    display: flex;
    align-items: center;
    font-size: 0.8em;
    line-height: 0;
}

.episode-ueberschrift-unten-nach-oben {
    display: flex;
    align-items: center;
    font-size: 0.8em;
    line-height: 0;
}

.episode-ueberschrift-unten-nach-oben:before {
    content: "‹";
    font-size: 2em;
    font-weight: normal;
    margin-right: 0.25em;
    transform: rotate(90deg);
}

.episode-ueberschrift-zurueck:hover,.episode-ueberschrift-weiter:hover,.episode-ueberschrift-unten-nach-oben:hover {
    text-decoration: none;
}

.episode-ueberschrift-zurueck figure.fs-picture,.episode-ueberschrift-weiter figure.fs-picture {
    width: 0.5em;
    flex-shrink: 0;
}

.episode-ueberschrift-zurueck:before {
    content: "‹";
    font-size: 2em;
    padding-bottom: 0.1em;
    font-weight: normal;
    margin-right: 0.25em;
}

.episode-ueberschrift-zurueck:after {
    content: "zurück";
}

.episode-ueberschrift-weiter:before {
    content: "weiter";
}

.episode-ueberschrift-weiter:after {
    content: "›";
    font-size: 2em;
    padding-bottom: 0.15em;
    font-weight: normal;
    margin-left: 0.25em;
}

@media (max-width: 499px) {
    .episode-ueberschrift-zurueck:after , .episode-ueberschrift-weiter:before {
        display:none;
    }
}

.episode-ueberschrift-unten .episode-ueberschrift-zurueck:after , .episode-ueberschrift-unten .episode-ueberschrift-weiter:before {
    display: none;
}

/* Serien Seiten */
.dvds6 {
    margin-left: 4%;
    margin-right: 4%;margin-top:1em;padding-bottom:1%;
}

.auch-interessant-unten-spoiler {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.auch-interessant-unten-spoiler li {
    width: calc(25% - (3em / 4));
    margin-bottom: 1em;
}

.auch-interessant-unten-spoiler li figure {
    display: block;
    width: 100%;
}

@media (max-width: 849px) {
    .auch-interessant-unten-spoiler li {
        width: calc((100% / 3) - (2em / 3));
    }

    .auch-interessant-unten-spoiler-rest li:nth-child(4), .auch-interessant-unten-spoiler-spoiler li:nth-child(n + 7) {
        display: none;
    }
}

@media (max-width: 450px) {
    .auch-interessant-unten-spoiler li {
        width: calc((100% / 2) - (1em / 2));
    }

    .auch-interessant-unten-spoiler-rest li:nth-child(3), .auch-interessant-unten-spoiler-spoiler li:nth-child(n + 5) {
        display: none;
    }
}

/* Serie-Infos-Seite */
.seriestitle {
    font-size: 1.25em;
    font-weight: bold;
}

.seriestitle span {
    font-weight: bold;
    display: block;
    font-size: 0.8em;
}

.seriestitle [data-fs-toggle],.spielfilm-header [data-fs-toggle],.episode-output-titel  [data-fs-toggle] {cursor:pointer;vertical-align:middle;margin-left:1em;display:inline-block;width:1em;height:1em;background-image:url(../img/heart-gray.svg);background-size:contain;background-position:center;background-repeat:no-repeat;}
.seriestitle [data-fs-toggle][data-wert="1"],.spielfilm-header [data-fs-toggle][data-wert="1"],.episode-output-titel  [data-fs-toggle][data-wert="1"]  {background-image:url(../img/heart-red.svg);}
.episode-output-titel  [data-fs-toggle] {background-image:url(../img/eye-gray.svg);}
.episode-output-titel  [data-fs-toggle][data-wert="1"] {background-image:url(../img/eye-green.svg);}
.serieninfos {
    margin-bottom: 0.5em;max-width:var(--flowing-text-width);margin-left:auto;margin-right:auto;
}

.serie-produktionsjahre {
    margin-top: 0.5em;
    display: flex;
    justify-content: space-between;
    
}
.serie-produktionsjahre div:first-child {margin-right:0.5em;}
.serie-produktionsjahre > div > div + div {margin-top:0.5em;}
.genrepillen {margin-bottom:1em;margin-top:0.5em;}
.genrepillen li {border:1px solid var(--border-color);display:inline-block;border-radius:1em;padding:0.125em 0.5em;margin-right:0.5em;margin-top:0.5em;}
.genrepillen li:last-child{margin-right:0;}

.infoquelle-links {
    display: block;
    text-align: left;
    font-style: italic;
    margin-bottom: 0.25em;
}

.absatz-spacer {
    height: 0.5em;
}

.serie-infos-ausstrahlungsformen {
    font-weight: bold;
    margin-bottom: 0.5em;max-width:var(--flowing-text-width);margin-left:auto;margin-right:auto;
}

.serie-infos-ausstrahlungsformen li {
    margin-bottom: 0.5em;
}

.serie-beschreibung ,.serie-fernsehlexikon,.serie-weitere-info {
    margin-top: 0.5em;
    margin-bottom: 0.5em;max-width:var(--flowing-text-width);margin-left:auto;margin-right:auto;
}

.serie-beziehungsarten {max-width:var(--flowing-text-width);margin-left:auto;margin-right:auto;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

/* Serie-Infos-Seite, Filmseite */
.serie-infos-alternativtitel {
    margin-bottom: 0.25em;max-width:var(--flowing-text-width);margin-left:auto;margin-right:auto;
}

/* Episodenliste, Sendeterminliste, Streamsliste */

    .sendetermine-2019,.episodenliste-2019,.serie-streams,.episode-streams-2019 {
        font-size:0.9em;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }


/* Episodenliste, Sendeterminliste */
.sendetermine-2019 ,.episodenliste-2019 {
    overflow-x: auto;
    display: block;
    overflow-y: hidden;
}

/* Episodenliste */
.episodenliste-2019 {
    display: table;width:100%;
}

.episodenliste-2019 > a {
    display: table-row;height:37px;
}
@media (hover: none) {
	.episodenliste-2019 > a {
    height:48px;
}
	
}

.episodenliste-2019 > a > div {
    display: table-cell;
    padding: 0.25em 0.5em ;
    vertical-align: middle;
} 

.episodenliste-2019 > a > div:empty {
    padding: 0;
}

.episodenliste-2019 .header-2015 {
    margin-top: 5%;
}

.ausstrahlungsform-kommentar {
    margin: 5px 10px;
    color: var(--text-color-alternative);
}

@media (max-width: 599px) {
    .episodenliste-2019 > a > div {
        padding: 0.25em ;
    }
}

.episodenliste-2019 a:nth-child(odd) {
    background-color: var(--background-color-alternative);
}
.episodenliste-2019 > a > div {  width: 0;}
.episodenliste-2019 > a > div:nth-child(7), .episodenliste-2019 > a > div:nth-child(9) {
  width: auto;
}

.episodenliste-2019 > a > div:nth-child(2), .episodenliste-2019 > a > div:nth-child(4), .episodenliste-2019 > a > div:nth-child(5) {
    padding-right: 0px;
}

.episodenliste-2019 > a > div:nth-child(3), .episodenliste-2019 > a > div:nth-child(5), .episodenliste-2019 > a > div:nth-child(6) {
    padding-left: 0px;
}

.episodenliste-2019 > a > div:nth-child(2), .episodenliste-2019 > a > div:nth-child(4) {
    text-align: right;
}

.episodenliste-2019 {
    font-weight: bold;
}

.episodenliste-2019 > a > div:nth-child(4) , .episodenliste-2019 > a > div:nth-child(5) , .episodenliste-2019 > a > div:nth-child(6) , .episodenliste-2019 > a > div:nth-child(8) , .episodenliste-2019 > a > div:nth-child(10) {
    font-weight: normal;
}

.episodenliste-2019 > a > div:nth-child(2) {
    padding-left: 0.25em;
}

.episodenliste-2019 .episodenliste-schmal {
    display: block;
    margin-top: 0.25em;
    font-weight: normal;
}

@media screen and (min-width: 1024px),print {
    .episodenliste-2019 .episodenliste-schmal {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .episodenliste-2019 > a > div:nth-child(4), .episodenliste-2019 > a > div:nth-child(5), .episodenliste-2019 > a > div:nth-child(6), .episodenliste-2019 > a > div:nth-child(9), .episodenliste-2019 > a > div:nth-child(10) {
        display: none;
    }

    .episodenliste-2019 > a > div:nth-child(8) {
        font-weight: bold;
    }
}

.fs-button-episodenliste button {
    padding: calc(0.25em - 1px) 0.5em calc(0.25em + 1px) 0.5em;
}

.fs-button-episodenliste button:after {
    content: "";
    width: 1em;
    height: 1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.fs-button-episodenliste-ansehen button:after {
    background-image: url(../img/fs-logo-pfeil-schwarz.svg);
}

.fs-button-episodenliste-aufnehmen button:after {
    background-image: url(../img/circle.svg);
}

.fs-button-episodenliste-live button:after {
    background-image: url(../img/equalizer.svg);
}

.fs-button-episodenliste-kaufen button:after {
    background-image: url(../img/dvd-logo.svg);
}

/* Sendetermin-Liste Element */
.sendetermine-2019-fade {
    position: relative;
}

.sendetermine-2019-fade:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
    height: 3em;
}

@media screen and (min-width: 1024px),print {
    .only-smartphone2 {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .no-smartphone2 {
        display: none !important;
    }
}

@media (max-width: 499px) {
    .no-smartphone {
        display: none !important;
    }
}

@media (min-width: 500px) {
    .only-smartphone {
        display: none;
    }
}

.sendetermine-gekuerzt > div.termin-vergangenheit:nth-child(n + 10) {
    display: none;
}

.sendetermine-2019 {
    display: table;width:100%;
}

.sendetermine-2019 [role=rowgroup] {
    display:table-row-group;
}

.sendetermine-2019 [role=row]{
    display:table-row;height:37px;
}

@media (hover: none) {
	.sendetermine-2019 [role=row]{
    height:48px;
}
	
}

.sendetermine-2019 [role=cell]{
    padding: 0.25em 0.5em;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}



.sendetermine-2019 [role=cell]:empty {
    padding: 0
}

@media (max-width: 599px) {
    .sendetermine-2019 [role=cell]{
        padding: 0.25em ;
    }
}

.sendetermine-2019 .sendetermine-2019-even {
    background-color: var(--background-color-alternative);
}

.sendetermine-2019 [role=cell]  {
    width: 0;
}
.sendetermine-2019 .sendetermine-2019-episodentitel,.sendetermine-2019 .sendetermine-2019-zusatz,.sendetermine-2019 .sendetermine-2019-ausstrahlungsinfo {width:auto;}
.sendetermine-2019 .sendetermine-2019-wochentag {
    font-weight: bold;
}

.sendetermine-2019 .sendetermine-2019-uhrzeit-smartphone {
    font-weight: normal;
}

.sendetermine-2019 .sendetermine-2019-datum {
    font-weight: bold;
}

.sendetermine-2019 .sendetermine-2019-bis {
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
}

.sendetermine-2019 .sendetermine-2019-sender figure.fs-picture {
    width: 56px;
}

.sendetermine-2019 .sendetermine-2019-sender figure.fs-picture img {
    object-fit: contain;
}

.sendetermine-2019 .sendetermine-2019-sender .sender-text {
    text-shadow: 0 0 1px gray;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    font-weight: bold;
}

.sendetermine-2019 .sendetermine-2019-ausstrahlungsform-staffel-titel-episodennummer {
    padding-right: 0;
    font-weight: bold;
    text-align: right;
    font-weight: bold;
}

.sendetermine-2019 .sendetermine-2019-staffel-und-episode-smartphone {
    font-weight: normal;
}

.sendetermine-2019 .erste-zeile-vorhanden {
    margin-top: 5px;
}

.sendetermine-2019 .sendetermine-2019-episodennummer-sub {
    padding-left: 0;
    font-weight: bold;
}

.sendetermine-2019 .sendetermine-2019-staffel-und-episode-smartphone-sub {
    font-weight: normal;
}

.sendetermine-2019 .sendetermine-2019-staffel-und-episode {
    padding-right: 0;
    text-align: right;
}

.sendetermine-2019 .sendetermine-2019-staffel-und-episode-sub {
    padding-left: 0;
}

.sendetermine-2019 .sendetermine-2019-episodentitel,.sendetermine-2019 .sendetermine-2019-sender {
    font-weight: bold;
    white-space: normal;
}

.sendetermine-2019 .sendetermine-2019-ausstrahlungsinfo,.sendetermine-2019-sender .sendetermine-2019-datum {
    white-space: normal;
}

.sendetermine-2019 .sendetermine-2019-episodentitel abbr {
    font-size: 0.75em;
    white-space: nowrap;
    font-weight: bold;
    color: white;
    background-color: var(--text-color-alternative);
    border-radius: 0.25em;
    text-transform: uppercase;
    padding: 0.25em 0.5em;
    line-height: normal;
    display: inline-block;
}

.sendetermine-2019 .sendetermine-2019-zusatz {
    white-space: normal;
}

/* Serie Spoiler Seite, Serie Staffel Seite */
ul.spoiler-liste > li, ul.episoden-episodenliste > li {
    margin-bottom: 1em;
}
.episoden-episodenliste-ausstrahlungskommentar {color:var(--text-color-alternative);}

/* Episode-, Sendetermin-, Film-Output */
.episode-output-alternativtitel {
    margin-top: 0.5em;max-width:var(--flowing-text-width);margin-left:auto;margin-right:auto;
}

.episode-output-kommentar {
    margin-top: 0.5em;max-width:var(--flowing-text-width);margin-left:auto;margin-right:auto;font-size:0.9em;font-style:italic;
}

.episode-output-originaltitel {
    font-weight: normal;
}

.episode-output-titel {
    font-weight: bold;
    font-size: 1.25em;max-width:var(--flowing-text-width);margin-left:auto;margin-right:auto;
}
.episoden-zeile-1000 {display:flex;align-items:center;justify-content:space-between;margin-top:0.25em;max-width:var(--flowing-text-width);margin-left:auto;margin-right:auto;}
			.episode-output-instaffel {max-width:var(--flowing-text-width);margin-left:auto;margin-right:auto;}
																					   
.episode-output-inhalt {
    margin-top: 1em;
}
.episode-output-inhalt br {display:block; margin-top:0.5em; content:"";}
.episode-output-inhalt:after {content:"";display:block;clear:left;margin-top:1em;}
.episode-output-inhalt p,.episode-output-inhalt-inner {max-width:var(--flowing-text-width);margin-left:auto;margin-right:auto;}
 
.episodenguide-episode-img-div {
    background-color: var(--background-color-alternative);
}

.episodenguide-episode-img-div.fs-picture {
    float: left;
    margin: 0 1em 1em 0;
    width: 50%;
}

@media (max-width: 499px) {
    .episodenguide-episode-img-div-gross.fs-picture {
        float: none;
        margin-right: -4vw;
        margin-left: -4vw;
        width: auto;
    }

    .episodenguide-episode-img-div-gross.fs-picture figcaption {
        padding: 0.5em 4vw;
    }
}

.text-quelle {
    font-style: italic;
}

ea-angaben-wrapper {
    display: block;
    font-size: 0.9em;
 
    margin-bottom: 1em;
    max-width:var(--flowing-text-width);margin-left:auto;margin-right:auto;
    
}
 

ea-angabe {
    display: block;
}

ea-angabe-titel {
    font-weight: bold;
    display: inline;
    white-space: nowrap;
}

ea-angabe-titel:after {
    content: ": ";
}

.episode-ea-daten dl {
    display: flex;
    flex-wrap: wrap
}

ea-angabe-datum:after {
    content: " ";
}

ea-angabe-sender {
    white-space: nowrap;
}

.episodenguide-episode-img-div figcaption {
    font-weight: normal;
    font-size: 0.9em;
    padding: 0.5em;
    text-align: left;
    caption-side: bottom;
}

@media (min-width: 750px) {
    #episodeninhaltwerbetrenner {
        display:none;
    }
}

 



/* Sendetermin-Seite */
.sendetermine-select-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.sendetermine-select-line li {
    margin-right: 1em;
    margin-bottom: 1em;
}

.sendetermine-ueberschrift .episode-ueberschrift-zurueck:after {
    content: "früher";
}

.sendetermine-ueberschrift .episode-ueberschrift-weiter:before {
    content: "später";
}

.kalenderdatum-hinweis {
    margin: 1em 0;
}

/* Serie Kaufartikel Seite */
.serie-kaufartikel li {
    padding: 0.25em ;
    margin-top: 0.5em;
    display: flex;
}

.serie-kaufartikel li:nth-child(odd) {
    background-color: var(--background-color-alternative);
}


.serie-kaufartikel li .kaufartikel-bild {
    margin-right: 1em;
}

.serie-kaufartikel li .kaufartikel-bild figure {
    width: 6em;
}

.serie-kaufartikel li .kaufartikel-bild figure img {
    object-fit: contain;
    height: 100%;
}

.kaufartikel-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.kaufartikel-content-inner {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.kaufartikel-content-text:before {
    content: "";
    font-size: 1.25em;
}

.kaufartikel-content figure.fs-picture {
    width: 2.5em;
    margin-left: 1em;
}

/* Serien nach Sendern Seite */
.serien-nach-sendern-auswahl {
    display: flex;
    align-items: center;
}

.serien-nach-sendern-auswahl > * {
    margin-right: 1em;
}

@media (max-width: 499px) {
    .serien-nach-sendern-auswahl select {
        width: 100px;
    }
}

/* Newsletter Seite */
ul.newsletter {
    margin-bottom: 0.5em;
}

ul.newsletter li {
    list-style-type: square;
    list-style-position: inside;
}

/* Login-Seite */
.serie-content-left.login select,.serie-content-left.login input[type="text"], .serie-content-left.login input[type="number"], .serie-content-left.login input[type="email"], .serie-content-left.login input[type="password"] {
    box-sizing: border-box;
    vertical-align: top;
    width: 180px;
    border: 1px solid var(--border-color);
    border-radius: 0.25em;
    margin: 0;
    padding: 0.25em;
}

.serie-content-left.login .tooltip-outer {
    font-weight: bold;
    display: inline-block;
    color: white;
    background-color: blue;
    border-radius: 100%;
    line-height: 15px;
    width: 15px;
    text-align: center;
    position: relative;
}

.serie-content-left.login .tooltip-outer .tooltip-inner {
    font-weight: normal;
    display: none;
    position: absolute;
    background-color: lightblue;
    color: black;
    left: 20px;
    top: 0;
    width: 200px;
    z-index: 1001;
    padding: 5px;
    border-radius: 2px;
    text-align: left;
}

.serie-content-left.login .tooltip-outer:hover .tooltip-inner {
    display: block;
}

.serie-content-left.login input[name="username"] {
    padding-right: 25px;
}

.serie-content-left.login p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.serie-content-left.login label {
    cursor: pointer;
}

.serie-content-left.login span.label {
    width: 200px;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.serie-content-left.login span.label.narrow {
    width: 10em;
}

.alert {
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
    background-color: green;
    opacity: 0.75;
    padding: 10px;
    border-radius: 0.25em;
    display: inline-block;
}

.alert.fehler {
    background-color: red;
}

.breaker {
    width: 200px;
    display: inline-block;
    vertical-align: top;
}

.clear-right-after:after {
    clear: right;
    display: block;
    content: "";
}

/* Form Validation */
.serie-content-left.login input:invalid, #kommentar-abgeben input:invalid {
    background-position: right center;
    background-repeat: no-repeat;
}

body .serie-content-left.login input:invalid, body #kommentar-abgeben input:invalid {
    background-image: url(../img/required.png);
}

.serie-content-left.login input:focus:invalid, #kommentar-abgeben input:focus:invalid {
    background-position: right center;
    background-repeat: no-repeat;
}

body .serie-content-left.login input:focus:invalid, body #kommentar-abgeben input:focus:invalid {
    background-image: url(../img/invalid.png);
}

.serie-content-left.login input:valid, .serie-content-left.login input:focus:valid, #kommentar-abgeben input:valid, #kommentar-abgeben input:focus:valid {
    background-position: right center;
    background-repeat: no-repeat;
}

body .serie-content-left.login input:valid, body .serie-content-left.login input:focus:valid, body #kommentar-abgeben input:valid, body #kommentar-abgeben input:focus:valid {
    background-image: url(../img/valid.png);
}

.einwilligung-registrierung {
    font-size: 0.75em;
    display: block;
}

.username_check {
    position: relative;
}

.username_check.invalid:before {
    content: "!";
    display: block;
    position: absolute;
    top: 1px;
    right: 5px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    background-color: red;
    color: white;
    font-weight: bold;
    text-align: center;
    border-radius: 100%;
}

.check_waiting {
    background-color: gray;
}

.check_yes {
    background-color: green;
}

.check_no {
    background-color: red;
}

/* Kommentare */
.kommentare > li ,.kommentare > li > ul > li {
    margin-bottom: 1em;
    white-space: pre-line;
    transition: opacity 1s;
}

.kommentare img, .kommentare iframe {
    max-width: 100% !important;
}

.kommentare > li {
    padding: 0.5em;
}

.kommentare > li:nth-child(odd) {
    background-color: var(--background-color-alternative);
}

.kommentare > li > ul {
    margin-left: 1em;
    margin-top: 1em;
}

.kommentare li h3 {
    margin: 0 0 0.5em 0;
    font-weight: bold;
}


.kommentar-offiziell .redaktion {

text-decoration: underline;
    text-decoration-color: #fce17a;
    
    }.kommentar-offiziell a.redaktion:after {content:" (Redaktion)"}

.kommentare-toolbar {
    float: right;
    margin-left: 1em;
}

#kommentar-abgeben {
    padding: 0.5em;
     border-radius: 0.25em;
    margin-bottom: 1em;
    white-space: normal;
}

.kommentar-form dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1em;
}

.kommentar-form li:last-child dl {
    margin-bottom: 0;
}

.kommentar-form dt {
    width: 7em;
    font-weight: bold;
}

.kommentar-form dd {
    flex-grow: 1;
    flex-basis: 20em;
}

.kommentar-form #textarea {
    border: 1px solid #C0C0C0;
    min-height: 5em;
    background-color: white;
    padding: 0.5em;
    width: 100%;
    box-sizing: border-box;
}

.kommentar-form input[type=text] ,.kommentar-form input[type=number] {
    border: 1px solid #C0C0C0;
    background-color: white;
    padding: 0.25em;
    width: 100%;
    box-sizing: border-box;
}

.kommentar-terms {
    font-size: 0.75em;
    display: block;
}

.kommentar-button {
    text-align: center;
}
.kommentar-melden-form {max-width: 23em;width: 100%;}
.kommentar-melden-form p {margin-bottom:0.5em;}
.kommentar-melden-form select {display:block;width:100%;box-sizing: border-box;margin-bottom:1em;}
.kommentar-melden-form textarea {width:100%;height:5em; box-sizing: border-box;}
.kommentar-melden-form .melden-warnung{color:red;display:none;}
#melde-gruende {display:none;}
/* Serien nach Sendern Element */
.serien-nach-sendern-sender {display:flex;justify-content:space-between;align-items:center;flex-wrap:  wrap;}
.serien-nach-sendern-sender li {
 
    width: calc((100% - 1em) / 3);margin-bottom:0.5em;
    
}
@media (max-width: 1023px) {
	.serien-nach-sendern-sender li {
 
    width: calc((100% - 1em) / 2); 
    
}
  }
	
	@media (max-width: 500px) {
	.serien-nach-sendern-sender li {
 
    width: 100%; 
    
}
	}

.serien-nach-sendern-sender li a {
    padding: 0.5em;
    display: flex;
     
   
   
    font-weight: bold;align-items:center;
}

.serien-nach-sendern-sender .fs-picture   {
    width: 4em;
flex-shrink:0;margin-right:0.5rem;
    
}

.serien-nach-sendern-sender .fs-picture img {
    object-fit: contain;
    
}

.senderreplacement {
    
     
    text-align: center;margin-right:1em;
    flex-shrink:0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;font-size:0.5em;width:8em;
}

 

 .sendername {  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;}



/* Kaufartikel Element */
.kaufartikel-horizontal {
    display: flex;
    flex-wrap: wrap;
}

.kaufartikel-horizontal li {
    text-align: center;
    flex-shrink: 0;
}

.kaufartikel-horizontal li figure {
    width: 100%;
}

.kaufartikel-horizontal li figure figcaption {
    font-size: 0.9em;
    margin-top: 1em;
    word-wrap: break-word;
}

.kaufartikel-horizontal li figure img {
    object-fit: contain;
    height: 100%;
}

.kaufartikel-horizontal li a {
    display: block;
    padding: 0.25em;
}

.kaufartikel-horizontal .image {
    display: block;
    position: relative;
    overflow: hidden;
}

.kaufartikel-horizontal .image:before {
    padding-top: 120%;
    display: block;
    content: "";
}

.kaufartikel-horizontal .image2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.kaufartikel-horizontal img {
    max-height: 100%;
    max-width: 100%;
}

.kaufartikel-horizontal .caption {
    display: block;
    overflow: hidden;
    line-height: 13px;
    margin-top: 5px;
}

.kaufartikel-horizontal-4 li {
    width: 25%;
}

.kaufartikel-horizontal-6 li {
    width: calc(100% / 6);
}

@media (max-width: 1023px) {
    .kaufartikel-horizontal-4 li:nth-child(4) {
        display:none;
    }

    .kaufartikel-horizontal-4 li {
        width: calc(100% / 3);
    }
 }


@media (max-width: 499px) {
    .kaufartikel-horizontal-4 li:nth-child(3) {
        display:none;
    }

    .kaufartikel-horizontal-4 li {
        width: 50%;
    }
}

.serie-neue-dvd {
    display: flex;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.serie-neue-dvd li {
    margin-right: 1em;
}

/* Cast/Crew Element */
.cast-crew {
    display: flex;
    flex-wrap: wrap;
}

.cast-crew li {
    padding-bottom: 0.5em;
    width:50%;
}  

.cast-crew li:nth-child(4n+1),.cast-crew li:nth-child(4n+2) {    background-color: var(--background-color-alternative);}

@media (max-width: 1023px) {


.cast-crew li {width:100%;}
.cast-crew li:nth-child(even) {    background-color:transparent;}
.cast-crew li:nth-child(odd) {    background-color: var(--background-color-alternative);}
 
}
.cast-crew.hide-rest li:nth-child(n + 11) {
    display: none;
}

.cast-crew-rest.hide-rest li:nth-child(n + 7) {
    display: none;
}

.cast-crew a {
    padding: 0.5em;
    display: flex;
    align-items: flex-start;
}

.cast-crew dl, .cast-crew dt, .cast-crew dd {
    margin: 0;
    padding: 0;
}

.cast-crew figure.fs-picture {
  
    flex-shrink: 0;
    width: 5em;
    max-width: 25%;
    margin-right: 1em;
}

.cast-crew figure.fs-picture img {
    height: 100%;
}

.cast-crew dt {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - (65px + 2%));
    margin-right: 1%;
}

.cast-crew dd {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.cast-crew p {
    display: block;
    font-style: italic;
    margin: 0;
}

.cast-crew p:empty {
    display: none;
}

.cast-crew dt {
    width: auto;
    margin-right: 0;
    display: block;
}

.cast-crew dd {
    width: auto;
    display: block;
}

.cast-crew p {
    margin-top: 0;
}

/* News Seiten */
.news-2016 li {
    margin-bottom: 1em;
}

.news-2016 img {
    object-fit: contain;
    height: 100%;
}

.news-2016 li a {
    padding: 0.25em;
    display: flex;
}

.news-2016 li .bild {
    flex-shrink: 0;
    margin-right: 1em;
    width: 12em;
    max-width: 35%;
}

.news-2016 li .fallback {
    display: none;
}

.news-2016 li .bild figure {
    width: 100%;
}

.news-2016 li.news-2016-erste a {
    flex-direction: column;
}

.news-2016 li.news-2016-erste .bild {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 0.5em;
}
.news-2016 li.news-2016-erste .bild figure {position:relative;}
.news-2016 li.news-2016-erste .bild figure figcaption {
	position: absolute;
	right: 0.5em;
	top: 0;
	line-height: normal;
	font-size: 0.5em;
	text-shadow: 1px 1px 1px #000;
	color: white;
}

@media (max-width: 498px) {
    .news-2016 li figure {
        display: none;
    }

    .news-2016 li figure.fallback {
        display: block;
    }

    .news-2016 li.news-2016-erste figure {
        display: block;
    }

    .news-2016 li.news-2016-erste figure.fallback {
        display: none;
    }

    .news-2016 li .bild {
        max-width: 25%;
        width: 6em;
    }
    .news-2016 li.news-2016-erste .bild figure figcaption {display:none;}
}

.news-2016 li .infos .titel {
    font-weight: bold;
    display: block;
}

.news-2016 li .infos .untertitel {
    display: block;
}

.show-only-important .not-important {
    display: none;
}

/* Links Seite */
ol.partnerseiten > li {
    margin-bottom: 0.5em;
}

ol.partnerseiten > li a {
    display: flex;
    padding: 0.25em;
}

ol.partnerseiten .fs-picture {
    width: 5em;
    flex-shrink: 0;
    margin-right: 1em;
}

ol.partnerseiten .partnerseiten-titel {
    font-weight: bold;
}

/* Newsmeldung Detailseite */
.news-pagination {justify-content:flex-start;max-width: var(--flowing-text-width);margin-left:auto;margin-right:auto;}
.newsmeldung-main {
    margin-top: 0;
    margin-bottom: 1em;
    position: relative;
}

.serien-news-newsmeldung h1 {max-width:var(--flowing-text-width);margin-left:auto;margin-right:auto;
    font-size: 1.25em;
    font-weight: bold;
    text-align: left;
}

.serien-news-newsmeldung h2 {max-width:var(--flowing-text-width);margin-left:auto;margin-right:auto;
    font-size: 1em;
    font-weight: normal;
    text-align: left;
}

.serien-news-newsmeldung h3 {max-width:var(--flowing-text-width);margin-left:auto;margin-right:auto;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 1em;
    margin-top: 1em;
    display: flex;
    align-items: center;
}

.serien-news-newsmeldung > header:first-child {
    margin-bottom: 1em;
}

.newsmeldung-main figure, .newsmeldung-main figure.fs-picture,.fs-picture.newsmeldung-main-image {
    margin: 0;
    padding: 0;
    max-width: 100%;
    margin-bottom: 1em;
    position: relative;
    background-color: var(--background-color-alternative);
}

.serien-news-newsmeldung figure[data-copyright]:after {
    content: attr(data-copyright);
    font-size: calc(0.9 * 0.75em);
    padding: 0.66em;
   
    display: block;
}


@media (max-width: 749px) {
    .serien-news-newsmeldung .fs-picture.newsmeldung-main-image {
        max-width:none;
        margin-left: -4vw;
        margin-right: -4vw;
        width: auto !important;
    }

    .serien-news-newsmeldung .fs-picture.newsmeldung-main-image figcaption {
        padding: 0.5em 4vw;
    }

    .serien-news-newsmeldung figure[data-copyright]:after {
        padding-left: 4vw;
        padding-right: 4vw;
    }
}

@media (max-width: 499px) {
    .serien-news-newsmeldung figure[data-copyright]:after {
        padding-left:4vw;
        padding-right: 4vw;
    }
}

.serien-news-newsmeldung span.credits {
    font-size: 0.75em;
    display: block;
    padding: 0.5em 0;
}

.serien-news-newsmeldung span.credits:before {
    content: "Bild: ";
}

.serien-news-newsmeldung .figure-square {
    float: right;
    margin-left: 1em !important;
    margin-bottom: 1em !important;
}

.serien-news-newsmeldung .figure-square figcaption {
    display: table-caption;
    caption-side: bottom;
}

.newsmeldung-main figure {
    width: 100% !important;
}

.serien-news-newsmeldung figure.newsmeldung-main-image.figure-square {
    width: 120px !important;
}

.serien-news-newsmeldung figure.newsmeldung-main-image.figure-square-80 {
    width: 80px !important;
}

.serien-news-newsmeldung h3 figure.autorenbilder {
    flex-shrink: 0;
    width: 3em !important;
    height: 3em !important;
    margin: 0 1em 0 0;
    overflow: hidden;
    border-radius: 100%;
}

.serien-news-newsmeldung h3.autorenbilder-2 figure.autorenbilder > a {
    width: 1.5em !important;
    display:inline-block;
}
.serien-news-newsmeldung h3.autorenbilder-3 figure.autorenbilder > a {
    width: 1em !important;
    display:inline-block;
}
 
.serien-news-newsmeldung h3 figure.autorenbilder img {object-fit:cover;}


.newsmeldung-main figure figcaption,.fs-picture.newsmeldung-main-image figcaption {
    padding: 0.5em;
    font-weight: normal;
    font-size: 0.9em;
}


.newsmeldung-main p, .newsmeldung-main ul,.newsmeldung-main blockquote {
    margin: 0.5em auto;	max-width:var(--flowing-text-width);
}


.newsmeldung-main figure p {max-width:none;}
.newsmeldung-main li {
    margin: 1% 0;
}

.newsmeldung-main blockquote {
    margin-top: 0.5em;margin-bottom: 0.5em;
    font-style: italic;padding-left: 5%;
padding-right: 5%;
box-sizing: border-box;
}

.newsmeldung-main q {
    font-style: italic;
}

.newsmeldung-main q em, .newsmeldung-main q i {
    font-style: normal;
}

.newsmeldung-main p:empty {
    display: none;
}

.newsmeldung-main h2 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: bold;
}

.newsmeldung-main h3 {
    margin-top: 1em;
    margin-bottom: 0;
    font-weight: bold;
    font-style: normal;
}

.newsmeldung-main h3 + p, .newsmeldung-main h3 + ul {
    margin-top: 0;
}

.newsmeldung-main p:first-of-type {
    margin-top: 0;
}

.newsmeldung-main figcaption p, .newsmeldung-main figcaption p:first-of-type {
    margin-bottom: 1%;
    margin-top: 1%;
    font-weight: normal;
}

.newsmeldung-main a ,.serien-news-newsmeldung header a {
    text-decoration: underline;
    text-decoration-color: lightgray;
}
.newslink-variante-gelb .newsmeldung-main a,.newslink-variante-gelb.serien-news-newsmeldung header a  {
    text-decoration: none;
   border-bottom:1.5px solid #fab700
}
.newslink-variante-dunkelgrau .newsmeldung-main a,.newslink-variante-dunkelgrau.serien-news-newsmeldung header a  {
    text-decoration: none;
   border-bottom:1.5px solid #333333
}
.newsmeldung-main a.fs-btn {
    text-decoration: none;
}

.newsmeldung-main a.a-italic {
    font-style: italic;
}

.newsmeldung-main figure iframe[src^="//www.instagram.com/p/"] {
    width: 500px;
    max-width: 100%;
    border: 1px solid var(--border-color);
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.bewertung {
    text-align: center;
    font-weight: bold;
}

.bewertung span {
    position: relative;
    display: inline-block;
    content: "";
    width: 100px;
    height: 20px;
    background-image: url(../img/star-gray.svg);
    background-size: 20px auto;
    margin-left: 5px;
    margin-right: 10px;
    vertical-align: text-bottom;
}

.bewertung span:before {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    content: "";
    height: 20px;
    background-image: url(../img/star-yellow.svg);
    background-size: 20px auto;
}

.bewertung span.wertung-0-0:before {
    width: 0px;
}

.bewertung span.wertung-0-5:before {
    width: 10px;
}

.bewertung span.wertung-1-0:before {
    width: 20px;
}

.bewertung span.wertung-1-5:before {
    width: 30px;
}

.bewertung span.wertung-2-0:before {
    width: 40px;
}

.bewertung span.wertung-2-5:before {
    width: 50px;
}

.bewertung span.wertung-3-0:before {
    width: 60px;
}

.bewertung span.wertung-3-5:before {
    width: 70px;
}

.bewertung span.wertung-4-0:before {
    width: 80px;
}

.bewertung span.wertung-4-5:before {
    width: 90px;
}

.bewertung span.wertung-5-0:before {
    width: 100px;
}

.newsmeldung-main figure, .newsmeldung-main figure.fs-picture {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
    position: relative;
}

.newsmeldung-main figure.align-right {
    float: right;
    width: 15em !important;
    max-width: 50% !important;
    margin-left: 1em;
    margin-top: 0;
}

.newsmeldung-main figure.align-left {
    float: left;
    width: 15em !important;
    max-width: 50% !important;
    margin-right: 1em;
    margin-top: 0;
}

.newsmeldung-main figure.align-left.width-200, .newsmeldung-main figure.align-right.width-200 {
    width: 200px !important;
}

@media (max-width: 375px) {
    .newsmeldung-main figure.align-right, .newsmeldung-main figure.align-left {
        width: 100% !important;
        max-width: none !important;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
}

.newsmeldung-main figure figcaption {
    padding: 0.5em;
    font-size: 0.9em;
    text-align: left;
    font-weight: normal;
}

.newsmeldung-main figure figcaption strong, .newsmeldung-main figure figcaption b {
    font-weight: normal;
}

.newsmeldung-main figure[data-copyright]:after {
    content: attr(data-copyright);
    position: absolute;
    right: 5px;
    top: 5px;
    opacity: 0.8;
    text-shadow: 1px 1px 1px #000;
    color: white;
}

.newsmeldung-main figure.align-left:before {
    left: 5px;
    right: auto;
}

.newsmeldung-main p.bold {
    margin-bottom: 20px;
}

.figure-navigate {
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: calc((100% - 100px) / 2);
    width: 30px;
    height: 100px;
    color: black;
    background-color: transparent;
    border-style: none;
}

.figure-navigate-zurueck {
    left: 10px;
    text-align: left;
}

.figure-navigate-zurueck:after {
    background-color: rgba(255, 255, 255, 0.25);
    content: "";
    display: inline-block;
    width: 30px;
    height: 100px;
    background-image: url(../img/pfeil-links.svg);
    border-radius: 0.25em;
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: center;
}

.figure-navigate-weiter {
    right: 10px;
    text-align: right;
}

.figure-navigate-weiter:after {
    background-color: rgba(255, 255, 255, 0.25);
    content: "";
    display: inline-block;
    width: 30px;
    height: 100px;
    background-image: url(../img/pfeil-rechts.svg);
    border-radius: 0.25em;
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: center;
}

.newsmeldung-main figure figcaption:first-child {
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.75em;
    margin-top: 0;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    font-size: 1em;
}

.newsmeldung-main figure[role=group] > figure {
    scroll-snap-align: center;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 0;
}

.newsmeldung-main figure video {display:block;width:100%;height:auto;}

.newsmeldung-main figure.align-right figure.fs-picture, .newsmeldung-main figure.align-left figure.fs-picture {
    margin-top: 2%;
    margin-bottom: 2%;
}

.newsmeldung-main figure figure.fs-picture:first-of-type {
    margin-top: 0;
}

.newsmeldung-main figure figure.fs-picture:last-of-type {
    margin-bottom: 0;
}

.newsmeldung-main figure[role="group"] {
    white-space: nowrap;
    overflow: hidden;
}

@media (hover: none) {
    .newsmeldung-main figure[role="group"] {
        overflow: auto;
        scroll-snap-type: x mandatory;
        scroll-snap-points-x: repeat(100%);
        scroll-snap-type: mandatory;
    }
}

.newsmeldung-main figure.align-right[role="group"] {
    white-space: normal;
}

.newsmeldung-main figure[role="group"] figcaption {
    white-space: normal;
}

.newsmeldung-main figure figure span {
    display: block;
    position: relative;
}

.newsmeldung-main figure figure:first-of-type .figure-navigate-zurueck, .newsmeldung-main figure figure:last-of-type .figure-navigate-weiter {
    display: none;
}

.kommentar-img {
    max-width: 100%;
}

.externen-inhalt-anzeigen {
	background-color: var(--background-color-alternative);
	padding:1em;margin:1em 0;
}
.externen-inhalt-anzeigen:before{font-weight:bold;content:"Externer Inhalt";display:block;margin-bottom:1em;}
.externen-inhalt-anzeigen:after {color:var(--less-dark-text-color);font-size:0.9em;content:"Ich bin einverstanden, dass externe Inhalte auf fernsehserien.de grundsätzlich zugelassen werden. Damit können personenbezogene Daten an Drittplattformen übermittelt werden.";}
.externen-inhalt-anzeigen div:first-child:before{content:"Als Ergänzung zum Artikel kann an dieser Stelle ein externer Inhalt" attr(data-anbieter-text) " angezeigt und auf Wunsch auch wieder deaktiviert werden.";display:block;}
.externen-inhalt-anzeigen div:first-child {display:flex;}
.externen-inhalt-anzeigen div:first-child figure {width:1.5em !important;border:1em solid white;margin:0 0 0 1em;}
.externer-inhalt {max-width:var(--flowing-text-width);margin-left:auto;margin-right:auto;}
.externer-inhalt div:last-child {display:flex;align-items:center;margin-top:1em;margin-bottom:1em;}
.externer-inhalt div:last-child:after{content:"Zusätzliche externe Inhalte";display:block;margin-left:1em;font-size:0.9em;}
.externer-inhalt button {cursor:pointer;width:2em;height:1em;position:relative;border-style:none;background-color:transparent;display:block;}
.externer-inhalt button:before{height:0.5em;display:block;background-color:lightgray;position:absolute;left:0;top:0.25em;content:"";width:100%;border-radius:0.25em;}
.externer-inhalt button:after{height:0.75em;display:block;background-color:white;position:absolute;left:0em;top:calc(0.125em - 1px);border-radius:1em;content:"";width:0.75em;border:1px solid var(--text-color);box-shadow:0px 0px 1px var(--text-color);}
.externer-inhalt button.aktiviert:before{background-color:var(--text-color);}
.externer-inhalt button.aktiviert:after {left:auto;right:0em;}
.externer-inhalt + .externer-inhalt  {display:none;}

.newsmeldung-main figure.news-embedded {display:flex;align-items:center;flex-direction:  column;}
.newsmeldung-main figure.news-embedded > p {width:100%;}
.newsmeldung-main figure.news-embedded iframe[src*="www.youtube-nocookie.com"] {
	width: 100%;
	border-style: none;
	height: auto;aspect-ratio:16/9;display:block;
}
.newsmeldung-main figure.news-embedded iframe[src*="facebook.com/plugins/post.php"] {background-color:white;} 
/* Seite Datenschutz */
.datenschutzerklaerung h2 {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.datenschutzerklaerung a {
    text-decoration: underline;
}

.datenschutzerklaerung ul {
    margin-left: 20px;
}

.datenschutzerklaerung li {
    list-style-type: disc;
    list-style-position: outside;
}

.datenschutzerklaerung p {
    margin-top: 5px;
}

/* News Archiv Seite */
.news-archiv-meldungen li a {
    padding: 0.25em;
    display: inline-block;
    margin-bottom: 1px;
}

/* Sharebar Element */
.sharebar {
    display: flex;
    justify-content: center;
    margin-bottom: 3%;
    margin-left: 0;
    margin-right: 0;
    font-size: 0.9rem;
}

.sharebar li {
    flex-grow: 1;
    margin-left: 1%;
    margin-right: 1%;
    max-width: 10em;
}
.sharebar li:first-child{margin-left:0;}
.sharebar li:last-child{margin-right:0;}

@media (hover: hover) {
    .sharebar li:hover {
        filter: brightness(1.1)
    }
}

.sharebar li button {
    height: 2em;
    cursor: pointer;
    display: flex;
    width: 100%;
    color: white;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    border-style: none;
}

.sharebar li button figure.fs-picture {
    margin-right: 10%;
    width: 20px;
}

.sharebar li button figure.fs-picture img {
    object-fit: contain;
    height: 100%;
}

.sharebar-facebook button {
    background-color: #3b5998;
}

.sharebar-twitter button {
    background-color: #55acee;
}

.sharebar-whatsapp button {
    background-color: #5cbe4a;
}

.sharebar-drucken button {
    background-color: #999;
}

@media (max-width: 469px) {
    .sharebar li button span.text {
        display: none;
    }

    .sharebar li button figure.fs-picture {
        margin-right: 0;
    }
}

.sharebar2 {
    margin-top: 3%;max-width:var(--flowing-text-width);margin-left:auto;margin-right:auto;
}

/* Über Autor Element */
.ueber-autor .spacer {
    height: 30px;
}

.ueber-autor .autorenbild {
    width: 10em;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

.ueber-autor .autorenbild figcaption {
    padding-top: 0.5em;
}

@media (max-width: 499px) {
    .ueber-autor .redaktion-square {
        width: 100%;
        margin-right: 0;
        float: none;
    }
}

.ueber-autor section {
    margin-top: 6%;
}

.ueber-autor section:first-of-type {
    margin-top: 3%;
}

.ueber-autor section:after {
    clear: left;
    content: "";
    display: block;
}

.ueber-autor p {
    margin-bottom: 10px;
    text-align: juustify;
}

.ueber-autor p:last-child {
    margin-bottom: 0px;
}

/* Redaktion Seite */

.autoren-linkleiste figure.fs-picture {
    width: 1em;
    height: 1em;
}
@media (max-width: 499px) {
	.autoren-linkleiste figure.fs-picture {
    width: 1.5em;
    height: 1.5em;
}
	}

.autoren-linkleiste img {
    object-fit: contain;
    height: 100%;
}
.autoren-linkleiste{display:flex;}
.autoren-linkleiste li {
    margin-right: 1em;
     
}

/* Gewinnspiele Seite */
.gewinnspiele-liste li {
    margin-top: 0.5em;
    padding: 0.25em;
    display: block;
}

.gewinnspiele-liste li a {
    display: flex;
    align-items: center;
}

.gewinnspiele-liste li figure.fs-picture {
    width: 9em;
    flex-shrink: 0;
    margin-right: 1em;
    max-width: 25%;
}

.gewinnspiele-liste li div {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gewinnspiele-liste li div span:before {
    font-size: 1.25em;
    content: "";
}

/* Streams Element */
.episode-streams-2019 {
    width: 100%;
    display: table;
}

.episode-streams-2019-header figure {width:6em;}
.episode-streams-2019-header figure img {object-fit:contain;}

.episode-streams-2019 a {
    display: table-row;
}

.episode-streams-2019 a:hover {
    text-decoration: none;
}
 
.episode-streams-2019-even {
    background-color: var(--background-color-alternative);
}
 
.episode-streams-2019 a > div {
    display: table-cell;
    padding: 0.25em 0.5em;
    vertical-align: middle;
}

@media (max-width: 599px) {
    .episode-streams-2019 a > div {
        padding:0.25em;
    }
}

@media (max-width: 399px) {
    .episode-streams-2019 .label-sprache {
        display: none;
    }
}

.episode-streams-2019 .streams-live div {
    display:flex;align-items:center;font-weight:bold;
}

.episode-streams-2019 .streams-live figure {
	width:0.75em;margin-right:0.5em;
	}
	
.episode-streams-2019 .preis {
    text-align: right;
}
.episode-streams-2019 .preis b {display:block;}

.episode-streams-2019 .ansehen-button {
    text-align: center;
}

.episode-streams-2019 .sprache-hidden .sprache-hidden {
    display: none;
}

.episode-streams-2019 .anbieter .wrap {
    padding: 0.75em;
    border: 1px solid var(--border-color);
    border-radius: 0.25em;
    display: block;
    width: 5em;background-color:white;
}

.episode-streams-2019 .anbieter figure {
    width: 100%;
}

.episode-streams-2019 .anbieter figure img {
    object-fit: contain;
    height: 100%;
}

/* Affiliate */
.affiliate-kennzeichnung:after {
    content: "\a0*";
}

.affiliate-hinweis-kurz:after {
    font-size: 0.75em;
    display: block;
    margin-top: 10px;
    content: "* Für gekennzeichnete Links erhalten wir Provisionen im Rahmen eines Affiliate-Partnerprogramms.";
}

.vorschnell-hinweis:after {font-size: 0.75em;padding:0.25em;display:block;content:"Veröffentlichung bei " attr(data-anbieter) " erfolgt evtl. erst im Laufe des Tages."}

/* Bild Element */
figure.fs-picture {
    margin: 0;
    padding: 0;
    display: block;
}

figure.fs-picture span.fs-picture-placeholder {
    position: relative;
    font-size: 0;
    display: block;
    background-size: 100% 100%;
    padding: 0;
}

figure.fs-picture span.fs-picture-placeholder img,figure.fs-picture span.fs-picture-placeholder div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 100%;
}

/* Sky */
.sky-anzeige {
    margin-top: 2%;
    margin-bottom: 3%;
}

.sky-anzeige:before {
    content: "ANZEIGE";
    text-align: center;
    display: block;
    font-size: 0.5rem;
    height: 10px;
}

.sky-anzeige-2 {
    background-image:linear-gradient(90deg, #00818A 0%, #001112 100%);
    border: 0px solid #fce17a;
    padding: 3%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.sky-anzeige-3 figure {
    width: 8.5em;
}

.sky-anzeige-4 figure {
    width: 8em;
}

/* FC */
body > div.fc-consent-root,body > div.fc-consent-root .fc-dialog .fc-header h1,body > div.fc-consent-root .fc-faq-header .fc-faq-label,body > div.fc-consent-root .fc-button-label {
    font-family: arial,sans-serif !important;
}

.fc-dialog-scrollable-content > div:nth-child(2) > ul li i.material-icons,body > div.fc-consent-root .fc-faq-header .fc-faq-icon .faq-section-closed {
    font-size: 0 !important;
    font-family: arial,sans-serif;
    margin-top: 0 !important;
}

.fc-dialog-scrollable-content > div:nth-child(2) > ul li:nth-child(1) i.material-icons {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    background-image: url(../img/fc-person.svg) !important;
    background-size: 50% auto !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.fc-dialog-scrollable-content > div:nth-child(2) > ul li:nth-child(2) i.material-icons {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    background-image: url(../img/fc-geraete.svg) !important;
    background-size: 50% auto !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

body > div.fc-consent-root .faq-section-closed {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    background-image: url(../img/fc-expand.svg) !important;
    background-size: 37.5% auto !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.fc-consent-root .fc-button.fc-cta-consent .fc-button-background, .fc-consent-root .fc-button.fc-data-preferences-back .fc-button-background {
    background-color: green !important;
    border: 1px solid green !important;
}

.fc-consent-root .fc-button.fc-cta-manage-options .fc-button-background, .fc-consent-root .fc-button.fc-save-continue .fc-button-background {
    background-color: white !important;
    border: 1px solid lightgray !important;
}

.fc-consent-root .fc-button.fc-cta-manage-options .fc-button-label, .fc-consent-root .fc-button.fc-save-continue .fc-button-label {
    color: var(--text-color-alternative) !important;
    font-weight: normal !important;
}

body > div.fc-consent-root .fc-header-image-container {
    display: none !important;
}

/* Jobs Seite */
.jobs-logo {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
    width: 230px;
}

.jobs-logo figure {
    width: 100%;
}

/* Impressum Seite */
.impressum-dnf figure {
    width: 200px;
}

.impressum-coc figure {
    width: 225px;
}

/* Serie Streams Seite */
.scroll-wrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.serie-streams-dropdown {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}

.serie-streams-dropdown select {
    margin-left: 1em;
}

.serie-streams {
    display: table;
    width: 100%;
}

.serie-streams > a {
    display: table-row;
}

.serie-streams > a:link,.serie-streams > a:visited,.serie-streams > a:active,.serie-streams > a:hover {
    text-decoration: none;
}

.serie-streams > a:nth-child(odd) {
    background-color: var(--background-color-alternative);
}

.serie-streams > a > div {
    display: table-cell;
    padding: 0.25em 0.5em;
}

@media (max-width: 599px) {
    .serie-streams > a > div {
        padding:0.5em 0.25em;
    }
}

.serie-streams > a > div:first-child,.serie-streams > a > div:last-child {
    text-align: right;
    width: 1px;
    white-space: nowrap;
    font-weight: bold;
}

.serie-streams-mehr {
    display: block;
    font-weight: bold;
    padding: 0.25em;
    margin-top: 0.5em;
}

/* News Rubrik */
.sendung-spielfilm-person-news-news {
    display: flex;
    flex-wrap: wrap;
}

.sendung-spielfilm-person-news-news li {
    margin-bottom: 0.5em;
    width:50%;
}
@media (max-width: 1023px) {
.sendung-spielfilm-person-news-news li {
   
    width:100%;
			   
}	
}



.sendung-spielfilm-person-news-news li:empty {
    margin-bottom: 0;
}

.sendung-spielfilm-person-news-news a {
    display: flex;
    padding: 0.5em;
}

.sendung-spielfilm-person-news-news figure.fs-picture {
    width: 5em;
    flex-shrink: 0;
    margin-right: 1em;
    max-width: 25%;
}

.sendung-spielfilm-person-news-news dt {
    font-weight: bold;
}

.sendung-spielfilm-person-news-news dt,.sendung-spielfilm-person-news-news dd {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sendung-spielfilm-person-links li {
    margin-bottom: 0.25em;
}

.sendung-spielfilm-person-links a {
    display: flex;
    align-items: center;
    padding: 0.25em;
}

.sendung-spielfilm-person-links a figure.fs-picture {
    margin-right: 1em;
    width: 2em;
    flex-shrink: 0;
}

.sendung-spielfilm-person-links .sendung-spielfilm-person-links-internal a figure.fs-picture {
    width: 5em;
}

.sendung-spielfilm-person-links-ohne-optionale .sendung-spielfilm-person-links-optional {
    display: none;
}

/* Anbieterboxen */
.ausstrahlungs-boxen {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 1em auto;
}

	@media (min-width: 1025px) {
    .ausstrahlungs-boxen[data-spalten-5="4"] {
        width:calc(4 * (11.5em + 3px));
    }
}

@media (min-width: 1025px) {
    .ausstrahlungs-boxen[data-spalten-5="3"] {
        width:calc(3 * (11.5em + 3px));
    }
}

@media (min-width: 1025px) {
    .ausstrahlungs-boxen[data-spalten-5="2"] {
        width:calc(2 * (11.5em + 3px));
    }
}										  






@media (min-width: 702px) and (max-width: 749px) {
    .ausstrahlungs-boxen[data-spalten-4="3"] {
        width:calc(3 * (11.5em + 3px));
    }
}

@media (min-width: 702px) and (max-width: 749px) {
    .ausstrahlungs-boxen[data-spalten-4="2"] {
        width:calc(2 * (11.5em + 3px));
    }
}

@media (min-width: 750px) and (max-width: 1023px), (min-width: 526px) and (max-width: 701px) {
    .ausstrahlungs-boxen[data-spalten-3="2"] {
        width:calc(2 * (11.5em + 3px));
    }
}

.ausstrahlungs-boxen li {
    margin: 0.25em;
    max-width: calc(50% - 0.5em - 2px);
}

.ausstrahlungs-box {
    max-width: 100%;
    font-size: 0.85em;
    color: var(--text-color-alternative);
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 5.6em;
    border: 1px solid var(--border-color);
    border-radius: 0.25em;
    width: 11em;background-color:white;position:relative;
}

.ausstrahlungs-box dd {
    display: flex;
    align-items: center;margin-top:0.25em;
}
.ausstrahlungs-box dd.ausstrahlungs-box-plattform {position:absolute;left:0;top:-0.8em;width:100%;font-size:0.8em;font-weight:normal;margin-top:0;}
.ausstrahlungs-box dd.ausstrahlungs-box-plattform  span {flex-grow:1;}
.ausstrahlungs-box dd.ausstrahlungs-box-plattform  div {background-color:white;}
.ausstrahlungs-box figure.fs-picture,.ausstrahlungs-box text-logo {
    width: 7em;
}

.ausstrahlungs-box figure.fs-picture img {
    object-fit: contain;
    height: 100%;
}

.ausstrahlungs-box dd figure.fs-picture {
    width: 0.75em;
    margin-right: 0.5em;
}

/* Bild Element */
.bildunterschrift-mehr {
    margin: 0;
    padding: 0;
    display: inline;
    border-style: none;
    background-color: transparent;
    cursor: pointer;
}

.bildunterschrift-mehr:before {
    content: "… ";
}

.bildunterschrift-mehr:after {
    content: "› mehr";
    font-weight: bold;
    white-space: nowrap;
}

.bildunterschrift-copyright {

    font-size: 0.75em;
}
.bildunterschrift-bildunterschrift + .bildunterschrift-copyright {
    margin-top: 0.5em;
   
}

/* Serien- und Filme-A-Z-Seiten */
@media (hover: none) {
    .serien-filme-a-z-buchstaben {
        flex-wrap: nowrap ;
        justify-content: flex-start;
        overflow-x: auto;
        margin-right: -4vw;
        margin-left: -4vw;
        overflow-y: hidden;
    }

    .serien-filme-a-z-buchstaben:before,.serien-filme-a-z-buchstaben:after {
        content: "";
        border-left: 4vw solid transparent;
        height: 1px;
    }
}
@media (min-width: 750px) and (hover: none) {
    .serien-filme-a-z-buchstaben {
        margin-right: 0;
        margin-left: 0;
    }
    .serien-filme-a-z-buchstaben:before,.serien-filme-a-z-buchstaben:after {
        display:none;
    }
}
.serien-filme-a-z-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1em;
    margin-bottom: 1em;
    flex-wrap: wrap;
}

.serien-filme-a-z-filter li {
    margin-right: 0.5em;
    margin-left: 0.5em;
    width: calc(25% - 1em);
}

.serien-filme-a-z-filter li:first-child {
    width: auto;
}

@media (max-width: 600px), (min-width: 850px) and (max-width: 1299px) {
    .serien-filme-a-z-filter li:first-child {
        width:100%;
        max-width: none;
        margin-bottom: 0.5em;
        text-align: center;
    }

    .serien-filme-a-z-filter li {
        width: calc(100% / 3 - 1em);
    }
}

.serien-filme-a-z-filter select {
    width: 100%;
}

.serien-filme-a-z-items {
    column-count: 2;
    column-rule: 10px solid white;
    column-gap: 10px;
}

@media (max-width: 600px), (min-width: 850px) and (max-width: 1299px) {
    .serien-filme-a-z-items {
        column-count: 1;
    }
}

.serien-filme-a-z-items .serien-filme-a-z-items-odd {
    background-color: var(--background-color-alternative);
}

.serien-filme-a-z-items a {
    padding: 0.5em;
    display: block;
}

.serien-filme-a-z-items a div {
    height: 2.8em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
}

.serien-filme-a-z-items-produktion {
    font-weight: normal;
}

.serien-filme-a-z-items-hidden {
    display: none;
}

/* Vorschauseiten */
.vorschau-alle-folgen {
    position: relative;
}

.vorschau-alle-folgen:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
    display: block;
    content: "";
}

section[data-last-before-break="1"] .ausstrahlungs-boxen {
    display: none;
}

/* Folgen Seite */
@media (min-width: 375px) {
    .fs-buttons-folgenseite button span:last-child,.fs-buttons-folgenseite button span:last-child {
        display:none;
    }
}

@media (max-width: 374px) {
    .fs-buttons-folgenseite button span:first-child,.fs-buttons-folgenseite button span:first-child {
        display:none;
    }
}

/* Personenseiten */
.person-header {
    display: flex;
}

.person-header figure.fs-picture {
    background-color: var(--background-color-alternative);
    flex-shrink: 0;
    max-width: 25%;
    margin-right: 1em;
    width: 10em;
}

.person-header figure figcaption {
    font-size: calc(0.9 * 0.75em);
    padding: calc(0.5em / 0.75);
}

@media (max-width: 499px) {
    .person-header {
        flex-direction:column;
    }

    .person-header figure.fs-picture {
        order: 2;
        margin-top: 0.5em;
        width: auto;
        max-width: none;
        margin-right: 0
    }
}

.person-header .person-angaben h1 {
    font-weight: bold;
    font-size: 1.25em;
}

.person-header .person-angaben dt,.person-header .person-angaben dd {
    margin-bottom: 0.5em;
}

.person-mitwirkungen li {
    margin-bottom: 0.5em;
}

.person-mitwirkungen li:nth-child(odd) {
    background-color: var(--background-color-alternative);
}

.person-mitwirkungen li a {
    padding: 0.5em;
    display: flex;
    align-items: center;
}

.person-mitwirkungen li a figure.fs-picture {
    width: 10em;
    max-width: 25%;
    flex-shrink: 0;
    background-color: var(--background-color-alternative);
}

.person-mitwirkungen-filme img {
    object-fit: cover;
    height: 100%;
}

.person-mitwirkungen dl {
    margin-left: 1em;
}

.person-mitwirkungen dl dt {
    font-weight: bold;
    display: block;
}

.person-mitwirkungen dl dd {
    margin: 0.5em 0 0 0;
    display: inline;
}

.person-mitwirkungen dl p {
    font-style: italic;
    display: block;
    margin: 0;
}

.person-mitwirkungen-filme-produktion {
    font-weight: normal;
}

/* Erinnerungs Rubrik */
.erinnerungs-service {
    background-color: var(--background-color-alternative);
    border-radius: 0.25em;
    padding: 0.75em;
    cursor: pointer;
}

.erinnerungs-service dl {
    display: flex;
    align-items: center;
}

.erinnerungs-service .fs-buttons {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.erinnerungs-service figure.fs-picture {
    width: 58px;
    flex-shrink: 0;
    margin-right: 1em;
}

.erinnerungs-service h2 {
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 0.25em;
}

/* Spielfilmseiten */
.spielfilm-header {
    max-width:var(--flowing-text-width);margin-left:auto;margin-right:auto;
}

.spielfilm-header h1 {
    font-size: 1.25em;
    font-weight: bold;
}

.spielfilm-header h1 span {
    display: block;font-size:0.8em;
}

.spielfilm-header h1 span span {
    display: none;
}

.spielfilm-header dd {
    margin-top: 0.5em;display:flex;justify-content:space-between;
}
.spielfilm-header dd div:first-child{margin-right:0.5em;}
.spielfilm-header + section {
    margin-top: 0.5em;
}

.fs-button-spielfilm-newsletter figure {
    width: 36px;
}

.spielfilm-rubrik-ansehen {
    display: flex;
    justify-content: space-between;
    align-items: center;max-width:var(--flowing-text-width);margin-left:auto;margin-right:auto;
}

.spielfilm-rubrik-ansehen dd {
    margin-left: 1em;
}

.spielfilm-inhalt {
    margin-top: 0.5em;
}

.wikidata-disclaimer {
    font-style: italic;
    margin-top: 10px;
}

.wikidata-disclaimer a {
    text-decoration: underline;
    text-decoration-color: lightgray;
}

.film-originalsprache,.film-beziehungen {max-width:var(--flowing-text-width);margin-left:auto;margin-right:auto;margin-top:0.5em;}

/* Streaming */ 
.streaming-anbieter-anbieter {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-left:0.5em;
	margin-right:0.5em;
}
.streaming-anbieter-anbieter-overlay {
		margin-left:0em;
	margin-right:0em;justify-content:start;

	}
.content-max-width-600 .streaming-anbieter-anbieter-oben a.streaming-anbieter-anbieter-nicht-aktiv {
	display:none;
}
.content-min-width-601 .streaming-anbieter-anbieter-oben a {
	width:calc(25% - 0.75em);
}
.content-min-width-801 .streaming-anbieter-anbieter-oben a {
	width:calc(20% - 0.75em);
}
.content-max-width-800 .streaming-anbieter-ausblenden-3 a:nth-child(3),.content-max-width-800 .streaming-anbieter-ausblenden-4 a:nth-child(4) {
	display:none;
}
.streaming-anbieter-anbieter a {
	display:flex;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	width:calc(50% - 0.5em );
	padding:1em;
	border:1px solid var(--border-color);
	border-radius:0.25em;
	margin-bottom:0.5em;
}.streaming-anbieter-anbieter-overlay a {margin-left:0.5em;margin-right:0.5em;width:calc(50% - 1em );}
.streaming-anbieter-anbieter-unten a:nth-child(4),.streaming-anbieter-anbieter-unten a:nth-child(5),.streaming-anbieter-anbieter-unten a:nth-child(6) {
	display:none;
}
.streaming-anbieter-anbieter-aktiv,.streaming-anbieter-anbieter a.streaming-anbieter-auswaehlen.streaming-anbieter-ueberschrift.streaming-anbieter-anbieter-aktiv {
	background-color:var(--background-color-alternative);
}
@media (min-width:750px) {
	.streaming-anbieter-anbieter-overlay a {
		width:calc(100% / 3 - 1em );
	}
}
@media (min-width:750px) {
		.streaming-anbieter-anbieter-unten a {
		width:calc(100% / 5 - 0.75em);
	}
	.streaming-anbieter-anbieter-unten a:nth-child(4) {
		display:flex;
	}
}
@media (min-width:1000px) {
		.streaming-anbieter-anbieter-unten a {
		width:calc(100% / 6 - 0.75em);
	}
	.streaming-anbieter-anbieter-unten a:nth-child(5) {
		display:flex;
	}
}
@media (min-width:1600px) {
		.streaming-anbieter-anbieter-unten a {
		width:calc(100% / 7 - 0.75em);
	}
	.streaming-anbieter-anbieter-unten a:nth-child(6) {
		display:flex;
	}
}
.streaming-anbieter-anbieter a figure {
	max-width:8rem;
	width:100%;
	margin:0;
}
.streaming-anbieter-anbieter a figure img {
	object-fit:contain;
}
.streaming-anbieter-anbieter a.streaming-anbieter-auswaehlen {
	font-weight:bold;
	background-color:#fce17a;
	line-height:1.25;
	position:relative;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	padding:1em;
}
.streaming-anbieter-anbieter a.streaming-anbieter-auswaehlen figure:before {
	display:block;
	content:"";
	aspect-ratio:70 / 25;
}
.streaming-anbieter-anbieter a.streaming-anbieter-auswaehlen figure figcaption {
	position:absolute;
	left:0.5em;
	top:0;
	width:calc(100% - 1em);
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.streaming-anbieter-anbieter a.streaming-anbieter-auswaehlen.streaming-anbieter-ueberschrift {
	font-weight:normal;
	background-color:transparent;
}
div.polyfill.open .streaming-anbieter-auswaehlen {
	font-weight:normal;
	background-color:transparent;
}
.streaming-anbieter-anbieter a.streaming-anbieter-auswaehlen.streaming-anbieter-ueberschrift:before {
	display:none;
}
@media (hover:hover) {
	.streaming-anbieter-anbieter>a:hover,.streaming-sendungen-block-weiss>a:hover,a.streaming-anbieter-clicky:hover {
		background-color:#fce17a !important;
		border-radius:0.25em;
	}
	.streaming-anbieter-anbieter>a.streaming-anbieter-auswaehlen:last-child:hover {
		background-color:#fab700 !important;
		border-radius:0.25em;
	}
}
.streaming-hinweistext {
	padding:0.5em;
	border-radius:0.25em;
	background-color:var(--background-color-alternative);
	margin-bottom:1em;
}
.streaming-hinweis-ausblenden {
	display:block;
	text-align:right;
	cursor:pointer;
}
.streaming-hinweis-ausblenden:after {
	content:"Hinweis nicht mehr anzeigen";
	text-decoration:underline;
	text-decoration-color:lightgray;
	font-weight:bold;
}
.streaming-guide-top-serien {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.streaming-guide-top-serien li {
	width:calc(50% - 0.25em);
	margin-bottom:0.5em;
}
.streaming-guide-top-serien li:nth-child(n+7) {
	display:none;
}
@media (min-width:750px) {
	.streaming-guide-top-serien li {
		width:calc(25% - (3em / 4));
		margin-bottom:1em;
	}
	.streaming-guide-top-serien li:nth-child(n+7) {
		display: block;
	}
}
.streaming-sendungen::-webkit-scrollbar {
    display: none;
}
.streaming-sendungen>li {
	margin-bottom:1em;
	padding:0.5em;
	background-color:var(--background-color-alternative);
}
.streaming-sendungen>li>a>figure {
	width:100%;
}
.streaming-sendungen-titel {
	font-size:1.2em;
	font-weight:bold;
	padding-top:0.5em;
}
.content-min-width-501 .streaming-sendungen-titel {
	padding-top:0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.streaming-sendungen-originaltitel {
	font-weight:normal;
	font-size:calc(1em / 1.2);
}
.content-min-width-601 .streaming-sendungen-originaltitel {
	display:inline;
	margin-left:0.25em;
}
.streaming-guide-serie-generisch {
	display:none;
}
.content-min-width-601 .streaming-guide-serie-generisch {
	display:inline;
}.content-min-width-601 .streaming-guide-serie-generisch figure {
	background-color:white;
}
.content-max-width-600 .streaming-guide-serie-generisch+div .streaming-sendungen-titel {
	padding-top:0;
}
.content-min-width-601 .streaming-sendungen>li {
	display:flex;
	flex-wrap:wrap;
	padding:1em;
}
.content-min-width-601 .streaming-sendungen>li>a {
	width:18em;
	margin-right:1em;
	max-width:40%;
}
.content-min-width-601 .streaming-sendungen>li>div.streaming-sendungen-info-block {
	width:calc(100% - 19em);
	min-width:calc(60% - 1em);
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.streaming-sendungen .genrepillen { 
	margin:0.5em -0.5em 1em 0;
	white-space:nowrap;
	max-width:calc(100% + 0.5em);
	overflow:auto;
}@media (hover: hover) {.streaming-sendungen .genrepillen {overflow:hidden;text-overflow:ellipsis; }}
.streaming-sendungen .genrepillen li {
	margin:0 0.5em 0 0;
	padding:0 0.5em;
	font-size:0.9em;
	background-color:white;
	border-color:transparent;
}
.streaming-sendungen .genrepillen li:last-child {
	margin-right:0.5em;
}
.streaming-sendungen .genrepillen li:first-child {
	background-color:transparent;
	border-color: var(--border-color)
}

.streaming-sendungen-block-anbieter  figure img {object-fit:contain;}

.streaming-sendungen-block {display:flex;justify-content:space-between;}
.streaming-sendungen-block + .streaming-sendungen-block {margin-top:0.5em;display:none;}

.content-max-width-400 .streaming-sendungen-block-1 > .streaming-sendungen-block-anbieter {display:none;}
 .streaming-sendungen-block-rest > ul {display:flex;justify-content:space-between;height:100%;}
 .content-max-width-400 .streaming-sendungen-block-2  .streaming-sendungen-block-rest > ul { flex-direction: column;}
 
 .content-max-width-400 .streaming-sendungen-block-2 .streaming-sendungen-block-rest > ul > li {width:auto;height:calc(50% - 0.25rem);}
 .content-max-width-400 .streaming-sendungen-block-1 .streaming-sendungen-block-rest > ul > li {width:calc(50% - 0.25em);height:2rem;}
 
 
 .content-min-width-401  .streaming-sendungen-block-rest > ul > li {width:calc(50% - 0.25em);}
.streaming-sendungen-block-1 > li {width:100%;}
.streaming-sendungen-block-2 > li {width:calc(50% - 0.25em);}
.content-min-width-401 .streaming-sendungen-block-1 > li {width:calc(50% - 0.25em);}
.content-min-width-401 .streaming-sendungen-block .streaming-sendungen-block-anbieter {width:calc(100% / 3 - 0.25em);}
.content-min-width-401 .streaming-sendungen-block .streaming-sendungen-block-rest {width:calc(100% / 3 * 2 - 0.25em);}
.content-min-width-601 .streaming-sendungen-block .streaming-sendungen-block-anbieter,.content-min-width-601 .streaming-sendungen-block .streaming-sendungen-block-rest {width:calc(50% - 0.25em);}
.content-min-width-601 .streaming-sendungen-block  .streaming-sendungen-block-rest > ul { flex-direction: column;}
.content-min-width-601 .streaming-sendungen-block-rest > ul > li {width:auto;height:calc(50% - 0.25rem);}


.content-min-width-801 .streaming-sendungen-block .streaming-sendungen-block-anbieter {width:calc(100% / 3 - 0.25em);}
.content-min-width-801 .streaming-sendungen-block .streaming-sendungen-block-rest {width:calc(100% / 3 * 2 - 0.25em);}
.content-min-width-801 .streaming-sendungen-block  .streaming-sendungen-block-rest > ul { flex-direction: row;}
.content-min-width-801 .streaming-sendungen-block-rest > ul > li {width:calc(50% - 0.25em);height:auto;}

.streaming-sendungen-block-anbieter a {
	box-sizing: border-box;
	padding: 1em;
	border: 1px solid var(--border-color);
	border-radius: 0.25em;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
} 
@media (hover: hover) {
	.streaming-sendungen-block-anbieter a:hover ,.streaming-sendungen-block-block-weiss a:hover {background-color:#fce17a;border-radius:0.2em;}
	}
.streaming-sendungen-block-anbieter a  figure {
	max-width: 8rem;
	flex-shrink: 0;
	width: 100%;
}
.streaming-sendungen-block-anbieter a.streaming-guide-drittanbieter-channel {padding:1em 1em 0.5em 1em;}
.streaming-sendungen-block-anbieter a.streaming-guide-drittanbieter-channel  figure figcaption {
	font-size:0.8em;text-align:center;margin-top:0.5em;margin-left:-1em;margin-right:-1em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;

	}
.streaming-sendungen-block-block-weiss  {box-sizing: border-box;
	 
	 
	border-radius: 0.25em;
	background-color: white;height:100%;font-weight:bold; 
	 }
	 .streaming-sendungen-block-block-weiss-flexer {height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;}
	 .content-min-width-401  .streaming-sendungen-block-block-weiss-flexer div {line-height:1.5;}
	 .content-min-width-601  .streaming-sendungen-block-block-weiss-flexer div {line-height:1;}
	  .content-min-width-801  .streaming-sendungen-block-block-weiss-flexer div {line-height:1.5;}
	 .streaming-sendungen-block-block-weiss-flexer div:last-child:after {content:"›";margin-left:0.5em;}
.streaming-sendungen-block-block-weiss-two {font-size:0.9em;line-height:1;}
.streaming-sendungen-block-block-weiss-premiere {color:#b82800;}
 .streaming-sendungen-block-block-gelb {display:flex;justify-content:center;align-items:center;background-color:#fce17a;border-radius:0.2em;font-weight:bold;cursor:pointer;}

@media (hover: hover) {
	 .streaming-sendungen-block-block-gelb:hover  {background-color:#fab700;}
	}
	

 .streaming-sendungen-block-block-gelb figure {width:0.75em;margin-right:0.5em;}
 .streaming-sendungen-block-block-weiss-text {display:flex;justify-content:center;align-items:center;background-color:white;border-radius:0.2em;font-weight:bold;}
.streaming-sendungen-block-block-weiss-folge {color:#b82800;}
.zeige-weitere .streaming-sendungen-block + .streaming-sendungen-block {
	display:flex;
}
.zeige-weitere-button {
	width:calc(100% + 1em);
	border-top:1px solid white;
	padding:0.5em 0 0 0;
	margin:0.5em -0.5em 0 -0.5em;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}
.content-min-width-601 .zeige-weitere-button {
	width:calc(100% + 2em);
	margin:0.5em -1em 0 -1em;
}
.zeige-weitere-button:before {
	content:"mehr anzeigen";
}
.zeige-weitere-button:after {
	content:"›";
	font-size:1.3em;
	display:block;
	transform:rotate(90deg);
	margin-left:0.75em;
	line-height:0;
}
.zeige-weitere .zeige-weitere-button {
	display: none;
}

/* Home */
.genres-home {
    margin-top: 20px;
    margin-bottom: -10px;
}

.home-news-ul {
    display: flex;
    flex-wrap: wrap ;
    justify-content: space-between;
}

.home-news-ul li {
    flex-shrink: 0;
    width: calc((100% - 1em) / 2);
    margin-bottom: 1em;
}

.home-news-ul li:first-child {
    width: 100%;
}


.home-news-ul a {
    display: block;
    padding: 0.25em;
}

.home-news-ul figure {
    width: 100%;position:relative;
}
.home-news-ul figure figcaption {
	position: absolute;
	right: 0.5em;
	top: 0;
	line-height: normal;
	font-size: 0.5em;
	text-shadow: 1px 1px 1px #000;
	color: white;
}

.home-news-ul figure.home-news-ul-bild-square {
    display: none;
}

.home-news-ul dt {
    font-weight: bold;
    margin-top: 0.5em;
}

.home-news-ul br {
    display: none;
}

@media (max-width: 499px) {
    .home-news-ul li:nth-child(n + 2) {
        width: 100%;
    }

    .home-news-ul li:nth-child(n + 2) a {
        display: flex;
        align-items: center;
    }

    .home-news-ul li:nth-child(n + 2) figure {
        width: 6em;
        margin-right: 1em;
        flex-shrink: 0;
    }

    .home-news-ul li:nth-child(n + 2) figure.home-news-ul-bild-square {
        display: block;
    }

    .home-news-ul li:nth-child(n + 2) figure.home-news-ul-bild-landscape {
        display: none;
    }

     

    .home-news-ul li:nth-child(n + 2) dt {
        margin-top: 0;
    }

    .home-news-ul li:nth-child(n + 2) dt,.home-news-ul li:nth-child(n + 2) dd {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

   .home-news-ul figure figcaption {display:none;}
}
 
div.streaming-home-bilder  {background-color:var(--background-color-alternative);}
div.streaming-home-bilder ul.streaming-home-bilder  {display:flex;flex-wrap:   wrap;justify-content:space-between;margin-bottom:-0.5em;}
div.streaming-home-bilder ul.streaming-home-bilder li {width:calc(50% - 1em);padding:0.5em;}
div.streaming-home-bilder:before {content:"Weitere Streaming-Starts";display:block;font-size:1.25em;margin-bottom:0.25em;font-weight:bold;margin-left:0.5em;padding-top:0.5em;}
div.streaming-home-bilder .fs-buttons {margin:0;padding:0.5em 0}
.content-min-width-601 div.streaming-home-bilder ul.streaming-home-bilder {flex-wrap:   nowrap;}
.content-min-width-601 div.streaming-home-bilder ul.streaming-home-bilder li:nth-child(4) {display:none;}
.content-min-width-701 div.streaming-home-bilder ul.streaming-home-bilder li:nth-child(4) {display:block;}
.home-serien-a-z-items {
    column-gap: 10px;
    column-rule: 10px solid white;
    column-count: 2;
}

.home-serien-a-z-items li a {
    display: block;
    overflow: hidden;
    padding: 0.5em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-serien-a-z-items li:nth-child(even) {
    background-color: var(--background-color-alternative);
}

.gewinnspiele-home a {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    padding: 0.25em;
}

.gewinnspiele-home figure {
    width: 15em;
    max-width: 45%;
    flex-shrink: 0;
    margin-right: 4%;
}

/* Serien Ausstrahlungen Liste Element */

.serien-ausstrahlungsboxen-liste {margin-top:-0.5em;}
.serien-ausstrahlungsboxen-liste >li:nth-child(odd) {
	 background-color: var(--background-color-alternative);
}													 
.serien-ausstrahlungsboxen-liste a {
    padding: 0.75em 0.25em;
   
    display: block;
}

.serien-ausstrahlungsboxen-liste >li>a>dl {
    display: flex;
    align-items: center;
}

.serien-ausstrahlungsboxen-liste-serienlogo figure.fs-picture {
    width: 9em;
}

.serien-ausstrahlungsboxen-liste-inhalt-oben:before {
    content: "";
    font-size: 1.25em;
}

.serien-ausstrahlungsboxen-liste-inhalt-unten {
    display: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.serien-ausstrahlungsboxen-liste-text {
    flex-grow: 1;
}

.serien-ausstrahlungsboxen-liste-text > div {
    margin-left: 1em;
    margin-right: 1em;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 1023px) {
    .serien-ausstrahlungsboxen-liste >li>a>dl {
        flex-wrap:wrap;
        justify-content: space-between;
    }

    .serien-ausstrahlungsboxen-liste-text {
        order: 3;
        width: 100%;
        margin-top: 0.5em;
    }

    .serien-ausstrahlungsboxen-liste-text > div {
        margin-left: 0;
        margin-right: 0;
        -webkit-line-clamp: 3;
    }
    }


/* Such Seite  */
.suchergebnisse li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 0.25em;
}

.suchergebnisse li:nth-child(odd) {
    background-color: var(--background-color-alternative);
}

.suchergebnisse a {
    display: flex;
}

.suchergebnisse figure.fs-picture {
    width: 9em;
    margin-right: 1em;
    flex-shrink: 0;
    max-width: 25%;
}

.suchergebnisse .suchergebnisse-film img {
    object-fit: cover;
    height: 100%;
}

.suchergebnisse .suchergebnisse-person img {
    object-fit: contain;
    height: 100%;
}

.suchergebnisse dt {
    font-weight: bold;
}

.suchergebnisse dd:last-child {
    margin-top: 0.25em;
}

.neue-suche {
    background-color: #fbcb23;
    border-radius: 0.25em;
    padding: 25px 15px 15px 15px;
}

.neue-suche:before {
    content: "Neue Suche";
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

.neue-suche form {
    display: block;
    background-color: white;
    border-radius: 0.25em;
    position: relative;
    height: 40px;
}

.neue-suche input[type="search"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0;
    background-color: transparent;
    border-width: 0px 36px 0px 10px;
    border-style: solid;
    border-color: transparent;
    display: block;
    margin: 0;
}

.neue-suche button {
    border-style: none;
    background-color: transparent;
    margin: 0;
    padding: 0 10px;
    display: block;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.neue-suche button figure {
    width: 16px;
}

/* Gewinnspiel Detailseite */
.gewinnspiel-iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 800px;
    border-style: none;
    height: 100vh;
}

/* Fehlerseiten */
.fs-fehlermeldung {
    display: flex;
    align-items: center;
}

.fs-fehlermeldung li:first-child {
    margin-right: 1em;
}

.fs-fehlermeldung li img {
    max-width: 100%;width:13em;
}

.fs-fehlermeldung p {
    margin: 1em 0;
}

/* SPA */
 html[data-standalone] {
   
    scroll-behavior: auto;}
    
html[data-pwa-loading=started]{transform:translateX(100%);opacity:0;}
html[data-pwa-loading=ended]{transform:translateX(0%);transition:transform 500ms,opacity 500ms;opacity:1;}

html[data-pwa-loading=started-back]{transform:translateX(100%);opacity:0;transition:transform 500ms,opacity 500ms;}
html[data-pwa-loading=ended-back]{transform:translateX(0%);opacity:1;}

html[data-pwa-loading=starting] #pwa-loader {
	position: fixed;
	top: calc(50vh - 25px);
	left: calc(50vw - 25px);
	background-color: white;
	padding: 10px;
	border-radius: 50%;
	box-shadow: 3px 3px 3px lightgray;
	
}

html[data-pwa-loading=starting] #pwa-loader:after {
	display: block;
	content: "";
	content: "";
	border: 5px solid #fce17a;
	border-right-color: #fab700;
	animation: spin 2s linear infinite;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 5px solid #fce17a;
	border-right-color: #fab700;
	animation: spin 2s linear infinite; width : 30px; height : 30px;
	box-sizing: border-box;
	border-radius: 50%;
}