.contentBLock {
	padding:80px 0;
}

.contentBLock.nobottom {
	padding-bottom:30px;

}

.contentBLock:nth-child(odd) {
	background-color:#eef3f6;
}


.teamBox.linked a {
	display:block;
	font-size:11pt;
	font-weight:bold;
	line-height:24px;
	background-color:#46baf3;
	color:#fff !important;
	padding:10px 10px;
	width:100%;
	border:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	-webkit-transition: background-color 0.4s ease;
	-o-transition: background-color 0.4s ease;
	-ms-transition: background-color 0.4s ease;
	text-align:center;
	margin-bottom:10px;
}
.teamBox.linked a:hover {
	background-color:#349ccf;
}

.inhalfContent {
	display:flex;
}
.inhalfBox{
	width:50%;
}
.inhalfBox .bild.left{
	padding-right:30px;
}
.inhalfBox .bild.left img{
	box-shadow:14px 14px 28px rgba(0,0,0,.3);
}

.halfFlex {
	display:flex;
}
.halfBox{
	max-width:640px;
}
.inhalfContent img {
	width:100%;
	height:auto;
}

.alterBox .inhalfContent:nth-child(even) {
	flex-direction: row-reverse;
}
.alterBox .inhalfContent:nth-child(even) .inhalfBox .halfBox  {
	display:flex;
	margin-left: auto;
}
.alterBox .inhalfContent:nth-child(even) .inhalfBox .bild.left{
	padding-right:0;
	padding-left:30px;
}
.alterBox .trenner {
	height:10px;
	width:100%;
	background-color:#fff;
	margin:50px auto;
}

.heroBlock {
	position:relative;
	display:flex;
	padding-top:40px;
}

.heroBlock .text {
	width:50%;
	margin-top:50px;
	z-index:1;
}

.heroBlock .text .textBox{
	background-color:rgba(255,255,255,1);
	padding:30px 30px 30px 30px;
	box-shadow:14px 14px 28px rgba(0,0,0,.3);
}

.heroBlock .bild {
	margin-left:-25%;
	width:75%;
	z-index:0;
}
.heroBlock .bild img {
	width:100%;
	height:auto;
	display:block;
}

.buttonBox {
	padding-top:20px;
	text-align:left
}
.buttonBox.center {
	text-align:center
}

.buttonBox a.button {
	display:inline-block;
	margin-right:10px;
	font-size:11pt;
	font-weight:bold;
	line-height:24px;
	background-color:#46baf3;
	color:#fff !important;
	padding:10px 10px;
	min-width:230px;
	border:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	-webkit-transition: background-color 0.4s ease;
	-o-transition: background-color 0.4s ease;
	-ms-transition: background-color 0.4s ease;
	margin-bottom:10px;
	text-align:center;
}

.buttonBox a.button:hover {
	background-color:#349ccf;
}

.iconBox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex: 0 0 50%;
	align-items: center;
	padding: 20px 50px 20px 100px;
	background-repeat: no-repeat;
	background-position: left 15px center;
	background-size: 70px 70px;
	min-height: 100px;
	font-size: 13pt;
	line-height: 26px;
}

.iconBoxInner {
	padding: 0 15px;
}

.iconCont.c50 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
}
.iconCont.c50 .iconBox {
	flex:0 1 50%;
}


.flexCont {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
}
.flexCont.flex3 .flexBox {
	flex: 0 1 33.333333%;
}
.flexCont.flex4 .flexBox {
	flex: 0 1 25%;
}
.flexCont .flexBox {
	padding-top:50px;
}
.faq.flexCont .flexBox {
	padding-top:0;
	padding-bottom:50px;
}

.flexCont .flexBox .text {
}
.flexBox img {
	width:100%;
	height:auto;
	display:block;
}



.flexCont .flexBox .titel {
	font-size: 16pt;
	line-height: 28px;
	font-weight: bold;
	padding: 24px 0px 6px;
}

.faq h2 {
	font-size:17pt;
	line-height:30px;
}
.highlight {
	margin-top:20px;
	padding:20px;
	background-color:#fff;
}



/* RESPONSIVE */
@media  only screen and (max-width: 860px) {
	.contentBLock {
		padding:40px 0;
	}
	.contentBLock.nobottom {
		padding-bottom:0;
	}

	.faq.flexCont .flexBox {
		padding-top:0;
		padding-bottom:30px;
	}

	.heroBlock {
		position:relative;
		display:block;
		padding-top:40px;
	}

	.heroBlock .text {
		width:100%;
		margin-top:0;
		z-index:0;
	}

	.heroBlock .text .textBox{
		background-color:rgba(255,255,255,1);
		padding:30px 30px 30px 30px;
	}

	.heroBlock .bild {
		margin-left:0;
		width:auto;
		z-index:0;
		padding:40px 15px 0px
	}
	.heroBlock .bild img {
		width:100%;
		height:auto;
		display:block;
	}
	.flexCont.flex3 .flexBox {
		flex: 0 1 50%;
	}
	.flexCont.flex4 .flexBox {
		flex: 0 1 50%;
	}

	.inhalfContent {
		display:flex;
		flex-flow: row wrap;
	}
	.inhalfBox{
		width:100%;
	}
	.inhalfBox .bild.left{
		padding-right:0 !important;
		padding-left:0 !important;
		padding-bottom:20px;
	}

	.halfFlex {
		display:flex;
		flex-flow: row wrap;
	}
	.halfBox{
		max-width:100%;
		width:100%;
	}
	.iconCont.c50 .iconBox {
		flex:0 1 100%;
	}
}


@media  only screen and (max-width: 680px) {
	.flexCont.flex3 .flexBox {
		flex: 0 1 100%;
	}
	.flexCont.flex4 .flexBox {
		flex: 0 1 100%;
	}
	.heroBlock .text .textBox{
		background-color:rgba(255,255,255,1);
		padding:20px 20px 20px 20px;
	}
	.iconBox {
		padding: 20px 20px 20px 60px;
		background-repeat: no-repeat;
		background-position: left 15px center;
		background-size: 50px 50px;
		min-height: 80px;
		font-size: 13pt;
		line-height: 26px;
	}

}
