/* ZENTRALE WORKSHOP-CSS für Workshop-Seiten + Startseite */
/* Scope: body.wj-workshop-page, body.home (gleiches Design-System) */

/* =========================================================
   1) OceanWP Layout: Sidebar weg + Content full width
   ========================================================= */
body.wj-workshop-page #right-sidebar,
body.wj-workshop-page #left-sidebar,
body.wj-workshop-page #sidebar,
body.wj-workshop-page .widget-area,
body.wj-events-page #right-sidebar,
body.wj-events-page #left-sidebar,
body.wj-events-page #sidebar,
body.wj-events-page .widget-area,
body.home #right-sidebar,
body.home #left-sidebar,
body.home #sidebar,
body.home .widget-area { display: none !important; }
body.wj-workshop-page #primary,
body.wj-workshop-page .content-area,
body.wj-events-page #primary,
body.wj-events-page .content-area,
body.home #primary,
body.home .content-area {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* Workshop/Events: volle Breite. Köln ausgenommen (bleibt zentriert) */
body.wj-workshop-page:not(.wj-koeln-page) #content-wrap,
body.wj-events-page #content-wrap {
  padding: 0 !important;
  background: transparent !important;
  max-width: 100% !important;
}
/* Startseite + Köln: #content-wrap zentriert (wie Über-Seite) — 1100px, margin auto */
body.home #content-wrap,
body.home #content-wrap.container,
body.wj-koeln-page #content-wrap,
body.wj-koeln-page #content-wrap.container {
  max-width: 1100px !important;
  width: 100% !important;
  min-width: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-inline: 24px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-sizing: border-box !important;
  background: transparent !important;
}
/* Köln: höhere Spezifität — überschreibt alle anderen #content-wrap-Regeln */
html body.wj-koeln-page #main #content-wrap,
html body.wj-koeln-page #main #content-wrap.container {
  max-width: 1100px !important;
  width: 100% !important;
  min-width: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-inline: 24px !important;
  box-sizing: border-box !important;
}
/* Sidebar-Margins weg (Kontakt, Workshops) — sonst bleibt Inhalt links verschoben.
   Köln: #content-wrap ausgenommen, bleibt zentriert (margin: auto) */
body.wj-workshop-page.content-left-sidebar #content-wrap,
body.wj-workshop-page.content-right-sidebar #content-wrap,
body.wj-events-page.content-left-sidebar #content-wrap,
body.wj-events-page.content-right-sidebar #content-wrap,
body.wj-workshop-page.content-left-sidebar #primary,
body.wj-workshop-page.content-right-sidebar #primary,
body.wj-events-page.content-left-sidebar #primary,
body.wj-events-page.content-right-sidebar #primary,
body.wj-koeln-page.content-left-sidebar #primary,
body.wj-koeln-page.content-right-sidebar #primary,
body.wj-workshop-page.content-left-sidebar .content-area,
body.wj-workshop-page.content-right-sidebar .content-area,
body.wj-events-page.content-left-sidebar .content-area,
body.wj-events-page.content-right-sidebar .content-area,
body.wj-koeln-page.content-left-sidebar .content-area,
body.wj-koeln-page.content-right-sidebar .content-area,
body.wj-workshop-page #main #content-wrap,
body.wj-workshop-page #main .content-area,
body.wj-events-page #main #content-wrap,
body.wj-events-page #main .content-area,
body.wj-workshop-page .site-content #content-wrap,
body.wj-events-page .site-content #content-wrap {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
}
/* Köln: #content-wrap NICHT hier – bleibt zentriert (margin: auto) aus body.home-Block */
body.wj-workshop-page #main,
body.wj-workshop-page .site-main,
body.wj-workshop-page .site-content,
body.wj-events-page #main,
body.wj-events-page .site-main,
body.wj-events-page .site-content,
body.wj-workshop-page #wrap,
body.wj-workshop-page #outer-wrap,
body.wj-events-page #wrap,
body.wj-events-page #outer-wrap {
  width: 100% !important;
  max-width: 100% !important;
}
body.wj-workshop-page #primary,
body.wj-workshop-page .content-area,
body.wj-events-page #primary,
body.wj-events-page .content-area,
body.wj-workshop-page #wrap,
body.wj-workshop-page #outer-wrap,
body.wj-events-page #wrap,
body.wj-events-page #outer-wrap {
  border: none !important;
  border-right: none !important;
}

/* Kontaktseite: Layout wie Homepage — 1100px Breite, zentriert, gleiche Abstände */
body.wj-kontakt-page #main,
body.wj-kontakt-page .site-main,
body.wj-kontakt-page .site-content,
body.wj-newsletter-page #main,
body.wj-newsletter-page .site-main,
body.wj-newsletter-page .site-content,
body.wj-materialliste-page #main,
body.wj-materialliste-page .site-main,
body.wj-materialliste-page .site-content {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.wj-materialliste-page #main,
body.wj-materialliste-page .wj-page-wrap {
  padding-top: 0 !important;
}
body.wj-kontakt-page .wj-page-wrap,
body.wj-newsletter-page .wj-page-wrap,
body.wj-materialliste-page .wj-page-wrap {
  max-width: min(1100px, 100%) !important;
  width: 100% !important;
  min-width: 0 !important;
  margin-inline: auto !important;
  padding-inline: clamp(16px, 4vw, 24px) !important;
  box-sizing: border-box !important;
}
/* Materialliste: Content zentrieren — alle Wrapper auf volle Breite, Hauptcontent zentriert */
body.wj-materialliste-page #wrap,
body.wj-materialliste-page #outer-wrap {
  width: 100% !important;
  max-width: 100% !important;
}
body.wj-materialliste-page .entry-content,
body.wj-materialliste-page .entry {
  max-width: 100% !important;
}
body.wj-materialliste-page .wj-page-wrap {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Newsletter-Seite + Materialliste: Overflow verhindern, Content zentrieren */
body.wj-newsletter-page,
body.wj-materialliste-page {
  overflow-x: hidden;
}
body.wj-newsletter-page #content-wrap,
body.wj-newsletter-page #content-wrap.container,
body.wj-newsletter-page #main #content-wrap,
body.wj-newsletter-page #main .content-area,
body.wj-materialliste-page #content-wrap,
body.wj-materialliste-page #content-wrap.container,
body.wj-materialliste-page #main #content-wrap,
body.wj-materialliste-page #main .content-area,
body.wj-materialliste-page #wrap .container,
body.wj-materialliste-page .site-content .container {
  max-width: min(1100px, 100%) !important;
  width: 100% !important;
  min-width: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-inline: clamp(16px, 4vw, 24px) !important;
  box-sizing: border-box !important;
}
body.wj-newsletter-page.content-left-sidebar #content-wrap,
body.wj-newsletter-page.content-right-sidebar #content-wrap,
body.wj-newsletter-page.content-left-sidebar #primary,
body.wj-newsletter-page.content-right-sidebar #primary,
body.wj-newsletter-page.content-left-sidebar .content-area,
body.wj-newsletter-page.content-right-sidebar .content-area,
body.wj-materialliste-page.content-left-sidebar #content-wrap,
body.wj-materialliste-page.content-right-sidebar #content-wrap,
body.wj-materialliste-page.content-left-sidebar #primary,
body.wj-materialliste-page.content-right-sidebar #primary,
body.wj-materialliste-page.content-left-sidebar .content-area,
body.wj-materialliste-page.content-right-sidebar .content-area {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
}
body.wj-newsletter-page #primary,
body.wj-newsletter-page .content-area,
body.wj-materialliste-page #primary,
body.wj-materialliste-page .content-area {
  width: 100% !important;
  max-width: 100% !important;
}

/* Newsletter-Anmeldebox + Materialliste: kein Padding auf Überschrift/Text */
body.wj-newsletter-page .wj-nl--standalone .wj-h2,
body.wj-newsletter-page .wj-nl--standalone .wj-sub,
body.wj-newsletter-page .wj-nl--standalone .wj-form,
body.wj-materialliste-page .wj-nl--standalone .wj-h2,
body.wj-materialliste-page .wj-nl--standalone .wj-sub,
body.wj-materialliste-page .wj-nl--standalone .wj-form {
  padding: 0 !important;
  margin-left: 0 !important;
}

/* =========================================================
   Newsletter-Hero — grundlegend neues Design
   Oben links: Heading + Text | Rechts: Bild
   Darunter: Anmeldebereich volle Breite
   body.wj-newsletter-page + body.wj-materialliste-page für Spezifität
   ========================================================= */
body.wj-newsletter-page .wj-nl-hero {
  padding: 12px 0 16px !important;
  background: transparent;
}
body.wj-newsletter-page .wj-nl-hero .wj-container {
  max-width: min(900px, 100%);
  margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 24px);
}
body.wj-newsletter-page .wj-nl-hero .wj-hero__inner {
  background: #faf9f7 !important;
  border-radius: clamp(16px, 3vw, 24px);
  padding: clamp(12px, 2vw, 16px) clamp(16px, 3vw, 20px) clamp(16px, 2vw, 20px) !important;
  border: none;
  box-shadow: 0 4px 24px rgba(15,23,42,.06);
  display: flex !important;
  flex-direction: column !important;
  gap: clamp(12px, 2vw, 16px) !important;
}
body.wj-newsletter-page .wj-nl-hero .wj-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(12px, 2vw, 16px) !important;
  align-items: start;
  min-height: unset;
}
.wj-nl-hero .wj-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.wj-nl-hero .wj-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(15,23,42,.5);
  margin: 0 0 6px;
}
.wj-nl-hero .wj-h1 {
  font-size: clamp(22px, 5vw, 34px);
  line-height: 1.25;
  color: #1f2937;
  margin: 0 0 8px;
}
.wj-nl-hero .wj-lead {
  font-size: clamp(14px, 1.8vw, 15px);
  line-height: 1.6;
  color: rgba(31,41,55,.78);
  margin: 0;
  max-width: 42ch;
}
.wj-nl-hero .wj-hero__media {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #f3f4f6;
  min-height: 200px;
}
.wj-nl-hero .wj-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Trust-Kacheln: in der Hero-Box, 2×2 Grid */
body.wj-newsletter-page .wj-nl-hero__trust {
  margin-top: 0 !important;
  padding-top: 16px !important;
  border-top: 1px solid rgba(15,23,42,.08);
  width: 100%;
}
body.wj-newsletter-page .wj-nl-hero .wj-trust-list--in-hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px !important;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.wj-newsletter-page .wj-nl-hero .wj-trust-list--in-hero .wj-trust-list__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: clamp(8px, 1.5vw, 10px) clamp(10px, 1.5vw, 12px) !important;
  background: rgba(255,255,255,.6);
  border: 1px solid rgba(15,23,42,.06);
  border-radius: clamp(10px, 2vw, 14px);
  font-size: clamp(12px, 1.4vw, 15px);
  line-height: 1.5;
  color: rgba(31,41,55,.85);
}
.wj-nl-hero .wj-trust-list--in-hero .wj-trust-list__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 10px;
  color: var(--wj-accent);
}
.wj-nl-hero .wj-trust-list--in-hero .wj-trust-list__icon svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 600px) {
  .wj-nl-hero .wj-trust-list--in-hero {
    grid-template-columns: 1fr;
  }
}

