/*
 * Theme Name:  Weerts Child
 * Template:    generatepress
 * Version:     2.0.0
 * Description: GeneratePress Child Theme — Bau- & Möbeltischlerei Weerts
 *              Shabby Chic hell — 2026
 *
 * SCHRIFTEN: Plugin "Weerts Local Fonts" muss aktiv sein.
 *            Fonts: Playfair Display + Lato (lokal, DSGVO-konform)
 */

/* ============================================================
   GOOGLE FONTS
   ============================================================ */

/* ============================================================
   CSS-VARIABLEN (Design Tokens)
   ============================================================ */
:root {
  /* Marke */
  --c-red:          #C8001A;
  --c-red-dark:     #960015;
  --c-red-soft:     #E8667A;
  --c-red-blush:    #F5E8EA;

  /* Schlamm / Taupe (Shabby Chic) */
  --c-mud:          #8C7B6B;
  --c-mud-light:    #BAA99A;
  --c-mud-pale:     #EDE5DE;

  /* Rosa / Altrosa */
  --c-rose:         #D4A8A0;
  --c-rose-light:   #F0E4E1;

  /* Salbei */
  --c-sage:         #8BA68C;
  --c-sage-dark:    #5A7A65;

  /* Helle Basis */
  --c-cream:        #FBF8F5;
  --c-linen:        #F3EDE5;
  --c-sand:         #EDE4D8;
  --c-white:        #FFFFFF;

  /* Text */
  --c-text:         #3A2E26;
  --c-text-mid:     #6B5A4E;
  --c-text-light:   #9E8E83;
  --c-border:       #DDD0C5;
  --c-border-soft:  #EDE5DE;

  /* Typografie */
  --font-serif:     'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-sans:      'Lato', 'Helvetica Neue', Arial, sans-serif;

  /* Abstände */
  --gap-xs:  0.5rem;
  --gap-sm:  1rem;
  --gap-md:  1.75rem;
  --gap-lg:  3rem;
  --gap-xl:  5rem;

  /* Radius */
  --r-sm:    4px;
  --r-md:    10px;
  --r-lg:    16px;
  --r-pill:  50px;

  /* Schatten */
  --shadow-sm: 0 2px 8px rgba(140,123,107,0.10);
  --shadow-md: 0 6px 22px rgba(140,123,107,0.14);
  --shadow-lg: 0 12px 40px rgba(140,123,107,0.18);
}


/* ============================================================
   RESET & BASIS
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  background: var(--c-cream);
  color: var(--c-text);
  font-family: var(--font-sans);
  font-weight: 400;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a {
  color: var(--c-red);
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover { color: var(--c-red-dark); }


/* ============================================================
   TYPOGRAFIE
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  color: var(--c-text);
  line-height: 1.25;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.6em;
}

h1 { font-size: clamp(1.9rem, 4vw, 3rem); }
h2 { font-size: clamp(1.55rem, 2.8vw, 2.3rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.55rem); }
h4 { font-size: 1.1rem; font-weight: 700; }

/* Rote kursive Akzente in Headlines (Elementor nutzt <em>) */
h1 em, h2 em { color: var(--c-red); font-style: italic; }

p { margin: 0 0 1.15em; }

.lead {
  font-size: 1.1rem;
  font-weight: 300;
  color: var(--c-text-mid);
  line-height: 1.82;
}

strong, b { font-weight: 700; }

/* Akzentlinie unter Seitenüberschriften */
.entry-title,
.page-title {
  position: relative;
  padding-bottom: 0.7rem;
  margin-bottom: 1.5rem;
}
.entry-title::after,
.page-title::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 48px; height: 3px;
  background: var(--c-red);
  border-radius: 2px;
}


/* ============================================================
   GP TOP BAR (USP-LEISTE)
   Eingebunden über GP Header Builder → HTML-Widget oben
   ============================================================ */
.top-bar,
.wp-custom-header + .site-header .top-bar,
.generate-top-bar {
  background: var(--c-linen) !important;
  border-bottom: 1px solid var(--c-border) !important;
  color: var(--c-text-mid) !important;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.025em !important;
  text-align: center !important;
  padding: 0.45rem 1rem !important;
}

/* Falls GP die Top Bar als eigene Klasse ausgibt */
.top-bar-inner,
.inside-top-bar {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 0 0.3rem !important;
}

/* Trennzeichen · zwischen den USP-Punkten */
.top-bar .sep,
.generate-top-bar .sep {
  color: var(--c-mud-light);
  margin: 0 0.55rem;
  user-select: none;
}

