/* =========================================================
   Matzes Motorradtraining – Landing (Pixel-Perfect + Responsive)
   Styling-Layer für die in Elementor gebauten Sektionen.
   Layout/Abstände leben in den Elementor-Container-Settings,
   das Aussehen (Farben, Typo, Komponenten) hier.
   ========================================================= */

/* Inter selbst gehostet (kein Google-Fonts-Call → DSGVO-konform, kein FOUT) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/inter-var-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/inter-var-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg: #101820;   /* Pantone Black 6C · RGB 16,24,32 */
  --bg-rgb: 16, 24, 32; /* dieselbe Basis für rgba() – Header, Hero-Overlay */
  --bg2: #18202b;  /* Sektions-Alternanz, gleicher kühler Ton, eine Stufe heller */
  --card: #1e2632; /* Karten, auf die Basis abgestimmt */
  --line: #2d3543; /* Rahmen/Trennlinien */
  --txt: #f4f4f5;
  --muted: #a1a1aa;
  --accent: #ff5a1f;
  --accent2: #ff7a3c;
  --ok: #22c55e;
  --warn: #f59e0b;
  --danger: #ef4444;
  --r: 14px;
  --maxw: 1160px;
  --mz-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* ---------- Base / Canvas ---------- */
body.mz-landing {
  background: var(--bg);
  color: var(--txt);
  font-family: var(--mz-font);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  /* kein overflow-x hier — bricht position:sticky des Headers. Menü öffnet vertikal. */
}
body.mz-landing img { max-width: 100%; height: auto; }

/* hello-elementor reset.css färbt rohe <button>/[type=button]/[type=submit] pink (#c36) auf
   hover/focus/active. Wir überschreiben mit DENSELBEN Selektoren (gleiche Spezifität 0,2,0),
   aber später geladen → gewinnt das Reset. Unsere Button-Klassen (.mz-btn/.mz-more-btn) stehen
   weiter unten in dieser Datei und gewinnen den Gleichstand, behalten also ihren Hover. */
[type=button], [type=submit], button { border-color: transparent; color: inherit; }
[type=button]:hover, [type=button]:focus, [type=button]:active,
[type=submit]:hover, [type=submit]:focus, [type=submit]:active,
button:hover, button:focus, button:active { background-color: transparent; }
body.mz-menu-open { overflow: hidden; }

/* Inter erzwingen – Elementor-Kit setzt sonst Roboto auf alle nativen Widgets */
body.mz-landing,
body.mz-landing h1, body.mz-landing h2, body.mz-landing h3,
body.mz-landing h4, body.mz-landing h5, body.mz-landing h6,
body.mz-landing p, body.mz-landing a, body.mz-landing span, body.mz-landing li,
body.mz-landing button, body.mz-landing input, body.mz-landing select, body.mz-landing textarea,
body.mz-landing .elementor-heading-title,
body.mz-landing .elementor-widget-text-editor,
body.mz-landing .elementor-button,
body.mz-landing .elementor-image-box-title,
body.mz-landing .elementor-image-box-description {
  font-family: var(--mz-font) !important;
}

/* Sektion + innerer Wrapper */
.mz-section { position: relative; }
.mz-section.bg2 { background: var(--bg2); }
.mz-section.bg1 { background: var(--bg); }
.mz-wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; }

/* ---------- Typo-Bausteine ---------- */
.mz-eyebrow .elementor-heading-title,
.mz-eyebrow {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 13px;
  font-weight: 600;
  color: var(--accent) !important;
}
.mz-title .elementor-heading-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800 !important; /* Kit erzwingt sonst 600 */
  line-height: 1.15;
  color: var(--txt) !important;
}
.mz-lead,
.mz-lead .elementor-widget-container,
.mz-lead p {
  color: var(--muted);
  font-size: 18px;
  max-width: 640px;
}
.mz-accent, .accent { color: var(--accent); }

/* ---------- Buttons ----------
   Deckt 3 Fälle ab: Elementor-Button-Widget (.mz-btn .elementor-button),
   rohe <a>/<button> mit .mz-btn (a./button.). !important schlägt Kit-Defaults. */
.mz-btn .elementor-button,
a.mz-btn, button.mz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600 !important;
  font-size: 15px !important;
  padding: 13px 24px !important;
  border-radius: 999px !important;
  border: 0;
  cursor: pointer;
  transition: .2s;
  font-family: var(--mz-font) !important;
  line-height: 1.6 !important; /* wie Mockup (.btn erbt 1.6) → Höhe 52px statt 41px */
  text-decoration: none;
  letter-spacing: normal;
}
.mz-btn-primary .elementor-button,
a.mz-btn-primary, button.mz-btn-primary {
  background: var(--accent) !important;
  color: #fff !important;
  border: 0 !important;
}
.mz-btn-primary .elementor-button:hover,
a.mz-btn-primary:hover, button.mz-btn-primary:hover {
  background: var(--accent2) !important;
  transform: translateY(-2px);
  color: #fff !important;
}
.mz-btn-ghost .elementor-button,
a.mz-btn-ghost, button.mz-btn-ghost {
  background: transparent !important;
  color: var(--txt) !important;
  border: 1.5px solid var(--line) !important;
}
.mz-btn-ghost .elementor-button:hover,
a.mz-btn-ghost:hover, button.mz-btn-ghost:hover {
  border-color: var(--accent) !important;
  color: var(--accent) !important;
}
/* Ausgebucht / deaktiviert (wie Mockup .tbtn:disabled) */
.mz-btn:disabled,
button.mz-btn-primary:disabled,
button.mz-btn-ghost:disabled,
.mz-btn.is-disabled {
  opacity: .4 !important;
  background: var(--line) !important;
  color: var(--muted) !important;
  border: 0 !important;
  cursor: not-allowed !important;
  transform: none !important;
}