/* Anmeldebereich: Teil der Hero-Box, zentriert */
body.wj-newsletter-page .wj-nl-hero .wj-nl--in-hero {
  margin-top: 0 !important;
  padding-top: clamp(12px, 2vw, 16px) !important;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid rgba(15,23,42,.08);
  width: 100%;
  max-width: min(480px, 100%);
  margin-inline: auto;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
body.wj-newsletter-page .wj-nl-hero .wj-nl--in-hero .wj-form {
  grid-template-columns: 1fr;
  gap: 10px;
  max-width: none;
}
body.wj-newsletter-page .wj-nl-hero .wj-nl--in-hero .wj-form .wj-in,
body.wj-newsletter-page .wj-nl-hero .wj-nl--in-hero .wj-form .wj-submit,
body.wj-newsletter-page .wj-nl-hero .wj-nl--in-hero .wj-form .wj-turnstile-wrap {
  width: 100%;
  min-width: 0;
}
body.wj-newsletter-page .wj-nl-hero .wj-nl--in-hero .wj-form .wj-newsletter-consent {
  margin-top: 8px !important;
}
.wj-nl-hero .wj-nl--in-hero .wj-submit {
  width: 100%;
  min-width: 0;
  background: var(--wj-accent);
  color: #fff;
  border-radius: 12px;
  padding: 14px 24px;
  font-weight: 600;
}
.wj-nl-hero .wj-nl--in-hero .wj-in {
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(15,23,42,.1);
  border-radius: 12px;
  padding: 14px 18px;
}
.wj-nl-hero .wj-nl--in-hero .wj-newsletter-consent__text {
  color: rgba(31,41,55,.78);
}
.wj-nl-hero .wj-newsletter-consent__text a {
  color: var(--wj-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.wj-nl-hero .wj-newsletter-consent__text a:hover {
  color: #b8a088;
}
/* Newsletter Hero: 2→1 Spalte ab 640px */
@media (max-width: 640px) {
  body.wj-newsletter-page .wj-nl-hero .wj-hero__grid {
    grid-template-columns: 1fr;
  }
  .wj-nl-hero .wj-hero__media {
    order: -1;
    aspect-ratio: 16 / 10;
  }
}

/* Trust-Liste: 2→1 Spalte ab 640px */
@media (max-width: 640px) {
  body.wj-newsletter-page .wj-nl-hero .wj-trust-list--in-hero {
    grid-template-columns: 1fr;
  }
}

/* Touch-Targets: min 44px für Buttons (WCAG 2.5.5) */
@media (pointer: coarse) {
  .wj-nl-hero .wj-nl--in-hero .wj-submit {
    min-height: 44px;
  }
}
body.wj-kontakt-page .wj-container,
body.wj-events-page .wj-container,
body.wj-newsletter-page .wj-container,
body.wj-materialliste-page .wj-container,
body.wj-koeln-page .wj-container {
  max-width: min(1100px, 100%) !important;
  width: 100% !important;
  margin-inline: auto !important;
  padding-inline: var(--wj-gutter) !important;
}

/* =========================================================
   Materialliste Hero — Formular wie Standalone (gleiches Layout & Abstände)
   wj-nl--standalone: erbt gap, consent-margin, submit-margin vom unteren Formular
   ========================================================= */
body.wj-materialliste-page .wj-hero__inner--full .wj-hero__copy {
  width: 100%;
  max-width: none;
  min-width: 0;
}
body.wj-materialliste-page .wj-hero__copy .wj-lead {
  margin-bottom: 10px !important;
}
/* Hero-Formular: Standalone-Styles (gap, consent, submit), ohne extra Padding */
body.wj-materialliste-page .wj-hero__form.wj-nl--standalone {
  margin-top: 10px;
  margin-bottom: 0;
  width: 100%;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}
/* Form: margin-top 0 (Standalone hat -1em für Section-Head, Hero braucht das nicht) */
body.wj-materialliste-page .wj-hero__form .wj-form {
  margin-top: 0 !important;
}
/* Button: Großbuchstaben wie Beispiel-Style, Abstand wie Standalone-Formular */
body.wj-materialliste-page .wj-hero__form .wj-submit,
body.wj-materialliste-page .wj-nl--standalone .wj-submit {
  text-transform: uppercase !important;
  letter-spacing: 0.04em;
  margin-top: 8px;
}
body.wj-materialliste-page .wj-hero__form .wj-submit:hover,
body.wj-materialliste-page .wj-nl--standalone .wj-submit:hover {
  background: #c9b394 !important;
  background-color: #c9b394 !important;
  opacity: 1;
}
body.wj-materialliste-page .wj-hero__form .wj-nl-disclaimer {
  margin-top: 8px;
  font-size: 13px;
  color: rgba(31,41,55,.65);
}
/* Touch-Targets: min 44px (WCAG 2.5.5) */
@media (pointer: coarse) {
  body.wj-materialliste-page .wj-hero__form .wj-submit {
    min-height: 44px;
  }
}

/* Köln: Sektionsköpfe zentriert wie Startseite */
body.wj-koeln-page .wj-section__head {
  text-align: center;
}
body.wj-koeln-page .wj-section__head .wj-sub {
  margin-inline: auto;
}

/* NUR Seitentitel-Bereich, nicht #site-header (Hauptmenü) */
body.wj-workshop-page #main .page-header,
body.wj-koeln-page #main .page-header,
body.wj-materialliste-page #main .page-header,
body.home #main .page-header { display: none !important; }

/* Über Windjana: Layout wie Startseite (homepage-block) — 1100px, zentriert, gleiche Struktur */
body.wj-ueber-page #right-sidebar,
body.wj-ueber-page #left-sidebar,
body.wj-ueber-page #sidebar,
body.wj-ueber-page .widget-area { display: none !important; }
body.wj-ueber-page #primary,
body.wj-ueber-page .content-area,
body.wj-ueber-page #content,
body.wj-ueber-page .main-content-area {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.wj-ueber-page.content-left-sidebar #content-wrap,
body.wj-ueber-page.content-right-sidebar #content-wrap,
body.wj-ueber-page.content-left-sidebar #primary,
body.wj-ueber-page.content-right-sidebar #primary,
body.wj-ueber-page.content-left-sidebar .content-area,
body.wj-ueber-page.content-right-sidebar .content-area,
body.wj-ueber-page #main #content-wrap,
body.wj-ueber-page #main .content-area,
body.wj-ueber-page .site-content #content-wrap {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
}
body.wj-ueber-page #content-wrap,
body.wj-ueber-page #content-wrap.container {
  max-width: 1100px !important;
  width: 100% !important;
  min-width: 0 !important;
  margin-inline: auto !important;
  padding-inline: 24px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-sizing: border-box !important;
  border: none !important;
  border-right: none !important;
}
body.wj-ueber-page #primary,
body.wj-ueber-page .content-area,
body.wj-ueber-page #wrap,
body.wj-ueber-page #outer-wrap {
  border: none !important;
  border-right: none !important;
}
body.wj-ueber-page #wrap,
body.wj-ueber-page #outer-wrap {
  max-width: 100% !important;
}
body.wj-ueber-page #main,
body.wj-ueber-page .site-main,
body.wj-ueber-page .site-content {
  width: 100% !important;
  max-width: 100% !important;
}
body.wj-ueber-page .entry-content,
body.wj-ueber-page .wp-block-group {
  max-width: none !important;
}

/* Über Windjana: Gutenberg-Inhalt — Typografie wie homepage-block (.wj-h1, .wj-h2, .wj-lead) */
body.wj-ueber-page .entry-content h1 {
  margin: 0 0 12px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: var(--wj-text);
}
body.wj-ueber-page .entry-content h2 {
  margin: 1.2em 0 0.6em;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.15;
  letter-spacing: -0.015em;
  font-weight: 700;
  color: var(--wj-text);
}
body.wj-ueber-page .entry-content h3 {
  margin: 1em 0 0.5em;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.2;
  font-weight: 600;
  color: var(--wj-text);
}
body.wj-ueber-page .entry-content p {
  margin: 0 0 1em;
  line-height: 1.6;
  color: var(--wj-text);
}
body.wj-ueber-page .entry-content p:first-of-type {
  font-size: clamp(16px, 1.4vw, 18px);
  color: var(--wj-muted);
}
body.wj-ueber-page .entry-content blockquote {
  margin: 1.5em 0;
  padding-left: 1.5em;
  border-left: 4px solid var(--wj-accent);
  color: var(--wj-muted);
  font-style: italic;
}
body.wj-ueber-page .entry-content a {
  color: var(--wj-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Handgemachter Schmuck Köln: Layout wie Über Windjana */
body.wj-koeln-page #right-sidebar,
body.wj-koeln-page #left-sidebar,
body.wj-koeln-page #sidebar,
body.wj-koeln-page .widget-area { display: none !important; }
body.wj-koeln-page #primary,
body.wj-koeln-page .content-area,
body.wj-koeln-page #content,
body.wj-koeln-page .main-content-area {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* Köln: content-wrap kommt aus body.home-Block; hier nur restliche Layout-Regeln */
body.wj-koeln-page #primary,
body.wj-koeln-page .content-area,
body.wj-koeln-page #wrap,
body.wj-koeln-page #outer-wrap {
  border: none !important;
}
body.wj-koeln-page #wrap,
body.wj-koeln-page #outer-wrap {
  max-width: 100% !important;
}
body.wj-koeln-page #main,
body.wj-koeln-page .site-main,
body.wj-koeln-page .site-content {
  width: 100% !important;
  max-width: 100% !important;
}

/* Köln-Seite: CTA-Buttons, Liste, FAQ */
.wj-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.wj-hero__copy .wj-cta-buttons {
  margin-top: 16px;
}
.wj-cta-block .wj-section__head {
  margin-bottom: 24px;
}
.wj-cta-block .wj-cta-buttons {
  justify-content: center;
  margin-bottom: 20px;
}
.wj-cta-block .wj-cta-buttons .wj-btn {
  min-width: 160px;
}
.wj-cta-sub {
  text-align: center;
  margin: 0;
  font-size: 14px;
  color: var(--wj-muted);
}
.wj-cta-sub .wj-link {
  color: var(--wj-muted);
}
.wj-cta-sub .wj-link:hover {
  color: var(--wj-accent);
}
@media (max-width: 600px) {
  .wj-cta-buttons {
    flex-direction: column;
  }
  .wj-cta-block .wj-cta-buttons .wj-btn {
    width: 100%;
    min-width: 0;
  }
}

.wj-koeln-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 42ch;
  display: grid;
  gap: 12px;
}
.wj-koeln-list li {
  position: relative;
  padding-left: 1.75em;
  line-height: 1.6;
  color: var(--wj-text);
}
.wj-koeln-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wj-accent);
}

body.wj-ueber-page .entry-content a:hover {
  text-decoration-thickness: 2px;
}

/* Über Windjana Block: Quote & Video (WJ-Struktur) */
body.wj-ueber-page .wj-quote,
body.wj-workshop-page .wj-quote {
  margin: 1.5em 0;
  padding: 1em 0 1em 1.5em;
  border-left: 4px solid var(--wj-accent);
  color: var(--wj-muted);
  font-style: italic;
}
body.wj-ueber-page .wj-quote p,
body.wj-workshop-page .wj-quote p {
  margin: 0;
}
body.wj-ueber-page .wj-quote p + p,
body.wj-workshop-page .wj-quote p + p {
  margin-top: 1em;
}
body.wj-ueber-page .wj-quote--center,
body.wj-workshop-page .wj-quote--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 65ch;
}
body.wj-ueber-page .wj-video-figure,
body.wj-workshop-page .wj-video-figure {
  margin: 0;
}
body.wj-ueber-page .wj-video-figure video,
body.wj-workshop-page .wj-video-figure video {
  width: 100%;
  max-width: 100%;
  border-radius: var(--wj-radius);
  display: block;
}
body.wj-ueber-page .wj-video-figure figcaption,
body.wj-workshop-page .wj-video-figure figcaption {
  margin-top: 0.75em;
  text-align: center;
  color: var(--wj-muted);
  font-size: 0.95em;
}