/* Hervorhebung (Vrogum, Meisterbetrieb) */
.top-bar strong,
.generate-top-bar strong {
  color: var(--c-red);
  font-weight: 700;
}

/* Telefon-Link in Top Bar */
.top-bar a,
.generate-top-bar a {
  color: var(--c-text-mid);
  font-weight: 700;
}
.top-bar a:hover,
.generate-top-bar a:hover {
  color: var(--c-red);
}


/* ============================================================
   GP HEADER
   Einstellungen im Customizer:
   → Appearance → Customize → Header
   → BG: #FFFFFF, Border-Bottom: 1px #DDD0C5
   ============================================================ */
.site-header {
  background: var(--c-white) !important;
  border-bottom: 1px solid var(--c-border) !important;
  box-shadow: 0 1px 10px rgba(140,123,107,0.07) !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 100 !important;
  transition: box-shadow 0.3s ease !important;
}

/* Header beim Scrollen etwas stärker hervorheben */
.site-header.header-scrolled,
.scrolled .site-header {
  box-shadow: 0 2px 20px rgba(140,123,107,0.13) !important;
}

.inside-header {
  padding: 0.8rem 1.5rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

/* Logo */
.site-branding img,
.site-logo img,
.custom-logo {
  max-height: 140px !important;
  width: 360px !important;
}

/* Site-Titel (Fallback ohne Bild-Logo) */
.site-title a {
  font-family: var(--font-serif) !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  color: var(--c-red) !important;
  line-height: 1.1 !important;
}
.site-title a:hover { color: var(--c-red-dark) !important; }

.site-description {
  font-size: 0.72rem !important;
  color: var(--c-mud) !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  margin-top: 0.1rem !important;
}


/* ============================================================
   GP NAVIGATION
   ============================================================ */
.main-navigation,
.nav-primary {
  font-family: var(--font-sans) !important;
}

/* Haupt-Links */
.main-navigation .menu > li > a,
.nav-primary .menu > li > a {
  font-size: 0.88rem !important;
  font-weight: 400 !important;
  color: var(--c-text-mid) !important;
  letter-spacing: 0.015em !important;
  padding: 0.4rem 0.85rem !important;
  transition: color 0.2s ease !important;
  position: relative !important;
}

/* Hover-Unterstrich */
.main-navigation .menu > li > a::after,
.nav-primary .menu > li > a::after {
  content: '' !important;
  position: absolute !important;
  bottom: -3px !important;
  left: 0.85rem !important;
  right: 0.85rem !important;
  height: 2px !important;
  background: var(--c-red) !important;
  border-radius: 1px !important;
  transform: scaleX(0) !important;
  transition: transform 0.25s ease !important;
}

.main-navigation .menu > li > a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
  color: var(--c-red) !important;
}

.main-navigation .menu > li > a:hover::after,
.main-navigation .current-menu-item > a::after {
  transform: scaleX(1) !important;
}

/* ---- KONTAKT-BUTTON in der Navigation ----
   Klasse "nav-cta" beim jeweiligen Menüpunkt
   unter Menü → Erweitert → CSS-Klassen eintragen
   ------------------------------------------ */
.main-navigation .menu-item.nav-cta > a,
.nav-primary .menu-item.nav-cta > a {
  background: var(--c-red) !important;
  color: var(--c-white) !important;
  border-radius: var(--r-pill) !important;
  padding: 0.4rem 1.2rem !important;
  font-weight: 700 !important;
  font-size: 0.82rem !important;
  letter-spacing: 0.04em !important;
  margin-left: 0.5rem !important;
  box-shadow: 0 3px 12px rgba(200,0,26,0.22) !important;
  transition: background 0.2s ease, box-shadow 0.2s ease !important;
}

.main-navigation .menu-item.nav-cta > a:hover {
  background: var(--c-red-dark) !important;
  box-shadow: 0 5px 18px rgba(200,0,26,0.32) !important;
}

/* Kein Hover-Unterstrich beim Button */
.main-navigation .menu-item.nav-cta > a::after {
  display: none !important;
}

/* Dropdown */
.main-navigation .sub-menu,
.nav-primary .sub-menu {
  background: var(--c-white) !important;
  border: 1px solid var(--c-border-soft) !important;
  border-top: 3px solid var(--c-red) !important;
  border-radius: 0 0 var(--r-md) var(--r-md) !important;
  box-shadow: var(--shadow-md) !important;
  min-width: 200px !important;
}

.main-navigation .sub-menu li a {
  font-size: 0.86rem !important;
  color: var(--c-text-mid) !important;
  padding: 0.55rem 1.1rem !important;
  border-bottom: 1px solid var(--c-border-soft) !important;
}

