@charset "UTF-8";
/* CSS Document */





/*************** MOBILE ***************/

@media (max-width:800px) { 


body {
	font-size: 16px;
	line-height: 21px;
}


hr {
	height: 2px;
	margin: 5px 0;
}

h1 {
	font-size: 21px;
	line-height: 27px;
	padding: 40px 15px;
}	

h2 {
	font-size: 33px;
	line-height: 35px;
	padding: 70px 0;
}


.centerbox {
	width: 100%;
}

.top hr {
	margin-bottom: 5px;
}

.vert-hr {
	border: 0;
	width: 100%;
	height: 2px;
	background-image: url(bilder/goldlinie.png);
	margin: 0;
}





/* ----------------------------- FRONTSEITE */



.top {
	position: fixed;
}

.top .rahmen {
	height: 65px;
}

.top .logo {
	width: 250px;
	height: 70px;
	bottom: 20px;
	left: 15px;
}

.top .logo-classic {
	width: 250px;
	height: 70px;
	bottom: 20px;
	left: 15px;
}




.menu {
	display: none;
}

#mobile-toggle {
	display: block;
}

#mobile-toggle {
	width: 50px;
	height: 50px;
	position: absolute;
	background-image: url(bilder/mobile-toggle.png);
	background-repeat: no-repeat;
	background-size: cover;
	right: 0px;
	bottom: 34px;
	z-index: 9999;
}

#mobile-menu {
	position: fixed;
	right: 0px;
	top: 84px;
	z-index: 9999;
}

#mobile-menu>ul {
	background-color: rgb(235, 224, 203);
	padding: 15px 25px;
}

#mobile-menu>ul>li {
	list-style: none;
	font-size: 30px;
	line-height: 33px;
	padding: 12px 0;
}

#sprache {
	font-size: 25px;
	padding-left: 0;
	margin-top: 20px;
}






.vidover {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.videobox {
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
}

#topvideo, #topvideo-classic {
	width: auto;
	height: 300px;
	margin-top: 100px;
}

#button-audio {
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}








.eventbox {
	padding: 15px;
	margin-bottom: 50px;
}


.eventbox .vert-hr {
	top: -4px;
	left: 0px;
}

.eventbox .bild {
	width: auto;
	height: 200px;
	display: block;
	margin-right: 0px;
}

.eventbox .quadrat {
	width: auto;
	height: 320px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 0px;
}

.eventbox .textbox {
	display: block;
	width: 100%;
}

.eventbox h1 {
	font-size: 26px;
	margin: 15px 0 20px 0;
}

.eventbox ul {
	margin: 20px 0 10px 0;
	padding: 0;
}

.eventbox li {
	list-style: none;
	font-family: cbold;
}







/* ----------------------------- DETAILSEITE */



.topabstand {
	padding-top: 100px;
}

.detail-eventbox {
	padding: 20px 15px;
}

.detail-eventbox .infobox {
	padding: 40px 0px 10px 0px;
	display: block;
	width: 100%;
}

.detail-eventbox h1 {
	font-size: 22px;
	line-height: 25px;
}

.detail-eventbox h1 i {
	font-size: 18px;
}

.ermaessigung {
	margin-top: 0px;
	padding: 10px;
	font-size: 12px;
	line-height: 14px;
	color: black;
}

.ticketbox {
	width: auto;
	text-align: center;
	margin: 0 0 40px 0;
	display: block;
}



.detailtext {
	margin-top: 50px;
	margin-bottom: 30px;
	column-count: 1;
	column-gap: 0;
}







/* ----------------------------- FOOTER */




.footer {
	padding: 10px 10px 60px 10px;
}

.footer .logo {
	width: 80px;
	height: 145px;
	margin: 20px 10px 0px 0px;
}

.footer .logo-classic {
	width: 80px;
	height: 145px;
	margin: 20px 10px 0px 0px;
}

.footer ul {
	padding: 0;
	margin: 20px 0px 0px 20px;
}

.footer li {
	font-size: 14px;
	padding-top: 10px;
}

.zugergrafik {
	font-size: 10px;
}



} /*************** ENDE MOBILE ***************/