/* Über Windjana: Video im Hero */
body.wj-ueber-page .wj-hero__video {
  margin: 0;
  border-radius: var(--wj-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
body.wj-ueber-page .wj-hero__video video {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
body.wj-ueber-page .wj-hero__video-caption {
  margin-top: 0.5em;
  padding: 0.5em 0.75em;
  font-size: 14px;
  color: var(--wj-muted);
  text-align: center;
  flex-shrink: 0;
  overflow: visible;
}

/* Video-Bereich: overflow: visible, damit Beschreibung nicht abgeschnitten wird */
body.wj-ueber-page .wj-hero__media:has(.wj-hero__video) {
  overflow: visible;
  aspect-ratio: auto;
  min-height: 200px;
}
body.wj-ueber-page .wj-hero__media:has(.wj-hero__video) .wj-hero__video {
  overflow: hidden;
  border-radius: var(--wj-radius);
}

/* Über Windjana: About-Karten — modern, leicht */
body.wj-ueber-page .wj-about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: 20px;
  margin-top: 28px;
  align-items: stretch;
}

@media (max-width: 600px) {
  body.wj-ueber-page .wj-about-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 20px;
  }
  body.wj-ueber-page .wj-about-card {
    padding: 18px;
  }
  body.wj-ueber-page .wj-quote--center,
  body.wj-workshop-page .wj-quote--center {
    padding-left: 1em;
    padding-right: 1em;
  }
}
body.wj-ueber-page .wj-about-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--wj-border);
  border-radius: 18px;
  padding: 24px;
  transition: all 0.2s ease;
}
body.wj-ueber-page .wj-about-card:hover {
  border-color: rgba(15, 23, 42, 0.16);
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
  transform: translateY(-2px);
}
body.wj-ueber-page .wj-about-card__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wj-accent);
}
body.wj-ueber-page .wj-about-card__icon svg {
  width: 28px;
  height: 28px;
}
body.wj-ueber-page .wj-about-card__icon--rotate svg {
  transform: rotate(180deg) scaleY(1.35);
}
body.wj-ueber-page .wj-about-card__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: var(--wj-text);
}
body.wj-ueber-page .wj-about-card__text {
  margin: 0 0 0;
  flex: 1;
  min-height: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--wj-text);
}
/* Alle Karten-Links einheitlich (auch falls wj-btn verwendet wird) */
body.wj-ueber-page .wj-about-card .wj-link,
body.wj-ueber-page .wj-about-card .wj-btn {
  margin-top: auto;
  padding-top: 16px;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  color: var(--wj-text) !important;
  text-decoration: underline !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}
body.wj-ueber-page .wj-about-card .wj-link:hover,
body.wj-ueber-page .wj-about-card .wj-btn:hover {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
}
body.wj-ueber-page .wj-about-card .wj-link:hover {
  text-decoration-thickness: 2px;
}

/* =========================================================
   2) Light Tokens & Typografie (Josefin Sans)
   ========================================================= */
body.wj-workshop-page,
body.wj-kontakt-page,
body.wj-ueber-page,
body.wj-newsletter-page,
body.home {
  --wj-bg: #ffffff;
  --wj-surface: rgba(0,0,0,.04);
  --wj-text: rgba(15, 23, 42, .92);
  --wj-muted: rgba(15, 23, 42, .66);
  --wj-border: rgba(15, 23, 42, .10);
  --wj-soft: rgba(15, 23, 42, .03);
  --wj-accent: #d8c3a5;
  --wj-font: 'Josefin Sans', sans-serif;
  font-family: var(--wj-font);
}

/* =========================================================
   3) Hero (wie Workshops-Seite)
   ========================================================= */
body.wj-workshop-page .wj-hero--light.wj-hero,
body.wj-events-page .wj-hero--light.wj-hero,
body.wj-kontakt-page .wj-hero--light.wj-hero,
body.wj-ueber-page .wj-hero--light.wj-hero,
body.wj-newsletter-page .wj-hero--light.wj-hero,
body.wj-materialliste-page .wj-hero--light.wj-hero,
body.home .wj-hero--light.wj-hero,
body.wj-koeln-page .wj-hero--light.wj-hero {
  background: transparent !important;
  padding: 24px 0 !important;
}

body.wj-workshop-page .wj-hero--light .wj-hero__inner,
body.wj-events-page .wj-hero--light .wj-hero__inner,
body.wj-kontakt-page .wj-hero--light .wj-hero__inner,
body.wj-ueber-page .wj-hero--light .wj-hero__inner,
body.wj-newsletter-page .wj-hero--light .wj-hero__inner,
body.wj-materialliste-page .wj-hero--light .wj-hero__inner,
body.home .wj-hero--light .wj-hero__inner,
body.wj-koeln-page .wj-hero--light .wj-hero__inner {
  background: #fff !important;
  border-radius: 34px !important;
  padding: var(--wj-box-padding);
  padding-bottom: clamp(16px, 2vw, 22px) !important;
  box-shadow: none !important;
  position: relative;
  border: 0 !important;
  overflow: hidden;
  display: block !important;
  min-height: unset !important;
}

body.wj-workshop-page .wj-hero--light .wj-hero__inner::after,
body.wj-events-page .wj-hero--light .wj-hero__inner::after,
body.wj-materialliste-page .wj-hero--light .wj-hero__inner::after,
body.home .wj-hero--light .wj-hero__inner::after,
body.wj-koeln-page .wj-hero--light .wj-hero__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(15,23,42,.16);
  border-radius: inherit;
  pointer-events: none;
}

body.wj-workshop-page .wj-hero__grid,
body.wj-events-page .wj-hero__grid,
body.wj-ueber-page .wj-hero__grid,
body.wj-kontakt-page .wj-hero__grid,
body.wj-newsletter-page .wj-hero__grid,
body.wj-materialliste-page .wj-hero__grid,
body.home .wj-hero__grid,
body.wj-koeln-page .wj-hero__grid {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  align-items: center;
  min-height: auto; /* überschreibt Basis: Box passt sich Inhalt an */
  grid-template-rows: min-content;
}

body.wj-workshop-page .wj-hero__copy,
body.wj-workshop-page .wj-hero__media,
body.wj-events-page .wj-hero__copy,
body.wj-events-page .wj-hero__media,
body.wj-ueber-page .wj-hero__copy,
body.wj-ueber-page .wj-hero__media,
body.wj-kontakt-page .wj-hero__copy,
body.wj-kontakt-page .wj-hero__media,
body.wj-newsletter-page .wj-hero__copy,
body.wj-newsletter-page .wj-hero__media,
body.wj-materialliste-page .wj-hero__copy,
body.wj-materialliste-page .wj-hero__media,
body.home .wj-hero__copy,
body.home .wj-hero__media,
body.wj-koeln-page .wj-hero__copy,
body.wj-koeln-page .wj-hero__media {
  min-width: 0;
}

body.wj-workshop-page .wj-hero__media,
body.wj-events-page .wj-hero__media,
body.wj-ueber-page .wj-hero__media,
body.wj-kontakt-page .wj-hero__media,
body.wj-newsletter-page .wj-hero__media,
body.wj-materialliste-page .wj-hero__media,
body.home .wj-hero__media {
  align-self: center;
}

/* Copy: Inhalt oben ausrichten, kein Stretch → weniger Abstand unten */
body.wj-workshop-page .wj-hero__copy,
body.wj-events-page .wj-hero__copy,
body.wj-kontakt-page .wj-hero__copy,
body.wj-ueber-page .wj-hero__copy,
body.wj-newsletter-page .wj-hero__copy,
body.wj-materialliste-page .wj-hero__copy,
body.home .wj-hero__copy {
  align-self: start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* CTA: kein extra margin-bottom → gleichmäßige Abstände in der Box */
body.wj-workshop-page .wj-hero__cta,
body.wj-kontakt-page .wj-hero__cta,
body.home .wj-hero__cta {
  margin-bottom: 0 !important;
}

body.wj-workshop-page .wj-hero__media,
body.wj-events-page .wj-hero__media,
body.wj-kontakt-page .wj-hero__media,
body.wj-ueber-page .wj-hero__media,
body.wj-newsletter-page .wj-hero__media,
body.home .wj-hero__media {
  justify-self: end;
  align-self: center;
  max-width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 20px;
}

body.wj-workshop-page .wj-hero__img,
body.wj-events-page .wj-hero__img,
body.home .wj-hero__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
}

body.wj-workshop-page .wj-hero--light .wj-btn--ghost,
body.home .wj-hero--light .wj-btn--ghost {
  border: 1px solid rgba(15,23,42,.28) !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: var(--wj-text) !important;
}

body.wj-workshop-page .wj-bullets,
body.wj-materialliste-page .wj-bullets,
body.home .wj-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.wj-workshop-page .wj-bullets li,
body.wj-materialliste-page .wj-bullets li,
body.home .wj-bullets li {
  font-size: 14px;
  color: var(--wj-muted);
  background: var(--wj-soft);
  border: 1px solid var(--wj-border);
  padding: 8px 12px;
  border-radius: 999px;
}

body.wj-workshop-page .wj-card .wj-bullets,
body.home .wj-card .wj-bullets {
  margin-top: 12px;
}

/* Workshops-Übersicht: Karten-Struktur wie Startseite
   display:contents macht den Link „unsichtbar“ → img + body werden direkte Flex-Kinder des article
   → gleiche Layout-Hierarchie wie Homepage, Bild bündig oben */
body.wj-workshop-page .wj-card__link,
body.wj-workshops .wj-card__link {
  display: contents;
  text-decoration: none;
  color: inherit;
}
body.wj-workshop-page .wj-card__desc,
body.home .wj-card__desc {
  margin: 0 0 12px;
  color: var(--wj-muted);
  line-height: 1.55;
  font-size: 15px;
}
body.wj-workshop-page .wj-tags,
body.wj-workshops .wj-tags,
body.home .wj-tags {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.2em;
  font-size: 13px;
  color: var(--wj-muted);
  line-height: 1.5;
}
body.wj-workshop-page .wj-tags li,
body.wj-workshops .wj-tags li,
body.home .wj-tags li {
  margin: 0 0 4px;
}
body.wj-workshop-page .wj-tags li:last-child,
body.wj-workshops .wj-tags li:last-child,
body.home .wj-tags li:last-child {
  margin-bottom: 0;
}
/* CTA wie Startseite: wj-link-Stil (unterstrichen) */
body.wj-workshop-page .wj-card__cta.wj-link,
body.wj-workshops .wj-card__cta.wj-link,
body.home .wj-card__cta.wj-link {
  margin-top: auto;
  padding-top: 4px;
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
  font-weight: 600;
  color: var(--wj-text);
  text-decoration: underline;
}
body.wj-workshop-page .wj-card__link:hover .wj-card__cta,
body.wj-workshops .wj-card__link:hover .wj-card__cta,
body.home .wj-card__link:hover .wj-card__cta {
  text-decoration: underline;
}

/* =========================================================
   4) Features Grid (6er-Grid mit Icons)
   ========================================================= */
body.wj-workshop-page .wj-grid--3,
body.wj-materialliste-page .wj-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 900px){
  body.wj-workshop-page .wj-grid--3,
  body.wj-materialliste-page .wj-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px){
  body.wj-workshop-page .wj-grid--3,
  body.wj-materialliste-page .wj-grid--3 {
    grid-template-columns: 1fr;
  }
}

body.wj-workshop-page .wj-feature,
body.wj-materialliste-page .wj-feature {
  border: 1px solid var(--wj-border);
  border-radius: 16px;
  background: #fff;
  padding: 18px;
  text-align: center;
  transition: all .2s ease;
}

body.wj-workshop-page .wj-feature:hover,
body.wj-materialliste-page .wj-feature:hover {
  border-color: rgba(15,23,42,.16);
  box-shadow: 0 4px 20px rgba(15,23,42,.06);
  transform: translateY(-2px);
}

body.wj-workshop-page .wj-feature__icon,
body.wj-materialliste-page .wj-feature__icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--wj-soft);
  color: var(--wj-accent);
}

body.wj-workshop-page .wj-feature__icon svg,
body.wj-materialliste-page .wj-feature__icon svg {
  width: 26px;
  height: 26px;
}

body.wj-workshop-page .wj-feature__title {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
  color: var(--wj-text);
}

body.wj-workshop-page .wj-feature__desc{
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--wj-muted);
}

/* =========================================================
   5) Timeline (Ablauf)
   ========================================================= */
