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

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

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

a.slowAnchor {
	display:inline-block;
	border:1px solid #e9ba2c;
	padding:7px 14px;
	margin-right:10px;
	margin-bottom:10px;
	}
a.slowAnchor:hover {
		border:1px solid #484848;
	color:#484848 !important;
	}

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

.innerBox {
	padding:0 25px;
}
.innerBox img {
	max-width:100%;
	height:auto;
	display:block;
}

.block33 {
	width:33.3333%;
	float:left;
}
.block25 {
	width:25%;
	float:left;
}

.block33 img, .block25 img {
	width:100%;
	height:auto;
	display:block;
}

.flexBox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	}
.flexBox .fblock25 {
	flex:0 1 25%;
	}

.block50 {
	width:50%;
	float:left;
}

.blockBild {
	width:48%;
	height:auto;
	display:block;
	padding-top:20px;
	padding-bottom:30px;
}

#kapitelbild {
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:375px;
}


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

#content h1.pageTitle {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:26pt;
	line-height:38px;
	color:#e9ba2c;
	text-align:center;
	padding-top:30px;
	padding-bottom:35px;
	margin:0;
	font-weight:bold;
}

#content h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16pt;
	font-weight:bold;
	padding:15px 0 20px;
	color:#454545;

}

#content li {
	font-weight:normal;
}


#content a {
	color:#e9ba2c;
}
#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;
}

.zoom {
	display:block;
	overflow:hidden;
}

.zoom img {
	transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-webkit-transition: transform 0.8s;
	-o-transition: transform 0.8s;
	-ms-transition: transform 0.8s;
}
.zoom:hover img {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}

.button {
	display:inline-block;
	max-width:330px;
	width:100%;
	line-height:50px;
	height:50px;
	text-align:center;
	background-color:#e9ba2c;
	color:#fff !important;
	cursor:pointer;
}
.button:hover {
	background-color:#dddddd;
	color:#484848 !important;
}


.wrapper {
	display: flex;
	flex-flow: row nowrap;
}

.blockBildTextGrau {
	background-color:#f4f4f4;
	margin-top:50px;
}

.blockBildTextGrau .bildBox {
	flex:0 0 330px;
	display:block;
}
.blockBildTextGrau .bildBox img {
	max-width:100%;
	height:auto;
	display:block;
}

.blockBildTextGrau .textBox {
	position:relative;
	width:100%;
	padding:10px 25px 60px 20px;
	line-height:20px;
}
.blockBildTextGrau .textBox .button {
	position:absolute;
	bottom:0;
	right:0;
}


.blockTextMap {
	margin-top:50px;
}
.blockTextMap .textBox {
	background-color:#f4f4f4;
	flex:0 0 330px;
	display:block;
}
.blockTextMap .textBox .innerBox {
	padding:10px 20px 30px;
}

.blockTextMap .mapBox {
	width:100%;
	padding-left:50px;
}


.harmonikaBox {
	position:relative;
	margin-top:20px;
	background-color:#f4f4f4;
	padding:20px;
	display:none;
}

.harmonikaBox .close {
	position:absolute;
	top:0;
	right:0;
	background-image:url('/page/_webpics/buttons/close-button.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:15px;
	width:40px;
	height:40px;
	cursor:pointer;
}

.grayBack {
	background-color:#f4f4f4;
}

.backNewsButton {
	position:absolute;
	margin-top:-70px;
	display:inline-block;
	line-height:45px;
	font-size:12pt;
	padding-left:25px;
	background-image:url('/page/_webpics/buttons/arrow-yellow-left.png');
	background-repeat:no-repeat;
	background-position:left center;
	background-size:15px 37px;
	color:#e9ba2c !important;
	font-weight:bold;
}

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


#sticker {
	position:absolute;
	display:block;
	z-index:400;
	right:0;
	top:120px;
	width:210px;
}
#sticker.pages {
	top:55px;
	width:170px;
}



#sticker img {
	width:100%;
	height:auto;
}

.harmonikaButton {
	background-color:#d1d1d1;
	padding:5px 20px 5px 40px;
	font-size:13pt;
	line-height:30px;
	background-image:url('/page/_webpics/pluszeichen.png');
	background-repeat:no-repeat;
	background-position:10px center;
	margin-bottom:5px;
	cursor:pointer;
}
.harmonikaButton.akt {
	background-image:url('/page/_webpics/minuszeichen.png');
}

.harmonikaButton.klein {
		font-size:11pt;
	}

.harmonikaText {
	padding:10px 20px 10px 40px;
	display:none;
}
.harmonikaText.zusatz {
	background-color:#f4f4f4;
		max-width:260px;
	padding:10px 20px 10px 20px;
	display:none;
}


/* 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: 1240px) {
	#sticker, #sticker.pages {
		top:55px;
		width:170px;
	}
}




@media  only screen and (max-width: 1160px) {
	.block33 {
		width:50%;
	}
	.block25 {
		width:33.33333%;
	}
	.blockBild {
		width:65%;
	}
}


@media  only screen and (max-width: 1020px) {
.flexBox .fblock25 {
	flex:0 1 33.333333%;
	}
}

@media  only screen and (max-width: 768px) {
	#sticker, #sticker.pages {
		top:55px;
		width:120px;
	}

	.backNewsButton {
		position:relative;
		display:inline-block;
		font-size:10.5pt;
		padding-left:20px;
		background-size:10px 25px;
		color:#e9ba2c !important;
		font-weight:bold;
	}

	.block33 {
		width:100%;
	}
	.block25 {
		width:50%;
	}

	.blockBild {
		width:46%;
		padding-bottom:30px;
	}

	#kapitelbild {
		height:300px;
	}

}




@media  only screen and (max-width: 680px) {
	.block50 {
		width:100%;
	}
.flexBox .fblock25 {
	flex:0 1 50%;
	}

	#sticker, #sticker.pages {
		top:35px;
		width:110px;
	}

	.wrapper{
		display: flex;
		flex-flow: column;
	}
	.wrapper.blockBildTextGrau .bildBox {
		flex:0 0 100%;
	}
	.blockBildTextGrau .bildBox img {
		max-width:none;
		width:100%;
		height:auto;
		display:block;
	}
	.blockBildTextGrau .textBox {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width:100%;
		padding:10px 20px 60px 20px;
	}
	.blockTextMap .textBox {
		background-color:#f4f4f4;
		flex:0 0 100%;
		display:block;
	}
	.blockTextMap .mapBox {
		width:100%;
		height:400px;
		margin-top:0;
		padding-left:0;
	}

	#kapitelbild {
		height:250px;
	}

}


@media  only screen and (max-width: 480px) {
.flexBox .fblock25 {
	flex:0 1 100%;
	}
	
	.flexBox .fblock25 img {
		width:100%;
		height:auto;
		display:block;
		}
	#sticker.pages {
		top:25px;
		width:90px;
	}

	#kapitelbild {
		height:150px;
	}
	.block25 {
		width:100%;
	}
	.blockBild {
		width:100%;
	}
}

