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


body, textarea, input, select {
	font-family: 'Roboto', sans-serif;
	color:#555555;
}

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

.inner {
	margin:0 auto;
	width:100%;
	max-width:1260px;
}

.inner850 {
		max-width:850px;
}
.inner850 .halfBox {
	float:left;
	width:50%;
	}

.innerBox {
	padding:0 25px;
}

.imageBack {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

.boxSize {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fullImageBack {
	background-repeat:no-repeat;
	background-size:cover;
	padding:50px 0;
	color:#fff;
	}
.fullImageBack h3 {
		color:#fff !important;
	}

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

#content h1 {
	font-family: 'Roboto', sans-serif;
	font-size:32pt;
	line-height:44px;
	font-weight:700;
	color:#005ca9;
}

#content h2 {
	font-size:28pt;
	line-height:40px;
	font-weight:700;
	color:#005ca9;
}

#content h3 {
	font-size:24pt;
	line-height:35px;
	font-weight:700;
	color:#005ca9;
}

.blockFlex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
}

.blockFlex50 {
	flex:1 1 50%;
}


#content li {
	font-weight:normal;
}

#content a {
	color:#005ca9;
}
#content a:hover {
	color:#141414;
}

.contentBlock {
	padding:35px 0;
}


.contentBlock.firstBlock {
	padding:70px 0 40px;
}

.contentBlock.noBottom {
	padding-bottom:0;
}
.contentBlock.noTop {
	padding-top:0;
}


.contentBlock.firstBlock {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
}

.firstBlock .leftBox {
	flex:1 1 66.6666%;
}
.firstBlock .leftBox h1 {
	padding-bottom:40px;
}
.firstBlock .leftBox .text {
	font-size:16pt;
	line-height:34px;
	font-weight:300;
	padding-bottom:30px;
}
.firstBlock .leftBox .smal {
	font-size:11pt;
	font-weight:300;
	padding-bottom:30px;
}
.firstBlock .leftBox .buttons {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
}
.firstBlock .leftBox .buttons .button {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:13pt;
	line-height:23px;
	background-color:#005ca9;
	color:#fff !important;
	padding:10px;
	display: flex;
	text-align:center;
	align-items: center;
	justify-content: center;
	flex:1 0 33.333%;
	max-width:345px;
	border-radius:10px;
	transition: 0.2s;
}

.firstBlock .leftBox .buttons .button.le {
	margin-right:25px;
}
.firstBlock .leftBox .buttons .button.ri {
	margin-left:25px;
}

.firstBlock .rightBox {
	flex:0 0 420px;
}
.firstBlock .rightBox img {
	max-width:100%;
	height:auto;
}

.firstBlock .rightBox .grayback {
	background-color:#f2f2f2;
	padding:30px 40px;
	font-size:13pt;
	line-height:23px;
	font-weight:300;
}

.button.standort {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:13pt;
	line-height:23px;
	background-color:#005ca9;
	color:#fff !important;
	padding:10px;
	display: flex;
	text-align:center;
	align-items: center;
	justify-content: center;
	flex:1 0 33.333%;
	max-width:200px;
	border-radius:10px;
	margin-top:15px;
	cursor:pointer;
	transition: 0.2s;
}

.firstBlock .leftBox .buttons .button:hover, .button.standort:hover {
	background-color:#004d8c;
}

.mapfirstBlock {
	padding-bottom:30px;
}
.mapfirstBlock iframe {
	height:370px;
	width:100%;
}

.mapfirstBlock.mapslide {
	display:none;
}

.center {
	text-align:center;
}

.grayBack {
	padding:40px 0;
	background-color:#f5f5f5;
}

.textButton {
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:13pt;
	line-height:23px;
	background-color:#005ca9;
	color:#fff !important;
	border-radius:10px;
	padding:8px 30px;
	margin:15px 0 0;
	cursor:pointer;
	transition: 0.2s;
}

.textButton:hover {
	background-color:#004d8c;
}

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


/* 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: 1024px) {
	.contentBlock.firstBlock {
		flex-flow: row wrap;
	}
	.firstBlock .leftBox {
		flex:1 1 100%;
		margin-bottom:50px;
	}
	.firstBlock .rightBox {
		flex:0 0 50%;
	}
	.contentBlock.firstBlock {
		padding:50px 0 20px;
	}
	.firstBlock .leftBox h1 {
		padding-bottom:20px;
	}

	.contentBlock {
		padding:25px 0;
	}

}
@media  only screen and (max-width: 630px) {
	.firstBlock .leftBox .buttons {
		flex-flow: column wrap;
	}
	.firstBlock .leftBox .buttons .button {
		font-family: 'Roboto Condensed', sans-serif;
		font-size:13pt;
		line-height:23px;
		background-color:#005ca9;
		color:#fff !important;
		padding:10px;
		display: flex;
		text-align:center;
		align-items: center;
		justify-content: center;
		flex:1 0 33.333%;
		max-width:100%;
		border-radius:10px;
	}

	.firstBlock .leftBox .buttons .button.le {
		margin-right:0;
	}
	.firstBlock .leftBox .buttons .button.ri {
		margin-left:0;
		margin-top:20px;
	}
	.firstBlock .leftBox .buttons .button:hover {
		background-color:#004d8c;
	}

	.contentBlock.firstBlock {
		padding:30px 0 20px;
	}
	.firstBlock .leftBox h1 {
		padding-bottom:20px;
	}
	.firstBlock .leftBox .text {
		font-size:13pt;
		line-height:28px;
		padding-bottom:30px;
	}
.inner850 .halfBox {
	float:left;
	width:100%;
	}
}
@media  only screen and (max-width: 767px) {
	.firstBlock .rightBox {
		flex:0 0 100%;
	}
	#content h1 {
		font-size:26pt;
		line-height:44px;
	}
	#content h2 {
		font-size:22pt;
		line-height:40px;
	}

	#content h3 {
		font-size:18pt;
		line-height:35px;
	}

}

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