.locationMapList {
	position: relative;
	overflow: hidden;
	display: none;
}

.locationmap__object {
	width: calc(33.33% - 20px);
	min-height: 475px;
	overflow: hidden;
	border-radius: 10px;
	margin: 10px;
	position: relative;
	background-color: white;
	padding: 20px;
	box-shadow: 0 0px 10px 0px rgb(0 0 0 / 15%);
}

.locationmap__object:focus-within {
	box-shadow: 0 0 0 4px #de0555;
}

.locationmap__object img {
	border-radius: 10px;
	margin-bottom: 20px;
}

.locationmap__object h5 {
	font-weight: 700;
}
.locationmap__object .dateNewChildcarePlaces {
	background-color: #de0555;
	border-radius: 100%;
	width: 160px;
	height: 160px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	color: white;
	font-size: 14px;
	line-height: 150%;
	position: absolute;
	top: -40px;
    left: -40px;
    z-index: 1;
    padding-bottom: 40px;
	transform: rotate(-45deg);
}
.locationmap__object[data-client="littlegiants"] .dateNewChildcarePlaces {
	background-color: #1477c8;
}
.locationmap__object[data-client="kleineriesen"] .dateNewChildcarePlaces {
	background-color: #78b628;
}
/* .locationmap__object[data-client="petitsgiants"] .dateNewChildcarePlaces {
	background-color: #de0555;
} */

.tx-locationmap .gm-style img:not(.is_svg) {
	max-width: 100% !important;
}

.buttonSlim {
	color: inherit;
	padding: 0 30px 0 0;
	margin-top: 10px;
	background: url(../Images/Location/arrow.svg) no-repeat right center;
	position: relative;

	display: inline-block;
	text-decoration: none;
	border: 0;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 0.05em;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	color: #3c3c3c;
}

.buttonSlim:hover,
.buttonSlim:focus-visible {
	color: #de0555;
	background: url(../Images/Location/arrow.svg) no-repeat right center;
}

.tx-locationmap .grid-sizer {
	width: calc(33.33% - 20px);
	margin-bottom: 20px;
}

.tx-locationmap .grid-gutter {
	width: 20px;
}

.tx-locationmap .gm-ui-hover-effect img {
	display: none !important;
}

