/*
Theme Name: Die Mehlhexe
Theme URI: https://seagreen-ferret-518855.hostingersite.com
Description: Offizielles Theme für Die Mehlhexe – Nicole Kurzweil, Backkurse an der Costa Blanca
Author: Nils Kurzweil
Author URI: https://seagreen-ferret-518855.hostingersite.com
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Privat / Alle Rechte vorbehalten
Text Domain: kurzweil.es
Tags: elementor, food, baking, courses, german
*/
 
/* ============================================================
   GOOGLE FONTS
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&family=Open+Sans:ital,wght@0,400;0,500;0,600;1,400&family=Lora:ital,wght@0,400;1,400;1,600&display=swap');
 
/* ============================================================
   DESIGN TOKENS – Die Mehlhexe
   ============================================================ */
:root {
  /* ── Kernfarben ── */
  --mh-brot:            #F5F1E9;
  --mh-brot-mid:        #d4c9a8;
  --mh-brot-dark:       #6b5b3e;
  --mh-brot-deep:       #3d3020;
 
  --mh-gruen:           #D8F3DC;
  --mh-gruen-mid:       #74c69d;
  --mh-gruen-dark:      #2d6a4f;
 
  --mh-apricot:         #FFDAB9;
  --mh-apricot-mid:     #f4a261;
  --mh-apricot-dark:    #7a4a0a;
 
  --mh-rot:             #FF6B6B;
  --mh-rot-hover:       #e63946;
  --mh-rot-dark:        #9b2226;
 
  --mh-blau:            #A3CEF1;
  --mh-blau-mid:        #4a90d9;
  --mh-blau-dark:       #0c3d6b;
 
  /* ── Neutrale ── */
  --mh-white:           #ffffff;
  --mh-bg:              #F5F1E9;
  --mh-surface:         #faf8f3;
  --mh-text:            #2c1a0e;
  --mh-text-mid:        #6b5b3e;
  --mh-text-light:      #9e8b72;
  --mh-border:          rgba(107, 91, 62, 0.15);
  --mh-border-strong:   rgba(107, 91, 62, 0.30);
 
  /* ── Typografie ── */
  --font-display:       'Montserrat', sans-serif;
  --font-body:          'Open Sans', sans-serif;
  --font-accent:        'Lora', serif;
 
  /* ── Abstände ── */
  --radius-xs:    4px;
  --radius-sm:    8px;
  --radius-md:    14px;
  --radius-lg:    22px;
  --radius-xl:    40px;
  --radius-full:  9999px;
 
  /* ── Schatten ── */
  --shadow-xs:  0 1px 4px rgba(44, 26, 14, 0.06);
  --shadow-sm:  0 2px 10px rgba(44, 26, 14, 0.08);
  --shadow-md:  0 6px 24px rgba(44, 26, 14, 0.10);
  --shadow-lg:  0 12px 48px rgba(44, 26, 14, 0.14);
  --shadow-xl:  0 24px 80px rgba(44, 26, 14, 0.18);
 
  /* ── Übergänge ── */
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
}
 
/* ============================================================
   RESET & BASIS
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
 
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
 
body {
  background-color: var(--mh-bg);
  color: var(--mh-text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
img, video { max-width: 100%; height: auto; display: block; }
 
a {
  color: var(--mh-brot-dark);
  text-decoration: none;
  transition: color 0.2s var(--ease-smooth);
}
a:hover { color: var(--mh-rot); }
 
ul, ol { padding-left: 1.5em; }
 
/* ============================================================
   TYPOGRAFIE-HIERARCHIE
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.2;
  color: var(--mh-brot-dark);
  letter-spacing: -0.01em;
}
 
.display-1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.03em;
}
 
h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.6rem); }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.9rem); }
h4 { font-size: 1.3rem; }
h5 { font-size: 1.1rem; }
h6 { font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.06em; }
 
.text-accent,
.mh-italic {
  font-family: var(--font-accent);
  font-style: italic;
  font-weight: 400;
}
 
p { margin-bottom: 1.2rem; }
p:last-child { margin-bottom: 0; }
 
.lead {
  font-size: 1.2rem;
  line-height: 1.65;
  color: var(--mh-text-mid);
}
 
.small { font-size: 0.875rem; color: var(--mh-text-light); }
 
.eyebrow {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mh-apricot-dark);
  margin-bottom: 0.75rem;
  display: block;
}
 
/* ============================================================
   LAYOUT
   ============================================================ */
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
 
