/* CSS Document */

/* -------------------------- basic structures --------------------------- */

.bodtainer {
	max-width: 1400px;
	margin:0 auto 10px auto;
	background-color:#fff;
	position: relative;
}

.leftbord {
	background-image: url(../images/Noefer-Border-16oranger.png);
	background-repeat: repeat-y;
	background-size: 100%;
	min-height: 99%;
	width: 8px;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 91;
}

.ritebord {
	background-image: url(../images/Noefer-Border-16oranger.png);
	background-repeat: repeat-y;
	background-size: 100%;
	min-height: 99%;
	width: 8px;
	position: absolute;
	margin-top: 0px;
	right: 0px;
	margin-right:0px;
	z-index: 91;
}

.nextslide {
	background-image: url(../images/next-abagal-arr80.png);
	background-size: 100%;
	position: absolute;
	right: 15px;
	top: 300px;
	height: 50px;
	width: 50px;
	opacity: 0.4;
	z-index: 100;
	cursor: pointer;
}

.backslide {
	background-image: url(../images/back-abagal-arr80.png);
	background-size: 100%;
	position: absolute;
	left: 15px;
	top: 300px;
	height: 50px;
	width: 50px;
	opacity: 0.4;
	z-index: 100;
	cursor: pointer;
}

/*
@media all and (max-height: 400px) {
	.leftbord {
		top: 36px;
	}
	.ritebord {
		top: 36px;
	}
}
*/

@media all and (max-width: 400px) {
	.nextslide {
		height: 35px;
		width: 35px;
	}
	.backslide {
		height: 35px;
		width: 35px;
	}
}

.trailer {
	display:none;
	opacity: 0.0;
	position: fixed;
	top: 0px;
	left: -20%;
	width: 140%;
	height: 100%;
	background-color: rgba(0,0,0,0.71);
	background-size: cover;
	z-index: 2000;
}

.trailFSK {
	color:white;
	margin-top: 50px;
	text-align: center;
	font-size: 13pt;
	font-weight: bold;
	height: 40px;
}

.video {
	width: 1280px;
	height: 720px;
	margin: auto;
}

.video > iframe {
	padding-top: 40px;
	width: 100%;
/*	max-width: 1280px;  */
	height: 720px;
}

#imger {
	position: absolute;
	top: 80px;
	width: 65%;
	margin: auto;
	z-index: -1;
}

.exiter {
	position: absolute;
	bottom: -20px;
	left: 48%;
/*	right: 50%;  */
	width: 80px;
	height: 80px;
}

/* --------------------------------- navis ---------------------- */

.navtainer {
	position: fixed;
	top: 0px;
    width: 100%;
    max-width: 1400px;
	border: none;
	display: flex;
	justify-content: space-between;
	height: 40px;
	padding-top: 3px;
/*	background-color: #fff;  */
	z-index: 1020 !important;
}

.navtainer > div {
	padding: 10px 0;
	text-align: center;
	font-size: 1.4em;
	color: #666666;
}

@media all and (max-height: 400px) {
	.navtainer {
		height: 32px;
		padding-top: 3px;
	}
}

.menubutn, .searchbtn, .pointer {
	cursor: pointer;
}

.menubutn {
	margin-left: 10px;
    height: 16px;
    width: 18px;
}

.menubutn > img {
    height: 16px;
    width: 18px;
}

.searchbtn {
	margin-right: 7px;
	margin-left: -15px;
}

.spacel {
	width: 6%;
}

.spacer {
	width:80%;
	cursor:pointer;
}

.srchmenu {
    display: inline;
    padding: 10px;
    font-family: CooperBlack;
    color: black;
    flex-grow: 1;
    text-align: left;
    font-size: 12pt;
    letter-spacing: 0.3pt;
    margin-top: 1px;
    cursor: pointer;
}

#getMenu, #getPager {
	opacity: 0.0;
}

.srchfield {
	position: absolute;
	right: 8px;
	top: 40px;
	font-size: 12pt;
    width: 210px;
    display: none;
    padding:0;
	padding-left: 8px;
    height: 36px;
/*	border: none;  */
	outline: none;
	border: #888 1px solid;
/*	background-color: #ffbe00;  */
	background-color: #ffffff;
	opacity: 0.95;
	text-align: center;
/*	box-shadow: rgba(0,0,0,0.15) -2px -2px 3px;  */
}

.searcher {
	position: fixed;
	top: 73px;
	right: 8px;
	width: 220px;
	display:none;
	z-index: 110;
	margin:0;
/*	padding-top:30px; */
	background: none;
}

.srchLayer {
	background-color: #ffffff; 				/* #ffbe00; */
	border: #888 solid 1px;
	padding: 1px;
/*	padding-left: 3px;  */
/*	padding-right: 3px;  */
/*	box-shadow: rgba(0,0,0,0.2) -2px 2px 4px;  */
	text-align: center;
	opacity: .95;
	list-style: none;
	margin-top: 0;
}

.prg_titl {
	padding: 1px;
	padding-top: 5px;
/*	border-bottom: 1px solid #ddd; */
	cursor: pointer;
}

