/* =============================================================
   M34 – Über uns  |  Lavendel, Bild links, Text rechts
   ============================================================= */

section.m34_ueber_uns {
	background-color: #cbc9dc;
	overflow: visible;
	position: relative;
}

.m34_inner {
	display: flex;
	align-items: flex-start;
	gap: 220px;
}

/* ---- Bild ---- */
.m34_bild_col {
	flex: 0 0 calc(50% - 110px);
	width: calc(50% - 110px);
	margin-bottom: -206px;
}

.m34_image {
	display: block;
	width: 100%;
	height: 621px;
	object-fit: cover;
}

/* ---- Text ---- */
.m34_text_col {
	flex: 0 0 calc(50% - 110px);
	width: calc(50% - 110px);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-self: stretch;
}

/* Titel via mM_title_container injiziert – nur Farbe überschreiben */
.m34_ueber_uns .m34_titel {
	color: #fff;
}

.m34_ueber_uns .m34_untertitel_container .m34_untertitel {
	color: #fff;
}

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

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

section.m34_ueber_uns .button:hover .mM_button_text {
	color: #4d4d4f;
}

section.m34_ueber_uns .button:hover .mM_button_icon {
	fill: #4d4d4f;
}

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

@media screen and (max-width: 1200px) {
	.m34_bild_col {
		flex: 0 0 480px;
		width: 480px;
	}

	.m34_inner {
		gap: 80px;
	}
}

@media screen and (max-width: 991px) {
	.m34_inner {
		flex-direction: column;
		gap: 30px;
	}

	.m34_bild_col {
		flex: none;
		width: 100%;
		margin-top: 0;
		margin-bottom: 0;
	}

	.m34_image {
		height: 480px;
	}

	.m34_text_col {
		flex: none;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.m34_image {
		height: 380px;
	}
}

@media screen and (max-width: 450px) {
	.m34_image {
		height: 330px;
	}
}