.container-narrow { max-width: 760px; margin: 0 auto; padding: 0 24px; }
.container-wide   { max-width: 1400px; margin: 0 auto; padding: 0 24px; }
 
.section        { padding: 96px 0; }
.section-sm     { padding: 56px 0; }
.section-lg     { padding: 140px 0; }
.section-xl     { padding: 180px 0; }
 
.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 32px; }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
 
/* ============================================================
   HEADER & NAVIGATION
   ============================================================ */
#site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(245, 241, 233, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--mh-border);
  transition: box-shadow 0.3s var(--ease-smooth);
}
 
#site-header.scrolled {
  box-shadow: var(--shadow-md);
}
 
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
 
.site-logo {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
 
.logo-main {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--mh-brot-dark);
  letter-spacing: -0.02em;
}
 
.logo-sub {
  font-family: var(--font-accent);
  font-style: italic;
  font-size: 0.8rem;
  color: var(--mh-text-light);
}
 
.main-nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
 
.main-nav ul li a {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  color: var(--mh-text-mid);
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  transition: all 0.2s var(--ease-smooth);
  display: block;
}
 
.main-nav ul li a:hover,
.main-nav ul li.current-menu-item > a {
  color: var(--mh-brot-dark);
  background: rgba(107, 91, 62, 0.12);
}
 
.main-nav ul li.menu-item-has-children { position: relative; }
 
.main-nav ul li ul.sub-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: var(--mh-white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--mh-border);
  min-width: 200px;
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.25s var(--ease-smooth);
}
 
.main-nav ul li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
 
.main-nav ul li ul.sub-menu li a {
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  font-size: 14px;
}
 
.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--mh-rot);
  color: var(--mh-white) !important;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: var(--radius-sm);
  transition: all 0.25s var(--ease-bounce);
  box-shadow: 0 3px 12px rgba(255, 107, 107, 0.3);
  white-space: nowrap;
  margin-left: 12px;
}
 
.header-cta:hover {
  background: var(--mh-rot-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
  color: var(--mh-white) !important;
}
 
/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  padding: 14px 32px;
  border-radius: var(--radius-sm);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.25s var(--ease-bounce);
  text-decoration: none;
  letter-spacing: 0.01em;
  line-height: 1;
  white-space: nowrap;
}
 
.btn-primary {
  background: var(--mh-rot);
  color: var(--mh-white);
  box-shadow: 0 4px 16px rgba(255, 107, 107, 0.35);
}
.btn-primary:hover {
  background: var(--mh-rot-hover);
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(255, 107, 107, 0.45);
  color: var(--mh-white);
}
 
.btn-secondary {
  background: transparent;
  color: var(--mh-brot-dark);
  border-color: var(--mh-brot-dark);
}
.btn-secondary:hover {
  background: var(--mh-brot-dark);
  color: var(--mh-white);
  transform: translateY(-2px);
}
 
.btn-warm {
  background: var(--mh-apricot-dark);
  color: var(--mh-white);
  box-shadow: 0 4px 16px rgba(122, 74, 10, 0.25);
}
.btn-warm:hover {
  background: #5a3508;
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(122, 74, 10, 0.35);
  color: var(--mh-white);
}
 
.btn-ghost {
  background: rgba(255,255,255,0.15);
  color: var(--mh-white);
  border-color: rgba(255,255,255,0.4);
  backdrop-filter: blur(4px);
}
.btn-ghost:hover {
  background: rgba(255,255,255,0.25);
  color: var(--mh-white);
  transform: translateY(-2px);
}
 
.btn-lg { padding: 18px 44px; font-size: 16px; }
.btn-sm { padding: 10px 20px; font-size: 13px; }
.btn-full { width: 100%; justify-content: center; }
 