body.wj-workshop-page .wj-timeline{
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.wj-workshop-page .wj-timeline__item{
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  border: 1px solid var(--wj-border);
  border-radius: 16px;
  background: #fff;
  padding: 18px;
  transition: all .2s ease;
}

body.wj-workshop-page .wj-timeline__item:hover{
  border-color: rgba(15,23,42,.16);
  box-shadow: 0 4px 16px rgba(15,23,42,.04);
}

body.wj-workshop-page .wj-timeline__number{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--wj-accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  flex-shrink: 0;
}

body.wj-workshop-page .wj-timeline__content{
  padding-top: 2px;
}

body.wj-workshop-page .wj-timeline__content .wj-h3{
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 700;
  color: var(--wj-text);
}

body.wj-workshop-page .wj-timeline__content p{
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--wj-muted);
}

@media (max-width: 600px){
  body.wj-workshop-page .wj-timeline__item{
    grid-template-columns: 48px 1fr;
    gap: 16px;
    padding: 20px;
  }
  
  body.wj-workshop-page .wj-timeline__number{
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
  
  body.wj-workshop-page .wj-timeline__content{
    padding-top: 2px;
  }
}

/* =========================================================
   6) Eckdaten / Info Cards
   ========================================================= */
body.wj-workshop-page .wj-grid--4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

@media (max-width: 900px){
  body.wj-workshop-page .wj-grid--4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px){
  body.wj-workshop-page .wj-grid--4{
    grid-template-columns: 1fr;
  }
}

body.wj-workshop-page .wj-info-card{
  border: 1px solid var(--wj-border);
  border-radius: 16px;
  background: #fff;
  padding: 20px 16px;
  text-align: center;
  transition: all .2s ease;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.wj-workshop-page .wj-info-card:hover{
  border-color: rgba(15,23,42,.16);
  box-shadow: 0 4px 20px rgba(15,23,42,.06);
  transform: translateY(-2px);
}

body.wj-workshop-page .wj-info-card--highlight{
  background: linear-gradient(135deg, rgba(216,195,165,.08) 0%, rgba(216,195,165,.02) 100%);
  border-color: var(--wj-accent);
}

body.wj-workshop-page .wj-info-card__icon{
  width: 44px;
  height: 44px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--wj-soft);
  color: var(--wj-accent);
}

body.wj-workshop-page .wj-info-card--highlight .wj-info-card__icon{
  background: var(--wj-accent);
  color: #fff;
}

body.wj-workshop-page .wj-info-card__icon svg{
  width: 24px;
  height: 24px;
}

body.wj-workshop-page .wj-info-card__label{
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--wj-muted);
  font-weight: 600;
}

body.wj-workshop-page .wj-info-card__value{
  font-size: 22px;
  font-weight: 700;
  color: var(--wj-text);
  line-height: 1.2;
}

body.wj-workshop-page .wj-info-card__note{
  font-size: 13px;
  color: var(--wj-muted);
  line-height: 1.5;
}

body.wj-workshop-page .wj-checklist-box{
  max-width: 740px;
  margin: 0 auto;
  border: 1px solid var(--wj-border);
  border-radius: 16px;
  background: #fff;
  padding: 20px;
}

body.wj-workshop-page .wj-checklist-box .wj-h3{
  margin: 0 0 14px;
  font-size: 17px;
  font-weight: 700;
  color: var(--wj-text);
}

body.wj-workshop-page .wj-checklist{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body.wj-workshop-page .wj-checklist li{
  display: flex;
  align-items: start;
  gap: 10px;
  font-size: 14px;
  color: var(--wj-text);
  line-height: 1.55;
}

body.wj-workshop-page .wj-checklist li::before{
  content: "✓";
  color: var(--wj-accent);
  font-weight: 700;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 1px;
}

/* =========================================================
   7) Galerie
   ========================================================= */
body.wj-workshop-page .wj-gallery{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.wj-workshop-page .wj-gallery--3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 900px){
  body.wj-workshop-page .wj-gallery,
  body.wj-workshop-page .wj-gallery--3{
    grid-template-columns: 1fr;
  }
}

body.wj-workshop-page .wj-gallery__item{
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--wj-border);
  background: #f3f4f6;
  aspect-ratio: 4 / 3;
  transition: all .2s ease;
}

body.wj-workshop-page .wj-gallery__item--span2{
  grid-column: span 2;
}

@media (max-width: 900px){
  body.wj-workshop-page .wj-gallery__item--span2{
    grid-column: span 1;
  }
}

body.wj-workshop-page .wj-gallery__item:hover{
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(15,23,42,.10);
}

body.wj-workshop-page .wj-gallery__item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================================================
   8) FAQ (wie Workshops) — auch für Materialliste, Übersichtsseite, Köln
   ========================================================= */
