@charset "UTF-8";

/********** Programm – allgemein **********/

#programm {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 0px 0px;
}
@media screen and (max-width: 850px) {
	#programm {
		border-bottom: 2px solid rgb(var(--farbe_2));
	}
}



/********** Inhalte: Scroll-Margin **********/

#programm * {
	scroll-margin-top: 25px;
}



/********** Bild Header **********/

#programm div.bild_header {
	position: relative;
	margin: 5px 0px 25px 0px;
	width: 100%;
	line-height: 0px;
}
#programm div.bild_header div.bild {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 0px;
}
#programm div.bild_header div.bild img {
	width: 100%;
	height: auto;
}



/********** Shortcut Termine & Tickets **********/

#ticket_shortcut {
	display: block;
	position: relative;
	float: right;
	z-index: 1;
	/* alt
	margin: -1px 0px 5px 15px;
	*/
	margin: -1px 0px 0px 25px;
	padding: 1px 4px 0px 4px;
	text-decoration: none;
	font-family: "Archivo_ExtraCondensed", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: rgba(var(--farbe_2), 1);
	cursor: pointer;
	background-color: rgba(var(--farbe_1), 0.12);
	border-radius: 3px;
}
#ticket_shortcut::after {
	display: inline-block;
	content: "";
	position: relative;
	width: 12px;
	height: 16px;
	margin: 0px 0px -2px 6px;
	background-color: rgba(var(--farbe_2), 0.4);
	-webkit-mask-image: url("../bilder/_aufbau/tickets.svg");
	mask-image: url("../bilder/_aufbau/tickets.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	mix-blend-mode: multiply;
}
#ticket_shortcut.ohne_tickets::after {
	display: none!important;
}
#ticket_shortcut.ohne_tickets span.tickets {
	display: none!important;
}
#ticket_shortcut:hover::after {
	background-color: rgba(var(--farbe_1), 1);
}
#ticket_shortcut:hover {
	color: rgba(var(--farbe_1), 1);
}



/********** Titelblock **********/

#programm div.titelblock {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#programm div.titelblock > * {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#programm div.titelblock h2.titel_filmreihe,
#programm div.titelblock h2.special_haupttitel {
	margin: 0px 0px 0px -1px;
	padding: 0px 0px 5px 0px;
	font-family: "Archivo", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	line-height: 26px;
	color: rgb(var(--farbe_2));
}
#programm div.titelblock h2.titel_filmreihe:first-child,
#programm div.titelblock h2.special_haupttitel:first-child {
	margin-top: -4px;
}
#programm div.div.titelblock.filmreihe + div.titelblock h2.titel_filmreihe:first-child,
#programm div.div.titelblock.filmreihe + h2.special_haupttitel:first-child {
	margin-top: 0!important;
}
#programm div.titelblock h2.titel_filmreihe span.normal,
#programm div.titelblock h2.special_haupttitel span.normal {
	font-weight: 500!important;
}
#programm div.titelblock h4.genre {
	margin: 0px 0px 10px 0px;
	font-family: "Archivo_Condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	color: rgb(var(--farbe_1));
}
#programm div.titelblock h4.info_extra_1,
#programm div.titelblock h4.uebertitel_klein {
	font-family: "Archivo", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: rgb(var(--farbe_2));
	margin-bottom: 3px;
}
#programm div.titelblock h4.preview {
	margin: 0px 0px 0px -1px;
	font-family: "Archivo", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	line-height: 26px;
	color: rgb(var(--farbe_1));
}
#programm div.titelblock h4.regisseur {
	margin: 0px 0px 0px -1px;
	font-family: "Archivo", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	line-height: 26px;
	color: rgb(var(--farbe_1));
}
#programm div.titelblock h3.uebertitel {
	margin: 0px 0px 0px -1px;
	font-family: "Archivo", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	line-height: 26px;
	color: rgb(var(--farbe_1));
}
#programm div.titelblock h2.titel {
	margin: 0px 0px 0px -1px;
	font-family: "Archivo", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	line-height: 26px;
	color: rgb(var(--farbe_1));
}
#programm div.titelblock h2.titel span.normal,
#programm div.titelblock h2.titel span.normal {
	font-weight: 500!important;
}
#programm div.titelblock h2.titel span.omu {
	font-size: 18px;
	line-height: 18px;
	cursor: default;
}
#programm h2 sup {
	display: inline-block;
	font-family: "Archivo", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 13px;
	line-height: 0px;
	color: inherit;
}

