.flexVorteil {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
}
.flexVorteil .text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	flex:0 1 50%;
	background-image:url('/page/_webpics/vorteile-icon-pro-city.svg');
	background-repeat:no-repeat;
	background-position: left 25px top 10px;
	margin:20px 0;
	padding:0 25px 0 155px;
	min-height:110px;
}


@media  only screen and (max-width: 768px) { 
	.flexVorteil .text {
		flex:1 1 50%;
		background-position: left 25px top 10px;
		background-size:70px 70px;
		margin:20px 0;
		padding:0 25px 0 115px;
		min-height:110px;
	}
		#vorteile .padtop60, #anmeldung.padtop60,.wv.padtop60  {
		padding-top:30px;
		}
		#vorteile .padbot60, #anmeldung .padbot60,  {
		padding-bottom:0;
		}
	.wv.padbot60  {
		padding-bottom:30px;
		}
	
}

@media  only screen and (max-width: 580px) { 
	.flexVorteil .text {
				flex:1 1 100%;
		background-position: left 15px top 5px;
		background-size:50px 50px;
				padding:0 15px 0 85px;
				min-height:60px;
			margin:15px 0;
	}
}