
.standorteslider {
	margin:0;
}

.standort_box {
	width:220px;
	height:300px;
	box-shadow: 0 5px 18px 0 #b6b6b659;
	border-radius:10px;
	margin:15px;
	text-align: center;
	overflow:hidden;
}
.standort_box .image {
	height:170px;
}
.standort_box img {
	object-fit:cover;
	width:100%;
	height:170px;
}
.standort_box .text {
	padding-left:15px;
	padding-right:15px;
	display:flex;
	align-items: center;
	height:120px;
	justify-content: center;
}
.standort_box .haustitel {
	color:#000;
	font-size:20px;
	line-height:1.2;
}
.standort_box .untertitel {
	color:#808080;
	font-size:16px;
	line-height:1.4;
}

.standorte_ueberblick {
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.standorte_ueberblick .standort_box {
	position: relative;
}
.standorte_ueberblick .standort_box .geplant {
	position:absolute;
	bottom:130px;
	right:0;
	background:var(--wp--preset--color--color-f-1-dark) !important;
	padding: 5px 10px;
	font-weight: 700;
	color:#fff;
	font-size:var(--wp--preset--font-size--medium);
}


.unsere_haeuser {
	display:flex;
	align-items: center;
	flex-direction: column;
}
.unsere_haeuser .standort_box {
	width:100%;
	height:420px;
	border-radius:30px;
	text-align: left;
	font-size:20px;
	display:flex;
	margin:20px;
}
.unsere_haeuser .standort_box h3 {
	margin-top:0px;
	margin-bottom:20px;
}
.unsere_haeuser .standort_box .image {
	width:50%;
	height:420px;
	position: relative;
}
.unsere_haeuser .standort_box img {
	height:420px;
}
.unsere_haeuser .standort_box .text {
	width:50%;
	padding-left:6%;
	padding-right:6%;
	display:flex;
	height:auto;
	justify-content: flex-start;
}
.unsere_haeuser .standort_box .stadt {
	margin-bottom:20px;
}
.unsere_haeuser .standort_box .telefon {
	padding-left:40px;
	background:url(../img/phone.svg) no-repeat left center;
	background-size:25px;
}
.unsere_haeuser .standort_box .fax {
	padding-left:40px;
	background:url(../img/printer.svg) no-repeat left center;
	background-size:25px;
}
.unsere_haeuser .standort_box .email {
	margin-bottom:20px;
	padding-left:40px;
	background:url(../img/mail.svg) no-repeat left center;
	background-size:25px;
}
.unsere_haeuser .standort_box .link a {
	color:#62B299;
	font-size: 24px;
	font-weight:bold;
	text-decoration: none;
}
.unsere_haeuser .standort_box .geplant {
	position:absolute;
	bottom:30px;
	right:0;
	background:#62B299;
	padding: 10px 20px;
	font-weight: 700;
	color:#fff;
	font-size:var(--wp--preset--font-size--xl);
}
@media only screen and (max-width:768px){
	.unsere_haeuser .standort_box {
		width:100%;
		height:auto;
		border-radius:20px;
		display:flex;
		flex-wrap:wrap;
		font-size:18px;
	}
	.unsere_haeuser .standort_box .image {
		width:100%;
		height:260px;
	}
	.unsere_haeuser .standort_box img {
		height:260px;
	}
	.unsere_haeuser .standort_box .text {
		width:100%;
		order:1;
		padding-bottom:20px;
	}
	.unsere_haeuser .standort_box h3 {
		margin-top: 20px;
	}
	.unsere_haeuser .standort_box .link a {
		font-size: 20px;
	}
}





.ansprechpartner {
	display:flex;
	justify-content: center;
}
.ansprechpartner .ap_box {
	width:100%;
	max-width:450px;
	border-radius:30px;
	text-align: left;
	font-size:20px;
	margin:20px;
	box-shadow: 0 5px 18px 0 #b6b6b659;
	overflow: hidden;
}
.ansprechpartner .ap_box .image {
	height:250px;
	overflow:hidden;
}
.ansprechpartner .ap_box img {
	object-position:center;
	object-fit:cover;
	width: 100%;
}
.ansprechpartner .ap_box .text {
	padding-left:10%;
	padding-right:10%;
	display:flex;
	height:380px;
	justify-content: flex-start;
}
.ansprechpartner .ap_box h3 {
	margin-top:40px;
	margin-bottom:0px;
	font-size: var(--wp--custom--typography--font-size--heading-5);
}
.ansprechpartner .ap_box .funktion {
	margin-bottom:20px;
	font-size:24px;
}
.ansprechpartner .ap_box .stadt {
	margin-bottom:20px;
}
.ansprechpartner .ap_box .telefon {
	padding-left:40px;
	background:url(../img/phone.svg) no-repeat left center;
	background-size:25px;
	line-height:1.2;
}
.ansprechpartner .ap_box .fax {
	padding-left:40px;
	background:url(../img/printer.svg) no-repeat left center;
	background-size:25px;
	line-height:1.2;
}
.ansprechpartner .ap_box .email {
	margin-bottom:20px;
	padding-left:40px;
	background:url(../img/mail.svg) no-repeat left center;
	background-size:25px;
	line-height:1.2;
}






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



}


@media only screen and (max-width:767px){
	.standorte_ueberblick {
		justify-content: center;
	}
	.ansprechpartner {
		flex-wrap:wrap;
	}
	.ansprechpartner .ap_box {
		margin:10px;
	}

}