.locationRoof {
	display: flex;
	justify-content: space-between;
	gap: 20px 5px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.location_map_filters {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.location_map_filters .selectTrigger {
	padding: 0;
	background: transparent;
	border-radius: 0;
}

.location_map_filters label:focus-within {
	outline: 2px #de0555 solid;
	outline-offset: 2px;
}

.allLocations:focus-within {
	outline: 2px #de0555 solid;
	outline-offset: 2px;
}

.location_map_filters.locationAll label,
.location_map_filters.locationTown label,
.location_map_filters.locationCategory label {
	background: #fff;
	padding: 3px 0;

}

.location_map_filters.locationAll label span,
.location_map_filters.locationTown label span,
.location_map_filters.locationCategory label span {
	padding: 8px 19px;
	background: #fff;
	margin: 0 5px;
	border-radius: 20px;
	width: 100%;
}

.location_map_filters.locationAll label:has(> .is-checked),
.location_map_filters.locationTown label:has(> .is-checked),
.location_map_filters.locationCategory label:has(> .is-checked) {
	background: linear-gradient(120deg, #FEC901 6%, #77B427 16%, #3B8097 33%, #336FB3 53%, #7F4C9A 68%, #E40246 84%, #de0555 100%);
	border: none;
}

body[data-accessibility-contrast="true"] .location_map_filters.locationAll label:has(> .is-checked),
body[data-accessibility-contrast="true"] .location_map_filters.locationTown label:has(> .is-checked),
body[data-accessibility-contrast="true"] .location_map_filters.locationCategory label:has(> .is-checked) {
	background: #E40246;
	color: #E40246;
	text-decoration: underline;
}

.location_map_filters label {
	position: relative;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 20px;
	padding: 10px 20px;
	line-height: 1;
	cursor: pointer;
	overflow: hidden;
	display: flex;
	align-items: center;
	height: fit-content;
}

.location_map_filters label.kleineriesen {
	color: #78b628;
}

body[data-accessibility-contrast="true"] .location_map_filters label.kleineriesen {
	color: #3c3c3c;
	border: 2px solid #78b628;
}

body[data-accessibility-contrast="true"] .location_map_filters label.kleineriesen {
	color: #3c3c3c;
}

.location_map_filters label.littlegiants {
	color: #1477c8;
}

body[data-accessibility-contrast="true"] .location_map_filters label.littlegiants {
	color: #3c3c3c;
	border: 2px solid #1477c8;
}

.location_map_filters label.petitsgiants {
	color: #de0555;
}

/* body[data-accessibility-contrast="true"] .location_map_filters label.petitsgiants {
	color: #3c3c3c;
	border: 2px solid #de0555;
} */

.location_map_filters label.kleineriesen:has(> .is-checked) {
	background: #78b628;
	color: #fff !important;
}

.location_map_filters label.littlegiants:has(> .is-checked) {
	background: #1477c8;
	color: #fff !important;
}

/* .location_map_filters label.petitsgiants:has(> .is-checked) {
	background: #de0555;
	color: #fff !important;
} */

.location_map_filters input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 100%;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	cursor: pointer;
}

body[data-accessibility-contrast="true"] .location_map_filters input[type="checkbox"]  {
	opacity: 0;
}

.location_map_filters input[type="checkbox"]:checked span {
	color: #fff;
}

.location_map_filters select {
	background: none;
	box-shadow: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	height: auto;
}

.locationGallery {
	margin: 70px 0 40px;
}

.galleryslider .slick-slide {
	box-shadow: 0 0 7px #ddd;
	border-radius: 20px;
	border: 10px solid #fff;
	margin: 8px;
	padding: 0;
	overflow: hidden;
}

.galleryslider .galleryslider__slide:focus-within {
	box-shadow: 0 0 0 4px #de0555;
}

.galleryslider .slick-slide a {
	display: block;
	position: relative;
	overflow: hidden;
}

.galleryslider .slick-slide a:hover img,
.galleryslider .slick-slide a:focus-visible img {
	transform: scale(1.1);
}

.galleryslider .slick-slide img {
	transition: transform 0.3s ease-in-out;
}

.galleryslider .slick-list {
	margin: 0 -8px !important;
	padding: 0 !important;
}

.slick-list {
	max-width: 1170px;
}

/*MAP*/
.tx-locationmap .locationmap__header {
	margin: 0 auto;
	padding: 20px 0;
}

.locationmap__header+.locationRoof {
	margin: 20px;
}

.tx-locationmap .activeMap,
.tx-locationmap .mapFilter {
	display: none;
}

.tx-locationmap .mapFilter {
	align-items: center;
	justify-content: space-between;
}

.tx-locationmap .mapFilter .btns {
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.tx-locationmap .mapFilter a {
	margin: 20px 0 0;
}

.tx-locationmap .mapFilter input {
	border-radius: 20px;
	background: transparent;
	border: 1px solid #fff;
	max-width: 410px;
	color: #fff;
}

.tx-locationmap .mapFilter.activeFilter {
	display: flex;
}

.tx-locationmap .locationmap__roofline {
	color: #de0555
}

.locationmap__object>.box-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.locationmap__object>.box-link span {
	display: none;
}

.locationmap__object .image-wrapper {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 20px;
}

.locationmap__object .image-wrapper img {
	transition: 0.4s ease;
	border-radius: 0;
	margin-bottom: 0;
}

.locationmap__object .box-link:hover~.image-wrapper img,
.locationmap__object .box-link:focus-visible~.image-wrapper img {
	transform: scale(1.1);
}

.locationmap__object .box-link:hover~.buttonSlim,
.locationmap__object .box-link:focus-visible~.buttonSlim {
	color: #de0555;
}

.tx-locationmap .locationmap__headline {
	padding-top: 0
}

.tx-locationmap .locationmap__subline {
	margin-bottom: 45px;
	display: none
}

.tx-locationmap .locationmap__map-wrapper {
	position: relative;
	margin: 60px 0;
}

.tx-locationmap .locationmap__map-wrapper #locationmap_text {
	margin: 10px;
}

.tx-locationmap .locationmap__map-wrapper .gm-style .locationmap__map-info img {
	max-width: none;
	border-radius: 15px;
	margin-bottom: 20px;
}

.tx-locationmap .locationmap__map-wrapper .gm-style .locationmap__map-info p {
	font-size: 15px;
	font-weight: 400;
}

.tx-locationmap .locationmap__map {
	width: 100%;
	height: 0;
}

.tx-locationmap .activeLocationmapMap {
	padding-bottom: calc(727 / 1280 * 100%);
	border-radius: 20px;
}

.tx-locationmap .locationmapShow .activeLocationmapMap {
	padding-bottom: calc(425 / 1280 * 100%);
}

.locationContactMap {
	margin-bottom: 20px;
}

.locationmap__header #locationmap_text {
	margin: 10px;
}

#locationmap_text {
	padding: 150px;
	background: #fff;
	box-shadow: 0 0 10px 0 #ddd;
	border-radius: 20px;
}

