/********** Soundwatch Programm CSS [ö] **********/

#abtoenung {
	position: fixed;
	z-index: 19;
	top: -2px;
	left: 0;
	width: 100%;
	height: calc(100% + 4px);
	display: none;
	background-color: rgba(0, 0, 0, 0.4);
	mix-blend-mode: multiply;
	/*
	cursor: pointer;
	*/
}

#seitenebene {
	position: fixed;
	z-index: 20;
	top: 0;
	height: 100%;
	transition: right 0.4s;
	background-color: #FFF;
}
#seitenebene.aktiv {
	right: 0!important;
}

#seitenebene_rahmen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	padding: 0 0 0 0;
}

#seitenebene_inhalt {
	position: relative;
}

#seite_schalter_aus {
	position: absolute;
	z-index: 21;
	cursor: pointer;
	background-image: url("../bilder/aufbau/Seite_schalter_aus.svg");
	background-size: cover;
	mix-blend-mode: multiply;
	opacity: 0.7;
	display: none;
}
#seitenebene.aktiv #seite_schalter_aus {
	display: block!important;
}
#seite_schalter_aus:hover {
	opacity: 1;
}

#ladezeichen {
	position: absolute;
	z-index: 21;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}



/********** Inhalte **********/

div.vorstellung_rahmen {
	position: relative;
}

div.vorstellung_infos {
	position: relative;
}
div.vorstellung_infos div.datum {
	position: relative;
	font-size: 17px;
	line-height: 22px;
	font-weight: 500;
	color: var(--farbe_2);
	margin: 0 0 0 0;
}
div.vorstellung_infos div.datum span.kleiner {
	font-size: 14px!important;
}
div.vorstellung_infos div.kino {
	position: relative;
	font-size: 17px;
	line-height: 22px;
	font-weight: 500;
	color: var(--farbe_2);
	margin: 0 0 0 0;
}
div.vorstellung_infos div.infos_extra {
	position: relative;
	font-size: 17px;
	line-height: 22px;
	font-weight: 700;
	/*
	color: rgb(238, 0, 0);
	color: rgb(102, 34, 221);
	*/
	margin: 0 0 0 0;
}

div.vorstellung_hauptspalte {
	position: relative;
	margin: 25px 0 0 0;
}
div.vorstellung_hauptspalte h4 {
	position: relative;
	font-weight: 400;
	margin: 0 0 0 -1px;
}
div.vorstellung_hauptspalte h4.extra {
	font-weight: 700!important;
	color: var(--farbe_2)!important;
}
div.vorstellung_hauptspalte h4.premiere {
	font-weight: 400!important;
	/*
	color: var(--farbe_2)!important;
	*/
}
div.vorstellung_hauptspalte h3 {
	position: relative;
	font-weight: 700;
	/*
	color: rgb(238, 0, 0);
	color: rgb(102, 34, 221);
	*/
	margin: 0 0 0 -1px;
}
div.vorstellung_hauptspalte h3 span.normal {
	font-weight: 400;
	/*
	color: rgb(238, 0, 0);
	color: rgb(102, 34, 221);
	*/
}
div.vorstellung_hauptspalte h3 span.omu {
	font-size: 15px;
	font-weight: 400;
	color: #777;
	white-space: nowrap;
}
span.omu.br {
	white-space: normal!important;
}
div.vorstellung_hauptspalte h4.kleiner {
	font-size: 19px!important;
	line-height: 23px!important;
	font-weight: 400!important;
	margin: 3px 0 0 0!important;
}
div.vorstellung_hauptspalte h3 + div.omu,
div.vorstellung_hauptspalte h3 + div.credits {
	margin: 10px 0 0 0;
}
div.vorstellung_hauptspalte div.omu,
div.vorstellung_hauptspalte div.credits {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #777;
	margin: 0 0 0 0;
}

div.vorstellung_hauptspalte div.program_sub {
	margin: 12px 0 0 0;
}
div.vorstellung_hauptspalte div.program_sub h3 {
	font-size: 21px!important;
	line-height: 26px!important;
	margin: 0 0 0 0;
}
div.vorstellung_hauptspalte div.program_sub h3 span.omu {
	font-size: 13px!important;
}
div.vorstellung_hauptspalte div.program_sub div.omu,
div.vorstellung_hauptspalte div.program_sub div.credits {
	margin-top: 1px!important;
}
div.vorstellung_hauptspalte div.program_sub div.credits +h3 {
	margin-top: 10px!important;
}



