@charset "UTF-8";
/* geht nicht in Safari ü */


/********** Viewport **********/

@viewport {
	width: 1024px;
}



/********** Fonts **********/

@font-face {
	font-family: 'Ar_Nar';
	src: url('fonts/Ar_Nar/Ar_Nar-webfont.eot');
	src: url('fonts/Ar_Nar/Ar_Nar-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/Ar_Nar/Ar_Nar-webfont.woff') format('woff'),
		url('fonts/Ar_Nar/Ar_Nar-webfont.ttf') format('truetype'),
		url('fonts/Ar_Nar/Ar_Nar-webfont.svg#Ar_Nar') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Ar_Nar';
	src: url('fonts/Ar_Nar/Ar_Nar_bold-webfont.eot');
	src: url('fonts/Ar_Nar/Ar_Nar_bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/Ar_Nar/Ar_Nar_bold-webfont.woff') format('woff'),
		url('fonts/Ar_Nar/Ar_Nar_bold-webfont.ttf') format('truetype'),
		url('fonts/Ar_Nar/Ar_Nar_bold-webfont.svg#Ar_Nar') format('svg');
	font-weight: bold;
	font-style: normal;
}

/*
@font-face {
	font-family: 'Akgro';
	src: url('fonts/Akgro/Akgro-reg-webfont.eot');
	src: url('fonts/Akgro/Akgro-reg-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/Akgro/Akgro-reg-webfont.woff') format('woff'),
		url('fonts/Akgro/Akgro-reg-webfont.ttf') format('truetype'),
		url('fonts/Akgro/Akgro-reg-webfont.svg#Akgro') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Akgro';
	src: url('fonts/Akgro/Akgro-med-webfont.eot');
	src: url('fonts/Akgro/Akgro-med-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/Akgro/Akgro-med-webfont.woff') format('woff'),
		url('fonts/Akgro/Akgro-med-webfont.ttf') format('truetype'),
		url('fonts/Akgro/Akgro-med-webfont.svg#Akgro') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Akgro_bold';
	src: url('fonts/Akgro/Akgro-bold-webfont.eot');
	src: url('fonts/Akgro/Akgro-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/Akgro/Akgro-bold-webfont.woff') format('woff'),
		url('fonts/Akgro/Akgro-bold-webfont.ttf') format('truetype'),
		url('fonts/Akgro/Akgro-bold-webfont.svg#Akgro_bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Akgro_cond';
	src: url('fonts/Akgro_cond/Akgro_cond-reg-webfont.eot');
	src: url('fonts/Akgro_cond/Akgro_cond-reg-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/Akgro_cond/Akgro_cond-reg-webfont.woff') format('woff'),
		url('fonts/Akgro_cond/Akgro_cond-reg-webfont.ttf') format('truetype'),
		url('fonts/Akgro_cond/Akgro_cond-reg-webfont.svg#Akgro_cond') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Akgro_cond';
	src: url('fonts/Akgro_cond/Akgro_cond-bold-webfont.eot');
	src: url('fonts/Akgro_cond/Akgro_cond-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/Akgro_cond/Akgro_cond-bold-webfont.woff') format('woff'),
		url('fonts/Akgro_cond/Akgro_cond-bold-webfont.ttf') format('truetype'),
		url('fonts/Akgro_cond/Akgro_cond-bold-webfont.svg#Akgro_cond') format('svg');
	font-weight: bold;
	font-style: normal;
}
*/



/********** allgemein **********/

* {
	font-family: Arial, Sans;
	/*
	font-family: Roboto, Sans;
	*/
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	color: #4A8f5A;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	/* Silbentrennung */
	/*
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	hyphenate-before: 5;
	hyphenate-after: 5;
	hyphenate-limit-chars: 5 5 5;
	hyphenate-lines: 3;
	*/
	/* iPhone: Font Resizing ausschalten */
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}
*:focus {
	outline: none;
}
img {
	border: 0px;
}
a {
	cursor: pointer;
	text-decoration: none;
}