.locationmapShow #locationmap_text {
	padding: 40px 30px;
}

#locationmap_text .locationmap_desc {
	margin: 10px 0 30px;
}

.tx-locationmap .locationmap__map .gm-style-iw-t:after {
	transform: translate(-50%, -55%) rotate(-45deg);
}

.tx-locationmap .locationmap__map .gm-style-iw {
	padding: 20px !important;
	border-radius: 10px;
	border-bottom: none;
	max-width: 650px !important;
	max-height: 100vh !important;
}

.tx-locationmap .locationmap__map .gm-style-iw .gm-style-iw-d {
	overflow: hidden !important;
	max-width: 100% !important;
	max-height: 100% !important;
}

.tx-locationmap .locationmap__map .gm-style-iw button {
	top: 5px !important;
	right: 6px !important;
	width: 15px !important;
	height: 15px !important;
}

.tx-locationmap .locationmap__map .gm-style-iw button:before,
.tx-locationmap .locationmap__map .gm-style-iw button:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	background-color: #000;
}

.tx-locationmap .locationmap__map .gm-style-iw button:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}

.tx-locationmap .gm-ui-hover-effect>span {
	display: none !important;
}

.tx-locationmap .locationmap__map-info p+h5 {
	margin-top: 0;
}

.tx-locationmap .locationmap__map-info {
	position: relative
}

.tx-locationmap .locationmap__map-info h6 {
	margin-top: 20px;
	font-size: 18px !important;
}

.tx-locationmap .locationmap__map-info h6+h3 {
	padding-top: 5px;
}

.locationsHeadlines {
	margin-top: 70px;

}

