@charset "UTF-8";
* {
	padding: 0;
}
.clearall{
	clear: both;
}
body  {
	margin: 0px;
	padding: 0px;
	background-color: #ffdf45;
}
#container {
	width: 1130px;
	margin: 0 auto;
	overflow: visible;
	height: auto;
	clear: both;
}
.headerbild{
	position: relative;
	height: auto;
	width: 95.5%;
	margin: 0 2.25% 25px;
	overflow: hidden;
}
.headerbild img{
	width: 100%;
	height: auto;
}
.head_over_text{
	position: absolute;
	bottom: 23px;
	right: 20px;
	line-height: 1em;
	font-family: 'PT Sans', Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: .05em;
	font-weight: 700;
	color: white;
	font-size: 30px;
	z-index: 25;
}
header {
	padding: 36px 0 0 0;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 1130px;
	display: block;
	height: 64px;
	position: relative;
	overflow: visible;
	border-radius: 0px;
	margin-bottom: 0px;
	top: 0px;
}
nav#navi_box {
	display: block;
	width: 100%;
}
nav#navi_box ul{
	list-style: none;
	display: block;
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
}
nav#navi_box .ebene_2,
nav#navi_box .ebene_3{
	display: none;
}
nav#navi_box li.this_activated > .ebene_4,
nav#navi_box li.this_activated > .ebene_3,
nav#navi_box li.this_activated > .ebene_2,
nav#navi_box li.activated_parent > .ebene_4,
nav#navi_box li.activated_parent > .ebene_3,
nav#navi_box li.activated_parent > .ebene_2{
	display: block;
}
nav#navi_box .ebene_1 > li{
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	width: 100%;
	min-height: 32px;
	font-weight: 400;
	font-size: 14px;
	display: block;
	line-height: 1.7em;
	margin: 0 0 10px 0;
	padding: 0;
	z-index: 1;
	overflow: visible;
	position: relative;
}
nav#navi_box .ebene_1 > li:after{
	content: "";
	top: 0;
	left: 0;
	display: block;
	position: absolute;
	z-index: 1;
	width: 210px;
	height: 20px;
	box-shadow: 12px 10px 15px;
}
nav#navi_box .ebene_1 > li > a:link,
nav#navi_box .ebene_1 > li > a:visited{
	top: 0;
	left: 0;
	display: block;
	position: absolute;
	z-index: 2;
	box-sizing: border-box;
	width: 100%;
	height: 32px;
	font-weight: 700;
	margin: 0;
	padding: 2px 0 0px 10px;
	color: #000000;
	font-size: 18px;
	text-transform: none;
	font-weight: 400;
	background-color: #E7F0F1;
	text-decoration: none;
	background: url('/images/menu_button.svg?1') 0 0 no-repeat;
}
nav#navi_box .ebene_1 > li.this_activated > a:link,
nav#navi_box .ebene_1 > li.this_activated > a:visited,
nav#navi_box .ebene_1 > li.activated_parent > a:link,
nav#navi_box .ebene_1 > li.activated_parent > a:visited,
nav#navi_box .ebene_1 > li > a:focus,
nav#navi_box .ebene_1 > li > a:hover,
nav#navi_box .ebene_1 > li > a:active{
	background-image: url('/images/menu_button_over.svg?1');
	color: #000;
}
nav#navi_box a .firstwordproblem{
	font-weight: 700;
}
nav#navi_box .ebene_2{
	padding-top: 40px;

}
nav#navi_box .ebene_3{
	border-bottom: 1px solid white;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
