/* FONTS EINBINDEN */


/* first for IE 4–8 */
@font-face {
	font-family: DINWeb-Light;
	src: url("fonts/DINWeb-Light.eot");
}

/* then for WOFF-capable browsers */
@font-face {
	font-family: DINWeb-Light;
	src: url("fonts/DINWeb-Light.woff") format("woff");
}

img.logo_jtz_spielplan {
	width: 80px;
	margin: -0.2em 0 0 0.25em;
}



/* first for IE 4–8 */
@font-face {
	font-family: DINWeb-Bold;
	src: url("fonts/DINWeb-Bold.eot");
}

/* then for WOFF-capable browsers */
@font-face {
	font-family: DINWeb-Bold;
	src: url("fonts/DINWeb-Bold.woff") format("woff");
}


/* first for IE 4–8 */
@font-face {
	font-family: DINWeb-LightIta;
	src: url("fonts/DINWeb-LightIta.eot");
}

/* then for WOFF-capable browsers */
@font-face {
	font-family: DINWeb-LightIta;
	src: url("fonts/DINWeb-LightIta.woff") format("woff");
}



/* ENDE FONTS EINBINDEN */


body { font-family: "DINWeb-Light", Helvetica, sans-serif !important; font-size:17px; font-weight:100; font-style:normal; line-height: 1.5em; word-wrap: break-word; margin: 0; padding: 0; border: 0; outline: 0;border-top:0px; 
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}










/* ################################################################################################ */

@media print {
	
	
	#mobile_menu {
		display: none;
	}	 
	
	#navigation_top {
		display: none;
	}
	
	#sidebar_left {
		display: none;
	}
	
	#content {
		width: 100%;
	}	
	
	body.has_sidebar_left #content {
		width: 100% !important;
	} 
	
	#sidebar {
		display: none;
	}	 
	
	
	
	
	div.search {
		display: none;
	}	 
	
}


/* ################################################################################################ */

body {
	
	font-family: 'DINWeb-Light', sans-serif;
	font-size: 20px;
	line-height: 1.6em;
	padding-top: 0px;
	font-weight: 400;
	padding: 0;
	margin: 0;
	width: 100vw !important;
	overflow-x: hidden !important;
	min-height: 100%;
	padding-bottom: 20px;
	position: relative;

	
	
}


#main_wrapper {
   flex: 1;
   min-height: 100%;
   height: auto !important;
   height: 100%;
   margin: 0 !important;

}

#footer {
display: none;
position: fixed;
bottom: 0;
left: 0;
background-color: #fff;
width: 100% !important;
z-index: 5000;
}


#logo_byline {
	display: block !important;
}	


#logo {
	display: block !important;
	margin: 0px 0 0 10px;
	padding: 0px;
	margin-left: 20px !important;
}	


#content h1 {
	font-family: 'DINWeb-Bold', sans-serif;
	font-weight: 700;
	margin-bottom: 0.5em;
	font-size: 3.5em;
}

h1.spielplan {
font-family: 'DINWeb-Bold', sans-serif;
font-weight: 700;
margin-bottom: 0.75em;
font-size: 3.5em;
display: block;
float: left !important;
width: 100%;
clear: both !important;	
}

h2 {
	font-family: 'DINWeb-Bold', sans-serif;
		color: #666;
	font-size: 2em;
}


h3 {
	font-family: 'DINWeb-Bold', sans-serif;
	
	font-family: 'DINWeb-Bold', sans-serif;
		font-size: 1.3em;
	border: none;
	}


h2.projektuntertitel {
	font-family: 'DINWeb-Bold', sans-serif;
		color: #666;
	margin: 0.3em 0 0 0;
	font-size: 1.5rem;
	}

h2.projektuntertitel_2 {
		font-family: 'DINWeb-Bold', sans-serif;
		color: #ccc;
		font-size: 80%;
		margin: 0.3em 0 0 0;
		font-size: 1.6rem;
			}

strong {
	font-family: 'DINWeb-Bold', sans-serif;
	}


body a {
	color: #000;
	text-decoration: underline;
	border-bottom: 0px !important;
}

.nav-pills .nav-link.active {
	color: #000;
}




body a:hover {
	color: #000;
	text-decoration: none;
}

div.spielplan_item:hover {
	background-color: #ccc !important;
}



	
#header {
	width: 100vw;
	height: 14vh;
	z-index: 600;
	top:0;
	left:0;
	background-color: #fff;
}


div.subactivity {
	background-color: #ccc;
}

div.hinweis_schulvorstellung {
	background-color: lightyellow;
}

p.download_link {
	float: left;
	display: block;
	margin: 0.5em 0 0 0.5em;
	position: relative;
	z-index: 999999;
}


section.banner {
	position: absolute;
	z-index: 50000;
	top: 15vh;
	float: left;
	padding: 0%;
	display: table;
	margin: 0;
	background-color: #fff;
	width: 100vw;
	height: 86vh;
	background-repeat: no-repeat;
	background-position: top center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover !important;
	float: left;
	clear: both;
}

section.banner::after {
	content: ""; 
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 86vh;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(171, 176, 175, 1.000) 100%);
	z-index: 3;
	mix-blend-mode: multiply; 
} 




section.proj_banner {
	position: absolute;
	z-index: 50000;
	top: 14vh !important;
	float: left;
	padding: 0%;
	display: table;
	margin: 0;
	width: 100vw;
	background-color: #373B44;
	height: 76vh;
	background-repeat: no-repeat;
	background-position: center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}





div.section_content_title {
	height: 10vh;
	margin: 0px;
	
	padding: 0% 4% 2% 4%;
}


div.section_content_text {
	margin: 0px;
	padding: 4% 4% 4% 4%;
}

div.section_content_text p {
	margin: 0 0 1.7em 0;
	padding: 0;
	font-size: 20px; 
	line-height: 1.7em;
	text-align: left; 
	hyphens:auto;
	orphans: 2; 
	widows: 2;
	
}


#newsletter_anmeldung {
	margin: 0 0 1.3em 0 !important;
	border-bottom: 1px solid #666;
	padding-bottom: 1em;
	height: 950px !important;
	float: left;
	clear: both;
}

#newsletter_anmeldung h2 {
	font-size: 15px !important;
	text-align: left;
}

div.legende {
	position: absolute;
	top: 96%;
	left: 2%;
	z-index: 90000 !important;
	
	padding-right: 10px;
	background-color: transparent;
}



div.legende p {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: right;
}

div.welcome {
	position: absolute;
	width: 100%;
	bottom: 15vh;
	left: 0%;
	padding: 5% 5% 2% 5%;
	z-index: 90000 !important;
	padding-bottom: 30px;
} 

h1.welcome_title {
	font-family: 'DINWeb-Bold', sans-serif;
	
	font-size: 7rem !important;
	color: #fff;
	text-shadow: 1px 1px 2px black; 
	width: 100%;
	float: left;
	text-align: center;
}

div#stk_uebersicht_title {
	
	width: 100%;
	position: absolute;
	top: 18vh;
	padding-left: 2.5%;
	clear: both;
}

div#stk_uebersicht_title h1 {
	font-size: 2em !important;
	font-family: 'DINWeb-Bold', sans-serif;
	
}


div.stk_uebersicht_title h2 {
	margin-bottom: 1em;
	font-size: 2em;
	font-family: 'DINWeb-Bold', sans-serif;
	
}

h1.projektliste_titel {
	font-size: 1em;
	margin-top: 1rem !important;
	font-family: 'DINWeb-Bold', sans-serif;
	margin-left: 0em;
}

h1.projektliste_titel_planet_b {
	font-size: 2em;
	font-family: 'DINWeb-Bold', sans-serif;
	margin: 10px 10px 10px 10px !important;
}


h1.stueck_archiv {
	font-family: 'DINWeb-Light' !important;
	
}

div#pressezitate {
	clear: both;
}

div#pressezitate p {
font-family: "Courier", serif;
font-size: 20px;
color: #666;
}


p.stk_uebersicht {
	font-size: 13px;
	line-height: 1.5em;
}


section.proj_content {
	width: 100vw;
	padding: 0% 5% 35% 2%;
	position: relative;
	top: 71.5vh;
	overflow: visible;
	
}

section.proj_content_top {
	width: 100vw;
	padding: 0% 5% 25% 2%;
	position: relative;
	top: 4vh !important;

	
}

section.proj_content_projektuebersicht {
	width: 100%;
	margin: 2rem 0 0 0;
	padding: 0% 5% 30% 2.5%;
	position: absolute;
	top: 22vh;
	column-count: 2;

}


section.proj_content_projektuebersicht_planet {
	width: 100%;
	margin: 2rem 0 0 0;
	padding: 3% 5% 30% 2.5%;
	position: absolute;
	top: 22vh;
	column-count: 1;

}

section.proj_content_teamuebersicht {
	width: 100%;
	margin: 2rem 0 0 0;
	padding: 0% 5% 0% 2.5%;
	position: relative;
	top: 32vh;
	display: block; 
	column-count: 2;
}


section.proj_content_projektuebersicht a {
	text-decoration: none;
}
	

.proj_content_projektuebersicht a:link, h1.projektliste_titel a:visited	{
	text-decoration: none;
	font-family: 'DINWeb-Bold', sans-serif;
	
}

.proj_content_projektuebersicht a:hover, h1.projektliste_titel a:active	{
	text-decoration: underline;
	font-family: 'DINWeb-Bold', sans-serif;
	
}



div.project_row {
	width: 100%;
	min-height: 200px;
	margin: 0em 0 2em !important;
	 border: 1px solid #ccc;
	clear: both !important;
	float: none;
	display: flex;
	flex-flow: nowrap;

}


div.team_row {
	width: 100%;
	height: 200px;
	margin: 0em 0 2em 0 !important;
	border: 1px solid #ccc;
	display: block;
	clear: both;
}


div.team_row_first {
	margin: 2em 0 2em 0 !important;
}


	img.projektliste_img {
	height: 200px;
	width: auto;
	margin: 0 1em 0 0;
	float: left;
	display: block;
}


img.projektliste_img_presse {
	width: 250px !important;
	height: auto;
	margin: 0 2em 0 0 !important;
	float: left;
}

.projektliste_lead {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0 10px 0 0;
}






div.projekttitel {
	width: 100%;
	left: 0%;
	padding: 1.5% 5% 0% 0%;
	z-index: 850000;
	padding-bottom: 0px;
	margin: 0 0 2em 0;
	background-color: #fff;
} 

h1.projekttitel {
	font-family: 'DINWeb-Bold', sans-serif;
	
	font-size: 3.5rem;
	color: #000;
	/* text-shadow: 1px 1px 2px black; */ 
	width: 100%;
	margin-top: 0.8em;
	margin-bottom: 0px;
	text-align: left;
}

#proj_content_projektuebersicht a:hover, #proj_content_projektuebersicht a:active,   
#proj_content_projektuebersicht a:link, #proj_content_projektuebersicht a:visited  
{
	font-family: 'DINWeb-Light', sans-serif !important;
}

div.stueck_intro {
	display: none;
	float: left;
	background-color: #fff;
	width: 100%;
	left: 0px;
	z-index: 600;
	margin: 0 0 2em 0;
	padding: 12px 0px 62px 0px !important; 
	border-bottom: 1px solid #000;
	margin-bottom: 2em;
	
}

div.stueck_intro_content {
	width: 100%;
	-webkit-column-count: 1;
	columns: 1;
	grid-column-gap: 2%;
}



div.naechste_vorstellungen {
	margin-top: 2em;
}


div#trailer {
	float: left;
	height: auto;
	margin-top: 2em;
	width: 62%;
}


div#trailer h3 {
	width: 100%;
	clear: both;
}

div.stueck_intro p {
	font-size: 20px;
	line-height: 1.5em;
	color: #666;
	/* text-shadow: 1px 1px 2px black; */ 
	margin: 0 0 0.1em 0;
	text-align: left;
	
}

/* Feine Linie unter Titel */

div.title_borderbox {
	border-bottom: 1px solid #F1F2F4;
	position: relative;
}

/* Fettere Linie zu Beginn der feinen Linie */

div.gdot {
	background: none repeat scroll 0 0 #FFFFFF !important;
	bottom: -2px;
	height: 3px;
	position: absolute;
	width: 50px;
}


h4 {
	font-size: 20px;
	font-family: 'DINWeb-Bold', sans-serif;
	color: #D44435;
	text-transform: none;
}


img.float {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


#logo img.logo_tz {
	height: 11vh;
	width: auto;
	float: left;
	margin: 0.5em 0.2em 2em 0em;
	padding: 0 0 0 1em
	}


#content ul {
	list-style-type: disc;
	list-style-position: outside;	
	margin-left:8px;
	padding-left: 14px;
}

#aktuell ul  {
	list-style-type: none;
	margin-left:0px;
	padding-left: 0px;
}

#mobile_menu img.logo_mobile_menu {
	width: 250px;
	margin-left: -2px;
}


table {
	border: 0px;
	margin: 0px;
	-webkit-border-horizontal-spacing: 0px;
	-webkit-border-vertical-spacing: 0px;
	
}

td {
	border: 0px;
	margin: 0px;
}


td, td > p {
	font-family: "Open Sans", sans-serif;
	
}


img.fadeinout {
	height: 20px;
	width: auto;
	float: left;
	margin-right: 10px;
	margin-left: 3px;
}

div#museum_search_header {
	clear: both;
	margin-bottom: 4rem;
}

div.search_message {
	float: left;
	width: 100% !important;
	clear: both;
	padding: 2em 0 0 1em;
}


ul.search_results {
	clear:  both;
	min-height: 1800px !important;
}

div#acess_liste_ausgabe {
	margin-top: 1em;
	clear:both;
}

form#search_museum_form {
	
}

form#search_museum_form input {
	width: 97%;
	float: right;
}




img.search {
	width: 50px;
	height: 50px;
	float:left; 
	margin-right: 40px;
	margin-top: 5px;
	
}




div.event a:link, div.event a:visited {
	
	color: #000000 !important;
}

div.event a:active, div.event a:hover {
	
	color: #000 !important;
}

div.event i {
	float: right;
	margin-bottom: 2rem;
	margin-left: 1rem;
	margin-right: 10px;
}


