/*
font-family: 'Roboto', sans-serif;
font-family: 'PT Serif', serif;
font-family: 'Istok Web', sans-serif;
*/

body, html {
	font-family: 'Istok Web', sans-serif;
	font-size:11pt;
	color:#000;
	height:100%;
	width:100%;
}

textarea, input, select {
	font-family: 'Istok Web', sans-serif;
	font-size:11pt;
	color:#000;
}


#surround {
	margin:0 auto;
	width:100%;
}

#surround.fix {
	margin-top:
}

.inner {
	margin:0 auto;
	max-width:940px;
}

.innerBox {
	padding:0 20px;
}

.center {
	text-align:center;
}



.backgroundBox {
	background-attachment: fixed;
	-webkit-background-attachment: scroll;
	background-position:center center;
	background-repeat:no-repeat;
	height:750px;
	width: 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size:100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% auto;
}

@media all and (-webkit-min-device-pixel-ratio: 1) {
.backgroundBox {
	background-attachment: scroll;
	}
}

.centerBox {
	font-family: 'PT Serif', serif;
	font-size:18pt;
	background:rgba(255,255,255,0.7); /* url('/page/_webpics/5x5-pixel-70-transp.png'); */
	max-width:340px;
	margin:auto;
	text-align:center;
	line-height:36px;
}

.centerBox .inner {
	padding:60px 30px;
}

/* HEADER */
header {
	background-color:#000000;
	font-family: 'Roboto', sans-serif;
	font-size:13pt;
	color:#919191;
	padding:5px 0;
}

header #sprachbox {
	display:block;
	text-align:center;
}

header #sprachbox .sprachwahl {
	display:inline;
	padding:0 0;
	line-height:36px;
}

header #sprachbox .trenner {
	display:inline;
	padding:0 5px;
	line-height:36px;
	color:#c2966f;
}

header #sprachbox .sprachwahl a {
	color:#c2966f;
}
header #sprachbox .sprachwahl.akt a, header .sprachwahl a:hover  {
	color:#cac5bf;
}

header #logo {
	display:inline-block;
	margin:0 auto;
	width:auto;
}
header #logo img {
	max-width:100%;
	height:auto;
	display:block;
}


.blockText {
	font-family: 'Istok Web', sans-serif;
	font-size:12pt;
	padding:70px 0;
	color:#434343;
}

.blockText img {
	max-width:100%;
	height:auto;
}

.galerieBild {
	width:20%;
	min-height:200px;
	display:block;
	float:left;
	padding:20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.galerieBild img {
	max-width:100%;
	height:auto;
	display:block;

}

/* CONTENT */
#content {
	width:100%;
	min-height:200px;
	margin:0 auto;
	padding:0;
	line-height:22px;
	text-align:left;
}

#content h1 {
	font-family: 'PT Serif', serif;
	font-size:24pt;
	line-height:35px;
	padding:0;
	padding-bottom:45px;
	margin:0;
	font-weight:bold;
	color:#000;
}

#content li {
	font-weight:normal;
}


#content a {
	color:#2677ab;
}
#content a:hover {
	color:#000;
}

ul.suche {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.suche li a {
	display:block;
	padding:5px 15px;
	background-color:#ddd;
	border-bottom:1px solid #000;
}

#detail {
			-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin-top:40px;
	position:absolute;
	top:0;
	left:0;
	background-color:#fff;
	width:100%;
	height:100%;
	overflow:auto;
	}

#detail #cont {
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width:100%;
	max-width:940px;
	margin:0 auto;
	margin:50px auto;
	background-color:#fff;
	padding-bottom:50px;
	}

plakat h1 {
	font-size:18pt;
	font-weight:bold;
	padding-bottom:20px;
	}

plakat #imageBox, plakat #textBox {
	float:left;
	width:50%;
	}
plakat #imageBox img {
	width:100%;
	height:auto;
	display:block;
	}

plakat #kaufButton {
	margin-top:20px;
	background-color:#c98848;
	line-height:50px;
	display:inline-block;
	padding:0 35px;
	color:#fff;
	}

plakat #closeButton {
	background:url('/page/_webpics/arrow-black-left.png') left center no-repeat;
	font-size:12pt;
	line-height:30px;
	display:inline-block;
	cursor:pointer;
	padding-left:30px;
	margin-bottom:30px;
	}

/* FOOTER */
footer {
	font-family: 'Istok Web', sans-serif;
	font-size:12pt;
	background-color:#c98848;
	color:#fff;
	padding:60px 0;
	line-height:24px;
}

footer .footerBlock .inBlock {
	padding:15px;
	text-align:center;
}

footer .footerBlock a {
	color:#fff;
}
#formular {
	margin-top:30px;
}

#formular input, #formular textarea {
	width:100%;
	max-width:340px;
	height:48px;
	background-color:#f1f1f1;
	border:1px solid #f1f1f1;
	color:#434343;
	padding:0 10px;
	margin-bottom:5px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
#formular textarea {
	height:240px;
	padding:10px;
}

#formular button {
	height:50px;
	width:100%;
	max-width:340px;
	background-color:#c98848;
	color:#fff;
	border:none;
	font-size:12pt;
	cursor:pointer;
}

#formular button:hover {
	background-color:#b7722e;
}

.error {
	background-color:#858585 !important;
	color:#ebebeb !important;
	}

#impressumBox {
	background:#f1f1f1;
	display:none;
	}

#impressumBox .blockText {
color:#000 !important;
}
#impressumBox a {
	color:#000 !important;
	}


.harmonikaTitel {
	font-family: 'Istok Web', sans-serif;
	font-weight:bold;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	height:50px;
	line-height:50px;
	text-align:left;
	padding-left:20px;
	background-image:url('/page/_webpics/arrow-grey-down-and-up.png');
	background-color:#f1f1f1;
	background-position:right top;
	background-repeat:no-repeat;
	color:#000;
	width:100%;
	max-width:360px;
	margin:0 auto 8px;
	cursor:pointer;
	}
.harmonikaTitel.akt {
	background-position:right bottom;
	}
.harmonikaText {
	display:none;
	padding:20px 0 28px;
	}


/* DATENSCHUTZ-TITEL */
.dse-haupttitel {
	font-size:19pt;
	font-weight:bold;
}

.dse-untertitel {
	font-size:14pt;
	font-weight:bold;
}

.impdaschu-titel {
	font-size:22pt;
	font-weight:bold;
	text-transform:uppercase;
}


/* RESPONSIVE */
@media  only screen and (max-width: 800px) {
	.halbBox {
		width:100%;
	}
	.galerieBild {
		width:25%;
	}
	.backgroundBox {
		background-size:auto 100%;
	}

	.centerBox {
		font-size:17pt;
		max-width:340px;
		margin:auto;
		line-height:30px;
	}

	.backgroundBox {
		height:600px;
	}


}



@media  only screen and (max-width: 580px) {
	.galerieBild {
		width:50%;
	}
	plakat #imageBox, plakat #textBox {
	width:100%;
	}
	plakat #textBox {
		padding-top:40px;
		}
	
}