body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
	overflow-y: auto;
	/*
	background-color: #4A8f5A;
	background-color: #B05743;
	*/
}

*.hidden {
	display: none;
}



/********** Aufbau **********/

#hintergrund {
	position: fixed;
	z-index: 0;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url("bilder/_aufbau/hintergrund.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#rahmen {
	position: absolute;
	z-index: 1;
	width: 960px;
	top: 0px;
	left: 50%;
	margin-left: -510px;
	margin: 0px 0px 0px -510px;
	padding: 0px 0px 0px 0px;
}

#rahmen_innen {
	position: relative;
	width: 100%;
	padding: 0px 30px 40px 30px;
	background-color: #FFF;
	/* grün + grau
	box-shadow: 0px 0px 15px rgba(74, 143, 90, 0.5);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
	*/
	box-shadow: 0px 0px 15px rgba(176, 87, 67, 0.5);
}

#titel_rahmen {
	position: relative;
	height: 160px;
}

#titel {
	position: absolute;
	left: 344px;
	/* Version Arial Black
	top: 70px;
	width: 639px;
	height: 49px;
	*/
	top: 69px;
	width: 624px;
	height: 52px;
	background-image: url("bilder/_aufbau/titel.png");
}
#titel a {
	position: absolute;
	width: 100%;
	height: 100%;
}
#titel a:before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 96px;
	height: 119px;
	top: 3px;
	/* Version Arial Black
	top: 2px;
	*/
	left: 0px;
	margin: -48px 0px 0px -345px;
	background-image: url("bilder/_aufbau/logo.png");
}

#subtitel {
	position: absolute;
	bottom: 15px;
	right: 0px;
	width: 615px;
	height: 18px;
}
#subtitel span {
	white-space: nowrap;
}
#subtitel_1,
#subtitel_2,
#subtitel_3 {
	position: absolute;
	top: 0px;
}
#subtitel_1 {
	left: 0px;
	z-index: 1;
}
#subtitel_2 {
	width: 575px;
	text-align: center;
	z-index: 0;
}
#subtitel_3 {
	right: 0px;
	z-index: 1;
}

div.zierborte {
	position: relative;
	height: 15px;
	background-image: url("bilder/_aufbau/fliesenborte.png");
}

#zeile_unten {
	position: relative;
	padding: 17px 0px 0px 0px;
	margin: 0px 0px 0px -2px;
}
/* alt
#zeile_unten {
	position: absolute;
	bottom: 0px;
	margin: 0px 0px -2px -2px;
}
#zeile_unten {
	position: relative;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px -2px!important;
}
*/
#impressum_datenschutz {
	position: absolute;
	top: 25px;
	right: 0px;
}
#impressum_datenschutz a {
	font-weight: normal;
	font-size: 12px;
}
#impressum_datenschutz a +a {
	margin-left: 20px;
}



/********** Aufbau **********/

#navigation {
	display: block;
	position: absolute;
	z-index: 1;
	top: 12px;
	right: 30px;
	width: 616px;
}

#navigation * {
	color: #4A8f5A;
	font-weight: normal;
}
#navigation li {
	position: relative;
	display: inline-block;
}
#navigation li + li {
}
#navigation li a {
	font-weight: bold;
	padding-bottom: 1px;
}
#navigation li a:hover,
#navigation li a.aktiv {
	border-bottom: 2px solid #4A8f5A;
}
#impressum a {
	font-weight: normal!important;
}
#impressum a:hover,
#impressum a.aktiv {
	border-bottom: 1px solid #4A8f5A!important;
}

#filmliste,
#informationen,
#tickets,
#ueber,
#preise,
#kontakt,
#hygiene {
	margin-left: 39px;
}
#filmliste:before,
#informationen:before,
#tickets:before,
#ueber:before,
#preise:before,
#kontakt:before,
#hygiene:before {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	top: 2px;
	left: -29px;
}
#informationen:before,
#ueber:before {
	background-image: url("bilder/_aufbau/blume_01.png");
}
#filmliste:before,
#preise:before,
#hygiene:before {
	background-image: url("bilder/_aufbau/blume_03.png");
}
#tickets:before,
#kontakt:before {
	background-image: url("bilder/_aufbau/blume_02.png");
}