.main-navigation .sub-menu li:last-child a {
  border-bottom: none !important;
}

.main-navigation .sub-menu li a:hover {
  color: var(--c-red) !important;
  background: var(--c-red-blush) !important;
}

.main-navigation .sub-menu li a::after {
  display: none !important;
}

/* Mobile Hamburger */
.menu-toggle {
  color: var(--c-text) !important;
  border: 1.5px solid var(--c-border) !important;
  border-radius: var(--r-sm) !important;
  padding: 0.4rem 0.7rem !important;
  background: transparent !important;
}
.menu-toggle:hover {
  border-color: var(--c-red) !important;
  color: var(--c-red) !important;
}

/* Mobile Nav Hintergrund */
@media (max-width: 768px) {
  .main-navigation .menu {
    background: var(--c-white) !important;
    border-top: 1px solid var(--c-border-soft) !important;
    padding: 0.5rem 0 !important;
  }
  .main-navigation .menu > li > a {
    padding: 0.65rem 1.2rem !important;
    border-bottom: 1px solid var(--c-border-soft) !important;
  }
  .main-navigation .menu-item.nav-cta > a {
    margin: 0.5rem 1.2rem !important;
    display: block !important;
    text-align: center !important;
  }
}


/* ============================================================
   SEITENINHALT
   ============================================================ */
.site-content {
  background: var(--c-cream) !important;
}

.content-area,
.inside-article {
  padding-top: var(--gap-lg);
  padding-bottom: var(--gap-lg);
}

/* Elementor-Seiten: kein zusätzliches Padding */
.elementor-page .content-area,
.elementor-page .inside-article {
  padding: 0 !important;
}


/* ============================================================
   ELEMENTOR — GLOBALE ANPASSUNGEN
   Wirken auf alle Elementor-Widgets
   ============================================================ */

/* Sektions-Überschriften zentriert (Elementor Widget Heading) */
.elementor-widget-heading .elementor-heading-title {
  font-family: var(--font-serif) !important;
}

/* Rote Akzentlinie unter zentrierten Sektions-Titeln
   CSS-Klasse "section-title" am Heading-Widget eintragen */
.elementor-widget-heading.section-title .elementor-heading-title {
  display: inline-block;
  position: relative;
  padding-bottom: 0.65rem;
}
.elementor-widget-heading.section-title .elementor-heading-title::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 44px; height: 3px;
  background: var(--c-red);
  border-radius: 2px;
}

/* Icon Box Widget — Leistungskarten */
.elementor-widget-icon-box .elementor-icon-box-wrapper {
  background: var(--c-white);
  border: 1px solid var(--c-border-soft);
  border-radius: var(--r-md);
  padding: 1.4rem 1.2rem;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* Rote Hover-Linie oben */
.elementor-widget-icon-box .elementor-icon-box-wrapper::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--c-red);
  border-radius: var(--r-md) var(--r-md) 0 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.elementor-widget-icon-box:hover .elementor-icon-box-wrapper {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.elementor-widget-icon-box:hover .elementor-icon-box-wrapper::before {
  transform: scaleX(1);
}

.elementor-widget-icon-box .elementor-icon-box-title {
  font-family: var(--font-serif) !important;
  font-size: 1.05rem !important;
  color: var(--c-text) !important;
}

.elementor-widget-icon-box .elementor-icon-box-description {
  font-size: 0.88rem !important;
  color: var(--c-text-light) !important;
  line-height: 1.6 !important;
}

/* Garten-Karten (bunte BG-Farben direkt in Elementor-Spalte gesetzt)
   Klasse "garden-card" an der Spalte eintragen */
.elementor-column.garden-card > .elementor-column-wrap,
.elementor-column.garden-card > .elementor-widget-wrap {
  border-radius: var(--r-lg) !important;
  padding: 1.5rem !important;
}

/* Farbiger Tag/Badge über den Garten-Karten
   CSS-Klasse "tag-badge" am Text-Widget */
.elementor-widget-text-editor.tag-badge p,
.tag-badge .elementor-widget-container p:first-child {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.22rem 0.7rem;
  border-radius: var(--r-pill);
  margin-bottom: 0.6rem;
}


/* ============================================================
   BUTTONS (global — auch für Elementor-Buttons)
   ============================================================ */
.button,
.wp-block-button__link,
input[type="submit"],
button[type="submit"],
.elementor-button,
.gp-button {
  font-family: var(--font-sans) !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  padding: 0.8em 1.9em !important;
  border-radius: var(--r-pill) !important;
  border: 2px solid transparent !important;
  cursor: pointer !important;
  transition: all 0.22s ease !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.4em !important;
}

/* Primär Rot */
.elementor-button.elementor-button-primary,
.button-primary,
input[type="submit"] {
  background: var(--c-red) !important;
  color: var(--c-white) !important;
  border-color: var(--c-red) !important;
  box-shadow: 0 4px 14px rgba(200,0,26,0.22) !important;
}
.elementor-button.elementor-button-primary:hover,
.button-primary:hover,
input[type="submit"]:hover {
  background: var(--c-red-dark) !important;
  border-color: var(--c-red-dark) !important;
  box-shadow: 0 6px 20px rgba(200,0,26,0.32) !important;
  transform: translateY(-1px) !important;
  color: var(--c-white) !important;
}

/* Sekundär Outline */
.elementor-button.elementor-button-secondary,
.button-secondary {
  background: transparent !important;
  color: var(--c-text-mid) !important;
  border-color: var(--c-border) !important;
}
.elementor-button.elementor-button-secondary:hover,
.button-secondary:hover {
  background: var(--c-sand) !important;
  border-color: var(--c-mud-light) !important;
  color: var(--c-text) !important;
}


/* ============================================================
   FORMULARE (Kontaktformular CF7 / WPForms)
   ============================================================ */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
select,
.wpcf7-text,
.wpcf7-email,
.wpcf7-textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  color: var(--c-text);
  background: var(--c-white);
  border: 1.5px solid var(--c-border);
  border-radius: var(--r-sm);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  appearance: none;
  margin-bottom: 0.6rem;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--c-red);
  box-shadow: 0 0 0 3px rgba(200,0,26,0.08);
}

