#content .homeText {
	text-align:justify;
	padding:60px 0;
}

.teaserBlock {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width:100%;
}

.teaserBox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	padding-bottom:80px;
	background-image:url(/page/_webpics/arrow-right-green.svg);
	background-repeat:no-repeat;
	background-position:left 20px bottom 20px;
	color:#000 !important;
	margin-bottom:60px;
	flex:0 0 25%;
}
.teaserBox .titel {
	font-family: 'Roboto Condensed', sans-serif;
	padding:30px 20px;
	font-size:22pt;
	line-height:37px;
	font-weight:300;
	text-transform:uppercase;
}

.teaserBox .text {
	padding:0 20px;
}

.teaserBox img {
	width:100%;
	height:auto;
	display:block;
}

.greenBox {
	display:block;
	background-color:#1e829a;
	border-top:2px solid #fff;
	height:20px;

}




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

}

@media  only screen and (max-width: 900px) {
.teaserBox {

	flex:0 0 50%;
}
}

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

}

@media  only screen and (max-width: 520px) {
.teaserBox {

	flex:0 0 100%;
}
}

