/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('_fonts/roboto-condensed-v25-latin-300.eot'); /* IE9 Compat Modes */
  src: 
       url('_fonts/roboto-condensed-v25-latin-300d41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('_fonts/roboto-condensed-v25-latin-300.woff') format('woff'), /* Modern Browsers */
       url('_fonts/roboto-condensed-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('_fonts/roboto-condensed-v25-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-300italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url('_fonts/roboto-condensed-v25-latin-300italic.eot'); /* IE9 Compat Modes */
  src: 
       url('_fonts/roboto-condensed-v25-latin-300italicd41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_fonts/roboto-condensed-v25-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('_fonts/roboto-condensed-v25-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('_fonts/roboto-condensed-v25-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('_fonts/roboto-condensed-v25-latin-300italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('_fonts/roboto-condensed-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: 
       url('_fonts/roboto-condensed-v25-latin-700d41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('_fonts/roboto-condensed-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('_fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('_fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}


/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('_fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: 
       url('_fonts/open-sans-v34-latin-300d41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('_fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('_fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('_fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('_fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: 
       url('_fonts/open-sans-v34-latin-regulard41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('_fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('_fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('_fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('_fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: 
       url('_fonts/open-sans-v34-latin-600d41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('_fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('_fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('_fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('_fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: 
       url('_fonts/open-sans-v34-latin-700d41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('_fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('_fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('_fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}


* {
	margin:0;
	padding:0;
}
img { border:0;border-style: none;}
html, body {
	margin:0;
	padding:0;
	height:100%;

	font-weight:300;
	font-family: 'Open Sans', sans-serif;

	text-decoration: none;
	color:#ffffff;
	font-size: 14px;
	line-height:20px;
}
body {
	background-color:#000000;
}
#container {
	min-height:100%;
	position:relative;
}

.hor {
	position:relative;
	margin:0 auto;
	text-align:left;
	max-width:1400px;
	clear:left;
}
.hor2 {
	position:relative;
	margin-left:4.375%;
	margin-right:4.375%;
	max-height:20000px;
}
.ku {
	white-space:nowrap;
}
.weiss {
	position:relative;
	height:1px;
	background-color:#ffffff;
}
.fotobreit {
	width:100%;
	height:auto;
}
.fett {
	font-weight:600;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#log {
	position:fixed;
	right:0px;
	bottom:0px;

	text-decoration: none;
	font-weight:400;
	font-size: 12px;
	color: #ffffff;
	line-height:14px;
	padding:0px;
	padding-left:4px;
	padding-right:4px;
	z-index:30000;
	background-color:#000000;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#abstand_oben {
	position:relative;
	height:200px;
}
#oben {
	position:fixed;
	left:0px;
	width:100%;
	top:0px;
	background-color:#2f2f2f;
	min-height:96px;
	z-index:29999;

	background-image: url(grafik/verlauf1.png);
	background-size: 100% 100%;
	background-repeat:no-repeat;
}
#oben_verlauf {
	position:absolute;
	bottom:-36px;
	left:0px;
	width:100%;
	height:36px;
	background-image: url(grafik/verlauf3.png);
	background-repeat:repeat-x;
	opacity:0;
	display:none;
}
/* -------------------------------------------------- */
#menue {
	position:absolute;
	right:0px;
	top:52px;
	text-align:right;
}
.menue,.menue_aktiv {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:20px;
	line-height:20px;
	color:#ffffff;
	text-decoration:none;
	margin-left:10px;

	background-image: url(grafik/menue_hg.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	
	padding-left:15px;
	padding-right:15px;
	border-radius:5px;
	border:1px solid #303030;
}
.menue_aktiv,.menue:hover {
	background-color:#ffffff;
	color:#000000;
}
#menuesymbol {
	position:absolute;
	right:-5px;
	top:49px;
	width:26px;
	height:26px;
	background-repeat:no-repeat;
	background-size:contain;
	background-image: url(grafik/menuesymbol.png);
	cursor:pointer;
	display:none;
}
/* -------------------------------------------------- */
#logo {
	position:absolute;
	left:0px;
	top:14px;
}
#logo img {
	height:68px;
	width:auto;
}
/* -------------------------------------------------- */
#links {
	position:absolute;
	right:0px;
	top:5px;
	text-align:right;
}
#links a {
	color:#ffffff;
	text-decoration:none;
	margin-left:10px;

	font-weight:400;
	font-size:10px;
	line-height:15px;
	text-transform: uppercase;
}
#links a:hover {
	text-decoration:underline;
}

/* -------------------------------------------------- */
.strich0 {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:1px;
	background-color:#ffffff;
}
@media all and (max-width:1040px) {
	.menue,.menue_aktiv {
		font-size:18px;
		padding-left:10px;
		padding-right:10px;
		margin-left:5px;
	}
	#logo {
		top:14px;
	}
	#logo img{
		height:60px;
	}
	#oben {
		min-height:88px;
	}
}
@media all and (max-width:860px) {
	.menue,.menue_aktiv {
		font-size:16px;
		padding-left:5px;
		padding-right:5px;
		margin-left:5px;
	}
	#logo {
		top:14px;
		height:60px;
	}
	#oben {
		min-height:88px;
	}
}
@media all and (max-width:740px) {
	#menue {
		display:none;
	}
	#menuesymbol {
		display:block;
	}
}
/* -------------------------------------------------- */
@media all and (max-height:500px) {
	#oben {
		position:absolute;
	}
}
/* -------------------------------------------------- */
@media all and (max-width:500px) {
	#links {
		position:relative;
		text-align:center;
		right:auto;
	}
	#links a {
		margin-left:5px;
		margin-right:5px;
	}
	#logo {
		position:relative;
		left:auto;
		top:auto;
		text-align:center;
		margin-top:17px;
	}
	#oben {
		min-height:112px;
	}
	#menuesymbol {
		right:10px;
	}
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#abstand_unten {
	position:relative;
	height:260px;
}
#unten {
	position:absolute;
	left:0px;
	width:100%;
	bottom:0px;

	background-color:#000000;
	font-size:16px;
	line-height:24px;
	padding-top:30px;
	padding-bottom:35px;
	color:#ffffff;

	border-top:1px solid #ffffff;

	background-image: url(grafik/verlauf2.png);
	background-size: 100% 100%;
	background-repeat:no-repeat;
}
#unten a {
	color:#ffffff;
	text-decoration:none;
}
#unten a:hover {
	text-decoration:underline;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#fotoshow {
	position:relative;
	width:100%;
	height:230px;
	color:#4f5962;
	background-color:#202020;
	overflow:hidden;
	display:none;
}
#fotoshow img {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
}
#fotoshow_navi {
	position:absolute;
	top:3%;
	width:200px;
	right:1%; 
	text-align:right;
}
#fotoshow_navi div {
	position:relative;
	display:inline-block;
	width:20px;
	height:20px;
	background-image: url(grafik/kreis_weiss.png);
	background-size: 10px 10px;
	background-repeat:no-repeat;
	background-position:5px 5px;
	cursor:pointer;
	opacity:0.5;
}
#fotoshow_navi div h1,#fotoshow_navi div p {
	display:none;
}
.strich1 {
	position:relative;
	height:1px;
	background-color:#ffffff;
}
#fotoshow_einblendung {
	position:absolute;
	left:0px;
	top:50px;
	max-width:80%;
	background-image: url(grafik/schwarz70.png);
	background-repeat:repeat;

	border-right:1px solid #808080;
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;

	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	padding:10px;
	padding-left:20px;
	padding-right:20px;

	display:none;
}
#fotoshow_einblendung h1 {
	color:#ffffff;
	font-weight:700;
	font-size:30px;
	line-height:34px;
	text-transform: uppercase;
	margin-bottom:6px;

}
#fotoshow_einblendung p {
	color:#ffffff;
	font-weight:600;
	font-size:16px;
	line-height:20px;
	margin-bottom:3px;
}
#fotoshow_autor {
	position:absolute;
	right:4px;
	bottom:3px;
	color:#ffffff;
	text-shadow: #000000 0px 0px 1px;
	font-weight:400;
	font-size:9px;
	line-height:10px;
	width:150px;
	text-align:right;
	opacity:0.4;
}
@media all and (max-width:980px) {
	#fotoshow_einblendung h1 {
		font-size:18px;
		line-height:20px;
	}
	#fotoshow_einblendung p {
		font-size:12px;
		line-height:15px;
	}
}