#programm div.titelblock h3.subtitel {
	margin: 0px 0px 0px -1px;
	font-family: "Archivo", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	line-height: 26px;
	color: rgb(var(--farbe_1));
}
#programm div.titelblock h3.subtitel sup {
	display: inline-block;
	font-family: "Archivo", sans-serif;
	font-weight: inherit;
	font-style: normal;
	font-size: 13px;
	line-height: 0px;
	color: inherit;
}

#programm div.titelblock h4.vorfilm {
	font-family: "Archivo", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
	color: rgb(var(--farbe_1));
}
#programm div.titelblock h4.info_extra_2,
#programm div.titelblock h4.subtitel_klein {
	font-family: "Archivo_SemiCondensed", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: rgb(var(--farbe_1));
	margin-top: 5px;
}
#programm div.titelblock h4.datum {
	font-family: "Archivo", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: rgb(var(--farbe_2));
	margin: 10px 0px 0px 0px;
}
/*
#programm div.titelblock h4.datum::before {
	content: "";
	display: inline-block;
	position: relative;
	width: 40px;
	height: 17px;
	margin: 0px 7px -2px 1px;
	background-color: rgb(var(--farbe_2));
	-webkit-mask-image: url("../bilder/_aufbau/hand.svg");
	mask-image: url("../bilder/_aufbau/hand.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}
*/
#programm div.titelblock h4.hinweis {
	font-family: "Archivo", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: rgb(var(--farbe_2));
	margin: 10px 0px 0px 0px;
}
#programm div.titelblock h4.hinweis::before {
	content: "";
	display: inline-block;
	position: relative;
	width: 40px;
	height: 17px;
	margin: 0px 7px -2px 1px;
	background-color: rgb(var(--farbe_2));
	-webkit-mask-image: url("../bilder/_aufbau/hand.svg");
	mask-image: url("../bilder/_aufbau/hand.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}
#programm div.titelblock h4.datum + h4.hinweis {
	margin: 0px 0px 0px 0px;
}
/*
#programm div.titelblock h4.datum + h4.hinweis::before {
	display: none;
}
*/
#programm div.titelblock h4.info_extra_3 {
	font-family: "Archivo", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: rgb(var(--farbe_2));
	margin: 10px 0px 0px 0px;
}
#programm div.titelblock h4.hinweis + h4.info_extra_3 {
	margin: 0px 0px 0px 0px;
}



/********** Film Credits **********/

#programm div.film_credits {
	position: relative;
}
#programm div.film_credits p {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Archivo_ExtraCondensed", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	color: rgb(var(--farbe_2));
	letter-spacing: 0.005em;
}
#programm div.film_credits p span.kyrillisch {
	/*
	font-family: "Roboto Condensed", sans-serif;
	*/
	font-family: "Arial Narrow", sans-serif;
}
#programm div.film_credits p span.fsk {
	position: relative;
	white-space: nowrap;
	padding: 0 4px 0 4px;
	color: rgb(var(--farbe_2));
	font-weight: 600!important;
	line-height: 0px!important;
}
#programm div.film_credits p span.fsk.warnung {
	color: rgb(var(--farbe_1))!important;
	font-weight: 600!important;
}
#programm div.film_credits p span.fsk::before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0px;
	width: 100%;
	height: 19px;
	border-radius: 3px;
	background-color: rgba(var(--farbe_2), 0.15);
	mix-blend-mode: multiply;
}
/* Safari-Hack: (geht hier nicht: auch Chrome macht’s falsch) */
/*
@supports (-webkit-appearance:none) and (stroke-color:transparent) {
	#programm div.film_credits p span.fsk::before {
	}
}
*/
/* Firefox-Hack: */
@-moz-document url-prefix() {
	#programm div.film_credits p span.fsk::before {
		top: -2px;
	}
}
#programm div.film_credits p span.fsk.warnung::before {
	background-color: rgba(var(--farbe_1), 0.15)!important;
}



