/* =============================================================
   M37 – Störer  |  Teambild links + Kontakt rechts
   ============================================================= */

section.m37_stoerer {
	overflow: visible;
	position: relative;
	z-index: 1;
}

.m37_inner {
	display: flex;
	align-items: stretch;
	min-height: 630px;
	background-color: #40437d;
	gap: 220px;
}

/* ---- Bildspalte ---- */
.m37_bild_col {
	flex: 0 0 calc(50% - 110px);
	align-self: flex-end;
	overflow: visible;
	padding-left: 150px;
}

.m37_image {
	display: block;
	width: 100%;
	height: auto;
	margin-top: -70px;
}

/* ---- Textspalte ---- */
.m37_text_col {
	flex: 0 0 calc(50% - 110px);
	padding: 30px 60px 30px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

/* Titel und Sidebar-Label auf weiß */
.m37_stoerer .mM_title_container,
.m37_stoerer .mM_title_container * {
	color: #fff;
}

.m37_titel {
	margin-bottom: 40px;
}

.m37_stoerer .mM_sidebar_label {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.3);
}

.m37_links_container {
	margin-top: 44px;
}

.m37_text_inner p {
	font-family: 'Effra', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.85px;
	color: #fff;
	margin: 0 0 16px;
}

.m37_text_inner p:last-child {
	margin-bottom: 0;
}

/* ---- Kontaktzeile ---- */
.m37_kontakt_row {
	display: flex;
	align-items: flex-start;
	gap: 0;
	margin-top: 26px;
}

.m37_standort {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.m37_standort_name {
	font-family: 'Effra', sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0.85px;
	color: #fff;
	margin-bottom: 4px;
	display: block;
}

.m37_standort_line {
	font-family: 'Effra', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.85px;
	color: #fff;
	display: block;
	text-decoration: none;
}

.m37_standort_line:hover {
	text-decoration: underline;
}

.m37_kontakt_divider {
	width: 4px;
	align-self: stretch;
	background-color: rgba(203, 201, 220, 0.5);
	flex-shrink: 0;
	margin: 0 40px;
}

/* ============================================================
   Responsive
   ============================================================ */

@media screen and (max-width: 1799px) {
	.m37_inner {
		gap: 110px;
	}
}

@media screen and (max-width: 1599px) {
	.m37_bild_col {
		padding-left: 50px;
	}

	.m37_kontakt_row {
		flex-direction: column;
		gap: 10px;
	}

	.m37_kontakt_divider {
		display: none;
	}
}

@media screen and (max-width: 1399px) {
	.m37_inner {
		gap: 80px;
	}
}

@media screen and (max-width: 1199px) {
	.m37_inner {
		flex-direction: column-reverse;
		min-height: auto;
		gap: 0;
	}

	.m37_bild_col {
		flex: none;
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
		max-width: 75%;
		align-self: center;
		height: auto;
		overflow: hidden;
	}

	.m37_image {
		height: 100%;
		margin-top: 0;
		object-position: center center;
	}

	.m37_text_col {
		flex: none;
		padding: 60px 40px;
	}

	.m37_kontakt_row {
		flex-direction: row;
		gap: 0;
	}

	.m37_kontakt_divider {
		display: block;
	}
}

@media screen and (max-width: 575px) {
	.m37_bild_col {
		padding-left: 24px;
		padding-right: 24px;
		max-width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.m37_text_col {
		padding: 50px 24px;
	}

	.m37_kontakt_row {
		flex-direction: column;
		gap: 30px;
	}

	.m37_kontakt_divider {
		display: none;
	}
}