.locationmapShow .seal-wrapper {
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

@media all and (max-width: 768px) {
	.locationmapShow .seal-wrapper {
		margin-top: 40px;
	}
}

.locationmapShow .seal-wrapper .seal {
	width: 120px;
}

.locationmapShow .seal-wrapper .seal img {
	width: 100%;
	height: auto;
}

.locationBoxes,
.locationContact,
.locationJobs {
	margin: 70px 10px;
}

.locationJobs.tx-googlejobs {
	margin-bottom: 0;
}

.tx-locationmap h6 {
	color: #de0555;
	font-weight: 700;
}

.locationBoxes .col,
.locationContact .col,
.locationFcServices .col {
	padding: 40px 30px;
	background: #fff;
	box-shadow: 0 0 10px #ddd;
	border-radius: 15px;
}

.managementvoice {
	position: relative;
	padding-block: 40px;
	display: flex;
	gap: 40px;
	align-items: center;
	margin-bottom: 70px;
}

.managementvoice:before {
	content: '';
	display: block;
	width: 200vw;
	height: 100%;
	background: #f1f1f1;
	position: absolute;
	top: 0;
	left: -50vw;
	z-index: -1;
}
.managementvoice .mvimage {
	width: calc(33.333% - (2 * 20px / 3));
}

.managementvoice .mvimage IMG {
	box-shadow: 0 0 7px #ddd;
	border-radius: 20px;
	border: 10px solid #fff;
	overflow: hidden;
}

.managementvoice .mvcontent {
	flex: 1;
}

.locationLink {
	max-width: 800px;
	margin: 0 auto;
}

.locationVotes {
	position: relative;
	padding-block: 30px;
}

.locationVotes:before {
	content: '';
	display: block;
	width: 200vw;
	height: 100%;
	background: #f1f1f1;
	position: absolute;
	top: 0;
	left: -50vw;
	z-index: -1;
}

.locationTown {
	min-width: 200px;
	border-bottom: 1px solid #ddd;
}

.locationTown .selectTrigger {
	padding: 0 30px 0 10px;
	background: url(../Images/Location/arrow_down.svg) no-repeat 95% 50%;
	display: block;
	cursor: pointer;
	width: 100%;
	text-align: start;
}

.locationTown .selectTrigger:hover{
	color: #1c1c1c !important;
}

.locationTown .filterInside.active {
	height: 100%;
	opacity: 1;
	visibility: visible;
	z-index: 99;
}

.locationTown .filterInside {
	height: 0;
	transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	visibility: hidden;
	opacity: 0;
	position: absolute;
}

.locationTown .filterInside .inner {
	display: flex;
	flex-wrap: wrap;
	max-width: 80%;
	gap: 10px;
	background: #fff;
	padding: 20px;
	margin: 40px 0 30px;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}

.locationJobs.tx-googlejobs .googlejobs .jobs.teaserView>.col {
	box-shadow: 0 0 10px #ddd;
}


.locationFcText {
	margin-bottom: 40px;
}

.locationFcOffers {
	margin-top: 40px;
}

.locationFcServices {
	margin: 40px 10px 0;
	padding-bottom: 20px;
}

.locationFcServices .gridrow .col {
	margin-bottom: 20px;
}

.locationFcServices .gridrow.grid2cols .col:nth-child(2n + 1) {
	margin-left: 0;
}

.locationFcServices .gridrow.grid3cols .col:nth-child(3n + 1) {
	margin-left: 0;
}

.locationFcServices .fcoffers {
	margin-top: 20px;

}

.locationFcServices .fcoffers table tr td:not(:last-child) {
	border-right: 0 !important;
}

.locationFcImage {
	display: flex;
	justify-content: center;
}

.locationFcImage img {
	border: 10px solid #fff;
	border-radius: 15px;
	margin: 10px;
	box-shadow: 0 0 10px #ddd;
}

.allcont .locationmapShow ul li+li {
	margin-top: 0;
}

.allcont .locationmapShow .stickybuttons li {
	padding: 0;
}

.allcont .locationmapShow .stickybuttons li:before {
	content: none;
}

h6+h3 {
	padding-top: 0;
}

.tx-locationmap .locationmap__list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 0 -20px
}

.tx-locationmap .locationmap__list .locationmap__object {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: calc(33.333% - 20px * 2);
	margin: 0 20px
}

.tx-locationmap .locationmap__map-info.kleineriesen h5,
.tx-locationmap .locationmap__object.kleineriesen h5,
.tx-locationmap .locationmap__object.kleineriesen h5 a {
	color: #78b628;
}

body[data-accessibility-contrast="true"] .tx-locationmap .locationmap__object.kleineriesen {
	border: 4px solid #78b628;
}

