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

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

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

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

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

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


/* HEADER */
header {
	background-color:#006eb6;
}


header #headerInBox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	position:relative;
	margin:0 auto;
	width:340px;
}


header #logo {
	width:100%;
	flex:0 0 100%;
	text-align:center;
}
header #logo img {
	max-width:100%;
	height:auto;
}

header #sprachwahl {
	width:30px;
	text-align:right;
}
header #sprachwahl a {
	position:relative;
	font-size:12pt;
	color:#fff;
	top:145px;
}

#teaserContent {
	position:relative;
	z-index:18;
	max-width:330px;
}

.teaserBox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top:10px;
	display:block;
	color:#006eb6;
	background-color:rgba(255,255,255,0.85);
	padding:20px;
	height:220px;
}

.teaserBox:hover {
	color:#fff;
	background-color:#006eb6;
}

.teaserBox:hover .arrow {
	color:#fff;
	background-image:url('/page/_webpics/arrow-right-white.png');
}

.teaserBox h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:23pt;
	line-height:36px;
	margin:0;
}
.teaserBox h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:14pt;
	line-height:20px;
	margin:20px 0 0;
}
.teaserBox .arrow {
	margin-top:20px;
	background-image:url('/page/_webpics/arrow-right-blue.png');
	background-position:center;
	background-repeat:no-repeat;
	width:9px;
	height:37px;
}


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

.padbot20 {
	padding-bottom:20px
}

.padtop20 {
	padding-top:20px
}
.padtop60 {
	padding-top:60px
}
.padbot60 {
	padding-bottom:60px
}
.margtop60 {
	margin-top:60px;
}
.margbot60 {
	margin-bottom:60px;
}
.margbot10 {
	margin-bottom:10px;
}
.padbottop25 {
	padding-top:25px;
	padding-bottom:25px;
	}

a .inLinkText {
	color:#636363;
	cursor:pointer;
}

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

.block33 {
	width:33.3333333%;
}
.block33 .innerBox {
	height:100%;
}
.block33 .innerBox .personBox {
	height:100%;
	background-color:#f2f2f2;
}



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

	line-height:26px;
}
.block33 .text .innerBox {
	padding:20px 30px;
}

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;
}

.newsBack {
	display:inline-block;
	margin-top:30px;
	}

.inLinkText {
	position:relative;

}

.inLinkText .moreArrow {
	position:absolute;
	bottom:30px;
	left:auto;
	right:20px !important;
	width:35px;
	height:35px;
	background-image:url('/page/_webpics/arrow-right-blue.png');
	background-size:auto 35px;
	background-repeat:no-repeat;
	background-position:top center;
	
}


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;
}
.main33 .cont: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);
}





.main33 {
	float:left;
	width:33.3333333%;
}

.main33 .cont {
	background-color:#006eb6;
	color:#fff;
	max-width:330px;
	margin:0 auto;
}

.main33 .cont .inner {
	max-width:200px;
	margin:0 auto;
	padding:30px 0;
}

.main33 img {
	max-width:100%;
	height:auto;
	display:block;
	margin-bottom:20px;
}

.main33 .cont  .inner a {
	color:#fff !important;
}

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


#content h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:28pt;
	line-height:45px;
	font-weight:300;
}

#content h1.pageTitle, h1.pageTitle2 {
	padding-top:35px;
	padding-bottom:10px;
	margin:0;
}
h1.pageTitle2 {
	padding-top:0;
	padding-bottom:10px;
}

#content .pageText {
	padding-top:25px;
}

#content li {
	font-weight:normal;
}


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

.grayBack {
	background-color:#f2f2f2;
	margin:50px 0;
	height:100%;
}

.grayBlockBack {
	background-color:#f2f2f2;
}

.contentWrapper {
	display: flex;
	align-items: stretch;
	flex-flow: row nowrap;
	justify-content: space-between;
	min-height:400px;
}

.contentWrapper .textBlock {
	flex:0 0 50%;
}

.contentWrapper .textBlock .innerBox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:30px;
	margin-right:25px;
	background:#b0b0b0;
	height:100%;
	color:#fff;
}

.newsWrapper a.textBlock .innerBox:hover {
	background-color:#006eb6;
}


.contentWrapper .bildBlock,  .contentWrapper .bildBlockLinks {
	flex:0 0 50%;
}
.contentWrapper .bildBlock .box,  .contentWrapper .bildBlockLinks .box {
	background-size:cover;
	background-position:center;
	height:100%;
	display:block;
	margin-left:25px;
}
.contentWrapper .bildBlockLinks .box {
	margin-left:0;
	margin-right:25px;
}


.harmonikaWahl {
	font-family: 'Roboto Condensed', sans-serif;
	background-color:#b0b0b0;
	font-size:18pt;
	line-height:30px;
	padding:20px 70px 20px 20px;
	color:#fff;
	margin-bottom:10px;
	background-image:url('/page/_webpics/arrow-harmonika-right-white.png');
	background-position:right center;
	background-repeat:no-repeat;
	cursor:pointer;
}

.harmonikaWahl:hover {
	background-color:#006eb6;
}


.harmonikaWahl.akt {
	background-color:#006eb6;
	background-image:url('/page/_webpics/arrow-harmonika-down-white.png');
}
.harmonikaContent {
	display:none;
	padding:20px 0 60px;
	line-height:26px;
}
.harmonikaContent a {
	color:#fff !important;
}

.contentWrapper2 {
	display: flex;
	align-items: stretch;
	flex-flow: row nowrap;
	justify-content: space-between;
	min-height:400px;
}