#banner {
	width: 98%;
	margin: 0 1% 1rem 0;
	padding: 0px;
	overflow: hidden !important;
	height: 380px;
}


.theaterundschule {
	padding-left: 0px;
	margin-left: 0px !important;
	color: #449CDA;
}

ul#navigation_2 li {
	background-color: #e4eaf7;
}


.onlineticket {
	padding-left: 0px;
	margin-left: 0px !important;
	color: #DE8339;
}



#byline {
	float: right;
	margin-top: 59px;
	margin-right: 0px !important;
	width: 600px;
	font-weight: bold;
	font-size: 30px;
}	

p.activity_ausweichtext {
	font-size: 12px;
	line-height: 1.5em;
}

p.debug {
	font-family: monospace;
	font-size: 11px;
	color: green;
}

p.hidden {
	display: none !important;
}




p.verschiebedatum {
	font-size: 1em !important;
	font-family: 'DINWeb-Bold', sans-serif;
}



span.verschieben_marker {
	background-color: green;
	color: #fff;
	padding: 2px 1px 0px 1px;
	margin: 0 1.25em 0 0em !important;
	animation: blinkingTextzz 2s infinite;

}

@keyframes blinkingTextzz {
	0%{     color: #fff;    }
	33%{    color: green; }
	66%{    color: green; }
	100%{   color: #fff;    }
}





span.defintiv {
	background-color: #E63329;
	color: #fff;
	padding: 2px 1px 0px 1px;
	margin: 0 0 0 1.25em !important;
	animation: blinkingTextz 2s infinite;

}

span.defintiv_linksbuendig {
	background-color: #E63329;
	color: #fff;
	padding: 2px 1px 0px 1px;
	margin: 0 0 0 0em !important;
	animation: blinkingTextz 2s infinite;

}





span.defintiv_kleiner {
	font-size: 67%;
	background-color: #E63329;
	color: #fff;
	margin: 0 0 0 1.25em !important;
	padding: 2px 1px 0px 1px;
	animation: blinkingTextz 2s infinite;	
}

@keyframes blinkingTextz {
	0%{     color: #fff;    }
	33%{    color: #E63329; }
	66%{    color: #E63329; }
	100%{   color: #fff;    }
}



.durchgestrichen {
	text-decoration: line-through;
}

li.edit a { 
	background-color: #ff21b5;
	border-radius: 0.25rem;
	color: #fff !important;
	border-bottom: 0px !important;
}


span.grau {
	color: #8C8D89;
}


div#suchresultate_museen ul.nav li {
	float: none;
	clear: right;
	width:100%;
}

p.suchresultat {
	font-weight: bold;
}

p.event_museum {
	font-size: 0.8rem;
}



div.quotebox {
	width: 100%;
	clear: both;
	padding: 5px;
}	

div.quote_text {
	float: left;
	margin: 0 2rem 0 0;
	font-size: 1.5rem;
	line-height: 2.3rem;
	color: #fff;
	width: 72%;
}
div.quote_text p {
	font-size: 1.5rem;
	line-height: 2rem;
	
}



div.quote_bild {
	float: right;
	width: 200px;
	height: 200px;
	margin: 10px 0 0 0 ;
	border-radius: 50%;
	overflow: hidden;
}	

p.quote_text_name {
	font-size: 75% !important;
	font-weight: bold;
}	

blockquote {
	margin: 1rem 10px 10px 0;
	padding: 0px;
	border: 0px;
	font-style: normal;
	font-size: 1em;
	color: #666;
	clear: both;
}



h4.event_museum_titel {
	font-size: 0.8rem;
	margin-bottom: 0.2rem;
}

div.event_museumshinweis {
	margin-top: 2rem;
}

h4.museum_event_liste {
	font-size: 20px;
	font-weight: bold;
}


.arrow_next {
	box-sizing: border-box;
	height: 4vw;
	width: 4vw;
	border-style: solid;
	border-color: #fff;
	border-width: 0px 3px 3px 0px;
	transform: rotate(45deg);
	transition: border-width 150ms ease-in-out;
	position: absolute;
	z-index: 10000;
	top: 57vh;
	left: 50vw;
	margin-left: auto;
	margin-right: auto;
}

.arrow_next_home {
	box-sizing: border-box;
	height: 4vw;
	width: 4vw;
	border-style: solid;
	border-color: #fff;
	border-width: 0px 3px 3px 0px;
	transform: rotate(45deg);
	transition: border-width 150ms ease-in-out;
	position: absolute;
	z-index: 10000;
	top: 67vh;
	left: 50vw;
	margin-left: auto;
	margin-right: auto;
}



.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  from {
    margin-top: 0;
  }
  to {
    margin-top: -15px;
  }
}





div.search {
	width: 100%;
	margin: 0 0 2rem 0;
	clear: both;
}




h4.museum_titel_ort {
	margin-bottom: 1rem;
}

a.map:link, a.map:visited {
	
	color: #CB0013;
}

a.map:hover, a.map:active {
	
	color: #000;
}


.navbar-form .form-control-static, .navbar-form .form-group {
	display: inline-block
}

.navbar-form .control-label, .navbar-form .form-group {
	margin-bottom: 0;
	vertical-align: middle
}

.navbar-form .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle
}

.navbar-form .input-group {
	display: inline-table;
	vertical-align: middle
}

.navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn {
	width: auto
}

.navbar-form .input-group > .form-control {
	width: 100%
}

.navbar-form .checkbox, .navbar-form .radio {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle
}

.navbar-form .checkbox label, .navbar-form .radio label {
	padding-left: 0
}

.navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
	position: relative;
	margin-left: 0
}

.navbar-form .has-feedback .form-control-feedback {
	top: 0
}

.navbar-form {
	width: auto;
	border: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: none
}

.navbar-form .form-control-static, .navbar-form .form-group {
	display: inline-block
}

.navbar-form .control-label, .navbar-form .form-group {
	margin-bottom: 0;
	vertical-align: middle
}

.navbar-form .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle
}

.navbar-form .input-group {
	display: inline-table;
	vertical-align: middle
}

.navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn {
	width: auto
}

.navbar-form .input-group > .form-control {
	width: 100%
}

.navbar-form .checkbox, .navbar-form .radio {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle
}

.navbar-form .checkbox label, .navbar-form .radio label {
	padding-left: 0
}

.navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
	position: relative;
	margin-left: 0
}

.navbar-form .has-feedback .form-control-feedback {
	top: 0
}

.navbar-form {
	width: auto;
	border: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: none
}








form.search {
	float: right;
	width: 98%;
}


@media (min-width: 960px) {
	.navbar-header {
		background-color: transparent;
		float: none;
	}
	#mobile_menu {
		display: none;
	}
	
	#topnav {
		display: block;
	}
	
}







.nav-link.active {
	background-color: #fff !important;
	border: 1px solid #ccc !important;
	
}

.nav-link {
	padding: .2rem 0.5rem;
	margin-right: 10px !important;
}




.navbar-mobile {
	margin-bottom: 20px
}

.navbar-form {
	border: none
}






#byline p {
	font-size: 80%;
	line-height: 1.5em;
	
}


#topnav {
	float: left;	 
	clear: both;
}

#topnav a {
	text-decoration: none;
}

#language_switcher { 
	float: right;
	clear:both;
	margin-top: 15px;
	position: relative;
	z-index: 9999;
	margin-right: 1em;
}



#main {
	margin: 0% 0% 0 1% !important;
	width: 98%;
	border-top: 0px;
	
}


#topnav {
	margin: 0 1% 0 1%;
	width: 98%;
	
}	

div.breadcrumbs {
	width: 98%;
	margin: 0 1% 0 1%;
	font-size: 70%;
}



.languages {
	float: left;
	width: auto;
}



h1 {
	font-family: 'DINWeb-Bold', sans-serif;
	font-size: 3.5rem;
}

/* ### Navigationsboxen Home-Seite ### */

#navigationsbox_main {
	float: left;
	width: 70%;
	padding-bottom: 3em;
	margin-bottom: 30px;
}

#navigationsbox_main a {
	text-decoration: underline;
}	


#navigationsbox_one, #navigationsbox_two, #navigationsbox_three {
	width: 25%;
	height: 80px;
	margin-right: 2%; 
	border: 1px #ccc solid;
	border-radius: 8px;
	float: left;
	padding: 5px;
}	

#navigationsbox_main h1 {
	font-family: 'DINWeb-Bold', sans-serif;
	
	font-size: 1.2em;
}

#navigationsbox_main a {
	color: #fff;
	
}


/*
#navigationsbox_one {
	background-color: #F07F3C;	
}


#navigationsbox_two {
	background-color: #B7D484;	
	
}

#navigationsbox_three {
	background-color: #AFACD6;	
	
}
*/



#navigationsbox_one {
	background-color: #DE4815;	
}


#navigationsbox_two {
	background-color: #4FAE33;	
	
}

#navigationsbox_three {
	background-color: #624B86;	
	
}





/* Ende Navigationsboxen Home-Seite  */

/* Stile Museumsseiten  */

div.angebot {
	padding: 8px;
	border-radius: 8px;
	border: 1px dotted #666;
	margin-bottom: 1em;
}

div.angebot h3 {
	font-family: 'DINWeb-Bold', sans-serif;
	
	font-size: 22px;
	border: 0px;
	
}


div.angebot h4 {
	font-size: 1em !important;
	font-weight: bold !important;
}



div.adressblock {
	border: 0px dotted #666;
	background-color: #d4eef6;
	padding: 8px;
	border-radius: 8px;
	margin-bottom: 1em;
}



div.adressblock h4 {
	font-size: 1em !important;
	font-weight: bold !important;
	border: none;
	
}



div.museen_oeffnungszeiten {
	padding: 8px;
	border-radius: 8px;
	background-color:rgba(253, 251, 199, 1);
}





div.museen_oeffnungszeiten h4 {
	font-size: 1em !important;
	font-weight: bold !important;
}


div.museen_aktuelles {
	margin-top: 1em;
	padding: 8px;
	border-radius: 8px;
}

div.museum_events {
	margin-top: 1em;
	padding: 8px;
	border-radius: 8px;
}



div.museen_aktuelles h4 {
	font-size: 2em !important;
	font-weight: bold !important;
}









#content {
	padding-bottom: 1em;
}




#sidebar_left ul.nav-tree li, #sidebar_left nav.li {
	list-style-type: none;
	margin-left: 0px !important;
	padding-left: 0px;
	
}


.nav .nav {
	padding-left: 0em;
	list-style: none;
}


.nav li {
	margin: 0em 0;
}



div.attachment {
	clear: both;
	float: left;
	position: relative;
	z-index: 55000;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	margin-top: 2em !important;
	margin-bottom: 4em !important;
	width: 100%;
	display: block;
	min-height: 50px;
}

.attachments_label {
	color: #E63329;
	font-family: 'DINWeb-Bold', sans-serif;
	margin-top: 1em;
}

div.attachment ul  {
padding-left: 18px;
}





#aktuell p.events_weiter {
	margin-top: 2em !important;
	border: none;
	color: #008B8B !important;
}

#aktuell {
	width: 100%;
	float: left;
	padding-top: 0px;
}

#aktuell h3 {
	font-family: 'DINWeb-Bold', sans-serif;
	
	
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}


/* Ausgabeformate Events */

div.event {
	border-bottom: 1px dotted #008B8B;
	padding: 0.3rem;
	margin-bottom: 5px;
	min-height: 100px;
}

div.event p {
	margin:0 2rem 0 0;
	
}

div.event span.icon {
	margin:0px;
	padding:0px;
	
}


div.event a {
	text-decoration: none !important;
	border:none;
}

.event_datum {
	font-weight: bold;
	font-size: 16px;
	color: #008B8B;
	margin: 0 0 0 0;
}

.ort_split {
	margin-left: 10px;
}

.event_titel {
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	margin: 5px 0 0 0;
	width: 90%;
	float: left;
}


.event_untertitel {
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	margin: 5px 0 0 0;
}


.event_beschreibung {
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	margin: 5px 0 0 0;
}

div.event h3 {
	font-family: 'DINWeb-Bold', sans-serif;
	
	font-size: 16px;
}


h3.event_h3 {
	font-family: 'DINWeb-Bold', sans-serif;
		font-size: 16px;
	color: #008B8B;
	margin: 0 0 0 0;
	border-bottom: 0px dotted #008B8B
}


div.event i.far {
	margin-top: -1.35rem;
	margin-right: 0px;
	float:right;
}

/* Ende Ausgabeformate Events */




div.dateien {
	padding: 8px;
	border: 1px dotted #ccc;
	width: 100%;
	clear: both;
	margin: 2em 0 0 0;
}

div.dateien ul {
	padding-left: 0px;
}

div.dateien ul li {
	margin-left: 18px;
}

p.legende_mini {
	font-size: 14px;
	line-height: 1.5em;
	clear: both;
	margin: 1em 0 0 0.75em;
	
}


table td {
	border-right: 1px solid #ccc;
	padding: 5px !important;
	
	
}

table.members {
	width: 100%;
	font-size: 75% !important;
}

tr.member.odd {
	background-color: #DDECEB;
	
}

.odd {
	background-color: #fff;
	
}

.even {
	background-color: #fff;
	
}

table.members td {
	
	vertical-align: top;
	white-space: nowrap;
}


td.w20p {
}


td.w5p {
}





.MarkupPagerNav {
	clear: both;
	margin: 1em 0;
	
}
.MarkupPagerNav li {
	display: inline;
	list-style: none;
	margin: 0;
}

.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: block;
	float: left;
	padding: 2px 9px;
	color: #fff;
	background: #2f4248;
	margin-right: 3px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
	color: #fff;
	background: #db1174;
	text-decoration: none;
}

.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: inline;
	color: #777;
	background: #d2e4ea;
	padding-left: 3px;
	padding-right: 3px;
}




#content ul.MarkupPagerNav {
	padding-left: 0px !important;
	margin-left: 0px;
	-webkit-padding-start: 0px;
	
	
}


div#member_search_header {
	float: left !important;
	width: 100%;
	margin-bottom: 2em;
	margin-left:0px;
	margin-right: 0px;
	padding: 0px;
	
}