body[data-accessibility-contrast="true"] .tx-locationmap .locationmap__map-info.kleineriesen h5,
body[data-accessibility-contrast="true"] .tx-locationmap .locationmap__object.kleineriesen h5,
body[data-accessibility-contrast="true"] .tx-locationmap .locationmap__object.kleineriesen h5 a {
	color: #3c3c3c;
}

.tx-locationmap .locationmap__map-info.littlegiants h5,
.tx-locationmap .locationmap__object.littlegiants h5,
.tx-locationmap .locationmap__object.littlegiants h5 a {
	color: #1477c8;
}

body[data-accessibility-contrast="true"] .tx-locationmap .locationmap__object.littlegiants {
	border: 4px solid #1477c8;
}

body[data-accessibility-contrast="true"] .tx-locationmap .locationmap__map-info.littlegiants h5,
body[data-accessibility-contrast="true"] .tx-locationmap .locationmap__object.littlegiants h5,
body[data-accessibility-contrast="true"] .tx-locationmap .locationmap__object.littlegiants h5 a {
	color: #3c3c3c;
}

.tx-locationmap .locationmap__map-info.petitsgiants h5,
.tx-locationmap .locationmap__object.petitsgiants h5,
.tx-locationmap .locationmap__object.petitsgiants h5 a {
	color: #de0555;
}

/* body[data-accessibility-contrast="true"] .tx-locationmap .locationmap__object.petitsgiants {
	border: 4px solid #de0555;
}

body[data-accessibility-contrast="true"] .tx-locationmap .locationmap__map-info.petitsgiants h5,
body[data-accessibility-contrast="true"] .tx-locationmap .locationmap__object.petitsgiants h5,
body[data-accessibility-contrast="true"] .tx-locationmap .locationmap__object.petitsgiants h5 a {
	color: #3c3c3c;
} */

.tx-locationmap .locationmap__list .locationmap__object:nth-child(n+4) {
	margin-top: 35px
}

.tx-locationmap .locationmap__list .locationmap__object-thumb {
	text-align: center
}

.tx-locationmap .locationmap__list .locationmap__object-thumb a.locationmap_toggle {
	display: block;
	overflow: hidden
}

.tx-locationmap .locationmap__list .locationmap__object-thumb a.locationmap_toggle:hover,
.tx-locationmap .locationmap__list .locationmap__object-thumb a.locationmap_toggle:focus-visible {
	opacity: 1
}

.tx-locationmap .locationmap__list .locationmap__object-thumb a.locationmap_toggle:hover img,
.tx-locationmap .locationmap__list .locationmap__object-thumb a.locationmap_toggle:focus-visible img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.tx-locationmap .locationmap__list .locationmap__object-thumb img {
	max-width: 100%;
	height: auto;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease
}

.tx-locationmap .locationmap__list .locationmap__object-form {
	margin: auto 0 0 0
}

.tx-locationmap .locationmap__list .locationmap__object-button {
	width: 100%;
	margin: 15px 0 0;
	text-align: center
}

.tx-locationmap .locationmap__list .locationmap__object-button:hover,
.tx-locationmap .locationmap__list .locationmap__object-button:focus-visible {
	background-color: #de0555;
	opacity: 0.5
}

.tx-locationmap .locationmap__list .locationmap__object.active .locationmap__object-button {
	background-color: #de0555;
	opacity: 0.5
}

.tx-locationmap .locationmap__list .tx-locationmap {
	padding-top: 70px
}


.tx-locationmap {
	position: relative;
	width: 100%;
	/* overflow: hidden; */
}

.tx-locationmap .anchor {
	scroll-margin-top: 150px;
}

.tx-locationmap .locationmap__show {
	position: relative;
	display: none;
	z-index: 1
}

.tx-locationmap .locationmap__show .locationmap__image {
	position: relative
}