#impressum {
	position: absolute!important;
	right: 0px;
}


/********** Inhalt **********/

#inhalt_rahmen {
	display: table;
	position: relative;
	width: 960px;
	margin: 30px 0px 30px 0px;
}
#inhalt_rahmen_tr {
	display: table-row;
}
#spalte_kalender,
#spalte_inhalt {
	display: table-cell;
	position: relative;
	text-align: left;
	vertical-align: top;
}
#rahmen,
#inhalt_rahmen,
#inhalt_rahmen_tr,
#spalte_kalender,
#spalte_inhalt {
	/*
	min-height: 100%;
	*/
}

#spalte_kalender {
	width: 300px;
	padding: 0px 15px 100px 0px;
}

#spalte_inhalt {
	width: 615px;
	padding: 0px 0px 30px 29px;
	border-left: 1px solid #4A8f5A;
	/*
	height: 1000px;
	*/
}
#spalte_inhalt > div {
	margin: -3px 0px 0px 0px;
}

div.abstandhalter {
	height: 300px;
}



/********** Spalte links: Kalender **********/

#kalender {
	/*
	background-color: #efddd9;
	*/
	background-color: #f3e6e3;
	margin: 0px 0px 30px 0px;
	padding: 9px 5px 10px 5px;
}
#kalender * {
	font-family: Ar_Nar, Arial Narrow, Sans;
	/* Silbentrennung */
	-webkit-hyphens: none;
  -moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

#download_programm {
	margin: 0px 0px 20px 0px;
}
#download_programm a:hover {
	color: #B05743;
}


#spalte_kalender a:hover,
#spalte_inhalt a:hover {
	text-decoration: underline;
}

#kalender_heute {
	font-family: Arial, Sans;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}

div.kalender_tag {
	position: relative;
	margin-bottom: -4px;
	/*
	border-radius: 10px;
	background-color: #f3e6e3;
	*/
}

hr.kalender_trennlinie {
	height: 0px;
	border: none;
	/*
	border-top: 1px solid #4A8f5A;
	*/
	border-top: 2px solid #FFFFFF;
	margin: 9px -6px 3px -6px;
}

h4.kalender_datum {
	position: relative;
	z-index: 0;
	width: 56px;
	font-size: 26px;
	line-height: 26px;
	height: 26px;
	font-weight: normal;
	margin: 0px 0px -21px 0px;
}
h4.kalender_datum span {
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 0px;
	height: 26px;
	font-size: inherit;
	line-height: inherit;
	font-weight: bold;
}

div.kalender_monat {
	position: absolute;
	z-index: 0;
	top: 26px;
	width: 56px;
	font-size: 11px;
	line-height: 11px;
	height: 11px;
	font-weight: normal;
	text-align: right;
	margin: 0px 0px 0px 0px;
}

h5.info_extra {
	line-height: 17px;
	margin: 0px 0px 0px 65px;
	font-weight: bold;
	padding-bottom: 4px;
	/*
	text-decoration: underline;
	margin-bottom: 4px;
	*/
}
h5.info_extra a {
	line-height: inherit;
	font-weight: inherit;
}
h5.info_extra a:hover {
	text-decoration: underline;
}