div#stuecke_hauptuebersicht {
	
position: relative;
top: 16vh;	
	
}


#aktuell {
	margin-top: 2rem;
}

div.titel_kategorie {
	width: 100%;
	clear: both;
	padding-top: 0.5em !important;
	
}


div.titel_kategorie p {
	font-family: 'DINWeb-Bold', sans-serif;
	font-size: 1.1em;
	
	}

form#search_member_form {
	width: 400px;
	float: left;
	margin-right: 10rem;
}

#search_member_form button.feedback_submit {
	float: right !important;
	font-size: 100%;
}


input.input_float{
	float: left; 
	margin-left: 0px;
	width: 400px;
	font-size: 80%;
}

div#pagination_search {
	width: 100%;
	clear: both; 
	border-bottom: 5rem;
}
	
	sidebar_left {
		width: 100%;
		
	}
	
	
	
	
	
	




div.navbar-header {
	background-color: transparent;
	border-bottom: 0px solid #fff;
}


div.navbar-default {
	background-color: transparent;
}


.navbar-inverse {
	background-color: #CFE5BC;
	border-color: #69AE04;
	border:none;
}

.navbar-inverse .navbar-toggle {
	border-color: #fff;
	background-color: #C60C30;
}



#myNavbar a {
	border-color: #C60C30;
}


div#myNavbar.navbar-collapse.collapse.in {
	border-color: #C60C30;
	
}

#myNavbar a:hover {
	background-color: #C60C30;
	color: #fff;
}


img.logo_mobile_menu {
	display: block;
	float: left;
	width: 70px;
}



.navbar-brand a {
	border-bottom: 0px !important;
}

p.brandbyline {
	float: left;
	margin-left: 20px;
	font-size: 15px;
	font-weight: bold;
}e



a {
	border-bottom: 0px !important;
}




#sidebar_left a {
	color: #000000 !important;
}








form.search {
	clear: both;
	float: left;

}



form.search input {
	font-size: 70% !important;
}

#mobile_menu {
	display: block;
	width: 100%;
}

button.navbar-toggle.collapsed {
	float: right;
	margin-right: 8px !important;
}


div.breadcrumbs {
	width: 96%;
	margin: 0 2% 0 2%;
}










nav.navbar-default {
	display: block;
	margin:0px;
	width: 100%;
	
	}
	
	
	
.navbar-collapse {
		
		margin: 0px;
		padding-left: 0px;
		padding-right: 0px;	
		
		
	}
	
	
	.container-fluid > .navbar-collapse {
		margin-right: 0px;
		margin-left: 0px;
	}
	
	#agenda {
		width: 100%;
	}
	
	
	
	div.event {
		width: 100%;
	}
	
	
	
	
	nav.navbar-default {
		display: none;
	}
	
	#topnav {
		display: none;
	}
	
	
	
	
	
	.navbar-toggler-icon {
		display: inline-block;
		width: 4em;
		height: 4em;
		vertical-align: middle;
		content: "";
		background-color: transparent;
		background-size: 100% 100%; 
	}
	
	.navbar-toggler {
		background-color: #fff;
	}
	
	ul.nav {
		background-color: #F4F4F3;
		width: 100% !important;
	}
	
	ul.nav li {
		width: 100% !important;
		border-bottom: 3px solid #fff !important;
	}
	
	ul.nav li a:link, ul.nav li a:visited {
		width: 100%;
	}
	
	ul.nav li a:hover {
		background-color: #ccc;
	}
	



/* ## Styles für Kapitelseite «Offene Stellen» */

img.stellenanzeige_button {
	width: 200px;
	height: auto;
	margin-left: 0px;
}

p.stellenanzeige_button_text {
	font-size: 1rem;
	color: #B8913F;
	padding: 10px 20px 20px 00px;
}

hr.stellenanzeige_button {
	color: #B8913F;
}


/* ## ENDE Styles für Kapitelseite «Offene Stellen» */



/* ##### STYLES STELLEN-NEWSLETTER REGISTRATION ######################################################################################### */

#subscribe-form {
	margin-bottom: 2rem;
}


#subscribe-form ul.InputfieldRadiosStacked {
	list-style-type: none;
	margin-left:0px;
	padding-left: 0px;
	width: 90%;
}

input#unsubscribe_subscribe, input#unsubscribe_unsubscribe {
	margin-left: 0px;
	padding-left: 0px;
}


span.pw-no-select {
	margin-left: 10px;
}


#wrap_roles label, div.form__item form__item--roles field--required  label {
	display: none !important;
}

input#Inputfield_email {
	clear:both;
	margin-left: 00px;
}


#Inputfield_submit {
	margin-top: 10px;
}


div.benachrichtigung {
	border: 2px dotted #f3b462;
	border-radius: 8px;
	padding: 8px;
}

.btn_stellen{
	background-color: #4CAF50;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 10px 25px 0px;
	cursor: pointer;
}

.btn_stellen:hover {
	background-color: #15ea1c;
	color: #000;
}

.confirm {
	font-weight:bold;
	color: #4CAF50;
	margin-bottom: 20px;
}



/* ######################################################################## @ media ########################################################################  */









/* ######################################################################## @ media ########################################################################  */







#navigation_top {
	display:none;
}

#mobile_menu {
	display: block !important;
}

img.logo_mobile_menu {
	width: 250px;		
}

#logo {
	display: none;
}	







#mobile_menu div.navbar-collapse {
	background-color: #ffffff;
	margin:0px;
	padding: 0px;
	position: relative;
	z-index: 9999;
	margin-top: 1rem;
	
}

#mobile_menu li a {
	width: 100%;
	text-decoration: none;
	
}

#mobile_menu li a:hover {
	background-color: #C4E0F7;
	color: #000;
}	


#mobile_menu div.navbar-collapse ul {
	list-style-type: none;
	margin:0px;
	padding: 0px;
	width: 100%;
}

#mobile_menu div.navbar-collapse ul li {
	width: 100%;
	line-height: 2rem;
	font-weight: normal;
}	

#mobile_menu li.level-1 {
	background-color: #fff;
	font-weight: normal !important;
	border-bottom: 1px solid #ccc;
}

#mobile_menu li.level-2.has_children {
	font-weight: bold;
	color: #ccc;
}


#mobile_menu li.level-1 >.has_children {
	background-color: #ccc;
}



#mobile_menu li.level-3.has_children {
	border-bottom: 0px;
	font-weight: bold;
}


#mobile_menu li.level-3 {
	border-bottom: 1px dotted #666;
}		 


#mobile_menu li.level-1.parent.has_children {
	border-bottom: 0px;
}		








#mobile_menu li ul li  {
	font-weight: normal;
	margin-bottom: 1rem;
	background-color: #fff;
}

#mobile_menu li ul li ul li  {
	border-bottom: 1px dotted #666;
	
}	


#mobile_menu li.current a {
	color: #39383E;
}


#mobile_menu li.last {
	border-bottom: 0px;
}

#mobile_menu li.first {
	border-top: 1px solid #000;
	font-weight: bold;
}	

#mobile_menu .level-5 {
	display: none;
}

#mobile_menu .level-1 a {
	color: #39383E;
}	

#mobile_menu .level-2 a {
	color: #000;
}		


#mobile_menu .level-3 a {
	color: #000;
}

#mobile_menu level-3.has_children {
	font-weight: bold;
	font-size: 110%;
}


#mobile_menu level-3.has_children {
	font-weight: bold;
}

#mobile_menu .level-4 a {
	color: #000;
}



img.logo_mobile_menu {
	width: 250px;
}




h1  {
	font-family: 'DINWeb-Bold', sans-serif;
	
	font-size: 22px;
}








.navbar-header {
	background-color: transparent;
	float: none;
}
#mobile_menu {
	display: none;
	background-color: #fff;
}

#navigation_top {
	display: block;
}

#logo {
	display: none;
	
}

#byline {
	display: none;
}	

.navbar-toggler-icon {
	display: inline-block;
	width: 2em !important;
	height: 2em !important;
	vertical-align: middle;
	content: "";
	background-color: transparent;
	background-size: 100% 100%;
}




div.event i{
	margin: -10px 15px 0px 0px;
	font-size: 120%;
	
	
}	










/* ######################################################################## end @ media ########################################################################  */


body.has_sidebar_both div.event {
	height: 150px;
}	







table.mzd {
	margin-bottom: 2em;
}

table.mzd td {
	vertical-align: top;
	padding: 2px 4px 2px 4px;
	border-right: 1px dotted #000;
	border-bottom: 1px dotted #000;
}


tr.total {
	background-color: #E6F9F8;
	font-weight: 800;
}

tr.grandtotal {
	background-color: #CCF2F0;
	font-weight: 800;
}


/* ################### STYLES KADER SEITEN ################################ */							
div.portrait {
	clear:both !important;
	font-size: 95%;
	border-bottom: 1px solid #666;
	min-height: 170px;
	
}

div.img_quote {
	float:right;
	width: 450px;
	margin-left: 20px;
}

div.img_quote p {
	color: #666;
	float: left !important;
}

div.img_quote img {
	margin-bottom: 10px;
	float:right;
	height: 100px;
	width: 100px;
}

div.vcard {
	float: left;
	width: 170px;
	font-weight: bold;
	
}

p.floatingtext {
	float:left;
	margin: 0px 0px 0px 15px;
	width: 320px;
	font-style: italic;
}

h3.clear {
	font-family: 'DINWeb-Bold', sans-serif;
	
	clear: both;
	font-size: 25px;
}

h3.portrait {
	font-family: 'DINWeb-Bold', sans-serif;
	
	font-size: 25px;
}

h3.obertitel {
	font-family: 'DINWeb-Bold', sans-serif;
	
	font-weight: bold;
}


div.quote_text {
	float: left;
	margin: 0 2rem 0 0;
	font-size: 1.5rem;
	line-height: 2.3rem;
	color: #fff;
	width: 72%;
}


div.quote_text p {
	font-size: 1.5rem;
	line-height: 2rem;
	
}



div.quote_bild {
	float: right;
	width: 200px;
	height: 200px;
	margin: 10px 0 0 0 ;
	border-radius: 50%;
	overflow: hidden;
}	



/* ################### ENDE STYLES KADER SEITEN ################################ */							

div.search input {
	font-size: 70%;
}


img.stellenanzeige_button {
	margin-top: 2rem;
}



li.InputfieldFormBuilderFileUpload {
	margin-left: 0px;
	padding-left: 0px;
}

.InputfieldForm input {
	padding-left: 0px !important;
	margin-left:0px !important;
	
	
	
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	
}



div.FormBuilder {
	background-color: #E6F7F6;
	padding: 8px;
}


form#FormBuilder_bewerbung ul {
	padding-left:0px;
}


div.Inputfield_bewerbung_um_stelle label {
	font-size: 120%;
}



input[type="file"] {
	background-color: transparent;
}



#content #search_results > li {
	display: list-item;
	float: none !important;
	clear: both;
	width: 100% !important;
	
}

div#search_results h2 {
	font-family: 'DINWeb-Bold', sans-serif;
	
	font-size: 20px;
	
}


/* **************************************************************************** HOME GALLERY ###################################################	 */

/* # Breite 1260px || 1 Einheit = 60px  */