/********** Bild volle Breite **********/

#programm div.bild_rahmen {
	position: relative;
	margin: 0px 0px 0px 0px;
	line-height: 0px;
	/*
	background-color: rgba(var(--farbe_2), 0.15);
	*/
}

#programm div.bild_rahmen div.bild_rahmen_innen {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#programm div.bild_rahmen div.bild {
	position: relative;
}



/********** Bild Duplex / Mono **********/

div.bild.duplex {
	background-color: rgba(var(--farbe_1), 0.2)!important;
}
div.bild.mono {
	background-color: #fff!important;
}
div.bild.duplex::before,
div.bild.mono::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	mix-blend-mode: screen!important;
}
div.bild.duplex::before {
	background-color: rgba(var(--farbe_2), 1)!important;
}
div.bild.mono.farbe_1::before {
	background-color: rgba(var(--farbe_1), 1)!important;
}
div.bild.mono.farbe_2::before {
	background-color: rgba(var(--farbe_2), 1)!important;
}
div.bild.duplex img {
	mix-blend-mode: multiply!important;
	filter: saturate(0) brightness(1.15)!important;
}
div.bild.mono img {
	filter: saturate(0)!important;
}

#programm div.bild_rahmen div.bild img {
	position: relative;
	width: 100%;
	height: auto;
}

#programm div.bild_credits {
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: visible;
	top: 0px;
	left: -3px;
	transform: rotate(-90deg);
	background-color: #FCA;
	opacity: 1;
	transition: opacity 0.15s;
}
#programm div.bild_credits > div {
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: right;
	font-family: "Archivo_ExtraCondensed", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: 12px;
	color: rgb(var(--farbe_1));
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
}
#programm div.bild_credits > div > span {
	font-family: "Archivo", sans-serif;
	font-weight: 700;
}
#programm div.bild_credits > div > a {
	color: inherit!important;
	text-decoration: none!important;
}
#programm div.bild_credits > div > a:hover {
	color: rgb(var(--farbe_2))!important;
}

#programm div.bild_unterschrift {
	position: relative;
	padding: 7px 0px 0px 0px;
	font-family: "Archivo_SemiCondensed", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: rgb(var(--farbe_1));
	transition: opacity 0.15s;
}



/********** Trailer **********/

