@import url("norm.css");
@import 'https://fonts.googleapis.com/css?family=Anton';
@import 'https://fonts.googleapis.com/css?family=Muli';

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSqRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(http://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xGAzD5WKQVN4wSyA0MYYi4rr7w4p9aSvGirXi6XmeXNA.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url(http://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xM6Eyu0BCqAfob_z3hhzRFzr7w4p9aSvGirXi6XmeXNA.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans Condensed';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Cond Light Italic'), local('OpenSans-CondensedLightItalic'), url(http://fonts.gstatic.com/s/opensanscondensed/v10/jIXlqT1WKafUSwj6s9AzV6XnXbwdDC8wAz6IIzmCDUN2IY20qb3OO3nusUf_NB58.woff) format('woff');
}




html,body {
	height: 100%;
	margin: 0;
	color: #312811;
	font-family: 'myriad-pro', sans-serif;
	font-weight: 400;
	font-size:18px;
	line-height:24px;
	background-color:#AEC2B1;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;	
}

.content {
  height:100%;
  min-height:100%;/*for mozilla*/
  overflow:hidden;
}


#wrapper {
	position: relative;
	height:auto !important;
	min-height:100%;
	margin:0;
	width:100%;
	background-color:#fff;
	overflow:auto;
	background-repeat:repeat;
	
	
}

.main_wrapper {
	position:relative;
	height:100%;
	min-height:100% !important;
	display:flex;
	
	
}

p {
	text-align:justify;
	text-align-last:left;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
	margin-bottom:10px;
}

h1 {
	
	font-family: 'myriad-pro', sans-serif;
	text-transform:uppercase;
	font-size:32px;
	line-height:40px;
	font-weight:800;
	margin-bottom:10px;
	color:#AF1D21;
}

h2, h5 {
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	margin-top:-10px;
	margin-left:0px;
	margin-bottom:10px;
	text-align:left;
	color:#325739;
}
h3 {
	color:#325739;
	
	
}
h4 {
	margin-top:10px;
}

a {
	font-weight:bold;
	text-decoration:none;
	color:rgba(175,30,34,1.00);
	
}

ul li {
	margin-left: 30px;
	margin-top: 10px;
	list-style-type: square;
}

strong {
	font-weight:bold;
	
}


header {
	position: relative;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	background-color:#0F2F16;
	color: #fff;
	font-family: 'myriad-pro', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	word-spacing: 10px;
	clear: both;
	vertical-align: middle;
	overflow: visible;
	-webkit-transition: height 0s, font-size 0.2s;
	transition: height 0s, font-size 0.2s;
	
        }
        
		header.sticky {
            position: fixed;
			z-index:99;
            font-size: 20px;
            line-height: 40px;
            height: 40px; 
            width: 100%;
            background-color: #0F2F16;
            text-align: center;
			max-width:1200px;
            
        }

header ul li, #footer ul li {
	display:inline-block;
	padding:0px;
	margin-left:5px;
	margin-right:5px;
	margin-top:0px;
	word-spacing:0;
}
header ul li.aktiv {
	background-color:#77917C;
	
}
header ul li.aktiv a {
	color:#FFF;
}
header ul, #footer ul {
	padding:0px;
	margin:0px;
}
header a, #footer a {
	text-decoration:none;
	color:#FFF;
	margin-left:3px;
	margin-right:3px;
	font-weight:normal;
}
#men {
	display:none;
}
#slideshow {
	position: relative;
	overflow:hidden;
	float: left;
	width: 66%;
	height: 220px;
	background-color: rgba(26,82,38,1.00);
	background-image: url(images/web_standart.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center center;
	
}
.mySlides {
	display:none;
	width:100%;
	height:auto;
	margin-top:-10%;
	
	
	
}
.mySlides2 {
	display:none;
	width:100%;
	height:auto;
	margin-top:0;
	
	
	
}
#spielplan h2 {
	margin-bottom:60px;
	margin-top:20px;
}
#logo {
			position:relative;
			float:right;
			width:34%;
			height:220px;
			background-image:url(images/ht_weblogo_mini.jpg);
			background-position:center center;
			background-size:contain;
			background-repeat:no-repeat;
			background-color:#FFF;
			overflow:visible;
			
			
}
#figuren {
	
	margin-left:-120px;
	margin-bottom:0px;
	height:100%;
}