.prg_titl:hover {
/*	das geht auch deshalb nicht, weil dies fÃ¼r die Programm-Darstellung verwendet wird  */
/*  das kollidiert mit dem keyboard-handling */
/*	background-color: #ddd;  */
/*	font-weight: bold;  */
}

.prg_titl > p:hover {
/*	font-weight: bold; */
}

.abatontop {
	position: fixed;
	top: 0;
    background-image: url(../images/ABATON-top-nurA.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: -28px;
	background-size: 350px;
	text-align: center;
	width: 100%;
	background-color: #fff;
	height: 40px;
	max-width: 1401px;  /* for fugging Safari */
	z-index:1019;
}

#topimg {
	margin-top: -33px;
	width: 320px;
	top: 0;
}

@media all and (max-width: 615px) {
	#topimg {
		width: 220px;
		margin-top: -12px !important;
	}
}

#top1img {
	margin-top: -33px;
	width: 320px;
	top: 0;
	position: relative;
}

@media all and (max-width: 615px) {
	#top1img {
		width: 220px;
		margin-top: -3px !important;
	}
}

.abatontpa {
	cursor: pointer;
    padding-left: 6px;
}

/* ----------------------------- navunder --------------------------- */

.navunder {
	position: absolute;
	border: none;
	display: flex;
	justify-content: center;
	height: 65px;
	width: 100%;
/*	top: 1000px;  */
	z-index: 90;
	opacity: 0.0;
/*	display: none; */
	bottom: -15px;
}

.abatonbot {
	z-index: 1000 !important;
}

.abatonbot > img {
    width: 260px;
}

.ababottre {
	position: absolute;
	display: block;
	height: 50px;
	width: 260px;
	z-index: 1010;
	margin: 0 auto;
	background-image: url("../images/Drei-Pfeile-in-neg-Wanne-560-again.png");
	background-size: 100%;
	margin-top: 20px;
}

.abatonbotdivL {
    width: 42%;
    height: 50px;
    float: left;
    cursor: pointer;
    margin-right: 2%;
}

.abatonbotdivR {
    width: 42%;
    height: 50px;
    float: left;
    cursor: pointer;
    margin-left: 2%;
}

.abatonbotdivC {
    width: 12%;
    height: 50px;
    float: left;
    cursor: pointer;
}

.abatonbotdivL.title {
	color:white;
}

/*
div.tooltip {
	border-bottom: 1px dashed;
	text-decoration: none;
}

div.tooltip:hover {
	cursor: help;
	position: relative;
}

div.tooltip span {
	display: none;
}

div.tooltip:hover span {
	border: #666 2px dotted;
	padding: 5px 20px 5px 5px;
	display: block;
	z-index: 100;
	background: #e3e3e3;
	left: 0px;
	margin: 15px;
	width: 300px;
	position: absolute;
	top: 15px;
	text-decoration: none;
}
*/

/* ----------------------------- welcome pix --------------------------- */

.fsttainer {
	width: 100%;
	padding-top: 0px;
	border: none;
/*	display: flex;
	justify-content: center;
	flex-direction: row;  */
	z-index: -1;
/*	overflow: hidden; */
/*	height: 700px;  */
}

@media all and (max-height: 400px) {
	.fsttainer {
		margin-top: 36px;
	}
}

.fstcontent {
	margin-top: 40px;
	position: relative;
    height: 784px;
	width: 100%;
	overflow: hidden;
/*	background-color: darkgray;
	background-image: url(../images/Noefer-Border-16oranger.png);
	background-repeat: repeat;
	background-size: 8px;
	background-blend-mode: multiply;
*/
}

.fstcontent > img {
/*	flex: 1; */
	margin:0 auto;
/*	min-height: 300px;   Das macht nix */
}

.fstmenu {
	width: 100%;
	background-color: #ffbe00;
	height:0px;
	max-width: 1401px;
	margin: auto 8px;
	position: fixed;
	top: 40px;
	left: -8px;
	padding-top: 30px;
	z-index: 1;
	opacity: 0;
	display:none;
}

.fstmenu > h2 {
	font-family: CeraPRO-Thin;
	font-size: 20pt;
	font-weight: 100;
	line-height: 1.1;
	letter-spacing: 1.5px;
	color: black;
	margin: 10px auto;
	padding: 0px 2px 8px 2px;
	max-width: 386px;
	border-bottom: 1px solid black;
	cursor: pointer;
}

.fstmenu > h2 > a {
	display: inline-block;
	width: 100%;
}

.fstmenu > .noline {
	border: none;
	padding-bottom: 12px;
}

.fstmenu  > h3 {
	font-family: CeraPRO-Bold;
	font-size: 14pt;
	line-height: 1.0;
	letter-spacing: 1px;
	color: black;
	padding-left: 50px;
	margin: 0px auto 16px auto;
	max-width: 386px;
	cursor: pointer;
}

@media all and (max-width: 800px) {
	.fstmenu > h2 {
		font-size: 15pt;
		line-height: 1.1;
		margin: 5px auto;
		max-width: 280px;
		padding: 0 1px 4px 1px;
	}
	.fstmenu > h3 {
		font-size: 11pt;
		line-height: 1.0;
		margin: 0px auto 10px auto;
		max-width: 280px;
		padding-left: 30px;
	}
}

