
#c289 {
    
}
.usSearchform {
	display:block;
	margin:0 auto;
	padding:1.5rem;
	text-align: center;
	background-color:#e7e3d6;
	width:50%;
	box-shadow: -3px -3px 15px #999, 3px 3px 18px #999;
}
@media (max-width:767px) {
	.usSearchform {
		width:100%;
	}	
}
.usSearchformOrt input,
.usSearchformRadius select {
	border:0;
}
.usSearchformSubmit input {
	border:1px solid #fff;
	background-color:#c5b996;
}
.usSearchformSubmit input:hover {
	border:1px solid #fff;
	background-color#e7e3d6;
}

.usSearchformOrtRadiusWrap {
	display:flex;
	justify-content:center;
	gap:1rem;
}
.usSearchformOrtRadiusWrap h6 {
	font-family:'Quicksand', sans-serif !important;
	font-weight:300;
}
.usSearchformOrtWrap,
.usSearchformRadiusWrap {
	margin-bottom:1rem;
}
#radius {
	height:1.9rem;
}

.ergebnisseText {
	font-size:1.5rem;
	text-align:center;
	margin-top:1rem;
}
.googleZustimmungLink {
	display:block;
	margin:2rem auto;
	text-decoration:none;
	font-size:1rem;
	overflow:hidden;
}
.googleZustimmungLink p {
	display:block;
	height:100%;
	margin:0;
	padding:1rem;
}
.googleZustimmungLink a {
	display:block;
	height:100%;
	padding:1rem;
	color:#9e9478 !important;
}
.googleZustimmungLink a:hover {
	text-decoration:none !important;
	color:#c5b996 !important;
}

.usMap {
	margin:1rem 0 2rem;
}
.row.usResults .col-md-4 {
	margin-bottom:2rem;
}
.usResult {
	padding:1rem;
	background-color:#e7e3d6;
	border-radius:0rem;
	text-decoration:none;
	font-size:1rem;
	height:100%;
	box-shadow: -3px -3px 10px #c5c5c5, 5px 5px 13px #c5c5c5;
}
.usResultName {
	margin:-1rem -1rem 1rem;
	background-color:#c5b996;
	min-height:5rem;
	padding:1rem;
	border-bottom:2px solid #9e9478;
}
.usResultName h4 {
	margin-bottom:0;
}
.usResultServicesWrap {
	margin-top:1rem;
}

/* Kollegensuche (inkl. Leistungen)  */
.usKollegenServiceFormSlideButton {
	color:#aaa185;
}
.usKollegenServiceFormSlideButton:hover {
	color:#c5b996;
	cursor:pointer;
}
.usKollegenServiceFormWrap {
	display:grid;
	flex-direction:column;
	justify-content:space-around;
	text-align:initial;
	margin-bottom:1rem;
	height:auto;
	max-height:0;
	overflow:hidden;
	transition:max-height .5s;
}
.usKollegenServiceFormWrap.show {
	height:auto;
	max-height:2000px;
	transition:max-height .5s;
}
.bu_label {
}