@media all and (max-width:580px) {
	#fotoshow_einblendung h1 {
		font-size:14px;
		line-height:16px;
	}
	#fotoshow_einblendung p {
		font-size:10px;
		line-height:13px;
	}

}
@media all and (max-width:440px) {
	#fotoshow_einblendung {
		top:6px;
		padding:4px;
		padding-left:8px;
	}
	#fotoshow_einblendung h1 {
		font-size:10px;
		line-height:12px;
	}
	#fotoshow_einblendung p {
		font-size:9px;
		line-height:11px;
	}

}
/* -------------------------------------------------- */

/* -------------------------------------------------- */
#abstand_kreise {
	position:relative;
	height:100px;
}
.kreisbutton {
	position:absolute;
	margin-top:-83px;
	width:58px;
	left:100px;
	z-index:20000;
	cursor:pointer;
}
.kreisbutton img {
	height:52px;
	width:52px;
	border:3px solid #ffffff;
	border-radius:50%;
	-webkit-backface-visibility: hidden;
	box-shadow:0px 4px 8px 0 rgba(255,255,255,0.4);
}
.kreisbutton:hover img{
	transform:scale(1.05);
}
.kreisbutton p {
	padding-top:10px;
	text-align:center;
	width:100%;
	color:#ffffff;
}
.kreisbutton a {
	text-decoration:none;
	color:#ffffff;
}
.kreisbutton span {
	position:absolute;
	background-color:#542201;
	left:-170px;
	top:90px;
	width:240px;
	border-radius:5px;
	border:1px solid #ffffff;
	padding:6px;
	display:none;
}
@media all and (max-width:600px) {
	#kreisbuttons {
		display:none;
	}
	#abstand_kreise {
		display:none;
	}
}
/* -------------------------------------------------- */
.layout0 {
	position:relative;
	background-repeat:repeat-x;
}

