/* =========================================================
   Mittagsbox – Design
   Farben kommen aus dem Customizer (CSS-Variablen unten sind nur Ersatz).
   ========================================================= */

:root {
	--mb-dunkel: #1E3B2C;
	--mb-moos: #6F8A3A;
	--mb-orange: #E27B2E;
	--mb-gold: #C8A04A;
	--mb-creme: #F5F0E4;

	--mb-papier: #FBF8F1;
	--mb-weiss: #FFFDF8;
	--mb-linie: #E6DECB;
	--mb-text: #1F2A22;
	--mb-grau: #4A5A48;
	--mb-hellgruen: #E3E8D3;
	--mb-dunkelmoos: #3F5424;
	--mb-orange-hell: #F6E3CF;
	--mb-orange-dunkel: #8A4515;

	--schrift-titel: "Playfair Display", Georgia, "Times New Roman", serif;
	--schrift-text: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

	--rund-s: 12px;
	--rund-m: 20px;
	--rund-l: 28px;
	--schatten: 0 18px 48px rgba(30, 59, 44, 0.14);
	--breite: 1200px;
}

/* ---------- Grundlagen ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--mb-creme);
	color: var(--mb-text);
	font-family: var(--schrift-text);
	font-size: 1.0625rem;
	line-height: 1.6;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--mb-dunkel); text-underline-offset: 3px; }
h1, h2, h3 { font-family: var(--schrift-titel); color: var(--mb-dunkel); line-height: 1.12; margin: 0 0 0.5em; font-weight: 600; }
p { margin: 0 0 1em; }
:focus-visible { outline: 3px solid var(--mb-orange); outline-offset: 3px; border-radius: 4px; }

.wrap { width: min(100% - 2.5rem, var(--breite)); margin-inline: auto; }

.skip-link { position: absolute; left: -9999px; top: 0; background: var(--mb-orange); color: var(--mb-dunkel); padding: .75rem 1rem; z-index: 100; font-weight: 700; }
.skip-link:focus { left: 1rem; top: 1rem; }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	* { transition: none !important; animation: none !important; }
}

/* ---------- Knöpfe & Etiketten ---------- */
.knopf {
	display: inline-flex; align-items: center; justify-content: center;
	gap: .5rem; padding: .7rem 1.5rem; border-radius: 999px;
	font-family: var(--schrift-text); font-weight: 700; font-size: 1rem;
	text-decoration: none; border: 3px solid transparent; cursor: pointer;
	transition: transform .15s ease, background-color .15s ease;
	line-height: 1.2; text-align: center;
}
.knopf:active { transform: translateY(1px); }
.knopf--orange { background: var(--mb-orange); color: var(--mb-dunkel); }
.knopf--orange:hover { background: #ea8c45; }
.knopf--gold { background: var(--mb-gold); color: var(--mb-dunkel); }
.knopf--rand { background: transparent; border-color: var(--mb-dunkel); color: var(--mb-dunkel); }
.knopf--rand:hover { background: var(--mb-dunkel); color: var(--mb-creme); }
.knopf--gross { padding: .95rem 2rem; font-size: 1.1rem; }
.knopf--breit { width: 100%; }
.knopf-reihe { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.5rem; }

.etikett {
	display: inline-block; margin: 0 0 1rem; padding: .25rem .9rem;
	border-radius: 999px; font-size: .9rem; font-weight: 600;
}
.etikett--vegi { background: var(--mb-hellgruen); color: var(--mb-dunkelmoos); }
.etikett--fleisch { background: #F3E6C4; color: #7A4A12; }
.etikett--orange { background: var(--mb-orange); color: var(--mb-dunkel); }

.textlink { font-weight: 700; color: var(--mb-dunkel); }
.hinweis { color: var(--mb-grau); margin-top: 1.5rem; }
.leer { background: var(--mb-papier); border: 2px dashed var(--mb-linie); border-radius: var(--rund-m); padding: 1.5rem; color: var(--mb-grau); }

/* ---------- Kopfzeile ---------- */
.kopf { background: var(--mb-dunkel); color: var(--mb-creme); position: sticky; top: 0; z-index: 50; }
.admin-bar .kopf { top: 32px; }
@media (max-width: 782px) { .admin-bar .kopf { top: 46px; } }
.kopf__innen { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 76px; }

.marke { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; color: var(--mb-creme); }
.marke__name { font-family: var(--schrift-titel); font-size: 1.6rem; font-weight: 600; letter-spacing: .01em; }
.marke__bild { width: 48px; height: 48px; object-fit: contain; }

.hauptnav { display: flex; align-items: center; gap: 2rem; }
.hauptnav__liste { list-style: none; display: flex; gap: 1.75rem; margin: 0; padding: 0; }
.hauptnav__liste a { color: var(--mb-creme); text-decoration: none; font-weight: 500; padding: .35rem 0; border-bottom: 2px solid transparent; }
.hauptnav__liste a:hover { border-bottom-color: var(--mb-gold); }
.hauptnav__liste .current-menu-item > a,
.hauptnav__liste .current_page_item > a { color: #F0A860; font-weight: 700; }

.menu-knopf { display: none; background: none; border: 2px solid var(--mb-creme); color: var(--mb-creme); border-radius: 999px; padding: .45rem .9rem; font: 600 .95rem var(--schrift-text); align-items: center; gap: .5rem; cursor: pointer; }
.menu-knopf__striche, .menu-knopf__striche::before, .menu-knopf__striche::after { display: block; width: 18px; height: 2px; background: currentColor; position: relative; }
.menu-knopf__striche::before, .menu-knopf__striche::after { content: ""; position: absolute; left: 0; }
.menu-knopf__striche::before { top: -6px; }
.menu-knopf__striche::after { top: 6px; }

@media (max-width: 900px) {
	.menu-knopf { display: inline-flex; }
	.hauptnav {
		position: absolute; left: 0; right: 0; top: 100%;
		background: var(--mb-dunkel); flex-direction: column; align-items: stretch;
		gap: 1rem; padding: 1rem 1.25rem 1.5rem; border-top: 1px solid rgba(245, 240, 228, .15);
		display: none;
	}
	.hauptnav.ist-offen { display: flex; }
	.hauptnav__liste { flex-direction: column; gap: 0; }
	.hauptnav__liste a { display: block; padding: .85rem 0; border-bottom: 1px solid rgba(245, 240, 228, .12); font-size: 1.1rem; }
	.no-js .hauptnav { position: static; display: flex; }
}

/* ---------- Startseite: Hero ---------- */
.hero { background: linear-gradient(120deg, var(--mb-papier) 55%, #EEF1E2 100%); }
.hero__innen { display: grid; grid-template-columns: 1.1fr 1fr; gap: 3rem; align-items: center; padding-block: clamp(3rem, 7vw, 6rem); }
.hero__titel { font-size: clamp(2.4rem, 5.2vw, 4.25rem); margin-bottom: .4em; }
.hero__lead { font-size: 1.2rem; color: var(--mb-grau); max-width: 34ch; }
.hero__bild img { border-radius: var(--rund-l); box-shadow: var(--schatten); width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.schale { width: 100%; }
@media (max-width: 820px) {
	.hero__innen { grid-template-columns: 1fr; gap: 2rem; }
	.hero__bild { order: -1; max-width: 420px; }
}

/* ---------- Abschnitte ---------- */
.abschnitt { padding-block: clamp(3rem, 6vw, 5rem); }
.abschnitt--eng { padding-top: 2rem; }
.abschnitt--hell { background: var(--mb-papier); }
.abschnitt__kopf { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; }
.abschnitt__titel { font-size: clamp(1.8rem, 3.4vw, 2.6rem); margin: 0; }

.seitenkopf { padding-block: clamp(2.5rem, 5vw, 4rem) 0; }
.seitenkopf__titel { font-size: clamp(2.4rem, 5vw, 3.8rem); margin-bottom: .3em; }
.seitenkopf__text { font-size: 1.2rem; color: var(--mb-grau); max-width: 52ch; }

/* ---------- Menü-Karten ---------- */
.menu-raster { display: grid; grid-template-columns: 1fr 1fr minmax(240px, .8fr); gap: 1.5rem; align-items: stretch; }
@media (max-width: 980px) { .menu-raster { grid-template-columns: 1fr 1fr; } .dazu-box { grid-column: 1 / -1; } }
@media (max-width: 640px) { .menu-raster { grid-template-columns: 1fr; } }

.menu-karte { background: var(--mb-weiss); border: 2px solid var(--mb-linie); border-radius: var(--rund-m); overflow: hidden; display: flex; flex-direction: column; }
.menu-karte__bild { width: 100%; aspect-ratio: 10 / 7; object-fit: cover; }
.menu-karte__inhalt { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; }
.menu-karte__titel { font-size: 1.6rem; }
.menu-karte__text { color: var(--mb-grau); }
.naehrwerte { display: flex; flex-wrap: wrap; gap: .5rem; }
.naehrwerte span { background: var(--mb-orange-hell); color: var(--mb-orange-dunkel); font-weight: 600; font-size: .9rem; padding: .2rem .8rem; border-radius: 999px; }
.menu-karte__fuss { margin-top: auto; padding-top: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.preis { margin: 0; font-size: 1.5rem; font-weight: 700; color: var(--mb-dunkel); font-variant-numeric: tabular-nums; }

.dazu-box { background: var(--mb-dunkel); color: var(--mb-creme); border-radius: var(--rund-m); padding: 1.75rem; }
.dazu-box__titel { color: var(--mb-creme); font-size: 1.6rem; padding-bottom: .75rem; border-bottom: 4px solid var(--mb-gold); display: inline-block; }
.dazu-box ul { list-style: none; margin: 1rem 0 0; padding: 0; }
.dazu-box li { padding: .5rem 0; font-size: 1.1rem; }

/* ---------- Menüplan ---------- */
.plan-kopf { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.plan-kopf__woche { font-weight: 700; font-size: 1.15rem; margin: 0; }
.wochen-nav { display: flex; flex-wrap: wrap; gap: .5rem; }
.wochen-nav a { text-decoration: none; padding: .4rem 1rem; border-radius: 999px; background: #EDE6D6; color: var(--mb-dunkel); font-weight: 500; font-size: .95rem; }
.wochen-nav a[aria-current="page"] { background: var(--mb-dunkel); color: var(--mb-creme); font-weight: 700; }

.tage__tabs { display: none; gap: .5rem; margin-bottom: 1.75rem; overflow-x: auto; padding-bottom: .25rem; }
.js .tage__tabs { display: flex; }
.tag-tab { display: flex; flex-direction: column; align-items: center; min-width: 76px; padding: .6rem 1rem; border-radius: var(--rund-s); border: 2px solid var(--mb-linie); background: var(--mb-papier); color: var(--mb-dunkel); cursor: pointer; font-family: var(--schrift-text); }
.tag-tab__kurz { font-weight: 700; font-size: 1.05rem; }
.tag-tab__datum { font-size: .85rem; color: var(--mb-grau); }
.tag-tab[aria-selected="true"] { background: var(--mb-dunkel); border-color: var(--mb-dunkel); color: var(--mb-creme); }
.tag-tab[aria-selected="true"] .tag-tab__datum { color: var(--mb-creme); }

.tag { margin-bottom: 2.5rem; }
.tag__titel { font-size: 1.5rem; }
.js .tag[data-verborgen] { display: none; }
.js .tag__titel { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* ---------- Vorteile & Teaser ---------- */
.vorteile { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 2.5rem; }
.vorteil { border-top: 4px solid var(--mb-moos); padding-top: 1.25rem; }
.vorteil:nth-child(2) { border-top-color: var(--mb-orange); }
.vorteil:nth-child(3) { border-top-color: var(--mb-gold); }
.vorteil__titel { font-size: 1.5rem; }
.vorteil p { color: var(--mb-grau); }

.teaser-reihe { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
@media (max-width: 760px) { .teaser-reihe { grid-template-columns: 1fr; } }
.teaser { display: block; text-decoration: none; border-radius: var(--rund-l); padding: clamp(1.75rem, 4vw, 3rem); }
.teaser__titel { font-size: clamp(1.8rem, 3vw, 2.4rem); }
.teaser p { font-size: 1.1rem; max-width: 40ch; }
.teaser__link { font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.teaser--dunkel { background: var(--mb-dunkel); color: var(--mb-creme); }
.teaser--dunkel .teaser__titel { color: var(--mb-creme); }
.teaser--dunkel .teaser__link { color: #F0A860; }
.teaser--gold { background: var(--mb-gold); color: var(--mb-dunkel); }

/* ---------- Zwei Spalten, Formular ---------- */
.zwei-spalten { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
@media (max-width: 860px) { .zwei-spalten { grid-template-columns: 1fr; } }

.haken-liste { list-style: none; padding: 0; margin: 1rem 0; }
.haken-liste li { position: relative; padding: .45rem 0 .45rem 2rem; font-size: 1.1rem; }
.haken-liste li::before { content: ""; position: absolute; left: 0; top: .85rem; width: 1.1rem; height: .6rem; border-left: 3px solid var(--mb-moos); border-bottom: 3px solid var(--mb-moos); transform: rotate(-45deg); }

.formular { background: var(--mb-weiss); border: 2px solid var(--mb-linie); border-radius: var(--rund-l); padding: clamp(1.5rem, 3vw, 2.25rem); scroll-margin-top: 110px; }
.formular__titel { font-size: 1.8rem; }
.feld { margin: 0 0 1rem; }
.feld label { display: block; font-weight: 600; margin-bottom: .35rem; color: var(--mb-grau); }
.feld input, .feld textarea {
	width: 100%; font: inherit; padding: .75rem .9rem; border-radius: var(--rund-s);
	border: 2px solid var(--mb-linie); background: var(--mb-creme); color: var(--mb-text);
}
.feld input:focus, .feld textarea:focus { border-color: var(--mb-moos); outline: none; box-shadow: 0 0 0 3px rgba(111, 138, 58, .25); }
.feld-reihe { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 520px) { .feld-reihe { grid-template-columns: 1fr; } }
.feld--versteckt { position: absolute; left: -9999px; }
.meldung { padding: 1rem 1.25rem; border-radius: var(--rund-s); font-weight: 600; }
.meldung--ok { background: var(--mb-hellgruen); color: var(--mb-dunkelmoos); }
.meldung--fehler { background: var(--mb-orange-hell); color: var(--mb-orange-dunkel); }

/* ---------- Abo, Gutscheine, Karte ---------- */
.angebote { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: stretch; }
@media (max-width: 960px) { .angebote { grid-template-columns: 1fr; max-width: 560px; } }
.angebot { background: var(--mb-weiss); border: 2px solid var(--mb-linie); border-radius: var(--rund-m); padding: 2rem; display: flex; flex-direction: column; align-items: flex-start; }
.angebot--hervor { border: 3px solid var(--mb-orange); }
.angebot--dunkel { background: var(--mb-dunkel); color: var(--mb-creme); border-color: var(--mb-dunkel); }
.angebot--dunkel .angebot__titel { color: var(--mb-creme); }
.angebot__titel { font-size: 2rem; }
.angebot__preis { font-size: 2.2rem; font-weight: 700; margin: 0; color: var(--mb-dunkel); font-variant-numeric: tabular-nums; }
.angebot__einheit { color: var(--mb-grau); }
.angebot .knopf { margin-top: auto; }
.karte-bild { width: 100%; max-width: 320px; margin: .5rem 0 1.25rem; border-radius: 16px; box-shadow: 0 12px 30px rgba(0, 0, 0, .25); }

/* ---------- Bestellen ---------- */
.schritte { list-style: none; counter-reset: schritt; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
@media (max-width: 960px) { .schritte { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .schritte { grid-template-columns: 1fr; } }
.schritt { counter-increment: schritt; background: var(--mb-papier); border-top: 6px solid var(--mb-moos); border-radius: var(--rund-m); padding: 1.75rem; }
.schritt::before { content: counter(schritt); display: block; font-family: var(--schrift-titel); font-size: 3.2rem; font-weight: 700; line-height: 1; color: var(--mb-orange); margin-bottom: .75rem; }
.schritt__titel { font-family: var(--schrift-text); font-size: 1.25rem; font-weight: 700; }
.schritt p { color: var(--mb-grau); margin: 0; }

/* ---------- Kontakt ---------- */
.kontakt-box { background: var(--mb-dunkel); color: var(--mb-creme); border-radius: var(--rund-l); padding: 2rem; }
.kontakt-box__titel { color: var(--mb-creme); font-size: 1.8rem; }
.kontakt-liste { margin: 0; }
.kontakt-liste dt { font-size: .9rem; color: #C9D3B4; margin-top: 1rem; }
.kontakt-liste dd { margin: .15rem 0 0; font-size: 1.1rem; }
.kontakt-box a { color: #F0A860; }

/* ---------- Freier Inhalt aus dem Editor ---------- */
.inhalt { max-width: 70ch; }
.inhalt h2 { font-size: 2rem; margin-top: 1.5em; }
.inhalt h3 { font-size: 1.5rem; margin-top: 1.25em; }
.inhalt img { border-radius: var(--rund-m); }

/* ---------- WhatsApp-Band & Fuss ---------- */
.wa-band { padding-bottom: clamp(3rem, 6vw, 5rem); }
.wa-band__innen { background: var(--mb-dunkel); border-radius: var(--rund-l); padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.5rem, 4vw, 3.5rem); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.25rem; }
.wa-band__titel { color: var(--mb-creme); font-size: clamp(1.6rem, 3vw, 2.4rem); margin: 0; }

.fuss { background: var(--mb-dunkel); color: #C9D3B4; padding-top: 3.5rem; }
.fuss a { color: var(--mb-creme); }
.fuss__innen { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 2.5rem; }
@media (max-width: 760px) { .fuss__innen { grid-template-columns: 1fr; } }
.fuss__titel { font-family: var(--schrift-text); font-size: 1rem; font-weight: 700; color: var(--mb-creme); }
.marke--fuss { margin-bottom: 1rem; }
.fuss__unten { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(245, 240, 228, .15); margin-top: 2.5rem; padding-block: 1.5rem; font-size: .9rem; }
.fuss__unten p { margin: 0; }
.fussnav { list-style: none; display: flex; gap: 1.5rem; margin: 0; padding: 0; }

.wa-schwebend {
	position: fixed; right: 1rem; bottom: 1rem; z-index: 60;
	width: 58px; height: 58px; border-radius: 50%;
	display: none; align-items: center; justify-content: center;
	background: var(--mb-orange); color: var(--mb-dunkel); box-shadow: var(--schatten);
}
@media (max-width: 760px) { .wa-schwebend { display: flex; } body { padding-bottom: 76px; } }

/* =========================================================
   Zusatzseiten (Version 1.1)
   ========================================================= */
.abstand-oben { margin-top: 2.5rem; }

/* Deklaration auf der Menü-Karte */
.deklaration { font-size: .9rem; color: var(--mb-grau); display: flex; flex-direction: column; gap: .15rem; margin: .25rem 0 0; }

/* FAQ */
.faq { max-width: 820px; display: flex; flex-direction: column; gap: .75rem; }
.faq__eintrag { background: var(--mb-weiss); border: 2px solid var(--mb-linie); border-radius: var(--rund-m); }
.faq__eintrag[open] { border-color: var(--mb-moos); }
.faq__frage { cursor: pointer; list-style: none; padding: 1.15rem 3.25rem 1.15rem 1.5rem; position: relative; font-weight: 700; font-size: 1.1rem; color: var(--mb-dunkel); }
.faq__frage::-webkit-details-marker { display: none; }
.faq__frage::after { content: "+"; position: absolute; right: 1.25rem; top: 50%; transform: translateY(-50%); font-size: 1.6rem; font-weight: 400; color: var(--mb-orange); }
.faq__eintrag[open] .faq__frage::after { content: "–"; }
.faq__antwort { padding: 0 1.5rem 1.25rem; color: var(--mb-grau); }

/* Kundenstimmen */
.stimmen { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.stimme { margin: 0; background: var(--mb-papier); border-radius: var(--rund-m); padding: 2rem; display: flex; flex-direction: column; gap: 1.25rem; border-left: 5px solid var(--mb-gold); }
.stimme__zitat { margin: 0; font-family: var(--schrift-titel); font-size: 1.3rem; line-height: 1.45; color: var(--mb-dunkel); }
.stimme__zitat p { margin: 0; }
.stimme__person { display: flex; align-items: center; gap: .9rem; margin-top: auto; color: var(--mb-grau); font-size: .95rem; }
.stimme__person strong { color: var(--mb-text); }
.stimme__bild { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }

/* Karte Liefergebiet */
.karte { border-radius: var(--rund-l); overflow: hidden; box-shadow: var(--schatten); aspect-ratio: 4 / 3; background: var(--mb-papier); }
.karte iframe { width: 100%; height: 100%; border: 0; display: block; }

/* Kleine Schritte (Wochenmenü) */
.schritte--klein { grid-template-columns: 1fr; }
.schritte--klein .schritt::before { font-size: 2.2rem; }

/* Tabelle (Gastro-Bikes) */
.tabelle-rahmen { overflow-x: auto; }
.tabelle { width: 100%; border-collapse: collapse; background: var(--mb-weiss); border-radius: var(--rund-m); overflow: hidden; }
.tabelle th { background: var(--mb-dunkel); color: var(--mb-creme); text-align: left; padding: .9rem 1.25rem; }
.tabelle td { padding: .9rem 1.25rem; border-top: 1px solid var(--mb-linie); }

/* Nur beim Drucken sichtbar */
.nur-druck { display: none; }

/* =========================================================
   Druck: Menüplan als Aushang oder PDF
   ========================================================= */
@media print {
	@page { margin: 14mm; }
	body { background: #fff; font-size: 11pt; padding: 0; }
	.kopf, .fuss, .wa-band, .wa-schwebend, .wochen-nav, .tage__tabs, .seitenkopf, .knopf, [data-drucken], .skip-link, .menu-karte__bild { display: none !important; }
	.nur-druck { display: block; }
	.druck-kopf { border-bottom: 3px solid #1E3B2C; margin-bottom: 8mm; padding-bottom: 3mm; }
	.druck-kopf__marke { font-family: var(--schrift-titel); font-size: 22pt; font-weight: 700; color: #1E3B2C; margin: 0; }
	.abschnitt { padding: 0; }
	.wrap { width: 100%; }
	.js .tag[data-verborgen] { display: block; }
	.js .tag__titel { position: static; width: auto; height: auto; clip: auto; overflow: visible; }
	.tag { break-inside: avoid; margin-bottom: 6mm; }
	.tag__titel { font-size: 14pt; border-bottom: 1px solid #C8A04A; padding-bottom: 1mm; }
	.menu-raster { grid-template-columns: 1fr 1fr; gap: 4mm; }
	.dazu-box { display: none; }
	.menu-karte { border: 1px solid #ccc; break-inside: avoid; }
	.menu-karte__inhalt { padding: 3mm 4mm; }
	.menu-karte__titel { font-size: 13pt; }
	.naehrwerte span { background: none; padding: 0; border: 0; }
	.plan-kopf { margin-bottom: 4mm; }
}

/* =========================================================
   Mein Konto / Guthaben (Version 1.2)
   ========================================================= */
.konto-kopf { display: grid; grid-template-columns: 1.4fr 1fr; gap: 1.5rem; }
@media (max-width: 760px) { .konto-kopf { grid-template-columns: 1fr; } }
.konto-saldo { background: var(--mb-dunkel); color: var(--mb-creme); border-radius: var(--rund-l); padding: clamp(1.75rem, 4vw, 2.5rem); }
.konto-saldo__label { margin: 0; color: #C9D3B4; }
.konto-saldo__betrag { font-family: var(--schrift-titel); font-size: clamp(2.6rem, 6vw, 4rem); font-weight: 700; line-height: 1.1; margin: .2rem 0 .5rem; font-variant-numeric: tabular-nums; }
.konto-saldo__betrag.ist-minus { color: #F0A860; }
.konto-saldo__name { margin: 0; }
.konto-saldo__hinweis { margin: 1rem 0 0; padding-top: 1rem; border-top: 1px solid rgba(245, 240, 228, .2); color: #C9D3B4; font-size: .95rem; }
.konto-karte { background: var(--mb-gold); color: var(--mb-dunkel); border-radius: var(--rund-l); padding: 1.5rem; display: flex; align-items: center; gap: 1.25rem; }
.konto-karte [data-qr] { background: #fff; padding: 8px; border-radius: 10px; flex: none; }
.konto-karte [data-qr] img, .konto-karte [data-qr] canvas { display: block; }
.konto-karte p { margin: 0; }
.tabelle .rechts { text-align: right; font-variant-numeric: tabular-nums; }
.tabelle .ist-minus { color: #9C3B12; }
.tabelle .ist-plus { color: var(--mb-dunkelmoos); font-weight: 600; }
.tabelle .summe td { background: var(--mb-papier); }
.angebot__login { margin-top: .9rem; color: #F0A860; font-weight: 600; }

/* Login-Formular */
.konto-login form p { margin: 0 0 1rem; }
.konto-login label { display: block; font-weight: 600; margin-bottom: .35rem; color: var(--mb-grau); }
.konto-login input[type="text"], .konto-login input[type="password"] { width: 100%; font: inherit; padding: .75rem .9rem; border-radius: var(--rund-s); border: 2px solid var(--mb-linie); background: var(--mb-creme); }
.konto-login .login-remember label { display: inline-flex; gap: .5rem; align-items: center; font-weight: 500; }
.konto-login input[type="submit"] { background: var(--mb-orange); color: var(--mb-dunkel); border: 0; border-radius: 999px; padding: .85rem 2rem; font: 700 1.05rem var(--schrift-text); cursor: pointer; width: 100%; }

/* =========================================================
   Weg 2 – Shop (Version 1.3)
   ========================================================= */
.warenkorb { color: var(--mb-creme); text-decoration: none; font-weight: 600; display: inline-flex; align-items: center; gap: .4rem; }
.warenkorb__zahl { background: var(--mb-gold); color: var(--mb-dunkel); border-radius: 999px; min-width: 1.6rem; height: 1.6rem; display: inline-grid; place-items: center; font-size: .85rem; padding: 0 .4rem; }
.menu-karte__wa { margin-top: .75rem; font-size: .9rem; color: var(--mb-grau); align-self: flex-end; }
.konto-wallet { margin-top: 2rem; background: var(--mb-weiss); border: 2px solid var(--mb-linie); border-radius: var(--rund-l); padding: clamp(1.25rem, 3vw, 2rem); }
.konto-archiv { margin-top: 2rem; }
.konto-archiv summary { cursor: pointer; font-weight: 700; color: var(--mb-dunkel); }
.woocommerce .button, .woocommerce button.button, .woocommerce a.button { background: var(--mb-orange) !important; color: var(--mb-dunkel) !important; border-radius: 999px !important; font-weight: 700 !important; }
.shop-inhalt { padding-block: 2rem 4rem; }

/* =========================================================
   Social Media & Zahlungsarten (Version 1.4)
   ========================================================= */
.fuss__leiste { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.25rem; margin-top: 2.5rem; }
.social { list-style: none; display: flex; gap: .6rem; margin: 0; padding: 0; }
.social a { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--mb-gold); color: var(--mb-gold); transition: background-color .15s ease, color .15s ease; }
.social a:hover { background: var(--mb-gold); color: var(--mb-dunkel); }
.social--kontakt { margin-top: 1.5rem; }
.zahlarten { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem; }
.zahlarten__titel { color: #C9D3B4; font-size: .95rem; }
.zahlarten ul { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; padding: 0; }
.zahlarten li { background: var(--mb-creme); color: var(--mb-dunkel); font-weight: 700; font-size: .9rem; padding: .3rem .9rem; border-radius: 999px; }

/* =========================================================
   Feiertage und Shop (Version 1.5)
   ========================================================= */
.geschlossen-band { background: var(--mb-gold); color: var(--mb-dunkel); font-weight: 600; text-align: center; padding: .7rem 0; font-size: 1rem; }
.geschlossen-tag { background: var(--mb-papier); border: 2px dashed var(--mb-gold); border-radius: var(--rund-m); padding: 1.75rem; }
.geschlossen-tag__titel { font-family: var(--schrift-titel); font-size: 1.6rem; font-weight: 600; color: var(--mb-dunkel); margin-bottom: .5rem; }
.tag-tab .tag-tab__datum { white-space: nowrap; }

.shop-filter { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.75rem; }
.shop-filter a { text-decoration: none; padding: .45rem 1.1rem; border-radius: 999px; background: #EDE6D6; color: var(--mb-dunkel); font-weight: 500; }
.shop-filter a[aria-current="page"] { background: var(--mb-dunkel); color: var(--mb-creme); font-weight: 700; }
.shop-raster { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1.5rem; }
.produkt { background: var(--mb-weiss); border: 2px solid var(--mb-linie); border-radius: var(--rund-m); overflow: hidden; display: flex; flex-direction: column; }
.produkt__bild { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: var(--mb-papier); }
.produkt__platzhalter { aspect-ratio: 1 / 1; background: linear-gradient(135deg, var(--mb-papier), #EEF1E2); display: grid; place-items: center; }
.produkt__inhalt { padding: 1.25rem 1.4rem 1.5rem; display: flex; flex-direction: column; gap: .35rem; flex: 1; }
.produkt__kategorie { font-size: .85rem; font-weight: 600; color: var(--mb-dunkelmoos); text-transform: uppercase; letter-spacing: .05em; margin: 0; }
.produkt__titel { font-size: 1.35rem; margin: 0; }
.produkt__text { color: var(--mb-grau); font-size: .95rem; margin: 0; }
.produkt__fuss { margin-top: auto; padding-top: .9rem; display: flex; align-items: center; justify-content: space-between; gap: .75rem; flex-wrap: wrap; }
.produkt__status { font-size: .85rem; font-weight: 600; margin: 0; }
.produkt__status--wenig { color: var(--mb-orange-dunkel); }
.produkt__status--aus { color: #9C3B12; }
.produkt--aus .produkt__bild { opacity: .55; }

/* =========================================================
   Gutscheine (Version 1.6)
   ========================================================= */
.gs-einloesen { margin-top: 2rem; background: var(--mb-weiss); border: 2px solid var(--mb-linie); border-radius: var(--rund-l); padding: clamp(1.25rem, 3vw, 2rem); scroll-margin-top: 110px; }
.gs-einloesen__titel { font-size: 1.6rem; }
.gs-einloesen__reihe { display: flex; flex-wrap: wrap; gap: 1rem; align-items: flex-end; }
.gs-einloesen__reihe .feld { flex: 1; min-width: 220px; margin: 0; }
.gs-einloesen input { text-transform: uppercase; letter-spacing: .08em; }
.angebot__login--dunkel { color: var(--mb-dunkel); }

/* =========================================================
   Bestellformular (Version 1.7)
   ========================================================= */
.bestell-tage { margin-bottom: 1.5rem; }
.bestellformular { background: var(--mb-weiss); border: 2px solid var(--mb-linie); border-radius: var(--rund-l); padding: clamp(1.25rem, 3vw, 2.25rem); }
.bestellformular__titel { font-size: clamp(1.6rem, 3vw, 2.1rem); margin-bottom: 1.25rem; }
.bestell-menues { display: flex; flex-direction: column; gap: .75rem; }
.bestell-menu { display: grid; grid-template-columns: 1fr auto 120px; gap: 1rem; align-items: center; background: var(--mb-papier); border-radius: var(--rund-m); padding: 1rem 1.25rem; }
@media (max-width: 560px) { .bestell-menu { grid-template-columns: 1fr auto; } .bestell-menu__menge { grid-column: 1 / -1; } }
.bestell-menu .etikett { margin-bottom: .4rem; }
.bestell-menu__titel { font-size: 1.35rem; margin: 0; }
.bestell-menu__meta { margin: .2rem 0 0; color: var(--mb-grau); font-size: .95rem; }
.bestell-menu__preis { margin: 0; font-weight: 700; font-size: 1.2rem; color: var(--mb-dunkel); font-variant-numeric: tabular-nums; }
.bestell-menu__menge { margin: 0; }
.bestell-menu__menge label { display: block; font-size: .85rem; font-weight: 600; color: var(--mb-grau); margin-bottom: .2rem; }
.bestell-menu__menge input { width: 100%; font: 700 1.25rem var(--schrift-text); text-align: center; padding: .55rem; border-radius: var(--rund-s); border: 2px solid var(--mb-linie); background: #fff; min-height: 48px; }
.bestell-menu__menge input:focus { border-color: var(--mb-orange); outline: none; }
.bestell-angaben { margin-top: 2rem; }
.bestell-angaben fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.bestell-legende { font-family: var(--schrift-titel); font-size: 1.4rem; font-weight: 600; color: var(--mb-dunkel); margin-bottom: .75rem; padding: 0; }
.feld__zusatz { font-weight: 400; color: var(--mb-grau); font-size: .9em; }
.bezahlart { display: flex; align-items: center; gap: .6rem; padding: .75rem 1rem; border: 2px solid var(--mb-linie); border-radius: var(--rund-s); margin-bottom: .5rem; cursor: pointer; font-weight: 600; min-height: 48px; }
.bezahlart:has(input:checked) { border-color: var(--mb-dunkel); background: var(--mb-papier); }
.bezahlart input { width: 20px; height: 20px; accent-color: var(--mb-dunkel); }
.bestell-fuss { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 2px solid var(--mb-linie); }
.bestell-total { margin: 0; font-size: 1.25rem; }
.bestell-total strong { font-size: 1.6rem; color: var(--mb-dunkel); font-variant-numeric: tabular-nums; }
.bestaetigung { background: var(--mb-weiss); border: 3px solid var(--mb-moos); border-radius: var(--rund-l); padding: clamp(1.5rem, 4vw, 2.5rem); max-width: 720px; }
.bestaetigung__titel { font-size: clamp(1.7rem, 3.5vw, 2.3rem); }

/* =========================================================
   Ablauf, Menü-Arten und Rabatte (Version 1.8)
   ========================================================= */
.abschnitt--dunkel { background: var(--mb-dunkel); color: var(--mb-creme); }
.abschnitt__titel--hell { color: var(--mb-creme); }
.ablauf { list-style: none; counter-reset: ablauf; margin: 2rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.75rem; }
.ablauf__schritt { position: relative; padding-top: 1.25rem; border-top: 4px solid var(--mb-gold); }
.ablauf__nummer { font-family: var(--schrift-titel); font-size: 2.6rem; font-weight: 700; line-height: 1; color: var(--mb-gold); display: block; margin-bottom: .5rem; }
.ablauf__titel { font-family: var(--schrift-text); font-size: 1.3rem; font-weight: 700; color: var(--mb-creme); margin-bottom: .4rem; }
.ablauf__text { color: #C9D3B4; margin: 0; }
.knopf--hell { background: transparent; border-color: var(--mb-creme); color: var(--mb-creme); }
.knopf--hell:hover { background: var(--mb-creme); color: var(--mb-dunkel); }

.etikett--vegetarisch { background: var(--mb-hellgruen); color: var(--mb-dunkelmoos); }
.etikett--vegan { background: #D8E8CB; color: #2F5A1E; }
.etikett--fleisch { background: #F3E6C4; color: #7A4A12; }

.angebot__statt { display: inline-block; margin-left: .5rem; font-size: 1.3rem; font-weight: 600; color: var(--mb-grau); text-decoration: line-through; }
.angebot__rabatt { display: inline-block; background: var(--mb-orange); color: var(--mb-dunkel); font-weight: 700; font-size: .95rem; padding: .3rem 1rem; border-radius: 999px; margin: 0 0 .5rem; }
.betrag-chips { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; margin: .5rem 0 0; padding: 0; }
.betrag-chips li { background: var(--mb-papier); border: 2px solid var(--mb-linie); border-radius: 999px; padding: .3rem 1rem; font-weight: 700; color: var(--mb-dunkel); }

/* =========================================================
   Treuekarte (Version 2.0)
   ========================================================= */
.treue-hero { background: linear-gradient(120deg, var(--mb-papier) 55%, #EEF1E2 100%); }
.treue-hero__innen { display: grid; grid-template-columns: 1.05fr 1fr; gap: 2.5rem; align-items: center; padding-block: clamp(2.5rem, 6vw, 4.5rem); }
@media (max-width: 820px) { .treue-hero__innen { grid-template-columns: 1fr; } .treue-hero__bild { order: -1; max-width: 420px; } }
.treue-hero__titel { font-size: clamp(2.2rem, 5.5vw, 3.6rem); margin-bottom: .3em; }
.treue-hero__lead { font-size: 1.2rem; color: var(--mb-grau); }

.treue-schritte { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.75rem; }
.treue-schritte li { border-top: 4px solid var(--mb-gold); padding-top: 1.25rem; }
.treue-schritte h2 { font-family: var(--schrift-text); font-size: 1.4rem; font-weight: 700; margin: .4rem 0 .3rem; }
.treue-schritte p { color: var(--mb-grau); margin: 0; }
.treue-schritte__nr { font-family: var(--schrift-titel); font-size: 2.6rem; font-weight: 700; color: var(--mb-orange); line-height: 1; }

.treue-beispiel { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 3.5rem); align-items: center; }
@media (max-width: 760px) { .treue-beispiel { grid-template-columns: 1fr; } }

.stempelkarte { background: var(--mb-dunkel); color: var(--mb-creme); border-radius: var(--rund-l); padding: clamp(1.25rem, 3vw, 1.75rem); box-shadow: var(--schatten); max-width: 460px; }
.stempelkarte__kopf { display: flex; align-items: center; gap: .9rem; margin-bottom: 1.1rem; }
.stempelkarte__marke { font-family: var(--schrift-titel); font-size: 1.4rem; font-weight: 600; margin: 0; color: var(--mb-creme); }
.stempelkarte__label { margin: 0; font-size: .85rem; letter-spacing: .14em; text-transform: uppercase; color: var(--mb-gold); }
.stempelkarte__stand { margin: 0 0 0 auto; font-size: 1.5rem; font-weight: 700; font-variant-numeric: tabular-nums; color: var(--mb-gold); }
.stempelkarte__felder { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: .6rem; }
.stempelkarte__felder li { aspect-ratio: 1; border-radius: 50%; border: 2px dashed rgba(200, 160, 74, .55); display: grid; place-items: center; color: rgba(245, 240, 228, .45); font-weight: 700; }
.stempelkarte__felder li.ist-voll { background: var(--mb-gold); border-style: solid; border-color: var(--mb-gold); color: var(--mb-dunkel); }
.stempelkarte__ziel { font-size: .95rem; color: var(--mb-gold); }
.stempelkarte__fuss { margin: 1.1rem 0 0; font-size: .95rem; color: #C9D3B4; }
.stempelkarte__fuss strong { color: var(--mb-gold); }
.stempelkarte--klein { max-width: 340px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.treue-block { margin-top: 2rem; }
.stempel-start { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
@media (max-width: 760px) { .stempel-start { grid-template-columns: 1fr; } }
.stempel-start__titel { font-size: clamp(1.8rem, 4vw, 2.6rem); }
.treue-banner { background: #E3E8D3; border-left: 6px solid var(--mb-moos); border-radius: var(--rund-s); padding: .9rem 1.1rem; color: var(--mb-dunkelmoos); margin-bottom: 1.25rem; }
.treue-zeile { color: var(--mb-dunkelmoos); font-weight: 600; margin-bottom: .25rem; }
.teaser-reihe--drei { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 980px) { .teaser-reihe--drei { grid-template-columns: 1fr; } }
.teaser--treue { background: var(--mb-moos); color: #14261C; }
.teaser--treue .teaser__titel { color: #14261C; }
.teaser--treue .teaser__link { color: var(--mb-dunkel); }

/* Konto selbst erstellen (Version 2.1) */
.konto-rechts { display: flex; flex-direction: column; gap: 1.5rem; }
.konto-neu { border-color: var(--mb-moos); }
.konto-neu .formular__titel { font-size: 1.6rem; }