.elementor-button-wrapper .elementor-button,
.wp-block-button__link {
  background: var(--mh-rot) !important;
  color: var(--mh-white) !important;
  font-family: var(--font-display) !important;
  font-weight: 700 !important;
  border-radius: var(--radius-sm) !important;
  border: none !important;
  padding: 14px 32px !important;
  box-shadow: 0 4px 16px rgba(255, 107, 107, 0.35) !important;
  transition: all 0.25s !important;
  letter-spacing: 0.01em !important;
}
.elementor-button-wrapper .elementor-button:hover {
  background: var(--mh-rot-hover) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 28px rgba(255, 107, 107, 0.45) !important;
}
 
/* ============================================================
   HERO SECTION
   ============================================================ */
.hero {
  min-height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    var(--mh-brot) 0%,
    #ede8d8 40%,
    var(--mh-apricot) 100%
  );
}
 
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%236b5b3e' fill-opacity='0.04'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
 
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
}
 
.hero h1 { color: var(--mh-brot-deep); margin-bottom: 1.5rem; }
.hero p   { font-size: 1.2rem; color: var(--mh-text-mid); margin-bottom: 2.5rem; max-width: 540px; }
 
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
 
/* ============================================================
   KARTEN
   ============================================================ */
.card {
  background: var(--mh-white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--mh-border);
  overflow: hidden;
  transition: transform 0.3s var(--ease-bounce), box-shadow 0.3s var(--ease-smooth);
}
 
.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
 
.card-img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
 
.card-body { padding: 1.75rem; }
.card-title { font-size: 1.25rem; margin-bottom: 0.6rem; color: var(--mh-brot-dark); }
.card-text  { font-size: 15px; color: var(--mh-text-mid); margin-bottom: 1.25rem; }
 
.kurs-card {
  background: var(--mh-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--mh-border);
  transition: transform 0.3s var(--ease-bounce), box-shadow 0.3s;
}
 
.kurs-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
}
 
.kurs-card-header {
  padding: 2rem;
  position: relative;
}
 
.kurs-card.sauerteig .kurs-card-header { background: var(--mh-brot); }
.kurs-card.pizza     .kurs-card-header { background: var(--mh-apricot); }
 
.kurs-preis {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--mh-brot-dark);
  line-height: 1;
}
 
.kurs-preis span { font-size: 1rem; font-weight: 400; color: var(--mh-text-light); }
 
.kurs-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  font-family: var(--font-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  margin-bottom: 1rem;
}
 
.kurs-badge.sauerteig { background: var(--mh-brot-mid); color: var(--mh-brot-dark); }
.kurs-badge.pizza     { background: var(--mh-apricot-mid); color: var(--mh-white); }
 
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
 
.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--mh-border);
  font-size: 15px;
  color: var(--mh-text-mid);
}
 
.feature-list li:last-child { border-bottom: none; }
 
.feature-list li::before {
  content: '';
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background: var(--mh-gruen);
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L4.5 7.5L11 1' stroke='%232d6a4f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 2px;
}
 
/* ============================================================
   BADGES & TAGS
   ============================================================ */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--font-display);
  padding: 5px 14px;
  border-radius: var(--radius-full);
  letter-spacing: 0.04em;
}
 
.badge-brot      { background: var(--mh-brot);    color: var(--mh-brot-dark); border: 1px solid var(--mh-brot-mid); }
.badge-gruen     { background: var(--mh-gruen);   color: var(--mh-gruen-dark); }
.badge-apricot   { background: var(--mh-apricot); color: var(--mh-apricot-dark); }
.badge-rot       { background: var(--mh-rot);     color: var(--mh-white); }
.badge-blau      { background: var(--mh-blau);    color: var(--mh-blau-dark); }
 
/* ============================================================
   TRUST / SOCIAL PROOF
   ============================================================ */
.trust-section {
  background: var(--mh-brot-deep);
  color: var(--mh-white);
  padding: 80px 0;
}
 
.trust-stat {
  text-align: center;
  padding: 2rem;
}
 
.trust-stat .number {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--mh-apricot);
  line-height: 1;
  margin-bottom: 0.5rem;
}
 
.trust-stat .label {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
 
/* ============================================================
   ÜBER-NICOLE SECTION
   ============================================================ */
.about-section {
  background: var(--mh-surface);
}
 
.about-img-wrap {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}
 
.about-img-wrap img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}
 
.about-img-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: var(--mh-white);
  border-radius: var(--radius-md);
  padding: 14px 20px;
  box-shadow: var(--shadow-md);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  color: var(--mh-brot-dark);
}
 