/* -------------------------------------------------- */
.ensemble_wrapper {
	position:relative;
	text-align:center;
}
.ensemble {
	position:relative;
	display:inline-block;
	width:27%;
	padding:1%;
	border:1px solid #505050;
	margin:2%;
	text-align:left;
	background-color:#101010;
	vertical-align:top;
	border-radius:5px;
}
.ensemble_foto {
	position:relative;
	height:100px;
}
.ensemble_foto img {
	width:100%;
	height:100%;
}
.ensemble h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:24px;
	line-height:27px;
	margin-top:10px;
	margin-bottom:4px;
}
.ensemble h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	font-style:italic;
	font-size:24px;
	line-height:27px;
	border-bottom:1px solid #808080;
	padding-bottom:8px;
	margin-bottom:30px;
}
.ensemble a {
	color:#ffffff;
	font-weight:600;
	text-decoration:none;
}
.ensemble a:hover {
	text-decoration:underline;
}
@media all and (max-width:960px) {
	.ensemble {
		width:43%;
	}
}
@media all and (max-width:700px) {
	.ensemble {
		width:auto;
		margin:0%;
		margin-bottom:40px;
		padding:20px;
	}
}

/* -------------------------------------------------- */
.stueck {
	position:relative;

	padding:2%;
	border:1px solid #505050;
	margin:2%;
	text-align:left;
	background-color:#101010;
	vertical-align:top;
	border-radius:5px;
	overflow:hidden;
}
.stueck_foto {
	position:absolute;
	width:35%;
	height:100%;
	background-color:#542201;
	left:0px;
	top:0px;
}
.stueck_foto img {
	width:100%;
	height:auto;
}
.stueck h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:24px;
	line-height:27px;
	margin-top:10px;
	margin-bottom:20px;
}
.stueck h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	font-style:italic;
	font-size:24px;
	line-height:27px;
	border-bottom:1px solid #808080;
	padding-bottom:8px;
	margin-bottom:30px;
}
.stueck h1,.stueck h2,.stueck p {
	margin-left:37%;
}
/* -------------------------------------------------- */
#fix_tickets {
	position:fixed;
	z-index:29998;
	right:-70px;
	bottom:100px;
	width:50px;
	height:172px;
	background-color:#542201;

	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;

	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	text-align:center;
	cursor:pointer;
}
#fix_tickets img {
	width:auto;
	height:100%;
}
/* -------------------------------------------------- */
.partner_wrapper {
	position:relative;
	text-align:center;
}
.partner {
	position:relative;
	display:inline-block;
	width:27%;
	max-width:255px;
	height:140px;

	border:1px solid #505050;
	margin:3%;
	text-align:left;
	background-color:#ffffff;
	vertical-align:top;
	border-radius:5px;
	overflow:hidden;

}
.partner img {
	position:absolute;
	opacity:0;

}
@media all and (max-width:860px) {
	.partner {
		width:43%;
	}
}
@media all and (max-width:400px) {
	.partner {
		width:100%;

		margin:0%;
		margin-bottom:30px;

	}
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#gmenue {
	position:fixed;
	right:0px;
	top:20px;
	width:350px;
	max-width:100%;
	height:100%;
	font-size:14px;

	line-height:24px;
	background-color:#ffffff;
	
	box-shadow: 0px 0px 30px #606060;
display:none;
	z-index:30000;
}
#gmenue_abstand {
	position:relative;
	height:20px;
	min-height:0px;
}
#gmenue_inhalt {
	position:relative;
	height:100%;
	overflow:auto;
}
#gmenue_inhalt1 {
	position:relative;
	margin:0 auto;
	width:90%;

	padding-bottom:20px;
}
#gmenue_x {
	position:relative;
	float:right;
	width:20px;
	height:20px;
	margin-bottom:0px;
}
#gmenue_x img {
	width:100%;
	height:100%;
}
#gmenue_x img:hover {
	opacity:0.5;
}
#gmenue p {
	color:#404040;
	font-weight:700;
	margin-bottom:10px;
	margin-top:20px;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