label {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: 0.3rem;
}

/* CF7 Submit Button → passt zum globalen Button-Style */
.wpcf7-submit {
  background: var(--c-red) !important;
  color: var(--c-white) !important;
  border: none !important;
  border-radius: var(--r-pill) !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  padding: 0.8em 2em !important;
  cursor: pointer !important;
  transition: all 0.22s ease !important;
}
.wpcf7-submit:hover {
  background: var(--c-red-dark) !important;
  transform: translateY(-1px) !important;
}


/* ============================================================
   GP PREMIUM FOOTER
   Customizer → Footer
   BG: #EDE4D8 · Border-Top: 2px #BAA99A
   ============================================================ */
.site-footer {
  background: var(--c-sand) !important;
  border-top: 2px solid var(--c-mud-light) !important;
  color: var(--c-text-mid) !important;
  font-size: 0.88rem !important;
}

.inside-footer {
  padding: var(--gap-lg) var(--gap-sm) var(--gap-md) !important;
}

/* Footer Widget Titel */
.footer-widgets .widgettitle,
.footer-widgets .widget-title,
.site-footer h4,
.site-footer h3 {
  font-family: var(--font-serif) !important;
  font-size: 1.05rem !important;
  color: var(--c-text) !important;
  margin-bottom: 0.8rem !important;
  padding-bottom: 0.4rem !important;
  border-bottom: 1px solid var(--c-mud-light) !important;
}

/* Footer Links */
.footer-widgets a,
.site-footer a {
  color: var(--c-text-light) !important;
  transition: color 0.2s ease !important;
}
.footer-widgets a:hover,
.site-footer a:hover {
  color: var(--c-red) !important;
}

/* Footer Widget Listen */
.footer-widgets ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.footer-widgets ul li {
  margin-bottom: 0.35rem !important;
  font-size: 0.88rem !important;
  color: var(--c-text-light) !important;
}

/* Copyright-Leiste */
.copyright-bar,
.site-info,
.footer-bar {
  background: var(--c-mud-pale) !important;
  border-top: 1px solid var(--c-border) !important;
  text-align: center !important;
  padding: 0.7rem var(--gap-sm) !important;
  font-size: 0.8rem !important;
  color: var(--c-text-light) !important;
}

.copyright-bar a { color: var(--c-mud) !important; }
.copyright-bar a:hover { color: var(--c-red) !important; }

/* Rote Trennpunkte im Copyright-Text */
.copyright-bar .sep {
  display: inline-block;
  width: 24px; height: 2px;
  background: var(--c-red);
  border-radius: 1px;
  margin: 0 0.5rem;
  vertical-align: middle;
}


/* ============================================================
   WIDGETS & SIDEBAR
   ============================================================ */
.widget {
  background: var(--c-white);
  border: 1px solid var(--c-border-soft);
  border-radius: var(--r-md);
  padding: var(--gap-md);
  margin-bottom: var(--gap-md);
  box-shadow: var(--shadow-sm);
}

.widgettitle,
.widget-title {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  color: var(--c-text);
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--c-red-blush);
  margin-bottom: var(--gap-sm);
}


