/* ============================================
   Multi Media Zinke v2 — Frontend-Stylesheet
   ============================================ */

:root {
	--mmz-fokus: #ffd23f;
}

/* ===== Skip-Link ===== */
.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	background: #0a0a0a;
	color: #fff;
	padding: 1rem 1.5rem;
	z-index: 9999;
	text-decoration: none;
	font-weight: 700;
}
.skip-link:focus {
	left: 1rem;
	top: 1rem;
}

/* ===== Screen-Reader-Text ===== */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #fff;
	clip: auto !important;
	clip-path: none;
	color: #0a0a0a;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* ===== Reduzierte Animationen ===== */
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
	}
	.mmz-marquee-inner { animation: none !important; }
}

html { scroll-behavior: smooth; scroll-padding-top: 100px; }

/* ===== Body Default ===== */
body {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
	color: #0a0a0a;
	line-height: 1.5;
	background: #fafaf7;
}

/* ===== Vollflächiger Main-Bereich ===== */
.mmz-main,
.wp-site-blocks > main {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}
.wp-site-blocks {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* ===== Header / Brand ===== */
.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: #fafaf7;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	padding: 1.25rem 2rem;
}
.mmz-header-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
	flex-wrap: wrap;
}
.mmz-brand-link {
	display: block;
	text-decoration: none;
	color: #0a0a0a;
	line-height: 1.05;
}
.mmz-brand-name {
	display: block;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1;
	color: #1a1a1a;
}
.mmz-brand-name .zinke {
	font-weight: 900;
}
.mmz-brand-sub {
	display: block;
	font-size: 10px;
	font-weight: 500;
	color: #c4252a;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: 6px;
}
.mmz-header-nav {
	display: flex;
	gap: 1.75rem;
	align-items: center;
	font-size: 14px;
}
.mmz-nav-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 1.75rem;
}
.mmz-nav-menu a {
	color: #0a0a0a;
	text-decoration: none;
	font-weight: 500;
}
.mmz-nav-menu a:hover { color: #0056a4; }
.mmz-nav-pill {
	background: #0a0a0a;
	color: #fff !important;
	padding: 0.6rem 1.1rem;
	border-radius: 999px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	text-decoration: none;
}
.mmz-nav-pill:hover { background: #ff6b35; }

/* Mobile Navigation */
@media (max-width: 768px) {
	.mmz-header-inner { gap: 0.75rem; }
	.mmz-nav-menu { display: none; }
	.mmz-header-nav { gap: 0; }
}

/* ===== Footer ===== */
.site-footer {
	background: #0a0a0a;
	color: #ffffff;
	padding: 3rem 2rem 2rem;
}
.mmz-footer-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 2rem;
}
.mmz-footer-col h4 {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #ffd23f;
	margin: 0 0 1rem;
}
.mmz-footer-col p {
	margin: 0 0 0.5rem;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.85);
}
.mmz-footer-address {
	color: rgba(255, 255, 255, 0.6) !important;
	font-size: 13px !important;
}
.mmz-footer-col a {
	color: inherit;
	text-decoration: none;
}
.mmz-footer-col a:hover { color: #ffd23f; }
.mmz-footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.mmz-footer-menu li {
	margin-bottom: 0.4rem;
}
.mmz-footer-menu a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
}
.mmz-footer-bottom {
	max-width: 1200px;
	margin: 2rem auto 0;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
}
.mmz-footer-bottom p {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	margin: 0;
}
@media (max-width: 720px) {
	.mmz-footer-inner { grid-template-columns: 1fr; gap: 1.5rem; }
}