@media screen and (min-width: 1280px) {
	
	
	figure.container_gr13 {
		position: relative;
		width: 780px;
		height: 488px;
		background-color: #ccc;
		float: left;
		margin: 20px 20px 0px 0px;
		overflow: hidden;
		object-fit:cover !important;
		
	}
	
	.container_gr13 .title {
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.container_gr13.overlay {
		display: none;
		text-align: center;
		background: rgba(20, 20, 40, .5);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		color: white;
		font-size: 1.5rem;
		padding: 140px 10px 10px 10px !important;
	}
	
	.container_gr13:hover .overlay {
		display: block;
	}
	
	
	figure.container_gr8 {
		position: relative;
		width: 480px;
		height: calc(480px/8*5);
		background-color: #ccc;
		float: left;
		margin: 20px 20px 0px 0px;
		overflow: hidden;
		object-fit:cover !important;
	}
	
	
	.container_gr8 .title {
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.container_gr8.overlay {
		display: none;
		text-align: center;
		background: rgba(20, 20, 40, .5);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		color: white;
		font-size: 1.5rem;
		padding: 120px 10px 10px 10px !important;
	}
	.container_gr8:hover .overlay {
		display: block;
	}
	
	
	
	
	figure.container_gr5 {
		position: relative;
		
		width: 280px;
		height: 169px;
		background-color: #ccc;
		float: left;
		margin: 20px 20px 0px 0px;
		overflow: hidden;
		object-fit:cover !important;
	}
	
	
	.container_gr5 .title {
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.container_gr5.overlay {
		display: none;
		text-align: center;
		background: rgba(20, 20, 40, .5);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		color: white;
		font-size: 1.5rem;
		padding: 80px 10px 10px 10px !important;
	}
	.container_gr5:hover .overlay {
		display: block;
	}
	
	
	
	
	
	figure.container_gr3 {
		position: relative;
		
		width: 180px;
		height: 169px;
		background-color: #ccc;
		float: left;
		margin: 20px 20px 0px 0px;
		overflow: hidden;
		object-fit:cover !important;
	}
	
	
	.container_gr3 .title {
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.container_gr3.overlay {
		display: none;
		text-align: center;
		background: rgba(20, 20, 40, .5);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		color: white;
		font-size: 1.5rem;
		padding: 50px 10px 10px 10px !important;
	}
	.container_gr3:hover .overlay {
		display: block;
	}
	
	
	div.gaeste{
		clear: both;
	}
	


.container_drittel_wrapper {
	position: relative;
	width: 380px;
	height: 380px;
	background-color: #ccc;
	float: left;
	margin: 20px 20px 0px 0px !important;
	overflow: hidden;
	object-fit:cover !important;
	}
	
		
	
	.container_drittel {
		width: 180px;
		height: calc(180px/8*5);
		background-color: #ccc;
		float: left;
		margin: 20px 20px 0px 0px !important;
		overflow: hidden;
		object-fit:cover !important;
	}
	
	
	
	
	
	
	.container_drittel .title {
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 10px;
	}
	
	
	
	.overlay {
		display: none;
		text-align: center;
		background: rgba(20, 20, 40, .5);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		color: white;
		font-size: 1.5rem;
		padding: 80px 10px 10px 10px;
	}
	
	
	
	
	.container_drittel:hover .overlay {
		display: block;
	}
	
	
	p.tile_titel {
		font-family: 'Open Sans', sans-serif;
		font-size: 1.5rem;
		text-align: center;
		margin-bottom: 10px;
		margin-top: 80px;
	}
	
	
	
} /* # Ende @media min-width 1280px ## */


@media screen and (max-width: 1280px) {
	
	
	#main {
	}
	
	
	div#projectgallery {
		width: 100% !important;
		margin: 0 0 0 0 !important;
	}
	
	
	
	figure.container_gr13, figure.container_gr8, figure.container_gr5, figure.container_gr3, .container_drittel {
		width: 100% !important;
		height: auto;
		position: relative;
	}
	
	
	
	.overlay {
		display: none;
		text-align: center;
		background: rgba(20, 20, 40, .5);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		color: white;
		font-size: 1.5rem;
		padding: 80px 10px 10px 10px;
	}
	
	
	.container_drittel:hover .overlay {
		/* display: block; */
	}
	
	
	.container_gr13:hover .overlay {
		display: block;
	}
	
	.container_gr8:hover .overlay {
		display: block;
	}
	
	.container_gr5:hover .overlay {
		display: block;
	}
	
	.container_gr3:hover .overlay {
		display: block;
	}
	
	

	
h1.schauspieler_titel {
font-family: 'DINWeb-Bold', sans-serif;
font-size: 3.5rem;
color: #000;
/* text-shadow: 1px 1px 2px black; */
width: 100%;
margin-top: 0.5em;
margin-bottom: 0px;
text-align: left;
}


h1.projekttitel {
font-family: 'DINWeb-Bold', sans-serif;
font-size: 2em !important;
color: #000;
/* text-shadow: 1px 1px 2px black; */
width: 100%;
margin-top: 0.7em;
margin-bottom: 0px;
text-align: left !important;
clear: both !important;
}


h1 {
	font-size: 1.5em !important;
}
	
	
section#home_content_content {
	display: block !important;
	columns: 1;
}	

div.news_home {
	width: 100%;
	clear: both;
	margin: 0 2% 0 2% !important;
}

div.projektliste_img_container {
	float: none;
	width: 100% !important;
}

div.projektliste_content {
	display: block !important;
	clear: both !important;
	float: none;
    width: 100% !important;
	
}

h1.projektliste_titel {
	padding-top: 0.5em !important;
	font-size: 1.25em !important;
}

div.project_row {
	display: block;
}

p.stk_uebersicht {
	clear: both;
}

p.projektliste_content {
	clear: both !important;
	margin-top: 0.5em !important;
}


section.proj_content_projektuebersicht {
	column-count: 1 !important;
	width: 100% !important;
}

div.project_row {
	border: none !important;
}






div.spielplan_home {
width: 100% !important;
padding-bottom: 0em !important;
border-left: 1px dotted #ccc;
padding-left: 1.5em;
float: left;
clear: both;
}

	
} /*   # end @media max-width: 1280px ######################################################### */




/* # Projektblatt Styles ## */


figure.container_full {
	width: 100%;
	height: auto;
}

#projektbeschreibung {
	position: relative;
	z-index: 101;
	padding-bottom: 3em;
	/* min-height: 100vh;	 */
}

#projektbeschreibung div.haupttext {
	width: 62%;
	float: left;
	min-height: 300px;
}

#projektbeschreibung div.nebentext {
	width: 30%;
	float: right;
	padding-bottom: 20em !important;
}











div#navigation_level2 {
	font-family: 'Open Sans', sans-serif;
	float: left;
	padding-top: 0.1rem;
	padding-bottom: 0.5rem;
	margin-top: 0px;
	
}

div#navigation_level2 a {
	
}



#navigation_level2 li.level-2 {
	margin-right: 2em;
	float: left;
	list-style-image: none;
}



#topnav {
	display: none;
}

#mobile_menu {
	display: block;
}


div.breadcrumbs {
	display: block;
}

/* ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹Responsive Slider Menu ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ */



.sidenav {
	height: 100vh;
	width: 0;
	position: fixed;
	z-index: 60000;
	top: 0;
	left: 0;
	background-color: rgba(193,193,193,0.8);
	padding-top: 0px;
}

.sidenav_blue {
	
	height: 100vh;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: rgba(155, 155, 155, 1);
	overflow-x: hidden;	
	transition: 0.9s;
	
}


.mySidenav_content {
	
	width: 0;
	position: fixed;
	z-index: 100000;
	top: 0;
	right: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 30px;
	height: 98vh;
	overflow: scroll;
	
}




.sidenav a {
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #f1f1f1;
}

.sidenav .closebtn {
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 55px;
	margin-right: 10px; 
	color: #898989;
	z-index: 999;
}


#mySidenav_content ul {
	list-style-type: none !important;
}

#mySidenav_content ul.slider_menu_ul {
	list-style-type: none !important;
	
}


#mySidenav_content li.parent_active {
	font-weight: bold;
}


#main {
	transition: margin-right .5s;
	
	
}


div.mobile_login {
	position: relative;
	top: 0;
	left: 1em;
	background-color: transparent;
	margin-bottom:0px !important;
	padding-top: 0px;
	margin-top: 0em;
	width: 300px;	
}




div.mobile_login p {
	margin-bottom: 0px;
	color: #fff;
	font-size: 10px;
}


div.mobile_login a:link, div.mobile_login a:visited {
	color: #666 !important;
}



div.mobile_edit {
	position: relative;
	z-index:9999;
	display: table;
	background-color: rgba(155, 155, 155, 1);
	margin-bottom:0px !important;
	width: 100%;
	padding-left: 1em;
	
}

div.mobile_edit p {
	margin-bottom: 0px;
	color: #fff
}


div.mobile_edit a:link, div.mobile_login a:visited {
	color: #fff;
}



.mySidenav_content ul {
	margin-top: 20px;
	margin-left: 0px;
	padding-left: 0px;
}


.mySidenav_content ul li {
	margin-left: 0px;
}


.mySidenav_content ul li.current {
	background-color: #e8eff5;
	
	
}

.mySidenav_content ul li.level-2.current a {
	font-weight: 600 !important;
	
	
}

.mySidenav_content ul li.current.has_children, .mySidenav_content ul li.level-1.parent.has_children {
	background-color: #e8eff5;
	padding: 5px 8px 5px 0px;
	height: auto;
	
	
}


.mySidenav_content ul li.level-2 a {
	font-weight: normal !important;
	
	
}

.mySidenav_content a:hover {
	color: #000;
	
	
}


div.last_news {
	border-bottom: 0 !important;
	padding-bottom: 30em;
}





/* ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ / Responsive Slider Menu ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ */



/* ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ Styles Slider Menu ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ */


#mobile_menu li a {
width: 100%;
padding: 5px !important;
text-decoration: none;
	
}

#mobile_menu li a:hover {
	background-color: #C4E0F7;
	color: #000;
}	

.navbar-toggler {
	color: rgba(0,0,0,.5);
	border-color:#000;
}





#mobile_menu div.navbar-collapse ul {
	list-style-type: none;
	margin:0px !important;
	padding: 0px !important;
	width: 100%;
}
#mobile_menu div.navbar-collapse ul li {
	width: 100%;
	line-height: 2rem;
	font-weight: normal;
}	

li.level-1 {
	font-family: 'DINWeb-Bold', sans-serif;
	font-size: 17px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5em !important;
	letter-spacing: normal;
	color: #000000;
	padding: 0px !important;
	margin: 0px !important;
	
	
}


li.level-2 {
font-family: 'DINWeb-Light', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5em !important;
	letter-spacing: normal;
	color: #000000;
	padding: 0px !important;
	margin: 0px !important;
	
	
}





#mobile_menu li.level-2.has_children {
	font-family: 'DINWeb-Light', sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.6em;
	letter-spacing: normal;
	color: #000000;
}


#mobile_menu li.level-1 >.has_children {
}



#mobile_menu li.level-3.has_children {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.6em !important;
	letter-spacing: normal;
	color: #000000;
}


#mobile_menu li.level-3 {
	border-bottom: 1px dotted #666;
}		 


#mobile_menu li.level-1.parent.has_children {
	border-bottom: 0px;
}		








#mobile_menu li ul li  {
	margin-bottom: 0;
}

#mobile_menu li ul li ul li  {
	border-bottom: 1px dotted #666;
	
}	


#mobile_menu li.current a {
	color: #898989;
}


#mobile_menu li.last {
	border-bottom: 1px solid #666;
}

#mobile_menu li.first {
	border-top: 1px solid #000;
}	

#mobile_menu .level-5 {
	display: none;
}

#mobile_menu .level-1 a {
	color: #898989;
}	

#mobile_menu .level-2 a {
	color: #000;
}		


#mobile_menu .level-3 a {
	color: #000;
}

#mobile_menu level-3.has_children {
	font-weight: bold;
	font-size: 110%;
}


#mobile_menu level-3.has_children {
	font-weight: bold;
}

#mobile_menu .level-4 a {
	color: #000;
}





div.navigation_wrapper {

   z-index:50000;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

div.navigation_row_0 {
	padding-left: 1em;
}

div.navigation_col_1 {
	width: 45%;
	float: left;
	padding-left: 2em;
}


ul.navbar-nav-home {
	border: none;
	margin-bottom: 1em;
	
}

.mySidenav_content ul  {
	margin-top: 0.2em !important;
}

li.first-home  {
	border: none !important;
	width: 100%;
	
}

li.first-home-title {
	border: none !important;
	width: 100%;
	color: #000000;
	
}

ul.margin-top {
	margin-top: 2em !important;
}

div.navigation_col_1 li.level-1.first-home-title {
	background-color: #fff;
	color: #000 !important;
	border-bottom: 2px solid #000 !important;

}


div.navigation_col_2 li.level-1.first-home-title {
	background-color: #fff;
	color: #000 !important;
	border-bottom: 2px solid #000 !important;

	font-size: 26px !important;
	padding-left: 0px;
}

div.navigation_col_3 li.level-1.first-home-title {
	background-color: #fff;
	color: #000 !important;
	border-bottom: 2px solid #000 !important;
	font-size: 26px !important;
	padding-left: 0px;
	
}

ul.nav.navbar-nav {
	margin: 0;
	padding: 0;
}


div.navigation_col_1 > ul li {

	font-size: 26px !important;
	
}


div.navigation_col_1 ul li a:link, div.navigation_col_2 ul li a:visited
 {
color: #000 !important;

}
	

div.tz_kontakt {
	margin-top: 2em;
	float: left;
	width: 400px;
}

div.tz_kontakt h1 {
	font-size: 26px;
}

h1.links_tz {
	margin-top: 0.3em !important;
	font-size: 26px;
	color: #e63329 !important;
	border-bottom: 2px solid #000 !important;
	padding-bottom: 0.5em;

}


div.navigation_col_2 {
	margin-left: 2%;
	width: 45%;
	float: left;
}

ul.row2 {
	margin-top: 1.2em !important;
}

div.navigation_col_3 {
	margin-left: 1%;
	width: 32%;
	float: left;
	clear: right;
}

div.navigation_col_3 .level-1 a:link, div.navigation_col_3 .level-1 a:visited {
color: #000 !important;
}

div.navigation_colbox_12
{
	width: 65%;
	display: flex;
	justify-content: space-between;
	margin-left: 1%;
	float: left;
	clear: both;
	margin: 1.2em 0 4em 0;
}


div.navigation_colbox_12_1 {
	margin-left: 1%;
	width: 48%;
	float: left;
	clear: both;	
}


div.navigation_colbox_12_2 {
	margin-left: 1%;
	float: left;
	clear: both;	
	width: 48%;
}





div.navigation_colbox_12 li.level-1.first-home-title {
	background-color: #666 !important;
}

div.navigation_colbox_12 li.level-1.first-home-title a {
	color: #fff !important;
}




/* ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ / Styles Slider Menu ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ */

p.link_projektbeschreibung {
	font-size: 60%;
	color: #000;
	
}	



#content {
	display: flex;
	flex-direction: column;
	width: 100vw;
	min-height: 100vh;
	float: left;
	clear: both;
position: relative;
top: 4vh !important;
padding: 0% 5% 5% 2%;
position: relative;
top: 4vh !important;

}	





@media (max-width:1280px)	{
	
	#projektbeschreibung div.haupttext, #projektbeschreibung div.nebentext {
		width: 100% !important;
		padding: 10px;
	}
	
	body {
		padding: 0px;
		padding-bottom: 20px;
		width: 100%;
		overflow-x: hidden;
	}	
	
	
	
	#mobile_menu img.logo_mobile_menu {
		width: 250px;
		margin-left: -10px;
	}
	
	
	div.navigation_col_1, 
	div.navigation_col_2, 
	div.navigation_col_3 {
		width: 100% !important;
		clear: both;
		margin: 1em 1em 2em 1em !important;
		padding: 0px !important;
	} 
	
	

	
} /*   # end @media max-width: 1280px ######################################################### */



 /*   #  @media max-width: 414px ######################################################### */