.contentWrapper2 .textBlock {
	flex:0 0 50%;
}

.contentWrapper2 .textBlock .innerBox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:30px;
	margin-left:25px;
	background:#b0b0b0;
	height:100%;
	color:#fff;
}

.contentWrapper2 .bildBlock {
	flex:0 0 50%;
}
.contentWrapper2 .bildBlock .box {
	background-size:cover;
	background-position:center;
	height:100%;
	display:block;
	margin-right:25px;
}


.newsWrapper {
	display: flex;
	align-items: stretch;
	flex-flow: row nowrap;
	justify-content: space-between;
	min-height:400px;
}

.newsWrapper .textBlock {
	flex:0 0 355px;
}

.newsWrapper .textBlock .innerBox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:30px;
	margin-right:25px;
	background:#b0b0b0;
	height:100%;
	color:#fff;
}

.newsWrapper .bildBlock {
	width:100%;
}
.newsWrapper .bildBlock .box {
	background-size:cover;
	background-position:center;
	height:100%;
	display:block;
	margin-left:25px;
}

.newsLink {
	margin-top:20px;
	background-image:url('/page/_webpics/arrow-right-white.png');
	background-position:center;
	background-repeat:no-repeat;
	width:20px;
	height:37px;
	display:block;
	color: transparent;
	content:"";
	line-height: 0; 
	font-size: 0;
}


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;
}


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


.materialBlock {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:20%;
	float:left;
	background:#b0b0b0;
	color:#fff !important;
	line-height:50px;
	white-space:nowrap;
	padding:0 20px;
	border-right:1px solid #f2f2f2;
	border-bottom:1px solid #f2f2f2;
}

.materialBlock:hover {
	background-color:#006eb6;
}



/* FOOTER */
footer {
	background-color:#2e2e2e;
	color:#b0b0b0;
	padding:25px 0 50px;
	line-height:30px;
}

footer .footerBlock .inBlock {
	padding:25px;
}

footer .footerBlock a {
	color:#b0b0b0;
}

.maps iframe{
	pointer-events: none;
	width:100%;
	height:400px
}



/* RESPONSIVE */


@media  only screen and (max-width: 1420px) {
	#kapitelbild {
		height:400px;
	}
}

@media  only screen and (max-width: 1160px) {
	#kapitelbild {
		height:320px;
	}
}



@media  only screen and (max-width: 1024px) {
	.materialBlock {
		font-size:10pt;
	}
}

@media  only screen and (max-width: 964px) {

	header #logo {
		width:100%;
		max-width:250px;
	}
	#content h1 {
		font-size:24pt;
	}

	header #headerInBox {
		width:300px;
	}
	header #sprachwahl a {
		top:118px;
	}

	.teaserBox h1 {
		font-size:21pt;
	}
	.teaserBox h2 {
		display:inline-block;
		float:left;
	}
	.teaserBox .arrow {
		display:inline-block;
		margin-top:10px;
		margin-left:10px;
		background-size:50%;
		width:9px;
		height:37px;
	}
	.teaserBox {
		height:155px;
	}
}


@media  only screen and (max-width: 880px) {
	.main33 {
		width:100%;
		margin-bottom:10px;
	}
}


@media  only screen and (max-width: 768px) {

	.materialBlock {
		width:33.333333%;
		font-size:12pt;
	}

	.newsWrapper {
		display: block;
		align-items: stretch;
		flex-flow: column;
		min-height:0;
		height:auto;
	}
	.newsWrapper .textBlock .innerBox {
		padding:30px;
		margin-right:0;
		height:auto;
		color:#fff;
	}


	.newsWrapper .bildBlock .box {
		height:400px;
		margin-left:0;
	}


	.contentWrapper {
		display: block;
		flex-flow: column;
		min-height:auto;
	}
	.contentWrapper .textBlock .innerBox {
		margin-right:0;
	}
	.contentWrapper .bildBlock .box {
		height:400px;
		margin-left:0;
	}

	.contentWrapper2 {
		display: block;
		flex-flow: column;
		min-height:auto;
	}
	.contentWrapper2 .textBlock .innerBox {
		padding:30px;
		margin-left:0;
		height:auto;
		color:#fff;
	}
	.contentWrapper2 .bildBlock .box {
		height:400px;
		margin-right:0;
	}

	.block33 {
		width:50%;
	}

}

@media  only screen and (max-width: 680px) {
	#kapitelbild {
		height:180px;
	}

}


@media  only screen and (max-width: 500px) {
	.block33 {
		width:100%;
	}
	.block33 img {
		width:100%;
	}
}



@media  only screen and (max-width: 600px) {
	.materialBlock {
		width:50%;
		font-size:10pt;
	}


	.harmonikaWahl {
		font-size:17pt;
		line-height:30px;
		padding:20px 70px 20px 20px;
	}


}



@media  only screen and (max-width: 420px) {
	#content {
		line-height:26px;
		font-size:11pt;
	}
	#content h1 {
		font-size:20pt;
		line-height:38px;
		font-weight:300;
	}
	header #logo {
		margin:0 auto;
		width:100%;
		max-width:180px;
	}

	header #headerInBox {
		width:210px;
	}
	header #sprachwahl a {
		top:81px;
	}

	.teaserBox h1 {
		font-size:18pt;
		line-height:25px;
	}
	.teaserBox h2 {
		display:inline-block;
		float:left;
	}
	.teaserBox .arrow {
		display:inline-block;
		margin-top:10px;
		margin-left:10px;
		background-size:50%;
		width:9px;
		height:37px;
	}
	.teaserBox {
		height:135px;
	}


}