.tx-locationmap .locationmap__show .locationmap__close {
	position: absolute;
	z-index: 1;
	top: 15px;
	right: 15px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.tx-locationmap .locationmap__show .locationmap__close:before,
.tx-locationmap .locationmap__show .locationmap__close:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 27px;
	height: 2px;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	background-color: #de0555;
}

.tx-locationmap .locationmap__show .locationmap__close:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}

.tx-locationmap .locationmap__show .locationmap__text-description {
	padding: 0 2%
}

.tx-locationmap .locationmap__show .locationmap__text .locationmap__text-category-headline,
.tx-locationmap .locationmap__show .locationmap__text .locationmap__text-characterization-headline,
.tx-locationmap .locationmap__show .locationmap__text .locationmap__text-motivation-headline {
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 20px
}

.tx-locationmap .locationmap__show .locationmap__text .locationmap__text-category-headline+.locationmap__text-category,
.tx-locationmap .locationmap__show .locationmap__text .locationmap__text-characterization-headline+.locationmap__text-characterization,
.tx-locationmap .locationmap__show .locationmap__text .locationmap__text-motivation-headline+.locationmap__text-motivation {
	margin-top: 0
}

.tx-locationmap .locationmap__show .locationmap__text .locationmap__text-category-headline,
.tx-locationmap .locationmap__show .locationmap__text .locationmap__text-category,
.tx-locationmap .locationmap__show .locationmap__text .locationmap__text-characterization-headline,
.tx-locationmap .locationmap__show .locationmap__text .locationmap__text-characterization,
.tx-locationmap .locationmap__show .locationmap__text .locationmap__text-motivation-headline,
.tx-locationmap .locationmap__show .locationmap__text .locationmap__text-motivation {
	max-width: 664px;
	margin: 0 auto
}

.tx-locationmap .locationmap__line {
	position: absolute;
	top: 35px;
	left: calc((100% - (186px + 35px * 2) * 3) / 2 + 35px + 186px / 2);
	margin: 0;
	width: 0;
	max-width: calc(50% - (100% - (186px + 35px * 2) * 3) / 2 - 35px - (186px) / 2);
	height: 2px;
	background-color: #de0555;
	-webkit-animation: lineWidth 0.5s ease-in-out 0.3s 1 forwards;
	animation: lineWidth 0.5s ease-in-out 0.3s 1 forwards
}

.tx-locationmap .locationmap__line:before,
.tx-locationmap .locationmap__line:after {
	content: '';
	position: absolute;
	top: -35px;
	left: 0;
	width: 2px;
	height: 0;
	background-color: #de0555;
	-webkit-animation: lineHeight 0.3s ease-in-out 0s 1 forwards;
	animation: lineHeight 0.3s ease-in-out 0s 1 forwards
}

.tx-locationmap .locationmap__line:after {
	left: auto;
	top: 0;
	right: 0;
	-webkit-animation: lineHeight 0.3s ease-in-out 0.8s 1 forwards;
	animation: lineHeight 0.3s ease-in-out 0.8s 1 forwards
}

.tx-locationmap .locationmap__line[data-ri="2"] {
	left: calc(35px + 33.333% + (33.333% - 35px * 2) / 2);
	-webkit-animation: none;
	animation: none
}

.tx-locationmap .locationmap__line[data-ri="2"]:before {
	-webkit-animation: lineHeightOneLine 0.6s ease-in-out 0s 1 forwards;
	animation: lineHeightOneLine 0.6s ease-in-out 0s 1 forwards
}

.tx-locationmap .locationmap__line[data-ri="2"]:after {
	content: none
}

.tx-locationmap .locationmap__line[data-ri="3"] {
	left: auto
}

.tx-locationmap .locationmap__line[data-ri="3"]:before,
.tx-locationmap .locationmap__line[data-ri="3"]:after {
	left: auto;
	right: 0
}

.tx-locationmap .locationmap__line[data-ri="3"]:after {
	right: auto;
	left: 0
}