/* =========================================================
   HEADER / NAV + BURGER
   ========================================================= */
/* Sticky muss am Top-Level-Container hängen (er ist seitenhoch),
   nicht am inneren .mz-header (der steckt im 72px-hohen HTML-Widget). */
.mz-header-con {
  position: sticky !important;
  top: 0;
  z-index: 200;
}
.mz-header {
  position: relative;
  z-index: 200;
  background: rgba(var(--bg-rgb), .82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  transition: background .25s, box-shadow .25s;
}
.mz-header.mz-scrolled { box-shadow: 0 8px 30px rgba(0, 0, 0, .35); }
.mz-nav {
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: 20px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.mz-logo { display: flex; align-items: center; font-weight: 800; font-size: 20px; }
/* höhere Spezifität als Elementors `.elementor img{height:auto}` */
.mz-header .mz-logo img { height: 50px !important; width: auto !important; display: block; } /* transparentes Logo, kein blend nötig */
.mz-logo span { color: var(--accent); }

.mz-navlinks { display: flex; align-items: center; gap: 32px; }
.mz-navlinks > a {
  font-size: 15px;
  font-weight: 500;
  color: var(--muted);
  transition: .2s;
}
.mz-navlinks > a:hover { color: var(--txt); }
.mz-navlinks a.mz-btn-primary { color: #fff; padding: 10px 20px; }
.mz-navlinks a.mz-btn-primary:hover { color: #fff; }

.mz-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(5, 5, 7, .6);
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
  z-index: 190;
}
body.mz-menu-open .mz-nav-overlay { opacity: 1; visibility: visible; }

/* Burger button (3 lines -> X) */
.mz-burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 210;
  padding: 0;
}
.mz-burger span {
  position: absolute;
  left: 10px;
  right: 10px;
  height: 2.5px;
  background: var(--txt);
  border-radius: 3px;
  transition: transform .32s cubic-bezier(.7, .1, .2, 1), opacity .2s;
}
.mz-burger span:nth-child(1) { top: 15px; }
.mz-burger span:nth-child(2) { top: 21px; }
.mz-burger span:nth-child(3) { top: 27px; }
.mz-burger.is-active span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.mz-burger.is-active span:nth-child(2) { opacity: 0; transform: scaleX(.2); }
.mz-burger.is-active span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

/* =========================================================
   HERO
   ========================================================= */
.mz-hero {
  position: relative;
  min-height: min(88vh, 860px);
  display: flex;
  flex-direction: column;
  /* Elementor .e-con nutzt diese Variablen (lädt nach landing.css) */
  --display: flex;
  --flex-direction: column;
  --justify-content: center;
  --align-items: stretch;
  justify-content: center !important;
  align-items: stretch;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background-size: cover !important;
  background-position: center !important;
}
.mz-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(var(--bg-rgb), .94) 0%, rgba(var(--bg-rgb), .75) 45%, rgba(var(--bg-rgb), .35) 100%);
  z-index: 1;
}
.mz-hero > .e-con-inner,
.mz-hero .mz-hero-inner { position: relative; z-index: 2; }
.mz-hero-inner { max-width: 640px; margin-inline: auto; } /* zentriert wie Mockup (x=340) */
.mz-hero .mz-title .elementor-heading-title,
.mz-hero-title .elementor-heading-title {
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 800 !important; /* Kit erzwingt sonst 600 */
  line-height: 1.05;
  letter-spacing: -.02em;
  color: var(--txt) !important; /* sonst Kit-Blau #6EC1E4 */
}
.mz-hero-title .accent,
.mz-hero-title .elementor-heading-title .accent { color: var(--accent) !important; }
/* Slogan (ehemalige H1) – Element 3, unter Marke + Untertitel */
.mz-hero-tagline .elementor-heading-title { font-size: clamp(21px, 3vw, 32px); font-weight: 800 !important; line-height: 1.15; letter-spacing: -.02em; color: var(--txt) !important; margin-top: 18px; }
.mz-hero-tagline .accent,
.mz-hero-tagline .elementor-heading-title .accent { color: var(--accent) !important; }
.mz-hero-sub p, .mz-hero-sub { font-size: 20px; color: #e4e4e7; letter-spacing: -.013em; } /* 1 Zeile wie Mockup (Live rendert ~7px breiter) */
.mz-hero-sub b { color: #fff; font-weight: 700; }
.mz-hero-sub2 p, .mz-hero-sub2 { font-size: 17px; color: var(--muted); }

.mz-hero-stats { display: flex; gap: 34px; flex-wrap: wrap; }
.mz-hero-stats .st b { display: block; font-size: 30px; font-weight: 800; color: var(--accent); }
.mz-hero-stats .st span { font-size: 14px; color: var(--muted); }

/* =========================================================
   ANGEBOT (3 Service-Cards)  -> Elementor Image-Box
   ========================================================= */
.mz-grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.mz-scard {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  transition: .25s;
  height: 100%;
}
.mz-scard:hover { transform: translateY(-6px); border-color: var(--accent); }
.mz-scard .elementor-image-box-wrapper {
  display: flex !important;
  flex-direction: column;
  align-items: stretch !important;
  gap: 0;
  height: 100%;
  text-align: left;
}
.mz-scard .elementor-image-box-img {
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
}
.mz-scard .elementor-image-box-img img {
  width: 100% !important;
  max-width: none !important;
  height: 210px !important;
  object-fit: cover;
  display: block;
  border-radius: 0 !important;
}
.mz-scard .elementor-image-box-content { padding: 24px; text-align: left; }
.mz-scard .elementor-image-box-title { font-size: 21px !important; font-weight: 700 !important; margin-bottom: 10px; color: var(--txt) !important; }
.mz-scard .elementor-image-box-description { color: var(--muted) !important; font-size: 15px !important; }

/* Angebot – aufklappbare Karten (Mehr erfahren) */
.mz-xgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 28px; align-items: start; }
.mz-xcard { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: border-color .25s; display: flex; flex-direction: column; }
.mz-xcard:hover { border-color: var(--accent); }
.mz-xcard-pic img { width: 100% !important; height: 210px !important; max-width: none !important; object-fit: cover; display: block; border-radius: 0 !important; }
.mz-xcard-in { padding: 24px; display: flex; flex-direction: column; gap: 12px; }
.mz-xcard-t { font-size: 21px; font-weight: 700; color: var(--txt); margin: 0; }
.mz-xcard-teaser { color: var(--muted); font-size: 15px; line-height: 1.6; margin: 0; }
.mz-xcard-more { display: grid; gap: 12px; }
.mz-xcard-more[hidden] { display: none; }
.mz-xcard-more p { color: var(--muted); font-size: 15px; line-height: 1.65; margin: 0; }
.mz-xcard-sub { color: var(--txt) !important; font-weight: 600; }
.mz-more-btn { align-self: flex-start; margin-top: 4px; background: transparent; color: var(--accent); border: 1px solid var(--accent); border-radius: 999px; padding: 8px 20px; font: inherit; font-weight: 600; font-size: 14px; cursor: pointer; transition: .2s; }
.mz-more-btn:hover { background: var(--accent); color: #fff; }
/* Kommerz-Footer der Karten (Preis / individuell + CTA) */
.mz-xcard-offer { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 12px; }
.mz-offer-head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.mz-offer-head span { font-weight: 700; color: var(--txt); font-size: 15px; }
.mz-offer-head b { color: var(--accent); font-size: 26px; font-weight: 800; white-space: nowrap; line-height: 1; }
.mz-offer-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.mz-offer-list li { position: relative; padding-left: 26px; color: var(--muted); font-size: 14px; line-height: 1.4; }
.mz-offer-list li::before { content: '✓'; position: absolute; left: 0; top: -1px; color: var(--accent); font-weight: 800; }
.mz-offer-note { color: var(--muted); font-size: 14px; line-height: 1.5; margin: 0; }
.mz-offer-btn { display: flex !important; width: 100%; margin-top: 2px; }
.mz-xcard-feat { border-color: var(--accent); box-shadow: 0 0 24px -10px var(--accent); }
.mz-xcard-feat .mz-offer-head b { font-size: 28px; }

/* FAQ-Akkordeon */
.mz-faq { max-width: 820px; margin: 30px auto 0; display: flex; flex-direction: column; gap: 12px; }
.mz-faq-item { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: border-color .2s; }
.mz-faq-item.open { border-color: var(--accent); }
.mz-faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 22px; background: transparent; border: 0; cursor: pointer; text-align: left; font-family: var(--mz-font); font-size: 17px; font-weight: 600; color: var(--txt); transition: color .2s; white-space: normal; overflow-wrap: break-word; }
.mz-faq-q > span:not(.mz-faq-ico), .mz-faq-q { min-width: 0; }
.mz-faq-q:hover { color: var(--accent); }
.mz-faq-ico { flex: 0 0 auto; font-size: 26px; line-height: 1; color: var(--accent); transition: transform .25s; }
.mz-faq-item.open .mz-faq-ico { transform: rotate(45deg); }
.mz-faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.mz-faq-a-in { padding: 2px 22px 20px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.mz-faq-a-in p { margin: 0 0 10px; }
.mz-faq-a-in p:last-child { margin-bottom: 0; }
.mz-faq-a-in b { color: var(--txt); }
.mz-faq-quote { color: #e4e4e7 !important; font-style: italic; border-left: 3px solid var(--accent); padding-left: 14px; }
.mz-faq-list { margin: 4px 0 10px; padding: 0; list-style: none; display: grid; gap: 8px; }
.mz-faq-list li { position: relative; padding-left: 20px; }
.mz-faq-list li::before { content: '–'; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
@media (max-width: 980px) { .mz-xgrid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 680px) { .mz-xgrid { grid-template-columns: 1fr; } }

/* =========================================================
   ÜBER MICH
   ========================================================= */
.mz-about { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.mz-about-img img { border-radius: var(--r); width: 100%; height: 100%; object-fit: cover; border: 1px solid var(--line); }
.mz-quote, .mz-quote p {
  border-left: 3px solid var(--accent);
  padding: 6px 0 6px 20px;
  font-size: 20px;
  font-style: italic;
  color: #e4e4e7;
}
.mz-muted p, .mz-muted { color: var(--muted); }

/* =========================================================
   GALERIE (masonry)
   ========================================================= */
.mz-gallery .elementor-image-gallery .gallery { display: block; margin: 0; }
.mz-gallery .gallery-item {
  width: 100% !important;
  margin: 0 0 16px !important;
  break-inside: avoid;
}
.mz-gallery .elementor-image-gallery .gallery { columns: 3; column-gap: 16px; }
.mz-gallery .gallery-item img {
  width: 100%;
  border: 1px solid var(--line) !important;
  border-radius: var(--r);
  transition: .25s;
}
.mz-gallery .gallery-item img:hover { transform: scale(1.02); border-color: var(--accent) !important; }

/* =========================================================
   YOUTUBE
   ========================================================= */
.mz-yt { display: grid; grid-template-columns: 1.25fr 1fr; gap: 48px; align-items: center; }
.mz-yt .mz-video .elementor-widget-container,
.mz-video .elementor-wrapper {
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--line);
}
.mz-ytlogo {
  display: inline-flex; align-items: center; gap: 9px;
  color: #ff3b30; font-weight: 700; font-size: 15px;
}
.mz-ytlogo .play {
  width: 30px; height: 21px; background: #ff0000; border-radius: 6px;
  display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 11px;
}

/* =========================================================
   TERMINE  (JS-gerendert -> Phase-2-Plugin ersetzt das)
   ========================================================= */
.mz-price-tag {
  display: inline-flex; align-items: baseline; gap: 8px;
  background: var(--card); border: 1px solid var(--line);
  border-radius: 999px; padding: 8px 20px;
}
.mz-price-tag b { font-size: 24px; font-weight: 800; color: var(--accent); }

.termine-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.tcard {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r);
  padding: 22px 24px; display: flex; flex-direction: column; gap: 14px;
}
.tcard .row1 { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.tcard .date { font-size: 20px; font-weight: 700; color: var(--txt); }
.tcard .date small { display: block; font-size: 13px; font-weight: 500; color: var(--muted); margin-top: 2px; }
.badge { font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 999px; white-space: nowrap; }
.b-free { background: rgba(34, 197, 94, .15); color: #4ade80; }
.b-few { background: rgba(245, 158, 11, .16); color: #fbbf24; }
.b-full { background: rgba(239, 68, 68, .15); color: #f87171; }
.bar { height: 8px; border-radius: 999px; background: #2a2a32; overflow: hidden; }
.bar i { display: block; height: 100%; background: var(--accent); border-radius: 999px; }
.tcard .row2 { display: flex; justify-content: space-between; align-items: center; }
.seats { font-size: 14px; color: var(--muted); }
.seats b { color: var(--txt); }
.tcard .tbtn { font-size: 14px; padding: 9px 18px; }
.tcard .tbtn.is-disabled { opacity: .4; pointer-events: none; background: var(--line); color: var(--muted); }
.mz-note { font-size: 13px; color: var(--muted); }

/* =========================================================
   FORM  (Fluent Forms an Mockup angepasst)
   ========================================================= */
.mz-formwrap {
  max-width: 680px; margin-inline: auto;
  background: var(--card); border: 1px solid var(--line);
  border-radius: 18px; padding: 38px;
}
.mz-formwrap .fluentform .ff-el-group { margin-bottom: 16px; }
.mz-formwrap .ff-el-input--label label { font-size: 14px; font-weight: 500; color: #d4d4d8; margin-bottom: 7px; }
.mz-formwrap .ff-el-form-control,
.mz-formwrap input[type=text],
.mz-formwrap input[type=email],
.mz-formwrap input[type=tel],
.mz-formwrap select,
.mz-formwrap textarea {
  width: 100%;
  background: var(--bg2) !important;
  border: 1px solid var(--line) !important;
  border-radius: 10px !important;
  padding: 12px 14px !important;
  color: var(--txt) !important;
  font-size: 15px;
  font-family: inherit;
  transition: .2s;
}
.mz-formwrap .ff-el-form-control:focus,
.mz-formwrap select:focus,
.mz-formwrap textarea:focus { outline: 0; border-color: var(--accent) !important; }
.mz-formwrap .ff-el-form-control::placeholder { color: #6b6b73; }
.mz-formwrap .ff-btn-submit,
.mz-formwrap button[type=submit] {
  width: 100%;
  background: var(--accent) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-weight: 600;
  font-size: 16px;
  padding: 15px !important;
  cursor: pointer;
  transition: .2s;
}
.mz-formwrap .ff-btn-submit:hover { background: var(--accent2) !important; transform: translateY(-2px); }
.mz-formwrap .ff-message-success {
  text-align: center; color: #4ade80;
  background: rgba(34, 197, 94, .1); border: 1px solid rgba(34, 197, 94, .3);
  border-radius: 12px; padding: 22px;
}

/* =========================================================
   KONTAKT
   ========================================================= */
.mz-kgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.mz-kinfo .kitem { display: flex; gap: 16px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid var(--line); }
.mz-kinfo .kicon {
  width: 46px; height: 46px; border-radius: 12px; background: var(--card);
  display: flex; align-items: center; justify-content: center; font-size: 20px; color: var(--accent); flex-shrink: 0;
}
.mz-kinfo .klabel { font-size: 13px; color: var(--muted); }
.mz-kinfo .kval { font-size: 17px; font-weight: 600; color: var(--txt); }
.mz-kinfo a.kitem { text-decoration: none; color: inherit; transition: border-color .2s; }
.mz-kinfo a.kitem:hover { border-color: var(--accent); }
.mz-kinfo a.kitem:hover .kval { color: var(--accent); }
.mz-kinfo .ksocial { display: flex; gap: 12px; margin-top: 22px; }
.mz-kinfo .ksocial a {
  width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center; font-size: 20px; transition: .2s; color: var(--txt);
}
.mz-kinfo .ksocial a:hover { border-color: var(--accent); color: var(--accent); }
.mz-kinfo .kicon svg { width: 22px; height: 22px; display: block; }
.mz-kinfo .ksocial a svg { width: 20px; height: 20px; display: block; }
.mz-kmap .elementor-widget-container {
  border-radius: var(--r); overflow: hidden; border: 1px solid var(--line);
  min-height: 340px; width: 100%;
}
/* Kein Rand auf dem iframe — invert(.92) würde ihn weiß färben */
.mz-kmap iframe {
  border: 0 !important;
  border-radius: var(--r);
  min-height: 340px; width: 100%;
  filter: grayscale(.3) invert(.92) hue-rotate(180deg);
}

/* =========================================================
   CONSENT (Click-to-load: Google Maps / YouTube · §25 TDDDG)
   ========================================================= */
.mz-consent {
  position: relative; width: 100%;
  border-radius: var(--r); overflow: hidden; border: 1px solid var(--line);
  background: var(--card);
  display: flex; align-items: center; justify-content: center;
}
.mz-consent.mz-video { aspect-ratio: 16 / 9; }
.mz-consent.mz-kmap { min-height: 340px; }
.mz-consent-inner { text-align: center; padding: 26px 22px; max-width: 380px; }
.mz-consent-inner h4 { margin: 12px 0 6px; font-size: 18px; color: var(--txt); }
.mz-consent-inner p { font-size: 13px; color: var(--muted); margin: 0 0 16px; line-height: 1.55; }
.mz-consent-inner p a { color: var(--accent); text-decoration: underline; }
.mz-consent-ico { width: 48px; height: 48px; margin: 0 auto; color: var(--accent); display: flex; align-items: center; justify-content: center; }
.mz-consent-ico svg { width: 34px; height: 34px; }
.mz-consent-play { background: #ff0000; color: #fff; border-radius: 12px; font-size: 22px; width: 56px; height: 40px; }
.mz-consent.loaded { display: block; }
.mz-consent iframe { width: 100%; height: 100%; border: 0; display: block; }
.mz-consent.mz-kmap iframe { min-height: 340px; filter: grayscale(.3) invert(.92) hue-rotate(180deg); }
.mz-consent.mz-video iframe { position: absolute; inset: 0; }

/* -------- Cookie-/Einwilligungs-Banner -------- */
.mz-cookie { position: fixed; left: 0; right: 0; bottom: 0; z-index: 500; padding: 16px; display: flex; justify-content: center; }
.mz-cookie[hidden] { display: none; }
.mz-cookie-box { width: 100%; max-width: 940px; background: var(--card); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 22px 60px -20px rgba(0,0,0,.75); padding: 20px 22px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.mz-cookie-text { flex: 1 1 320px; min-width: 240px; }
.mz-cookie-text b { color: var(--txt); font-size: 15px; }
.mz-cookie-text p { color: var(--muted); font-size: 13px; line-height: 1.6; margin: 6px 0 0; }
.mz-cookie-text a { color: var(--accent); text-decoration: underline; }
.mz-cookie-actions { display: flex; gap: 12px; flex: 0 0 auto; }
.mz-cookie-btn { min-width: 158px; justify-content: center; }
.mz-cookie-reject { background: transparent; color: var(--txt); border: 1px solid var(--line); }
.mz-cookie-reject:hover { border-color: var(--accent); color: var(--accent); background: transparent; }
/* Solange das Banner offen ist, den schwebenden Kontakt-Button ausblenden (keine Überlappung) */
body.mz-cookie-open .mz-fab,
body.mzb-modal-open .mz-fab { display: none; }
@media (max-width: 600px) { .mz-cookie-box { gap: 16px; } .mz-cookie-actions { width: 100%; } .mz-cookie-btn { flex: 1; min-width: 0; } }

/* =========================================================
   RECHTLICHE SEITEN (Impressum / Datenschutz) + TODO-Marker
   ========================================================= */
body.mz-legalpage { background: var(--bg); color: var(--txt); }
/* Standard-Theme-Chrome auf den Rechtsseiten ausblenden – nur unser Inhalt zählt */
body.mz-legalpage .site-header,
body.mz-legalpage .page-header,
body.mz-legalpage .site-footer { display: none; }
.mz-legal {
  max-width: 820px; margin: 0 auto; padding: 56px 22px 90px;
  color: var(--txt); font-family: 'Inter', system-ui, sans-serif; line-height: 1.7;
}
.mz-legal h1 { font-size: 34px; font-weight: 800; margin: 6px 0 24px; letter-spacing: -.02em; color: var(--txt); }
.mz-legal h2 { font-size: 19px; font-weight: 700; margin: 30px 0 8px; color: var(--txt); }
.mz-legal p { color: var(--muted); margin: 0 0 12px; }
.mz-legal a { color: var(--accent); }
.mz-legal-back a { color: var(--muted); text-decoration: none; font-weight: 600; font-size: 14px; }
.mz-legal-back a:hover { color: var(--accent); }
.mz-legal-stand { margin-top: 34px; font-size: 13px; color: var(--muted); }
.mz-legal-list { color: var(--muted); margin: 0 0 12px; padding-left: 22px; }
.mz-legal-list li { margin: 0 0 8px; }
.mz-legal-list b { color: var(--txt); }

/* Kräftiger ROTER Marker für noch auszufüllende Angaben (überall sichtbar) */
.mz-todo {
  background: #dc2626; color: #fff !important; font-weight: 800;
  padding: .1em .45em; border-radius: 4px;
  box-shadow: 0 0 0 2px var(--bg) inset; text-decoration: none;
}

/* Einwilligungs-Checkbox im Buchungsformular */
.mz-form-consent { display: flex; align-items: flex-start; gap: 10px; margin: 2px 0 18px; font-size: 13px; color: var(--muted); line-height: 1.5; text-align: left; cursor: pointer; }
.mz-form-consent input { margin-top: 2px; width: 17px; height: 17px; accent-color: var(--accent); flex: 0 0 auto; }
.mz-form-consent a { color: var(--accent); text-decoration: underline; }

/* =========================================================
   SCHWEBENDER KONTAKT-BUTTON (FAB: Call + Mail)
   ========================================================= */
.mz-fab { position: fixed; right: 24px; bottom: 80px; z-index: 9999; display: flex; flex-direction: column; align-items: flex-end; gap: 14px; font-family: 'Inter', system-ui, sans-serif; transition: opacity .3s, transform .3s, visibility .3s; }
.mz-fab.mz-fab-hidden { opacity: 0; transform: translateY(24px) scale(.9); pointer-events: none; visibility: hidden; }
.mz-fab-action { position: relative; width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--card); color: var(--accent); border: 1px solid var(--line); box-shadow: 0 10px 26px rgba(0,0,0,.4); text-decoration: none; opacity: 0; transform: translateY(20px) scale(.5); pointer-events: none; transition: transform .3s cubic-bezier(.2,.9,.3,1.2), opacity .25s, background .15s, color .15s; }
.mz-fab-action svg { width: 24px; height: 24px; }
.mz-fab-action:hover { background: var(--accent); color: #fff; transform: scale(1.08) !important; border-color: var(--accent); }
.mz-fab.open .mz-fab-action { opacity: 1; transform: none; pointer-events: auto; }
.mz-fab.open .mz-fab-mail { transition-delay: .05s; }
.mz-fab.open .mz-fab-call { transition-delay: .12s; }
.mz-fab-tip { position: absolute; right: 66px; top: 50%; transform: translateY(-50%); background: var(--card); color: var(--txt); font-size: 13px; font-weight: 600; padding: 6px 12px; border-radius: 8px; white-space: nowrap; border: 1px solid var(--line); opacity: 0; pointer-events: none; transition: opacity .2s; box-shadow: 0 6px 16px rgba(0,0,0,.3); }
.mz-fab-action:hover .mz-fab-tip { opacity: 1; }
.mz-fab-main { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; padding: 0; border: 0; border-radius: 50%; background: var(--accent); color: #fff; cursor: pointer; box-shadow: 0 12px 30px rgba(255,90,31,.45); transition: transform .25s, box-shadow .25s; }
.mz-fab-main:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(255,90,31,.6); }
.mz-fab-main svg { width: 26px; height: 26px; }
.mz-fab-ico { display: inline-flex; }
.mz-fab-close { display: none; font-size: 26px; line-height: 1; }
.mz-fab.open .mz-fab-ico { display: none; }
.mz-fab.open .mz-fab-close { display: inline-flex; }
.mz-fab-main::after { content: ''; position: absolute; inset: 0; border-radius: inherit; box-shadow: 0 0 0 0 rgba(255,90,31,.55); animation: mzFabPulse 2.4s ease-out infinite; }
.mz-fab.open .mz-fab-main::after { animation: none; }
@keyframes mzFabPulse { 0% { box-shadow: 0 0 0 0 rgba(255,90,31,.5); } 70% { box-shadow: 0 0 0 18px rgba(255,90,31,0); } 100% { box-shadow: 0 0 0 0 rgba(255,90,31,0); } }
@media (max-width: 600px) { .mz-fab { right: 16px; bottom: 72px; } .mz-fab-main { width: 52px; height: 52px; } }

/* =========================================================
   FOOTER (Bar im Stil des Beispiels, aber in unseren Farben)
   ========================================================= */
/* Ganzer Footer vollflächig orange, kompakt */
.mz-footer { background: var(--accent); border-top: 0; }
.mz-footer-bar {
  background: transparent;
  border-radius: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.mz-footer-logo { font-weight: 800; font-size: 22px; letter-spacing: -.01em; color: #fff !important; }
.mz-footer-social { display: flex; gap: 12px; }
.mz-footer-social a {
  width: 40px; height: 40px; border-radius: 50%;
  background: #fff; color: var(--accent) !important;
  display: flex; align-items: center; justify-content: center;
  transition: transform .2s, background .2s, color .2s;
}
.mz-footer-social a:hover { transform: translateY(-3px); background: #0a0a0c; color: #fff !important; }
.mz-footer-social svg { width: 18px; height: 18px; display: block; }
.mz-footer-legal { display: flex; align-items: center; flex-wrap: wrap; justify-content: center; gap: 6px 10px; font-size: 14px; color: rgba(255, 255, 255, .85); }
.mz-footer-legal a { color: #fff !important; }
.mz-footer-legal a:hover { text-decoration: underline; }
.mz-footer-legal .sep { color: rgba(255, 255, 255, .55); }
.mz-footer .fbottom { margin-top: 22px; text-align: center; font-size: 13px; color: #71717a; }
@media (max-width: 760px) {
  .mz-footer-bar { flex-direction: column; text-align: center; padding: 26px 20px; gap: 18px; }
  /* Rechtslinks als 2×2-Raster: zwei pro Zeile, mittig, „|" nur zwischen den Spalten */
  .mz-footer-legal { display: grid; grid-template-columns: repeat(2, auto); justify-content: center; align-items: stretch; column-gap: 0; row-gap: 12px; }
  .mz-footer-legal .sep { display: none; }
  .mz-footer-legal a { display: flex; align-items: center; justify-content: center; padding: 3px 18px; white-space: nowrap; }
  .mz-footer-legal a:nth-of-type(odd) { border-right: 1px solid rgba(255, 255, 255, .5); }
}

/* Zentrierte Sektion (Anmeldung) */
.mz-center { align-items: center; text-align: center; }
.mz-center .elementor-heading-title { text-align: center; }
.mz-center .mz-lead p { text-align: center; margin-inline: auto; }
.mz-muted-lg p { color: var(--muted); font-size: 17px; }
.mz-about-text, .mz-yt-text { align-self: center; }

/* =========================================================
   LAYOUT-GRIDS: müssen Elementors .e-con{display:flex} schlagen
   ========================================================= */
.mz-grid3, .mz-about, .mz-kgrid, .mz-yt, .mz-vgrid { display: grid !important; }
.mz-grid3 > .elementor-element,
.mz-grid3 > .e-con { height: 100%; }

/* =========================================================
   INDIVIDUELL & AUF ANFRAGE (2 große Karten)
   ========================================================= */
.mz-vgrid { grid-template-columns: 1fr 1fr; gap: 26px; }
.mz-vcard {
  background: var(--card) !important;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  height: 100%;
  transition: transform .25s, border-color .25s;
}
@media (hover: hover) { .mz-vcard:hover { transform: translateY(-6px); border-color: var(--accent); } }
.mz-vcard-img { width: 100%; }
.mz-vcard-img img { width: 100% !important; height: 300px !important; object-fit: cover; display: block !important; border-radius: 0 !important; }
.mz-vcard-body { flex-grow: 1; }
.mz-vcard-title .elementor-heading-title { font-size: 24px !important; font-weight: 700 !important; color: var(--txt) !important; }
.mz-vcard-desc, .mz-vcard-desc p { color: var(--muted); font-size: 16px; }
.mz-vcard-foot { margin-top: auto; justify-content: space-between !important; align-items: flex-end !important; }
.mz-price-vhb .lbl { display: block; font-size: 13px; color: var(--muted); margin-bottom: 4px; }
.mz-price-vhb b { font-size: 20px; font-weight: 800; color: var(--accent); }

/* Hero-Feinabstände wie im Mockup */
.mz-hero .mz-cta { margin-top: 16px; }
.mz-hero .mz-hero-stats { margin-top: 30px; }
.mz-hero-sub2 { margin-top: -6px; }

/* =========================================================
   GALERIE als HTML-Widget (Masonry via CSS columns)
   ========================================================= */
.mz-galleryhtml .gallery { columns: 3; column-gap: 16px; }
.mz-galleryhtml .gallery a.mz-glink {
  display: block;
  margin-bottom: 16px;
  break-inside: avoid;
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--line);
  transition: transform .25s, border-color .25s;
  cursor: zoom-in;
}
.mz-galleryhtml .gallery img { width: 100%; display: block; border-radius: var(--r); }
/* Hover-Effekt nur für Maus-Geräte (auf Touch kein „klebender“ Orange-Rand) */
@media (hover: hover) {
  .mz-galleryhtml .gallery a.mz-glink:hover { transform: scale(1.02); border-color: var(--accent); }
}

/* =========================================================
   FORM (custom HTML, 1:1 Mockup)
   ========================================================= */
.mz-formhtml .formwrap {
  max-width: 680px; margin: 0 auto;
  background: var(--card); border: 1px solid var(--line);
  border-radius: 18px; padding: 38px;
}
.mz-formhtml .formrow { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.mz-formhtml .field { margin-bottom: 16px; }
.mz-formhtml .field label { display: block; font-size: 14px; font-weight: 500; margin-bottom: 7px; color: #d4d4d8; }
.mz-formhtml .field input,
.mz-formhtml .field select,
.mz-formhtml .field textarea {
  width: 100%; background: var(--bg2); border: 1px solid var(--line);
  border-radius: 10px; padding: 12px 14px; color: var(--txt);
  font-size: 15px; font-family: inherit; transition: .2s;
}
.mz-formhtml .field input:focus,
.mz-formhtml .field select:focus,
.mz-formhtml .field textarea:focus { outline: 0; border-color: var(--accent); }
.mz-formhtml .field input::placeholder,
.mz-formhtml .field textarea::placeholder { color: #6b6b73; }
.mz-formhtml .formwrap .submit {
  width: 100%; justify-content: center; margin-top: 8px;
  font-size: 16px; padding: 15px;
  background: var(--accent); color: #fff; border: 0; border-radius: 999px;
  font-weight: 600; cursor: pointer; transition: .2s; font-family: inherit;
}
.mz-formhtml .formwrap .submit:hover { background: var(--accent2); transform: translateY(-2px); }
.mz-formhtml .confirm { display: none; text-align: center; padding: 20px; }
.mz-formhtml .confirm.show { display: block; animation: mzfade .4s; }
@keyframes mzfade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; } }
.mz-formhtml .confirm .ico {
  width: 72px; height: 72px; border-radius: 50%;
  background: rgba(34, 197, 94, .15); color: #4ade80; font-size: 38px;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 18px;
}
.mz-formhtml .confirm h3 { font-size: 24px; margin-bottom: 10px; color: var(--txt); }
.mz-formhtml .confirm p { color: var(--muted); }
.mz-formhtml .note { font-size: 13px; color: var(--muted); text-align: center; margin-top: 16px; }

/* Buchungs-Popup (Modal) */
.mzb-modal { position: fixed; inset: 0; z-index: 300; display: flex; align-items: flex-start; justify-content: center; padding: 24px 16px; overflow-y: auto; }
.mzb-modal[hidden] { display: none; }
.mzb-modal-backdrop { position: fixed; inset: 0; background: rgba(var(--bg-rgb), .74); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.mzb-modal-box { position: relative; z-index: 1; width: 100%; max-width: 640px; margin: auto; background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 34px 30px; box-shadow: 0 30px 80px -20px rgba(0,0,0,.7); animation: mzbPop .28s ease; }
@keyframes mzbPop { from { opacity: 0; transform: translateY(16px) scale(.985); } to { opacity: 1; transform: none; } }
.mzb-modal-x { position: absolute; top: 12px; right: 14px; width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; font-size: 26px; line-height: 1; color: var(--muted); background: transparent; border: 0; border-radius: 10px; cursor: pointer; transition: .2s; }
.mzb-modal-x:hover { color: var(--txt); background: var(--bg2); }
.mzb-modal-head { text-align: center; margin-bottom: 22px; }
.mzb-modal-head .mzb-eyebrow { display: block; color: var(--accent); font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 8px; }
.mzb-modal-head h3 { font-size: clamp(24px, 4vw, 32px); font-weight: 800; color: var(--txt); margin: 0 0 8px; line-height: 1.1; }
.mzb-modal-head p { color: var(--muted); font-size: 15px; margin: 0; }
body.mzb-modal-open { overflow: hidden; }
/* Formwrap im Modal ist kein eigenes Panel mehr (die Modal-Box ist das Panel) */
.mzb-modal .formwrap { max-width: none; margin: 0; background: transparent; border: 0; border-radius: 0; padding: 0; }
/* Toast */
.mzb-toast { position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 30px); z-index: 400; background: var(--accent); color: #fff; font-weight: 600; font-size: 15px; padding: 14px 22px; border-radius: 999px; box-shadow: 0 16px 40px -12px rgba(0,0,0,.6); opacity: 0; transition: opacity .3s, transform .3s; }
.mzb-toast.show { opacity: 1; transform: translate(-50%, 0); }
@media (max-width: 640px) { .mzb-modal-box { padding: 28px 20px; } }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 900px) {
  .mz-burger { display: block; }

  /* Mobiles Menü: volle Breite, von oben einklappend (kein horizontaler Overflow → sticky bleibt heil) */
  .mz-navlinks {
    position: fixed;
    top: 72px; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(21, 21, 26, .98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 24px 44px rgba(0, 0, 0, .55);
    padding: 10px 20px 22px;
    max-height: calc(100dvh - 72px);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-14px);
    transition: opacity .28s ease, transform .3s cubic-bezier(.5, .05, .2, 1), visibility .28s;
    z-index: 195;
  }
  body.mz-menu-open .mz-navlinks { opacity: 1; visibility: visible; transform: translateY(0); }
  .mz-navlinks > a {
    font-size: 18px;
    width: 100%;
    padding: 15px 4px;
    border-bottom: 1px solid var(--line);
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .3s, transform .3s, color .2s;
  }
  body.mz-menu-open .mz-navlinks > a { opacity: 1; transform: translateY(0); }
  body.mz-menu-open .mz-navlinks > a:nth-child(1) { transition-delay: .06s; }
  body.mz-menu-open .mz-navlinks > a:nth-child(2) { transition-delay: .10s; }
  body.mz-menu-open .mz-navlinks > a:nth-child(3) { transition-delay: .14s; }
  body.mz-menu-open .mz-navlinks > a:nth-child(4) { transition-delay: .18s; }
  body.mz-menu-open .mz-navlinks > a:nth-child(5) { transition-delay: .22s; }
  body.mz-menu-open .mz-navlinks > a:nth-child(6) { transition-delay: .26s; }
  .mz-navlinks a.mz-btn-primary {
    margin-top: 14px;
    width: 100%;
    justify-content: center;
    border-bottom: 0;
    padding: 14px 20px !important;
  }

  .mz-grid3,
  .mz-about,
  .mz-kgrid,
  .mz-vgrid,
  .termine-grid { grid-template-columns: 1fr; }
  .mz-vcard-img img { height: 240px; }
  .mz-about { gap: 30px; }
  .mz-yt { grid-template-columns: 1fr; gap: 28px; }
  .mz-gallery .elementor-image-gallery .gallery,
  .mz-galleryhtml .gallery { columns: 2; }
  .mz-formhtml .formrow { grid-template-columns: 1fr; }

  .mz-hero { min-height: auto; }
  .mz-hero::after { background: linear-gradient(180deg, rgba(var(--bg-rgb), .5) 0%, rgba(var(--bg-rgb), .68) 50%, rgba(var(--bg-rgb), .88) 100%); }
  .mz-hero-inner { max-width: 100%; }
  .mz-about-img img { height: 300px; }
  .mz-footer .fimpressum { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 520px) {
  /* Galerie bleibt 2-spaltig wie im Mockup (kein columns:1) */
  .mz-hero-stats { gap: 22px; }
  .mz-formwrap { padding: 24px; }
  .mz-price-tag { width: 100%; justify-content: space-between; }
}
