/* poppins-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('_fonts/poppins-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('_fonts/poppins-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_fonts/poppins-v24-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('_fonts/poppins-v24-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('_fonts/poppins-v24-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('_fonts/poppins-v24-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('_fonts/poppins-v24-latin-500.eot'); /* IE9 Compat Modes */
  src: url('_fonts/poppins-v24-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_fonts/poppins-v24-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('_fonts/poppins-v24-latin-500.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('_fonts/poppins-v24-latin-500.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('_fonts/poppins-v24-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('_fonts/poppins-v24-latin-600.eot'); /* IE9 Compat Modes */
  src: url('_fonts/poppins-v24-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_fonts/poppins-v24-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('_fonts/poppins-v24-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('_fonts/poppins-v24-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('_fonts/poppins-v24-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url('_fonts/poppins-v24-latin-italic.eot'); /* IE9 Compat Modes */
  src: url('_fonts/poppins-v24-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_fonts/poppins-v24-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('_fonts/poppins-v24-latin-italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('_fonts/poppins-v24-latin-italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('_fonts/poppins-v24-latin-italic.svg#Poppins') format('svg'); /* Legacy iOS */
}










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

	font-weight:400;
	font-family: 'Poppins', sans-serif;

	text-decoration: none;
	color:#2C2C2C;
	font-size: 18px;
	line-height:30px;
}
body {
	background-color:#ffffff;
}
#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;
	border-radius:10px;
	margin-top:30px;
	margin-bottom:30px;
}
.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:#ffffff;
	min-height:116px;
	z-index:29999;

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

	background-image: url(grafik/menue_hg.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
background-color:#133c57;

background-color:#c9d7e0;

color:#000000;

	padding-left:20px;
	padding-right:20px;
	border-radius:5px;
	border:0px solid #303030;
}
.menue_aktiv,.menue:hover {
	background-color:#133c57;
	color:#ffffff;
}
#menuesymbol {
	position:absolute;
	right:-5px;
	top:49px;
	width:36px;
	height:36px;
	background-repeat:no-repeat;
	background-size:contain;
	background-image: url(grafik/menuesymbol2026.png);
	cursor:pointer;
	display:none;
}
/* -------------------------------------------------- */
#logo {
	position:absolute;
	left:0px;
	top:14px;
}
#logo img {
	height:65px;
	width:auto;
}
/* -------------------------------------------------- */
#links {
	position:absolute;
	right:0px;
	top:0px;
	text-align:right;
}

#links a {
	color:#000000;
	text-decoration:none;

	display:inline-block;
	transform:translate(7px,-1px);
	
	padding-top:1px;
	padding-bottom:1px;
	padding-left:7px;
	padding-right:7px;
	border-radius:5px;
	
	text-transform: uppercase;
	margin-left:30px;
	
	font-weight:400;
	font-size:14px;
	line-height:18px;
}
#links a:hover {
	text-decoration:none;
	background-color:#133c57;
	color:#ffffff;
}
.links_aktiv {
	background-color:#133c57;
	color:#ffffff !important;
}
@media all and (max-width:1140px) {
	#links a {
		font-weight:400;
		font-size:12px;
		line-height:15px;
		margin-left:20px;
	}
}
@media all and (max-width:660px) {
	#links a {
		margin-left:8px;
	}
}
/* -------------------------------------------------- */
.strich0 {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:1px;
	background-color:#ffffff;
}
@media all and (max-width:1140px) {
	.menue,.menue_aktiv {
		font-size:18px;
		padding-left:10px;
		padding-right:10px;
		margin-left:10px;
	}

	#oben {
		min-height:108px;
	}
}
@media all and (max-width:900px) {
	.menue,.menue_aktiv {
		font-size:16px;
		padding-left:5px;
		padding-right:5px;
		margin-left:5px;
	}
	#logo {
		top:14px;
		height:60px;
	}
	#oben {
		min-height:96px;
	}
	#menue {
		display:none;
	}
	#menuesymbol {
		display:block;
	}
}
/* -------------------------------------------------- */
@media all and (max-height:500px) {
	#oben {
		position:absolute;
	}
}
/* -------------------------------------------------- */
@media all and (max-width:900px) {
	#links {
		display:none;
	}
}

