section.m44_bewerben_stoerer {
	background: #004f9f;
}

section.m44_bewerben_stoerer .mM_container {
	display: flex;
	gap: 100px;
}

section.m44_bewerben_stoerer .m44_titel,
section.m44_bewerben_stoerer .m44_text_container p,
section.m44_bewerben_stoerer .m44_email_container *,
section.m44_bewerben_stoerer .m44_telefon_container * {
	color: #fff;
}

section.m44_bewerben_stoerer .m44_email_container a,
section.m44_bewerben_stoerer .m44_telefon_container a {
	display: flex;
	align-items: center;
	gap: 16px;
	transition: color .4s;
}

section.m44_bewerben_stoerer .m44_email_container a .mM_link_text,
section.m44_bewerben_stoerer .m44_telefon_container a .mM_link_text {
	transition: color .4s;
	width: calc(100% - 16px - 16px);
}

section.m44_bewerben_stoerer .m44_email_container a:hover .mM_link_text,
section.m44_bewerben_stoerer .m44_telefon_container a:hover .mM_link_text {
	color: #ffdf01;
}

section.m44_bewerben_stoerer .m44_email_container svg,
section.m44_bewerben_stoerer .m44_telefon_container svg {
	fill: #ffdf01;
	width: 16px;
}

section.m44_bewerben_stoerer .m44_link_container .mM_button {
	background: #fff;
}

section.m44_bewerben_stoerer .m44_link_container .mM_button .mM_button_text {
	color: #12335b;
}

section.m44_bewerben_stoerer .m44_email_container {
	margin-top: 29px;
}

section.m44_bewerben_stoerer .m44_left,
section.m44_bewerben_stoerer .m44_right {
	width: 50%;
}

section.m44_bewerben_stoerer .m44_left {
	display: flex;
}

section.m44_bewerben_stoerer .m44_right {
	padding: 100px 0;
	position: relative;
	z-index: 3;
	min-height: 700px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

section.m44_bewerben_stoerer .m44_left img {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-left: 84px;
	min-width: calc(55% - 100px);
	height: calc(100% + 19px);
	width: auto;
}

@media screen and (max-width: 1850px) {
	section.m44_bewerben_stoerer .m44_right {
		min-height: 600px;
	}
	
	section.m44_bewerben_stoerer .m44_left img {
		height: calc(100% + 16px);
		margin-left: 34px;
	}
}

@media screen and (max-width: 1399px) {
	section.m44_bewerben_stoerer .m44_right {
		min-height: 520px;
	}
	
	section.m44_bewerben_stoerer .m44_left img {
		height: calc(100% + 14px);
		margin-left: 17px;
	}
}

@media screen and (max-width: 1199px) {
	section.m44_bewerben_stoerer .mM_container {
		flex-direction: column-reverse;
		gap: 0;
	}
	
	section.m44_bewerben_stoerer .m44_left,
	section.m44_bewerben_stoerer .m44_right {
		width: 100%;
	}
	
	section.m44_bewerben_stoerer .m44_left img {
		position: relative;
		left: unset;
		bottom: unset;
		max-height: unset;
		width: auto;
		max-width: 100%;
		height: auto;
		margin-left: 0;
	}
	
	section.m44_bewerben_stoerer .m44_right {
		padding-bottom: 38px;
		min-height: unset;
	}
}

@media screen and (max-width: 767px) {
	section.m44_bewerben_stoerer .m44_right {
		padding-top: 58px;
	}
}