body.wj-workshop-page .wj-faq,
body.wj-workshops .wj-faq,
body.wj-materialliste-page .wj-faq,
body.wj-koeln-page .wj-faq{
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.wj-workshop-page .wj-faq details,
body.wj-workshops .wj-faq details,
body.wj-materialliste-page .wj-faq details,
body.wj-koeln-page .wj-faq details{
  border: 1px solid var(--wj-border);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  transition: all .2s ease;
}

body.wj-workshop-page .wj-faq details:hover,
body.wj-workshops .wj-faq details:hover,
body.wj-materialliste-page .wj-faq details:hover,
body.wj-koeln-page .wj-faq details:hover{
  border-color: rgba(15,23,42,.18);
  box-shadow: 0 4px 16px rgba(15,23,42,.04);
}

body.wj-workshop-page .wj-faq details[open],
body.wj-workshops .wj-faq details[open],
body.wj-materialliste-page .wj-faq details[open],
body.wj-koeln-page .wj-faq details[open]{
  border-color: rgba(15,23,42,.16);
}

body.wj-workshop-page .wj-faq summary,
body.wj-workshops .wj-faq summary,
body.wj-materialliste-page .wj-faq summary,
body.wj-koeln-page .wj-faq summary{
  padding: 18px 22px;
  font-size: 17px;
  font-weight: 600;
  color: var(--wj-text);
  cursor: pointer;
  list-style: none;
  position: relative;
  user-select: none;
  transition: background-color .15s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

body.wj-workshop-page .wj-faq summary::-webkit-details-marker,
body.wj-workshops .wj-faq summary::-webkit-details-marker,
body.wj-materialliste-page .wj-faq summary::-webkit-details-marker,
body.wj-koeln-page .wj-faq summary::-webkit-details-marker{
  display: none !important;
}

body.wj-workshop-page .wj-faq summary:hover,
body.wj-workshops .wj-faq summary:hover,
body.wj-materialliste-page .wj-faq summary:hover,
body.wj-koeln-page .wj-faq summary:hover{
  background: #C3DADB;
}

body.wj-workshop-page .wj-faq summary::after,
body.wj-workshops .wj-faq summary::after,
body.wj-materialliste-page .wj-faq summary::after,
body.wj-koeln-page .wj-faq summary::after{
  content: "+";
  font-size: 24px;
  font-weight: 300;
  color: var(--wj-accent);
  transition: transform .2s ease;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.wj-workshop-page .wj-faq details[open] summary::after,
body.wj-workshops .wj-faq details[open] summary::after,
body.wj-materialliste-page .wj-faq details[open] summary::after,
body.wj-koeln-page .wj-faq details[open] summary::after{
  content: "−";
}

body.wj-workshop-page .wj-faq details p,
body.wj-workshops .wj-faq details p,
body.wj-materialliste-page .wj-faq details p,
body.wj-koeln-page .wj-faq details p{
  padding: 0 22px 20px 22px;
  margin: 0;
  color: var(--wj-muted);
  line-height: 1.65;
  font-size: 15px;
}

/* Köln-FAQ: explizit wie Workshop (helle Karten, dunkler Text) */
body.wj-koeln-page .wj-faq details {
  background: #fff !important;
  border: 1px solid rgba(15,23,42,.12) !important;
  border-radius: 18px !important;
}
body.wj-koeln-page .wj-faq summary {
  color: #1f2937 !important;
}
body.wj-koeln-page .wj-faq summary:hover {
  background: rgba(216,195,165,.15) !important;
}
body.wj-koeln-page .wj-faq summary::after {
  color: var(--wj-accent) !important;
}
body.wj-koeln-page .wj-faq details p {
  color: #4b5563 !important;
}

/* =========================================================
   9) CTA Box
   ========================================================= */
body.wj-workshop-page .wj-cta-section{
  background: linear-gradient(135deg, rgba(216,195,165,.08), rgba(216,195,165,.02));
}

body.wj-workshop-page .wj-cta-box,
body.wj-kontakt-page .wj-cta-box,
body.wj-ueber-page .wj-cta-box,
body.wj-koeln-page .wj-cta-box {
  border: 1px solid var(--wj-border);
  border-radius: 28px;
  background: #fff;
  padding: var(--wj-box-padding);
  text-align: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.wj-workshop-page .wj-cta-box__content,
body.wj-kontakt-page .wj-cta-box__content,
body.wj-ueber-page .wj-cta-box__content,
body.wj-koeln-page .wj-cta-box__content {
  max-width: 580px;
  margin: 0 auto 24px;
  text-align: center !important;
  width: 100%;
}

body.wj-workshop-page .wj-cta-box__content .wj-h2,
body.wj-workshop-page .wj-cta-box__content .wj-cta-box__text,
body.wj-kontakt-page .wj-cta-box__content .wj-h2,
body.wj-kontakt-page .wj-cta-box__content .wj-cta-box__text,
body.wj-ueber-page .wj-cta-box__content .wj-h2,
body.wj-ueber-page .wj-cta-box__content .wj-cta-box__text,
body.wj-koeln-page .wj-cta-box__content .wj-h2,
body.wj-koeln-page .wj-cta-box__content .wj-cta-box__text {
  text-align: center !important;
}

body.wj-workshop-page .wj-cta-box__text,
body.wj-kontakt-page .wj-cta-box__text,
body.wj-ueber-page .wj-cta-box__text,
body.wj-koeln-page .wj-cta-box__text {
  margin: 12px 0 0;
  color: var(--wj-muted);
  line-height: 1.6;
}

body.wj-workshop-page .wj-cta-box__actions,
body.wj-kontakt-page .wj-cta-box__actions,
body.wj-ueber-page .wj-cta-box__actions,
body.wj-koeln-page .wj-cta-box__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  max-width: 580px;
  align-self: center;
  box-sizing: border-box;
}

body.wj-workshop-page .wj-cta-box__actions .wj-btn,
body.wj-kontakt-page .wj-cta-box__actions .wj-btn,
body.wj-ueber-page .wj-cta-box__actions .wj-btn,
body.wj-koeln-page .wj-cta-box__actions .wj-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 10px;
}

body.wj-workshop-page .wj-cta-box__actions .wj-btn svg,
body.wj-kontakt-page .wj-cta-box__actions .wj-btn svg,
body.wj-ueber-page .wj-cta-box__actions .wj-btn svg {
  flex-shrink: 0;
}

body.wj-workshop-page .wj-cta-box__actions .wj-btn span,
body.wj-kontakt-page .wj-cta-box__actions .wj-btn span,
body.wj-ueber-page .wj-cta-box__actions .wj-btn span {
  display: inline-block;
  text-align: center;
}

@media (max-width: 600px){
  body.wj-workshop-page .wj-cta-box__actions,
  body.wj-kontakt-page .wj-cta-box__actions,
  body.wj-ueber-page .wj-cta-box__actions,
  body.wj-koeln-page .wj-cta-box__actions {
    flex-direction: column;
  }
  
  body.wj-workshop-page .wj-cta-box__actions .wj-btn,
  body.wj-kontakt-page .wj-cta-box__actions .wj-btn,
  body.wj-ueber-page .wj-cta-box__actions .wj-btn,
  body.wj-koeln-page .wj-cta-box__actions .wj-btn {
    width: 100%;
  }
}

/* CTA-Box: Textlinks unter den Buttons (Köln-Seite) */
body.wj-koeln-page .wj-cta-box__links {
  margin: 20px 0 0;
  padding: 0;
  font-size: 14px;
  color: var(--wj-muted);
  text-align: center;
}
body.wj-koeln-page .wj-cta-box__links .wj-link {
  color: var(--wj-muted);
}
body.wj-koeln-page .wj-cta-box__links .wj-link:hover {
  color: var(--wj-accent);
}
body.wj-koeln-page .wj-cta-box__links span {
  margin: 0 6px;
  color: rgba(15,23,42,.4);
}

/* Köln: CTA-Shop — komplett neu, zentriert, mit Icons */
body.wj-koeln-page .wj-cta-shop__container {
  max-width: 1100px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.wj-koeln-page .wj-cta-shop .wj-section__head {
  margin-bottom: 28px;
}
body.wj-koeln-page .wj-cta-shop__tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 24px;
  width: 100%;
  max-width: 100%;
}
body.wj-koeln-page .wj-cta-shop__tile {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 32px;
  min-height: 56px;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(15,23,42,.12);
  border-radius: 14px;
  text-decoration: none;
  color: #1f2937;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
body.wj-koeln-page .wj-cta-shop__tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(15,23,42,.08);
  border-color: rgba(216,195,165,.4);
}
body.wj-koeln-page .wj-cta-shop__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  color: var(--wj-accent);
}
body.wj-koeln-page .wj-cta-shop__icon svg {
  width: 24px;
  height: 24px;
}
body.wj-koeln-page .wj-cta-shop__label {
  line-height: 1.3;
}
body.wj-koeln-page .wj-cta-shop__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
body.wj-koeln-page .wj-cta-shop__badge {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: 12px 20px;
  background: #fff;
  border: 1px solid rgba(15,23,42,.12);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: var(--wj-text);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
body.wj-koeln-page .wj-cta-shop__badge:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(15,23,42,.08);
  border-color: rgba(216,195,165,.4);
  text-decoration: underline;
}
@media (max-width: 900px) {
  body.wj-koeln-page .wj-cta-shop__tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  body.wj-koeln-page .wj-cta-shop__tiles {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   10) Sections & Spacing
   ========================================================= */
body.wj-workshop-page .wj-section,
body.wj-events-page .wj-section,
body.wj-materialliste-page .wj-section,
body.home .wj-section,
body.wj-kontakt-page .wj-section,
body.wj-koeln-page .wj-section{
  padding: clamp(19px, 3vw, 29px) 0;
}

body.wj-workshop-page .wj-section--soft,
body.home .wj-section--soft,
body.wj-kontakt-page .wj-section--soft,
body.wj-newsletter-page .wj-section--soft,
body.wj-materialliste-page .wj-section--soft,
body.wj-koeln-page .wj-section--soft {
  background: var(--wj-soft);
  padding: clamp(19px, 3vw, 29px) 0;
}

body.wj-workshop-page .wj-section__head,
body.wj-events-page .wj-section__head,
body.wj-ueber-page .wj-section__head,
body.wj-materialliste-page .wj-section__head,
body.home .wj-section__head,
body.wj-koeln-page .wj-section__head{
  margin-bottom: 28px;
  text-align: center !important;
}

body.wj-workshop-page .wj-section__head .wj-h2,
body.wj-events-page .wj-section__head .wj-h2,
body.wj-ueber-page .wj-section__head .wj-h2,
body.wj-materialliste-page .wj-section__head .wj-h2,
body.home .wj-section__head .wj-h2,
body.wj-koeln-page .wj-section__head .wj-h2{
  margin-bottom: 8px;
  text-align: center !important;
}

body.wj-workshop-page .wj-section__head .wj-sub,
body.wj-events-page .wj-section__head .wj-sub,
body.wj-ueber-page .wj-section__head .wj-sub,
body.wj-materialliste-page .wj-section__head .wj-sub,
body.home .wj-section__head .wj-sub,
body.wj-koeln-page .wj-section__head .wj-sub{
  margin: 0 auto !important;
  max-width: 70ch;
  text-align: center !important;
}

/* =========================================================
   Typografie: Klassen-basiert, unabhängig von HTML-Tags
   ========================================================= */
/* WICHTIG: Die CSS-Klassen (.wj-h1, .wj-h2, .wj-h3) funktionieren 
   unabhängig von den HTML-Tags (h1, h2, h3, div, span, etc.).
   Du kannst die HTML-Tags frei ändern, solange die CSS-Klassen erhalten bleiben. */

body.wj-workshop-page .wj-h1,
body.wj-workshop-page .wj-h2,
body.wj-workshop-page .wj-h3,
body.wj-workshop-page .wj-h4,
body.wj-workshop-page .wj-h5,
body.wj-workshop-page .wj-h6,
body.wj-workshop-page .wj-sub,
body.wj-workshop-page .wj-lead,
body.wj-events-page .wj-h1,
body.wj-events-page .wj-h2,
body.wj-events-page .wj-h3,
body.wj-events-page .wj-sub,
body.wj-events-page .wj-lead,
body.wj-kontakt-page .wj-h1,
body.wj-kontakt-page .wj-h2,
body.wj-kontakt-page .wj-h3,
body.wj-ueber-page .wj-h1,
body.wj-ueber-page .wj-h2,
body.wj-ueber-page .wj-h3,
body.home .wj-h1,
body.home .wj-h2,
body.home .wj-h2-sub,
body.home .wj-h3,
body.home .wj-h4,
body.home .wj-h5,
body.home .wj-h6,
body.home .wj-sub,
body.home .wj-lead{
  background: transparent !important;
  color: var(--wj-text) !important;
  /* Überschreibt Theme/Customizer-Regeln, damit die Klassen immer funktionieren */
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
  margin: inherit !important;
  padding: inherit !important;
}

/* Spezifische Styles für jede Überschriften-Klasse (unabhängig vom HTML-Tag) */
body.wj-workshop-page .wj-h1,
body.wj-kontakt-page .wj-h1,
body.wj-ueber-page .wj-h1,
body.home .wj-h1 {
  margin: 0 0 12px !important;
  font-size: clamp(34px, 4vw, 56px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.02em !important;
  font-weight: 700 !important;
}

body.wj-workshop-page .wj-h2,
body.wj-kontakt-page .wj-h2,
body.wj-ueber-page .wj-h2,
body.home .wj-h2 {
  margin: 0 0 10px !important;
  font-size: clamp(22px, 2.2vw, 30px) !important;
  line-height: 1.15 !important;
  letter-spacing: -0.015em !important;
  font-weight: 700 !important;
}

body.wj-workshop-page .wj-h3,
body.home .wj-h3 {
  margin: 0 0 8px !important;
  font-size: clamp(18px, 1.8vw, 24px) !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

body.wj-workshop-page .wj-h4,
body.home .wj-h4 {
  margin: 0 0 6px !important;
  font-size: clamp(16px, 1.5vw, 20px) !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
}

body.wj-workshop-page .wj-sub,
body.home .wj-sub {
  margin: 0 !important;
  color: var(--wj-muted) !important;
  max-width: 70ch !important;
  line-height: 1.6 !important;
  font-size: clamp(15px, 1.3vw, 17px) !important;
}
body.home .wj-h2-sub {
  font-size: clamp(15px, 1.3vw, 17px) !important;
  line-height: 1.6 !important;
}

body.wj-workshop-page .wj-lead,
body.home .wj-lead {
  margin: 0 0 22px !important;
  font-size: clamp(16px, 1.4vw, 18px) !important;
  line-height: 1.55 !important;
  color: var(--wj-muted) !important;
  max-width: 52ch !important;
}

/* =========================================================
   11) Testimonials / Kundenstimmen
   ========================================================= */
body.wj-workshop-page .wj-testimonials{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
  max-width: 100%;
}

body.wj-workshop-page .wj-testimonial{
  border: 1px solid var(--wj-border);
  border-radius: 16px;
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: all .2s ease;
}

body.wj-workshop-page .wj-testimonial:hover{
  border-color: rgba(15,23,42,.16);
  box-shadow: 0 4px 20px rgba(15,23,42,.06);
  transform: translateY(-2px);
}

body.wj-workshop-page .wj-testimonial__quote{
  flex: 1;
}

body.wj-workshop-page .wj-testimonial__quote p{
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--wj-text);
  font-style: italic;
}

body.wj-workshop-page .wj-testimonial__quote p::before{
  content: "\201C";
  color: var(--wj-accent);
  font-size: 28px;
  line-height: 0;
  position: relative;
  top: 10px;
  margin-right: 3px;
}

body.wj-workshop-page .wj-testimonial__author{
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 12px;
  border-top: 1px solid var(--wj-border);
}

body.wj-workshop-page .wj-testimonial__author strong{
  font-size: 14px;
  font-weight: 600;
  color: var(--wj-text);
}

body.wj-workshop-page .wj-testimonial__author span{
  font-size: 12px;
  color: var(--wj-muted);
}

/* Testimonial-Variante: __content / __text / __meta (HTML-Gutenberg-Block) */
body.wj-workshop-page .wj-testimonial__content { flex: 1; }
body.wj-workshop-page .wj-testimonial__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--wj-text);
  font-style: italic;
}
body.wj-workshop-page .wj-testimonial__text::before {
  content: "\201C";
  color: var(--wj-accent);
  font-size: 28px;
  line-height: 0;
  position: relative;
  top: 10px;
  margin-right: 3px;
}
body.wj-workshop-page .wj-testimonial__meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 12px;
  border-top: 1px solid var(--wj-border);
}
body.wj-workshop-page .wj-testimonial__meta .wj-testimonial__author {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--wj-text);
}
body.wj-workshop-page .wj-testimonial__meta .wj-testimonial__location {
  margin: 0;
  font-size: 12px;
  color: var(--wj-muted);
}

@media (max-width: 900px){
  body.wj-workshop-page .wj-testimonials{
    grid-template-columns: 1fr;
  }
}


body.wj-kindergeburtstag .wj-infobox__label{
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--wj-muted);
  margin-bottom: 6px;
}

body.wj-kindergeburtstag .wj-infobox__value{
  font-size: 24px;
  font-weight: 800;
  color: var(--wj-text);
  margin-bottom: 4px;
}

body.wj-kindergeburtstag .wj-infobox__note{
  font-size: 13px;
  color: var(--wj-muted);
}

body.wj-kindergeburtstag .wj-infobox__footer{
  border-top: 1px solid var(--wj-border);
  padding-top: 24px;
}

body.wj-kindergeburtstag .wj-infobox__footer-title{
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  color: var(--wj-text);
}

body.wj-kindergeburtstag .wj-checklist{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

@media (max-width: 600px){
  body.wj-kindergeburtstag .wj-checklist{
    grid-template-columns: 1fr;
  }
}

body.wj-kindergeburtstag .wj-checklist li{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--wj-text);
}

body.wj-kindergeburtstag .wj-checklist li::before{
  content: "✓";
  color: var(--wj-accent);
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}

/* =========================================================
   7) Galerie
   ========================================================= */
body.wj-kindergeburtstag .wj-gallery{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

@media (max-width: 900px){
  body.wj-kindergeburtstag .wj-gallery{
    grid-template-columns: 1fr;
  }
}

body.wj-kindergeburtstag .wj-gallery__item{
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--wj-border);
  background: #f3f4f6;
  aspect-ratio: 4 / 3;
  transition: all .2s ease;
}

body.wj-kindergeburtstag .wj-gallery__item--large{
  grid-column: span 2;
}

@media (max-width: 900px){
  body.wj-kindergeburtstag .wj-gallery__item--large{
    grid-column: span 1;
  }
}

body.wj-kindergeburtstag .wj-gallery__item:hover{
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(15,23,42,.10);
}

body.wj-kindergeburtstag .wj-gallery__item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================================================
   8) FAQ (wie Workshops)
   ========================================================= */
