/* ===========================================================================
   M1 — Text (WKN-Wohnbau child) — Header for the dark sections (m27, m28).
   Layout: BtW mM_row + mM_col_50.
   Title (Untertitel-as-topline + Titel) injected by BtW into .mM_title_container.
   Buttons (Verlinkung) injected by BtW into .mM_links_container.
   Untertitel-tag styling is global — see child/css/project.css.
   =========================================================================== */

section.m1_text .m1_text_container {
	margin-top: 0;
}

section.m1_text .mM_row {
	align-items: center;
	gap: 50px var(--gap);
}

/* --- Dark-section variant (wrapper.klasse = "wkn_on_dark") --------------- */

section.m1_text.wkn_on_dark {
	background: #1a2233;
	color: #fff;
	padding: 5rem 0 2rem;
	margin-bottom: 0;
}

section.m1_text.wkn_on_dark p,
section.m1_text.wkn_on_dark h1,
section.m1_text.wkn_on_dark h2,
section.m1_text.wkn_on_dark h3 {
	color: #fff;
}

section.m1_text.wkn_on_dark .m1_text_container_inner {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.27px;
	opacity: 0.7;
}

section.m1_text.wkn_on_dark .m1_titel {
	font-size: 45px;
	line-height: 50px;
	letter-spacing: 0.675px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 1.5rem 0 0;
}

/* --- Responsive --------------------------------------------------------- */

@media (max-width: 1024px) {
	section.m1_text.wkn_on_dark .m1_titel {
		font-size: 32px;
		line-height: 38px;
	}
}

/* datenschutz & impressum */
body.page-id-1491 section.m1_text a,
body.page-id-1493 section.m1_text a {
	color: var(--font_color);
}

body.page-id-1491 section.m1_text h2,
body.page-id-1493 section.m1_text h2 {
	margin-top: 40px;
	margin-bottom: 30px;
}

body.page-id-1491 section.m1_text h3,
body.page-id-1493 section.m1_text h3 {
	margin-bottom: 15px;
}