.main_content {
	position: relative;
	clear: both;
	float: left;
	width: 62%;
	padding: 2%;
	padding-top: 20px;
	padding-bottom: 40px;
	background-color: #FFF;
	opacity: 1;
	min-height: 100%;
	height:auto !important;
	height: 100%;
	
}

.main_content p {
			text-align:justify;
}

.main_content img {
	width:100%;
	
}
img.kinder {
	width:auto;
}

img.minibild2 {
	width:120px;
	
}
#spielplan {
	width:96%;
}

#kuenstler {
	width:96%;
	
}
#produktionen3 {
	clear:both;
}
.spalten p {
			-moz-column-count:    2;
        	-webkit-column-count: 2;
        	column-count:         2;
			-webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    		-moz-column-gap: 20px; /* Firefox */
    		column-gap: 20px;
			-webkit-column-rule: 1px dotted #AB8D41; /* Chrome, Safari, Opera */
    		-moz-column-rule: 1px dotted #AB8D41; /* Firefox */
   			 column-rule: 1px dotted #AB8D41;
			 clear:left;
			 margin-bottom:20px;
			 -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
#men {
	display:none;
}




.side_content {
	position: relative;
	float:right;
	width: 34%;
	padding: 0;
	padding-bottom:30px;
	text-align: left;
	background-color:#1A5226;
	font-size:14px;
	height:auto;
	color:#FFF;
	
}
.side_content h1 {
	font-size:24px;
	line-height:36px;
	color:#FFF;
	margin:10px;
	text-align:center;
	
}
.side_content h4 {
	font-size: 14px;
	font-weight:400;
	font-style:normal;
	margin:10px;
	margin-top:30px;
	
}
.side_content p {
	font-size: 16px;
	margin:20px;
	text-align:center;
}
.side_content a {
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	font-style:normal;
	color:#FFF;
}

.side_content h2 {
	text-align: center;
	
}

.side_content h2 a {
	font-styl:normal;
	font-weight:600;
	text-align:center;
}
.vorschau {
	width: 100%;
	background-color: none;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 14px;
	text-align:center;
	padding:0px;
	
	
			
}
.vorschaubild {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center center;
	border: 0px solid rgba(220,219,217,1.00);
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.vorschau h2 {
	text-transform:none;
	font-size:14px;
	line-height:14px;
	background-color:none;
	padding-top:15px;
	padding-bottom:0px;
	margin-bottom:0px;
	display:block;
	position:relative;
	width:96%;
	margin-left:0px;
	padding-left:2%;
	padding-right:2%;
	border-bottom-radius:10px;
	
	
}
.vorschau a {
	color:#F1F1F1;
	text-transform:uppercase;
	font-weight:bold;
}

table.termine_side {
	width:100%;
	border:0px solid rgba(203,201,198,1.00);
	
}
table.termine_side tr {
	background-color:none;
	padding-left:10%;
	margin-bottom:5px;
	
}
table.termine_side td {
	padding: 4px;
	color: #FFF;
	text-align: center;
	font-weight: bold;	
}
table.termine_side td.wochentag, table.termine_side td.uhrzeit {
	background-color: none;
	text-align: center;
}
.termine_gerade, .termine_ungerade {
	
	width:100%;
	clear:both;
	overflow:hidden;
	height:auto;
	
	
}

.termine_ungerade {
	background-color: rgba(206,206,206,1.00);
}
.navi {
	margin-top:10px;
}
.datum {
	float:left;
	clear:both;
	width:15%;
	height:100px;
	padding:10px;
	
}
.tagmonat {
	display:block;
	font-size:28px;
	font-weight:600;
	color:rgba(175,29,33,1.00);
}
.wochentag {
	display:block;

}
.uhrzeit {
	display:block;
}
.vorschaubild_termine {
	width:100px;
	height:100px;
	float:left;
	background-size:cover;
	background-position:center center;
	margin-top:10px;
	transition:all 1s;
	-webkit-transition: all 1s;
}
.link {
	float:left;
	width:40%;
	padding:10px;
	
}
.red, .green, .yellow {
	float:left;
	width:120px;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
	margin-right:10px;
	text-align:center;
	border-radius:6px;
	color:#FFF;
	
}
.red {
	background-color:rgba(249,97,99,1.00);
	color:#FFF;
}
.yellow {
	background-color:rgba(255,245,68,1.00);
	
}


.green {
	background-color:rgba(170,247,175,1.00);
}
.repertoire_element {
	width:245px;
	height:250px;
	float:left;
	overflow:hidden;
	background-size:cover;
	background-position: center center;
	margin:19px;
	padding-right:5px;
}
.repertoire_element h2 {
	margin: 2px;
	background-color: none;
	color: #FFF;
	font-weight: 700;
	font-size: 16px;
	text-shadow: 1px 1px 5px #000;
	bottom: 0px;
	text-align: right;
	vertical-align: bottom;
}
#repertoire {
	width:100%;
}
#repertoire h1, #repertoire h2, #kuenstler h1, #kuenstler h2 {
	margin-left:19px;
}
#footer {
	position: relative;
	clear: both;
	bottom: 0px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	word-spacing: 10px;
	line-height: 40px;
	height: 40px;
	margin-top:-40px;
	background-color: #0F2F16;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	text-shadow: 0 0px;
	
}
.green_detail a, yellow_detail a, red_detail a {
	font-weight:bold;
	font-style:normal;
	color:#FFF;
	border: #FFF 1px dotted;
	padding:5px;
}