.gmenue0,.gmenue0_aktiv {
	display:block;
	margin-right:20px;
	text-transform: uppercase;
	color:#404040;
	text-decoration:none;
}
.gmenue0:hover,.gmenue0_aktiv:hover {
	text-decoration:underline;
}
.gmenue0_aktiv {
	font-weight:700;
}
.gmenue_strich {
	position:relative;
	height:1px;
	background-color:#404040;
	margin-top:4px;
	margin-bottom:10px;
}
.gmenue_strich2 {
	position:relative;
	height:0px;
	border-top:1px dotted #404040;

}
/* -------------------------------------------------- */
.gmenue_wrapper {
	margin-left:18px;
	padding-top:0px;
	padding-bottom:6px;
	opacity:0;
	overflow:hidden;
display:none;
}

.gmenue1,.gmenue1_aktiv {
	position:relative;
	display:block;
	left:0px;
	padding-left:20px;
	padding-right:2px;
	line-height:30px;

	background-repeat:no-repeat;
	background-size:12px 12px;
	background-position:0px 9px;
	
}
.gmenue1_aktiv {
	font-weight:700;
}
.gmenue2,.gmenue2_aktiv {
	display:block;
	line-height:19px;
	padding-left:12px;
	padding-right:2px;
}
.gmenue2_aktiv {
	font-weight:700;
}

/* -------------------------------------------------- */
.gmenue1,.gmenue1_aktiv {
	text-decoration:none;
	color:#404040;
}
.gmenue1:hover,.gmenue1_aktiv:hover {
	background-color:#f0f0f0;
}


