
body .suche input {
	border:none;
}
body [type="checkbox"] {
	position: relative;
	left: 15px;
	top: -4px;
	z-index: 0;
	-webkit-appearance: none;
	background: none;
	border: none;
	color: #172f3c;
	margin: 0 0 5px;
	padding: 0px;
	width: unset;
	height:unset;
	max-width: none;
	display: inline;
	line-height: 1;
}
body [type="checkbox"]:focus {
	outline:none;
}
body [type="checkbox"] + label {
	position: absolute;
	margin:0;
	font-weight:normal;
	line-height: 1;
}
body [type="checkbox"] + label::before {
	width: 15px;
	height: 15px;
	border-radius: 5px;
	border: 3px solid #ddd;
	background-color: #fff;
	display: block;
	content: "";
	float: left;
	margin:0;
	margin-left: -6px;
	margin-right: 8px;
	z-index: 5;
	position: relative;
	line-height: 1;
}
body [type="checkbox"]:checked+label::before {
	border: 3px solid #009fe3;
	background:#009fe3;
}
body [type="checkbox"] + label:hover::before {
	border: 3px solid #009fe3;
}


.filtermap {
	-webkit-filter: grayscale(50%); 
	filter: grayscale(50%); 
}
.standorte_map {
	margin:0;
}
.standorte_map .map_marker_content {
	color:#000;
	font-size:15px;
	font-weight:400;
}
.standorte_map .gm-style .gm-style-iw-c {
	padding: 20px;
}
.map_marker_content .haustitel {
	padding-bottom:10px;
}
.map_marker_content .email {
	padding-top:10px;
}
.map_marker_content .zumstandort {
	padding-top:10px;
}
.map_marker_content .zumstandort p {
	padding:0px;
	margin:0;
}
.map_marker_content .zumstandort a {
	font-weight:bold;
	color:#62B299;
}

.leaflet-marker-icon.active {
	
}



.suche {
	position: absolute;
	bottom:-30px;
	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	height:60px;
	max-width:540px !important;
	background:#fff;
	color:#888;
	line-height:60px;
	box-shadow: 0 5px 30px rgb(0,0,0,0.15);
	z-index: 1;
	border-radius:30px;
	padding:0 30px;
	cursor:pointer;
}
.suche.erweitert {
	bottom:auto;
	right:auto;
	left:2%;
	top:40px;
	margin:0;
	width:100%;
	max-width:480px !important;
	z-index: 1;
}

.suche .butt,
.suchpulldown .butt {
	background:#62B299 url(../img/search.svg) no-repeat center;
	background-size:20px;
	border-radius:20px;
	width:40px;
	height:40px;
	box-shadow: inset 0px 0px 6px rgb(0,0,0,0.25);
	position: absolute;
	right:10px;
	top:10px;
	cursor:pointer;
	display:block;
}
.suchpulldown .butt {
	display:block;
	right:25px;
	top:6px;
}
.is-style-headerbanner-home .suche,
.is-style-headerbanner-haus .suche {
	bottom:-30px;
}
.suche:after {
	content:'Standort finden...';
}
.suche:hover:after {
	content:'Art der Pflege?';
}
.suche.erweitert:after {
	content:'Standortsuche filtern';
}
.suche.erweitert:hover:after {
	content:'Standortsuche filtern';
}
.einzelmap .suche {
	position: relative;
	bottom:-30px;
	z-index: 1;
}
.checksuche .suchetitel {
	font-weight:bold;
	padding-bottom:25px;
	cursor:pointer;
	width:70% !important;
}
.checksuche .titel {
	
}
.checksuche .strich {
	border-top:2px solid #EAEAEA;
	padding:0;
	width:100%;
	margin:0 !important;
}
.suchpulldown-outer {
	padding-top:70px;
	display:none;
	position: absolute;
	width: 100%;
	top: 0px;
	left:0;
	max-width:540px;
	z-index: 1;
}
.erweitert.suchpulldown-outer {
	top: 40px;
	left: 2%;
	padding-top: 0;
}
.suchpulldown {
	width: 100%;
	max-width:540px;
	background:#fff;
	color:#000;
	box-shadow: 0 5px 30px rgb(0,0,0,0.15);
	z-index: 1;
	border-radius:30px;
	padding:15px 20px;
	line-height:1.2;
}
.erweitert .suchpulldown {
	max-width:480px;
	padding: 15px 0px;
}
.suche.active .suchpulldown-outer,
.suchpulldown-outer.erweitert.active {
	display:block;
}
.suchpulldown form {
	display:flex;
	flex-direction: row;
	flex-wrap:wrap;
	height:180px;
}
.erweitert .suchpulldown form {
	display:block;
	height:auto;
}
.checksuche {
	position: relative;
}
.suchpulldown form div {
	width:46%;
	margin-right:4%;
	padding:10px 0;
}
.erweitert .suchpulldown form div {
	width:100%;
	margin:10px 30px;
}
@media(max-width:768px){
	.suche {
		max-width:320px !important;
		height:50px;
		line-height:50px;
		border-radius:25px;
	}
	.suche.erweitert {
		max-width:320px !important;
	}
	.suchpulldown {
		max-width:320px;
	}
	.suche.erweitert .suchpulldown {
		max-width:320px;
	}
	.suche .butt {
		top:5px;
		right:5px;
	}
	.suchpulldown .butt {
		top:-5px;
		right:10px;
	}
	.checksuche .suchetitel {
		padding:0;
		padding-bottom: 20px;
	}
	.suchpulldown form div {
		width: 100%;
		margin-right: 0;
	}
	.suchpulldown form {
		height:auto;
	}
	.suchpulldown-outer {
		max-width: 320px;
		padding-top: 60px;
		top: 0px;
	}


}

