.mm-stoerer {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	padding: 75px 0;
}

.stoerer_next_blue + .mm-stoerer {
	background: #08083d;
}

.hosting_site .mm-stoerer {
	background: #08083d;
}

.mm-stoerer * {
	position: relative;
}

@media screen and (max-width: 575px) {
	.mm-stoerer {
		padding: 75px 30px;
	}
}

.mm-stoerer__sm {
	text-align: right;
}

.mm-stoerer__sm-top {
	margin-bottom: 100px;
}

.mm-stoerer__sm-bot {
	margin-top: 100px;
}

.mm-stoerer__sm svg,
.mm-stoerer__sm img {
	width: 39px;
	fill: #fff;
	-webkit-transition: fill .4s;
	-moz-transition: fill .4s;
	-ms-transition: fill .4s;
	-o-transition: fill .4s;
	transition: fill .4s;
}

.mm-stoerer__sm > a {
	display: inline-block;
}

.mm-stoerer__sm > a:hover svg {
	fill: $colorOrange;
}

.mm-stoerer__sm > a:not(:last-child) {
	margin-right: 15px;
}

.mm-stoerer__content {
	max-width: 75%;
	margin: 0 auto;
	z-index: 9;
}

@media screen and (max-width: 1199px) {
	.mm-stoerer__content {
		max-width: 100%;
	}
}

.mm-stoerer__content > .row {
	align-items: center;
}

.mm-stoerer__content-contact {
	display: flex;
	/* align-items: flex-end;
	justify-content: flex-end; */
	justify-content: center;
	align-items: center;
	padding-right: 50px;
}

.mm-stoerer__content-contact h1 {
	font-size: 25rem;
	line-height: 1;
}

@media screen and (max-width: 991px) {
	.mm-stoerer__content-contact {
		padding-right: 25px;
	}
}

@media screen and (max-width: 767px) {
	.mm-stoerer__content-contact {
		padding-right: 12px;
	}	
}

.mm-stoerer__content-contact-dd {
	position: relative;
	max-width: 100%;
}

.mm-stoerer__content-contact-dd * {
	max-width: 100%;
}

@media screen and (max-width: 450px) {
	.mm-stoerer__content-contact-dd > .select-selected {
		font-size: 1rem;
	}
}

.mm-stoerer__content-contact-cont {
	position: absolute;
	top: 0;
	right: 50px;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	opacity: 0;
	max-width: calc(100% - 50px);
	-webkit-transition: -webkit-transform .7s, opacity .7s;
	-moz-transition: -moz-transform .7s, opacity .7s;
	-ms-transition: -ms-transform .7s, opacity .7s;
	-o-transition: -o-transform .7s, opacity .7s;
	transition: transform .7s, opacity .7s;
}

@media screen and (max-width: 767px) {
	.mm-stoerer__content-contact-cont {
		right: 12px;
		max-width: calc(100% - 24px);
	}
}

.mm-stoerer__content-contact-cont.active {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}

.mm-stoerer__content-contact-cont > .allg-header {
	letter-spacing: 1.5px;
	margin-bottom: 10px;
}

.mm-stoerer__content-contact-cont > .mm-marg {
	margin-bottom: 30px;
	margin-top: 10px;
}

.mm-stoerer__content-contact-cont > p:first-child {
	margin-bottom: 30px;
}

.mm-stoerer__content-contact-cont > .mm-contact-button {
	display: block;
	background: #fff;
	color: #0056a0;
	font-size: 1.5625rem;
	font-family: Nexa-Bold, sans-serif;
	font-weight: 600;
	letter-spacing: 1.5px;
	padding: 20px 40px;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 30px;
	-webkit-transition: background .4s, color .4s;
	-moz-transition: background .4s, color .4s;
	-ms-transition: background .4s, color .4s;
	-o-transition: background .4s, color .4s;
	transition: background .4s, color .4s;
}

@media screen and (max-width: 991px) {
	.mm-stoerer__content-contact-cont > .mm-contact-button {
		font-size: 1.1625rem;
		padding: 20px 15px;
	}
}

@media screen and (max-width: 575px) {
	.mm-stoerer__content-contact-cont > .mm-contact-button {
		font-size: 1.1625rem;
	}
}

@media screen and (max-width: 400px) {
	.mm-stoerer__content-contact-cont > .mm-contact-button {
		padding: 20px;
		font-size: .9625rem;
	}
}

.mm-contact-button > svg,
.mm-contact-button > img {
	margin-top: -5px;
	margin-right: 5px;
	width: 23px;
	fill: #0056a0;
	-webkit-transition: fill .4s;
	-moz-transition: fill .4s;
	-ms-transition: fill .4s;
	-o-transition: fill .4s;
	transition: fill .4s;
}