/* -------------------------------------------------- */
/* -------------------------------------------------- */
#abstand_unten {
	position:relative;
	height:260px;
}
#unten {
	position:absolute;
	left:0px;
	width:100%;
	bottom:0px;

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

	border-top:1px solid #ffffff;
}
.unten_link {
	color:#ffffff;
	text-decoration:none;

	display:inline-block;
	transform:translate(-7px,-1px);
	padding-top:1px;
	padding-bottom:1px;
	padding-left:7px;
	padding-right:7px;
	border-radius:5px;
}
.unten_link:hover {
	text-decoration:none;
	background-color:#061f2f;
}
#unten1 {
	position:relative;
	float:left;
	width:30%;
}
#unten2 {
	position:relative;
	float:left;
	width:29%;
}
#unten2 img {
	width:36px;
	height:36px;
	margin-right:16px;
	padding-top:4px;
}
#unten3 {
	position:relative;
	float:left;
	width:180px;
}
#unten3 img {
	width:174px;
	height:auto;
	padding-top:4px;
}
#unten4 {
	position:relative;
	float:right;
	width:220px;
	text-align:right;
}
.unten_link2:hover {
	opacity:0.7;
}
@media all and (max-width:1099px) {
	#unten3 {
		display:none;
	}
	#unten1 {
		width:35%;
	}
	#unten2 {
		width:34%;
	}
}
@media all and (max-width:840px) {
	#unten1 {
		width:50%;
	}
	#unten2 {
		width:50%;
	}
	#unten4 {
		margin-top:24px;
		float:none;
		width:100%;
		text-align:left;
	}
}
@media all and (max-width:580px) {
	#unten1 {
		width:100%;
		float:none;
	}
	#unten2 {
		margin-top:24px;
		width:100%;
		float:none;
	}
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#fotoshow {
	position:relative;
	width:100%;
	height:230px;
	color:#4f5962;
	background-color:#ffffff;
	overflow:hidden;
	display:none;
	border-radius:15px;
}
#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;
	background-color:#ff0000;
}
#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:600;
	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 #0A3D62;
	border:3px solid #ffffff;
	border-radius:50%;
	-webkit-backface-visibility: hidden;
	box-shadow:0px 4px 8px 0 rgba(0,0,0,0.4);
}
.kreisbutton:hover img{
	transform:scale(1.05);
}
.kreisbutton p {
	padding-top:10px;
	text-align:center;
	width:100%;
	color:#ffffff;
	display:none;
}
.kreisbutton a {
	text-decoration:none;
	color:#ffffff;
}
.kreisbutton span {
	position:absolute;
	background-color:#c9d7e0;
	left:-170px;
	top:90px;
	width:240px;
	border-radius:5px;
	border:1px solid #ffffff;
	padding:12px;
	padding-top:8px;
	padding-bottom:9px;
	font-size:16px;
	line-height:25px;
	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: 'Poppins', sans-serif;
	font-weight:600;
	font-size:24px;
	line-height:27px;
	margin-top:10px;
	margin-bottom:4px;
}
.ensemble h2 {
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	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: 'Poppins', sans-serif;
	font-weight:600;
	font-size:24px;
	line-height:27px;
	margin-top:10px;
	margin-bottom:20px;
}
.stueck h2 {
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	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:80px;
	width:50px;
	height:172px;
	background-color:#133c57;

	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;
	
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	
	text-align:center;
	cursor:pointer;
}
#fix_tickets img {
	width:auto;
	height:100%;
}
@media all and (max-width:700px) {
	#fix_tickets {
		padding:0px;
	}
}
@media all and (max-height:430px) {
	#fix_tickets {
		padding:0px;
		bottom:20px;
	}
}
/* -------------------------------------------------- */
.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;
	
	font-size: 18px;
	line-height:30px;
	
	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:600;
	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:600;
}
.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:50px;

	background-repeat:no-repeat;
	background-size:12px 12px;
	background-position:2px 19px;

}
.gmenue1_aktiv {
	color:#ffffff !important;
	background-color:#D35400;
}
.gmenue2,.gmenue2_aktiv {
	display:block;
	font-size:16px;
	line-height:20px;
	padding-left:12px;
	padding-right:2px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:4px;
	margin-bottom:4px;
	border-radius:5px;
}
.gmenue2_aktiv {
	color:#ffffff !important;
	background-color:#D35400;
}

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