div.kalender_vorstellung {
	position: relative;
	z-index: 2;
	padding: 0px 0px 4px 40px;
	margin: 0px 0px 0px 65px;
}
div.kalender_vorstellung,
div.kalender_vorstellung * {
	line-height: 17px;
	color: #B05743;
}
div.kalender_vorstellung + div.kalender_vorstellung,
h5.info_extra + div.kalender_vorstellung,
div.kalender_vorstellung + h5.info_extra {
	/*
	border-top: 1px dotted #4A8f5A;
	border-top: 1px solid #B05743;
	border-top: 1px solid #FFF;
	*/
	border-top: 1px solid #a5c7ad;
	padding-top: 2px;
}
div.kalender_tag *.linie {
	border-top: 2px solid #4A8f5A!important;
}
div.kalender_tag div.special {
	position: relative;
	margin: 0px -5px 0px 60px;
	padding: 2x 0px 0px 0px;
	background-color: #edf4ee;
	mix-blend-mode: multiply;
	border-top: 1px solid #a5c7ad;
	border-bottom: 1px solid #a5c7ad;
}
div.kalender_tag div.special div.kalender_vorstellung,
div.kalender_tag div.special h5.info_extra {
	padding-right: 5px!important;
	margin-left: 0px!important;
}
div.kalender_tag div.special div.kalender_vorstellung {
	padding-left: 45px!important;
}
div.kalender_tag div.special h5.info_extra {
	padding-left: 5px!important;
}
div.kalender_tag div.special div.kalender_vorstellung span.kalender_uhrzeit {
	padding-left: 5px;
}
div.kalender_tag div.special + div.kalender_vorstellung,
div.kalender_tag div.special + div.kalender_vorstellung span.kalender_uhrzeit {
	padding-top: 2px;
}
span.kalender_uhrzeit {
	position: absolute;
	left: 0px;
	top: 0px;
}
h5.info_extra + div.kalender_vorstellung span.kalender_uhrzeit,
div.kalender_vorstellung + div.kalender_vorstellung span.kalender_uhrzeit {
	top: 2px;
}
div.kalender_vorstellung strong {
	/*
	text-decoration: underline;
	*/
}
/*
div.kalender_vorstellung strong a {
	font-weight: inherit;
	text-decoration: none;
}
div.kalender_vorstellung strong a:hover {
	color: #f3e6e3;
	backgorund-color: #B05743;
	padding: 1px 3px 1px 3px;
	margin: -1px -3px -1px -3px;
}
*/
strong.kalender_anwesenheit {
	position: relative;
	text-decoration: none;
	color: #4A8f5A;
	/*
	font-weight: normal;
	*/
}
strong.kalender_anwesenheit:before {
	display: block;
	position: absolute;
	z-index: 100;
	top: 5px;
	left: -39px;
	width: 29px;
	height: 11px;
	content: "";
	/*
	width: 32px;
	height: 13px;
	background-image: url("../bilder/_aufbau/hand_klein.png");
	*/
	background-color: #4A8f5A;
	-webkit-mask: url("../bilder/_aufbau/hand_klein.svg");
	-moz-mask: url("../bilder/_aufbau/hand_klein.svg");
	mask: url("../bilder/_aufbau/hand_klein.svg");
	mask-size: auto;
}

span.kalender_kleiner {
	font-size: 12px;
	line-height: 15px;
}


span.kalender_omu {
	font-size: 12px;
	line-height: 16px;
	color: #4A8f5A;
	cursor: default;
}

s.kalender_durchgestrichen {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: line-through;
}

strong.kalender_info_extra {
	font-weight: bold;
	color: #4A8f5A;
}

u {
	text-decoration: underline;
	color: inherit;
	font-weight: inherit;
}

div.kalender_ansehen_rahmen {
	position: relative;
	padding: 0px 0px 0px 65px;
	margin: 6px 0px 0px 0px;
}
#kalender_ansehen,
#kalender_schließen {
	position: relative;
	cursor: pointer;
}
#kalender_ansehen:hover,
#kalender_schließen:hover {
	text-decoration: underline;
}
#kalender_ansehen,
#kalender_schließen {
	position: relative;
	cursor: pointer;
}
span.kalender_ansehen_zu:before,
span.kalender_ansehen_auf:before {
	position: absolute;
	content: "";
	left: -60px;
	width: 21px;
	height: 12px;
	background-image: url("bilder/_aufbau/kalender_klappe.png");
}
span.kalender_ansehen_zu:before {
	top: 5px;
	background-position: 0px 0px;
}
span.kalender_ansehen_auf:before {
	top: 4px;
	background-position: 0px -12px;
}

