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

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

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

.inner {
	margin:0 auto;
	max-width:1130px;
}
.innerBig {
	max-width:1700px;
	margin:0 auto;
}

.innerBox {
	padding:0 15px;
}

.grayback {
	background-color:#f5f5f5;
}

.anker {
	position:absolute;
	margin-top:-140px;
}

img {
	max-width:100%;
	height:auto;
	display:block;
}

.boxShadow {
	box-shadow: 10px 10px 20px rgba(0,0,0,0.1);
	transition:.2s
}

.boxShadow.hover:hover {
	box-shadow: 10px 10px 30px rgba(0,0,0,0.3);
}

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

#content h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:30pt;
	line-height:45px;
	font-weight:300;
	color:#016db5;
	text-transform:uppercase;
}
#content h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:30pt;
	line-height:45px;
	font-weight:300;
	color:#016db5;
	text-transform:uppercase;
}

#content h1.bspace, #content h2.bspace {
	padding-bottom:40px;
}

#content h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16pt;
	margin:0;
}
#content h3.tbspace {
	padding-top:20px;
	padding-bottom:10px;
}


#content .contentBlock {
	padding:60px 0;
}

#content .topTextBox {
	border-left:10px solid #f6a12c;
	padding-left:25px;
}

#content li {
	font-weight:normal;
}

#content a {
	color:#f6a12c;
}

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

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

.flexBox .teambox {
		display:flex;
	flex:0 1 33.333333%;
	}
.flexBox .teambox .innerBox {
	display:flex;
}

.teaser {
	display: flex;
	flex-flow: column;
	margin-bottom:30px;
	color:#000 !important;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.1);
	transition:.2s;
}
.teaser:hover {
	box-shadow: 10px 10px 30px rgba(0,0,0,0.3);
}
.teaser .textBox {
	background-color:#fff;
	padding:35px 30px;
	flex-grow: 1;
	hyphens: auto;
	-webkit-hyphens: auto;
}
.teaser .datum {
	padding:10px 0 10px;
}


.teaser .textBox .titel {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18pt;
	line-height:30px;
	font-weight:400;
	padding-bottom:20px;
}

.teaser .bild, .leftBorder {
	border-left:10px solid #f6a12c;
}

.text.team {
	padding:20px;
}

.metalle {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
}

.metalle .metalleBox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
}
.metalle .metalleBox .bild {
	flex:0 0 80px;
	padding-top:5px;
}

.metalle .metalleBox .textBox {
	padding:0 20px 0 30px;
}

.metalle .metalleBox {
	font-family: 'Roboto Condensed', sans-serif;
	display:flex;
	flex:0 1 33.333333%;
	margin:40px 0;
}
.metalle .metalleBox .titel {
	font-size:18pt;
	line-height:30px;
	font-weight:400;
}

.pageButtonBox {
	padding:20px 0 0 15px;
}
.pageButton {
	border:1px solid #006cb4;
	background-color:#006cb4;
	color:#fff !important;
	line-height:34px;
	padding:5px 20px 3px 20px;
	font-size:12pt;
	display:inline-block;
	margin-right:10px;
	transition:.2s;
}
.pageButton:hover {
	border:1px solid #f6a12c;
	background-color:#f6a12c;
}

.panoramaBild img {
	width:100%;
	height:auto;
	min-width:none;
}


.alterBlock .alterBox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	margin-bottom:50px;
	background-color:#fff;
}
.alterBlock .alterBox .textBox {
	flex:1 1 50%;
	background-color:#fff;
}
.alterBlock .alterBox .textBox .text {
	padding:50px;
}
.alterBlock .alterBox .bildBox {
	flex:1 1 50%;
}
.alterBlock .alterBox .bildBox img {
	width:100%;
	height:auto;
	max-width:none;
}

.alterBlock .alterBox:nth-child(even) {
	flex-flow: row-reverse wrap;
}

.bigHalfBoxes {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
}
.bigHalfBoxes .textBox {
	flex:1 1 50%;
}
.bigHalfBoxes .textBox .text {
	padding:50px;
}

a img.zoom {
	transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-webkit-transition: transform 0.8s;
	-o-transition: transform 0.8s;
	-ms-transition: transform 0.8s;
}
a:hover img.zoom {
	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);
}

.imageCenter {
	text-align:center;
	overflow:hidden;
}

.map {
	height:500px;
	width:100%;
	display:block;
	}


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


/* RESPONSIVE */
@media  only screen and (max-width: 880px) {
.alterBlock .alterBox .textBox {
	flex:1 1 100%;
	background-color:#fff;
}
	
	.alterBlock .alterBox .textBox .text {
		padding:50px 15px;
		}
	
	.flexBox .teambox {
	flex:0 1 50%;
	}
}

@media  only screen and (max-width: 810px) {
	.flexBox .box33 {
		flex:0 1 100%;
	}

	.metalle .metalleBox {
		flex:0 1 50%;
		margin:20px 0;
	}
.flexBox .box25 {
	flex:0 1 50%;
}
	.map {
	height:300px;
	}
}
@media  only screen and (max-width: 600px) {
	.metalle .metalleBox {
		flex:0 1 100%;
		margin:20px 0;
	}
		.flexBox .teambox {
	flex:0 1 100%;
	}
}
@media  only screen and (max-width: 630px) {
}
@media  only screen and (max-width: 380px) {
}