/* ============================================================
   BREADCRUMBS (Rank Math / Yoast / GP)
   ============================================================ */
.breadcrumb-trail,
.rank-math-breadcrumb,
.yoast-breadcrumb,
.generate-breadcrumb {
  font-size: 0.82rem;
  color: var(--c-text-light);
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--c-border-soft);
  margin-bottom: var(--gap-md);
}

.breadcrumb-trail a { color: var(--c-text-light); }
.breadcrumb-trail a:hover { color: var(--c-red); }
.breadcrumb-trail .sep,
.rank-math-breadcrumb span { margin: 0 0.3rem; }


/* ============================================================
   BLOG / BEITRÄGE (Referenzen-Blog)
   ============================================================ */
.post-card,
article.type-post {
  background: var(--c-white);
  border: 1px solid var(--c-border-soft);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  margin-bottom: var(--gap-md);
}
.post-card:hover,
article.type-post:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

/* Kategorie-Badge auf Blog-Posts */
.post-categories a {
  background: var(--c-red-blush);
  color: var(--c-red);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.2rem 0.7rem;
  border-radius: var(--r-pill);
  display: inline-block;
  margin-bottom: 0.5rem;
}

.post-title a,
.entry-title a {
  color: var(--c-text);
}
.post-title a:hover,
.entry-title a:hover {
  color: var(--c-red);
}


/* ============================================================
   GUTENBERG BLÖCKE (für klassische Seiten ohne Elementor)
   ============================================================ */
.wp-block-quote {
  border-left: 4px solid var(--c-red);
  background: var(--c-linen);
  padding: var(--gap-sm) var(--gap-md);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  font-style: italic;
  color: var(--c-text-mid);
  margin: var(--gap-md) 0;
}

.wp-block-separator {
  border: none;
  height: 3px;
  background: var(--c-red);
  border-radius: 2px;
  width: 48px;
  margin: var(--gap-md) auto;
}

.wp-block-image img {
  border-radius: var(--r-md);
  box-shadow: var(--shadow-md);
}


/* ============================================================
   HILFKLASSEN
   Werden per "CSS-Klassen" in Elementor-Widgets eingetragen
   ============================================================ */

/* Hintergrundfarben */
.bg-cream    { background-color: var(--c-cream)  !important; }
.bg-linen    { background-color: var(--c-linen)  !important; }
.bg-sand     { background-color: var(--c-sand)   !important; }
.bg-rose     { background-color: var(--c-rose-light) !important; }
.bg-white    { background-color: var(--c-white)  !important; }