/* ============================================================
   STANDORT SECTION
   ============================================================ */
.standort-section {
  background: linear-gradient(135deg, var(--mh-blau) 0%, #c8e8fa 100%);
  padding: 100px 0;
}
 
.standort-section h2 { color: var(--mh-blau-dark); }
.standort-section p  { color: var(--mh-blau-dark); opacity: 0.8; }
 
/* ============================================================
   NEWSLETTER SECTION
   ============================================================ */
.newsletter-section {
  background: var(--mh-brot-deep);
  padding: 80px 0;
  text-align: center;
}
 
.newsletter-section h2 { color: var(--mh-apricot); }
.newsletter-section p  { color: rgba(255,255,255,0.7); }
 
.newsletter-form {
  display: flex;
  gap: 12px;
  max-width: 480px;
  margin: 2rem auto 0;
}
 
.newsletter-form input[type="email"] {
  flex: 1;
  padding: 14px 20px;
  border: none;
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 15px;
  background: rgba(255,255,255,0.12);
  color: var(--mh-white);
  outline: none;
  transition: background 0.2s;
  border: 1px solid rgba(255,255,255,0.2);
}
 
.newsletter-form input[type="email"]::placeholder { color: rgba(255,255,255,0.45); }
.newsletter-form input[type="email"]:focus { background: rgba(255,255,255,0.18); }
 
/* ============================================================
   FAQ SECTION
   ============================================================ */
.faq-item {
  border-bottom: 1px solid var(--mh-border);
  padding: 24px 0;
}
 
.faq-question {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--mh-brot-dark);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
 
.faq-question::after {
  content: '+';
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--mh-text-light);
  flex-shrink: 0;
  transition: transform 0.25s;
}
 
.faq-item.open .faq-question::after { transform: rotate(45deg); }
 
.faq-answer {
  font-size: 15px;
  color: var(--mh-text-mid);
  line-height: 1.7;
  padding-top: 1rem;
  display: none;
}
 
.faq-item.open .faq-answer { display: block; }
 
/* ============================================================
   FORMULARE
   ============================================================ */
.form-group { margin-bottom: 1.25rem; }
 
label {
  display: block;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--mh-brot-dark);
  margin-bottom: 8px;
}
 
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
select {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--mh-border-strong);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--mh-text);
  background: var(--mh-white);
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  appearance: none;
}
 
input:focus, textarea:focus, select:focus {
  border-color: var(--mh-apricot-mid);
  box-shadow: 0 0 0 3px rgba(244, 162, 97, 0.2);
}
 
textarea { min-height: 140px; resize: vertical; }
 
/* ============================================================
   ELEMENTOR GLOBAL OVERRIDES
   Keine !important bei Farben – du kannst alle Farben
   frei in Elementor unter "Stil → Textfarbe" einstellen!
   ============================================================ */
.elementor-section,
.e-container {
  font-family: var(--font-body);
}
 
/* Schriftart setzen, aber KEINE Farbe erzwingen */
.elementor-widget-heading .elementor-heading-title {
  font-family: var(--font-display) !important;
  /* Farbe: frei in Elementor einstellbar */
}
 
/* Texteditor: nur Schrift und Größe, keine Farbe */
.elementor-widget-text-editor {
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
  /* Farbe: frei in Elementor einstellbar */
}
 
.elementor-icon-box-title { font-family: var(--font-display) !important; font-weight: 700 !important; }
 
.elementor-image img { border-radius: var(--radius-md); }
 
.elementor-divider-separator { border-color: var(--mh-border) !important; }
 
/* ============================================================
   HILFSKLASSE "mh-hell" – für Sektionen mit Foto/dunklem Hintergrund
   Optional: CSS-Klasse "mh-hell" an Elementor-Sektion vergeben
   wenn du Texte pauschal weiß haben möchtest ohne jeden
   Widget einzeln anzupassen
   ============================================================ */
.mh-hell .elementor-heading-title,
.mh-hell h1, .mh-hell h2, .mh-hell h3, .mh-hell h4 {
  color: #ffffff;
  text-shadow: 0 2px 16px rgba(0,0,0,0.45);
}
.mh-hell .elementor-widget-text-editor,
.mh-hell .elementor-widget-text-editor p {
  color: rgba(255,255,255,0.88);
  text-shadow: 0 1px 8px rgba(0,0,0,0.3);
}
 
