.teaserSet {
	display:none;
}

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

.teaserBox .teaserBlock {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	flex:1 1 100%;
	background-color:#a3c2e4;
	transition:.2s;
	margin-bottom:10px;
}

.teaserBox .teaserBlock:hover {
	background-color:#6f9ed4;
}

.teaserBox .teaserBlock .textbox {
	color:#fff !important;
	padding:20px 25px 20px;
	height:100%;
	background-image:url('/page/_webpics/buttons/teaser-arrow-right.svg');
	background-repeat:no-repeat;
	background-position:bottom 20px right 25px;
}

.teaserBox .teaserBlock .titel {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:19pt;
	line-height:31px;
	padding-bottom:10px;
}


#teaserSVG {
	width:64%;
	margin:0 auto;
}
#teaserSVG svg {
	width:100%;
	height:auto;
}


@media  only screen and (max-width: 580px) {
	.teaserSet {
		display:block;
	}
	.teaserSVG {
		display:none;
	}
}