div.bild_rahmen div.trailer {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 0px;
	user-select: none;
}
div.bild_rahmen div.trailer a {
	position: absolute;
	z-index: 2;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	background-color: rgba(var(--farbe_2), 0);
	transition: background-color 0.15s;
	overflow: hidden;
}
div.bild_rahmen div.trailer a::after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	background-image: url("../bilder/_aufbau/play.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	transition: margin-left 0.15s, margin-top 0.15s, width 0.15s, height 0.15s;
	filter: drop-shadow(0px 0px 20px rgba(var(--farbe_2), 0.3));
}
div.bild_rahmen div.trailer a span {
	position: absolute;
	left: 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Archivo", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.015em;
	color: #FFF;
	text-decoration: none;
	opacity: 1;
	transition: opacity 0.15s;
	/*
	text-shadow: 0px 0px 10px rgba(var(--farbe_2), 0.3);
	*/
	filter: drop-shadow(0px 0px 10px rgba(var(--farbe_2), 0.3));
}
@media (hover: hover) { /* nicht bei Touch-Geräten */
	div.bild_rahmen div.trailer a span {
		opacity: 0;
	}
}
@media screen and (max-width: 700px), (min-width: 851px) and (max-width: 1024px) {
	div.bild_rahmen div.trailer a span {
		bottom: 12px;
	}
	div.bild_rahmen div.trailer a::after {
		width: 26px;
		height: 30px;
		margin-left: -13px;
		margin-top: -15px;
	}
	div.bild_rahmen div.trailer a:hover::after {
		width: 40px;
		height: 45px;
		margin-left: -20px;
		margin-top: -23px;
	}
}
@media screen and (min-width: 701px) and (max-width: 850px), (min-width: 1025px) {
	div.bild_rahmen div.trailer a span {
		bottom: 20px;
	}
	div.bild_rahmen div.trailer a::after {
		width: 34px;
		height: 39px;
		margin-left: -17px;
		margin-top: -20px;
	}
	div.bild_rahmen div.trailer a:hover::after {
		/* Originalmaße:
		width: 58px;
		height: 65px;
		margin-left: -29px;
		margin-top: -33px;
		Ratio: 1.12068966
		*/
		width: 50px;
		height: 57px;
		margin-left: -25px;
		margin-top: -29px;
	}
}
/*
div.bild_rahmen div.trailer a:hover {
	background-color: rgba(var(--farbe_2), 0.1);
}
*/
div.bild_rahmen div.trailer a:hover span {
	opacity: 1;
}
div.bild_rahmen div.trailer iframe,
div.bild_rahmen div.trailer video {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 0px;
	border: none;
}
div.bild_rahmen div.trailer iframe {
	background: none;
}
div.bild_rahmen div.trailer video {
	background: #000;
}

div.bild_rahmen div.trailer div.ladezeichen {
	position: absolute;
	z-index: 0;
	display: none;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -30px;
	font-family: "Archivo", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 16px;
	text-align: left!important;
	letter-spacing: 0.015em;
	color: #FFF;
	/*
	text-shadow: 0px 0px 10px rgba(var(--farbe_2), 0.3);
	*/
	filter: drop-shadow(0px 0px 10px rgba(var(--farbe_2), 0.3));
}
div.bild_rahmen div.trailer div.ladezeichen.aktiv {
	display: block;
}
div.bild_rahmen div.trailer div.ladezeichen.aktiv::after {
	content: "Laden";
	display: inline;
	/*
	animation: laden 1s infinite;
	*/
	animation: laden 1s 15;
}
@keyframes laden {
	0% {content: "Laden";}
	25% {content: "Laden .";}
	50% {content: "Laden . .";}
	75% {content: "Laden . . .";}
}

div.bild_rahmen div.trailer div.aus {
	position: absolute;
	z-index: 4;
	/*
	display: none;
	*/
	top: 0px;
	right: 0px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	margin-right: -12px;
	border-radius: 12px;
	background-image: url("../bilder/_aufbau/trailer_aus.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	background-color: rgba(var(--farbe_1), 1);
	cursor: pointer;
	transform: scale(0);
	transform-origin: center;
	/*
	transition: transform 0.15s, background-size 0.15s;
	*/
	transition: transform 0.15s!important;
}
div.bild_rahmen div.trailer div.aus:hover {
	background-color: rgba(var(--farbe_2), 1);
	/*
	background-size: 118%;
	*/
}
@media screen and (max-width: 700px), (min-width: 851px) and (max-width: 1024px) {
	div.bild_rahmen div.trailer div.aus.aktiv {
		transform: scale(1.05);
	}
}
@media screen and (min-width: 701px) and (max-width: 850px), (min-width: 1025px) {
	div.bild_rahmen div.trailer div.aus.aktiv {
		transform: scale(1);
	}
}



/********** Text **********/

#programm div.text {
	position: relative;
	margin: 25px 0px 0px 0px;
	color: rgb(var(--farbe_2));
}
#programm div.text p {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	-webkit-hyphenate-limit-chars: 6 3 3;
	-ms-hyphenate-limit-chars: 6 3 3;
	hyphenate-limit-chars: 6 3 3;
	/*
	-webkit-hyphenate-limit-lines: 3;
	-ms-hyphenate-limit-lines: 3;
	hyphenate-limit-lines: 3;
	-webkit-hyphenate-limit-before: 3;
	hyphenate-limit-before: 3;
	-webkit-hyphenate-limit-after: 3;
	hyphenate-limit-after: 3;
	hyphenate-before: 3;
	hyphenate-after: 3;
	hyphenate-lines: 3;
	*/
}