/* Garten-Karten BG */
.bg-garden-markise  { background: linear-gradient(135deg, #FFF0E0, #FFD8B0) !important; }
.bg-garden-terrasse { background: linear-gradient(135deg, #E8F0E8, #C8DEC8) !important; }
.bg-garden-carport  { background: linear-gradient(135deg, #E8ECF8, #C8D4F0) !important; }

/* Badge-Farben für Garten-Tags */
.badge-orange { background: #F5B87A !important; color: #7A3500 !important; }
.badge-green  { background: #90C490 !important; color: #1A4A1A !important; }
.badge-blue   { background: #90A8D8 !important; color: #1A2A5A !important; }

/* Textfarben */
.text-red     { color: var(--c-red)       !important; }
.text-mud     { color: var(--c-mud)       !important; }
.text-light   { color: var(--c-text-light)!important; }
.text-serif   { font-family: var(--font-serif) !important; }

/* Abstände */
.mt-lg  { margin-top:    var(--gap-lg) !important; }
.mb-lg  { margin-bottom: var(--gap-lg) !important; }
.pt-xl  { padding-top:   var(--gap-xl) !important; }
.pb-xl  { padding-bottom:var(--gap-xl) !important; }

/* Abgerundete Bilder */
.img-rounded img { border-radius: var(--r-lg) !important; }
.img-shadow  img { box-shadow: var(--shadow-lg) !important; }

/* Rote Akzentlinie (Heading-Widget CSS-Klasse) */
.has-red-line .elementor-heading-title {
  position: relative;
  padding-bottom: 0.65rem;
}
.has-red-line .elementor-heading-title::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 44px; height: 3px;
  background: var(--c-red);
  border-radius: 2px;
}
/* Zentriert */
.has-red-line-center .elementor-heading-title {
  position: relative;
  padding-bottom: 0.65rem;
  display: inline-block;
}
.has-red-line-center .elementor-heading-title::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 44px; height: 3px;
  background: var(--c-red);
  border-radius: 2px;
}


/* ============================================================
   SCROLLBAR (Webkit)
   ============================================================ */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--c-cream); }
::-webkit-scrollbar-thumb { background: var(--c-mud-light); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--c-mud); }


/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .inside-header { padding: 0.8rem 1.2rem !important; }
}

@media (max-width: 768px) {
  :root {
    --gap-lg: 2.2rem;
    --gap-xl: 3.5rem;
  }
  .site-branding img { max-height: 55px !important; }
  h1 { font-size: 1.75rem; }
  h2 { font-size: 1.45rem; }
  .elementor-widget-icon-box .elementor-icon-box-wrapper {
    margin-bottom: 1rem;
  }
}

@media (max-width: 480px) {
  .top-bar,
  .generate-top-bar {
    font-size: 0.72rem !important;
    padding: 0.4rem 0.8rem !important;
  }
  .main-navigation .menu-item.nav-cta > a {
    border-radius: var(--r-sm) !important;
  }
}


/* ============================================================
   ENDE weerts-child-final.css  |  v2.0.0  |  2026
   amr webdesign · Ostfriesland
   ============================================================ */

   /* ============================================================
   WEERTS HERO — CSS
   Anhängen ans Ende von weerts-child/style.css
   ============================================================ */

/* Sektion gesamt */
.weerts-hero {
  background: linear-gradient(135deg, var(--c-linen) 0%, var(--c-rose-light) 55%, var(--c-mud-pale) 100%);
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

/* Dezenter Hintergrundkreis rechts oben */
.weerts-hero::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, var(--c-rose-light) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Innerer Container — zentriert, max-width */
.weerts-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* ---- LINKE SPALTE ---- */

/* Eyebrow-Tag */
.weerts-eyebrow {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-mud);
  background: var(--c-sand);
  border: 1px solid var(--c-border);
  padding: 0.3rem 1rem;
  border-radius: var(--r-pill);
  margin-bottom: 1.1rem;
}

/* H1 Haupttitel */
.weerts-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: var(--c-text);
  line-height: 1.22;
  margin-bottom: 1.1rem;
}

/* <em> wird automatisch rot-kursiv durch das Child CSS */
.weerts-hero-title em {
  color: var(--c-red);
  font-style: italic;
}

/* Fließtext */
.weerts-hero-text {
  font-family: var(--font-sans);
  font-size: 1.05rem;
  font-weight: 300;
  color: var(--c-text-mid);
  line-height: 1.8;
  max-width: 480px;
  margin-bottom: 2rem;
}

/* Button-Gruppe */
.weerts-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

/* ---- BUTTONS ---- */
.weerts-btn {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.82em 2em;
  border-radius: var(--r-pill);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.22s ease;
  text-decoration: none;
  line-height: 1;
}

/* Roter Primär-Button */
.weerts-btn-red {
  background: var(--c-red);
  color: var(--c-white) !important;
  border-color: var(--c-red);
  box-shadow: 0 4px 16px rgba(200, 0, 26, 0.25);
}
.weerts-btn-red:hover {
  background: var(--c-red-dark);
  border-color: var(--c-red-dark);
  box-shadow: 0 6px 22px rgba(200, 0, 26, 0.35);
  transform: translateY(-2px);
  color: var(--c-white) !important;
}

/* Ghost-Button */
.weerts-btn-ghost {
  background: transparent;
  color: var(--c-text-mid) !important;
  border-color: var(--c-border);
}
.weerts-btn-ghost:hover {
  background: var(--c-sand);
  border-color: var(--c-mud-light);
  color: var(--c-text) !important;
}

/* Volle Breite (für Anruf-Button in der Box) */
.weerts-btn-full {
  display: block;
  text-align: center;
  width: 100%;
}

/* ---- RECHTE SPALTE: TRUST-BOX ---- */
.weerts-trust-box {
  background: var(--c-white);
  border: 1px solid var(--c-border-soft);
  border-radius: var(--r-lg);
  padding: 1.8rem 1.5rem;
  box-shadow: var(--shadow-md);
}

/* Titel der Box */
.weerts-trust-box-title {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-mud);
  margin-bottom: 1rem;
}

/* Checkliste */
.weerts-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 1.4rem;
}

.weerts-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-family: var(--font-sans);
  font-size: 0.88rem;
  color: var(--c-text-mid);
  line-height: 1.5;
  margin-bottom: 0.65rem;
}

/* Häkchen-Symbol vor jedem Punkt */
.weerts-checklist li::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  min-width: 18px;
  background: var(--c-red-blush);
  color: var(--c-red);
  font-size: 0.7rem;
  font-weight: 700;
  border-radius: 50%;
  margin-top: 1px;
}

/* ---- RESPONSIVE ---- */