.fstimg {
	position: absolute;
	top: 0;
	left: 0;
/*	padding-top: 40px;  */
	overflow: hidden;
	background-color: transparent;
	max-width: 1410px;
}

.fstimg > img {
	width: 100%;
/*	display: flex;
	justify-content: center;
	overflow: hidden; */
}

.opener {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
/*	max-height: 784px;  */
	overflow: hidden;
	background-color: transparent;
}

.in_fsttitler {
	position: absolute;
	background-color: rgba(0,0,0,0.10);
	box-shadow: 0px -45px 40px 0px rgba(0,0,0,0.10);
	padding-bottom: 55px;
	bottom: 15px;
	width: 100%;
	height: 60px;
}

.fin_fsttitler {
	position: absolute;
	background-color: rgba(0,0,0,0.10);
	box-shadow: 0px -30px 40px 0px rgba(0,0,0,0.12);
/*	box-shadow: 0px 60px 80px 120px rgba(0,0,0,0.25);  */
	padding-bottom: 15px;
	bottom: 15px;
	width: 100%;
	text-align: center;
}

@media all and (max-height: 400px) {
	.fsttitler {
		padding-bottom: 0;
	}
}

.fsttitler2 {
/*! padding: 0 5%; */
/*! margin-bottom: 50px; */
/*! padding-bottom: 20px; */
/*! margin-top: 30px; */
}

.fsttitle {
	text-align: center;
/*	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) ; */
	z-index: 1002;
	font-family: CooperBlack;
	font-weight: 200;
	font-size: 18pt;
	line-height: 1.3;
	letter-spacing: 1px;
	color: white;
	padding: 0 20px 0px;
	margin-bottom: 0px;
}

.fsttitle > a {
	color: white;
}

.fsttitle > a:hover {
/*	color: #ffcc00;  */
}

.fsttimer {
	text-align: center;
/*	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) ; */
	z-index: 1002;
	font-family: CeraPRO-Medium;
	font-size: 12pt;
	letter-spacing: 1px;
	line-height: 1.4;
	color: white;
   	padding: 0;
	font-weight: 200;
	margin-bottom: -20px;
	/*! padding-bottom: 20px; */
	/*! margin-top: 6px; */
}

@media all and (max-width: 750px) {
	.fsttitle {
/*      width: 480px;
        left: 32%;
    	top: 77.5%; */
/*        margin-left: 30%;
        margin-right: 30%;  */
	}
}
/*
@media all and (max-height: 500px) {
	.fsttitle {
        margin-top: -20%;
	}
}
*/
@media all and (max-width: 500px) {
	.fsttitle {
/*      width: 280px;
        left: 39%;
    	top: 75.5%; */
/*        margin-left: 30%;
        margin-right: 30%; */
	}
	.fsttitle > h1 {
        font-size: 18pt;
    }
	.fsttimer {
		font-size: 12pt;
	}
}

.fstlegs {
	background: none;
/*	text-align: center; */
	color: white;
	margin-left: 20px;
/*	margin-top: 27px; */
/*	height: 20px; */
	padding-bottom: 6px;
	font-family: CeraPRO-Bold;
	font-size: 11pt;
}

.buffer {
	background-color: white;
	height: 55px;
}

/* ------------------------ film termine ------------------------- */

.filmfsk {
	text-align: left;
	z-index: 90;
	font-family: CeraPRO-Medium;
	font-size: 10pt;
	letter-spacing: 1px;
	color: black;
	position: absolute;
	left: 16px;
	margin: 0;
    margin-top: 6px;
}

.filmfass {
	text-align: left;
	z-index: 98;
	font-family: CeraPRO-Black;
    letter-spacing: 0.1pt;
	font-size: 10pt;
	color: black;
    width: 70%;
    position: absolute;
/*	left: 45%;  */
	margin: 45px 0 0 10.2%;
}

.horiz10L {
    width: 10%;
	height: 30px;
    float: left;
	margin-top:130px;
/*	background-color:#eee; */
    background-image: url('../images/Ein-Pfeil-rot-links32.png');
    background-repeat: no-repeat;
    background-position: right 5px;
	opacity: 0.0;
	cursor: pointer;
}

.horiz10R {
    width: 10%;
	height: 30px;
    float: right;
	margin-top:130px;
/*	background-color:#eee; */
    background-image: url('../images/Ein-Pfeil-rot-rechts32.png');
    background-repeat: no-repeat;
    background-position: left 5px;
	opacity: 0.0;
	cursor: pointer;
}

.filmdats {
/*    width: 100%;  */
    margin-top: 70px;
    margin-left: 3%;
    margin-right: 3%;
    display: flex;
    flex-flow: row;
	min-height: 120px;
}

.filmdatarrowL {
    margin-top: 100px;
    margin-right: 2%;
}

.filmdatarrowR {
    margin-top: 100px;
    margin-left: 2%;
}

.filmdatcase {
    position: relative;
    width: 158px;
	min-width: 158px;
    background-color: #febe35;
    margin-right: 8px;
    padding-bottom: 10px;
}