body.wj-kindergeburtstag .wj-faq{
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.wj-kindergeburtstag .wj-faq details{
  border: 1px solid var(--wj-border);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  transition: all .2s ease;
}

body.wj-kindergeburtstag .wj-faq details:hover{
  border-color: rgba(15,23,42,.18);
  box-shadow: 0 4px 16px rgba(15,23,42,.04);
}

body.wj-kindergeburtstag .wj-faq details[open]{
  border-color: rgba(15,23,42,.16);
}

body.wj-kindergeburtstag .wj-faq summary{
  padding: 18px 22px;
  font-size: 17px;
  font-weight: 600;
  color: var(--wj-text);
  cursor: pointer;
  list-style: none;
  position: relative;
  user-select: none;
  transition: background-color .15s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

body.wj-kindergeburtstag .wj-faq summary::-webkit-details-marker{
  display: none;
}

body.wj-kindergeburtstag .wj-faq summary:hover{
  background: #C3DADB;
}

body.wj-kindergeburtstag .wj-faq summary::after{
  content: "+";
  font-size: 24px;
  font-weight: 300;
  color: var(--wj-accent);
  transition: transform .2s ease;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.wj-kindergeburtstag .wj-faq details[open] summary::after{
  content: "−";
}

body.wj-kindergeburtstag .wj-faq details p{
  padding: 0 22px 20px 22px;
  margin: 0;
  color: var(--wj-muted);
  line-height: 1.65;
  font-size: 15px;
}

/* =========================================================
   9) CTA Box
   ========================================================= */
body.wj-kindergeburtstag .wj-cta-section{
  background: linear-gradient(135deg, rgba(216,195,165,.08), rgba(216,195,165,.02));
}

body.wj-kindergeburtstag .wj-cta-box{
  border: 1px solid var(--wj-border);
  border-radius: 28px;
  background: #fff;
  padding: var(--wj-box-padding);
  text-align: center;
}

body.wj-kindergeburtstag .wj-cta-box__content{
  max-width: 580px;
  margin: 0 auto 24px;
}

body.wj-kindergeburtstag .wj-cta-box__text{
  margin: 12px 0 0;
  color: var(--wj-muted);
  line-height: 1.6;
}

body.wj-kindergeburtstag .wj-cta-box__actions{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 600px){
  body.wj-kindergeburtstag .wj-cta-box__actions{
    flex-direction: column;
  }
  
  body.wj-kindergeburtstag .wj-cta-box__actions .wj-btn{
    width: 100%;
  }
}

/* =========================================================
   10) Sections
   ========================================================= */
body.wj-kindergeburtstag .wj-section--soft{
  background: var(--wj-soft);
}

body.wj-kindergeburtstag .wj-section__head{
  margin-bottom: 32px;
  text-align: center;
}

body.wj-kindergeburtstag .wj-h1,
body.wj-kindergeburtstag .wj-h2,
body.wj-kindergeburtstag .wj-h3,
body.wj-kindergeburtstag .wj-sub,
body.wj-kindergeburtstag .wj-lead{
  background: transparent !important;
  color: var(--wj-text) !important;
}

/* =========================================================
   SIMPLE CTA (für JGA und andere Workshop-Seiten)
   ========================================================= */
body.wj-workshop-page .wj-cta {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

body.wj-workshop-page .wj-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 768px){
  body.wj-workshop-page .wj-actions {
    flex-direction: column;
    width: 100%;
  }
  
  body.wj-workshop-page .wj-actions .wj-btn {
    width: 100%;
  }
}

/* =========================================================
   ECKDATEN LIST-STYLE (Alternative zur Grid-Variante)
   ========================================================= */
body.wj-workshop-page .wj-eckdaten-box {
  border: 1px solid var(--wj-border);
  border-radius: 28px;
  background: #fff;
  padding: var(--wj-box-padding);
  max-width: 900px;
  margin: 0 auto;
}

body.wj-workshop-page .wj-eckdaten-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}

body.wj-workshop-page .wj-eckdaten-item {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--wj-border);
}

body.wj-workshop-page .wj-eckdaten-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

body.wj-workshop-page .wj-eckdaten-item__label {
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--wj-muted);
  margin-bottom: 8px;
  font-weight: 600;
}

body.wj-workshop-page .wj-eckdaten-item__value {
  font-size: 28px;
  font-weight: 800;
  color: var(--wj-text);
  margin-bottom: 6px;
  line-height: 1.2;
}

body.wj-workshop-page .wj-eckdaten-item__note {
  font-size: 14px;
  color: var(--wj-muted);
  line-height: 1.5;
}

body.wj-workshop-page .wj-eckdaten-footer {
  border-top: 1px solid var(--wj-border);
  padding-top: 28px;
}

body.wj-workshop-page .wj-eckdaten-footer .wj-h3 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  color: var(--wj-text);
}

body.wj-workshop-page .wj-checklist--2col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

@media (max-width: 600px){
  body.wj-workshop-page .wj-checklist--2col {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   TIMELINE ACCORDION (Ausklappbare Ablauf-Schritte)
   ========================================================= */
body.wj-workshop-page .wj-timeline--accordion {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.wj-workshop-page .wj-timeline--accordion details {
  border: 1px solid var(--wj-border);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  transition: all .2s ease;
}

body.wj-workshop-page .wj-timeline--accordion details:hover {
  border-color: rgba(15,23,42,.16);
  box-shadow: 0 4px 16px rgba(15,23,42,.04);
}

body.wj-workshop-page .wj-timeline--accordion details[open] {
  border-color: rgba(15,23,42,.16);
}

body.wj-workshop-page .wj-timeline--accordion summary {
  padding: 18px 22px;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: background-color .15s ease;
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
}

body.wj-workshop-page .wj-timeline--accordion summary::-webkit-details-marker {
  display: none;
}

body.wj-workshop-page .wj-timeline--accordion summary:hover {
  background: var(--wj-soft);
}

body.wj-workshop-page .wj-timeline--accordion summary .wj-timeline__number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--wj-accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
}

body.wj-workshop-page .wj-timeline--accordion summary .wj-timeline__title {
  flex: 1;
  font-size: 17px;
  font-weight: 700;
  color: var(--wj-text);
}

body.wj-workshop-page .wj-timeline--accordion summary::after {
  content: "+";
  font-size: 24px;
  font-weight: 300;
  color: var(--wj-accent);
  transition: transform .2s ease;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.wj-workshop-page .wj-timeline--accordion details[open] summary::after {
  content: "−";
}

body.wj-workshop-page .wj-timeline--accordion .wj-timeline__content {
  padding: 0 22px 20px 76px;
}

body.wj-workshop-page .wj-timeline--accordion .wj-timeline__content p {
  margin: 0;
  color: var(--wj-muted);
  line-height: 1.6;
  font-size: 15px;
}

@media (max-width: 600px){
  body.wj-workshop-page .wj-timeline--accordion summary {
    padding: 16px 18px;
    gap: 12px;
  }
  
  body.wj-workshop-page .wj-timeline--accordion summary .wj-timeline__number {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  
  body.wj-workshop-page .wj-timeline--accordion summary .wj-timeline__title {
    font-size: 16px;
  }
  
  body.wj-workshop-page .wj-timeline--accordion .wj-timeline__content {
    padding: 0 18px 18px 66px;
  }
}

/* =========================================================
   SECTION ACCORDION (Ganze Section ausklappbar)
   ========================================================= */
body.wj-workshop-page .wj-section-accordion,
body.wj-events-page .wj-section-accordion {
  border: 1px solid var(--wj-border);
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
}

body.wj-workshop-page .wj-section-accordion__header,
body.wj-events-page .wj-section-accordion__header {
  padding: clamp(24px, 4vw, 36px);
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: background-color .15s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

body.wj-workshop-page .wj-section-accordion__header::-webkit-details-marker,
body.wj-events-page .wj-section-accordion__header::-webkit-details-marker {
  display: none;
}

body.wj-workshop-page .wj-section-accordion__header:hover {
  background: var(--wj-soft);
}

body.wj-workshop-page .wj-section-accordion__header::after {
  content: "+";
  font-size: 32px;
  font-weight: 300;
  color: var(--wj-accent);
  transition: transform .2s ease;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

body.wj-workshop-page .wj-section-accordion[open] .wj-section-accordion__header::after,
body.wj-events-page .wj-section-accordion[open] .wj-section-accordion__header::after {
  content: "−";
}

body.wj-workshop-page .wj-section-accordion__header .wj-h2 {
  margin: 0 0 8px;
}

body.wj-workshop-page .wj-section-accordion__header .wj-sub {
  margin: 0;
}

body.wj-workshop-page .wj-section-accordion__content,
body.wj-events-page .wj-section-accordion__content {
  padding: 0 clamp(24px, 4vw, 36px) clamp(28px, 4vw, 40px);
}

@media (max-width: 768px){
  body.wj-workshop-page .wj-section-accordion__header,
body.wj-events-page .wj-section-accordion__header {
    padding: 20px;
    gap: 16px;
  }
  
  body.wj-workshop-page .wj-section-accordion__header::after {
    font-size: 28px;
    width: 28px;
    height: 28px;
  }
  
  body.wj-workshop-page .wj-section-accordion__content,
body.wj-events-page .wj-section-accordion__content {
    padding: 0 20px 24px;
  }
}

/* =========================================================
   SECTION ACCORDION TOGGLE (Text + Chevron für Klarheit)
   ========================================================= */
body.wj-workshop-page .wj-section-accordion__toggle,
body.wj-events-page .wj-section-accordion__toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--wj-soft);
  border: 1px solid var(--wj-border);
  transition: all .2s ease;
}

body.wj-workshop-page .wj-section-accordion__header:hover .wj-section-accordion__toggle,
body.wj-events-page .wj-section-accordion__header:hover .wj-section-accordion__toggle {
  background: var(--wj-surface);
  border-color: rgba(15,23,42,.16);
}

body.wj-workshop-page .wj-section-accordion__toggle-text,
body.wj-events-page .wj-section-accordion__toggle-text {
  font-size: 14px;
  font-weight: 600;
  color: var(--wj-text);
}

body.wj-workshop-page .wj-section-accordion__toggle-icon,
body.wj-events-page .wj-section-accordion__toggle-icon {
  color: var(--wj-accent);
  transition: transform .2s ease;
  flex-shrink: 0;
}

body.wj-workshop-page .wj-section-accordion[open] .wj-section-accordion__toggle-icon,
body.wj-events-page .wj-section-accordion[open] .wj-section-accordion__toggle-icon {
  transform: rotate(180deg);
}

body.wj-workshop-page .wj-section-accordion[open] .wj-section-accordion__toggle-text::after,
body.wj-events-page .wj-section-accordion[open] .wj-section-accordion__toggle-text::after {
  content: " ausblenden";
}

body.wj-workshop-page .wj-section-accordion:not([open]) .wj-section-accordion__toggle-text::after,
body.wj-events-page .wj-section-accordion:not([open]) .wj-section-accordion__toggle-text::after {
  content: "";
}

/* Altes Plus/Minus entfernen */
body.wj-workshop-page .wj-section-accordion__header::after,
body.wj-events-page .wj-section-accordion__header::after {
  display: none;
}

@media (max-width: 600px){
  body.wj-workshop-page .wj-section-accordion__toggle-text,
body.wj-events-page .wj-section-accordion__toggle-text {
    font-size: 13px;
  }
  
  body.wj-workshop-page .wj-section-accordion__toggle,
body.wj-events-page .wj-section-accordion__toggle {
    padding: 8px 12px;
  }
}

/* =========================================================
   SECTION ACCORDION HEADER VERTICAL LAYOUT
   ========================================================= */
body.wj-workshop-page .wj-section-accordion__header,
body.wj-events-page .wj-section-accordion__header {
  flex-direction: column;
  align-items: stretch;
}

body.wj-workshop-page .wj-section-accordion__header-content,
body.wj-events-page .wj-section-accordion__header-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

body.wj-workshop-page .wj-section-accordion__toggle,
body.wj-events-page .wj-section-accordion__toggle {
  align-self: flex-start;
  margin-top: 4px;
}

/* =========================================================
   BILDER-SLIDER (Horizontal, Plain & Simple)
   ========================================================= */
body.wj-workshop-page .wj-slider {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  background: #f3f4f6;
}

body.wj-workshop-page .wj-slider__track {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

body.wj-workshop-page .wj-slider__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none;
}

body.wj-workshop-page .wj-slider__slide--active {
  opacity: 1;
  pointer-events: auto;
}

body.wj-workshop-page .wj-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Navigation Buttons */
body.wj-workshop-page .wj-slider__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(15,23,42,.12);
  color: var(--wj-text);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .2s ease;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(15,23,42,.08);
}

body.wj-workshop-page .wj-slider__btn:hover {
  background: #fff;
  box-shadow: 0 4px 16px rgba(15,23,42,.12);
  transform: translateY(-50%) scale(1.05);
}

body.wj-workshop-page .wj-slider__btn--prev {
  left: 16px;
}

body.wj-workshop-page .wj-slider__btn--next {
  right: 16px;
}

/* Dots Navigation */
body.wj-workshop-page .wj-slider__dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

body.wj-workshop-page .wj-slider__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.5);
  border: 1px solid rgba(255,255,255,.8);
  cursor: pointer;
  transition: all .2s ease;
  padding: 0;
}

body.wj-workshop-page .wj-slider__dot:hover {
  background: rgba(255,255,255,.8);
  transform: scale(1.2);
}

body.wj-workshop-page .wj-slider__dot--active {
  background: #fff;
  width: 24px;
  border-radius: 4px;
}

/* Mobile Optimierung */
@media (max-width: 768px){
  body.wj-workshop-page .wj-slider__track {
    aspect-ratio: 4 / 3;
  }
  
  body.wj-workshop-page .wj-slider__btn {
    width: 36px;
    height: 36px;
  }
  
  body.wj-workshop-page .wj-slider__btn--prev {
    left: 8px;
  }
  
  body.wj-workshop-page .wj-slider__btn--next {
    right: 8px;
  }
  
  body.wj-workshop-page .wj-slider__dots {
    bottom: 12px;
    gap: 6px;
  }
}

/* =========================================================
   SLIDER CAROUSEL (JGA / horizontales Scrollen, z. B. Bilder-Slider)
   ========================================================= */
body.wj-workshop-page .wj-slider-carousel {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
  overflow: visible;
}

body.wj-workshop-page .wj-slider-carousel__wrapper {
  overflow: hidden;
  border-radius: 20px;
}

body.wj-workshop-page .wj-slider-carousel__track {
  display: flex;
  gap: 16px;
  transition: transform 0.4s ease;
  will-change: transform;
}

body.wj-workshop-page .wj-slider-carousel__slide {
  flex: 0 0 370px;
  height: 278px;
  border-radius: 16px;
  overflow: hidden;
  background: #f3f4f6;
}

body.wj-workshop-page .wj-slider-carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.wj-workshop-page .wj-slider-carousel__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(15,23,42,.12);
  color: #0f172a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
  box-shadow: 0 2px 12px rgba(15,23,42,.15);
}