#kalender_gesamt {
	display: none;
}



/********** Spalte rechts: Inhalt **********/

div.inhalt {
	position: relative;
}
div.inhalt a {
	text-decoration: underline;
}
div.inhalt a:hover {
	color: #B05743;
}

h2.programm_titel {
	font-size: 22px;
	line-height: 26px;
	color: #B05743;
	color: #4A8f5A;
	font-weight: bold;
	margin: 0px 0px 0px -1px;
}

div.eintrag {
	position: relative;
}

div.eintrag_extra {
	/*
	background-color: #A5C7AD;
	*/
	background-color: #F3E6E3;
	border-radius: 5px;
	padding: 7px 10px 10px 12px;
	margin: 3px 0px 30px 0px;
}

h4.film_uebertitel {
	color: #4A8f5A;
	font-size: 17px;
	line-height: 22px;
	font-weight: normal;
	margin: 0px 0px 0px -1px;
}
h4.film_uebertitel a {
	font-size: inherit!important;
	text-decoration: none!important;
}

h3.titel_filmreihe,
h3.titel_filmreihe_extra {
	/*
	font-family: Georgia, Serif;
	font-size: 26px;
	line-height: 30px;
	margin: 0px 0px 5px -2px;
	font-weight: normal;
	*/
	color: #B05743;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	margin: 0px 0px 0px -1px;
}
h3.titel_filmreihe {
	color: #B05743;
}
h3.titel_filmreihe_extra {
	color: #B05743;
	color: #4A8f5A;
	/*
	font-weight: normal;
	*/
}
h3.titel_filmreihe_extra + h3.titel_filmreihe {
	margin-top: -5px;
}

h3.titel_exblicks {
	display: block;
	position: relative;
	z-index: 1;
	width: 113px;
	height: 36px;
	margin: 0px 0px 7px -3px;
}
h3.titel_exblicks > span {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: url("bilder/_aufbau/logos/logo_exblicks.png");
}
h3.titel_exblicks span span {
	display: none;
}
h3.titel_exblicks:after {
	display: block;
	position: absolute;
	z-index: 0;
	content: "";
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background-color: #4A8f5A;
}


h3.film_titel {
	color: #B05743;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	margin: 0px 0px 0px -1px;
}
h3.titel_filmreihe a,
h3.titel_filmreihe_extra a,
h3.film_titel a {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}
h3.titel_filmreihe a:hover,
h3.titel_filmreihe_extra a:hover,
h3.film_titel a:hover {
	text-decoration: underline;
	/*
	text-decoration: none!important;
	border-bottom: 1px solid #B05743;
	*/
}
span.normal {
	font-size: inherit!important;
	line-height: inherit!important;
	font-weight: normal!important;
	color: inherit!important;
}
span.film_titel_zweitfarbe {
	font-size: inherit;
	line-height: inherit;
	font-weight: normal;
	color: #4A8f5A;
}
*.zweitfarbe {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: #4A8f5A!important;
}
*.erstfarbe {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: #B05743!important;
}
span.film_titel_omu {
	font-family: Ar_Nar;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #4A8f5A;
	cursor: default;
}
span.programm_omu {
	font-family: Ar_Nar;
	font-size: inherit;
	line-height: 18px;
	font-weight: normal;
	color: #4A8f5A;
	cursor: default;
}

h4.film_subtitel {
	color: #4A8f5A;
	font-size: 17px;
	line-height: 22px;
	font-weight: normal;
	margin: 4px 0px 0px -1px;
}

div.datum {
	font-size: 17px;
	line-height: 22px;
	margin: 2px 0px 0px -1px;
}