#programm div.text div.sprachbuttons {
	margin: -3px 0px 13px 0px;
	user-select: none;
	line-height: 0px;
}
#programm div.text div.sprachbuttons > div {
	display: inline-block;
	padding: 2px 4px 2px 4px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	border: 1px solid rgb(var(--farbe_2));
	font-family: "Archivo_SemiCondensed", sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 0.05em;
	color: rgb(var(--farbe_2));
	cursor: pointer;
}
#programm div.text div.sprachbuttons > div + div {
	margin-left: 12px!important;
}
#programm div.text div.sprachbuttons > div:hover,
#programm div.text div.sprachbuttons > div.aktiv {
	border: 1px solid rgb(var(--farbe_2));
	background-color: rgb(var(--farbe_2));
	color: #FFF;
}
#programm div.text div.sprachbuttons > div::before {
	display: inline;
}
#programm div.text div.sprachbuttons > div.de::before {
	content: "de";
}
#programm div.text div.sprachbuttons > div.en::before {
	content: "en";
}

#programm div.text div.text_container {
	position: relative;
	transition: height 0.3s;
	overflow-x: visible!important;
}
#programm div.text div.text_container > div.de,
#programm div.text div.text_container > div.en {
	display: none;
}
#programm div.text div.text_container > div.aktiv {
	display: block!important;
}

#programm div.text div.text_container + div.text_container {
	margin-top: 25px;
	/*
	border-top: 1px solid rgba(var(--farbe_2), 0.5);
	padding-top: 25px;
	*/
}
/*
#programm div.text div.text_container.standard {
}
#programm div.text div.text_container.person {
}
*/


#programm div.text p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Archivo", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	line-height: 22px;
}
#programm div.text p + p {
	margin: 11px 0px 0px 0px;
}

#programm div.text p.kleiner {
	font-size: 13px;
	line-height: 18px;
}
#programm div.text p.kleiner + p.kleiner {
	margin: 9px 0px 0px 0px;
}

#programm div.text p strong {
	font-family: inherit;
	font-weight: 700;
	font-style: normal;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
#programm div.text p strong.headline {
	display: block!important;
	margin: 0 0 9px -1px!important;
	font-family: "Archivo", sans-serif!important;
	font-weight: 700;
	font-style: normal!important;
	font-size: 22px!important;
	line-height: 26px!important;
	color: rgb(var(--farbe_1))!important;
	padding: 0!important;
}
#programm div.text p strong.headline + br {
	display: none!important;
}

#programm div.text p sup {
	display: inline-block;
	font-family: "Archivo", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 10px;
	line-height: 0px;
	color: inherit;
}

#programm div.text a {
	position: relative;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: underline;
	/*
	text-underline-position: under;
	text-underline-offset: -3px;
	*/
	text-underline-offset: 4px;
	text-decoration-color: rgb(var(--farbe_1));
}
#programm div.text a:hover {
	color: rgb(var(--farbe_1));
}

#programm span.copyright {
	font-family: "Archivo", sans-serif!important;
	font-weight: 700!important;
}