body.wj-workshop-page .wj-slider-carousel__btn:hover {
  background: #fff;
  box-shadow: 0 4px 16px rgba(15,23,42,.2);
  transform: translateY(-50%) scale(1.05);
}

body.wj-workshop-page .wj-slider-carousel__btn--prev {
  left: -22px;
}

body.wj-workshop-page .wj-slider-carousel__btn--next {
  right: -22px;
}

body.wj-workshop-page .wj-slider-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

body.wj-workshop-page .wj-slider-carousel__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(15,23,42,.15);
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}

body.wj-workshop-page .wj-slider-carousel__dot:hover {
  background: rgba(15,23,42,.3);
}

body.wj-workshop-page .wj-slider-carousel__dot--active {
  width: 24px;
  border-radius: 4px;
  background: var(--wj-accent);
}

@media (max-width: 520px) {
  body.wj-workshop-page .wj-slider-carousel__slide {
    flex: 0 0 280px;
    height: 210px;
  }
  body.wj-workshop-page .wj-slider-carousel__btn--prev {
    left: 8px;
  }
  body.wj-workshop-page .wj-slider-carousel__btn--next {
    right: 8px;
  }
}

/* =========================================================
   WORKSHOP PACKAGES (Firmen / Workshop-Detail)
   ========================================================= */
body.wj-workshop-page .wj-packages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

/* 2 Kacheln zentriert (z. B. Brautschmuck) */
@media (min-width: 600px) {
  body.wj-workshop-page .wj-packages--2,
  body.wj-workshop-page .wj-packages:has(.wj-package:nth-child(2):last-child) {
    grid-template-columns: repeat(2, minmax(280px, 400px));
    width: fit-content;
    margin-inline: auto;
  }
}

body.wj-workshop-page .wj-package {
  border: 1px solid var(--wj-border);
  border-radius: 28px;
  padding: var(--wj-box-padding);
  background: #fff;
}

/* 3 Kacheln auf schmalen Screens: untere mittig (2 oben, 1 unten) */
@media (min-width: 600px) and (max-width: 940px) {
  body.wj-workshop-page .wj-packages .wj-package:nth-child(3):last-child {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 380px;
  }
}

body.wj-workshop-page .wj-package__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

body.wj-workshop-page .wj-package__icon {
  font-size: 32px;
  line-height: 1;
}

body.wj-workshop-page .wj-package__header .wj-h3 {
  margin: 0;
  font-size: clamp(18px, 2.5vw, 22px);
}

body.wj-workshop-page .wj-package__details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

body.wj-workshop-page .wj-package__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--wj-border);
}

body.wj-workshop-page .wj-package__info-item {
  font-size: 15px;
  color: var(--wj-text);
}

body.wj-workshop-page .wj-package__info-item strong {
  color: var(--wj-heading);
  font-weight: 600;
}

body.wj-workshop-page .wj-package__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body.wj-workshop-page .wj-package__list li {
  font-size: 14px;
  line-height: 1.6;
  padding-left: 24px;
  position: relative;
  color: var(--wj-text);
}

body.wj-workshop-page .wj-package__list li::before {
  content: "•";
  position: absolute;
  left: 8px;
  color: var(--wj-accent);
  font-weight: bold;
}

body.wj-workshop-page .wj-package__fit {
  background: var(--wj-soft);
  padding: 16px;
  border-radius: 16px;
}

body.wj-workshop-page .wj-package__fit strong {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: var(--wj-heading);
}

body.wj-workshop-page .wj-package__fit ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

body.wj-workshop-page .wj-package__fit ul li {
  font-size: 13px;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
  color: var(--wj-text);
}

body.wj-workshop-page .wj-package__fit ul li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--wj-accent);
}

body.wj-workshop-page .wj-package__recommended {
  font-size: 13px;
  color: var(--wj-muted);
  font-style: italic;
  padding-top: 12px;
  border-top: 1px solid var(--wj-border);
}

@media (max-width: 768px) {
  body.wj-workshop-page .wj-packages {
    grid-template-columns: 1fr;
  }
  
  body.wj-workshop-page .wj-package {
    padding: 24px;
  }
}

/* Testimonials 2-Column Layout */
body.wj-workshop-page .wj-testimonials--2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media (max-width: 768px) {
  body.wj-workshop-page .wj-testimonials--2col {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   CONTACT FORM SECTION (Workshop + Kontaktseite)
   ========================================================= */
body.wj-workshop-page .wj-contact-form,
body.wj-workshops .wj-contact-form,
body.wj-kontakt-page .wj-contact-form {
  margin-top: 40px;
  padding: var(--wj-box-padding);
  background: #fff;
  border-radius: 28px;
  border: 1px solid var(--wj-border);
}

body.wj-workshop-page .wj-contact-form .wj-h3,
body.wj-workshops .wj-contact-form .wj-h3,
body.wj-kontakt-page .wj-contact-form .wj-h3 {
  margin-bottom: 24px;
  text-align: center;
}

/* =========================================================
   CONTACT FORM 7 STYLING — Overrides CF7-Defaults
   ========================================================= */

/* Form Container */
body.wj-workshop-page .wj-contact-form .wpcf7,
body.wj-workshops .wj-contact-form .wpcf7,
body.wj-kontakt-page .wj-contact-form .wpcf7 {
  max-width: 100%;
}

/* Form Fields — !important um CF7/Theme zu überschreiben (Acceptance ausgenommen) */
body.wj-workshop-page .wj-contact-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-accept):not(.wpcf7-acceptance),
body.wj-workshops .wj-contact-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-accept):not(.wpcf7-acceptance),
body.wj-kontakt-page .wj-contact-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-accept):not(.wpcf7-acceptance) {
  width: 100% !important;
  padding: 14px 18px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  color: var(--wj-heading) !important;
  background: #fff !important;
  border: 1px solid var(--wj-border) !important;
  border-radius: 12px !important;
  transition: all 0.2s ease;
  font-family: inherit !important;
  box-sizing: border-box !important;
}

body.wj-workshop-page .wj-contact-form .wpcf7-form-control:not(.wpcf7-submit):focus,
body.wj-workshops .wj-contact-form .wpcf7-form-control:not(.wpcf7-submit):focus,
body.wj-kontakt-page .wj-contact-form .wpcf7-form-control:not(.wpcf7-submit):focus {
  outline: none !important;
  border-color: var(--wj-accent) !important;
  box-shadow: 0 0 0 3px rgba(216, 195, 165, 0.15) !important;
}

/* Textarea */
body.wj-workshop-page .wj-contact-form textarea.wpcf7-form-control,
body.wj-workshops .wj-contact-form textarea.wpcf7-form-control,
body.wj-kontakt-page .wj-contact-form textarea.wpcf7-form-control {
  min-height: 120px !important;
  resize: vertical;
}

/* Submit Button */
body.wj-workshop-page .wj-contact-form .wpcf7-submit,
body.wj-workshops .wj-contact-form .wpcf7-submit,
body.wj-kontakt-page .wj-contact-form .wpcf7-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 14px 32px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #fff !important;
  background: var(--wj-accent) !important;
  border: none !important;
  border-radius: 999px !important;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit !important;
  margin-top: 8px;
  text-transform: none !important;
  letter-spacing: normal !important;
}

body.wj-workshop-page .wj-contact-form .wpcf7-submit:hover,
body.wj-workshops .wj-contact-form .wpcf7-submit:hover,
body.wj-kontakt-page .wj-contact-form .wpcf7-submit:hover {
  background: #c9b491 !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(216, 195, 165, 0.3);
}

body.wj-workshop-page .wj-contact-form .wpcf7-submit:active,
body.wj-workshops .wj-contact-form .wpcf7-submit:active,
body.wj-kontakt-page .wj-contact-form .wpcf7-submit:active {
  transform: translateY(0);
}

/* Form Spacing */
body.wj-workshop-page .wj-contact-form .wpcf7-form p,
body.wj-workshops .wj-contact-form .wpcf7-form p,
body.wj-kontakt-page .wj-contact-form .wpcf7-form p {
  margin-bottom: 16px;
}

body.wj-workshop-page .wj-contact-form .wpcf7-form p:last-child,
body.wj-workshops .wj-contact-form .wpcf7-form p:last-child,
body.wj-kontakt-page .wj-contact-form .wpcf7-form p:last-child {
  margin-bottom: 0;
}

/* Labels */
body.wj-workshop-page .wj-contact-form .wpcf7-form label,
body.wj-workshops .wj-contact-form .wpcf7-form label,
body.wj-kontakt-page .wj-contact-form .wpcf7-form label {
  display: block !important;
  margin-bottom: 6px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--wj-heading) !important;
}