@media (max-width: 414px) {
	
	
	
	#mobile_menu img.logo_mobile_menu {
		width: 200px;
		margin-left: -10px;
	}
	
	section.banner {
		height: 100vh !important;
	}
	

	
	div.news_home {
		width: 95vw !important;
	}
	
	.slides {
		height: 90vh !important;
		width: 100vw !important;
		object-fit: cover !important;
	}
	
	
	div.welcome {
		position: absolute;
		bottom: 30vh !important;
		padding: 5% 5% 0% 5%;
	}
	
	h1.welcome_title {
font-size: 40px !important;
	}
	
	
	section#home_content_content {
		padding: 0 0.7% 0 0.7% !important;
		margin-bottom: 0px !important;
	} 
	
	
	
	#logo {
		margin-left: -10px !important;
	}
	
	
	img.logo_tz {
		width: 250px !important;
		margin: 0.7em 0.2em 2em -1em !important;
					}
	
	
	
	div.spielplan_home {
		width: 100% !important;
		margin: 0px !important;
		padding: 0 2% 0 2% !important;
		border: 0 !important;
	}
					
					
	.spielplan_item_hauptspalte {
		width: 96% !important;
	}				
					
		
		p.activity_stage_ort {
			font-size:90% !important;
			margin-top: 1.5em !important;
		}			
	
	
	
				span.activity_stage_spielstaette {
				font-size:90% !important;
				margin-top: 1em !important;
			}		
			
			
		p.datum_zeit {
			font-size:80% !important;
			float: left;
			margin-right: 1em;
			width: 100% !important;
		}	
		
		p.activity_production_title  {
			font-size: 80%;
			line-height: 1.2em;
			float: left;
			margin-right: 1em;
			width: 100% !important;
		}
		
		div.spielplan_item_nebenspalte {
			width: 100% !important;
		}
		
		div.spielplan_item_hauptspalte {
			width: 100% !important;
		}
		
		#footer {
			display: none !important;
		}
		
		
		#footer_minimal {
			display: block !important;
			position: fixed;
			bottom: -1.5em !important;
			left: 0;
			background-color: #fff;
			width: 100% !important;
			z-index: 1000 !important;	
			height: 180px !important;
			margin: 0 0 0 0;
		}
		
		#footer_minimal a {
			text-decoration: none;
		}
		
		div.social_media_minimal {
		float: left;
		width: 100%;
		padding: 10px 10px 0 10px;
		margin: 0em 0em 0 0;
		}
		
		img.social_media_links_minimal {
		height: 30px;
		background-color: transparent;
		position: relative;
		z-index: 900000;
		margin-right: 1em;
		}
		
		
		#footer_minimal p {
			font-size: 65%;
			margin: 0.4em 0 0 3%;

		}
		
		img.img_hauptsponsorin {
			width: 130px !important;
			margin: 1em 0 0 3%;
		}
		
		
		div.div_hauptsponsorin {
			margin: 0 0 0 1em;
			padding-right: 2em;
			border-right: 1px solid #ccc;
			width: 90% !important;

			
		}
		
		section.basicpage_content_content {
			width: 98%;
			padding: 0% 5% 0px 5% !important;
			top: 73.25vh !important;
			height: 100% !important;
			
		}
		
		
		div.haupttext {
			padding: 0 0 200px 0 !important;
		}
		
		
		
		img.spielplan_cal {
			width: 30px !important;
		}
		
		img.search {
			width: 30px !important;
			margin-top: -8px;
			margin-right: 0.7em;
		}
		
		
		#service_top {
			position: absolute;
			top: 10px;
			left: 55%;
			width: 95px !important;
			float: right !important;
		}
			
			
		div.project_row	{
			width: 98% !important;
		}
		
		section.proj_content_projektuebersicht {
			column-count: 1!important;
		}
			
		.projektliste_titel {
			font-size: 80% !important;
			margin-left: 0.5em !important;
		}
		
		.basicpage_content_banner {

		}
		
		
		.proj_content_projektuebersicht_presse {
			padding-bottom: 300px !important;

		}
		
		.proj_banner {
			height: 100vh !important;
			
		}
		
		
		
		.container_drittel {
			width: 100% !important;
		}
		
		#projectgallery {
			width: 62% !important;
			margin: 0;
		}
		.container_drittel img {
			width: 100% !important;
		}
		
		section.proj_content {
			padding: 0% 3% 35% 3% !important;
		}
			
} /*   # end @media max-width: 414px ######################################################### */




.collapse:not(.show) .haupttext p {
	display: none !important;
	color: #fff !important;
}		


#projectgallery {
	width: 62%;
	margin: 0 1% 0 0 !important;
	min-height: 80vh;
	float: left;
	padding-bottom: 30em;
}			 

#projectgallery h3 {
	clear: both;
}

.ekko-lightbox.modal.fade.in.show {
	
}	



.ekko-lightbox-nav-overlay {
	z-index: 10000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
}


ekko-lightbox-nav-overlay a {
	flex: 1;
	display: flex;
	align-items: center;
	opacity: 0;
	transition: opacity 0.5s;
	color: #fff;
	font-size: 60px;
	z-index: 100;
}
.ekko-lightbox-nav-overlay a > * {
	flex-grow: 3;
}

.ekko-lightbox-nav-overlay a {
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	transition: opacity .5s;
	color: #fff;
	font-size: 60px;
	z-index: 1;
	
}


.ekko-lightbox-nav-overlay a > *:focus {
	outline: none;
}
.ekko-lightbox-nav-overlay a span {
	padding: 0 30px;
}
.ekko-lightbox-nav-overlay a:last-child span {
	text-align: right;
}
.ekko-lightbox-nav-overlay a:hover {
	text-decoration: none;
}
.ekko-lightbox-nav-overlay a:focus {
	outline: none;
}
.ekko-lightbox-nav-overlay a.disabled {
	cursor: default;
	visibility: hidden;
}
.ekko-lightbox a:hover {
	opacity: 1;
	text-decoration: none;
}




.modal-backdrop.show {
	opacity: .8;
}

.ekko-lightbox-container>div.ekko-lightbox-item {
	position: absolute;
	z-index: 800000;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
}


div.theaterpaedagogik {
	background-color: #e0deea;
	border-radius: 12px;
	width: 100%;
	left: 0px;
	z-index: 600;
	margin: 0 0 2em 0;
	padding: 12px 12px 12px 12px; 
}

img.ma_img {
	border: 1px solid #e3dfdf;
	border-bottom: 1px solid #e3dfdf !important;
	border-style: solid !important;
	height: 200px;
}

div.team_item {
	min-height: 330px;
	width: 414px;
	float: left;
	margin-right: 1em;
}

p.mail {
	text-align: center;
	color: #fff;
	font-size: 0.8em;
	margin-top: 0.1em;
}

div.team_item p {
	color: #fff;
	text-align: center !important;
}

p.mail a {
	color: #fff !important;
}


.navbar {
	position: relative;
	float: right;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .3rem 1rem;
	margin: 0.8em 0.5em 0 0;
}	



/* #### Styles Projekte #### */

#nebentext {
	margin: 0.9em 0 1em 0;
}

div.nebentext_content {
	display: block;
	width: 100%;
	
}



div.nebentext_content_spalte_eins {
	grid-column:1;
}


div.nebentext_content_spalte_zwei {
	grid-column:2;
}



.nebentext h3 {
	font-family: 'DINWeb-Bold', sans-serif;
	
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 0.25em 0;
	border-top: 0px;
}


.nebentext p {
	font-size: 17px;
	margin: 0px 0px 0px 0px;	
}


/* Feine Linie unter Titel */

div.title_borderbox {
	border-bottom: 1px solid #ccc;
	position: relative;
}

/* Fettere Linie zu Beginn der feinen Linie */

div.gdot {
	background: none repeat scroll 0 0 #666 !important;
	bottom: -2px;
	height: 3px;
	position: absolute;
	width: 70px;
}



div.statistikdaten {
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px solid rgba(153, 162, 160, 0.500);
	color: rgba(153, 162, 160, 1.000);
}

div.statistikdaten p {
	font-size: 18px;
}

div.trenner {
	clear: both;
}

.fa-male {
	font-size: 130%;
}

.fa-female {
	font-size: 130%;
}


.fa-people-carry {
	font-size: 130%;
}

.fas {
	margin-left: 1em;
}

.fas-first{
	margin-left: 0em;
}


.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}


/* # Projektblatt Styles ## */


figure.container_full {
	width: 100%;
	height: auto;
}

#projektbeschreibung {
	position: relative;
	z-index: 1;
}

#projektbeschreibung div.haupttext {
	width: 62%;
	float: left;
	min-height: 300px;
	margin-bottom: 4em !important;
	
}

#projektbeschreibung div.nebentext {
	width: 30%;
	float: right;
}

.nebentext h3 {
	font-size: 17px;
	font-family: 'DINWeb-Bold', sans-serif;
	margin: 0 0 0.25em 0;
	border-top: 0px;
}

.nebentext h4 {
	font-size: 17px;
	font-family: 'DINWeb-Bold', sans-serif;
	margin: 0 0 0.25em 0;
	border-top: 0px;
}

.nebentext p {
	font-size: 17px;
	line-height: 1.6em;
	margin: 0px 0px 0px 0px;	
}













@media screen and (max-width: 350px) {
	
	img.logo_tz {
		width: 190px !important;
		margin: 1em 0.2em 2em 0px !important;
					}
	
	h1.welcome_title {
		font-family: 'DINWeb-Bold', sans-serif;
		
		font-size: 28px;
	}
	
	.project_row {
		border: 0px !important;
		width: 95%;
		margin: 0 auto 0 auto;
		height: auto;
	}	
	
	h1.projektliste_titel {
		font-family: 'DINWeb-Bold', sans-serif;
		
		font-size: 15px;
		margin: 0px 0px 1em 0px !important;
		display: block;
		float: left;
	}
	
	
	section.proj_banner {
		height: 82vh !important;
	}
	
	section#proj_content {
		top: 84.25vh;
	}
	
	
	
	img.projektliste_img {
		margin-bottom: 0.1em;
		border: 0px;
		height: auto;
		width: 100%;
	}
	
	.projektliste_lead {
		display: none !important;
	}
	
	#logo img.logo_tz {
		float: left;
		margin: 0.25em 0.2em 2em 1em !important;
	}
	
	.navbar-toggler-icon {
		
		width: 1em !important;
		height: 1em !important;
		
	}
	
	.navbar {
		padding: .3rem 1rem;
		margin: 0.7em 0.5em 0 0;
	}		
	
	
} /*  # end @media max 375 */



@media screen and (max-width: 375px) {
	
	img.logo_tz {
		width: 150px !important;
		margin: 0.5em 0.2em 2em 0px !important;
					}
	
	h1.welcome_title {
		font-family: 'DINWeb-Bold', sans-serif;
		
		font-size: 28px;
	}
	
	figure.container_drittel {
		width: 100%;
	}
	
	
	section#proj_content_projektuebersicht {
		display: block; 
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 3em !important;
		column-count: 2;
	}
	

	
	
	
	section.proj_banner {
		height: 90vh !important;
	}
	
	section#proj_content {
		top: 100vh;
		padding: 10px !important;
		position: relative;
		z-index: 50000;
	}
	
	.project_row {
		border: 0px;
		width: 95%;
		margin: 0 auto 0 auto;
		
	}
	
	#logo img.logo_tz {
		float: left;
		margin: 1em 0.2em 2em 1em !important;
							}
	
	div.stueck_intro {
		display: none !important;
		columns: 1;	
	}
	
	h1.projektliste_titel {
		font-family: 'DINWeb-Bold', sans-serif;
		
		font-size: 15px;
		margin-bottom: 1em;
		display: block;
	}
	
	img.projektliste_img {
		margin-bottom: 0.3em;
		border: 0px;
		height: auto;
		width: 100%;
	}
	
	.projektliste_lead {
		display: none !important;
	}
	
	
	
	.navbar-toggler-icon {
		
		width: 1em !important;
		height: 1em !important;
		
	}
	
	.navbar {
		padding: .3rem 1rem;
		margin: 0.7em 0em 0 0;
	}		
	
	
} /*  # end @media max 320 */




@media screen and (min-width: 768px) {
	
	img.logo_tz {
		width: 350px ;
		margin: 1em 0.2em 2em 0px !important;
						
	}
	
	
	h1.welcome_title {
		font-family: 'DINWeb-Bold', sans-serif;
		
		font-size: 40px;
	}
	
	.navbar-toggler-icon {
		
		width: 1.8em !important;
		height: 1.8em !important;
		
	}
	
	.navbar {
		padding: .3rem 1rem;
		margin: 0.8em 0.5em 0 0 !important;
	}		
	

	
	
	.navbar-toggler-icon {
		
		width: 1.5em !important;
		height: 1.5em !important;
		
	}
	
	.navbar {
		padding: .3rem 1rem;
		margin: 1.5em 0.5em 0 0 !important;
	}
	
	
	
	
} /*  # end @media min 414 */



@media screen and (min-width: 834px) {
	
	img.logo_tz {
		width: 400px ;
		margin: 1em 0.2em 2em 0px;
						
	}
	
	
	h1.welcome_title {
		font-family: 'DINWeb-Bold', sans-serif;
		
		font-size: 40px;
	}
	
	.navbar-toggler-icon {
		
		width: 2em !important;
		height: 2em !important;
		
	}
	
	.navbar {
		padding: .3rem 1rem;
		margin: 1em 0.5em 0 0 !important;
	}		
	
	
	
} /*  # end @media min 834 */



@media screen and (min-width: 1024px) {
	
	img.logo_tz {
		width: 400px ;
		margin: 1em 0.2em 2em 0px;
					}
	
	
	h1.welcome_title {
		font-family: 'DINWeb-Bold', sans-serif;
		
		font-size: 40px;
	}
	
	.navbar-toggler-icon {
		
		width: 2em !important;
		height: 2em !important;
		
	}
	
	.navbar {
		padding: .3rem 1rem;
		margin: 0.8em 0.5em 0 0 !important;
	}		
	
	
	section.proj_banner {
		height: 86vh !important;
		top: 14vh !important;
	}
	

	
	
	
	
} /*  # end @media min 834 */


@media (max-width:375px) {
	
	img.logo_mobile_menu {
		width: 150px;
	}
	
	
	div.welcome {
		position: absolute;
		bottom: 40vh !important;
		padding: 5% 5% 0% 5%;
	}
	
	h1.welcome_title {
		font-family: 'DINWeb-Bold', sans-serif;
		font-size: 40px !important;
	}
	
	#logo img.logo_tz {
		float: left;
		margin: 0.75em 0.2em 2em -0.5em !important;
	}
	
	div.legende {
    position: absolute;
    top: 92%;
    left: 2%;
    z-index: 900;
    padding-right: 10px;
    background-color: transparent;
}

div.legende p {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-align: center;
	line-height: 1.5em;
}

.arrow_next_home {
    box-sizing: border-box;
    height: 5vw;
    width: 5vw;
    border-style: solid;
    border-color: #fff;
    border-width: 0px 3px 3px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    position: absolute;
    z-index: 10000;
    top: 72vh;
    left: 50vw;
    margin-left: auto;
    margin-right: auto;
}