#programm span.sternchen {
	color: rgb(var(--farbe_1));
	font-style: normal!important;
	font-weight: 200!important;
}

#programm div.text div.extra {
	margin: 11px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#programm div.text div.extra p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Archivo_SemiCondensed", sans-serif;
	font-weight: 500;
	font-style: italic;
	font-size: 16px;
	line-height: 22px;
}
#programm div.text div.extra p + p {
	margin: 11px 0px 0px 0px;
}

#programm div.text div.text_container div.special_block {
	font-family: "Archivo", sans-serif!important;
	background-color: rgba(var(--farbe_1), 0.12);
	padding: 6px 10px 7px 10px;
	border-radius: 3px;
	margin: 25px 0px 0px 0px;
	font-size: 16px;
	line-height: 22px;
}



/********** Bild float **********/

#programm div.bild_rahmen_float {
	position: relative;
	float: left;
	line-height: 0px;
}
#programm div.text p + div.bild_rahmen_float {
		margin-top: 15px!important;
}
#programm div.text div.bild_rahmen_float + p {
		margin-top: 11px!important;
}
#programm div.text div.bild_rahmen_float div.bild {
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 650px), (min-width: 851px) and (max-width: 1024px) {
	#programm div.text div.bild_rahmen_float {
		margin: 4px 15px 15px 0px;
	}
	#programm div.text div.bild_rahmen_float.portrait {
		width: 122px;
	}
	#programm div.text div.bild_rahmen_float.portrait div.bild {
		width: 122px;
		height: 122px;
	}
	#programm div.text div.bild_rahmen_float.buchcover {
		width: 122px;
	}
	/*
	#programm div.text div.bild_rahmen_float.buchcover div.bild {
	}
	*/
}
@media screen and (min-width: 651px) and (max-width: 850px), (min-width: 1025px) {
	#programm div.text div.bild_rahmen_float {
		margin: 4px 20px 15px 0px;
	}
	#programm div.text div.bild_rahmen_float.portrait {
		width: 188px;
	}
	#programm div.text div.bild_rahmen_float.portrait div.bild {
		width: 188px;
		height: 188px;
	}
	#programm div.text div.bild_rahmen_float.buchcover {
		width: 188px;
	}
	/*
	#programm div.text div.bild_rahmen_float.buchcover div.bild {
	}
	*/
}
#programm div.text div.bild_rahmen_float.portrait div.bild img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#programm div.text div.bild_rahmen_float.buchcover div.bild img {
	position: relative;
	width: 100%;
}

#programm div.clear {
	clear: left;
}
#programm div.clear + p {
	margin: 11px 0px 0px 0px;
}



/********** Film Termine + Tickets **********/

#programm div.termine {
	position: relative;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	width: 100%;
	clear: left;
}
#termine_anker {
	position: absolute;
	top: -60px;
	left: 0px;
	width: 0px;
	height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*
	background-color: rgb(var(--farbe_1));
	*/
	scroll-margin-top: 0!important;
}
#programm div.termine div.liste {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	border-top: 1px solid rgb(var(--farbe_1));
	color: rgb(var(--farbe_2));
	font-weight: 500;
}
#programm div.termine *.zeile {
	position: relative;
	display: grid;
	grid-column-gap: 0px;
	border-bottom: 1px solid rgb(var(--farbe_1));
	padding: 3px 0px 4px 0px;
}

#programm div.termine *.zeile div.keine_vorstellung {
	position: relative;
	padding: 0px 0px 0px 0px;
	grid-column: 1 / span 4;
	font-style: italic;
}

#programm div.termine *.zeile div.tag,
#programm div.termine *.zeile div.datum,
#programm div.termine *.zeile div.uhrzeit,
#programm div.termine *.zeile div.info {
	position: relative;
}

#programm div.termine *.zeile div.tag,
#programm div.termine *.zeile div.datum,
#programm div.termine *.zeile div.uhrzeit {
	padding: 0px 0px 0px 0px;
}