.gmenue2,.gmenue2_aktiv {
	text-decoration:none;
	color:#404040;
}
.gmenue2: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:#c9d7e0;
	border-radius:5px;

	border:0px solid #ffffff;
	display:none;
	overflow:hidden;
}
.umenue,.umenue_aktiv {
	display:block;

	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:36px;
	color:#000000;
	text-decoration:none;
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:10px;
margin-top:0px;
margin-bottom:0px;
	
	background-image: url(xgrafik/menue_hg.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	border:0px solid #303030;

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


}
.umenue:hover,.umenue_aktiv {
	background-color:#f0f0f0;
	color:#000000;
}
/* -------------------------------------------------- */
@media all and (max-width:1140px) {
	.umenue,.umenue_aktiv {
		font-size:15px;
		padding-left:10px;
		padding-right:10px;
		margin-left:0px;
	}
	#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;
	}
}
/* -------------------------------------------------- */
.video {
	position:relative;
	margin-left:15%;
	width:85%;
	height:400px;
}
/* -------------------------------------------------- */
.gesamt {
	position:relative;
}
.gesamt a {
	color:#D35400;
	text-decoration:underline;
}
.gesamt a:hover {
	color:#ff6600;
}
.gesamt h1 {
	font-weight:600;
	color:#D35400;
	font-size: 28px;
	line-height:32px;
	margin-bottom:20px;
}
.gesamt h2 {
	font-weight:500;
	color:#D35400;
	font-size: 20px;
	line-height:26px;
	margin-bottom:10px;
}
/* -------------------------------------------------- */
.zwei {
	position:relative;
	margin-bottom:40px;
}
.zwei a {
	color:#D35400;
	text-decoration:underline;
}
.zwei a:hover {
	text-decoration:underline;
	color:#ff6600;
}
.zwei h1 {
	font-weight:500;
	color:#D35400;
	color:#2C2C2C;
	font-size: 26px;
	line-height:32px;
	margin-bottom:20px;
}
.zwei h2 {
	font-weight:500;
	color:#2C2C2C;
	font-size: 20px;
	line-height:26px;
	margin-bottom:10px;
}
.zwei_links {
	float:left;
	width:44%;
	margin-right:4%;
	background-color:#c9d7e0;
	padding:2%;
	border-radius:5px;
}
.zwei_rechts {
	float:left;
	width:44%;
	padding:2%;
	background-color:#c9d7e0;
	border-radius:5px;
}
.zwei:after {
	content: '';
	display: block;
	clear: both;
}
.zwei ul {
	margin-left:1.2em;
	list-style: none;
	line-height:26px;
	margin-top:14px;
}
.zwei li::before {
	content: "■ ";
	color: #D35400;
	display: inline-block;
	width: 1.2em;
	margin-left: -1.2em;
	transform:translate(0px,-3px);
}
.zwei li {
	border-bottom:1px solid #808080;
	margin-bottom:8px;
	padding-bottom:8px;
}
.zwei li:last-child {
	border-bottom:0px;
}
@media all and (max-width:800px) {
	.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;
	}
}

/* -------------------------------------------------- */
.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;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:40000;
	display:none;
	
	background-image: url(grafik/weiss80.png);
	background-repeat:repeat;
}
#detailansicht_x {
	position:absolute;
	right:0px;
	top:0px;
	width:52px;
	height:52px;
	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_s.png?v=2);
	right:0px;
}
#gal1_pfeil_links {
	left:0px;
	background-image: url(grafik/pfeil_links_s.png?v=2);
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#cookies {
	position:fixed;
	left:0px;
	bottom:0px;
	margin:0px;

	width:100%;
	z-index:30030;

	font-weight:400;

	color: #ffffff;

	background-color:#D35400;
	text-align:center;
}
#cookies1 {
	position:relative;
	margin: 0 auto;

	padding-left:20px;
	padding-right:20px;
	max-width:1000px;
}
#cookies1 p {
	padding:10px;
}
#cookies1 a {
	color: #000000;
	text-decoration:underline;
}
#cookies1 a:hover {
	color:#000000;
	text-decoration:underline;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#kassa {
	position:relative;
	font-size:15px;
}
#kassa h2 {
	
	color:#000000;
	margin-bottom:18px;
	font-size:18px;
	line-height:20px;
}
#kassa p {
	color:#000000;
	font-size:15px;
	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 #133c57;
}
.kassa2 {
	position:relative;
	float:left;
	width:31%;
	margin-left:2%;
	border-right:1px solid #133c57;
}
.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.png);
	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: 'Poppins', 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:#000000;
	background-color:#c9d7e0;
	border:0px;
	padding:2px;
	padding-left:5px;

	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	font-size: 15px;
	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:#000000;
	background-color:#c9d7e0;
	border:0px;
	margin-bottom:10px;
	padding:2px;
	padding-left:5px;

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

	border-radius:5px;

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

	font-family: 'Poppins', 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:#ff6600;	
}