div.vorstellung_hauptspalte div.vorstellung_bild {
	position: relative;
	width: 100%;
	margin: 25px 0 25px 0;
}
div.vorstellung_hauptspalte div.vorstellung_bild img {
	position: relative;
	width: 100%;
	/*
	border-radius: 4px;
	*/
}
div.vorstellung_hauptspalte div.vorstellung_bild div.bild_credits {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: -6px;
	width: 1px;
	height: 1px;
	transform: rotate(-90deg);
	font-size: 11px;
	line-height: 11px;
}
div.vorstellung_hauptspalte div.vorstellung_bild div.bild_credits.extra {
	left: -3px;
}
div.vorstellung_hauptspalte div.vorstellung_bild div.bild_credits div {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 11px;
	line-height: 11px;
	text-align: right;
	opacity: 0.6;
	white-space: nowrap;
}
div.vorstellung_hauptspalte div.vorstellung_bild div.bild_credits.extra div {
	font-size: 8px;
	line-height: 8px;
}
div.vorstellung_hauptspalte div.texte_rahmen {
	position: relative;
	margin-right: -5px;
}
div.vorstellung_hauptspalte h4.kleiner + div.texte_rahmen {
	margin-top: 22px!important;
}
div.vorstellung_hauptspalte div.text_de,
div.vorstellung_hauptspalte div.text_en {
	position: relative;
	font-size: 17px;
	line-height: 24px;
	font-weight: 400;
}
div.texte_rahmen div.text_de *,
div.texte_rahmen div.text_en * {
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-before: 3;
	-webkit-hyphenate-limit-after: 3;
	-webkit-hyphenate-limit-chars: 6 3 3;
	-webkit-hyphenate-limit-lines: 3;
	-webkit-hyphenate-limit-last: always;
	-webkit-hyphenate-limit-zone: 8%;
	-moz-hyphens: auto;
	-moz-hyphenate-limit-chars: 6 3 3;
	-moz-hyphenate-limit-lines: 3;
	-moz-hyphenate-limit-last: always;
	-moz-hyphenate-limit-zone: 8%;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: 6 3 3;
	-ms-hyphenate-limit-lines: 3;
	-ms-hyphenate-limit-last: always;
	-ms-hyphenate-limit-zone: 8%;
	hyphens: auto;
	hyphenate-limit-chars: 6 3 3;
	hyphenate-limit-lines: 3;
	hyphenate-limit-last: always;
	hyphenate-limit-zone: 8%
}
div.vorstellung_hauptspalte div.text_en {
}
div.vorstellung_hauptspalte div.text_en,
div.vorstellung_hauptspalte div.text_en *,
div.vorstellung_hauptspalte div.tickets * {
	color: var(--farbe_2);
}
div.vorstellung_hauptspalte div.text_de p,
div.vorstellung_hauptspalte div.text_en p {
	position: relative;
	margin: 0 0 0 0;
}
div.vorstellung_hauptspalte div.text_de p + p,
div.vorstellung_hauptspalte div.text_en p + p {
	margin: 10px 0 0 0;
}
div.vorstellung_hauptspalte div.text_de p.info_extra,
div.vorstellung_hauptspalte div.text_en p.info_extra,
div.vorstellung_hauptspalte div.tickets p {
	position: relative;
	font-size: 17px;
	line-height: 22px;
	margin: 15px 0 0 0!important;
}
div.vorstellung_hauptspalte div.text_de p.info_extra_anmeldung,
div.vorstellung_hauptspalte div.text_en p.info_extra_anmeldung {
	position: relative;
	font-size: 17px;
	line-height: 22px;
	margin: 0 0 0 0!important;
}
div.vorstellung_hauptspalte div.text_de p.info_extra strong,
div.vorstellung_hauptspalte div.text_en p.info_extra strong,
div.vorstellung_hauptspalte div.tickets strong {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-weight: 700;
}
div.vorstellung_hauptspalte div.venue {
	position: relative;
	margin: 22px 0 0 0!important;
}
div.vorstellung_hauptspalte div.venue p {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 0 0;
}
div.vorstellung_hauptspalte div.venue p + p {
	margin: 10px 0 0 0!important;
}

div.vorstellung_hauptspalte hr.trennlinie_duenn {
	position: relative;
	height: 0;
	border: 0;
	border-top: 1px dotted var(--farbe_2);
	margin: 30px 0 30px 0;
}

