.lotse__wrapper {
	max-width: 1400px;
	margin: 0 auto;
	padding-bottom: 80px;
	box-shadow: 0 1px 20px rgba(0,0,0,0.1);
}

.lotse__wrapper .ais-hierarchical-menu--list > div {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}

.lotse__wrapper .ais-hierarchical-menu--item {
	position: relative;
	padding-left: 55px;
	cursor: pointer;
}

.lotse__wrapper .ais-hierarchical-menu--item:before {
	content: '';
	position: absolute;
	top: -2px; left: 0;
	background-color: #d8d8d8;
	border-radius: 20px;
	width: 45px; height: 25px;
	display: block;
	transition: background-color 0.2s ease-in-out;
}

.lotse__wrapper .ais-hierarchical-menu--item:after {
	content: '';
	position: absolute;
	top: 0; left: 3px;
	background-color: #fff;
	border-radius: 100%;
	width: 21px; height: 21px;
	display: block;
	transition: left 0.2s ease-in-out;
}

.lotse__wrapper .ais-hierarchical-menu--item.ais-hierarchical-menu--item__active:before {
	background-color: #1eb75b;
}

.lotse__wrapper .ais-hierarchical-menu--item.ais-hierarchical-menu--item__active:after {
	left: auto;
	left: 22px;
}

.lotse__wrapper .ais-hierarchical-menu--list__lvl1 {
	position: absolute;
	top: 30px; left: 50%;
	width: 250px;
	margin-left: -125px;
	background-color: #fff;
	z-index: 99;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	max-height: 220px;
    overflow: auto;
	border-top: 2px solid #d8d8d8;
}

.lotse__wrapper .ais-hierarchical-menu--list__lvl1 .ais-hierarchical-menu--item {
	margin: 0;
	text-align: left;
	display: block;
	width: 100%;
	padding: 0;
}

.lotse__wrapper .ais-hierarchical-menu--list__lvl1 .ais-hierarchical-menu--item:before,
.lotse__wrapper .ais-hierarchical-menu--list__lvl1 .ais-hierarchical-menu--item:after {
	display: none;
}

.lotse__wrapper .ais-hierarchical-menu--list__lvl1 .ais-hierarchical-menu--item > div {
	border-bottom: 1px solid #f5f5f5;
	padding: 10px 12px;
	font-size: 13px;
	cursor: pointer;
}

.lotse__wrapper .ais-hierarchical-menu--list__lvl1 .ais-hierarchical-menu--item.ais-hierarchical-menu--item__active > div,
.lotse__wrapper .ais-hierarchical-menu--list__lvl1 .ais-hierarchical-menu--item > div:hover {
	color: #ed7996;
}

.lotse__wrapper .searchbox {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.lotse__wrapper .ais-refinement-list--list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.lotse__wrapper .ais-refinement-list--item {
	padding: 0 10px;
}

.lotse__wrapper .ais-refinement-list--count {
	display: none;
}

.lotse__wrapper .ais-search-box--reset-wrapper {
	position: absolute;
	top: 28px; right: 30px;
	width: 20px;
	height: 20px;
}

.lotse__wrapper .ais-search-box--reset-wrapper button {
	padding: 0;
	background-color: #fff;
	border: 0 none;
	width: 20px;height: 20px;
}

.lotse__wrapper .moreServices {
	display: block;
	text-align: center;
	padding: 10px 0 0;
}

.lotse__wrapper .moreServices:focus {
	outline: none;
}

.lotse__wrapper .moreServices em {
	font-style: normal;
	position: relative;
	margin: 0 3px;
	display: inline-block;
	vertical-align: middle;
}

.lotse__wrapper .moreServices em:before {
	content: '';
	display: block;
	width: 9px; height: 9px;
	background-color: #9c9c9c;
	border-radius: 100%;
}

.overlayServices.exp {
	padding: 0;
	max-width: 400px;
}

.overlayServices .desc {
	padding: 30px;
	font-size: 15px;
}

.overlayServices .tags {
	padding: 0 30px 30px 30px;
	font-size: 15px;
	text-align: left;
}

.overlayServices .desc .link-download,
.overlayServices .desc .btn {
	display: none;
}

.overlayServices .desc a:before,
.overlayHours a.link-mail:before {
	content: '>';
    color: #ed7996;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.overlayServices .desc a,
.overlayHours a.link-mail {
	display: block;
	-webkit-transition: color .2s, -webkit-transform .2s;
    transition: color .2s, -webkit-transform .2s;
    transition: transform .2s, color .2s;
    transition: transform .2s, color .2s, -webkit-transform .2s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
	text-decoration: none;
}

.overlayServices .desc a:hover,
.overlayHours a.link-mail:hover {
	color: #ed7996;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.overlayServices blockquote {
	margin: 0;
	font-style: italic;
}

.lotse__wrapper #hits {
	height: 100%;
}

.lotse__wrapper #hits .hit__title {
	margin-top: 0;
	font-weight: 400;
	font-size: 18px;
}