#menu {
	
}

#menu a {
	text-decoration:none;
	color:#FFF;
	margin-left:5px;
}
#produktionen2 {
	text-align: center;
	
}
.anker {
	visibility: hidden;
	display:block;
}
.text {
	position:absolute;
	width: 50%;
	height:80%;
	overflow:auto;
	margin-left: 20px;
	margin-top: 20px;
	padding: 10px;
	border-bottom-right-radius: 10px;
	background-color: rgba(255,255,255,0.7);
	font-size:16px;
	line-height: 24px;
}
.text_ton {
	position:absolute;
	width: auto;
	height:auto;
	overflow:auto;
	margin-left: 20px;
	margin-top: 20px;
	padding: 10px;
	border-bottom-right-radius: 10px;
	background-color: rgba(255,255,255,0.7);
	font-size:16px;
	line-height: 24px;
}
.text_r {
	width: 50%;
	height:80%;
	overflow:auto;
	margin: 20px;
	float:right;
	padding: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgba(255,255,255,0.63);
}

.text_aktuell {
	position:absolute;
	width: 50%;
	height:50%;
	overflow:auto;
	margin-left: 20px;
	padding: 10px;
	margin-top:200px;
	border-bottom-right-radius: 10px;
	background-color: rgba(255,255,255,0.63);
	font-size:16px;
	line-height: 24px;
}


.text_impressum {
	position:absolute;
	width: 50%;
	height:80%;
	overflow:auto;
	margin-left: 20px;
	padding: 10px;
	border-bottom-right-radius: 10px;
	background-color: rgba(255,255,255,0.63);
	font-size:16px;
	line-height: 24px;
	
}

.calendar2 {
	height:auto;
	min-height:20px;
	margin-bottom:0px;
	margin-left:-10px;
	margin-right:-10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:2px;
	text-align:left;
	overflow:hidden;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	
}
.calendar2 p {
	margin-left:65px;
	text-align:left;
	margin-top:0px;
}
.calendar2 a {
	margin-left:0px;
	text-align:left;
}


.datum2 {
	float:left;
	width:65px;
	height:100%;
	min-height:100%;
	font-size:22px;
	letter-spacing: normal;
	word-spacing: normal;
	font-weight: bold;
	padding-top:2px;
	
	
	}

.minibild_g {
	display: inline-block;
	margin:0px;
	padding:0px;
	border:0px;
}
textarea, input {
	background-color: none;
	color: #000;
	border: 2px dotted rgba(175,29,33,1.00);
	margin-top: 5px;
	min-height:25px;
	margin-bottom: 15px;
	padding: 5px;
	width: 300px;
}
.eingabe {
	color:FFF;
	width:60%;

}
input:focus, textarea:focus {
	background-color: rgba(241,216,217,1.00);
	color: #000;
	font-weight: bold;
}

#nav_spiel {
	
	margin-bottom:-30px;
}

.embed-container { 
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;

} 

.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



@media only screen and (max-width: 600px) {
#wrapper {
	height:auto;
}

.main_wrapper {
	display:block;
}
	