.gmenue2,.gmenue2_aktiv {
	text-decoration:none;
	color:#404040;
}
.gmenue2:hover,.gmenue2_aktiv:hover {
	background-color:#f0f0f0;
	color:#000000;
}
/* -------------------------------------------------- */
#umenue {
	position:absolute;
	top:96px;
	left:0px;
	width:100%;
}
.umenue_wrapper {
	position:absolute;
	left:0px;
	top:0px;
	background-color:#000000;
	border-radius:5px;
	border:1px solid #303030;
	display:none;
}
.umenue,.umenue_aktiv {
	display:block;
	background-color:#000000;

	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:20px;
	line-height:20px;
	color:#ffffff;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;

	background-image: url(grafik/menue_hg.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	border:1px solid #303030;

	padding-left:15px;
	padding-right:15px;
	border-radius:5px;


}
.umenue:hover,.umenue_aktiv {
	background-color:#f0f0f0;
	color:#000000;
}
/* -------------------------------------------------- */
@media all and (max-width:1040px) {
	.umenue,.umenue_aktiv {
		font-size:18px;
		padding-left:10px;
		padding-right:10px;
		margin-left:5px;
	}
	#umenue {
		position:absolute;
		top:88px;
	}
}
@media all and (max-width:860px) {
	.umenue,.umenue_aktiv {
		font-size:16px;
		padding-left:5px;
		padding-right:5px;
		margin-left:5px;
	}
}
@media all and (max-width:740px) {
	#umenue {
		display:none;
	}
}
/* -------------------------------------------------- */
.normal {
	position:relative;
}
.normal a {
	color:#ffb584;
	text-decoration:none;
}
.normal a:hover {
	text-decoration:underline;
}
.normal h1 {
	font-weight:600;
	color:#ffffff;
	font-size: 28px;
	line-height:32px;
	margin-bottom:20px;
}
.normal h2 {
	font-weight:600;
	color:#ffffff;
	font-size: 20px;
	line-height:26px;
	margin-bottom:10px;
	margin-left:15%;
}
.normal p {
	margin-left:15%;
}
.video {
	position:relative;
	margin-left:15%;
	width:85%;
	height:400px;
}
@media all and (max-width:820px) {
	.normal h2 {
		margin-left:0px;
	}
	.normal p {
		margin-left:0px;
	}
	.video {
		margin-left:0px;
		width:100%;
	}
}
/* -------------------------------------------------- */
.gesamt {
	position:relative;
}
.gesamt a {
	color:#ffb584;
	text-decoration:none;
}
.gesamt a:hover {
	text-decoration:underline;
}
.gesamt h1 {
	font-weight:600;
	color:#ffffff;
	font-size: 28px;
	line-height:32px;
	margin-bottom:20px;
}
.gesamt h2 {
	font-weight:600;
	color:#ffffff;
	font-size: 20px;
	line-height:26px;
	margin-bottom:10px;
}
/* -------------------------------------------------- */
.zwei {
	position:relative;
	margin-bottom:40px;
}
.zwei a {
	color:#ffb584;
	text-decoration:none;
}
.zwei a:hover {
	text-decoration:underline;
}
.zwei h1 {
	font-weight:600;
	color:#ffffff;
	font-size: 28px;
	line-height:32px;
	margin-bottom:20px;
}
.zwei h2 {
	font-weight:600;
	color:#ffffff;
	font-size: 20px;
	line-height:26px;
	margin-bottom:10px;
}
.zwei_links {
	float:left;
	width:44%;
	margin-right:4%;
	background-color:#181818;
	padding:2%;
	border-radius:5px;
}
.zwei_rechts {
	float:left;
	width:44%;
	padding:2%;
	background-color:#181818;
	border-radius:5px;
}
.zwei:after {
	content: '';
	display: block;
	clear: both;
}
@media all and (max-width:600px) {
	.zwei_links {
		float:none;
		margin-right:0px;
		width:auto;
		margin-bottom:40px;
	}
	.zwei_rechts {
		width:auto;
		float:none;
	}
}
/* -------------------------------------------------- */
.archiv {
	position:relative;
	line-height:0px;
	border-radius:5px;
	overflow:hidden;
	float:left;
	width:21%;
	margin-left:2%;
	margin-right:2%;
	margin-bottom:4%;
}
.archiv img {
	width:100%;
	height:auto;

}
@media all and (max-width:620px) {
	.archiv {
		width:46%;
		margin-left:2%;
		margin-right:2%;
		margin-bottom:4%;
	}
}
@media all and (max-width:399px) {
	.archiv {
		width:auto;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:40px;
	}
}
/* -------------------------------------------------- */
.strich {
	position:relative;
	height:1px;
	background-color:#a0a0a0;
	margin-top:20px;
	margin-bottom:20px;
}
/* -------------------------------------------------- */
.eintrag {
	

}
.eintrag_fotos {
	position:relative;
	line-height:0px;
}
.eintrag_fotos img {
	height:120px;
	width:auto;
	margin-right:20px;
	border-radius:5px;
	overflow:hidden;
	margin-bottom:20px;
}
@media all and (max-width:450px) {
	.eintrag_fotos img {
		width:100%;
		height:auto;
		margin-right:0px;
	}
}
/* -------------------------------------------------- */
#detailansicht {
	position:fixed;
	background-color:#000000;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:40000;
	background-color:#000000;
	display:none;
}
#detailansicht_x {
	position:absolute;
	right:20px;
	top:20px;
	width:20px;
	height:20px;
	cursor:pointer;
}