.tx-locationmap .locationmap__line[data-ri="3"] {
	right: calc((100% - (186px + 35px * 2) * 3) / 2 + 35px + 186px / 2)
}

/*new*/
.tx-locationmap h5 a {
	text-decoration: none;
}

.tx-locationmap hr {
	margin: 1.5em 0;
	padding: 0 !important;
}

/*NEW ICONS */
/* .consultationHours {
	display: inline-block;
	padding-left: 41px;
	background: url('../Images/Location/consultation_hours_2.svg') no-repeat left center / 26px 26px;
} */

@-webkit-keyframes lineHeight {
	from {
		height: 0
	}

	to {
		height: 37px
	}
}

@keyframes lineHeight {
	from {
		height: 0
	}

	to {
		height: 37px
	}
}

@-webkit-keyframes lineHeightOneLine {
	from {
		height: 0
	}

	to {
		height: 70px
	}
}

@keyframes lineHeightOneLine {
	from {
		height: 0
	}

	to {
		height: 70px
	}
}

@-webkit-keyframes lineWidth {
	from {
		width: 0
	}

	to {
		width: calc(50% - 35px - (33.333% - 35px * 2) / 2)
	}
}

@keyframes lineWidth {
	from {
		width: 0
	}

	to {
		width: calc(50% - 35px - (33.333% - 35px * 2) / 2)
	}
}

@media all and (max-width: 809px) {
	.tx-locationmap .locationmap__line {
		left: calc(35px + (33.333% - 35px * 2) / 2);
		max-width: none
	}

	.tx-locationmap .locationmap__line[data-ri="3"] {
		right: calc(35px + (33.333% - 35px * 2) / 2)
	}
}

@media all and (max-width: 768px) {
	.tx-locationmap .locationmap__line {
		left: calc(35px + (50% - 35px * 2) / 2);
		-webkit-animation-name: lineWidthMobile;
		animation-name: lineWidthMobile
	}

	.tx-locationmap .locationmap__line[data-ri="2"] {
		left: auto;
		right: calc(35px + (50% - 35px * 2) / 2);
		-webkit-animation: lineWidthMobile 0.5s ease-in-out 0.3s 1 forwards;
		animation: lineWidthMobile 0.5s ease-in-out 0.3s 1 forwards
	}

	.tx-locationmap .locationmap__line[data-ri="2"]:before {
		left: auto;
		right: 0;
		-webkit-animation: lineHeight 0.3s ease-in-out 0s 1 forwards;
		animation: lineHeight 0.3s ease-in-out 0s 1 forwards
	}

	.tx-locationmap .locationmap__line[data-ri="2"]:after {
		content: '';
		right: auto;
		left: 0;
		-webkit-animation: lineHeight 0.3s ease-in-out 0.8s 1 forwards;
		animation: lineHeight 0.3s ease-in-out 0.8s 1 forwards
	}

	.tx-locationmap .locationmapShow .activeLocationmapMap {
		padding-bottom: calc(850 / 1280 * 100%);
	}

	.managementvoice {
		flex-direction: column;
		flex-wrap: wrap;
	}

	.managementvoice .mvimage {
		width: auto;
	}

	.managementvoice .mvimage IMG {
		width: 100%;
	}

	.locationFcServices .fcoffers table tr td {
		display: block;
	}

	.locationFcServices .fcoffers table tr td+td {
		padding-left: 0 !important;
	}
}

@media all and (max-width: 430px) {
	.tx-locationmap .locationContact .grid3cols .mail {
		display: block;
		text-wrap: wrap;
		overflow-wrap: break-word;
	}
}

@-webkit-keyframes lineWidthMobile {
	from {
		width: 0
	}

	to {
		width: calc(50% - 35px - (50% - 35px * 2) / 2)
	}
}

@keyframes lineWidthMobile {
	from {
		width: 0
	}

	to {
		width: calc(50% - 35px - (50% - 35px * 2) / 2)
	}
}