.mySlides {
	
	margin-top:0;
	
	
	
}
	
.main_content, .side_content {
			float:none;
			width:90%;
			height:auto;
			min-height:80px !important;
			padding:5%;
			
}

.main_content {
			float:none;
			clear:none;
			width:90%;
			padding:5%;
			height:auto;
			min-height:none;
			padding-bottom:20px;
}	
#logo {
	display:none;
}
#slideshow {
	width:100%;
	margin-top:0px;
	float:none;
}
header {
	position:fixed;
	top:0px;
	left:0px;
	width:auto;
	height:auto;
	z-index:99;
	transition:none;
	-webkit-transition: none;
}
.nav {
	display:none;
	
}
#men {
	display:block;
	padding-right:5px;
	font-size:18px;
}
header:hover .nav {
	display:block;
}

header:hover #men {
	display:none;
}
	
header ul li {
	display: block;
	font-size:18px;
	padding-right:15px;
	background-color:rgba(15,47,22,1.00);
	width:auto;
	text-align:center;
	
}
#footer {
	position: relative;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;	
}
.vorschaubild {
	
}
.vorschaubild_termine {
	display:none;
}
.termine_gerade, .termine_ungerade {
	height:auto;
}
}

@media only screen and (max-width: 800px) {
	
.spalten p {
			-moz-column-count:    1;
        	-webkit-column-count: 1;
        	column-count:         1;
}

}
@media only screen and (min-width: 601px) and (max-width:959px) {
		.vorschaubild {
			float:none;
			width:100%;
			border-top-right-radius:0px;
			border-top-left-radius:0px;
			border-bottom-right-radius:0px;
			border:0px;
			
		}
		.vorschau h2 {
			display:block;
			position:relative;
			width:96%;
			height:auto;
			margin-left:0px;
			padding-left:2%;
			padding-right:2%;
			border-bottom-radius:10px;
			
		}
		.vorschau {
			text-align:center;
			padding:0px;
			width:100%;
		}
}
@media only screen and (min-width: 1200px) {
	
.spalten p {
			-moz-column-count:    3;
        	-webkit-column-count: 3;
        	column-count:         3;
}

}



@media only screen and (max-width: 959px){
	#figuren {
		
		visibility: hidden;
	}
}
@media only screen and (min-width: 960px) {
	
	#logo {
		
		background-image:url(images/ht_weblogo_normal.jpg)
	}
	
	.vorschaubild_termine {
		width:140px;
	}
}

@media only screen and (min-width: 1100px) {
#slideshow, #logo, #figuren {
		height:300px;
		
	}
	.vorschaubild_termine {
		width:200px;
	}
header {
	font-size:20px;
}
}

@media only screen and (min-width: 1300px) {
	
	
#wrapper {	
	width:1200px;
	left:50%;
	margin-left:-600px;
	-webkit-box-shadow: 0 0 30px 0 #000000;
	box-shadow: 0 0 30px 0 #000000;
}

header {
	font-size:20px;
	width:1200px;
}
header.sticky {
	position:fixed;
	width:1200px;
	left:50%;
	margin-left:-600px;
}
#footer {
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	-webkit-box-shadow: 0px 0px 0;
	box-shadow: 0px 0px 0;
}
}

@media only screen and (max-width: 1000px) {
	#slideshow, #logo, #figuren {
		height:300px;
		
	}
}
@media only screen and (max-width: 800px) {
	#slideshow, #logo, #figuren {
		height:200px;
		
	}
}



@media only screen and (min-height: 800px) and (min-width: 960px) {
	#logo {
		
		background-image:url(images/ht_weblogo_maxi.jpg);
		
	}
}
@media only screen and (max-height: 800px) {
	#slideshow, #logo, #figuren {
		height:250px;
		
	}
}
@media only screen and (max-width: 600px) {
	.wochentag {
		visibility: hidden;
		height:0px;
		}
	.link {
		width:70%;
		float:right;
	}
	.red, .green, .yellow {
		clear:both;
		float:left;
		margin-left: 27%;
		margin-bottom:10px;
		margin-top:-5px;
	}
	#slideshow {
		height:150px;
		overflow:hidden;
		
		
	}
}

#impressum h2 {
	display:block;
	margin-top:20px;
	padding-top:20px;
	padding-bottom:20px;
}

#impressum h2 {
	font-size:30px;
}