.filmdatdate {
	text-align: left;
	font-family: CeraPRO-Light;
	font-size: 15pt;
	letter-spacing: 0.5px;
	color: black;
    padding: 8px 0 0 8px;
}

.filmdatfass {
	text-align: left;
	font-family: CeraPRO-LightItalic;
	font-size: 10.5pt;
	letter-spacing: 0;
	color: black;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left:10px;
}

.filmdatdates {
    vertical-align: bottom;
    padding-left:10px;
	margin-top: 26px;
/*	z-index: 1100;  */
}

.filmdatline {
    clear: both;
    padding-top: 4px;
    min-height: 25px;
}

.filmdattime {
	text-align: left;
	font-family: CooperBlack;
	font-size: 13pt;
	letter-spacing: 0;
	color: black;
    display: inline-block;
    float: left;
}

.filmdatsaal {
	text-align: left;
	font-family: CeraPRO-Regular;
	font-size: 12pt;
	letter-spacing: 0;
	color: black;
    display: inline-block;
    float: right;
	margin-right: 10px;
}

.filmdattick {
    margin: 1px 5px 0 20px;
    display: inline-block;
    float: left;
    width: 30px;
}

/*
.filmdatline > a:hover > .filmdattime {
	box-shadow: 2px 2px 30px white;
	text-shadow: 2px 2px 30px white;
}

.filmdatline > a:hover > .filmdattick {
	box-shadow: 2px 2px 30px white;
	text-shadow: 2px 2px 30px white;
}
.filmdatline > a:hover > .filmdatsaal {
	box-shadow: 2px 2px 30px white;
	text-shadow: 2px 2px 30px white;
}
*/

.filmdatdes {
    display:none;
    position:absolute;
	margin-top:14px;
	margin-left: 10px;
    background: #fff;
	opacity: .5;
    width:120px;
    height:14px;
    padding:3px 7px 5px 7px;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
}

/* ------------------------- filmtext ----------------------- */

.film {
    text-align: left;
	font-family: CeraPRO-Regular;
	font-size: 14pt;
    line-height: 150%;
	letter-spacing: 0.3px;
	color: black;
    margin-left: 25%;
    margin-right: 25%;
}

.filmtext > p {
    text-align: left;
	font-family: CeraPRO-Regular;
	font-size: 13.5pt;
    line-height: 150%;
	letter-spacing: 0.3px;
	color: black;
}

@media all and (max-width: 500px) {
	.filmtext > p {
    	font-size: 12pt;
	}
}

.filmtextimg {
    width: 100%;
}

.filmtextimgleg {
    margin-top: 0px;
    font-size: 11pt;
    line-height: 14pt;
}

@media all and (max-width: 800px) {
	.film {
        margin-left: 20%;
        margin-right: 20%;
	}
}

@media all and (max-width: 600px) {
	.film {
        margin-left: 15%;
        margin-right: 15%;
	}
}

@media all and (max-width: 400px) {
	.film {
        margin-left: 10%;
        margin-right: 10%;
        font-size: 12pt;
        line-height: 150%;
	}
    .filmtextimg {
        width:120%;
        margin-left:-10%;
    }
}

.filmtitel {
    font-family: CooperBlack;
    font-size: 16pt;
	margin-bottom: -7px;
}

@media all and (max-width: 500px) {
	.filmtitel {
    	font-size: 12pt;
	}
}

.filmcreds {
    margin-top: 40px;
}

.filmcredstit {
    font-family: CooperBlack;
    font-size: 16pt;
}

.filmcredits > p {
    font-size: 12.5pt;
    margin: 8px 0;
    padding-bottom: 7px;
    border-bottom: black solid 1px;
}

@media all and (max-width: 500px) {
	.filmcredits > p {
    	font-size: 11pt;
	}
}

.filmteilen {
    text-align: center;
    width: 100%;
	height: 120px;
/*	left: 45%;  */
	margin: 30px 0 0 -10px;
}

.filmteilen > p {
	display: inline;
	width: 80px;
	vertical-align: super;
	font-family: CooperBlack;
	font-size: 12pt;
	letter-spacing: 1px;
	color: black;
}

@media all and (max-width: 900px) {
	.filmteilen > p {
		display: none;
	}
}

.filmteilen > a > img {
	margin-left: 7px;
	margin-bottom: -8px;
	width: 35px;
	height: 35px;
}

@media all and (max-width: 615px) {
	.filmteilen > a > img {
		width: 25px;
		height: 25px;
		margin-bottom: -2px;
	}
}


/* ------------------------- sektionen --------------------*/

.sektainer {
/*	position: absolute;
	clip: rect( auto, 2000px, auto, auto );
	width: 2000px;
	overflow-x: hidden;		*/
	height: 280px;		/* v=760  */
	display:none;
}

@media all and (max-width: 420px) {
	.sektainer {
		height: 400px;
		margin-top: 0px;
	}
}

.sektionen {
	display:flex;
	flex-direction: row;
	justify-content: left;
	z-index: 1030;
	width: 1850px;
}

.sektnull {
	min-height: 40px;
	border-bottom: 1px solid black;
	margin: 20px 40px -20px;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 400px;
}