.lotse__wrapper #hits .hit__services {
	margin-top: 20px;
}

.hitTag {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #cdcdcd;
	font-size: 13px;
	padding: 4px 8px;
	border-radius: 20px;
	margin: 0 5px 5px 0;
	text-decoration: none;
	color: #4A4A4A;
}

a.hitTag {
	transition: border-color 0.2s ease-in-out;
}

a.hitTag:hover {
	border-color: #8f8f8f;
}

.lotse__wrapper > .inner {
	max-width: 1180px;
	padding: 0;
}

.lotse__wrapper p.separator {
	margin: 30px 0;
	position: relative;
}

.lotse__wrapper p.separator:before {
	content: '';
	display: block;
	width: 100%; height: 1px;
    background-color: #d8d8d8;

    position: absolute;
    top: 50%;
    margin-top: 2px;

	z-index: 1;
}

.lotse__wrapper .search__filter > label {
	padding: 0 20px;
	position: relative;
}

.lotse__wrapper .search__filter > label ul {
	display: none;
	position: absolute;
	top: 40px; left: 70px;
	background-color: #fff;
	border: 1px solid #f5f5f5;
	list-style: none;
	z-index: 999;
	padding: 0;
	margin: 0;
	width: 220px; height: 180px;
	overflow-x: hidden;
	overflow-y: auto;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.lotse__wrapper .search__filter > label ul li {
	font-size: 14px;
	padding: 10px;
	border-bottom: 1px solid #f5f5f5;
	cursor: pointer;
	text-align: left;
	transition: color 0.2s ease-in-out;
}

.lotse__wrapper .search__filter > label ul li:hover {
	color: #ed7996;
}

.lotse__wrapper .search__filter label > span {
	margin-left: 10px;
	position: relative;
}

.lotse__wrapper .search__filter label > span.hasSub {
	cursor: pointer;
}

.lotse__wrapper .search__filter label > span.hasSub:after {
	content: '';
	position: absolute;
	bottom: -3px; left: 0;
	width: 100%; height: 1px;
	background-color: #909090;
}

.lotse__wrapper .search__filter > label > div,
.lotse__wrapper .search__filter > label > span {
	display: inline-block;
	vertical-align: middle;
}

.lotse__wrapper p.separator em {
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	padding: 0 50px;
	color: #d8d8d8;
}

.lotse__wrapper .search__wrapper {
	text-align: center;
	padding: 40px 0 0;
	margin-bottom: 40px;
}

.lotse__wrapper .search__wrapper #searchbox {
	border: 2px solid #d8d8d8;
	border-radius: 20px;
	text-align: left;
	padding: 25px 20px;
	font-size: 20px;
	min-width: 620px;
	outline: none;
}

/* FILTER */
.lotse__wrapper #filter {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 40px;
}

.lotse__wrapper #filter .ais-refinement-list--item {
	display: inline-block;
	vertical-align: middle;
	width: 250px;
}

.search__results.customSearchView #hits {
	margin-right: -20px;
}

.search__results.customSearchView #hits:after {
	clear: left;
	content: '';
	display: table;
}

.search__results.customSearchView .filteritem {
	float: left;
	margin-right: 20px;
}

.search__results .filteritem {
	margin-bottom: 20px;
}

/* EXPERTE */
.lotse__wrapper .Experten {
	width: 280px; height: 280px;
	position: relative;
}

.lotse__wrapper .wide.Experten {
	width: 580px;
	background-color: #f5f5f5;
	display: flex;
	flex-wrap: nowrap;
}

.lotse__wrapper .wide.Experten img {
	max-width: 280px;
}

.lotse__wrapper .wide.Experten > a > div {
	width: 50%;
}

.lotse__wrapper .wide.Experten .text {
	position: static;
}

.lotse__wrapper .wide.Experten > a.moreServices {
	width: 100%;
	padding: 0 !important;
	display: flex;
    flex-wrap: nowrap;
	text-decoration: none;
}

.lotse__wrapper .Experten > a.moreServices {
	padding: 0 !important;
}

.lotse__wrapper .Experten img {
	display: block;
	max-width: 100%;
	height: auto;
}

.lotse__wrapper .Experten .text {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	padding: 10px;
}

.lotse__wrapper .Experten .text p {
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
	margin: 0;
	padding: 10px;
	font-size: 14px;
}

.lotse__wrapper .Experten .text p strong {
	font-size: 17px;
	font-weight: 400;
	display: block;
}

/* FACHBEREICH */
.lotse__wrapper .Fachkliniken {
	width: 280px; height: 580px;
	background-color: #f2f2f2;
}

.lotse__wrapper .Fachkliniken a {
	text-decoration: none;
	color: #006DB6;
}

.lotse__wrapper .Fachkliniken .title {
	display: table;
	width: 100%;
	height: 200px;

}

.lotse__wrapper .Fachkliniken .title strong {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
	color: #fff;
	background-color: #2d70ac;
	padding: 0 20px;
	transition: background-color 0.2s ease-in-out;
}