.mm-contact-button:hover {
	background: #0056a0;
	color: #fff;
}

.mm-contact-button:hover svg,
.mm-contact-button:hover img {
	fill: #fff;
}

.mm-stoerer__content-contact-cont.contact-start {
	text-align: right;
}

@media screen and (max-width: 767px) {
	.mm-stoerer__content-contact-cont.contact-start {
		text-align: left;
	}
}

.mm-stoerer__content-contact-cont.contact-rr input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.mm-stoerer__content-contact-cont.contact-rr textarea {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
	padding: 15px 20px;
	-webkit-transition: border-color .4s;
	-moz-transition: border-color .4s;
	-ms-transition: border-color .4s;
	-o-transition: border-color .4s;
	transition: border-color .4s;
}

.mm-stoerer__content-contact-cont.contact-rr textarea {
	resize: none;
	height: 56px;
}

.mm-stoerer__content-contact-cont.contact-rr form > .wpcf7-response-output {
	margin-top: 75px;
}

.mm-stoerer__content-contact-cont.contact-rr form > .row > div {
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.mm-stoerer__content-contact-cont.contact-rr form > .row > div .wpcf7-form-control-wrap {
	display: block;
}

/* .mm-stoerer__content-contact-cont.contact-rr form > .row > div .wpcf7-form-control-wrap > span {
	position: absolute;
	left: -130px;
	top: -2px;
	max-width: 130px;
	background: #fff;
	text-align: center;
	padding: 5px;
	border-radius: 4px;
} */

.mm-stoerer__content-contact-cont.contact-rr form > .row > div .wpcf7-form-control-wrap .mm-rr-time-icon {
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}

.mm-stoerer__content-contact-cont.contact-rr form > .row .mm-rr-submit-cont {
	display: flex;
	justify-content: space-between;
	position: static;
}

.mm-stoerer__content-contact-cont.contact-rr form > .row .mm-rr-submit-cont-button {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-end;
	position: static;
}

.mm-stoerer__content-contact-cont.contact-rr form > .row .mm-rr-submit-cont-button > .wpcf7-spinner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,86,160,.4);
	border-radius: 0;
	margin: 0;
}

.mm-stoerer__content-contact-cont.contact-rr form > .row .mm-rr-submit-cont-button > .wpcf7-spinner:before,
.mm-stoerer__content-contact-cont.contact-rr form > .row .mm-rr-submit-cont-button > .wpcf7-spinner:after {
	position: absolute;
	left: 50%;
	top: 50%;
}

.mm-stoerer__content-contact-cont.contact-rr form > .row .mm-rr-submit-cont-button > .wpcf7-spinner:after {
	content: '';
	display: inline-block;
	background-color: #23282d;
	opacity: .75;
	width: 24px;
	height: 24px;
	border:	none;
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.mm-stoerer__content-contact-cont.contact-rr form > .row .mm-rr-submit-cont-button > .wpcf7-spinner:before {
	top: 49%;
	left: 49%;
	z-index: 1;
	animation-name: rrSpin;
	-webkit-transform: translate(-50%, -50%) rotate(0);
	-moz-transform: translate(-50%, -50%) rotate(0);
	-ms-transform: translate(-50%, -50%) rotate(0);
	-o-transform: translate(-50%, -50%) rotate(0);
	transform: translate(-50%, -50%) rotate(0);
}

.mm-stoerer__content-contact-cont.contact-rr form > .row .mm-rr-submit-cont-button .accept input {
	display: none;
}

.mm-stoerer__content-contact-cont.contact-rr form > .row .mm-rr-submit-cont-button .accept input + span {
	position: relative;
	padding-left: 25px;
}

.mm-stoerer__content-contact-cont.contact-rr form > .row .mm-rr-submit-cont-button .accept input + span a {
	position: relative;
}

.mm-stoerer__content-contact-cont.contact-rr form > .row .mm-rr-submit-cont-button .accept input + span a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	-webkit-transition: -webkit-transform .4s;
	-moz-transition: -moz-transform .4s;
	-ms-transition: -ms-transform .4s;
	-o-transition: -o-transform .4s;
	transition: transform .4s;
}

.mm-stoerer__content-contact-cont.contact-rr form > .row .mm-rr-submit-cont-button .accept input + span a:hover:after {
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
}

.mm-stoerer__content-contact-cont.contact-rr form > .row .mm-rr-submit-cont-button .accept input + span:before,
.mm-stoerer__content-contact-cont.contact-rr form > .row .mm-rr-submit-cont-button .accept input + span:after {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	width: 18px;
	height: 18px;
}