.sektnultxt {
	padding-top: 20px;
	padding-bottom: 00px;
	font-family: CeraPRO-Thin, sans-serif;
	font-size: 20pt;
}

@media all and (max-width: 400px) {
	.sektnull {
		min-height: 0;
	}
	.sektnultxt {
		font-size: 16pt;
	}
}

.sektheader {
	display: block;
	background-color: #3579b4;
	height: 32px;
	margin-top: -32px;
	position: absolute;
	z-index: 99;
	margin-left: 40px;
	margin-right: 40px;
	border-radius: 21px 21px 0 0;
}

@media all and (max-width: 420px) {
	.sektheader {
		display:none;
	}
}

.sektbacksmall {
	position: absolute;
	background-color:#fff;
	z-index: 60;
	width: 100%;
	height: 140px;
/*	margin-top: 170px;  */
	top: 200px; 		/* und 5px mehr Bild */
}

.sektbacksmall > h5 {
	display: none;
	margin-top: -10px;
	padding-left: 5px;
}

.sekttextsmall {
	display:none;
	positon: absolute;
	background-color:rgb(160, 195, 210);
	width: 240px;
	height: 160px;
	margin-top: -45px;
	margin-left: 40px;
	margin-right: 40px;
	z-index: 80;
	text-align: center;
	border-radius: 21px 21px 0 0;
}

@media all and (max-width: 420px) {
	.sekttextsmall {
		display: block;
	}
	.sektbacksmall > h5 {
		display: block;
	}
}

.sektcont {
	background-color: #3579b4;
/*	margin-top: 50px;  */
	width:300px;
	position: relative;
	box-sizing: border-box;
/*	border-right: 10px solid white;  */
/*	border-left: 10px solid white;    */
}

@media all and (max-width: 420px) {
	.sektcont {
		height: 310px;
	}
}

.sektcont > a > img {
	flex: 1;
	width: 100%;
	float: left;
	height: 180px;
}

@media all and (max-width: 420px) {
	.sektcont > a > img {
		height: 200px;
	}
}

.sekttitl {
	position: absolute;
	display:block;
	margin: 0;
	z-index: 50;
	width: 90%;
/*	padding-right: 5%;  */		/* padding-right wirkt hier nicht */
	padding-left: 5%;
	bottom: 8px;
	text-align: center;
/*	background-color: rgba(0,0,0,0.25);  */
}

.sekttitsmall {
/*	position: absolute;  */
	dislplay:none;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	width: 20%;
/*	top: 15px;  */
/*	z-index:110;  */
	text-align: center;
	padding-top: 28px;
	vertical-align: middle;
}

.sekttitsmall > h4 {
	font-family: CooperBlack;
	font-weight: 300;
}

@media all and (max-width: 420px) {
	.sekttitl {
		display:none;
	}
	.sekttitsmall {
		display:table-cell;
	}
}

.sekttitl > a > h4 {
	font-family: CooperBlack;
	font-size: 12pt;
	letter-spacing: 0.5px;
	font-weight: 300;
	color: white;
	line-height: 1.1;
	margin: 0;
	text-shadow: rgba(0, 0, 0, 1.0) 0px 0px 20px;
}

.sekttitl > a > h4:hover {
/*	color: #ffcc00;  */
}

@media all and (max-width: 600px) {
	.sekttitl > h4 {
		text-shadow: rgba(0, 0, 0, 0.7) 3px 3px 3px;
	}
}

.sekttitsmall > a > h4 {
	font-family: CooperBlack;
	font-size: 12.4pt;
	letter-spacing: 0.5px;
	font-weight: 300;
	color: black;
	line-height: 1.1;
	margin: 0;
	text-shadow: none;
}

.sekttitsmall > a > h4:hover {
/*	color: #ffcc00;  */
}

.sektline {
	display:block;
	text-align: center;
	z-index: 110;
	position: absolute;
/*	bottom: -60px; */
	width: 80%;
	margin: 0 8%;
	top: 95%;
}

.sektlinsmall {
/*	position: absolute;  */
	display:none;
	text-align: center;
/*	z-index: 110;  */
	/* das schieben wir jetzt von unten rein */
/*	bottom: 5px; */
	padding: 0 10px;
/*	width: 70%;  */
	margin: -33px 0 0 0;
}

.sektline > p {
	font-family: CeraPRO-Regular;
	font-size: 11pt;
	letter-spacing: 0.3px;
	color: black;
	line-height: 1.3;
	text-align: center;
}

@media all and (max-width: 420px) {
	.sektline {
		display:none;
	}
	.sektlinsmall {
		display:block;
	/*	width: 70%;  */
	}
}

@media all and (max-width: 420px) {
	.sektcont > img {
		width: 100%;
		height: auto;
	}
/*    .sektcont { margin-right: 20px; }  */
}

/* NEUE EIGENE slider actions */
/*
.lSAction > a {
    width: 100px;
    display: block;
    height: 16px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    top: 65px;
    opacity: 1;
}

.lSAction > a:hover {
    opacity: 1;
}
*/