div.hinweis {
	position: relative;
	text-indent: 40px;
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	margin: 0px 0px 0px -1px;
}
h3.film_titel + div.hinweis {
	margin-top: 4px;
}
div.hinweis:before {
	position: absolute;
	content: "";
	width: 32px;
	height: 13px;
	top: 4px;
	left: 0px;
	/*
	width: 34px;
	height: 15px;
	background-image: url("bilder/_aufbau/hand.png");
	*/
	background-color: #4A8f5A;
	-webkit-mask: url("bilder/_aufbau/hand.svg");
	-moz-mask: url("bilder/_aufbau/hand.svg");
	mask: url("bilder/_aufbau/hand.svg");
	mask-size: auto;
}
div.hinweis a {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}

div.info_extra {
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

s.durchgestrichen {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: line-through;
}

nobr,
*.nobr {
	white-space: nowrap!important;
	font-size: inherit!important;
	font-weight: inherit!important;
	color: inherit!important;
	line-height: inherit!important;
}

*.bold {
	font-weight: bold!important;
}





/********** Klappe für Informationen **********/

div.klappe_rahmen {
}
p.klappe_auf_link,
p.klappe_zu_link {
	cursor: pointer;
}
p.klappe_auf_link {
	margin: 10px 0px 0px 0px;
}
p.klappe_zu_link {
	margin: 15px 0px 0px 0px;
	font-size: 11px;
	line-height: 11px;
}
p.klappe_auf_link:hover,
p.klappe_zu_link:hover {
	color: #B05743;
}
p.klappe_zu_link,
div.klappe_inhalt {
	display: none;
}

/********** Filme / Filmreihen / Veranstaltungen **********/

h4.titel_filmliste {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #B05743;
	margin: 0px 0px 0px -1px;
}

div.film_eintrag {
	position: relative;
}
div.datum + div.film_eintrag,
div.hinweis + div.film_eintrag,
h3.titel_filmreihe + div.film_eintrag,
h3.titel_filmreihe_extra + div.film_eintrag {
	margin-top: 20px;
}
p.info_link {
	margin-top: 10px;
}

div.filmreihe_info_extra {
	position: relative;
	margin-top: 20px;
}

p.film_credits {
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	line-height: 18px;
}
h3.film_titel + p.film_credits {
	margin-top: 8px;
}

div.film_bild_rahmen,
img.film_bild {
	position: relative;
	margin: 15px 0px 0px 0px;
	width: 615px;
}
div.film_bild_rahmen img.film_bild {
	margin: 0px 0px 0px 0px;
}

div.film_bild_rahmen_start {
	position: relative;
	margin: 35px 0px 15px 0px;
	width: 615px;
}
div.film_bild_rahmen_start img.film_bild {
	margin: 0px 0px 0px 0px;
}

img.film_bild_300 {
	float: left;
	margin: 15px 12px 0px 0px;
}
div.film_bild_credits {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 250px;
	height: 11px;
	font-size: 11px;
	line-height: 11px;
	text-align: right;
	transform: rotate(-90deg); 
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	margin: 120px 0px 0px -135px;
}
div.film_bild_credits a {
	font-size: inherit!important;
	line-height: inherit!important;
}

div.film_text {
	margin: 10px 0px 0px 0px;
}
img.film_bild + div.film_text,
div.film_bild_rahmen + div.film_text {
	margin-top: 15px;
}
div.film_text p + p {
	margin: 10px 0px 0px 0px;
}
div.film_text strong,
div.film_text em {
	color: inherit!important;
}
*.fremdsprache {
	font-style: italic;
}

p.film_hinweis,
a.film_hinweis,
span.film_hinweis {
	position: relative;
	font-weight: bold;
	padding-left: 35px;
}
p.film_hinweis:before,
a.film_hinweis:before,
span.film_hinweis:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0px;
	/*
	width: 30px;
	height: 13px;
	background-image: url("bilder/_aufbau/hand_klein.png");
	*/
	width: 29px;
	height: 11px;
	background-color: #4A8f5A;
	-webkit-mask: url("bilder/_aufbau/hand_klein.svg");
	-moz-mask: url("bilder/_aufbau/hand_klein.svg");
	mask: url("bilder/_aufbau/hand_klein.svg");
	mask-size: auto;
}
a.film_hinweis:before,
span.film_hinweis:before {
	top: 2px;
}
p.film_hinweis a {
	font-weight: bold;
}