/* -------------------------------------------------- */
.bez {
	color:#000000;
	font-size:15px;
	line-height:20px;
}
.bez span {
	color:#ff4040;
	padding-left:3px;
}
.check1 {
	position:relative;
	color:#000000;
	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:#D35400;
	text-decoration:none;
}
.check1 a:hover {
	text-decoration:underline;
}
/* -------------------------------------------------- */
.hinweis {
	width:16px;
	height:16px;
	background-image: url(grafik/hinweis2.png);
	background-size: 14px 14px;
	background-repeat:no-repeat;
	cursor:pointer;
}
.hinweis1 {
	position:absolute;
	background-color:#D35400;
	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:26%;

	background-color:#c9d7e0;
	border-radius:5px;
	margin-bottom:50px;
	overflow:hidden;
	color:#000000;
}
.ensemble2_foto {
	position:absolute;
	left:2%;
	width:20%;
	border-radius:5px;
	overflow:hidden;
}
.ensemble2_foto img {
	width:100%;
	height:auto;
}
.ensemble2 h1 {
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size:24px;
	line-height:27px;
	margin-top:10px;
	margin-bottom:4px;
}
.ensemble2 h2 {
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-style:italic;
	font-size:24px;
	line-height:27px;
	border-bottom:1px solid #808080;
	padding-bottom:8px;
	margin-bottom:30px;
}
.ensemble2 a {
	color:#D35400;
	font-weight:600;
	text-decoration:underline;
}
.ensemble2 a:hover {
	text-decoration:underline;
	color:#ff6600;
}
@media all and (max-width:1050px) {
	.ensemble2 {
		padding-left:36%;
	}
	.ensemble2_foto {
		width:30%;
	}
}
@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:#D35400;
	background-color:#133c57;
	text-align:center;
	border-bottom:1px solid #ffffff;
	display:none;
	margin-top:30px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	font-size:16px;
	line-height:22px;
	color:#ffffff;
}
@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;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */

