/** STANDORTE **/

#intro {
	padding-bottom: 0;
}
#intro p {
	max-width: 65em;
	margin: 0 auto;
}

#standorte {
	padding-top: 0
}
#standorte .box {
	padding-top: 0
}
#standorte .innercol.teaser .img {
	margin: -0.5em -0.5em 0;
	max-height: 18em;
	max-height: none;
	overflow: hidden;
}
#standorte .innercol.teaser .img img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 18em;
	max-height: 18em;
	object-fit: cover;
	object-position: center 60%;
}
@media(min-width: 1025px){
	#standorte .teaser h3 {
		font-size: 1.625em;
		margin-top: 0.875em;
	}
}

 
 