.mm-stoerer__content-contact-cont.contact-rr form > .row .mm-rr-submit-cont-button .accept input + span:before {
	border: 1px solid #f67939;
	-webkit-transition: background .4s;
	-moz-transition: background .4s;
	-ms-transition: background .4s;
	-o-transition: background .4s;
	transition: background .4s;
}

.mm-stoerer__content-contact-cont.contact-rr form > .row .mm-rr-submit-cont-button .accept input + span:after {
	opacity: 0;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

.mm-stoerer__content-contact-cont.contact-rr form > .row .mm-rr-submit-cont-button .accept input:checked + span:after {
	opacity: 1;
}

.mm-stoerer__content-contact-cont.contact-rr form > .row .mm-rr-submit-cont-button .accept input:checked + span:before {
	background: #f67939;
}

.mm-stoerer__content-contact-cont.contact-rr form > .row .mm-rr-submit-cont-button > input {
	margin-top: 10px;
	margin-bottom: 10px;
	background: #fff;
	border: none;
	border-radius: 4px;
	padding: 10px 20px 7px;
	color: #0056a0;
	-webkit-transition: background .4s, color .4s;
	-moz-transition: background .4s, color .4s;
	-ms-transition: background .4s, color .4s;
	-o-transition: background .4s, color .4s;
	transition: background .4s, color .4s;
}

.mm-stoerer__content-contact-cont.contact-rr form > .row .mm-rr-submit-cont-button > input:not(:disabled):hover {
	background: #0056a0;
	color: #fff;
}

.mm-stoerer__content-title {
	display: flex;
	align-items: center;
	padding-left: 50px;
}

.mm-stoerer__content-wrapper label {
	display: none;
}

.mm-stoerer__content-wrapper .wpcf7-acceptance label {
	display: inline-block;
}

@media screen and (max-width: 991px) {
	.mm-stoerer__content-title {
		padding-left: 25px;
	}
}

@media screen and (max-width: 767px) {
	.mm-stoerer__content-title {
		padding-left: 12px;	
	}
}

.mm-stoerer__content-title h2 {
	font-size: 3.125rem;
	max-width: 63%;
	margin-bottom: 0;
}

@media screen and (max-width: 1920px) {
	.mm-stoerer__content-title h2 {
		max-width: 80%;
	}
}

@media screen and (max-width: 1199px) {
	.mm-stoerer__content-title h2 {
		max-width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.mm-stoerer__content-title h2 {
		font-size: 2.725rem;
	}
}

@media screen and (max-width: 767px) {
	.mm-stoerer__content-title h2 {
		font-size: 2.325rem;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 450px) {
	.mm-stoerer__content-title h2 {
		font-size: 1.5625rem;
	}
}

section.m38_kontakt_stoerer.darkgrey {
	background: #181d22;
	color: #fff
}

section.m38_kontakt_stoerer[data-innerer-abstand="innerer_abstand_oben_und_unten"] {
	padding-top: 75px;
	padding-bottom: 100px;
}

section.m38_kontakt_stoerer[data-innerer-abstand="innerer_abstand_nur_unten"] {
	padding-top: 0;
	padding-bottom: 100px;
}

section.m38_kontakt_stoerer[data-innerer-abstand="innerer_abstand_nur_oben"] {
	padding-top: 75px;
	padding-bottom: 0;
}

section.m38_kontakt_stoerer[data-innerer-abstand="kein_innerer_abstand"] {
	padding-top: 0;
	padding-bottom: 0;
}

section.m382_single_stellenangebot_header + section.m38_kontakt_stoerer.darkgrey {
	padding: 425px 0 100px;
}

section.m38_kontakt_stoerer.grey {
	background: #21262a;
	color: #fff;
}

section.m38_kontakt_stoerer.hell {
	background: #f4f4f4;
	color: #6c6c6c;
}

section.m38_kontakt_stoerer {
	position: relative;
}

section.m38_kontakt_stoerer .m38_kontakt_stoerer_parallax_levels {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

section.m38_kontakt_stoerer .m38_kontakt_stoerer_parallax_levels .m38_kontakt_stoerer_parallax_item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	will-change: transform, opacity;
}

section.m38_kontakt_stoerer .m38_kontakt_stoerer_parallax_levels .m38_kontakt_stoerer_parallax_item[data-img-position="left"] {
	object-position: left;
}

section.m38_kontakt_stoerer .m38_kontakt_stoerer_parallax_levels .m38_kontakt_stoerer_parallax_item[data-img-position="right"] {
	object-position: right;
}

section.m38_kontakt_stoerer .m38_kontakt_stoerer_parallax_levels .m38_kontakt_stoerer_parallax_item[data-outside="true"][data-outside-dir="right"] {
	transform: translateX(800px);
}

section.m38_kontakt_stoerer .m38_kontakt_stoerer_parallax_levels .m38_kontakt_stoerer_parallax_item[data-outside="true"][data-outside-dir="left"] {
	transform: translateX(-800px);
}

section.m38_kontakt_stoerer .mm-horizontal-hl p{
	font-size: 1rem;
	opacity: .5;
}

section.m38_kontakt_stoerer .text_column_count_2{
	column-count: 2;
}

section.m38_kontakt_stoerer .m38_kontakt_stoerer_container ul li {
	position: relative;
	padding-left: 20px;
}

section.m38_kontakt_stoerer .m38_kontakt_stoerer_container ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 7px;
	height: 7px;
	background: #f67939;
	border-radius: 50%;
}

section.m38_kontakt_stoerer .m38_kontakt_stoerer_container ul li:not(:last-child) {
	margin-bottom: 15px;
}

section.m38_kontakt_stoerer .m38_kontakt_stoerer_container img {
	margin: 0 5px;
}

section.m38_kontakt_stoerer .m9_link_container{
	margin-top:20px;
}

section.m38_kontakt_stoerer .m38_kontakt_stoerer_container strong {
	font-family: 'Nexa-Bold', sans-serif;
	letter-spacing: 1px;
}

section.m38_kontakt_stoerer .m38_kontakt_stoerer_container *:last-child {
	margin-bottom: 0;
}

section.m38_kontakt_stoerer .mm-stoerer__sm {
	display: flex;
	justify-content: flex-end;
	margin-right: 40px;
}

section.m38_kontakt_stoerer .mm-stoerer__sm > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 43px;
	height: 43px;
	border-radius: 50%;
	border: 1px solid #fff;
	transition: .4s;
}

section.m38_kontakt_stoerer .mm-stoerer__sm > a:hover {
	background: rgba(255,255,255,.2);
	border-color: transparent;
}

section.m38_kontakt_stoerer .mm-stoerer__sm svg,
section.m38_kontakt_stoerer .mm-stoerer__sm img {
	height: 20px;
	width: auto;
	min-width: auto;
}

section.m38_kontakt_stoerer .mm-stoerer__sm>a:hover svg {
	fill: #fff;
}

section.m38_kontakt_stoerer .mm-stoerer__sm>a:not(:last-child) {
	margin-right: 19px;
}

section.m38_kontakt_stoerer .mm-stoerer__content {
	max-width: 55%;
}

section.m38_kontakt_stoerer .mm-stoerer__content-contact {
	padding-right: 25px;
}

section.m38_kontakt_stoerer .mm-stoerer__content-contact-cont {
	right: 25px;
	max-width: calc(100% - 25px);
}

section.m38_kontakt_stoerer .mm-stoerer__content-title {
	padding-left: 25px;
}

section.m38_kontakt_stoerer .mm-stoerer__content-contact-dd {
	position: relative;
}

section.m38_kontakt_stoerer .mm-stoerer__content-contact-dd .select-selected {
	position: relative;
	z-index: 100;
	font-family: 'Nexa-Heavy', sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	padding: 22px 40px 16px;
	padding-left: 40px;
	background: rgba(23, 60, 166, .6);
	/* backdrop-filter: blur(50px); */
	border: none;
	border-radius: 35px;
	/* border: 1px solid #f67939; */
	border: 1px solid #38d7ff;
	box-shadow: inset 0 0 0.5em 0 #38d7ff, 0 0 0.5em 0 #38d7ff;
	-webkit-transition: box-shadow .4s cubic-bezier(0.725, 0.055, 0.195, 0.885);
	-moz-transition: box-shadow .4s cubic-bezier(0.725, 0.055, 0.195, 0.885);
	-ms-transition: box-shadow .4s cubic-bezier(0.725, 0.055, 0.195, 0.885);
	-o-transition: box-shadow .4s cubic-bezier(0.725, 0.055, 0.195, 0.885);
	transition: box-shadow .4s cubic-bezier(0.725, 0.055, 0.195, 0.885);
}

section.m38_kontakt_stoerer .mm-stoerer__content-contact-dd .select-selected:hover {
	box-shadow: inset 0 0 2em 0 #38d7ff, 0 0 2em 0 #38d7ff;
}

/* section.m38_kontakt_stoerer .mm-stoerer__content-contact-dd .select-selected:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 35px;
	background: linear-gradient(to top, rgba(246, 121, 57, .3) 0%, rgba(246, 121, 57, .1) 100%);
	z-index: 1;
	transition: .4s;
} */

section.m38_kontakt_stoerer .mm-stoerer__content-contact-dd .select-selected.select-arrow-active:before {
	opacity: 0;
}

section.m38_kontakt_stoerer .mm-stoerer__content-contact-dd .select-selected.select-arrow-active {
	color: #6c6c6c;
	background: #fff;
	border: 1px solid transparent;
	backdrop-filter: none;
}

section.m38_kontakt_stoerer .mm-stoerer__content-contact-dd .select-selected>.select-arrows {
	position: absolute;
	left: auto;
	right: 15px;
	top: 50%;
	width: 34px;
	height: 34px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

section.m38_kontakt_stoerer .mm-stoerer__content-contact-dd .select-selected>.select-arrows:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../../../img/link_arrow_right.png');
	transform: rotate(90deg);
	background-size: 100% 100%;
	opacity: 1;
	z-index: 2;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

section.m38_kontakt_stoerer .mm-stoerer__content-contact-dd .select-selected>.select-arrows:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../../../img/mM_Dropdown_dark.png');
	background-size: 100% 100%;
	opacity: 0;
	z-index: 2;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

/* section.m38_kontakt_stoerer .mm-stoerer__content-contact-dd .select-selected:not(.select-arrow-active):hover {
	padding: 20px 40px 14px;
} */

section.m38_kontakt_stoerer .mm-stoerer__content-contact-dd .select-selected:hover>.select-arrows:after {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

section.m38_kontakt_stoerer .mm-stoerer__content-contact-dd .select-selected.select-arrow-active .select-arrows:after {
	opacity: 0;
}

section.m38_kontakt_stoerer .mm-stoerer__content-contact-dd .select-selected.select-arrow-active .select-arrows:before {
	opacity: 1;
}

section.m38_kontakt_stoerer .mm-stoerer__content-contact-dd .select-selected>.select-arrows>div {
	border: none;
}

section.m38_kontakt_stoerer .mm-stoerer__content-contact-dd .select-items {
	top: 0;
	border-radius: 35px;
	padding-top: 78px;
	padding-bottom: 15px;
	border: none;
	background: #fff;
}

section.m38_kontakt_stoerer .mm-stoerer__content-contact-dd .select-items>div {
	font-family: Nexa-Regular, sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #6c6c6c;
	padding: 10px 40px;
	transition: .4s;
}

section.m38_kontakt_stoerer .mm-stoerer__content-contact-dd .select-items>div.same-as-selected,
section.m38_kontakt_stoerer .mm-stoerer__content-contact-dd .select-items>div:hover {
	background: transparent;
	color: #f67939;
}

section.m38_kontakt_stoerer .mm-stoerer__content-contact-cont>p:first-child {
	margin-bottom: 20px;
}

section.m38_kontakt_stoerer .mm-stoerer__content-contact-cont.contact-rr input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
section.m38_kontakt_stoerer .mm-stoerer__content-contact-cont.contact-rr textarea {
	border-radius: 35px;
	border: 1px solid rgba(255, 255, 255, .3);
	padding: 20px 40px 14px;
}

section.m38_kontakt_stoerer .mm-stoerer__content-contact-cont.contact-rr textarea {
	height: 60px;
	padding: 20px 40px;
}

section.m38_kontakt_stoerer .mm-stoerer__content-contact-cont.contact-rr form>.row>div>.wpcf7-form-control-wrap .mm-rr-time-icon {
	right: 20px;
}

section.m38_kontakt_stoerer ::-webkit-input-placeholder {
	color: #fff !important;
	opacity: 1;
}

section.m38_kontakt_stoerer ::-moz-placeholder {
	color: #fff !important;
	opacity: 1;
}

section.m38_kontakt_stoerer :-ms-input-placeholder {
	color: #fff !important;
	opacity: 1;
}

section.m38_kontakt_stoerer :-moz-placeholder {
	color: #fff !important;
	opacity: 1;
}

section.m38_kontakt_stoerer ::placeholder {
	color: #fff !important;
	opacity: 1;
}

section.m38_kontakt_stoerer .mm-rr-required-datasec-cont .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}

section.m38_kontakt_stoerer .mm-rr-required-datasec-cont .mm-rr-required-tag {
	color: rgba(255,255,255,.3);
}

section.m38_kontakt_stoerer .mm-stoerer__content-contact-cont.contact-rr form>.row .mm-rr-submit-cont-button>input {
	border-radius: 35px;
	padding: 20px 40px 14px;
	margin-bottom: 0;
}

section.m38_kontakt_stoerer .mm-stoerer__content-contact-cont.contact-rr form>.row>div {
	margin-bottom: 15px;
}

section.m38_kontakt_stoerer .mm-stoerer__content-contact-cont.contact-rr form>.row .mm-rr-submit-cont {
	align-items: end;
}

section.m38_kontakt_stoerer .mm-rr-required-datasec-cont input[type="checkbox"] {
	display: none;
}

section.m38_kontakt_stoerer .mm-rr-required-datasec-cont input[type="checkbox"] + span {
	position: relative;
	padding-left: 40px;
	display: block;
}

section.m38_kontakt_stoerer .mm-rr-required-datasec-cont input[type="checkbox"] + span:before,
section.m38_kontakt_stoerer .mm-rr-required-datasec-cont input[type="checkbox"] + span:after {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

section.m38_kontakt_stoerer .mm-rr-required-datasec-cont input[type="checkbox"] + span:before {
	border: 1px solid rgba(255,255,255,.3);
	background-color: transparent;
	border-radius: 5px;
}

section.m38_kontakt_stoerer .mm-rr-required-datasec-cont input[type="checkbox"] + span:after {
	opacity: 0;
	height: 14px;
	width: 14px;
	top: 3px;
	left: 3px;
	border-radius: 3px;
	background-color: rgba(255,255,255,.3);
}

section.m38_kontakt_stoerer .mm-rr-required-datasec-cont input[type="checkbox"]:checked + span:after{
	opacity: 1;
}

section.m38_kontakt_stoerer .mm-stoerer__content-contact-cont>p:first-child {
	text-align: right;
}

section.m38_kontakt_stoerer .mm-rr-required-datasec-cont a {
	text-decoration: underline;
}

section.m38_kontakt_stoerer .mm-stoerer__content-contact-cont>.mm-contact-button {
	font-size: 1.3625rem;
	font-family: Nexa-Bold, sans-serif;
	font-weight: 400;
	padding: 18px 40px 16px;
	border-radius: 35px;
}

section.m38_kontakt_stoerer .mm-stoerer__content-contact-cont>.mm-contact-button>svg,
section.m38_kontakt_stoerer .mm-stoerer__content-contact-cont>.mm-contact-button>img {
	width: 20px;
}

section.m38_kontakt_stoerer .mm-stoerer__content-title h2 {
	font-family: 'Nexa-Heavy', sans-serif;
	font-weight: 400;
	font-size: 3.4375rem;
	max-width: 100%;
}

section.m38_kontakt_stoerer .mm-stoerer__content-title h2:before {
	content: '<';
}

section.m38_kontakt_stoerer {
	padding: 0 15px;
}

section.m38_kontakt_stoerer .m38_kontakt_stoerer_content_wrapper {
	position: relative;
	padding: 75px 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

section.m38_kontakt_stoerer .mm-stoerer__content-title-container {
	margin-bottom: 44px;
}

section.m38_kontakt_stoerer .mm-stoerer__content-link {
	margin-bottom: 17px;
}

section.m38_kontakt_stoerer .mm-stoerer__content-link a {
	position: relative;
	display: flex;
	padding: 18px 15px 12px 40px;
	background: rgba(0, 87, 161, .8);
	border-radius: 35px;
	border: 1px solid #38d7ff;
	box-shadow: inset 0 0 0.5em 0 #38d7ff, 0 0 0.5em 0 #38d7ff;
	-webkit-transition: box-shadow .4s cubic-bezier(0.725, 0.055, 0.195, 0.885);
	-moz-transition: box-shadow .4s cubic-bezier(0.725, 0.055, 0.195, 0.885);
	-ms-transition: box-shadow .4s cubic-bezier(0.725, 0.055, 0.195, 0.885);
	-o-transition: box-shadow .4s cubic-bezier(0.725, 0.055, 0.195, 0.885);
	transition: box-shadow .4s cubic-bezier(0.725, 0.055, 0.195, 0.885);
}

section.m38_kontakt_stoerer .mm-stoerer__content-link a:hover {
	box-shadow: inset 0 0 2em 0 #38d7ff, 0 0 2em 0 #38d7ff;
}

section.m38_kontakt_stoerer .mm-stoerer__content-link a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 34px;
	height: 34px;
	background: url('../../../img/link_arrow_right.png');
	background-size: 100% 100%;
	z-index: 2;
	transform: translateY(-50%);
}

section.m38_kontakt_stoerer .mm-stoerer__content-link span {
	display: flex;
	align-items: center;
}

section.m38_kontakt_stoerer .mm-stoerer__content-link span svg {
	fill: #38d7ff;
	width: 21px;
	min-width: 21px;
	height: 21px;
	min-height: 21px;
	margin-right: 12px;
	margin-bottom: 6px;
}

section.m38_kontakt_stoerer .mm-stoerer__content-wrapper {
	max-width: 100%;
}

body.page-id-11852 section.m38_kontakt_stoerer {
	display: none;
}

@media screen and (min-width: 1200px) {
	section.m38_kontakt_stoerer .m38_kontakt_stoerer_content_wrapper > .container {
		max-width: 100%;
		padding: 0;
		margin: 0;
	}
}

/* @media screen and (min-width: 2000px) {
	section.m38_kontakt_stoerer .mm-stoerer__content-title h2 {
		max-width: 81%;
	}
}

@media screen and (min-width: 2100px) {
	section.m38_kontakt_stoerer .mm-stoerer__content-title h2 {
		max-width: 76%;
	}
}

@media screen and (min-width: 2300px) {
	section.m38_kontakt_stoerer .mm-stoerer__content-title h2 {
		max-width: 71%;
	}
}

@media screen and (min-width: 2400px) {
	section.m38_kontakt_stoerer .mm-stoerer__content-title h2 {
		max-width: 66%;
	}
}

@media screen and (min-width: 2500px) {
	section.m38_kontakt_stoerer .mm-stoerer__content-title h2 {
		max-width: 62%;
	}
}

@media screen and (min-width: 2600px) {
	section.m38_kontakt_stoerer .mm-stoerer__content-title h2 {
		max-width: 60%;
	}
} */

@media screen and (max-width: 1920px) {
	section.m38_kontakt_stoerer .mm-stoerer__content {
		max-width: 65%;
	}
	
	section.m38_kontakt_stoerer .m38_kontakt_stoerer_parallax_levels .m38_kontakt_stoerer_parallax_item[data-outside="true"][data-outside-dir="right"] {
		transform: translateX(475px);
	}
	
	section.m38_kontakt_stoerer .m38_kontakt_stoerer_parallax_levels .m38_kontakt_stoerer_parallax_item[data-outside="true"][data-outside-dir="left"] {
		transform: translateX(-475px);
	}
}

@media screen and (max-width: 1599px) {
	section.m38_kontakt_stoerer .mm-stoerer__content {
		max-width: 75%;
	}
	
	section.m38_kontakt_stoerer .m38_kontakt_stoerer_parallax_levels .m38_kontakt_stoerer_parallax_item[data-outside="true"][data-outside-dir="right"] {
		transform: translateX(375px);
	}
	
	section.m38_kontakt_stoerer .m38_kontakt_stoerer_parallax_levels .m38_kontakt_stoerer_parallax_item[data-outside="true"][data-outside-dir="left"] {
		transform: translateX(-375px);
	}
}

@media screen and (max-width: 1399px) {
	section.m38_kontakt_stoerer .mm-stoerer__content {
		max-width: 80%;
	}
}

@media screen and (max-width: 1199px) {
	section.m38_kontakt_stoerer .mm-horizontal-hl {
		position: static;
		margin-bottom: 30px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	
	section.m38_kontakt_stoerer .mm-horizontal-hl p{
		font-size: 1.2rem;
		opacity: .7;
	}
	
	section.m38_kontakt_stoerer .mm-stoerer__content {
		max-width: 100%;
	}
	
	section.m38_kontakt_stoerer .mm-stoerer__sm {
		margin-right: 0;
	}
	
	section.m38_kontakt_stoerer .m38_kontakt_stoerer_parallax_levels .m38_kontakt_stoerer_parallax_item[data-outside="true"][data-outside-dir="right"] {
		transform: translateX(575px);
	}
	
	section.m38_kontakt_stoerer .m38_kontakt_stoerer_parallax_levels .m38_kontakt_stoerer_parallax_item[data-outside="true"][data-outside-dir="left"] {
		transform: translateX(-575px);
	}
}

@media screen and (max-width: 991px) {
	section.m382_single_stellenangebot_header + section.m38_kontakt_stoerer.darkgrey {
		padding: 230px 0 100px !important;
	}
	
	section.m38_kontakt_stoerer .mm-stoerer__content-title h2 {
		font-size: 2.725rem;
		margin-bottom: 40px;
	}
	
	section.m38_kontakt_stoerer .mm-stoerer__content-title {
		padding-left: 0;
	}
	
	section.m38_kontakt_stoerer .mm-stoerer__content-contact {
		padding-right: 0;
	}
	
	section.m38_kontakt_stoerer .mm-stoerer__content-contact-cont>p:first-child {
		text-align: left;
	}
	
	section.m38_kontakt_stoerer .mm-stoerer__content-contact-cont {
		right: 0;
		max-width: 100%;
	}
	
	section.m38_kontakt_stoerer .mm-stoerer__content-contact-cont>.mm-contact-button {
		font-size: 1.1625rem;
		padding: 20px 15px;
	}
	
	section.m38_kontakt_stoerer .mm-stoerer__content-wrapper {
		margin-bottom: 50px;
	}
	
	section.m38_kontakt_stoerer .m38_kontakt_stoerer_parallax_levels .m38_kontakt_stoerer_parallax_item[data-haupt="true"] {
		object-position: 20% center;
	}
	
	section.m38_kontakt_stoerer .m38_kontakt_stoerer_parallax_levels .m38_kontakt_stoerer_parallax_item[data-outside="true"][data-outside-dir="right"] {
		transform: translateX(475px);
	}
	
	section.m38_kontakt_stoerer .m38_kontakt_stoerer_parallax_levels .m38_kontakt_stoerer_parallax_item[data-outside="true"][data-outside-dir="left"] {
		transform: translateX(-475px);
	}
	
	section.m38_kontakt_stoerer .m38_kontakt_stoerer_parallax_levels .m38_kontakt_stoerer_parallax_item {
		max-width: 200%;
		width: 200%;
	}
}

@media screen and (max-width: 767px) {
	section.m38_kontakt_stoerer .mm-stoerer__content-title h2 {
		font-size: 2.325rem;
	}
	
	section.m38_kontakt_stoerer .m38_kontakt_stoerer_parallax_levels .m38_kontakt_stoerer_parallax_item[data-haupt="true"] {
		object-position: 27% center;
	}
}

@media screen and (max-width: 575px) {
	section.m38_kontakt_stoerer {
		padding: 0;
	}
	
	section.m38_kontakt_stoerer .m38_kontakt_stoerer_content_wrapper {
		position: relative;
		padding: 65px 20px;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	section.m38_kontakt_stoerer .text_column_count_2{
		column-count: 1;
	}
	
	section.m38_kontakt_stoerer .m38_kontakt_stoerer_content_wrapper > .container {
		padding: 0;
	}
	
	section.m382_single_stellenangebot_header + section.m38_kontakt_stoerer.darkgrey {
		padding: 230px 0 75px !important;
	}
	
	section.m38_kontakt_stoerer .mm-horizontal-hl p{
		text-align: left;
	}
	
	section.m38_kontakt_stoerer .mm-stoerer__content-contact-cont.contact-rr form>.row .mm-rr-submit-cont {
		align-items: start;
		flex-direction: column;
	}
	
	section.m38_kontakt_stoerer .mm-stoerer__content-contact-cont.contact-rr form>.row .mm-rr-submit-cont-button>input {
		margin-top: 20px;
	}
	
	section.m38_kontakt_stoerer .mm-stoerer__content-contact-cont>.mm-contact-button {
		font-size: 1.1625rem;
	}
	
	section.m38_kontakt_stoerer .mm-stoerer__sm-top {
		margin-bottom: 70px;
	}
	
	section.m38_kontakt_stoerer .mm-stoerer__sm-bot {
		margin-top: 70px;
	}
	
	section.m38_kontakt_stoerer .mm-stoerer__content-contact-cont.contact-rr input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
	section.m38_kontakt_stoerer .mm-stoerer__content-contact-cont.contact-rr textarea,
	ection.m38_kontakt_stoerer .mm-stoerer__content-contact-cont.contact-rr form>.row .mm-rr-submit-cont-button>input {
		padding: 20px 20px 14px;
	}
	
	section.m38_kontakt_stoerer .mm-stoerer__content-contact-cont.contact-rr textarea {
		padding: 20px;
	}
	
	section.m38_kontakt_stoerer .mm-stoerer__content-contact-dd .select-selected,
	section.m38_kontakt_stoerer .mm-stoerer__content-contact-dd .select-selected:not(.select-arrow-active):hover {
		padding: 22px 20px 16px;
		padding-left: 20px;
		padding-right: 50px;
	}
	
	section.m38_kontakt_stoerer .mm-stoerer__content-contact-dd .select-items>div {
		padding: 10px 20px;
	}
}

@media screen and (max-width: 450px) {
	section.m38_kontakt_stoerer .mm-stoerer__content-title h2 {
		font-size: 1.5625rem;
	}
	
	
}

@media screen and (max-width: 400px) {
	section.m38_kontakt_stoerer .mm-stoerer__content-contact-cont>.mm-contact-button {
		padding: 20px;
		font-size: 0.9625rem;
	}
	
	section.m38_kontakt_stoerer .m38_kontakt_stoerer_parallax_levels .m38_kontakt_stoerer_parallax_item[data-haupt="true"] {
		object-position: 35% center;
		width: 80%;
	}
}

.m38_kontakt_stoerer_content_wrapper picture {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	will-change: transform, opacity;
	width: 100%;
	height: 100%;
}