.sektheader > .backarr {
    background-image: url('../images/Ein-duennerPfeil-links-100.png');
    background-repeat: no-repeat;
    background-position: right 0px;
	position: absolute;
	margin-top: 6px;
	height: 30px;
	width: 33%;
	cursor: pointer;
	display:block;
}

.sektheader > .nextarr {
    background-image: url('../images/Ein-duennerPfeil-rex-100.png');
    background-repeat: no-repeat;
    background-position: left 0px;
	position: absolute;
	margin-top: -40px;
	height: 30px;
	width: 33%;
	right: 0px;
	cursor: pointer;
	display:block;
}

@media all and (max-width: 1100px) {
	.sektheader > .backarr {
    	background-image: url('../images/Ein-kurzerPfeil-links-50.png');
		width: 28%;
	}
	.sektheader > .nextarr {
    	background-image: url('../images/Ein-kurzerPfeil-rex-50.png');
		width: 28%;
	}
}

@media all and (max-width: 770px) {
	.sektheader > .backarr {
    	background-image: url('../images/Ein-ganzkurzerPfeil-links-25.png');
		width: 25%;
	}
	.sektheader > .nextarr {
    	background-image: url('../images/Ein-ganzkurzerPfeil-rex-25.png');
		width: 25%;
	}
}

@media all and (max-width: 420px) {
	.sektheader > .backarr {
    	background-image: url('../images/Ein-ganzkurzerPfeil-links-25.png');
		width: 15%;
	}
	.sektheader > .nextarr {
    	background-image: url('../images/Ein-ganzkurzerPfeil-rex-25.png');
		width: 15%;
	}
}

.sektbacksmall > .backarr {
    background-image: url('../images/Ein-duennerPfeil-links-100.png');
    background-repeat: no-repeat;
    background-position: right 0px;
	position: absolute;
	margin-top: -15px;
	height: 30px;
	width: 33%;
	cursor: pointer;
	display:none;
}

.sektbacksmall > .nextarr {
    background-image: url('../images/Ein-duennerPfeil-rex-100.png');
    background-repeat: no-repeat;
    background-position: left 0px;
	position: absolute;
	margin-top: -40px;
	height: 30px;
	width: 33%;
	right: 0px;
	cursor: pointer;
	display:none;
}

@media all and (max-width: 1100px) {
	.sektbacksmall > .backarr {
    	background-image: url('../images/Ein-kurzerPfeil-links-50.png');
		width: 28%;
	}
	.sektbacksmall > .nextarr {
    	background-image: url('../images/Ein-kurzerPfeil-rex-50.png');
		width: 28%;
	}
}

@media all and (max-width: 770px) {
	.sektbacksmall > .backarr {
    	background-image: url('../images/Ein-ganzkurzerPfeil-links-25.png');
		width: 25%;
	}
	.sektbacksmall > .nextarr {
    	background-image: url('../images/Ein-ganzkurzerPfeil-rex-25.png');
		width: 25%;
	}
}

/* Nach AufrÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤umen nur noch 95px from top - statt vorher 180 */
@media all and (max-width: 420px) {
	.sektbacksmall > .backarr {
		display:block;
    	background-image: url('../images/Ein-ganzkurzerPfeil-links-25.png');
		width: 23%;
	}
	.sektbacksmall > .nextarr {
		display:block;
    	background-image: url('../images/Ein-ganzkurzerPfeil-rex-25.png');
		width: 21%;
	}
}

.lSAction > a.disabled {
    pointer-events: none;
}

/* ------------------------ programm -----------------  */

.prglinien {
	border: none;
	display: flex;
	justify-content: center;
	margin-top: 40px;
	padding-top: 28px;
	height: 22px;
	width: 100%;
/*	background-color: #fff;   */
	background-image:url(../images/Noefer-Lines-horiz-100.png);
	background-repeat: repeat-x;
	background-size: 16px;
	z-index: 101 !important;
/*	box-shadow: 0px 5px 5px rgba(0,0,0,0.3);  */
}

@media all and (max-height: 400px) {
	.prglinien {
		margin-top: 32px;
	}
}

.prglinienp {
	position: fixed;
	top:40px;
	border: none;
	display: flex;
	justify-content: center;
	margin-top: 0px;
	padding-top: 28px;
	height: 50px;
	width: 100%;
	max-width: 1400px;
/*	background-color: #fff;  */
	background-image:url(../images/Noefer-Lines-horiz-100.png);
	background-repeat: repeat-x;
	background-size: 16px;
	z-index: 90;
}

.prgtext {
	position: absolute;
/*	margin-left: -120px;  */
	z-index: 99;
}

.prgtext2 {
	font-family: CooperBlack, sans-serif;
/*	width: 650px; */
	margin-left: 0px;
	flex-grow:0;
	flex-shrink: 0;
	margin-top:5px;
	cursor: pointer;
}

.programm {
/*	width: 100%;
	margin-top: 0px;  */
	background-color: #fff;
/*	display: flex;
	flex-wrap: wrap;
	flex-direction: row;  */
    column-count: 2;
	/*! column-fill:auto; */
    column-gap: 30px;
    margin: 0 40px;
/*	border-bottom: 1px solid black; */
	padding-top: 84px;
}