nav#navi_box .ebene_2 li{
	margin: 0 0;
	padding: 0;
}
nav#navi_box .ebene_2 a:link,
nav#navi_box .ebene_2 a:visited{
	width: 210px;
	margin: 0;
	padding: 0px 0 0px 10px;
	color: #000000;
	font-size: 14px;
	text-transform: none;
	font-weight: 200;
	display: block;
	background-color: transparent;
	box-shadow: none;
	text-decoration: none;
	text-shadow: 0px 0px 8px #fff5c9;
}
nav#navi_box .ebene_2 a.l_this_activated:link,
nav#navi_box .ebene_2 a.l_this_activated:visited,
nav#navi_box .ebene_2 a.l_activated_parent:link,
nav#navi_box .ebene_2 a.l_activated_parent:visited,
nav#navi_box .ebene_2 a:focus,
nav#navi_box .ebene_2 a:hover,
nav#navi_box .ebene_2 a:active{
	width: auto;
	color: #000000;
	text-decoration: none;
	text-shadow: 0px 0px 0px #ffdf45;
}
nav#navi_box .ebene_3 li{
	display: block;
	margin: 0 0;
	padding: 0;
}
nav#navi_box .ebene_3 a:link,
nav#navi_box .ebene_3 a:visited{
	width: 165px;
	font-weight: 200;
	margin: 0;
	padding: 0px 0 0px 46px;
	color: #000000;
	font-size: 12px;
	text-transform: none;
	display: block;
	background-color: transparent;
	box-shadow: none;
}
nav#navi_box .ebene_3 a.l_this_activated:link,
nav#navi_box .ebene_3 a.l_this_activated:visited,
nav#navi_box .ebene_3 a.l_activated_parent:link,
nav#navi_box .ebene_3 a.l_activated_parent:visited,
nav#navi_box .ebene_3 a:focus,
nav#navi_box .ebene_3 a:hover,
nav#navi_box .ebene_3 a:active{
	color: #000000;
	text-decoration: none;
}
a.icon_box:link,
a.icon_box:visited {
	text-decoration: none;
	display: block;
	height: 28px;
	padding-bottom: 0px;
	width: 28px;
	float: right;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}
a.icon_box.facebook:link,
a.icon_box.facebook:visited {
	background-image: url(../images/icon_facebook.svg?1);
}
a.icon_box.facebook:focus,
a.icon_box.facebook:hover,
a.icon_box.facebook:active {
	background-image: url(../images/icon_facebook_over.svg?1);
}
a.icon_box.instagram:link,
a.icon_box.instagram:visited {
	background-image: url(../images/icon_instagram.svg?1);
}
a.icon_box.instagram:focus,
a.icon_box.instagram:hover,
a.icon_box.instagram:active {
	background-image: url(../images/icon_instagram_over.svg?1);

}
#headericons{
	margin-top: 0;
}
#sucheinput{
	box-sizing: border-box;
	text-decoration: none;
	display: block;
	color: black;
	font-family: "Open Sans",Helvetica,Arial,Verdana,sans-serif;
	font-size: 13px;
	background-color: #ffec98;
	height: 28px;
	border: none;
	border-radius: 5px;
	width: 200px;
	float: right;
	margin: 0 20px 0 0;
	padding: 5px 5px 5px 10px;
}
#suchbutton{
	box-sizing: border-box;
	text-decoration: none;
	height: 28px;
	width: 28px;
	content: "";
	display: block;
	color: black;
	font-family: "Open Sans",Helvetica,Arial,Verdana,sans-serif;
	background-color: transparent;
	border: none;
	border-radius: 5px;
	float: right;
	margin: 0 10px 0 0;
	padding: 5px;
	cursor: pointer;
	background: url(/images/icon_lupe.svg?1) center center no-repeat;
	background-size: 80% auto;
}
#suchbutton:hover{
	background-image: url(/images/icon_lupe_over.svg?1);
}
#formular #captchabilder{
	float: left;
	margin-right: 20px;
}

.placeholder {
	color: #aeaeae;
}