#zoomfoto {
	position:absolute;
	margin:0;
	padding:0;
}
#zoomfoto1 {
	width:100%;
	height:100%;
}
#gal1_pfeil_rechts,#gal1_pfeil_links {
	position:absolute;
	width:52px;
	height:52px;
	top:100px;
	cursor:pointer;
	display:none;
}
#gal1_pfeil_rechts {
	background-image: url(grafik/pfeil_rechts.png);
	right:0px;
}
#gal1_pfeil_links {
	left:0px;
	background-image: url(grafik/pfeil_links.png);
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#cookies {
	position:fixed;
	left:0px;
	bottom:0px;
	margin:0px;

	width:100%;
	z-index:30030;

	font-weight:400;
	font-size: 14px;
	color: #000000;
	line-height:20px;

	background-color:#a0a0a0;
	text-align:center;
	border-top:5px solid #000000;
}
#cookies1 {
	position:relative;
	margin: 0 auto;

	padding-left:20px;
	padding-right:20px;

}
#cookies1 p {
	padding:10px;
}
#cookies1 a {
	color: #000000;
	text-decoration:underline;
}
#cookies1 a:hover {
	color:#000000;
	text-decoration:underline;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#kassa {
	position:relative;
}
#kassa h2 {
	font-size:16px;
	color:#ffffff;
	margin-bottom:18px;
	line-height:20px;
}
#kassa p {
	color:#ffffff;
	font-size:14px;
	line-height:18px;
}
#kassa h2 span {
	background-color:#ff0000;
	color:#ffffff;
	padding-left:10px;
	padding-right:10px;
	margin-right:5px;
}
.kassa1 {
	position:relative;
	float:left;
	width:33%;
	border-right:1px solid #d0d0d0;
}
.kassa2 {
	position:relative;
	float:left;
	width:31%;
	margin-left:2%;
	border-right:1px solid #d0d0d0;
}
.kassa3 {
	position:relative;
	float:left;
	width:31%;
	margin-left:2%;
}
@media all and (max-width:790px) {
	.kassa1,.kassa2,.kassa3 {
		float:none;
		border-right:0px;
		width:auto;
		margin-left:auto;
		margin-bottom:60px;
	}
}