span.abgesagt {
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: line-through!important;
}
*.abgesagt {
	font-weight: normal!important;
	text-decoration: line-through!important;
}
*.abgesagt:before {
	opacity: 0.5;
}

*.groesser {
	font-size: 18px;
}

p.film_info_extra {
	margin: 10px 0px 0px 0px;
	color: #B05743;
}

div.logos_rahmen {
	position: relative;
	margin: 20px 0px 0px -1px;
}
a.logo_link {
	position: relative;
	display: inline-block;
}
a.logo_link + a.logo_link {
	margin-left: 25px;
}
a.logo_link:after {
	display: block;
	position: absolute;
	z-index: 0;
	content: "";
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background-color: #4A8f5A;
}
a.logo_link:hover:after {
	background-color: #B05743;
}
img.logo {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}
img.logo_ohne_link {
	position: relative;
	background-color: #4A8f5A;
}

img.logo_leiste {
	display: block;
	position: relative;
}
img.logo_leiste:after {
	display: block;
	position: absolute;
	z-index: 0;
	content: "";
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background-color: #4A8f5A;
}

table.liste_vorstellungen {
	width: 615px;
	border-bottom: 1px solid #4A8f5A;
	margin: 20px 0px 7px 0px;
}
table.liste_vorstellungen + hr {
	margin-top: 50px!important;
}
table.liste_vorstellungen td {
	vertical-align: top;
	border-top: 1px solid #4A8f5A;
	padding: 1px 0px 2px 0px;
}
table.liste_vorstellungen td + td {
	/*
	padding-left: 25px;
	*/
}
td.liste_vorstellungen_wochentag,
td.liste_vorstellungen_datum,
td.liste_vorstellungen_wochentag,
td.liste_vorstellungen_uhrzeit {
	width: 1px;
	white-space: nowrap;
}
td.liste_vorstellungen_wochentag,
td.liste_vorstellungen_datum,
td.liste_vorstellungen_wochentag,
td.liste_vorstellungen_uhrzeit {
	padding-right: 25px!important;
}
td.liste_vorstellungen_text {
	/*
	width: 100%;
	*/
}
td.liste_vorstellungen_text span.film_hinweis:before {
	top: 2px;
}
table.liste_vorstellungen *.vorbei {
	opacity: 0.5;
}
td.gestrichelt {
	border-top: 1px dotted #4A8f5A!important;
}



/********** Auszeichnung **********/

hr.trennlinie {
	height: 0px;
	border: none;
	border-top: 2px solid #4A8f5A;
	margin: 30px 0px 30px 0px;
}

hr.trennlinie_zweitfarbe {
	height: 0px;
	border: none;
	border-top: 2px solid #4A8f5A;
	border-top: 2px solid #B05743;
	margin: 30px 0px 30px 0px;
}

hr.trennlinie_doppelt {
	height: 0px;
	border: none;
	border-top: 2px solid #4A8f5A;
	margin: 30px 0px -27px 0px;
}

hr.trennlinie_duenn {
	height: 0px;
	border: none;
	border-top: 1px dotted #4A8f5A;
	margin: 15px 0px 15px 0px;
}

img.pdf_icon {
	margin: 0px 1px -2px -1px;
	border: 0px;
}

*.grau {
	font-size: 12px;
	line-height: 12px;
	color: #a5c7ad;
}

strong {
	font-weight: bold;
}
div.inhalt strong {
	color: inherit!important;
}

*.kleiner {
	font-size: 12px!important;
	line-height: 18px;
}

*.condensed {
	font-family: Ar_Nar, Arial Narrow, Sans!important;
}