div.vorstellung_hauptspalte hr.trennlinie.extra {
	position: relative;
	height: 0;
	border: 0;
	border-top: 3px solid var(--farbe_2);
	margin: 30px 0 30px 0;
}

div.vorstellung_hauptspalte div.text_en a:hover {
	color: #111!important;
}

/* Logo-Zeile alt: */
div.vorstellung_rahmen div.logo_zeile {
	margin: 30px 0 0 0;
}
div.vorstellung_rahmen div.logo_zeile a + a {
	margin: 0 0 0 25px;
}

/* Einzel-Logo neu: */
div.vorstellung_rahmen div.logo_rahmen {
	position: relative;
	margin: 24px 0 0 0;
}
div.vorstellung_rahmen div.logo_rahmen div.logo {
	position: relative;
	display: inline-block;
	background-color: #FFF;
}
div.vorstellung_rahmen div.logo_rahmen div.logo a {
	position: relative;
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
}
div.vorstellung_rahmen div.logo_rahmen div.logo a::before,
div.vorstellung_rahmen div.logo_rahmen div.logo div::before {
  content: "";
  position: absolute;
  z-index: 1;
	/*
	background-color: var(--farbe_1)!important;
	*/
	background-color: #000!important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
}
div.vorstellung_rahmen div.logo_rahmen div.logo a:hover::before {
  background-color: var(--farbe_2)!important;
}
div.vorstellung_rahmen div.logo_rahmen div.logo img {
  position: relative;
}



/********** Programm Absage **********/
div.vorstellung_rahmen.absage div.vorstellung_infos div.datum,
div.vorstellung_rahmen.absage div.vorstellung_infos div.kino {
	text-decoration: line-through;
	text-decoration-color: var(--farbe_2)!important;
}
div.vorstellung_rahmen.absage div.vorstellung_hauptspalte div.text_de p.info_extra,
div.vorstellung_rahmen.absage div.vorstellung_hauptspalte div.text_en p.info_extra {
	color: var(--farbe_2)!important;
}
div.vorstellung_rahmen.absage div.vorstellung_hauptspalte div.text_de p.info_extra strong,
div.vorstellung_rahmen.absage div.vorstellung_hauptspalte div.text_en p.info_extra strong {
	font-weight: 500!important;
}
div.vorstellung_rahmen.absage div.tickets,
div.vorstellung_rahmen.absage div.tickets *,
div.vorstellung_rahmen.absage div.venue,
div.vorstellung_rahmen.absage div.venue * {
  color: #999!important;
}
div.vorstellung_rahmen.absage div.logo_rahmen div.logo a::before,
div.vorstellung_rahmen.absage div.logo_rahmen div.logo div::before {
  background-color: #999!important;
}


/********** small Screen (mobil) **********/
@media screen and (max-width: 700px) {
	#seitenebene {
		width: 90%;
		right: -90%;
	}
	#seitenebene_inhalt {
		padding: 18px 20px 35px 20px;
	}
	#seite_schalter_aus {
		/*
		top: 7px;
		right: 5px;
		*/
		top: 50%;
		left: -22px;
		width: 15px;
		height: 25px;
		margin-top: -20px;
		opacity: 1!important;
	}
	div.vorstellung_hauptspalte h4,
	div.vorstellung_hauptspalte h3 {
		font-size: 22px;
		line-height: 27px;
	}
}



/********** all from mid Screen **********/
@media screen and (min-width: 701px) {
	#seitenebene_inhalt {
		padding: 40px 10% 60px 10%;
	}
	#seite_schalter_aus {
		top: 50%;
		left: -28px;
		width: 18px;
		height: 30px;
		margin-top: -20px;
	}
	div.vorstellung_hauptspalte h4,
	div.vorstellung_hauptspalte h3 {
		font-size: 26px;
		line-height: 30px;
	}
}



/********** mid Screen **********/
@media screen and (min-width: 701px) and (max-width: 1024px) {
	#seitenebene {
		width: 80%;
		right: -80%;
	}
}



/********** Big Screens **********/
@media screen and (min-width: 1025px) and (max-width: 1200px) {
	#seitenebene {
		width: 70%;
		right: -70%;
	}
}



/********** very Big Screens **********/
@media screen and (min-width: 1201px) {
	#seitenebene {
		width: 65%;
		right: -65%;
	}
}