div.news_home {
    width: 100% !important;
	clear: both;
    margin: 0px;
    padding-right: 2em;
}

div.spielplan_home {
	width: 100% !important;
	clear: both;
    border-left: 0px dotted #ccc !important;
    padding-left: 1.5em;
}



div.news_item h1 {
    float: left;
    width: 100%;
    font-family: 'DINWeb-Bold', sans-serif;
    font-size: 2.5rem;
    color: #000;
    width: 100%;
    margin-top: 1.2em;
    margin-bottom: 0.4em;
    text-align: left;
}

iframe {
    width: 280px !important;
	height: auto;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.arrow_next {
    box-sizing: border-box;
    height: 6vw;
    width: 6vw;
    border-style: solid;
    border-color: #fff;
    border-width: 0px 3px 3px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    position: absolute;
    z-index: 10000;
    top: 67vh;
    left: 50vw;
    margin-left: auto;
    margin-right: auto;
}

div.basicpage_content_titel {
    position: relative;
	float: left;
    width: 100%;
    left: 0%;
    padding: 0% 5% 0% 0%;
    z-index: 240000;
    padding-bottom: 0px;
    margin: -0.3em 0 2em 0 !important;
    background-color: #fff;
}

h1.basicpage_content_titel {
    font-family: 'DINWeb-Bold', sans-serif;
    font-size: 3rem !important;
    color: #000;
    /* text-shadow: 1px 1px 2px black; */
    width: 100%;
    margin-top: 0em;
    margin-bottom: 0px;
    text-align: left;
}	
	
    section#proj_content {
        top: 71vh !important;
        padding: 10px !important;
    }
	
	
	div.projekttitel {
    width: 100%;
    left: 0%;
    padding: 0% 5% 0% 0%;
    z-index: 400;
    padding-bottom: 0px;
    margin: 0 0 2em 0;
    background-color: #fff;
}

    h1.projekttitel {
        font-family: 'DINWeb-Bold', sans-serif;
        font-size: 2.5rem;
        color: #000;
        /* text-shadow: 1px 1px 2px black; */
        width: 100%;
        margin-top: 0.7em;
        margin-bottom: 0px;
        text-align: left;
    }

div.stueck_intro_content {
    width: 100%;
	display: none;
    -webkit-column-count: 1;
}


.arrow_next_home {
	box-sizing: border-box;
	height: 5vw;
	width: 5vw;
	border-style: solid;
	border-color: #fff;
	border-width: 0px 3px 3px 0px;
	transform: rotate(45deg);
	transition: border-width 150ms ease-in-out;
	position: absolute;
	z-index: 10000;
	top: 62vh;
	left: 50vw;
	margin-left: auto;
	margin-right: auto;
	}


	
	#logo {
		margin-left: 0px !important;
	}
	
	.navbar {
		padding: 1rem 1rem 0 0;
	}
	
} /*   # end @media max-width: 1280px ######################################################### */





img.jtz {
	width: 100px !important;
	margin-left: 1em;
}

img.tctz {
	width: 100px !important;
	margin-left: 1em;
}

p.kooperationspartner_label {
	margin-top: 1em;
}

img.theater_winterthur {
	width: 200px;
	margin:0px;
}

img.opernhaus {
	width: 200px;
	margin:0px;
}

img.biel_solothurn {
	width: 250px;
	margin:10px 0 0 0;
}



div.hinweis_alter {
	margin: 1em 0 0 0;
	font-family: 'DINWeb-Bold', sans-serif;
	color: #E63329;
}


img.haka {
	width: 50px;
}




schauspieler_banner {
	position: absolute;
	z-index: 50000;
	top: 14vh !important;
	float: left;
	padding: 0%;
	display: table;
	margin: 0;
	width: 100vw;
	background-color: #373B44;
	height: 76vh;
	background-repeat: no-repeat;
	background-position: center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}



section.schauspieler_content {
	width: 100vw;
	padding: 0% 15% 5% 15%;
	position: relative;
	top: 4vh !important;

	
}

section.schauspieler_content_top {
	width: 100vw;
	padding: 0% 5% 5% 2%;
	position: relative;
	top: 4vh !important;
	
	
}


img.schsp_portrait {
	max-width: 800px;
	height: auto;
	margin-left: 0px !important;
	padding-left: 0px;
}

section.schauspieler_content_projektuebersicht {
	width: 100%;
	margin: 2rem 0 0 0;
	padding: 0% 5% 0% 2.5%;
	position: absolute;
	top: 22vh;
	display: block; 
	columns: 2;
}

section.schauspieler_content_teamuebersicht {
	width: 100%;
	margin: 2rem 0 0 0;
	padding: 0% 5% 0% 2.5%;
	position: relative;
	top: 32vh;
	display: block; 
	columns: 2;
}


.schauspieler_content_projektuebersicht a:link, h1.projektliste_titel a:visited	{
	text-decoration: none;
	font-family: 'DINWeb-Bold', sans-serif;
	
}

.schauspieler_content_projektuebersicht a:hover, h1.projektliste_titel a:active	{
	text-decoration: underline;
	font-family: 'DINWeb-Bold', sans-serif;
	
}

#schauspieler_beschreibung {
	position: relative;
	z-index: 101;
	
}

#schauspieler_beschreibung div.haupttext {
	width: 100%;
	float: left;
	min-height: 800px;
	padding-left: 6%;
}

#schauspieler_beschreibung div.nebentext {
	width: 30%;
	float: right;
}

div.schauspieler_titel {
	width: 100%;
	left: 0%;
	padding: 0% 5% 0% 6%;
	z-index: 400;
	padding-bottom: 0px;
	margin: 2.5em 0 0em 0;
	background-color: #fff;
} 

h1.schauspieler_titel {
	font-family: 'DINWeb-Bold', sans-serif;
	
	font-size: 3.5rem;
	color: #000;
	/* text-shadow: 1px 1px 2px black; */ 
	width: 100%;
	margin-top: 0.5em;
	margin-bottom: 0px;
	text-align: left;
}




section.basicpage_content_banner {
	position: absolute;
	z-index: 50000;
	top: 14vh !important;
	float: left;
	padding: 0%;
	display: table;
	margin: 0;
	width: 100vw;
	background-color: #373B44;
	height: 76vh;
	background-repeat: no-repeat;
	background-position: center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}



section.basicpage_content_content {
	width: 100vw;
	padding: 0% 5% 5% 2%;
	position: relative;
	top: 73.25vh !important;
	height: 100% !important;
	
}

section.basicpage_content_content_top {
	width: 100vw;
	padding: 0% 5% 5% 2%;
	position: relative;
	top: 4vh !important;
	
	
}



section.basicpage_content_content_projektuebersicht {
	width: 100%;
	margin: 2rem 0 0 0;
	padding: 0% 5% 0% 2.5%;
	position: absolute;
	top: 22vh;
	display: block; 
	columns: 2;
}

section.basicpage_content_content_teamuebersicht {
	width: 100%;
	margin: 2rem 0 0 0;
	padding: 0% 5% 0% 2.5%;
	position: relative;
	top: 32vh;
	display: block; 
	columns: 2;
}


.basicpage_content_content_projektuebersicht a:link, h1.projektliste_titel a:visited	{
	text-decoration: none;
	font-family: 'DINWeb-Bold', sans-serif;
	
}

.basicpage_content_content_projektuebersicht a:hover, h1.projektliste_titel a:active	{
	text-decoration: underline;
	font-family: 'DINWeb-Bold', sans-serif;
	
}

#basicpage_content_beschreibung {
	position: relative;
	z-index: 101;
	
}

#basicpage_content_beschreibung div.haupttext {
	width: 100%;
	float: left;
	min-height: 300px;
	padding-bottom: 20%;

}

#basicpage_content_beschreibung div.nebentext {
	width: 30%;
	float: right;
}

div.basicpage_content_titel {
	float: left;
	width: 100%;
	left: 0%;
	padding: 0% 5% 0% 0%;
	z-index: 400;
	padding-bottom: 0px;
	margin: 0.5em 0 2em 0;
	background-color: #fff;
} 

h1.basicpage_content_titel {
	font-family: 'DINWeb-Bold', sans-serif;
	font-size: 3.5rem;
	color: #000;
	/* text-shadow: 1px 1px 2px black; */ 
	width: 100%;
	margin-top: 0em;
	margin-bottom: 0px;
	text-align: left;
}



#myBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #e63329;
  color: white;
  cursor: pointer;
  padding: 3px 3px 0 3px;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  z-index: 333333;
}

#myBtn:hover {
  background-color: #555;
}



#mobile_menu li.first {
	border-top: 0px;
}


/* # Box Nächste Vorstellungen # */

ul.naechste_vorstellungen {
	list-style-type: none;
	margin: 1em 0 0 0;
	padding: 0px;
}

li.naechste_vorstellungen_item {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 0.5em;
	padding-right: 2em;
}

span.datum {
	color: #E63329;
	font-family: 'DINWeb-Bold', sans-serif;
	
}

form.ical_form {
	float: right;
}

form.ical_form p {
	margin: 0px;
}

span.ical {
	margin-right: 1em;
	font-size: 70%;
}


section#home_content_content {
	width: 100vw;
	padding: 1% 5% 1% 2%;
	position: relative;
	top: 80vh !important;
	left: 0;
	z-index: 1000;
	display: flex;
    justify-content: space-between;
	overflow: visible;
	
	
}



section._top {
	width: 100vw;
	padding: 0% 5% 5% 2%;
	position: relative;
	top: 4vh !important;
	
	
}

section._content_projektuebersicht {
	width: 100%;
	margin: 2rem 0 0 0;
	padding: 0% 5% 0% 2.5%;
	position: absolute;
	top: 22vh;
	display: block; 
	columns: 2;
}

section.home_content_content_teamuebersicht {
	width: 100%;
	margin: 2rem 0 0 0;
	padding: 0% 5% 0% 2.5%;
	position: relative;
	top: 32vh;
	display: block; 
	columns: 2;
}


.home_content_content_projektuebersicht a:link, h1.projektliste_titel a:visited	{
	text-decoration: none;
	font-family: 'DINWeb-Bold', sans-serif;
	
}

.home_content_content_projektuebersicht a:hover, h1.projektliste_titel a:active	{
	text-decoration: underline;
	font-family: 'DINWeb-Bold', sans-serif;
	
}

#home_content_beschreibung {
	position: relative;
	z-index: 101;
	
}

#home_content_beschreibung div.haupttext {
	width: 100%;
	float: left;
	min-height: 300px;
}

#home_content_beschreibung div.nebentext {
	width: 30%;
	float: right;
}

div.home_content_titel {
	width: 100%;
	left: 0%;
	padding: 0% 5% 0% 0%;
	z-index: 400;
	padding-bottom: 0px;
	margin: 0em 0 2em 0;
	background-color: #fff;
} 

h1.home_content_titel {
	float: left;
	font-family: 'DINWeb-Bold', sans-serif;
	font-size: 3.5rem;
	color: #000;
	/* text-shadow: 1px 1px 2px black; */ 
	width: 100%;
	margin-top: 0em;
	margin-bottom: 0px;
	text-align: left;
}



/* Ausgabeformate News */

div.news_home {
	width: 100%;
	margin: 0px;
	padding: 0 2% 0 2%;
}


div.news_item {
	margin-bottom: 2em;
	padding-bottom:  2em;
	border-bottom: 1px solid #ccc;
	min-height: 450px;
	clear: both;
}


div.last_news {
	border-bottom: 0 !important;
	padding-bottom: 30em;
}

@media (max-width: 1280px) {
	
	div.last_news {
		border-bottom: 0 !important;
		padding-bottom: 0em !important
	}
}

div.news_item h1 {
		float: left;
		width: 100%;
		font-family: 'DINWeb-Bold', sans-serif;
		font-size: 3.5rem;
		color: #000;
		/* text-shadow: 1px 1px 2px black; */ 
		width: 100%;
		margin-top: 0.2em;
		margin-bottom: 0.4em;
		text-align: left;
}

div.news_item p.postdate {
	float: left;
	font-size: 0.7em;
	font-family: 'DINWeb-Bold', sans-serif;
	color: #970C00;
	margin-bottom: 0px !important;
}


div.news_item p {
	
	font-family: 'DINWeb-Light';
	font-size: 1em;
	color: #000;
	/* text-shadow: 1px 1px 2px black; */ 
	width: 100%;
	margin-top: 0.5em;
	margin-bottom: 0px;
	text-align: left;
}




img.odd {
	
	width: 350px;
	float: right; 
	margin-left: 2em;
	margin-bottom: 2em;
}

img.even {
	
	width: 350px;
	float: left; 
	margin-right: 2em;
	margin-bottom: 2em;
	
}


div.news_item div.trailer {
	margin-top: 1em;
}


/* Ende Ausgabeformate News */


/* Div Sponsoren */


#sponsoren_alle {
	margin: 1em 0 20px 0 !important;
	padding-bottom: 1em !important;
	clear:both;
	height: 60px;
}


div.social_media {
	float: right !important;
	padding: 0px 10px 0 20px;
	margin-left: 3em;
}

img.social_media_links {
	height: 40px;
	background-color: transparent;
	position: relative;
	z-index: 900000;
	margin-right: 1em;
}


div.social_media_kontakt {
	float: left !important;
	padding: 0px 10px 0 0px;
	margin: 1em 0 0 0em;
	width: 100%;
}

img.social_media_kontakt_links {
	height: 40px;
	background-color: transparent;
	position: relative;
	z-index: 900000;
	margin: 0px 1em 0 0!important;
	padding: 0px !important;
	float: left;

}


a.social_media_kontakt {
	margin: 0px !important;
	padding: 0px !important;
}





#servicelinks {
	float: left;
	margin: 1em 3em 0 0;
	color: #fff;
}

#servicelinks a {
	color: #fff;
	text-decoration: none !important;
}


#impressum, #newsletter, #datenschutz {
	float: left;
	margin-left: 1em;
	margin-top: 0px;
	font-size: 14px;
}


#medienpartner {
	background-color: #000;
	clear: left;
	float: left;
	margin: 0;
	width: 100% !important;
	height: 70px;
	padding: 0em 0 0 2em;
	margin-top: 1em !important;
}