.programm1, .programm2, .programm3, .programm4, .programm5, .programm6, .programm7 {
/*	margin-top: 50px;  */
}

@media all and (min-width: 1100px) {
	.programm {
        column-count: 3;
		/*! column-fill: auto; */
	}
}

@media all and (min-width: 1300px) {
	.programm {
        column-count: 4;
		/*! column-fill: auto; */
	}
}

@media all and (max-width: 750px) {
	.programm {
        column-count: 1;
		/*! column-fill: auto; */
	}
}

.programmab {
	background-color: #fff;
    margin-left: 5%;
	margin-right: 5%;
/*	padding-top: 15px;
	width: 100%;
	margin-top: 0px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
    column-count: 2;
    column-gap: 30px;
	border-bottom: 1px solid black;  */
}

/*
@media all and (min-width: 1100px) {
	.programmab {
        column-count: 3;
	}
}

@media all and (min-width: 1300px) {
	.programmab {
        column-count: 4;
	}
}

@media all and (max-width: 750px) {
	.programmab {
        column-count: 1;
	}
}
*/

/*
.programm {
	width: 100%;
	margin-top: 50px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

@media all and (min-width: 400px) {
	.programm {
		margin-top: 0;
	}
}
*/
.tagnuller {
	position: relative;
    margin: 0 40px;
/*	padding-top:20px; */
/*	border-top: 1px solid black;  */
/*	height: 20px;  */
}

.tagnull {
	min-height: 70px;
	border-bottom: 1px solid black;
	margin: 0;
/*	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 280px;   */
    break-inside: avoid;
/*	height: 76px; */

}

/*
@media all and (max-width: 400px) {
	.tagnull {
		min-height: 0;
	}
}
*/
.abcnull {
/*	padding-top: 15px;
	min-height: 140px;
	border-top: 1px solid black;
	margin: 0 0;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 280px;  */
}

.aaanull {
	padding-top: 20px;
	padding-bottom: 10px;
	font-family: CooperBlack, sans-serif;
	font-size: 24pt;
    text-align: center;
    border-bottom: 1px solid black;
	margin-left: 30%;
	margin-right: 30%;
	margin-bottom: 20px;
}

.abceins {
	border: none;
	font-family: CeraPRO-Light, sans-serif;
	font-size: 12pt;
	text-align: center;
}
/*
.abceins > .prg_titl {
	font-family: CeraPRO-Regular, sans-serif;
	font-size: 11pt;
	padding-left: 0;
	padding-bottom: 0;
}
*/
.abceins > p {
	font-size: 12pt;
	line-height: 1.4;
}

.abceins > p > a {
	font-family: CeraPRO-Regular, sans-serif;
	font-size: 10.5pt;
}

.abceins > p > a > b {
	font-size: 13pt;
}

.abceins > p > a:hover {
	color:#E19900;
}

.datnull {
	position: absolute;
	width: 100%;
	height: 44px;
	padding-top: 35px;
	padding-bottom: 6px;
	font-family: CeraPRO-Thin, sans-serif;
	font-size: 20pt;
/*    border-bottom: 1px solid black;  */
/*    border-top: 1px solid black;   */
    background-color: #fff;
/*	background-image:url(../images/Prg-date-backline1.png);  */
/*	background-repeat: repeat-x;  */
/*	background-size: 50%; */
}

.datnext {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-family: CeraPRO-Light, sans-serif;
	font-size: 20pt;
}

.datrest {
	padding-top: 20px;
	margin-bottom: -20px;
/*	padding-bottom: 20px; */
/*	height: 240px; */
	border: none;
	text-align: center;
	font-family: CeraPRO-Thin, sans-serif;
	font-size: 20pt;
}

.arrrest {
	text-align: center;
	margin:0 auto;
	cursor: pointer;
}

.tageins, .tagzwei {
	border: none;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	font-family: CeraPRO-Light, sans-serif;
	font-size: 12pt;
	padding-top: 4px;
	height:77px;
}

.tageins > a > div {
	padding: 5px;
}

.tageins > a > .prg_zeit {
	font-family: CooperBlack, sans-serif;
	width: 50px;
	margin-left: 0px;
	flex-grow:0;
	flex-shrink: 0;
	margin-top:-1px;
}

.tageins > a > .prg_titl {
	font-family: CeraPRO-Medium, sans-serif;
	font-size: 12pt;
	flex-grow:1;
	padding-left: 0;
	text-align: left;
	line-height: 107%;
	margin-top: -2px;
}

.tageins > a > .prg_titl > p {
    padding: 10px 0;
}


.tageins > .prg_titl > a:hover {
	color:#E19900;
}

.tageins > .prg_titl > p > span:hover {
	color:#E19900;
}

tageins > a > .prg_tick {
	width: 25px;
	flex-grow:0;
	text-align: right;
}

.prg_tick > a {
	display:block;
	height:100%;
}

.prg_tick:hover {
/*	background-color: #eee;  */
}

.tagzwei {
	padding-bottom: 7px;
	margin-top: -4px;
}