/* Tablet */
@media (max-width: 900px) {
  .weerts-hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .weerts-hero-right {
    max-width: 480px;
  }
  .weerts-hero {
    padding: 60px 20px;
  }
}

/* Mobil */
@media (max-width: 600px) {
  .weerts-hero {
    padding: 48px 16px;
  }
  .weerts-hero-title {
    font-size: 1.75rem;
  }
  .weerts-hero-text {
    font-size: 0.95rem;
  }
  .weerts-hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  .weerts-btn {
    text-align: center;
  }
}
<!-- ============================================================
     WEERTS TRUST-STREIFEN
     GP Elements → Hook: generate_after_header (nach dem Hero-Element)
     oder direkt unter den Hero-HTML-Code kopieren
     ============================================================ -->

<div class="weerts-trust-strip">
  <div class="weerts-trust-inner">

    <div class="weerts-trust-item">
      <span class="weerts-trust-num">30+</span>
      <span class="weerts-trust-lbl">Jahre Erfahrung</span>
    </div>

    <div class="weerts-trust-item">
      <span class="weerts-trust-num">1.000+</span>
      <span class="weerts-trust-lbl">Projekte</span>
    </div>

    <div class="weerts-trust-item">
      <span class="weerts-trust-num">Vrogum</span>
      <span class="weerts-trust-lbl">Fachhändler</span>
    </div>

    <div class="weerts-trust-item">
      <span class="weerts-trust-num">100%</span>
      <span class="weerts-trust-lbl">Regional</span>
    </div>

  </div>
</div>


/* ============================================================
   WEERTS TRUST-STREIFEN — CSS
   Ans Ende von style.css kopieren
   ============================================================ */

.weerts-trust-strip {
  background: var(--c-white);
  border-top: 1px solid var(--c-border-soft);
  border-bottom: 1px solid var(--c-border-soft);
}

.weerts-trust-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.weerts-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 1rem;
  border-right: 1px solid var(--c-border-soft);
  text-align: center;
}
.weerts-trust-item:last-child {
  border-right: none;
}

.weerts-trust-num {
  font-family: var(--font-serif);
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--c-red);
  line-height: 1;
  margin-bottom: 0.3rem;
}

.weerts-trust-lbl {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--c-text-light);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Mobil: 2×2 Grid */
@media (max-width: 600px) {
  .weerts-trust-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .weerts-trust-item:nth-child(2) {
    border-right: none;
  }
  .weerts-trust-item:nth-child(1),
  .weerts-trust-item:nth-child(2) {
    border-bottom: 1px solid var(--c-border-soft);
  }
}
/* ============================================================
   WEERTS — FIXES & ERGÄNZUNGEN
   Ans Ende von weerts-child/style.css kopieren
   ============================================================ */


/* ------------------------------------------------------------
   HERO — Full-Width Breakout aus GP-Container
   Bricht die .weerts-hero Sektion aus dem GP-Inhaltscontainer
   heraus ohne die globale Seitenbreite zu verändern
   ------------------------------------------------------------ */
.weerts-hero {
    margin-left:  calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width:    100vw;
}


/* ------------------------------------------------------------
   TRUST-STREIFEN — Rahmen der Elementor-Spalten entfernen
   Entfernt den GP/Elementor Standard-Rahmen um die Zellen
   ------------------------------------------------------------ */
.weerts-trust-strip .elementor-column > .elementor-widget-wrap,
.weerts-trust-inner .elementor-column > .elementor-widget-wrap {
    border:     none !important;
    box-shadow: none !important;
}


/* ------------------------------------------------------------
   TRUST-STREIFEN — H3 Zahlen rot
   Falls Style-Tab in Elementor nicht greift
   ------------------------------------------------------------ */
.weerts-trust-strip h3,
.weerts-trust-strip .elementor-heading-title {
    color: var(--c-red) !important;
    font-family: var(--font-serif) !important;
}


/* ------------------------------------------------------------
   TRUST-STREIFEN — Label H6 klein + grau
   ------------------------------------------------------------ */
.weerts-trust-strip h6,
.weerts-trust-strip .elementor-widget-heading:last-child .elementor-heading-title {
    font-family:     var(--font-sans) !important;
    font-size:       0.72rem !important;
    font-weight:     700 !important;
    color:           var(--c-text-light) !important;
    text-transform:  uppercase !important;
    letter-spacing:  0.06em !important;
}
/* ============================================================
   WEERTS — FIXES & ERGÄNZUNGEN
   Ans Ende von weerts-child/style.css kopieren
   ============================================================ */