#programm div.termine div.tag,
#programm div.termine div.datum,
#programm div.termine div.uhrzeit {
	white-space: nowrap;
}
#programm div.termine div.datum,
#programm div.termine div.uhrzeit {
	font-variant-numeric: tabular-nums;
}
/*
#programm div.termine div.uhrzeit span.zeichen {
	margin: 0px 1px 0px 1px;
}
*/

#programm div.termine div.info p,
#programm div.termine div.info div {
	position: relative;
	margin: 0px 0px 0px 0px;
	color: rgb(var(--farbe_2));
}
#programm div.termine div.info div.haupttitel {
	font-weight: 700;
}
#programm div.termine div.info > p.preview,
#programm div.termine div.info > div.preview {
	font-weight: 700;
	color: rgb(var(--farbe_1));
}
#programm div.termine div.info div.uebertitel_klein,
#programm div.termine div.info div.uebertitel,
#programm div.termine div.info div.subtitel,
#programm div.termine div.info div.subtitel_klein {
	font-weight: 500;
}
#programm div.termine div.info div.uebertitel_klein,
#programm div.termine div.info div.haupttitel,
#programm div.termine div.info div.subtitel_klein {
	color: rgb(var(--farbe_2));
}
#programm div.termine div.info div.uebertitel,
#programm div.termine div.info div.subtitel {
	color: rgb(var(--farbe_1));
}
#programm div.termine div.info_text p.preview,
#programm div.termine div.info_text p.anwesenheit,
#programm div.termine div.info_text p.querverweis,
#programm div.termine div.info_text div.preview,
#programm div.termine div.info_text div.anwesenheit,
#programm div.termine div.info_text div.querverweis {
	font-weight: 700;
	color: rgb(var(--farbe_2));
}
#programm div.termine div.info p.info_extra,
#programm div.termine div.info div.info_extra {
	font-family: "Archivo_Condensed", sans-serif;
	font-weight: 400;
	font-style: italic;
	color: rgb(var(--farbe_2));
}
#programm div.termine div.info span.omu {
	cursor: default;
}
#programm div.termine div.info_text p.preview::before,
#programm div.termine div.info_text p.anwesenheit::before,
#programm div.termine div.info_text div.preview::before,
#programm div.termine div.info_text div.anwesenheit::before {
	content: "";
	display: inline-block;
	position: relative;
	width: 31px;
	height: 13px;
	margin: 0px 5px -1px 1px;
	background-color: rgb(var(--farbe_2));
	-webkit-mask-image: url("../bilder/_aufbau/hand.svg");
	mask-image: url("../bilder/_aufbau/hand.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}
#programm div.termine div.info_text p.preview,
#programm div.termine div.info_text p.preview + p.anwesenheit,
#programm div.termine div.info_text div.preview,
#programm div.termine div.info_text div.preview + div.anwesenheit {
	display: inline;
}
#programm div.termine div.info_text p.preview + p.anwesenheit::before,
#programm div.termine div.info_text div.preview + div.anwesenheit::before {
	display: none!important;
}
#programm div.termine div.info a {
	color: inherit;
	text-decoration: underline;
}
#programm div.termine div.info a:hover {
	color: rgb(var(--farbe_1));
}

