.hef_container_versetzt {
	padding-top: 0;
}

section.m32_location_tabs .m32_location_cont {
	background: #c4c4c3;
	padding: 75px 100px;
}

section.m32_location_tabs .m32_location_content {
	position: relative;
}

section.m32_location_tabs .m32_location_content > .m32_location_single_content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

section.m32_location_tabs .m32_location_content > .m32_location_single_content[data-active="true"] {
	opacity: 1;
}

section.m32_location_tabs .m32_location_activator {
	margin-bottom: 50px;
}

section.m32_location_tabs .m32_location_activator .m32_location_single_activator {
	cursor: pointer;
}

section.m32_location_tabs .m32_location_activator .m32_location_single_activator > span {
	color: #696773;
	opacity: .7;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

section.m32_location_tabs .m32_location_activator .m32_location_single_activator:hover > span,
section.m32_location_tabs .m32_location_activator .m32_location_single_activator[data-active="true"] > span {
	opacity: 1;
}

section.m32_location_tabs .m32_location_single_content > h3 {
	font-size: 2.3335rem;
	position: relative;
	line-height: 1;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

section.m32_location_tabs .m32_location_single_content > h3:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 60px;
	background: #00833e;
}

section.m32_location_tabs .m32_location_single_content .m32_location_content_inner.two_cols {
	column-count: 2;
	gap: 50px;
	text-align: justify;
}

/*
.hef_container_versetzt.hef_loesungen_container {
	background: transparent !important;
}


@media screen and (max-width: 1920px) {
	.hef_container_versetzt {
		margin-top: -75px;
	}
}
*/