/* ===== Hero ===== */
.mmz-hero {
	position: relative;
	padding: 6rem 2rem 4rem;
	overflow: hidden;
	width: 100%;
}
.mmz-hero-bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 20% 30%, rgba(56, 178, 255, 0.18), transparent 50%),
		radial-gradient(circle at 80% 70%, rgba(255, 107, 107, 0.15), transparent 50%);
	pointer-events: none;
	z-index: 0;
}
.mmz-hero-inner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
}
.mmz-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 14px;
	background: rgba(10, 10, 10, 0.05);
	border: 1px solid rgba(10, 10, 10, 0.1);
	border-radius: 999px;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 2rem;
}
.mmz-badge .dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #22c55e;
	box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.2);
	animation: mmz-pulse 2s infinite;
}
@keyframes mmz-pulse {
	0%, 100% { box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.2); }
	50%      { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0.05); }
}
.mmz-headline {
	font-size: clamp(2.5rem, 6vw, 4.5rem);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 0.95;
	margin: 0 0 1.5rem;
	color: #0a0a0a;
}
.mmz-headline .swoosh {
	display: inline-block;
	position: relative;
	color: #0056a4;
	z-index: 0;
}
.mmz-headline .swoosh::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	height: 12px;
	background: #ffd23f;
	z-index: -1;
	transform: skew(-12deg) translateY(2px);
}
.mmz-headline em {
	font-style: italic;
	font-family: 'Fraunces', Georgia, serif;
	font-weight: 400;
	color: #0a0a0a;
}
.mmz-sub {
	font-size: 19px;
	color: #555;
	max-width: 540px;
	margin: 0 auto 2.5rem;
	line-height: 1.5;
}
.mmz-cta-row {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 2.5rem;
}
.mmz-btn {
	padding: 1rem 1.75rem;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: transform 0.15s, background 0.15s;
	cursor: pointer;
	border: none;
	font-family: inherit;
}
.mmz-btn:hover { transform: translateY(-2px); }
.mmz-btn-primary {
	background: #0a0a0a;
	color: #fff;
}
.mmz-btn-primary:hover { background: #ff6b35; color: #fff; }
.mmz-btn-secondary {
	background: transparent;
	color: #0a0a0a;
	border: 2px solid #0a0a0a;
}
.mmz-btn-secondary:hover { background: #0a0a0a; color: #fff; }
.mmz-trust {
	display: flex;
	gap: 2rem;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 13px;
	color: #666;
}
.mmz-trust > div { text-align: center; }
.mmz-trust strong {
	color: #0a0a0a;
	font-size: 22px;
	font-weight: 700;
	display: block;
	line-height: 1;
	margin-bottom: 4px;
	letter-spacing: -0.02em;
}

/* ===== Marquee ===== */
.mmz-marquee {
	background: #0a0a0a;
	color: #fff;
	padding: 1.25rem 0;
	overflow: hidden;
	white-space: nowrap;
}
.mmz-marquee-inner {
	display: inline-flex;
	gap: 3rem;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.01em;
	animation: mmz-scroll 25s linear infinite;
}
.mmz-marquee .star { color: #ffd23f; }
@keyframes mmz-scroll {
	from { transform: translateX(0); }
	to   { transform: translateX(-50%); }
}

/* ===== Leistungen ===== */
.mmz-leistungen {
	padding: 5rem 2rem;
	max-width: 1200px;
	margin: 0 auto;
}
.mmz-section-header {
	text-align: center;
	margin-bottom: 3.5rem;
}
.mmz-section-tag {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #0056a4;
	margin-bottom: 0.75rem;
}
.mmz-section-title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.05;
	margin: 0;
	color: #0a0a0a;
}
.mmz-section-title em {
	font-style: italic;
	font-family: 'Fraunces', Georgia, serif;
	font-weight: 400;
}
.mmz-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1rem;
	align-items: stretch;
}
.mmz-card {
	background: #fff;
	border-radius: 24px;
	padding: 2.25rem;
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.06);
	transition: transform 0.2s;
	display: flex;
	flex-direction: column;
}
.mmz-card ul {
	flex-grow: 1; /* Liste füllt den Raum, Pfeil bleibt unten */
}
.mmz-card:hover,
.mmz-card:focus-within { transform: translateY(-4px); }
.mmz-card-tv      { background: linear-gradient(135deg, #e6f4ff 0%, #fff 60%); }
.mmz-card-pc      { background: linear-gradient(135deg, #fff5e6 0%, #fff 60%); }
.mmz-card-beratung { background: linear-gradient(135deg, #ffe8e8 0%, #fff 60%); }
.mmz-card-num {
	font-size: 13px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.3);
	letter-spacing: 0.1em;
	margin-bottom: 1.5rem;
}
.mmz-card-icon {
	width: 56px;
	height: 56px;
	border-radius: 14px;
	background: #0a0a0a;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.25rem;
}
.mmz-card-tv .mmz-card-icon       { background: #0056a4; }
.mmz-card-pc .mmz-card-icon       { background: #ff6b35; }
.mmz-card-beratung .mmz-card-icon { background: #d4373e; }
.mmz-card h3 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin: 0 0 0.5rem;
	color: #0a0a0a;
}
.mmz-card p.desc {
	font-size: 15px;
	color: #555;
	margin: 0 0 1.25rem;
	line-height: 1.5;
}
.mmz-card ul {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5rem;
	font-size: 14px;
}
.mmz-card li {
	padding: 6px 0;
	color: #333;
	display: flex;
	align-items: center;
	gap: 8px;
}
.mmz-card li::before {
	content: '→';
	color: #0056a4;
	font-weight: 700;
}
.mmz-card a.arrow {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 600;
	color: #0a0a0a;
	text-decoration: none;
	border-bottom: 2px solid #0a0a0a;
	padding-bottom: 2px;
}
.mmz-card a.arrow:hover { color: #ff6b35; border-color: #ff6b35; }

/* ===== CTA-Banner – VOLLFLÄCHIG ===== */
.mmz-cta-banner {
	background: #0a0a0a;
	color: #fff;
	padding: 5rem 2rem;
	margin: 4rem 0 0;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.mmz-cta-banner::before {
	content: '';
	position: absolute;
	top: -150px;
	right: -150px;
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(255, 210, 63, 0.3), transparent 70%);
	pointer-events: none;
}
.mmz-cta-banner-inner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 3rem;
	align-items: center;
}
.mmz-cta-banner h2 {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
	margin: 0 0 1rem;
	color: #fff;
}
.mmz-cta-banner h2 em {
	color: #ffd23f;
	font-style: italic;
	font-family: 'Fraunces', Georgia, serif;
	font-weight: 400;
}
.mmz-cta-banner p {
	font-size: 17px;
	color: rgba(255, 255, 255, 0.7);
	margin: 0;
	line-height: 1.5;
}
.mmz-phone-big {
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #ffd23f;
	text-decoration: none;
	display: block;
	margin-bottom: 0.5rem;
	line-height: 1;
}
.mmz-phone-big:hover { color: #fff; }
.mmz-phone-label {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}
.mmz-cta-email {
	color: rgba(255, 255, 255, 0.85);
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	word-break: break-all;
}
.mmz-cta-email:hover { color: #ffd23f; }

/* ===== Kontakt-Sektion ===== */
.mmz-form-section {
	padding: 5rem 2rem;
	background: #fff;
	max-width: 1200px;
	margin: 0 auto;
}
.mmz-form-grid {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 4rem;
	align-items: start;
}
.mmz-form-side h2 {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.05;
	margin: 0 0 1.25rem;
}
.mmz-form-side h2 em {
	font-style: italic;
	font-family: 'Fraunces', Georgia, serif;
	font-weight: 400;
}
.mmz-form-side > p {
	font-size: 17px;
	color: #555;
	margin: 0 0 2rem;
	line-height: 1.5;
}
.mmz-contact-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.mmz-contact-list li {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mmz-contact-list li:last-child { border-bottom: none; }
.mmz-contact-list a {
	color: inherit;
	text-decoration: none;
}
.mmz-contact-list a:hover { color: #0056a4; }
.mmz-contact-icon {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #0a0a0a;
}
.mmz-contact-list .label {
	font-size: 12px;
	color: #888;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 600;
}
.mmz-contact-list .val {
	font-size: 16px;
	font-weight: 600;
	color: #0a0a0a;
}

/* ===== Formular ===== */
.mmz-form-card {
	background: #fafaf7;
	border-radius: 24px;
	padding: 2.5rem;
	border: 1px solid rgba(0, 0, 0, 0.06);
}
.mmz-form-card h3 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin: 0 0 0.5rem;
}
.mmz-form-card .form-sub {
	font-size: 14px;
	color: #666;
	margin: 0 0 1.75rem;
}
.mmz-form-row {
	margin-bottom: 1rem;
}
.mmz-form-row label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #333;
	margin-bottom: 6px;
}
.mmz-form-row input,
.mmz-form-row select,
.mmz-form-row textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1.5px solid rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	font-size: 15px;
	font-family: inherit;
	background: #fff;
	box-sizing: border-box;
	color: #0a0a0a;
}
.mmz-form-row input:focus,
.mmz-form-row select:focus,
.mmz-form-row textarea:focus {
	outline: none;
	border-color: #0056a4;
}
.mmz-form-row textarea {
	resize: vertical;
	min-height: 90px;
}

/* Pill-Buttons als Radio-Style */
.mmz-form-pills {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.mmz-form-pill {
	padding: 8px 14px;
	border: 1.5px solid rgba(0, 0, 0, 0.15);
	border-radius: 999px;
	background: #fff;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.15s;
	font-family: inherit;
	display: inline-block;
}
.mmz-form-pills input[type="radio"]:checked + .mmz-form-pill {
	background: #0a0a0a;
	color: #fff;
	border-color: #0a0a0a;
}
.mmz-form-pills input[type="radio"]:focus-visible + .mmz-form-pill {
	outline: 3px solid #ffd23f;
	outline-offset: 2px;
}
.mmz-form-submit {
	width: 100%;
	padding: 16px;
	background: #0a0a0a;
	color: #fff;
	border: none;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	margin-top: 0.5rem;
	font-family: inherit;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: background 0.15s;
}
.mmz-form-submit:hover { background: #ff6b35; }
.mmz-form-meta {
	font-size: 12px;
	color: #888;
	margin-top: 1rem;
	text-align: center;
}
.mmz-form-meta a { color: #0056a4; }

/* Erfolgs-/Fehlermeldung */
.mmz-form-success,
.mmz-form-error {
	padding: 16px 20px;
	border-radius: 14px;
	margin-bottom: 1.5rem;
	font-size: 14px;
	line-height: 1.5;
}
.mmz-form-success {
	background: #d1fae5;
	color: #064e3b;
	border: 1px solid #6ee7b7;
}
.mmz-form-error {
	background: #fee2e2;
	color: #7f1d1d;
	border: 1px solid #fca5a5;
}

/* ===== Mobile ===== */
@media (max-width: 768px) {
	.mmz-form-grid,
	.mmz-cta-banner-inner {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	.mmz-trust { gap: 1.25rem; }
	.mmz-hero { padding: 4rem 1.5rem 3rem; }
	.mmz-leistungen { padding: 3rem 1.5rem; }
	.mmz-cta-banner {
		padding: 3rem 1.5rem;
		margin: 2rem 0 0;
	}
	.mmz-form-section { padding: 3rem 1.5rem; }
}

/* ===== Große Bildschirme – mehr Atem ===== */
@media (min-width: 1400px) {
	.mmz-hero {
		padding: 8rem 2rem 6rem;
	}
	.mmz-cta-banner {
		padding: 6rem 2rem;
	}
}

/* ===== Ultrawide / sehr große Displays ===== */
@media (min-width: 1800px) {
	.mmz-hero-inner,
	.mmz-cta-banner-inner,
	.mmz-leistungen,
	.mmz-form-section,
	.mmz-header-inner,
	.mmz-footer-inner,
	.mmz-footer-bottom {
		max-width: 1400px;
	}
	.mmz-headline { font-size: 5.5rem; }
}

/* ===== Inhalts-Seiten ===== */
.content-page h1 {
	font-size: clamp(2rem, 5vw, 3rem);
	margin-bottom: 2rem;
}
.content-page h2 {
	font-size: 1.5rem;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
}
.content-page p,
.content-page li {
	font-size: 17px;
	line-height: 1.7;
	margin-bottom: 1rem;
}
.content-page ul {
	margin-left: 1.5rem;
	margin-bottom: 1rem;
}

/* ===== Fokus-Sichtbarkeit ===== */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
.wp-block-button__link:focus-visible {
	outline: 3px solid var(--mmz-fokus);
	outline-offset: 2px;
	border-radius: 4px;
}


/* ============================================
   ANRISS-KARTEN auf Startseite (Mehr erfahren)
   ============================================ */
.mmz-anriss {
	padding: 5rem 2rem;
	background: #fff;
	width: 100%;
}
.mmz-anriss-inner {
	max-width: 1200px;
	margin: 0 auto;
}
.mmz-anriss-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 1rem;
}
.mmz-anriss-card {
	background: #fafaf7;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 20px;
	padding: 1.75rem;
	text-decoration: none;
	color: #0a0a0a;
	display: flex;
	flex-direction: column;
	transition: transform 0.2s, border-color 0.2s, background 0.2s;
}
.mmz-anriss-card:hover,
.mmz-anriss-card:focus-visible {
	transform: translateY(-4px);
	border-color: #0a0a0a;
	background: #fff;
}
.mmz-anriss-icon {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: #0a0a0a;
	color: #ffd23f;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.25rem;
}
.mmz-anriss-card h3 {
	font-size: 19px;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin: 0 0 0.5rem;
	color: #0a0a0a;
}
.mmz-anriss-card p {
	font-size: 14px;
	color: #555;
	line-height: 1.5;
	margin: 0 0 1rem;
	flex-grow: 1;
}
.mmz-anriss-arrow {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 13px;
	font-weight: 600;
	color: #0056a4;
	margin-top: auto;
}
.mmz-anriss-card:hover .mmz-anriss-arrow { color: #ff6b35; }

/* ============================================
   UNTERSEITEN – gemeinsame Basis
   ============================================ */
.mmz-unterseite {
	padding: 5rem 2rem;
	width: 100%;
}
.mmz-unterseite-inner {
	max-width: 1200px;
	margin: 0 auto;
}
.mmz-section-intro {
	font-size: 18px;
	color: #555;
	max-width: 720px;
	margin: 1.5rem auto 0;
	text-align: center;
	line-height: 1.6;
}
.mmz-unterseite-cta {
	text-align: center;
	margin-top: 4rem;
	padding-top: 3rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.mmz-unterseite-cta p {
	font-size: 17px;
	color: #555;
	margin: 0 0 1.25rem;
}

/* ============================================
   ABLAUF in 3 Schritten
   ============================================ */
.mmz-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	position: relative;
	margin-top: 4rem;
}
.mmz-step {
	background: #fff;
	border-radius: 24px;
	padding: 2.5rem 2rem;
	border: 1px solid rgba(0, 0, 0, 0.06);
	text-align: center;
	position: relative;
	z-index: 1;
}
.mmz-step-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	background: #0a0a0a;
	color: #ffd23f;
	font-size: 28px;
	font-weight: 700;
	border-radius: 50%;
	margin: 0 auto 1.25rem;
}
.mmz-step h3 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin: 0 0 0.75rem;
	color: #0a0a0a;
}
.mmz-step p {
	font-size: 15px;
	color: #555;
	margin: 0;
	line-height: 1.5;
}
.mmz-steps::before {
	content: '';
	position: absolute;
	top: 95px;
	left: 16%;
	right: 16%;
	height: 2px;
	background: repeating-linear-gradient(to right, #d4cdbf 0 8px, transparent 8px 16px);
	z-index: 0;
}
@media (max-width: 920px) {
	.mmz-steps { grid-template-columns: 1fr; gap: 1.5rem; }
	.mmz-steps::before { display: none; }
}

/* ============================================
   ÜBER UNS
   ============================================ */
.mmz-ueber-grid {
	display: grid;
	grid-template-columns: 1fr 1.3fr;
	gap: 4rem;
	align-items: center;
}
@media (max-width: 920px) {
	.mmz-ueber-grid { grid-template-columns: 1fr; gap: 2rem; }
}
.mmz-ueber-image-wrap {
	position: relative;
}
.mmz-ueber-foto {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 24px;
	display: block;
}
.mmz-ueber-foto-placeholder {
	aspect-ratio: 4 / 5;
	background: linear-gradient(135deg, #e6f4ff 0%, #fff5e6 100%);
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #aaa;
	font-size: 13px;
	border: 1px dashed rgba(0, 0, 0, 0.15);
	gap: 1rem;
}
.mmz-ueber-foto-placeholder svg { opacity: 0.4; }
.mmz-ueber-stamp {
	position: absolute;
	top: -16px;
	right: -16px;
	background: #ffd23f;
	color: #0a0a0a;
	padding: 1rem 1.25rem;
	border-radius: 16px;
	transform: rotate(6deg);
	border: 3px solid #0a0a0a;
	text-align: center;
	line-height: 1;
	box-shadow: 4px 4px 0 #0a0a0a;
}
.mmz-ueber-stamp .stamp-since {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	display: block;
}
.mmz-ueber-stamp .stamp-year {
	font-size: 32px;
	font-weight: 900;
	display: block;
	margin-top: 4px;
	letter-spacing: -0.02em;
}
.mmz-ueber-stamp .stamp-jahre {
	font-size: 11px;
	font-weight: 600;
	display: block;
	margin-top: 2px;
}
.mmz-ueber-text {
	font-size: 16px;
	color: #555;
	line-height: 1.65;
	margin: 0 0 1rem;
}
.mmz-ueber-text strong {
	color: #0a0a0a;
}
.mmz-ueber-promise {
	background: #fafaf7;
	border-left: 4px solid #ffd23f;
	border-radius: 0 12px 12px 0;
	padding: 1.25rem 1.5rem;
	margin: 1.5rem 0;
}
.mmz-ueber-promise .promise-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #0056a4;
	display: block;
	margin-bottom: 0.5rem;
}
.mmz-ueber-promise p {
	font-size: 16px;
	color: #0a0a0a;
	line-height: 1.65;
	margin: 0;
}
.mmz-ueber-closer {
	font-family: 'Fraunces', Georgia, serif;
	font-style: italic;
	font-size: 22px;
	color: #0a0a0a;
	line-height: 1.3;
	margin: 1.5rem 0 0;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* ============================================
   FAQ
   ============================================ */
.mmz-faq-inner {
	max-width: 900px;
}
.mmz-faq-list {
	background: #fff;
	border-radius: 24px;
	padding: 1rem 2rem;
	border: 1px solid rgba(0, 0, 0, 0.06);
	margin-top: 3rem;
}
.mmz-faq-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	padding: 1.25rem 0;
}
.mmz-faq-item:last-child { border-bottom: none; }
.mmz-faq-item summary {
	font-size: 17px;
	font-weight: 600;
	color: #0a0a0a;
	cursor: pointer;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
}
.mmz-faq-item summary::-webkit-details-marker { display: none; }
.mmz-faq-item summary::after {
	content: '+';
	font-size: 24px;
	font-weight: 300;
	color: #888;
	transition: transform 0.2s;
	flex-shrink: 0;
}
.mmz-faq-item[open] summary::after { transform: rotate(45deg); }
.mmz-faq-item summary:hover { color: #0056a4; }
.mmz-faq-answer {
	padding-top: 0.75rem;
	font-size: 15px;
	color: #555;
	line-height: 1.6;
}
.mmz-faq-answer p { margin: 0; }
.mmz-faq-foot {
	text-align: center;
	margin-top: 2.5rem;
	font-size: 15px;
	color: #666;
}
.mmz-faq-foot a {
	color: #0056a4;
	font-weight: 600;
	text-decoration: none;
}
.mmz-faq-foot a:hover { color: #ff6b35; }

/* ============================================
   EINZUGSGEBIET
   ============================================ */
.mmz-einzug-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: center;
}
@media (max-width: 920px) {
	.mmz-einzug-grid { grid-template-columns: 1fr; gap: 2rem; }
}
.mmz-einzug-text {
	font-size: 17px;
	color: #555;
	line-height: 1.6;
	margin: 0 0 1.5rem;
}
.mmz-einzug-orte {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 1.5rem;
}
.e-ort {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 14px;
	background: #fafaf7;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 999px;
	font-size: 14px;
	color: #0a0a0a;
}
.e-ort.main {
	background: #0a0a0a;
	color: #fff;
	border-color: #0a0a0a;
	font-weight: 600;
}
.e-ort.main::before {
	content: '★';
	color: #ffd23f;
	margin-right: 4px;
}
.mmz-einzug-hinweis {
	margin-top: 1.5rem;
	padding: 1rem 1.25rem;
	background: rgba(255, 210, 63, 0.15);
	border-left: 3px solid #ffd23f;
	border-radius: 0 8px 8px 0;
	font-size: 14px;
	color: #5a4a00;
}
.mmz-einzug-hinweis strong { color: #0a0a0a; }
.mmz-einzug-map {
	background: linear-gradient(135deg, #e6f4ff, #fff5e6);
	border-radius: 24px;
	padding: 2rem;
	aspect-ratio: 1 / 1;
	max-width: 480px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.06);
}
.mmz-einzug-map svg { width: 100%; height: 100%; display: block; }
.e-radius {
	stroke: #0056a4;
	stroke-width: 1.5;
	stroke-dasharray: 4 4;
	fill: rgba(0, 86, 164, 0.06);
}
.e-pin-dot { fill: #d4373e; }
.e-pin-label {
	font-family: 'Inter', sans-serif;
	font-size: 9px;
	fill: #0a0a0a;
	font-weight: 600;
}
.e-pin-main-label {
	font-family: 'Inter', sans-serif;
	font-size: 11px;
	fill: #0a0a0a;
	font-weight: 700;
}
.e-compass {
	font-family: 'Inter', sans-serif;
	font-size: 11px;
	fill: #888;
	font-weight: 700;
}