*.blasser {
	opacity: 0.75;
}

em {
	font-style: italic;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-weight: inherit;
}

sub,
sup {
	font-size: 11px!important;
	line-height: 0px!important;
	color: inherit!important;
}
/* Blöder Umweg: */
sub.erstfarbe,
sup.erstfarbe {
	font-size: 11px!important;
	line-height: 0px!important;
	color: inherit!important;
}

#info_omu {
	position: absolute;
	z-index: 10;
	display: none;
	font-family: Ar_Nar;
	font-size: 12px;
	line-height: 12px;
	white-space: nowrap;
	padding: 2px 4px 3px 4px;
	background-color: #FFFFFF;
	border: 1px solid #4A8f5A;
}

p.zweitfarbe {
	color: #B05743;
}

a.link,
a.link_zweitfarbe {
	text-decoration: underline;
	font-weight: inherit!important;
	font-style: inherit!important;
	color: inherit!important;
}
a.link:hover,
a.link_zweitfarbe:hover {
	text-decoration: none!important;
	color: #FFF!important;
	padding: 0px 2px 0px 2px;
	margin: 0px -2px 0px -2px;
}
a.link:hover {
	background-color: #4A8f5A;
}
a.link_zweitfarbe:hover {
	background-color: #B05743;
}
a.link:hover * {
	color: #FFF!important;
}

*.zweitfarbe {
	color: #B05743;
}

/********** Spalte Inhalt: sonstige Rubriken **********/

div.inhalt_rest {
}

div.inhalt_rest h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #B05743;
	margin: 0px 0px 10px 0px;
}

div.inhalt_rest p + p {
	margin: 10px 0px 0px 0px;
}

div.inhalt_rest a {
	text-decoration: underline;
}
div.inhalt_rest a:hover {
	color: #B05743;
}

table.kontakt_telefon {
	margin: 10px 0px 0px 0px;
}



/********** Filmliste **********/

table.filmliste {
	width: 615px;
	/*
	border-bottom: 1px solid #4A8f5A;
	*/
	margin: 0px 0px 0px 0px;
	padding-bottom: 7px;
}
table.filmliste td {
	vertical-align: top;
	border-bottom: 1px solid #4A8f5A;
	padding: 1px 0px 2px 0px;
}
table.filmliste td.filmliste_titel,
table.filmliste td.filmliste_titel * {
	color: #B05743;
	padding-top: 20px;
}
table.filmliste a {
	text-decoration: none;
}
table.filmliste a:hover * {
	color: inherit;
}
table.filmliste span.film_hinweis:before {
	top: 2px;
}
table.filmliste *.vorbei {
	opacity: 0.5;
}

table.filmliste *.unfertig {
	opacity: 0.65;
}



/********** Corona-Infos **********/

div.info_corona {
	margin: 3px 0px 0px 0px;
	padding: 10px 10px 11px 14px;
	background-color: rgba(176, 87, 67, 0.1);
	border-radius: 5px;
}

div.info_corona div.corona_punkte {
	margin: 30px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}

div.info_corona div.corona_punkt {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.info_corona h2 {
	font-weight: bold;
	font-size: 15px;
	line-height: 21px;
	color: #4A8f5A;
	color: #B05743;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	cursor: pointer;
	user-select: none;
}
div.info_corona h2:hover {
	/*
	text-decoration: underline;
	color: #B05743;
	*/
}

div.corona_punkt div.klappe_corona {
	height: 0px;
	overflow: hidden;
	transition: height 0.35s;
}
div.corona_punkt div.auf {
}
div.corona_punkt div.klappe_corona_inhalt {
	padding: 0px 0px 30px 0px;
}

hr.trennlinie_corona {
	height: 0px;
	margin: 0px 0px 0px 0px!important;
	border-top: 2px solid #4A8f5A;
	border-top: 2px solid #B05743;
}

div.info_corona p,
div.info_corona a {
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
}
div.info_corona p + p {
	margin-top: 9px;
}