h3.medienpartner {
	font-family: 'DINWeb-Light';
	color: #fff;
	font-size: 11px !important;
	margin-bottom: 0px;
}

img.landbote {
	height: 15px;
}

img.zuerichseezeitung {
	height: 15px;
	margin: 0.5em 0 0 1.5em;
}

img.zuercherunterlaender {
	height: 15px;
	margin: 0.2em 0 0 1.5em;	
}


img.zuercheroberlaender {
	height: 15px;
	margin: 0.2em 0 0 1.5em;	
}

img.zueri_ost {
	height: 30px;
	margin: 0em 0 0 1.5em;	
}

img.avu {
	height: 15px;
	margin: 0em 0 0 1.5em;	
}

img.zost {
	height: 19px;
		margin: -0.1em 0 0 1.5em;		
}

div.medienpartner_page {
	background-color: #666;
	padding: 1% 2% 5% 1%;
	min-height: 150px;
	margin: 1em 0 10em 0em;
	float: left;
	clear: both;
}

div.medienpartner_page h3 {
	color: #fff;
	margin-bottom: 1em;
}

div.medienpartner_page img {
	margin-right: 20px !important;
	margin-bottom: 20px;
	float: left;
	width: 200px;
}

div.div_hauptsponsorin {
	margin: 0 0 0 2em;
	padding-right: 2em;
	border-right: 1px solid #ccc;
	width: 200px;
	float: left;
	
}

img.img_hauptsponsorin {
	width: 250px;
	margin-right: 6em;
}

div.sponsoren {
	float: left;
	margin: -0.9em 0 0 2em;
	padding: 0px;

}

h3.h3_sponsoren {
	font-family: 'DINWeb-Light';

	font-size: 11px !important;
}


img.img_foerderung_zh {
	height: 40px;
	width: auto;
	float: left;
	margin: 0.3em 2em 0 0;
}


img.wetteralarm {
	margin-top: 1em !important;
	width: 150px;
}


div.praesentiert_von {
	float: left;
	margin: 1em 0 0 2em !important;
	padding: 0px;
	}

div.gefoerdert_durch {
	float: left;
	margin: -0.7em 0 0 2em;
	padding: 0px;
	
}

div.co_sponsor {
	float: left;
	margin: -0.9em 0 0 2em;
	padding: 0px;
	
}

img.co_sponsor {
	height: 20px;
	margin: 1em 0 0 0;
}

div.rp_sponsor {
	float: left;
	margin: 1em 0 0 2em;
	padding: 0px;
	padding-right: 2em;
}

div.rp_sponsor a {
	text-decoration: none;
}


img.rp_sponsor {
	height: 30px;
	margin: 0.6em 0 0 0;
	
}


img.migros_sponsor {
	height: 35px;
	margin: 1.6em 3em 0 0;
	float: left;
}




img.egs_sponsor {
	height: 25px;
	margin: 1.9em 3em 0 0;
	float: left;
}





div.mitgliedschaft_kulturlobby {
	float: left;
	margin-top: -1em;
	margin-left: 3em !important;
	border-left: 1px solid #ccc;
	padding-left: 2em;
	height: 90px;
}

img.kulturlobby {
	margin-top: 1em;
	width: 80px;
}


div.mitgliedschaft_kulturzueri {
	float: left;
	margin-left: 2em !important;
	margin-top: 1em;
	height: 90px;
}

img.kulturzueri {
	width: 200px;
}


div.mitgliedschaft_pkk {
	float: left;
	margin-left: 2em !important;
	margin-top: 3em;
	height: 90px;
}

img.pkk {
	width: 200px;
}

div.mitgliedschaft_applaus {
	float: left;
	margin-left: 2em !important;
	margin-top: 1em;
	height: 90px;
}

img.applaus {
	width: 100px;
}





/* End Div Sponsoren */



/* Spielplan Home */
div.spielplan_home {
	width: 28%;
	border-left: 1px dotted #ccc;
	padding-left: 1.5em;
	padding-bottom: 10em;
	position: relative;
	z-index: 900000 !important;

}

div#spielplan_home_wrapper {
	float: left;
	clear: both;
font-size: 17px;
position: relative;
z-index: 900000 !important;
width: 300px;
}


h2.spielplan_home_titel {
	margin-bottom: 0.7em;
}

div.spielplan_item_home {
	border-bottom: 1px dotted #000;
	padding: 0;
	clear: both;
	width: 100%;
}

div.spielplan_item_hauptspalte_home {
	width: 100%;
}








div.spielplan_item_nebenspalte_home {
	width: 100%;
	margin: 1em 0 10em 0;
}



div.spielplan_item_nebenspalte_home > .activity_stage_ort {
	margin: 1em 0 10em 0;
}
	

div#spielplan_home_wrapper .datum_zeit  {
	font-family: 'DINWeb-Bold', sans-serif;
	color: #e63329;
	font-size: 16px;
	margin: 0.5em 0 1em 0 !important;
	
}


div#spielplan_home_wrapper .datum_zeit_home  {
	font-family: 'DINWeb-Bold', sans-serif;
	color: #e63329;
	font-size: 16px;
	margin: 0em 0 0.5em 0 !important;
	display:block;
	
}

div#spielplan_home_wrapper p.activity_production_title  {
	font-family: 'DINWeb-Bold', sans-serif;
	color: #000000;
	font-size: 28px;
	margin: .7em 0 0 0;
	
}

div#spielplan_home_wrapper p.title_add_class {
	margin-top: 0.7em;
}

div#spielplan_home_wrapper p.activity_untertitel  {
	font-family: 'DINWeb-Bold', sans-serif;
	color: #000000;
	font-size: 17px;
	margin: 1em 0 0 0 !important;
	display: block;
	
}


div#spielplan_home_wrapper p.writer {
	margin: 0.25em 0 0 0;
	font-family: 'DINWeb-Light';
	font-size: 17px;
	float: none;
	clear: both;
	
}

div#spielplan_home_wrapper p.activity_hinweis_schulvorstellungen_zusammen {
	margin: 1em 0 0 0;	
	
	
}

div#spielplan_home_wrapper p.activity_stage_ort {
	font-family: 'DINWeb-Bold', sans-serif;
	color: #000000;
	font-size: 20px;
	margin-top: 0.7em;
}

div#spielplan_home_wrapper span.activity_stage_spielstaette {
	font-family: 'DINWeb-Light';
	color: #000000;
	font-size: 20px;
	margin-top: 2em;
}

p.vollstaendiger_spielplan {
	margin-top: 1em;
	padding-bottom: 5em !important;
	position: relative;
	z-index: 999999 !important;
}

p.vollstaendiger_spielplan a:link, p.vollstaendiger_spielplan a:visited {
	font-family: 'DINWeb-Bold', sans-serif;
	font-size: 20px;
	color: #e63329;
}

p.vollstaendiger_spielplan a:hover, p.vollstaendiger_spielplan a:active {
	font-family: 'DINWeb-Bold', sans-serif;
	font-size: 20px;
	color: #000;
}

/* Ende Spielplan Home */





/* Spielplan */

div#spielplan_wrapper {
	margin: 5% auto 2% auto;
	width: 80%;
	height: 500vh !important;
}


div.spielplan_item {
	border-bottom: 1px dotted #000;
	padding: 0;
	clear: both;
	width: 100%;
}

div.spi_last {
	padding-bottom: 800px !important;
}

div.spielplan_item_hauptspalte {
	width: 70%;
	float: left;
}

div.spielplan_item_nebenspalte {
	width: 25%;
	float: left;
	margin: 0 0 10em 0 !important;
}


p.datum_zeit  {
	font-family: 'DINWeb-Bold', sans-serif;
	color: #e63329;
	font-size: 25px;
	margin: 0.5em 1em 0 0;
	float: left;
}

p.activity_production_title  {
	font-family: 'DINWeb-Bold', sans-serif;
	color: #000000;
	font-size: 1.6em !important;
	margin: 2em 0 0 0;
	clear: both;
}

p.title_add_class {
	margin-top: 0.7em;
}

p.activity_untertitel  {
	font-family: 'DINWeb-Bold', sans-serif;
	color: #000000;
	font-size: 20px;

	margin: .2em 0 0 0;
	
}


p.dauer {
	font-family: 'DINWeb-Light';
			color: #666;
			font-size: 15px;
		
			margin: .5em 0 0 0;
}


p.writer {
margin: 0.25em 0 0 0;
font-family: 'DINWeb-Light';
font-size: 20px;
clear: both;
float: none;
	
}

p.activity_hinweis_schulvorstellungen_zusammen {
margin: 1em 0 1em 0;
border-bottom: 1px dotted #ccc;
	
	
}

p.activity_stage_ort {
	font-family: 'DINWeb-Bold', sans-serif;
	color: #000000;
	font-size: 25px;
	margin-top: 2.6em;
}

span.activity_stage_spielstaette {
	font-family: 'DINWeb-Light';
	color: #000000;
	font-size: 25px;
	margin-top: 2em;
}

div.castlist {
	background-color: #F6BEB9 !important;
}

div.vorverkauf {
	background-color: #ccc;
}

/* Ende Spielplan */


section#proj_content_projektuebersicht_presse {
	display: block; 
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8em !important;
	column-count: 1;
	clear: both !important;
	min-height: 1800px !important;
	
}

section#proj_content_projektuebersicht_presse a:hover, section#proj_content_projektuebersicht_presse a:active {
	text-decoration: underline;
	color: #E63329;
}

section.proj_content_projektuebersicht_presse {
	display: block; 
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em !important;
	column-count: 1;
	clear: both !important;
	
}


div.planet_b_info_container {
	background-color: #cbf5ff;
	border-radius: 15px;
	padding: 15px;
	margin: 0em 0 0.5em 0 !important;
	min-height: 100px;
}

div.card-body {
	border-radius: 15px;

}

div.card-body > table td {
	border-right: 0px !important;
	border-bottom: 1px dotted #ccc;
	vertical-align: top;

}

div.close {
	float: right;
}

p.planet_b_info_container {
	margin: 0 10px 1em 10px !important;
}

div.navigation_wrapper li ul li {
font-family: 'DINWeb-Light', sans-serif;
font-size: 16px !important;
}


div.haupttext ul {
	padding-left: 20px;
}


#openNav_1 {
display: none;
}


.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  float: right;
  margin-right: 1em;
  margin-top: 0.5em;
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
 float: right;
  margin-right: 1em;
  margin-top: 0.5em;
}

.modal {
	z-index: 90000;
}

#ekkoLightbox-356 {
z-index: 90000;
}

.modal.show .modal-dialog {
	z-index: 90000;

}

.arrow_neg {
	border-color: #fff !important;
}

a.tzrot {
	color: #e63329 !important;
}

ul.theater_und_schule_ul {
	margin-top: 1em !important;
}

#mobile_menu .theater_und_schule a {
	color: #fff !important;
	background-color:#B4C3E3 !important;
	padding: 5px;
}


ul.spielplan_ul {
	margin-top: 1em !important;
}

#mobile_menu .spielplan a {
	color: #fff !important;
	background-color: #e63329 !important;
	padding: 5px;
}



ul.presse_ul {
	margin-top: 1em !important;
}

#mobile_menu .presse a {
	color: #fff !important;
	background-color: #C7DB9A;
	
	padding: 5px;
}

.programmheft {
	width: 100%;
	float: left;
	margin: 1em 0 1em 0;
}

div.news_home div.TextformatterVideoEmbed {
	margin: 2em 0 1.3em 0 !important;
}

.dokumente_zum_stueck {
	width: 100%;
	float: left;
	margin: 1em 0 1em 0;
}


div#service_top {
	float: right;
	margin-top: 0.8em;
	margin-right: 4em;
}


img.spielplan_cal {
	width: 60px;
	height: auto;
}


.icalimg {
width: 28px;
height: auto;
margin-bottom: 1em !important;	
}



/* ******************************************* */
/* Suche	 */

* {
  box-sizing: border-box;
}

.openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}

.openBtn:hover {
  background: #bbb;
}

.overlay {
  height: 15vh;
  width: 100vw;
  overflow-x: hidden !important;
  position: fixed;
  z-index: 1000 !important;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: absolute;
  top: 30%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
  z-index: 555553500001 !important;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 75%;
  background: white;
  border-radius: 8px;
  margin-right: 3px;
  height: 60px;
  position: relative;
  z-index: 8000 !important;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
	position: relative;
	z-index: 9999999 !important;
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
  height: 60px;
  border-radius: 8px;
}

.overlay button:hover {
  background: #bbb;
}



/* ******************************************* */

footer#footer_minimal {
	display: none;
}


img.jtz {
	width: 100px !important;
	margin-left: 1em;
}

img.tctz {
	width: 100px !important;
	margin-left: 1em;
}

input.icalimg {
width: 28px;
height: auto;
}



p.activity_premiere {
color: #fff;
background-color: #e63329;
padding: 1px 3px 1px 3px;
margin: 14px 0 0 10px ;

font-family: 'DINWeb-Bold';
font-size: 0.7em;
line-height: 1.6em;
float: left;
}

p.premiere {
	color: #fff;
	background-color: #e63329;
	padding: 1px 3px 1px 3px;
	margin: 14px 0 0 10px ;
font-size: 12px !important;
	font-family: 'DINWeb-Bold';
	font-size: 0.7em;
	line-height: 1.6em;
	float: left;
	}

p.bookingstatus {
color: #fff;
background-color: #000;
padding: 2px 3px 2px 3px;
margin: 14px 0 0 10px ;
font-size: 12px !important;
font-family: 'DINWeb-Bold';
font-size: 0.7em;
line-height: 1.6em;
float: left;
}

p.activity_abgesagt {
	color: #fff;
			background-color: #e63329;
			padding: 1px 5px 1px 9px;
			margin: 14px 0 0 10px ;
		font-size: 14px !important;
			font-family: 'DINWeb-Bold';
			font-size: 0.7em;
			line-height: 1.6em;
			float: left;
			letter-spacing: 0.2em;
animation:blinkingText_canceled 2s infinite;
	
}