#big_img  {
	height: 280px;
	display: block;
	margin-right: 20px;
	margin-bottom: 25px;
	margin-left: 20px;
	margin-top: 0px;
	overflow: visible;
	width: 860px;
}
#sommertheater-logo {
	height: 26px;
	width: 525px;
	float: left;
	margin-top: 0px;
	margin-left: 250px;
}
#container_center {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	overflow: hidden;
	display: block;
	z-index: -5;
	width: 1150px;
}
#up_button  {
	width: 32px;
	bottom: 0px;
	overflow: hidden;
	float: right;
	display: block;
	position: absolute;
	text-align: right;
	right: 20px;
	height: 31px;
}
div {
	text-decoration: none;
}
p {
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
	color: #454545;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 1px;
	padding-bottom: 0px;
	line-height: 1.75em;
}
span.cms_yellow{
	color: #ffee00;
}
span.cms_orange{
	color: orange;
}
span.cms_red{
	color: red;
}
span.cms_green{
	color: #84B4BD;
}
span.cms_blue{
	color: blue;
}
span.cms_purple{
	color: purple;
}
span.cms_white{
	color: white;
}
span.cms_gray{
	color: gray;	
}
span.cms_black{
	color: black;
}
.angebot_box p {
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
	line-height: 1.6em;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 1px;
	padding-bottom: 0px;
}
.images_legende p {
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
	line-height: 1.6em;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 1px;
	padding-bottom: 0px;
	font-weight: 700;
}
.textbox_grau p   {
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
	color: #454545;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
ul.content_liste {
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	display: block;
	overflow: hidden;
}
ul.content_liste li {
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
	height: auto;
	color: #454545;
	font-size: 14px;
	line-height: 1.7em;
	display: list-item;
	list-style-position: inside;
	list-style-type: disc;
	overflow: hidden;
	padding-left: 5px;
}
ul.content_liste li .insidelist{
	display: block;
	float: right;
	width: 510px;
	width: calc(100% - 20px);
}
p.kursiv{
	font-style: italic
}
.bold {
	font-weight: 700;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
}
td, th {
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
	color: #454545;
	font-size: 14px;
	line-height: 1.7em;
	border-collapse: collapse;
	color: black;
	text-align: left;
	border-bottom: 1px solid white;
	padding: 5px;
	background-color: #ffec98;
	vertical-align: top;
}
th{
	font-weight: 700;
}
tr:nth-child(2n) td {
	background-color: #fff6cf;
}

a:link, a:visited {
	color: #454545;;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
	color: #454545;;
}
a.ticket:link ,a.ticket:visited {
	color: #000000;
	text-decoration: none;
	font-weight: 700;
}
a.ticket:hover, a.ticket:active {
	text-decoration: underline;
	color: #000000;
}
main {
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	padding-right: 40px;
	padding-left: 40px;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	display: block;
}
a.mehr:link,
a.mehr:visited {
	font-family: 'Roboto', Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.4em;
	font-size: 14px;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: 700;
	color: #008C3A;
	display: inline-block;
	height: auto;
	padding-bottom: 0px;
	width: auto;
	letter-spacing: 0.07em;
}
a.mehr:focus,
a.mehr:hover,
a.mehr:active {
	text-decoration: none;
	font-weight: 400;
}
.record_box {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	margin-bottom: 15px;
	height: auto;
}
.textbox{
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
	background-color: #F1F1F1;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	margin-top: 5px;
}
.spalte_l {
	width: 19%;
	min-width: 216px;
	display: block;
	float: left;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 20px;
}
.spalte_r {
	position: relative;
	width: 79.6%;
	max-width: calc(100% - 232px);
	display: block;
	float: right;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-top: 20px;
	background-color: #FFFFFF;
	box-shadow: 5px 5px 8px -2px rgba(0,0,0,0.6);
	padding-left: 0px;
}
.spalte_r::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -11px;
	right: -11px;
	height: 22px;
	width: 22px;
	z-index: 10;
	background: #ffdf45 url('/images/icon_corner.png') 0 0 no-repeat;
}
.spalte_center {
	width: 1000px;
	display: block;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: left;
	margin-left: auto;
}
.spalte_r_img_box {
	width: 273px;
	display: block;
	float: right;
	margin-top: 0px;
	margin-bottom: 25px;
	border-left: 1px solid #4681C6;
	margin-left: 69px;
	padding-left: 13px;
	margin-right: 0px;
}
.spalte_r_adressbox {
	width: 210px;
	display: block;
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	border-left: 1px solid #4681C6;
	height: auto;
	margin-bottom: 0px;
}
.angebot_box {
	width: 286px;
	display: block;
	float: left;
	margin-right: 121px;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #BEBFC2;
}
.angebot_box.nomarginright {
	display: block;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.angebot_icon_box {
	width: 100px;
	height: 100px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	display: block;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #EAF3EB;
	border: 1px solid #BFC0C3;
}
figcaption {
	font-size: 11px;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 100;
	color: #000000;
}
.images_box {
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
	display: block;
	max-width: 100%;
}
.images_box img{
	max-width: 100%;
	height: auto;
}
.images_box.right{
	float: right;
	margin-bottom: 15px;
	margin-left: 32px;
}
.images_box.left{
	float: left;
	margin-bottom: 15px;
	margin-right: 32px;
}
hr.trenner {
	padding: 0px;
	clear: both;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	height: 1px;
	border-top: 1px solid #BEBFC2;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	width: 100%;
}
hr.trenner_abschluss {
	padding: 0px;
	height: 1px;
	border-top: 1px solid #BEBFC2;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
	clear: both;
}
hr.trenner_content {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 520px;
	margin-bottom: 28px;
	margin-left: 322px;
	height: 1px;
	border-top: 1px solid #BDBEC1;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	width: 780px;
}
div.trenner {
	margin-bottom: 10px;
	margin-left: 0px;
	height: 1px;
}
.icon_open {
	display: block;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
}
.icon_open a:link, .icon_open a:visited {
	background-image: url(../images/icon_open_over.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 30px;
	display: block;
}
.icon_open a:hover, .icon_open a:active {
	background-image: url(../images/icon_open.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.icon_open_01 {
	display: block;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	float: right;
}
.icon_open_01 a:link, .icon_open_01 a:visited {
	background-image: url(../images/icon_open_over.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 30px;
	display: block;
}
.icon_open_01 a:hover, .icon_open_01 a:active {
	background-image: url(../images/icon_open.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
h1 {
	font-family: 'PT Sans', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 700;
	color: #000000;
	font-size: 22px;
	vertical-align: top;
	margin-bottom: 12px;
	margin-top: 0px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
h2 {
	font-family: 'PT Sans', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 600;
	color: #000000;
	font-size: 18px;
	vertical-align: top;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 1.2em;
	padding-top: 0px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.angebot_box h2 {
	font-family: 'PT Sans', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 700;
	color: #008C3A;
	text-transform: uppercase;
	font-size: 18px;
	vertical-align: top;
	margin-bottom: 12px;
	margin-top: 0px;
	line-height: 1.2em;
	padding-top: 0px;
	text-align: center;
	letter-spacing: 0.01em;
}
h3 {
	font-family: 'PT Sans', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 700;
	color: #000000;
	font-size: 16px;
	letter-spacing: 0;
	vertical-align: top;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 1.5em;
	padding-top: 0px;
	text-transform: uppercase;
}
h4 {
	font-family: 'PT Sans', Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
	font-size: 14px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: 700;
	margin-top: 0px;
	line-height: 1.3em;
}

/* ---F O O T-- */

footer {
	position: relative;
	width: 860px;
	clear: both;
	display: block;
	float: right;
	margin: 0 20px 15px 20px;
	padding: 10px 0 0 0;
	border-top: 1px dotted #000000;
	z-index: 15;
}
footer .spalte_l {
	width: 200px;
	margin-top: 0px;
	margin-left: 250px;
	margin-bottom: 0px;
	overflow: hidden;
	display: block;
	float: left;
	padding-top: 0px;
	border-style: none;
	height: auto;
}
footer .adresse {
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 12px;
	line-height: 1.4em;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 0px;
}
footer .alle_rechte {
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
	color: #394049;
	font-size: 14px;
	line-height: 1.4em;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
}
footer .adresse a:link, footer .adresse a:visited {
	color: #000000;
	font-weight: 400;
	text-decoration: underline;
}
footer .adresse a:hover, footer .adresse a:active {
	color: #000000;
	text-decoration: none;
}
.sponsored  {
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
	width: 200px;
	margin-top: 0px;
	margin-left: 250px;
	margin-bottom: 20px;
	overflow: hidden;
	display: block;
	float: left;
	padding-top: 0px;
	border-style: none;
	height: auto;
	color: #000000;
	font-size: 11px;
}
.sponsored a:link, .sponsored a:visited {
	color: #000000;
	font-weight: 400;
	text-decoration: none;
}
.sponsored a:hover, .sponsored a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.gallery ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li{
	width: auto;
	height: auto;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 24px;
	margin-left: 0px;
	display: block;
}
.gallery li:nth-child(4n){
	margin-right: 0;	
}
.gallery img{
	display: block;
	list-style: none;	
	margin: 0;
	padding: 0;
	border: none;
}
.gallery.spons2025 li{
	width: 140px;
	height: auto;
	margin-right: 84px;	
	margin-bottom: 8px;
}
.gallery.spons2025 li:nth-child(4n){
	margin-right: 0;	
}
.gallery.spons2025 li img{
	width: 140px;
	height: auto;
}
.gallery.spons li,
.gallery.spons li:nth-child(4n){
	margin-right: 20px;
}
.gallery.spons li:nth-child(6n){
	margin-right: 0;
}
.gallery_with_hover ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.gallery_with_hover li{
	display: block;
}
.gallery_with_hover li a{
	display: block;
	position: relative;
	overflow: hidden;
}
.gallery_with_hover li .text{
	box-sizing: border-box;
	width: 100%;
	background: rgba(255, 255, 255, 0.6);
	padding: 4px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	text-align: center;
	font-family: 'PT Sans', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 600;
	color: #000000;
	font-size: 20px;
	vertical-align: top;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.gallery_with_hover li img{
	width: 100%;
	height: auto;
	float: left;
}
.gallery_with_hover li .hover{
	display: none;
}
.gallery_with_hover li:hover  img,
.gallery_with_hover li:hover span.text{
	display: none;
}
.gallery_with_hover li:hover img.hover,
.gallery_with_hover li:hover span.text.hover{
	display: block;
}
.gallery_with_hover li span.text span.nohover{
	display: none;
}

@media (hover: none) {
	.gallery_with_hover li span.text span.nohover{
		display: inline;
	}
	.gallery_with_hover li .text{
		font-size: 14px;
	}
	.gallery_with_hover li:hover  img,
	.gallery_with_hover li:hover span.text{
		display: block;
	}
	.gallery_with_hover li:hover img.hover,
	.gallery_with_hover li:hover span.text.hover{
		display: none;
	}
	@media screen and (max-width: 920px) {
		.gallery_with_hover li:hover span.text,
		.gallery_with_hover li span.text{
			display: none;
		}
	}
}

#search .infobox_content_text_navi{
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
}
#search .infobox_titel {
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 600;
	color: #000000;
	font-size: 18px;
	margin-bottom: 5px;
}
#search .infobox_content_text_mehr a:link, #search .infobox_content_text_mehr a:visited,
#search .infobox_content_text_mehr a:active, #search .infobox_content_text_mehr a:hover {
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	position: absolute;
	bottom: 5px;
	right: 0;
	padding-right: 0px;
}
#search .infobox_text {
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 1px;
	padding-bottom: 10px;
	line-height: 1.6em;
	border-bottom: 1px solid #bebfc2;;
}
#search p{
	margin-bottom: 20px;
}
#search h2{
	padding-top: 10px;
	border-top: 0px solid black;
}
a#respnosive_menu_button:link,
a#respnosive_menu_button:visited,
a#respnosive_menu_button:focus,
a#respnosive_menu_button:hover,
a#respnosive_menu_button:active{
	display: none;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
a.event-frog:link,
a.event-frog:visited
a.event-frog:focus{
	height: 20px;
	padding-left: 32px;
	color: #3f7721;
	text-decoration: none;
	display: inline-block;
	background-image: url('/images/eventfrog.svg');
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: left bottom;
}
a.event-frog:hover,
a.event-frog:active{
	color: #224311;
	background-size: 24px auto;
}
@media screen and (max-width: 1130px) {
	main {
    	margin: 0 2.25% 25px;
    	width: 95.5%;
    	padding: 0;
	}
	#container, header{
		width: 98%;
		padding: 0 1%;
		overflow: hidden;
	}
	#sommertheater-logo{
		margin: 20px 0 0 0;
		height: 20px;
		width: auto;
	}
	#headericons{
		margin-top: 15px;
	}
	
	#sommertheater-logo img{
		height: 100%;
		width: auto;
	}
	nav#navi_box .ebene_1 > li > a:link,
	nav#navi_box .ebene_1 > li > a:visited
	nav#navi_box .ebene_1 > li > a:focus,
	nav#navi_box .ebene_1 > li > a:hover,
	nav#navi_box .ebene_1 > li > a:active{
		width: 100%;
		background-position: right center;
		text-overflow: ellipsis;
	}
	nav#navi_box .ebene_2 a:link,
	nav#navi_box .ebene_2 a:visited,
	nav#navi_box .ebene_2 a:focus,
	nav#navi_box .ebene_2 a:hover,
	nav#navi_box .ebene_2 a:active{
		width: 100%;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.head_over_text{
		text-overflow: ellipsis;
		white-space: nowrap;
		max-width: 100%;
		bottom: 10px;
		font-size: 18px;
	}
	footer{
		width: 94%;
		padding: 10px 2% 0 2%;
		margin: 0 2% 0 2%;
	}
	.gallery.spons li, .gallery li{
		float: none;
		display: inline-block;
	}
	.gallery li:nth-child(4n){
		margin-right: 24px;	
	}
}
@media screen and (max-width: 920px) {
	.spalte_l {
		display: none;
	}
	.spalte_r {
		max-width: 100%;
		width: 100%;
	}
	header{
		height: 84px;
		position: relative;
		text-align: center;
	}
	#sommertheater-logo{
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 7px;
		height: 22px;
	}
	#sommertheater-logo img{
		width: 450px;
		max-width: 100%;
		height: auto;
	}
	#headericons{
		display: block;
		clear: both;
		width: auto;
		height: auto;
		float: left;
		margin: 7px auto 0 auto;
	}
	#headericons{
		width: 350px;
		position: absolute;
		left: 48%;
		top: 35px;
		margin: 7px 0 0 -165px;
		padding-right: 12px;
	}
	#sucheinput, #suchbutton, a.icon_box:link, a.icon_box:visited, a.icon_box:focus, a.icon_box:hover, a.icon_box:active{
		float: right;
	}
	a#respnosive_menu_button:link,
	a#respnosive_menu_button:visited{
		position: absolute;
		top: 37px;
		left: 5px;
		display: block;
		clear: both;
		font-family: FontAwesome;
		font-size: 38px;
		width: 40px;
		height: 40px;
		cursor: pointer;
		color: black;
		z-index: 60;
		text-shadow: 0px 0px 10px #ffec98;
	}
	a#respnosive_menu_button.activated:link,
	a#respnosive_menu_button.activated:visited,
	a#respnosive_menu_button:active,
	a#respnosive_menu_button:hover{
		color: black;
		text-shadow: 0px 0px 10px white;
	}
	.spalte_r.disactivated{
		display: none;
	}
	.spalte_l.activated{
		background: url(/images/sommertheater_logo.svg) center 7px no-repeat;
		background-size: min(95%, 450px) auto;
		display: block;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 50;
		margin: 0;
		padding: 80px 0 0 0;
		top: 0;
		background-color: #ffdf45;
		height: 100%;
	}
	nav#navi_box .ebene_1 > li {
		margin: 5px 0  0;
		width: 100%;
		display: block;
	}
	nav#navi_box .ebene_2{
		margin: 0;
	}
	nav#navi_box .ebene_2 li {
		min-height: 22px;
	}
	nav#navi_box .ebene_1 li > a:link,
	nav#navi_box .ebene_1 li > a:visited,
	nav#navi_box .ebene_1 li > a:focus,
	nav#navi_box .ebene_1 li > a:hover,
	nav#navi_box .ebene_1 li > a:active{
		display: inline-block;
		width: 221px;
		margin: 0;
		text-align: left;
	}
}
@media screen and (max-width: 600px) {
	.images_box.right,
	.images_box.left,
	.images_box{
		width: 100% !important;
		margin: 0;
		display: inline-block;
		float: none;
	}
	.images_box.right img,
	.images_box.left img,
	.images_box img{
		width: 100% !important;
	}
	.gallery_with_hover li .text{
		font-size: 16px;
	}
}
@media screen and (max-width: 500px) {
	
	#sucheinput, #suchbutton{
		display: none;
	}
	.gallery{
		position: relative;
	}
	gallery.spons li,
	.gallery li,
	.gallery li:nth-child(4n),
	.gallery.spons li:nth-child(6n){
		padding: 0;
		float: none;
		display: inline-block;
		max-width: 45%;
		margin: 0 2%;
	}
	.gallery li img{
		width: 100%;
		margin: 0;
		padding: 0;
		height: auto;
	}
}