@media all and (max-width: 470px) {
	.tx-locationmap .locationmap__show {
		width: 100vw;
		margin-left: calc(((100vw - (100vw - 70px)) / 2 * -1) + 3px)
	}

	.tx-locationmap .locationmap__show .locationmap__text {
		text-align: left
	}

	.tx-locationmap .locationmap__show .locationmap__text-headline {
		font-size: 33px;
		line-height: 90%;
		width: calc(100% - 20px);
		padding: 20px 20px 0;
		margin-left: auto;
		margin-right: auto;
		display: block
	}

	.tx-locationmap .locationmap__show .locationmap__text-subline {
		font-size: 22px
	}

	.tx-locationmap .locationmap__show .locationmap__text-category-headline,
	.tx-locationmap .locationmap__show .locationmap__text-subline,
	.tx-locationmap .locationmap__show .locationmap__text-category,
	.tx-locationmap .locationmap__show .locationmap__text-characterization-headline,
	.tx-locationmap .locationmap__show .locationmap__text-characterization,
	.tx-locationmap .locationmap__show .locationmap__text-motivation-headline,
	.tx-locationmap .locationmap__show .locationmap__text-motivation {
		width: calc(100% - 70px);
		margin-left: auto;
		margin-right: auto
	}
}

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

	.locationmap__object,
	.tx-locationmap .grid-sizer {
		width: calc(50% - 20px);
	}
}

@media screen and (max-width: 700px) {
	#locationmap_text {
		padding: 30px;
	}
}

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

	.locationmap__object,
	.tx-locationmap .grid-sizer {
		width: calc(100% - 20px);
	}
}

@-webkit-keyframes lineHeightMap {
	from {
		height: 0
	}

	to {
		height: 65px
	}
}

@keyframes lineHeightMap {
	from {
		height: 0
	}

	to {
		height: 65px
	}
}

@-webkit-keyframes borderBottom {
	from {
		width: 0
	}

	to {
		width: 50%
	}
}

@keyframes borderBottom {
	from {
		width: 0
	}

	to {
		width: 50%
	}
}

@-webkit-keyframes border {
	0% {
		width: 0;
		height: 0
	}

	50% {
		width: 50%;
		height: 0
	}

	100% {
		width: 50%;
		height: 100%
	}
}

@keyframes border {
	0% {
		width: 0;
		height: 0
	}

	50% {
		width: 50%;
		height: 0
	}

	100% {
		width: 50%;
		height: 100%
	}
}

@media all and (max-width: 1000px) {
	.tx-locationmap .activeLocationmapMap {
		padding-bottom: calc(1200 / 1280 * 100%);
	}

	.tx-locationmap .locationmap__map .gm-style-iw {
		padding: 40px !important;
		border-radius: 2px;
		border-bottom: none;
		max-width: 80vw !important;
	}
}

@media all and (max-width: 768px) {
	.tx-locationmap .activeLocationmapMap {
		padding-bottom: calc(1800 / 1280 * 100%);
	}

	.tx-locationmap .locationmap__map .gm-style-iw {
		padding: 20px !important;
	}

	.tx-locationmap .locationmap__list {
		margin: 0 -3px
	}

	.tx-locationmap .locationmap__list .locationmap__object {
		width: calc(50% - 3px * 2);
		max-width: none;
		margin: 0 3px
	}

	.tx-locationmap .locationmap__list .locationmap__object:nth-child(n+3) {
		margin-top: 35px
	}

	.locationTown .filterInside {
		left: 0;
	}

	.locationTown .filterInside .inner {
		max-width: 97%;
	}

}

@media all and (max-width: 470px) {
	.tx-locationmap .locationmap__map-info {
		position: relative
	}

	.tx-locationmap .locationmap__map-info img{
		display: none;
	}

	.tx-locationmap .locationmap__map-info .locationmap__map-info-title {
		padding: 10px 5px
	}
}