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





body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: black;
	font-family: clight;
	font-size: 20px;
	line-height: 26px;
}








/* ----------------------------- TOP UND MENU */


.top {
	background-color: white;
	position: fixed;
	width: 100%;
	z-index: 9000;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.24);
}

.top .rahmen {
	padding: 20px;
	height: 100px;
}

.top hr {
	position: absolute;
	bottom: 0px;
	margin-bottom: 7px;
}

.top .logo {
	display: inline-block;
	width: 420px;
	height: 97px;
	position: absolute;
	bottom: 34px;
	left: 30px;
	background-image: url(bilder/logo-breit.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.top .logo-classic {
	display: inline-block;
	width: 420px;
	height: 97px;
	position: absolute;
	bottom: 34px;
	left: 30px;
	background-image: url(bilder/logo-breit-classic.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.top ul {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 20px;
	bottom: 28px;
}

.menu li {
	list-style: none;
	display: inline-block;
}

.menu a {
	font-family: alight;
	color: black;
	text-transform: uppercase;
	padding: 20px 15px;
}

.menu a:hover {
	background-color: rgb(245, 241, 225);

}

#sprache {
	border: none;
	font-family: abook;
	font-size: 20px;
	color: rgb(171, 145, 94);
	padding-left: 15px;
}

#mobile-toggle {
	display: none;
}





/* ------------------------------ GENERELLES */



a {
	color: rgb(171, 145, 94);
	text-decoration: none;
}

b {
	font-family: cbold;
	font-weight: normal;
}	

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

.vert-hr {
	height: 100%;
	width: 4px;
	position: absolute;
	background-image: url(bilder/goldlinie-vert.png);
}

h1 {
	font-family: citalic;
	font-weight: normal;
	font-size: 28px;
	line-height: 36px;
	padding: 80px 0;
	margin: 0;
}	

h2 {
	font-family: axlight;
	font-weight: lighter;
	font-size: 50px;
	line-height: 52px;
	text-transform: uppercase;
	padding: 80px 0;
	margin: 0;
}

.space50 {
	height: 50px;
}

.space100 {
	height: 100px;
}

.centerbox {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.bg-hellgrau {
	background-color: rgb(242, 242, 242);
}

.light {
	font-family: alight;
}







/* ----------------------------- STARTSEITE */


.videobox {
	position: relative;
}

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

#topvideo:hover {
	cursor: pointer;
}



#button-audio {
	width: 70px;
	height: 70px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-image: url(bilder/ton.png);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.6;
}

#button-audio.muted {
	background-image: url(bilder/ton-aus.png);
}
	
#button-audio:hover {
	cursor: pointer;
	opacity: 1.0;
}








.eventbox {
	display: block;
	padding: 35px;
	background-color: white;
	text-align: left;
	position: relative;
	margin-bottom: 50px;
	color: black;
	transition: 200ms;
}

a.eventbox:hover {
	transform: scale(1.02);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.24);
}

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

.eventbox .bild {
	width: 450px;
	height: 350px;
	display: inline-block;
	background-size: cover;
	margin-right: 40px;
	vertical-align: middle;
}

.eventbox .quadrat {
	width: 400px;
	height: 400px;
	display: inline-block;
	background-size: cover;
	margin-right: 40px;
	vertical-align: middle;
}

.eventbox .textbox {
	display: inline-block;
	width: 580px;
	vertical-align: middle;
}

.eventbox h1 {
	font-family: abold;
	font-size: 30px;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	padding: 0;
}

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

.eventbox li {
	list-style: none;
	font-family: cbold;
	padding-bottom: 5px;
}

.eventbox p {
	margin: 8px 0px;
 }







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



.topabstand {
	padding-top: 200px;
}

.detail-eventbox {
	display: block;
	padding: 35px;
	background-color: white;
	text-align: left;
	position: relative;
	margin-bottom: 50px;
	color: black;
	transition: 200ms;
	vertical-align: middle;
}

.detail-eventbox video, .detail-eventbox .promobild {
	width: 100%;
}

.ermaessigung {
	margin-top: -70px;
	padding: 20px;
	max-width: 800px;
	line-height: 18px;
	text-align: center;
	color: white;
}

.detail-eventbox video:hover {
	cursor: pointer;
}

.detail-eventbox .infobox {
	padding: 40px 30px;
	display: inline-block;
	width: 580px;
	vertical-align: middle;
}

.detail-eventbox h1 {
	font-family: abold;
	font-size: 30px;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	padding: 0;
}

h1.standalone {
	margin: 60px 0 0px 0;
}

 .detail-eventbox h1 i {
	font-style: normal;
	font-family: alight;
	font-size: 25px;
	text-transform: none;
}

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

 .infobox li {
	list-style: none;
	font-family: cbold;
	padding-bottom: 10px;
}

 .infobox p {
	margin: 8px 0px;
 }


.ticketbox {
	width: 300px;
	text-align: center;
	margin: 35px 0 35px 100px;
	display: inline-block;
	vertical-align: middle;
}

.ticketbox p {
	font-family: alight;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.ticketbox a {
	width: auto;
	display: inline-block;
	padding: 20px 23px 19px 23px;
	margin: 10px 0;
	font-family: cbold;
	background-color: rgb(171, 145, 94);
	border-radius: 8px;
	background-image: url(bilder/gold.jpg);
	background-size: cover;
	color: white;
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

.ticketbox a:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
}


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

.detailtext h3 {
	font-family: cbold;
	font-size: 20px;
	line-height: 26px;
	margin: 30px 0 -10px 0;
}

.detailtext img {
	width: 100%
}

.detailtext .legende {
	font-family: citalic;
	font-size: 0.8em;
	line-height:  1.1em;
}








/* ----------------------------- GOOGLE TRANSLATE CORRECTION */


.menu font {
	font-family: trebuchet ms;
	font-weight: lighter;
}

h1 font {
	font-family: Baskerville;
	font-style: italic;
	font-weight: lighter;
}

h2 font {
	font-family: tahoma;
	font-weight: lighter;
}

.eventbox h1 font, .infobox h1 font {
	font-family: tahoma;
	font-weight: bold;
	font-style: normal;
}

.eventbox li font, .infobox li font, .eventbox p font, .infobox p font  {
	font-family: Baskerville;
	font-style: normal;
	font-weight: lighter;
}

.detailtext font {
	font-family: Baskerville;
	font-style: normal;
	font-weight: lighter;
}

.legende font {
	font-style: italic;
}

.ticketbox font {
	font-family: tahoma;
	font-weight: lighter;
}

.footer font {
	font-family: tahoma;
	font-weight: lighter;
}



/* ----------------------------- kontaktform */


.kontakt-iframe {
	width: 100%;
	height: 550px;
}








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





.footer {
	padding: 50px;
	background-color: black;
	color: white;
	font-family: alight;
	text-align: center;
	margin-top: -2px;
	position: relative;
}

.footer .logo {
	width: 150px;
	height: 250px;
	margin: 20px 90px 20px 20px;
	background-image: url(bilder/logo-hoch.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: bottom;
}

.footer .logo-classic {
	width: 150px;
	height: 250px;
	margin: 20px 90px 20px 20px;
	background-image: url(bilder/logo-hoch-classic.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: bottom;
}

.footer ul {
	padding: 0;
	margin: 20px 40px;
	display: inline-block;
	text-align: left;
}

.footer a {
	color: white;
}

.footer li {
	list-style: none;
	padding-top: 15px;
	vertical-align: bottom;
}

.footer #sprache {
	display: none;
}



.zugergrafik {
	position: absolute;
	right: 16px;
	bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
}