#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-white.svg);
	background-repeat:no-repeat;
	background-position:left 20px bottom 20px;
	color:#000 !important;
	margin-bottom:60px;
	flex:0 0 33.3333%;
	background-color:#eef4ec;
}
.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;
	border-bottom:1px solid #fff;
}

.empfehlung {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width:100%;
	padding-bottom:30px;
}

.empfehlungBox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	flex:0 1 20%;
	padding:0 15px 30px;
}

.empfehlungBox img {
	max-width:100%;
	height:auto;
	border:1px solid #d5d5d5;
}

.topnews img {
	width:auto;
	max-width:100% !important;
	height:auto;
}


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

	.empfehlungBox {
		flex:0 1 33.3333%;
		padding:0 15px 30px;
	}
}

@media  only screen and (max-width: 900px) {
	.teaserBox {
		flex:0 0 50%;
	}
}


@media  only screen and (max-width: 580px) {
	.empfehlungBox {
		padding:0 10px 15px;
	}

	.teaserBox {
		flex:0 0 100%;
	}
}