/* Validation Messages */
body.wj-workshop-page .wj-contact-form .wpcf7-not-valid-tip,
body.wj-workshops .wj-contact-form .wpcf7-not-valid-tip,
body.wj-kontakt-page .wj-contact-form .wpcf7-not-valid-tip {
  font-size: 13px;
  color: #dc2626;
  margin-top: 6px;
}

body.wj-workshop-page .wj-contact-form .wpcf7-form-control.wpcf7-not-valid,
body.wj-workshops .wj-contact-form .wpcf7-form-control.wpcf7-not-valid,
body.wj-kontakt-page .wj-contact-form .wpcf7-form-control.wpcf7-not-valid {
  border-color: #dc2626 !important;
}

/* Response Messages */
body.wj-workshop-page .wj-contact-form .wpcf7-response-output,
body.wj-workshops .wj-contact-form .wpcf7-response-output,
body.wj-kontakt-page .wj-contact-form .wpcf7-response-output {
  padding: 14px 18px;
  margin-top: 20px;
  border-radius: 12px;
  font-size: 14px;
  border: none;
}

body.wj-workshop-page .wj-contact-form .wpcf7-mail-sent-ok,
body.wj-workshops .wj-contact-form .wpcf7-mail-sent-ok,
body.wj-kontakt-page .wj-contact-form .wpcf7-mail-sent-ok {
  background: #dcfce7;
  color: #166534;
  border-left: 4px solid #22c55e;
}

body.wj-workshop-page .wj-contact-form .wpcf7-validation-errors,
body.wj-workshops .wj-contact-form .wpcf7-validation-errors,
body.wj-kontakt-page .wj-contact-form .wpcf7-validation-errors {
  background: #fee2e2;
  color: #991b1b;
  border-left: 4px solid #dc2626;
}

/* Spinner */
body.wj-workshop-page .wj-contact-form .wpcf7-spinner,
body.wj-workshops .wj-contact-form .wpcf7-spinner,
body.wj-kontakt-page .wj-contact-form .wpcf7-spinner {
  margin-left: 10px;
}

/* Placeholder Styling */
body.wj-workshop-page .wj-contact-form .wpcf7-form-control::placeholder,
body.wj-workshops .wj-contact-form .wpcf7-form-control::placeholder,
body.wj-kontakt-page .wj-contact-form .wpcf7-form-control::placeholder {
  color: var(--wj-muted);
  opacity: 0.7;
}

/* Acceptance/Checkbox Fields */
body.wj-workshop-page .wj-contact-form .wpcf7-list-item,
body.wj-workshops .wj-contact-form .wpcf7-list-item,
body.wj-kontakt-page .wj-contact-form .wpcf7-list-item {
  margin: 0;
}

body.wj-workshop-page .wj-contact-form .wpcf7-list-item-label,
body.wj-workshops .wj-contact-form .wpcf7-list-item-label,
body.wj-kontakt-page .wj-contact-form .wpcf7-list-item-label {
  font-size: 14px;
  color: var(--wj-text);
}

/* Captcha-Feld wie andere Inputs */
body.wj-workshop-page .wj-contact-form .wpcf7-quiz,
body.wj-workshops .wj-contact-form .wpcf7-quiz,
body.wj-kontakt-page .wj-contact-form .wpcf7-quiz {
  width: 100% !important;
  padding: 14px 18px !important;
  font-size: 15px !important;
  border: 1px solid var(--wj-border) !important;
  border-radius: 12px !important;
  font-family: inherit !important;
}

/* =========================================================
   CRITICAL OVERRIDES - WordPress/OceanWP Specificity Fix
   Diese Regeln müssen am Ende stehen!
   ========================================================= */

/* CF7 Erfolgsmeldung — auf Workshop-Seiten erzwingen (überschreibt alles);
   .wpcf7-response-output liegt INNERHALB des Formulars, Formular hat bei Erfolg .sent */
body.wj-workshop-page .wj-contact-form .wpcf7-mail-sent-ok .wpcf7-response-output,
body.wj-workshop-page .wj-contact-form .wpcf7-form.sent .wpcf7-response-output,
body.wj-workshop-page .wj-contact-form .wpcf7-form[data-status="sent"] .wpcf7-response-output,
body.wj-workshop-page .wj-contact-form .wpcf7-form.sent + .wpcf7-response-output,
body.wj-workshops .wj-contact-form .wpcf7-mail-sent-ok .wpcf7-response-output,
body.wj-workshops .wj-contact-form .wpcf7-form.sent .wpcf7-response-output,
body.wj-workshops .wj-contact-form .wpcf7-form.sent + .wpcf7-response-output {
  display: block !important;
  padding: 20px 24px !important;
  margin: 24px 0 16px !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  color: #14532d !important;
  background: #bbf7d0 !important;
  border: 2px solid #22c55e !important;
  border-left: 5px solid #15803d !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.25) !important;
}

/* Grid Layout erzwingen — Startseite + Workshops-Übersicht + Workshop-Detailseiten + Materialliste */
body.home .wj-grid,
body.wj-workshops .wj-grid,
body.wj-workshop-page .wj-grid,
body.wj-materialliste-page .wj-grid {
  display: grid !important;
  gap: 24px !important;
}

body.home .wj-grid--3,
body.wj-workshops .wj-grid--3,
body.wj-workshop-page .wj-grid--3,
body.wj-materialliste-page .wj-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

@media (max-width: 768px) {
  body.home .wj-grid--3,
  body.wj-workshops .wj-grid--3,
  body.wj-workshop-page .wj-grid--3,
  body.wj-materialliste-page .wj-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 600px) {
  body.home .wj-grid--3,
  body.wj-workshops .wj-grid--3,
  body.wj-workshop-page .wj-grid--3,
  body.wj-materialliste-page .wj-grid--3 {
    grid-template-columns: 1fr !important;
  }
}

body.wj-materialliste-page .wj-grid--4 {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
}
@media (max-width: 900px) {
  body.wj-materialliste-page .wj-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 500px) {
  body.wj-materialliste-page .wj-grid--4 {
    grid-template-columns: 1fr !important;
  }
}

/* Workshop-Badge unter den 3 Kacheln: volle Breite, reduzierter Abstand */
body.home .wj-workshop-badge-wrap {
  grid-column: 1 / -1;
  margin-top: -16px;
}
body.home .wj-workshop-badge-wrap .wj-badge2 {
  display: flex;
  width: 100%;
  justify-content: center;
}

/* Workshops-Übersicht: Kacheln nebeneinander — unabhängig von Body-Class */
/* wj-grid-3: Fallback falls BEM-Doppelstrich (--) von WP/Theme sanitized wird */
.wj-workshop-cards .wj-grid.wj-grid--3,
.wj-workshop-cards .wj-grid.wj-grid-3 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

/* OceanWP ::before/::after entfernen (erzeugt leere Kachel wie bei Produkten) */
.wj-workshop-cards .wj-grid::before,
.wj-workshop-cards .wj-grid::after,
.wj-workshop-cards .wj-container::before,
.wj-workshop-cards .wj-container::after {
  display: none !important;
  content: none !important;
}

/* Leere/Stör-Elemente ausblenden (wpautop/Gutenberg/Plugins fügen p ein) */
.wj-nl-hero p:empty,
.wj-nl-hero .wj-hero__inner > p:empty,
body.wj-materialliste-page .wj-hero .wj-hero__inner > p:empty,
.wj-workshop-cards .wj-grid > p:empty,
.wj-workshop-cards .wj-grid > p:has(> br:only-child),
.wj-workshop-cards .wj-grid > *:not(article):not(a.wj-card__link),
.wj-workshop-cards .wj-card__link > p {
  display: none !important;
}
@media (max-width: 768px) {
  .wj-workshop-cards .wj-grid.wj-grid--3,
  .wj-workshop-cards .wj-grid.wj-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 600px) {
  .wj-workshop-cards .wj-grid.wj-grid--3,
  .wj-workshop-cards .wj-grid.wj-grid-3 {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   KONTAKTSEITE — wj-cta-box wie Workshop-Seiten, kein Map
   ========================================================= */

/* Hero kompakt auf Kontaktseite */
body.wj-kontakt-page .wj-hero--compact .wj-lead {
  margin-bottom: 0;
}

/* Abstand Newsletter → Kontaktformular: nur Margin, kein doppeltes Padding */
body.wj-kontakt-page .wj-section--newsletter {
  margin-bottom: clamp(14px, 2vw, 28px) !important;
  padding-bottom: 0 !important;
}
body.wj-kontakt-page .wj-section--kontaktformular {
  margin-top: clamp(14px, 2vw, 28px) !important;
  padding-top: 0 !important;
}

/* =========================================================
   RESPONSIVE — Alle Seiten (Über Windjana, Kontakt, Workshops, Home)
   ========================================================= */
@media (max-width: 600px) {
  body.wj-workshop-page .wj-contact-form,
  body.wj-workshops .wj-contact-form,
  body.wj-kontakt-page .wj-contact-form {
    padding: 18px !important;
    overflow-x: hidden;
    min-width: 0;
  }
  body.wj-workshop-page .wj-cta-box,
  body.wj-kontakt-page .wj-cta-box {
    padding: 18px !important;
  }
  /* Zustimmungsfeld: ohne Input-Box, Text passt in eine Zeile oder bricht sauber */
  body.wj-workshop-page .wj-contact-form .wpcf7-form-control.wpcf7-acceptance,
  body.wj-workshops .wj-contact-form .wpcf7-form-control.wpcf7-acceptance,
  body.wj-kontakt-page .wj-contact-form .wpcf7-form-control.wpcf7-acceptance {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-sizing: border-box !important;
  }
  body.wj-workshop-page .wj-contact-form .wpcf7-list-item,
  body.wj-workshops .wj-contact-form .wpcf7-list-item,
  body.wj-kontakt-page .wj-contact-form .wpcf7-list-item {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    max-width: 100%;
    min-width: 0;
  }
  body.wj-workshop-page .wj-contact-form .wpcf7-list-item-label,
  body.wj-workshops .wj-contact-form .wpcf7-list-item-label,
  body.wj-kontakt-page .wj-contact-form .wpcf7-list-item-label {
    flex: 1 1 0;
    min-width: 0;
  }
}

/* =========================================================
   Materialliste Landing Page (Light-Theme wie Workshops)
   ========================================================= */
body.wj-materialliste-page .wj-materialliste__bullets {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  max-width: 500px;
  margin-inline: auto;
}

body.wj-materialliste-page .wj-materialliste__bullets li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.5;
  color: #1f2937;
}

body.wj-materialliste-page .wj-materialliste__bullets li::before {
  content: '●';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--wj-accent);
  font-size: 0.85em;
}

body.wj-materialliste-page .wj-nl--standalone {
  padding-top: 0;
}
/* Materialliste CTA: Formular zentriert wie Workshop-CTA-Box (max-width 580px) */
body.wj-materialliste-page .wj-section:has(.wj-nl--standalone) .wj-nl--standalone .wj-form {
  max-width: min(580px, 100%) !important;
  margin-inline: auto !important;
}

body.wj-materialliste-page .wj-materialliste__about {
  margin: 0;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.6;
  color: #1f2937;
  text-align: center;
  max-width: 60ch;
  margin-inline: auto;
}

body.wj-materialliste-page .wj-materialliste__img-placeholder {
  margin-top: 24px;
  padding: 32px;
  background: rgba(15, 23, 42, 0.04);
  border: 1px dashed rgba(15, 23, 42, 0.2);
  border-radius: var(--wj-radius);
  text-align: center;
  color: rgba(31, 41, 55, 0.6);
  font-size: clamp(17px, 1.4vw, 20px);
}

/* Materialliste Vorteile: 4 Kacheln direkt unter Hero */
body.wj-materialliste-page .wj-materialliste__vorteile {
  padding-top: 0;
}
body.wj-materialliste-page .wj-materialliste__vorteile-grid .wj-feature h3 {
  font-size: clamp(15px, 1.2vw, 17px);
  margin: 0;
  line-height: 1.4;
}