.tagzwei > a > .prg_dumm {
	font-family: CooperBlack, sans-serif;
	width: 60px;
	margin-left: 0px;
	margin-bottom: 6px;
	flex-grow:0;
	flex-shrink: 0;
}

.tageins > a > .prg_titl> .prg_kino {
/*	flex-grow:1; */
	margin-right: auto;
	font-family: CeraPRO-LightItalic, sans-serif;
    font-size: 10pt;
}

.tageins > a > .prg_titl> .clm_kino {
/*	flex-grow:1; */
	margin-right: auto;
/*	font-family: CeraPRO-RegularItalic, sans-serif;  */
    font-size: 11.5pt;
/*	color: #e69700;  */
}

.tagzwei > a > .prg_fass {
	flex-grow:0;
}

@media all and (max-width: 420px) {
	.tageins, .tagzwei {
        height: auto;
	}
}

.progrest {
	display: none;
}

/* ---------------------------- footers -------------------------- */

.footer3 {
	position: relative;
/*	width: 100%;  -*/
	margin: 60px 16px 0 16px;
	bottom: 70px;
	display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
/*	padding: 100px 0 0 0; */
}

.footer3 > a {
	background-color: #AD0811;
	min-width: 130px;
	width: 24%;
	height: 100px;
	margin: 4px 4px;
	text-align: center;
	color: white;
	line-height: 1.0;
	display:block;
}

.footer3 > a > div {
	margin-top: 15px;
}

.footer3 > a > div > h2 {
	color: white;
	font-size: 13pt;
	font-family: CeraPRO-Light, sans-serif;
/*	font-weight: 200;   */
	line-height: 1.0;
	margin: 5px auto;
	border: none;
}

@media all and (max-width: 850px) {
	.footer3 > a {
		width: 48.5%;
	}
}

@media all and (max-width: 600px) {
	.footer3 > a {
		width: 99%;
	}
}


.prgtext2 {
	margin-top: -46px;
	text-align: center;
}

.footlines {
	position: relative;
/*	bottom: 30px; */
	border: none;
	display: flex;
	justify-content: center;
/*	margin: 20px 10px 0 10px;  */
	height: 60px;
	width: 100%;
	background-color: #fff;
	background-image:url(../images/Noefer-Lines-horiz-50.png);
	background-repeat: repeat-x;
	z-index: 99;
}

.footer4 {
	position: absolute;
	width: 100%;
	max-width: 1400px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 0px;
	height: 40px;
	padding-top: 20px;
	background-color: #fff;
	z-index: 99;
}

.footer4 > div {
	margin-right: 3px;
	margin-left: 3px;
	font-family: CooperBlack, sans-serif;
	font-size: 10pt;
}

@media all and (max-width: 600px) {
	.footer4 {
		position: relative;
		font-size: 8pt;
		padding: 10px 0;
	}
	.footlines {
		position: relative;
		bottom: 0;
		box-shadow: none;
	}
	.prgtext2 {
		margin-top: -46px;
	}
}

@media all and (max-width: 400px) {
	.newsletter {
		display: none;
	}
}

.ftop {
    position: fixed;
	display: none;
    bottom: 20px;
    right: 25px;
    width: 38px;
    height: 38px;
    background-image: url(../images/goTopButton.png);
    z-index: 1133;
	opacity: 0.7;
    cursor: pointer;
}

.fapi
{
	background-color: #eee;
	padding: 20px 0;
	min-width: 380px;
	width: 100%;
	margin-top: -6px;
}

.api {
	width: 360px;
	margin: 0 auto;
}

.api td { text-align: right; padding: 8px 0; }

.api input
{
	font-size:12pt;
	width: 92.5%;
	max-width: 348px;
	font-family: CeraPro-Bold;
	font-weight: normal;
	color: #888;
}
.api select { font-size:11pt; width: 73%; max-width: 330px; font-family: CeraPro-Regular; }
.api > option > .options { font-size:10pt; font-family: CeraPro-Regular; background-color:#eee; }


#slidecnt {
	text-align:right;
	padding-right: 20px;
	color:white;
	height: 0px;
	margin-bottom:20px;
}

/* this cookie popup */

#Cookback {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1020;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.4);
}

#Cookcont {
	max-width:60%;
	background-color: rgba(0,0,0,0.5);
	color:white;
	position: absolute;
	/*! z-index: 95; */
	margin: 100px 20%;
	padding: 20px 40px 40px 40px;
	/*! min-width: 300px; */
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
	border: 1px solid lightgray;
}

.Cooktext {
	font-size: 12pt;
	color: inherit;
	/*! cursor: pointer; */
}

.Cookbutt {
	border:1px solid gray;
	border-radius: 5px;
	background-color:whitesmoke;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	padding:10px;
	font-size:12pt;
	width:35%;
	text-align:center;
	cursor: pointer;
}

/* ------------------------------ off limits ------------------------ */

/*
.home {
  flex: 1 1 200px;
}

.logout {
  flex: 10 1 200px;
}
*/

/* .home {
	margin-right: auto;
} */

/* flex-start flex-end center space-around
space-between space-evenly */


/*
.container {
  border: 5px solid #ffcc5c;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  align-items: flex-end;
}
*/