/* ------------------------------------------------------------
   HERO — Full-Width Breakout aus GP-Container
   Bricht die .weerts-hero Sektion aus dem GP-Inhaltscontainer
   heraus ohne die globale Seitenbreite zu verändern
   ------------------------------------------------------------ */
.weerts-hero {
    margin-left:  calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width:    100vw;
}


/* ------------------------------------------------------------
   TRUST-STREIFEN — Rahmen der Elementor-Spalten entfernen
   Entfernt den GP/Elementor Standard-Rahmen um die Zellen
   ------------------------------------------------------------ */
.weerts-trust-strip .elementor-column > .elementor-widget-wrap,
.weerts-trust-inner .elementor-column > .elementor-widget-wrap {
    border:     none !important;
    box-shadow: none !important;
}


/* ------------------------------------------------------------
   TRUST-STREIFEN — H3 Zahlen rot
   Falls Style-Tab in Elementor nicht greift
   ------------------------------------------------------------ */
.weerts-trust-strip h3,
.weerts-trust-strip .elementor-heading-title {
    color: var(--c-red) !important;
    font-family: var(--font-serif) !important;
}


/* ------------------------------------------------------------
   TRUST-STREIFEN — Label H6 klein + grau
   ------------------------------------------------------------ */
.weerts-trust-strip h6,
.weerts-trust-strip .elementor-widget-heading:last-child .elementor-heading-title {
    font-family:     var(--font-sans) !important;
    font-size:       0.72rem !important;
    font-weight:     700 !important;
    color:           var(--c-text-light) !important;
    text-transform:  uppercase !important;
    letter-spacing:  0.06em !important;
}

/* Trust-Streifen: H3 Zahl rot */
.weerts-trust-strip .elementor-heading-title {
    color: var(--c-red) !important;
    font-family: var(--font-serif) !important;
    font-size: 1.9rem !important;
    font-weight: 700 !important;
    margin: 0 !important;
    line-height: 1 !important;
}
/* Trust-Streifen: H6 Label grau klein */
.weerts-trust-strip h6.elementor-heading-title {
    color: var(--c-text-light) !important;
    font-family: var(--font-sans) !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    margin: 0.3rem 0 0 !important;
}
/* ============================================================
   FOOTER — Weiße Karten, cleaner Look
   ============================================================ */

/* Footer-Bereich Hintergrund Leinenton */
#footer-widgets {
    background: var(--c-sand) !important;
    border-top: 2px solid var(--c-mud-light) !important;
    padding: 3rem 0 !important;
}

/* Jede Widget-Spalte als weiße Karte */
#footer-widgets .widget {
    background: var(--c-white) !important;
    border: 1px solid var(--c-border-soft) !important;
    border-radius: var(--r-md) !important;
    padding: 1.5rem !important;
    box-shadow: var(--shadow-sm) !important;
    height: 100% !important;
}

/* Widget-Titel */
#footer-widgets .widget-title {
    font-family: var(--font-serif) !important;
    font-size: 1rem !important;
    color: var(--c-text) !important;
    border-bottom: 1px solid var(--c-border) !important;
    padding-bottom: 0.5rem !important;
    margin-bottom: 0.9rem !important;
}

/* Widget Text */
#footer-widgets .textwidget p {
    font-size: 0.88rem !important;
    color: var(--c-text-mid) !important;
    line-height: 1.75 !important;
    margin: 0 !important;
}

/* Footer Navigation Links */
#footer-widgets .menu li {
    margin-bottom: 0.4rem !important;
    list-style: none !important;
}
#footer-widgets .menu a {
    font-size: 0.88rem !important;
    color: var(--c-text-mid) !important;
    text-decoration: none !important;
    transition: color 0.2s !important;
}
#footer-widgets .menu a:hover {
    color: var(--c-red) !important;
}

/* Copyright-Leiste */
.site-info {
    background: var(--c-mud-pale) !important;
    border-top: 1px solid var(--c-border) !important;
    padding: 0.8rem 0 !important;
    text-align: center !important;
    font-size: 0.8rem !important;
    color: var(--c-text-light) !important;
}
.site-info a {
    color: var(--c-mud) !important;
}
.site-info a:hover {
    color: var(--c-red) !important;
}

/* "Erstellt mit GeneratePress" ausblenden */
.site-info a[href*="generatepress.com"] {
    display: none !important;
}
/* Bullet vor GP-Link auch weg */
.site-info .sep {
    display: none !important;
}

/* Trust-Streifen kompakter */
.elementor-element-05d9faf .e-child {
    padding: 1rem 1rem !important;
}
.elementor-element-05d9faf h3.elementor-heading-title {
    font-size: 1.6rem !important;
    margin-bottom: 2px !important;
}