/* -------------------------------------------------- */
.kassa_zeile {
	position:relative;
}
.hakerl {
	position:absolute;
	left:0px;
	top:0px;
	width:12px;
	height:12px;
	display:none;

	background-image: url(gfx/hakerl.html);
	background-size:cover;
	background-repeat:no-repeat;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
.textarea1 {
	display:block;
	width:100%;
	box-sizing: border-box;
	height:100px;
	color:#000000;
	background-color:#f0f0f0;
	border:1px solid #c0c0c0;
	line-height:18px;
	padding:2px;
	padding-left:5px;

	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 16px;
	line-height:24px;
	font-weight:400;
	margin-bottom:16px;
	resize:none;
}

.input1,.input2,.input4 {

	width:40%;
	box-sizing: border-box;


	color:#ffffff;
	background-color:#181818;
	border:1px solid #505050;
	padding:2px;
	padding-left:5px;

	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 13px;
	line-height:21px;
	font-weight:400;
	margin-bottom:10px;

	border-radius:5px;
}
.input2 {
	width:90%;
}
.input4 {
	width:40px;
}

.input3 {
	display:none;
}
.dropdown1 {
	width:90%;
	box-sizing: border-box;

	font-weight:400;
	color:#ffffff;
	background-color:#181818;
	border:1px solid #505050;
	margin-bottom:10px;
	padding:2px;
	padding-left:5px;

	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 13px;
	line-height:21px;
	margin-bottom:10px;

	border-radius:5px;

}
/* -------------------------------------------------- */
.buttongfx {
	padding-left:20px;
	padding-right:20px;
	background-color:#542201;
	border: 0px;
	cursor:pointer;

	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-decoration: none;
	color:#ffffff;
	font-size: 14px;
	line-height:20px;

	padding-top:8px;
	padding-bottom:8px;
	text-align:center;
	text-transform: uppercase;
	border-radius:5px;
}
.buttongfx:hover {
	background-color:#884416;	
}
/* -------------------------------------------------- */
.bez {
	color:#d0d0d0;
	font-size:13px;
	line-height:20px;
}
.bez span {
	color:#ff4040;
	padding-left:3px;
}
.check1 {
	position:relative;
	color:#ffffff;
	font-size:13px;
	line-height:18px;
	margin-left:17px;
	margin-bottom:10px;
	padding:4px;
}
.check1 input {
	position:absolute;
	top:5px;
	left:-17px;
}
.check1 a {
	color:#ffb584;
	text-decoration:none;
}
.check1 a:hover {
	text-decoration:underline;
}
/* -------------------------------------------------- */
.hinweis {
	width:16px;
	height:16px;
	background-image: url(grafik/hinweis.png);
	background-size: 14px 14px;
	background-repeat:no-repeat;
	cursor:pointer;
}
.hinweis1 {
	position:absolute;
	background-color:#542201;
	border-radius:5px;
	color:#ffffff;
	font-size:12px;
	line-height:15px;
	padding:5px;
	z-index:10000;
	display:none;
}
/* -------------------------------------------------- */
#summe {
	font-weight:600;
	font-size:16px;
	line-height:18px;
	margin-top:20px;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
.ensemble2_wrapper {
	position:relative;
}
.ensemble2 {
	position:relative;

	padding:2%;
	padding-left:24%;
	border:1px solid #505050;
	margin:2%;
	background-color:#101010;
	border-radius:5px;
	margin-bottom:50px;
	overflow:hidden;
}
.ensemble2_foto {
	position:absolute;
	left:2%;
	width:20%;
	border-radius:5px;
	overflow:hidden;
}
.ensemble2_foto img {
	width:100%;
	height:auto;
}
.ensemble2 h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:24px;
	line-height:27px;
	margin-top:10px;
	margin-bottom:4px;
}
.ensemble2 h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	font-style:italic;
	font-size:24px;
	line-height:27px;
	border-bottom:1px solid #808080;
	padding-bottom:8px;
	margin-bottom:30px;
}
.ensemble2 a {
	color:#ffffff;
	font-weight:600;
	text-decoration:none;
}
.ensemble2 a:hover {
	text-decoration:underline;
}
@media all and (max-width:600px) {
	.ensemble2 {
		padding:2%;
	}
	.ensemble2_foto {
		position:relative;
		left:auto;
		width:auto;
		margin-bottom:40px;
		margin:0px;
	}
}

/* -------------------------------------------------- */
#wetter_mobil {
	position:relative;
	background-color:#542201;
	text-align:center;
	border-bottom:1px solid #ffffff;
	display:none;
}
@media all and (max-width:600px) {
	#wetter_mobil {
		display:block;
	}
}
/* -------------------------------------------------- */
.video1_exakt {
	position:relative;
	max-width:800px;
	width:92%;
}
.video1_exakt video {
	width:100%;
	height:100%;
	
}
@media all and (max-width:500px) {
	.video1_exakt {
		width:80%;
	}
}
/* -------------------------------------------------- */
#hinweis_warteliste {
	margin-bottom:20px;
	border:1px solid #ffffff;
	background-color:#101010;
	padding:10px;
	margin-right:38px;
	border-radius:5px;
	display:none;
}
#hinweis_warteliste h2 {
	margin-bottom:4px !important;
}
#kassa3_warteliste {
	display:none;
}