@keyframes blinkingText_canceled {
	0%{     color: #fff;    }
	33%{    color: #e63329; }
	66%{    color: #ccc; }
	100%{   color: #fff;    }
}



.blinking {
	animation:blinkingText 2s infinite;
}


@keyframes blinkingText{
	0%{     color: #fff;    }
	33%{    color: #666; }
	66%{    color: #ccc; }
	100%{   color: #fff;    }
}


.stkpage {
	clear: both !important;
	float: none !important;
	margin-left: 0px !important;
	width: 200px;
}



p.activity_koproduktion {
	color: #8C8C8C;
		border: 1px solid #8C8C8C;
		background-color: #fff;
		padding: 0px 4px 0px 4px;
		margin: 9px 0px 10px 0px ;
		font-family: 'DINWeb-Bold';
		font-size: 0.7em;
		float: left;
		line-height: 1.6em;
}


p.activity_altersempfehlung {
	color: #006010;
		border: 1px solid #006010;
		background-color: #fff;
		padding: 0px 4px 0px 4px;
		margin: 9px 0 0 0px ;
		font-family: 'DINWeb-Bold';
		font-size: 0.7em;
		float: left;
		line-height: 1.6em;
}


p.unterstuetzung_quartierverein {
	border: 0px solid #006010;
	background-color: #fff;
	padding: 0px 4px 0px 0px;
	margin: 0px 0 0 0px !important;
	font-family: 'DINWeb-Light', sans-serif;
	font-size: 0.7em;
	float: left;
	line-height: 1.6em;
	font-size: 70%;
	color: #e63329;
}








p.activity_wiederaufnahme {
	color: #fff;
		background-color: #a8bbd4;
		padding: 1px 3px 1px 3px;
		margin: 9px 0 0 10px !important;
		font-family: 'DINWeb-Bold';
		font-size: 0.7em;
		float: left;
}

p.activity_schulvorstellung {
		color: #fff;
		border: 1px solid #449CDA;
		background-color: #449CDA;
		padding: 0px 4px 0px 4px;
		margin: 14px 0 0 10px !important;
		font-family: 'DINWeb-Bold';
		font-size: 0.7em;
		float: left;
		line-height: 1.6em;
	}

span.activity_schulvorstellung {
	color: #fff;
	border: 1px solid #449CDA;
	background-color: #449CDA;
	padding: 0px 4px 0px 4px;
	margin: 14px 0 0 10px !important;
	font-family: 'DINWeb-Bold';
	font-size: 0.7em;
	float: right;
	line-height: 1.6em;
}

p.activity_stage_street {

font-size: 0.9em;
margin: 0 0 0 0 !important;	
margin-block-start: 0em !important;
}

p.activity_stage_zip_city {

font-size: 0.9em;
margin: 0 0 1em 0 !important;	
margin-block-start: 0em !important;	
}

div.vorverkaufsinformationen {
	margin: 0.7em 0 0 0;
}

p.vorverkauf_titel {
	font-size: 90%;
	margin: 0px !important;
}


p.vorverkauf_titel_up {
	font-size: 90%;
	margin-top: -.5em !important;
}


ul.vorverkauf {
	list-style-type: none;
	list-style-position: outside;	
	margin-left: 0px;
	padding-left: 1px;
}


li.vorverkauf:before {
	}
	
li.vorverkauf2:before {
}	

li.vorverkauf {
	font-size: 90%;
	/* list-style-type: '-' !important; */
    list-style-type: none !important;
	/* list-style-position: outside; */
	margin: 0px !important;
	padding: 0px;
}

li.vorverkauf2 {
	font-size: 90%;
	margin-top: -1em;
	/* list-style-type: symbols(–);
	list-style-position: outside; */

}

.margin_left_1em {
	margin-left: 0.6em;
}

.margin_left_0 {
	margin-left: 0px;
}

.fa-subway {
	margin-left: 1em;
}

/* Ausweichspielstätte Styles */
div.ausweichspielstaette {
	display: none;
}

.fa-umbrella {
	margin-left: 0px;
	color: #e63329;
}

p.ausweichspielstaette_adress {
	font-family: 'DINWeb-Light', sans-serif;
	font-size: 0.9em;

	margin: 0 0 0 0 !important;
}

h3.ausweichspielstaette_h3 {
	font-size: 0.9em;
	color: #e63329;

}

.margin0 {
	margin-left: 0 !important;
}




.activity_weichaus {
	display: none !important;
}





@media (max-width: 1024px) {
	p.activity_abgesagt {
		margin-left: 0px !important;
		margin-bottom: 1em !important;
	}
	
	p.activity_schulvorstellung {
	margin-left: 0px !important;
	margin-bottom: 1em !important;	
	}
	
	p.bookingstatus {
		
	}
	
	

	
	
}



@media  (max-width: 768px) {
	p.activity_abgesagt {
		margin-left: 0px !important;
		margin-bottom: 0em !important;
	}
	
	p.activity_schulvorstellung {
	margin-left: 0px !important;
	margin-bottom: 1em !important;	
	}
	
	p.bookingstatus {
		margin-left: 0px !important;
		margin-bottom: 1em !important;	
	}
	
	
	p.activity_production_title {
		margin: 0.5em 0 0 0;
	}
	
	
	}
	div.spielplan_item_nebenspalte {
	width: 25%;
	float: left;
	margin: 0 0 2em 0 !important;
	}
	

}



@media (max-width: 320px) {
	
	body {
		width: 100%;
		overflow-y: hidden;
	}
	p.activity_abgesagt {
		margin-left: 0px !important;
		margin-bottom: 0em !important;
	}
	
	p.activity_schulvorstellung {
	margin-left: 0px !important;
	margin-bottom: 1em !important;	
	}
	
	p.bookingstatus {
		margin-left: 0px !important;
		margin-bottom: 1em !important;	
	}
	
	
	p.activity_production_title {
		margin: 0.5em 0 0 0;
		font-size: 25px !important;
	}
	
	#logo img.logo_tz {
		float: left;
		margin: 0.75em 0.2em 2em -1em !important;
	}
	
}




div.spielplan_item_hauptspalte_home p.activity_premiere {
	color: #fff;
	background-color: #e63329;
	padding: 1px 10px 1px 3px !important;
	margin: 14px 10px 10px 0px ;
	width: 70px;
	font-family: 'DINWeb-Bold';
	font-size: 0.7em;
	line-height: 1.6em;
	float: none;
	}

div.spielplan_item_hauptspalte_home .activity_abgesagt {
	margin: 0px 0 10px 0 !important;
}



@media print {
	
	#mobile_menu, #service_top, #myOverlay {
		display: none;
	}
	
}





.unterstuetzt_img_class {
	width: 150px;
	height: auto;
	margin: 1em 0 0 0;
	clear: both;
}

/* ## Farben Planet-B-Tiles ### */



.color_1 {
	background-color:  #c4e0f4d0 !important;
}

.color_2 {
background-color:  #f5ffcbe0 !important;
}

.color_3 {
background-color:  #ffcbf5e8 !important;
}

.color_4 {
background-color:  #00ff8eb9 !important;
}

.color_5 {
background-color:  #f78f1ec1 !important;
}

.color_6 {
background-color:  #00ffffaa !important;
}

.color_7 {
background-color:  #ced6f0db !important;
}

.color_8 {
background-color:  #f6beb9ed !important;
}




div.spielplan_item_hauptspalte_home > p.activity_wiederaufnahme {
	color: #fff;
		background-color: #a8bbd4;
		padding: 1px 3px 1px 3px;
		margin: 9px 0 9px 0px !important;
		font-family: 'DINWeb-Bold';
		font-size: 0.7em;
		float: left;
}


div#cookie-manager {
	position: fixed;
	z-index: 99999999999 !important;
	position: fixed;
	bottom: 30px;
	left: 0;
}



div.disclaimer {
	float: right;
	margin: 1em 5em 0 0;
	color: #fff !important;
}

div.disclaimer a {
color: #fff !important;
}



@media (min-width: 1300px) {
	section#home_content_content {
	width: 100vw;
	padding: 1% 5% 1% 2%;
	position: relative;
	top: 85vh !important;
	left: 0;
	z-index: 1000;
	display: flex;
	justify-content: space-between;
	overflow: visible;
	}
}





@media (max-width: 1300px) {
	section#home_content_content {
	width: 100vw;
	padding: 1% 5% 0% 2%;
	position: relative;
	top: 98vh !important;
	left: 0;
	z-index: 1000;
	display: flex;
	justify-content: space-between;
	overflow: visible;
	}
}







div.TextformatterVideoEmbed {
width: 70%;
margin: -100px 0 0 0 !important;
padding: 0px 0 56.25% 0 !important;
}


.last_image {
	margin-bottom: 500px !important;
}



p.jubi_legende {
	float: left;
	margin: 10px 0 0 0;
}


/* ### Filter Styles */


input.projekt_filter_aktuell {
	margin: 0em 0 0 0;
}



form#filter_list_form input.projekt_filter_aktuell {
margin: 0em 5px 0 0;
}

select.monat_filter {
	width: 400px;
	margin-right: 1em !important;

}

select.jahr_filter {
	margin: 0 0 0 1em !important;
}

#form_azlog_monat button {
margin: 1px 0 0 1px;
}

input.filter_list_input_text {
	height: 32px !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px !important;
	font-size: 70%;
	margin-top: 0em;
	border-top: 1px solid #e7e4ec;
	border-left: 1px solid #e7e4ec;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-radius: 5px;
	padding: 0.1rem .75rem 0rem 0.5rem !important;
	height: 2.2rem;

	
}

form.filterlist_form {
	float: left;
}

input.projekt_filter_jahr_submit {
	height: 32px !important;
	margin-top: 0em;
	background-color: #5CA747;
	border-color: #246712;
	margin: 0 5px 0 5px;
	padding: 0.3rem .75rem 1rem .75rem;
	height: 2.2rem;
	font-size: 0.8em;


}


input.projekt_filter_jahr_submit:hover, input.projekt_filter_jahr_submit:active {

	background-color: #246712;
}


.joblog_manuel_input {
	clear: both;
	float: none;
	width: 100%;
}



input.projekt_filter_aktuell:hover, input.projekt_filter_aktuell:active {
background-color: #2D0B49 !important;
transition-duration: 0.4s;

}


input.projekt_filter_alle {
	float: left;
	background-color: #004860 !important;
	border-color: #003446;
	margin-right: 5px;
	font-size: 0.8em;
}



input.projekt_filter_alle:hover, input.projekt_filter_alle:active {
background-color: #003446;
transition-duration: 0.4s;

}



input.projekt_filter_2020 {
	float: left;
	background-color: #A78FBC !important;
	border-color: #896BA3;
	margin-right: 5px;
	font-size: 0.8em;
}

input.projekt_filter_2020:hover, input.projekt_filter_2020:active {
background-color: #896BA3 ;
transition-duration: 0.4s;

}

input.projekt_filter_fakturieren {
	float: left;
	background-color: #880336 !important;
	border-color: #7e9faf;
	margin-right: 5px;
	font-size: 0.8em;
}

input.projekt_filter_fakturieren:hover, input.projekt_filter_fakturieren:active {
background-color: #c8376f !important;
transition-duration: 0.4s;

}




input.projekt_filter_kunden_submit {
	float: right !important;
	background-color: #2A406A !important;
	border-color: #7e9faf;
	margin: 0 5px 0 5px;
	font-size: 0.8em;
}

input.projekt_filter_kunden_submit:hover, input.projekt_filter_kunden_submit:active {
background-color: #8793ab !important;
transition-duration: 0.4s;

}

#filter_liste {
	float: right;
	margin-bottom: 20px;
}


#filter_select_monat {
	float: right;
	margin: 0 0em 0 0;
}

#filter_select_jahr {
	float: right;
	margin: 0 0em 0 0;
}

p.filter_reset {
	float: right;
	clear: both;
	margin: 0.25em 0em 0 0;
	font-size: 70%;
}


div.spielplanbild_img {
	margin: 2em 0 2em 0;
	width: 50% !important;
}



#dienstmeldung {
	float: left;
	margin: 1em 0 3em 0;
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 5px;
	padding: 10px;
}




/* .input_1 {
	background-color: #98A7BE;
}

.input_2 {
	background-color: #505A84;
}

.input_3 {
	background-color: #EE7111;
}

.input_4 {
	background-color: #FCC556;
}

.input_5 {
	background-color: #76BA5E;
}

.input_6 {
	background-color: #DE170B;
}

.input_7 {
	background-color: #f84c04;
}

.input_8 {
	background-color: #d34104;
}

.input_9 {
	background-color: #901415;
}

.input_10 {
	background-color: #66592A;
}

.input_11 {
	background-color: #65778E;
}

.input_12 {
	background-color: #98A7BE;
} */


.input_1,
.input_3,
.input_5,
.input_7,
.input_9,
.input_11 {
	background-color: #E63329;
}


.input_2,
.input_4,
.input_6,
.input_8,
.input_10,
.input_12  {
	background-color: #b82921ff;
}




.projekt_filter_aktuell {
	border: none;
	font-size: 12px;
}


div.no_items {
	float: left;
	margin: 3em 0 0 0;
}


@media (max-width: 768px) {
	div.spielplanbild_img {
		margin: 2em 0 2em 0;
		width: 100% !important;
	}
	
	img.spielplanbild_img {
		margin: 2em 0 2em 0;
	}
	
	
}



@media (max-width: 320px) {
	
	body {
		padding: 0px;
		padding-bottom: 20px;
		width: 320px !important;
		overflow-x: hidden !important;
	}	
	
	
	.overlay {
	height: 15vh;
	width: 100%;
	overflow-x: hidden !important;
	position: fixed !important;
	z-index: 1000 !important;
	top: 0;
	left: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
	
	
	
	
}


}



.FormBuilder.InputfieldForm button:hover {
cursor: pointer;
background: green !important;
}

div#wrap_premiere_submit .FormBuilder.InputfieldForm button:hover {
cursor: pointer;
background: green !important;
}

	.InputfieldSubmit button {
font-weight: bold;
&:hover {
	opacity: 0.9;
	background: green !important;

}


div.InputfieldContent > *:hover {
	background: green !important;

}

.FormBuilder.InputfieldForm button:hover {
  cursor: pointer;
  background: green;
}