@media screen and (max-width: 700px), (min-width: 851px) and (max-width: 1100px) {
	#programm div.termine {
		/*
		font-family: "Archivo_Condensed", sans-serif;
		*/
		font-family: "Archivo", sans-serif;
	}
	#programm div.termine *.zeile {
		/*
		grid-template-columns: 29px 48px 49px 1fr;
		*/
		grid-template-columns: 32px 59px 63px 1fr;
	}
	/*
	#programm div.tickets span {
		display: none;
	}
	*/
	#programm div.termine div.info {
		display: contents;
	}
	#programm div.termine div.info div.uebertitel_klein,
	#programm div.termine div.info div.haupttitel,
	#programm div.termine div.info div.preview,
	#programm div.termine div.info div.uebertitel,
	#programm div.termine div.info h4,
	#programm div.termine div.info div.subtitel,
	#programm div.termine div.info div.subtitel_klein,
	#programm div.termine div.info div.info_text {
		grid-column: 3 / span 2;
	}
	#programm div.termine div.info_text {
		padding-right: 65px!important;
	}
}
@media screen and (min-width: 701px) and (max-width: 850px), (min-width: 1101px) {
	#programm div.termine {
		font-family: "Archivo", sans-serif;
	}
	#programm div.termine *.zeile {
		grid-template-columns: 37px 61px 65px 1fr;
	}
	#programm div.termine div.info {
		padding-right: 90px!important;
	}
}



/********** Kooperationen und Logos **********/

#hauptspalte_rahmen div.logos {
	position: relative;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
	width: 100%;
	/*
	padding: 25px 0px 5px 0px;
	border-top: 1px solid rgba(var(--farbe_2), 0.5);
	*/
}

#hauptspalte_rahmen div.logos div.text {
	/*
	font-family: "Archivo", sans-serif;
	*/
	font-family: "Archivo_SemiCondensed", sans-serif;
	font-weight: 500;
	font-style: italic;
	font-size: 16px;
	line-height: 20px;
	color: rgb(var(--farbe_2));
	margin-top: 0px!important;
	padding-top: 0px!important;
}
#hauptspalte_rahmen div.logos div.text p {
	font-family: "Archivo_SemiCondensed", sans-serif;
	font-weight: 500;
	font-style: italic;
	margin-top: 10px;
}
@media screen and (max-width: 750px), (min-width: 851px) and (max-width: 1024px) {
	#hauptspalte_rahmen div.logos div.text {
		font-family: "Archivo_SemiCondensed", sans-serif;
	}
	#hauptspalte_rahmen div.logos div.text p {
		font-family: "Archivo_SemiCondensed", sans-serif;
	}
}

#hauptspalte_rahmen div.logos div.logos_rahmen {
	position: relative;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0px;
	line-height: 0px;
	display: flex;
	gap: 15px 30px;
	align-items: center;
	flex-wrap: wrap;
}
#hauptspalte_rahmen div.logos div.text + div.logos_rahmen {
	margin: 15px 0px 0px 0px;
}

#hauptspalte_rahmen div.logos div.logos_rahmen > div {
	position: relative;
	line-height: 0px;
	background-color: #FFF;
	/*
	mix-blend-mode: multiply;
	*/
}
#hauptspalte_rahmen div.logos div.logos_rahmen > div a {
	position: relative;
	display: block;
	text-decoration: none;
	line-height: 0px;
	background-color: #FFF;
}
#hauptspalte_rahmen div.logos div.logos_rahmen > div a::before,
#hauptspalte_rahmen div.logos div.logos_rahmen > div div::before {
	content: "";
	position: absolute;
	z-index: 1;
	background-color: rgba(var(--farbe_2), 1);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	mix-blend-mode: screen;
}
#hauptspalte_rahmen div.logos div.logos_rahmen > div a:hover::before {
	background-color: rgba(var(--farbe_1), 1);
}
#hauptspalte_rahmen div.logos div.logos_rahmen > div img {
	position: relative;
	/*
	width: 100%;
	height: 100%;
	object-fit: cover;
	*/
}



/********** Trennlinien **********/

#programm hr.trennlinie {
	margin: 25px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
	height: 0px;
	border: none;
	border-top: 2px solid rgba(var(--farbe_2), 1);
}

#programm hr.trennlinie_duenn {
	margin: 17px 0px 18px 0px;
	padding: 0px 0px 0px 0px;
	height: 0px;
	border: none;
	border-top: 1px solid rgba(var(--farbe_2), 1);
}