/* -------------------------------------------------- */
.strich {
	display:inline-block;
	left:0px;
	width:100%;
	height:2px;
	background-color:#D35400;
	background-color:#133c57;
	margin-top:30px;
	margin-bottom:30px;
}
/* -------------------------------------------------- */
.normal {
	position:relative;
}
.normal a {
	color:#D35400;
	text-decoration:underline;
	font-weight:600;
}
.normal a:hover {
	color:#ff6600;
}
.normal h1 {
	font-weight:600;
	color:#D35400;
	font-size: 58px;
	line-height:55px;
	margin-bottom:10px;
	text-transform:uppercase;
	margin-left:10%;
}
.normal .h1klein {
	font-weight:600;
	color:#D35400;
	font-size: 38px;
	line-height:42px;
	margin-bottom:8px;
	text-transform:uppercase;
	margin-left:10%;
}
.normal h2 {
	font-weight:500;
	color:#2C2C2C;
	font-size: 26px;
	line-height:32px;
	margin-left:10%;
	margin-bottom:40px;
}
.normal h3 {
	font-weight:500;
	color:#D35400;
	font-size: 26px;
	line-height:32px;
	margin-left:28%;
	margin-right:14%;
	font-weight:600;
	margin-bottom:10px;
	text-transform:uppercase;
}
.jahreszahl {
	position:absolute !important;
}
.jahreszahl span {
	position:absolute;
	left:-100px;
	top:8px;
}
.normal p {
	margin-left:28%;
	margin-right:14%;
	
}
.normal p b {
	font-weight:600;
	color:#202020;
}
@media all and (max-width:980px) {
	.normal h1,.normal h2 {
		margin-left:0px;
		margin-right:0px;
	}
	.normal p,.normal h3 {
		margin-left:10%;
		margin-right:0px;
	}
	.jahreszahl {
		position:relative !important;
	}
	.jahreszahl span {
		position:static;
		left:auto;
		top:auto;
	}
}
@media all and (max-width:590px) {
	.normal p,.normal h3 {
		margin-left:0px;
		margin-right:0px;
	}
	.normal h1 {
		font-size: 38px;
		line-height:37px;
		word-wrap:break-word;
	}
}
@media all and (max-width:450px) {
	.normal h1 {
		font-size: 29px;
		line-height:29px;
	}
	.normal h2 {
		font-size: 22px;
		line-height:26px;
	}
}
/* -------------------------------------------------- */
.kasten1 {
	position:relative;
	margin-left:0px;
	background-color:#c9d7e0;
	border-radius:10px;
	padding:15px;
	padding-top:30px;
	padding-bottom:30px;
	margin-top:60px;
	margin-bottom:60px;
}
.normal .kasten1 h1 {
	font-weight:600;
	color:#D35400;
	font-size: 38px;
	line-height:42px;
	margin-bottom:8px;
	text-transform:uppercase;
	margin-left:10%;
}
.normal .kasten1 h2 {
	font-weight:500;
	color:#2C2C2C;
	font-size: 26px;
	line-height:32px;
	margin-left:10%;
	margin-bottom:20px;
}
.normal .kasten1 h3 {
	font-weight:500;
	color:#D35400;
	font-size: 26px;
	line-height:32px;
	margin-left:0px;
	font-weight:600;
	margin-bottom:10px;
	text-transform:uppercase;
}
.normal .kasten1 p {
	margin-left:28%;
	margin-right:14%;
}
.normal ul {
	margin-left:1.2em;
	margin-left:30%;
	margin-right:14%;
	list-style: none;
	line-height:26px;
	margin-top:14px;
}
.normal li::before {
	content: "■ ";
	color: #D35400;
	display: inline-block;
	width: 1.2em;
	margin-left: -1.2em;
	transform:translate(0px,-3px);
}
.normal li {
	border-bottom:1px solid #c0c0c0;
	margin-bottom:8px;
	padding-bottom:8px;
}
.normal li:last-child {
	border-bottom:0px;
}

@media all and (max-width:980px) {
	.normal .kasten1 h1,.normal .kasten1 h2 {
		margin-left:0px;
		margin-right:0px;
	}
	.normal .kasten1 p {
		margin-left:10%;
		margin-right:0px;
	}
	.normal ul {
		margin-left:12%;
		margin-right:0px;
	}
}
@media all and (max-width:590px) {
	.normal .kasten1 p {
		margin-left:0px;
		margin-right:0px;
	}
	.normal ul {
		margin-left:1.2em;
	}
}
/* -------------------------------------------------- */
.button1 {
  height:48px;
  padding:14px;
  padding-left:30px;
  padding-right:30px;
  background-color:#D35400;
  color: #ffffff !important;
  border-radius: 999px;
  font-weight:400;
  text-transform:uppercase;
  text-decoration:none !important;
  letter-spacing:1px;
}
.button1:hover {
	background-color:#ff6600;
}
/* -------------------------------------------------- */
.ue_mitte {
	font-weight:600;
	color:#D35400;
	font-size: 58px;
	line-height:55px;
	margin-bottom:10px;
	text-transform:uppercase;
	text-align:center;
	text-align:center;
}
.ue2_mitte {
	font-weight:500 !important;
	color:#2C2C2C !important;
	font-size: 26px !important;
	line-height:32px !important;
	text-align:center;
	margin-bottom:10px;
}
.ue3_mitte {
	text-align:center;
}
@media all and (max-width:590px) {
	.ue_mitte {
		font-size: 38px;
		line-height:37px;
		word-wrap:break-word;
	}
}
@media all and (max-width:450px) {
	.ue_mitte {
		font-size: 29px;
		line-height:29px;
	}
	.ue2_mitte {
		font-size: 22px;
		line-height:26px;
	}
}
/* -------------------------------------------------- */
#kreis_abstand {
	position:relative;
	height:0px;
}