/* Hintergrund-Klassen für Elementor-Sektionen */
.mh-bg-brot      { background-color: var(--mh-brot) !important; }
.mh-bg-surface   { background-color: var(--mh-surface) !important; }
.mh-bg-gruen     { background-color: var(--mh-gruen) !important; }
.mh-bg-apricot   { background-color: var(--mh-apricot) !important; }
.mh-bg-blau      { background-color: var(--mh-blau) !important; }
.mh-bg-dark      { background-color: var(--mh-brot-deep) !important; }
.mh-bg-white     { background-color: var(--mh-white) !important; }
 
/* ============================================================
   RECHTLICHE SEITEN
   ============================================================ */
.legal-content {
  max-width: 760px;
  margin: 0 auto;
  padding: 60px 24px;
}
 
.legal-content h1 { font-size: 2rem; margin-bottom: 2rem; }
.legal-content h2 { font-size: 1.3rem; margin-top: 2.5rem; margin-bottom: 1rem; border-bottom: 1px solid var(--mh-border); padding-bottom: 0.5rem; }
.legal-content h3 { font-size: 1.1rem; margin-top: 1.5rem; margin-bottom: 0.75rem; }
.legal-content p  { color: var(--mh-text-mid); font-size: 15px; margin-bottom: 1rem; }
.legal-content ul { color: var(--mh-text-mid); font-size: 15px; margin-bottom: 1rem; }
.legal-content li { margin-bottom: 0.5rem; }
 
/* ============================================================
   BLOG / REZEPTE
   ============================================================ */
.post-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  color: var(--mh-text-light);
  font-family: var(--font-display);
  font-weight: 600;
  margin-bottom: 1rem;
}
 
.post-category-label {
  background: var(--mh-apricot);
  color: var(--mh-apricot-dark);
  padding: 3px 10px;
  border-radius: var(--radius-full);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
 
/* ============================================================
   FOOTER
   ============================================================ */
#colophon {
  background: var(--mh-brot-deep);
  color: rgba(255,255,255,0.65);
  padding: 72px 0 0;
}
 
.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 48px;
  padding-bottom: 48px;
}
 
.footer-brand .logo-main { color: var(--mh-apricot); font-size: 1.5rem; }
.footer-brand .logo-sub  { color: rgba(255,255,255,0.4); }
.footer-brand p          { font-size: 14px; margin-top: 1rem; max-width: 280px; }
 
.footer-col h4 {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  margin-bottom: 1.25rem;
}
 
.footer-col ul { list-style: none; padding: 0; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { font-size: 14px; color: rgba(255,255,255,0.5); transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--mh-apricot); }
 
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
  color: rgba(255,255,255,0.3);
}
 
.footer-bottom a { color: rgba(255,255,255,0.4); }
.footer-bottom a:hover { color: var(--mh-apricot); }
 
/* ============================================================
   UTILITY
   ============================================================ */
.text-center  { text-align: center; }
.text-left    { text-align: left; }
.text-right   { text-align: right; }
.sr-only      { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
 
.divider { width: 48px; height: 3px; background: var(--mh-rot); border-radius: 2px; margin: 1.25rem 0 2rem; }
.divider-center { margin-left: auto; margin-right: auto; }
 
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.mt-5 { margin-top: 3rem; }
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }
.mb-5 { margin-bottom: 3rem; }
 
/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}
 
@media (max-width: 768px) {
  .section { padding: 64px 0; }
  .section-lg { padding: 80px 0; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .hero { min-height: 80vh; }
  .hero-buttons { flex-direction: column; }
  .hero-buttons .btn { width: 100%; justify-content: center; }
  .main-nav { display: none; }
  .newsletter-form { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .trust-section .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
 
@media (max-width: 480px) {
  .container { padding: 0 16px; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.6rem; }
  .btn { padding: 12px 24px; font-size: 14px; }
  .btn-lg { padding: 14px 28px; }
}
 
/* ============================================================
   PRINT
   ============================================================ */
@media print {
  #site-header, .newsletter-section, .hero-buttons { display: none; }
  body { background: white; color: black; }
}