.lotse__wrapper .Fachkliniken .title strong:hover {
	background-color: #4383bd;
}

.lotse__wrapper .Fachkliniken .text {
	padding: 20px;
}

/* ZENTRUM */
.lotse__wrapper .Zentren {
	width: 580px; height: 280px;
}

.lotse__wrapper .Zentren img {
	margin-bottom: 30px;
	max-width: 100px;
	height: auto;
	filter: invert(1);
}

.lotse__wrapper .Zentren > div {
	display: table;
	width: 100%; height: 100%;
	background-color: #f2f2f2;
	text-decoration: none;
}

.lotse__wrapper .Zentren .text {
	padding: 20px 20px 10px 20px;
	width: 380px;
	display: table-cell;
	vertical-align: middle;
}

.lotse__wrapper .Zentren .title {
	background-color: #ec7a97;
	display: table-cell;
	vertical-align: middle;
	width: 200px; height: 100%;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease-in-out;
}

.lotse__wrapper .Zentren .title:hover {
	background-color: #ed90a8;
}

.lotse__wrapper .Zentren .title > strong {
	display: block;
	color: #fff;
	padding: 0 20px;
}

/* SPRECHSTUNDE */
.lotse__wrapper .Sprechstunden {
	width: 280px; height: 130px;
	border-left: 20px solid #68ce96;
	background-color: #f2f2f2;
	overflow: hidden;
}

.lotse__wrapper .Sprechstunden strong {
	color: #0b57a1;
	display: block;
	margin-bottom: 20px;
}

.lotse__wrapper .Sprechstunden h4 {
	outline: none;
	width: 100%;
	height: 100%;
	margin: 0;
	text-align: center;
}

.lotse__wrapper .Sprechstunden h4 a {
	text-decoration: none;
	color: #006DB6;
	outline: none;
	width: 100%;
	height: 100%;
	padding: 20px;
	display: flex;
	align-items: center;
}

.lotse__wrapper .Sprechstunden h4 a span {
	display: block;
	width: 100%;
}

.lotse__wrapper .Sprechstunden p {
	margin: 0;
	font-size: 14px;
}

.search__filter.dropdown__filter label {
	border: 1px solid #f5f5f5;
	padding: 0;
	width: 170px;
	display: inline-block;
	vertical-align: middle;
	margin-left: -1px;
	text-align: left;
	position: relative;
}

.search__filter.dropdown__filter label > span > em {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #d8d8d8;
	position: absolute;
	top: 16px;
    right: 15px;
	transition: transform 0.2s ease-in-out;
}

.search__filter.dropdown__filter label > span.active > em {
	transform: rotate(-180deg);
}

.lotse__wrapper .search__filter.dropdown__filter label > span {
	margin-left: 0;
	display: block;
	padding: 8px 15px 10px 15px;
}

.lotse__wrapper .search__filter.dropdown__filter label > span:after {
	display: none !important;
}

.lotse__wrapper .search__filter.dropdown__filter > label ul {
	left: 0;
	top: 38px;
}

@media all and (max-width: 1400px){

	.lotse__wrapper{
		box-shadow: none;
	}

}

@media all and (max-width: 1220px){

	.lotse__wrapper > .inner{
		padding: 0 20px;
	}

	.lotse__wrapper #hits{
		max-width: 880px;
		width: 100%;
		margin: 0 auto;
	}

}

@media all and (max-width: 880px){

	.lotse__wrapper #hits{
		max-width: 580px;
	}

}

@media all and (max-width: 840px){

	.ais-hierarchical-menu--list{
		font-size: 0;
	}

	.lotse__wrapper .ais-hierarchical-menu--list > div{
		font-size: 18px;
		text-align: left;
		width: 50%;
		margin: 0 0 15px 0;
	}

}

@media all and (max-width: 670px){

	.lotse__wrapper .searchbox{
		width: 100%;
	}

	.lotse__wrapper .search__wrapper #searchbox{
		display: block;
		min-width: auto;
		width: 100%;
	}

}

@media all and (max-width: 620px){
	.lotse__wrapper .Zentren{
		display: block;
		width: 280px;
		/* height: 580px; */
		height: auto;
	}

	.lotse__wrapper .Zentren .filtername{
		height: 0;overflow: hidden;
	}

	.lotse__wrapper .Zentren > div{
		display: block;
		width: 100%;
		/* height: auto; */
	}

	.lotse__wrapper .Zentren .title,
	.lotse__wrapper .Zentren .text{
		display: block;
		width: 100%;
		height: auto;
	}

	.lotse__wrapper .Zentren .title{
		padding: 20px 0;
	}
}

@media all and (max-width: 610px){

	.lotse__wrapper .ais-hierarchical-menu--list > div{
		width: 100%;
	}

}

@media all and (max-width: 520px){

	.lotse__wrapper .search__wrapper #searchbox{
		border-width: 1px;
		padding: 20px 10px;
		font-size: 18px;
		border-radius: 5px;
	}

}
