/*
Theme Name: Danis Art Relaunch
Author: Nicole
Version: 1.0
*/
:root {
  --green-main: #0B3641;
  --green-soft: #127592;
  --green-accent: #008f9b;

  --gold: #C5A179;

  --bg-main: #F7F3EF;
  --bg-page: #eae6df;

  --text: #2E2E2E;
}

/* BASIS */

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: var(--bg-page);
  color: var(--text);
}

a {
  text-decoration: none;
  color: inherit;
}

/* HEADER BOX */

.site-header {
  max-width: 1200px;
  margin: 40px auto;
  background: white;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* TOPBAR */

.topbar {
  background: #0E3B44;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 10px 30px;
  font-size: 13px;
}

.topbar-left {
  display: flex;
  gap: 10px;
  align-items: center;
}

.topbar a {
  color: white;
}

.topbar-right {
  opacity: 0.85;
}

/* LOGO */

.header-logo {
  text-align: center;
  background: #F6F1EB;
  padding: 40px 20px;
}

.header-logo img {
  max-width: 700px;
  width: 100%;
  height: auto;
}

/* NAVIGATION */

.main-nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 15px 30px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.main-nav {
  display: flex;
  gap: 35px;
}

.main-nav a {
  font-size: 14px;
  letter-spacing: 1px;
  color: #2E2E2E;
}

.main-nav a.active {
  color: #C79C6A;
}

/* BUTTON */

.cta-button {
  padding: 10px 18px;
  background: #C79C6A;
  color: white;
  font-size: 13px;
}

/* =============================
   HERO PREMIUM
============================= */

.hero-premium {
  max-width: 1200px;
  margin: 0 auto 60px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  min-height: 650px;
  background: #f7f1ea;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.hero-copy {
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-kicker {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C79C6A;
  margin-bottom: 20px;
}

.hero-copy h2 {
  font-size: 56px;
  line-height: 0.95;
  font-weight: 400;
  margin: 0 0 25px;
  color: #0E3B44;
}

.hero-meta {
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #54767A;
  margin-bottom: 25px;
}

.hero-copy p {
  font-size: 18px;
  line-height: 1.8;
  color: #5f6769;
  margin-bottom: 35px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.secondary-button {
  padding: 12px 22px;
  border: 1px solid rgba(14,59,68,0.2);
  color: #0E3B44;
  font-size: 13px;
  letter-spacing: 1px;
}



.hero-card {
  position: absolute;
  left: 35px;
  bottom: 35px;
  max-width: 330px;
  background: rgba(247, 244, 239, 0.92);
  padding: 24px;
}

.hero-card strong {
  display: block;
  font-size: 28px;
  color: #0E3B44;
  margin-bottom: 8px;
}

.hero-card span {
  font-size: 15px;
  line-height: 1.6;
  color: #5f6769;
}

@media (max-width: 900px) {
  .hero-premium {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 50px 24px;
  }

  .hero-copy h2 {
    font-size: 42px;
  }

  .hero-visual {
    min-height: 420px;
  }
}.hero-visual {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}

.hero-card {
  position: absolute;
  bottom: 40px;
  left: 40px;

  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  max-width: 300px;

  border-radius: 4px;
}.hero-premium {
  align-items: center;
  min-height: auto;
  padding: 0;
}

.hero-copy {
  padding: 80px 70px;
}

.hero-visual {
  max-height: 620px;
  overflow: hidden;
}

.hero-visual img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center top;
}.hero-card {
  position: absolute;
  bottom: 40px;
  right: 40px;
  
  background: rgba(255,255,255,0.92);
  padding: 20px 24px;
  border-radius: 10px;
  
  max-width: 280px;
  
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.hero-card strong {
  display: block;
  font-size: 20px;
  margin-bottom: 6px;
}

.hero-card span {
  font-size: 14px;
  line-height: 1.5;
  color: #5f6f6f;
}/* FINAL HERO FEINSCHLIFF */

.hero-card {
  position: absolute !important;
  bottom: 30px !important;
  right: auto !important;
  left: 30px !important;
  max-width: 260px !important;
  padding: 18px 22px !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,0.9) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
}

.hero-card strong {
  display: block !important;
  font-size: 20px !important;
  margin-bottom: 6px !important;
}

.hero-card span {
  font-size: 14px !important;
  line-height: 1.5 !important;
}

/* SCHRIFTEN */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Montserrat:wght@300;400;500;600&display=swap');

body {
  font-family: 'Montserrat', sans-serif !important;
}

.hero-copy h2,
.hero-card strong {
  font-family: 'Cormorant Garamond', serif !important;
}

.hero-copy h2 {
  font-size: 62px !important;
  line-height: 0.95 !important;
  font-weight: 500 !important;
}

.hero-kicker,
.hero-meta,
.main-nav a,
.cta-button,
.secondary-button {
  font-family: 'Montserrat', sans-serif !important;
}/* NAV PREMIUM LOOK */

.main-nav-wrap {
  background: #f6f4f1;
  border-top: 1px solid #e8e3dc;
  border-bottom: 1px solid #e8e3dc;
  padding: 18px 0;
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

/* Menü Links */
.main-nav a {
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  color: #2f4f4f;
  transition: all 0.2s ease;
}

/* Hover Effekt */
.main-nav a:hover {
  color: #c49a6c;
}

/* Aktiver Punkt */
.main-nav a:first-child {
  color: #c49a6c;
  position: relative;
}

.main-nav a:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: #c49a6c;
}

/* CTA Button */
.cta-button {
  margin-left: 30px;
  background: #c49a6c;
  color: white !important;
  padding: 10px 18px;
  border-radius: 2px;
  font-size: 13px;
}/* NAV PREMIUM FINAL */

.site-header .main-nav-wrap {
  background: #f6f4f1 !important;
  border-top: 1px solid #e8e3dc !important;
  border-bottom: 1px solid #e8e3dc !important;
  padding: 18px 0 !important;
  margin-bottom: 0 !important;
}

.site-header .main-nav {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 42px !important;
}

.site-header .main-nav a {
  font-size: 15px !important;
  letter-spacing: 0.16em !important;
  color: #223538 !important;
  text-decoration: none !important;
  font-weight: 400 !important;
}

.site-header .main-nav a.active {
  color: #c49a6c !important;
  position: relative !important;
}

.site-header .main-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background: #c49a6c;
}

.site-header .cta-button {
  background: #c49a6c !important;
  color: #fff !important;
  padding: 13px 26px !important;
  margin-left: 24px !important;
  letter-spacing: 0.08em !important;
  font-weight: 600 !important;
}.site-header .main-nav-wrap {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 18px 44px !important;
}

.site-header .main-nav {
  justify-content: flex-start !important;
  gap: 42px !important;
}

.site-header .cta-button {
  margin-left: auto !important;
}

.site-header .cta-button::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 34px;
  background: #d7b184;
  margin-right: 34px;
  vertical-align: middle;
}/* HEADER / NAV FINAL FIX */

/* 1. Gap zwischen Header und Hero entfernen */
.site-header {
  margin-bottom: 0 !important;
}

.hero-premium {
  margin-top: 0 !important;
}

/* 2. Navigation-Schrift näher an Vorlage */
.site-header .main-nav a {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 26px !important;
  letter-spacing: 0.18em !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}

/* 3. Button kleiner + Strich VOR den Button statt im Button */
.site-header .main-nav-wrap {
  gap: 32px !important;
}

.site-header .cta-button::before {
  display: none !important;
}

.site-header .cta-button {
  position: relative !important;
  padding: 12px 22px !important;
  font-size: 12px !important;
  letter-spacing: 0.08em !important;
  margin-left: 36px !important;
}

.site-header .cta-button::after {
  content: "";
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 34px;
  background: #d7b184;
}/* NAV STRUKTUR CLEAN RESET */

.site-header .main-nav-wrap {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 20px 60px !important;
  background: #f6f4f1 !important;
  border-top: 1px solid #e8e3dc !important;
  border-bottom: 1px solid #e8e3dc !important;
}

.site-header .main-nav {
  display: flex !important;
  gap: 36px !important;
  justify-content: flex-start !important;
}

.site-header .main-nav a {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 22px !important;
  letter-spacing: 0.16em !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  color: #1f3f3f !important;
  text-decoration: none !important;
}

/* aktiver Punkt */
.site-header .main-nav a:first-child {
  color: #c49a6c !important;
  position: relative;
}

.site-header .main-nav a:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: #c49a6c;
}

/* CTA Button rechts */
.site-header .cta-button {
  background: #c49a6c !important;
  color: #fff !important;
  padding: 10px 20px !important;
  font-size: 12px !important;
  letter-spacing: 0.08em !important;
  position: relative !important;
}

/* Trenner vor Button */
.site-header .cta-button::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 32px;
  background: #d7b184;
}/* CONTAINER FIX – bringt alles in eine Linie */

.site-header .main-nav-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 40px !important;
}

/* Navigation links sauber starten */
.site-header .main-nav {
  flex: 1;
}

/* Button bleibt rechts */
.site-header .cta-button {
  margin-left: auto;
}

/* Abstand zwischen Menü und Button sauber */
.site-header .main-nav-wrap {
  gap: 40px;
}/* =========================
   NAVIGATION FEINSCHLIFF
   ========================= */

/* Menü-Schrift dünner & eleganter */
.site-header .main-nav a {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400 !important;
  font-size: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* Button gleiche Schrift wie Menü */
.site-header .cta-button {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* Button einzeilig erzwingen */
.site-header .cta-button {
  white-space: nowrap;
}

/* Button etwas schlanker machen */
.site-header .cta-button {
  padding: 10px 18px !important;
  font-size: 14px;
}/* BUTTON FIX */

.site-header .main-nav-wrap {
  overflow: visible !important;
}

.site-header .main-nav {
  flex: 0 1 auto !important;
  gap: 32px !important;
}

.site-header .cta-button {
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  width: auto !important;
  min-width: auto !important;
  padding: 10px 18px !important;
  font-size: 13px !important;
  margin-left: 28px !important;
}/* NAV TYPO FEINSCHLIFF */

.site-header .main-nav a {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400 !important;
  font-size: 15px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

/* Button gleiche Typo wie Menü */
.site-header .cta-button {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}/* NAV TYPO FINAL OVERRIDE */

.site-header .main-nav a {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
}

.site-header .cta-button {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}/* =========================
   FEATURES SECTION
   ========================= */

.features {
  background: #f7f4ef;
  padding: 80px 40px;
}

.features-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.feature-card {
  background: #ffffff;
  padding: 40px;
  border: 1px solid #eee7df;
}

.feature-number {
  font-size: 12px;
  letter-spacing: 2px;
  color: #c69c6d;
  display: block;
  margin-bottom: 20px;
}

.feature-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  color: #1f3d3a;
  margin-bottom: 20px;
}

.feature-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #5f6f6d;
  margin-bottom: 25px;
}

.feature-card a {
  font-size: 12px;
  letter-spacing: 2px;
  color: #c69c6d;
  text-decoration: none;
  text-transform: uppercase;
}/* =========================
   FEATURES PREMIUM LOOK
   ========================= */

/* Abstand zum Hero reduzieren */
.features {
  padding: 40px 40px 90px;
  margin-top: -40px;
}

/* Karten moderner */
.feature-card {
  background: #ffffff;
  padding: 40px;
  border: 1px solid #eee7df;
  transition: all 0.3s ease;
}

/* Hover Effekt */
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

/* Headline feiner */
.feature-card h3 {
  font-size: 28px;
  margin-bottom: 18px;
}

/* Text leichter */
.feature-card p {
  font-size: 14px;
  line-height: 1.8;
}

/* Link schöner */
.feature-card a {
  position: relative;
}

/* kleine Linie unter Link beim Hover */
.feature-card a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: #c69c6d;
  transition: width 0.3s;
}

.feature-card a:hover::after {
  width: 100%;
}/* =========================
   LAYOUT FIX (HERO + FEATURES)
   ========================= */

/* HERO Full Width */
.hero {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

/* Inhalt im Hero zentrieren */
.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
}

/* Abstand zwischen Hero und Features entfernen */
.features {
  margin-top: 0 !important;
  padding: 60px 40px 90px !important;
  width: 100%;
}

/* Features Hintergrund wirklich full width */
.features {
  background: #f7f4ef;
}

/* Container bleibt zentriert */
.features-container {
  max-width: 1200px;
  margin: 0 auto;
}/* HERO + FEATURES BREITE / ABSTAND FIX */

.hero-premium {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 40px 0 !important;
  box-sizing: border-box !important;
  background: #f7f4ef !important;
}

.features {
  margin-top: 0 !important;
  padding-top: 60px !important;
  background: #f7f4ef !important;
}

.features-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
}/* HERO WIEDER AUF HEADER-BREITE + GAP WEG */

.hero-premium {
  max-width: 1200px !important;
  width: calc(100% - 80px) !important;
  margin: 0 auto 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.features {
  margin-top: 0 !important;
  padding-top: 60px !important;
}

.site-header {
  margin-bottom: 0 !important;
}/* === LAYOUT FIX: HERO + FEATURES GLEICH BREIT + ABSTAND KORRIGIEREN === */

.hero-premium,
.features {
  max-width: 1200px !important;
  width: calc(100% - 80px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* Abstand zwischen Hero und Karten verkleinern */
.features {
  margin-top: 40px !important;
  padding-top: 0 !important;
}

/* Falls irgendwo extra Abstand drin ist */
.hero-premium {
  margin-bottom: 0 !important;
}

/* Karten gleichmäßiger */
.features-grid {
  gap: 40px !important;
}/* DURCHGÄNGIGER HINTERGRUND HERO + FEATURES */

body {
  background: #f7f4ef !important;
}

.hero-premium {
  background: #f7f4ef !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
}

.features {
  background: #f7f4ef !important;
  margin-top: 0 !important;
  padding-top: 60px !important;
}

.hero-premium + .features {
  background: #f7f4ef !important;
}/* SEITENRAHMEN WIE OBEN (feine Begrenzung links/rechts) */

.hero-premium,
.features,
.main-navigation {
  border-left: 1px solid #e6e1d8;
  border-right: 1px solid #e6e1d8;
}/* ELEGANTER SEITENRAHMEN (weich statt Linie) */

.hero-premium,
.features,
.main-navigation {
  box-shadow: 
    0 0 0 1px rgba(0,0,0,0.03),   /* ganz feine Kontur */
    0 8px 30px rgba(0,0,0,0.04); /* weicher Schatten */
}/* KEINE HORIZONTALE TRENNUNG MEHR */

.hero-premium,
.features,
.main-navigation {
  box-shadow: 
    inset 1px 0 0 rgba(0,0,0,0.05),   /* links */
    inset -1px 0 0 rgba(0,0,0,0.05);  /* rechts */
}

/* ganz wichtig: ALLE Borders entfernen */
.hero-premium,
.features {
  border-top: none !important;
  border-bottom: none !important;
}/* PREMIUM CARDS */

.feature-card {
  background: #ffffff;
  padding: 50px 40px;
  border-radius: 16px;

  box-shadow: 
    0 10px 30px rgba(0,0,0,0.04);

  transition: all 0.3s ease;
}

/* HOVER (Premium Effekt) */
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 
    0 20px 50px rgba(0,0,0,0.08);
}

/* Nummer oben */
.feature-card .number {
  font-size: 13px;
  letter-spacing: 2px;
  color: #c9a46b;
  margin-bottom: 20px;
}

/* Titel */
.feature-card h3 {
  margin-bottom: 20px;
}

/* Text luftiger */
.feature-card p {
  line-height: 1.6;
  color: #5f6f6d;
}/* FEATURE CARDS – ELEGANTER WIE VORLAGE */

.feature-card {
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid #eee6dc !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 44px 38px !important;
}

.feature-card:hover {
  transform: none !important;
  box-shadow: 0 14px 35px rgba(0,0,0,0.035) !important;
}

.feature-card h3 {
  font-size: 34px !important;
  font-weight: 400 !important;
  margin-bottom: 18px !important;
}

.feature-card p {
  font-size: 15px !important;
  line-height: 1.85 !important;
  font-weight: 300 !important;
}

.feature-number,
.feature-card a {
  font-size: 12px !important;
  letter-spacing: 0.22em !important;
  font-weight: 400 !important;
}/* FEATURE SECTION – VORLAGEN-LOOK */

.features {
  padding: 55px 40px 70px !important;
  background: #f7f4ef !important;
}

.features-container {
  max-width: 1320px !important;
  gap: 24px !important;
}

.feature-card {
  min-height: auto !important;
  padding: 34px 34px 32px !important;
  background: rgba(255,255,255,0.78) !important;
  border: 1px solid #eee7df !important;
  box-shadow: none !important;
}

.feature-card h3 {
  margin-top: 26px !important;
  margin-bottom: 18px !important;
}

.feature-card p {
  margin-bottom: 24px !important;
}/* FEATURE TITEL – ELEGANTER */

.feature-card h3 {
  font-weight: 400 !important;     /* statt fett */
  letter-spacing: 0.01em !important;
  font-size: 32px !important;
  line-height: 1.25 !important;
  color: #1f3f3d !important;
}.feature-card h3 {
  font-weight: 300 !important;
}/* FEATURE TITEL – ERZWINGEN */

.features .feature-card h3,
.features h3 {
  font-weight: 400 !important;
  letter-spacing: 0.01em !important;
  font-size: 32px !important;
  line-height: 1.25 !important;
}.features .feature-card h3 {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 300 !important;
  font-size: 34px !important;
  line-height: 1.2 !important;
}/* FEATURE HOVER – STÄRKER & ELEGANT */

.feature-card {
  transition: all 0.35s ease;
}

.feature-card:hover {
  transform: translateY(-12px) scale(1.01);
  
  box-shadow:
    0 30px 60px rgba(0,0,0,0.10),
    0 10px 20px rgba(0,0,0,0.06);
  
  background: rgba(255,255,255,0.95);
}/* FEATURE CARDS – PREMIUM HOVER FINAL */

.features .feature-card {
  position: relative !important;
  overflow: hidden !important;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease !important;
  will-change: transform !important;
}

.features .feature-card:hover {
  transform: translateY(-14px) scale(1.025) !important;
  background: #ffffff !important;
  box-shadow:
    0 34px 70px rgba(14, 59, 68, 0.16),
    0 12px 28px rgba(14, 59, 68, 0.10) !important;
  z-index: 5 !important;
}

.features .feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(199,156,106,0.18),
    rgba(255,255,255,0)
  );
  opacity: 0;
  transition: opacity 0.35s ease !important;
  pointer-events: none;
}

.features .feature-card:hover::before {
  opacity: 1 !important;
}

.features .feature-card:hover h3 {
  color: #0E3B44 !important;
}

.features .feature-card:hover a {
  color: #0E3B44 !important;
}/* ARBEITSMODUS: AUSSENHINTERGRUND WÄRMER */

body {
  background: #e9e1d7 !important;
}

/* Seitenbereiche bleiben heller */
.site-header,
.hero-premium,
.features {
  background: #f7f4ef !important;
}/* DANI / ABOUT SECTION */

.about-dani {
  max-width: 1200px;
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: padding: 40px 0 70px;
  margin-top: -20px;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 40px;
  background: #f7f4ef;
}

.about-dani-image {
  width: 100%;
  height: 680px;
  overflow: hidden;
}

.about-dani-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30% center;
  display: block;
}

.about-dani-content {
  background: rgba(255,255,255,0.78);
  padding: 70px 60px;
}

.about-dani-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-weight: 300;
  color: #0E3B44;
  margin: 0 0 24px;
}

.about-dani-content p {
  font-size: 16px;
  line-height: 1.9;
  color: #5f6f6d;
  margin-bottom: 24px;
}

.outline-button {
  display: inline-block;
  margin-top: 8px;
  padding: 14px 24px;
  border: 1px solid #ddd3c7;
  color: #0E3B44;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}/* STICKY HEADER */

.site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
}/* SMART STICKY HEADER (nur Menü bleibt sichtbar) */

.site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
}

/* Navigation wird sticky */
.main-navigation {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #f7f4ef;
  transition: all 0.3s ease;
}

/* Beim Scrollen kompakter */
.header-scrolled .main-navigation {
  padding: 10px 0;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

/* Logo-Bereich ausblenden beim Scroll */
.header-scrolled .site-header-top {
  transform: translateY(-100%);
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}/* ARTSCHWESTERN BAND */

.artschwestern-band {
  max-width: 1200px;
  width: calc(100% - 80px);
  margin: 0 auto; /* ❗ kein margin-top mehr */
  background: linear-gradient(135deg, #0E3B44, #2F6A70);
  color: white;
  padding: 60px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  box-sizing: border-box;
}

.artschwestern-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 46px;
  font-weight: 300;
  margin: 0 0 18px;
}

.artschwestern-text p {
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
  max-width: 850px;
}

.artschwestern-button {
  white-space: nowrap;
  background: #c69c6d;
  color: white;
  padding: 16px 28px;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}.about-dani {
  padding-bottom: 90px !important;
}/* INSPIRATION SECTION */

.inspiration-section {
  max-width: 1200px;
  width: calc(100% - 80px);
  margin: 80px auto;
}

.inspiration-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 300;
  color: #0E3B44;
  margin-bottom: 14px;
}

.inspiration-header p {
  font-size: 16px;
  line-height: 1.8;
  color: #6b7b78;
  max-width: 1200px;
  margin-bottom: 40px;
}

/* GRID */

.inspiration-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARDS */

.inspiration-card {
  background: rgba(255,255,255,0.75);
  border: 1px solid #eee7df;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Hover Premium */

.inspiration-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* IMAGE */

.inspiration-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* TEXT */

.card-content {
  padding: 26px 28px 32px;
}

.card-content .label {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: #c69c6d;
  display: block;
  margin-bottom: 10px;
}

.card-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 400;
  color: #0E3B44;
  margin-bottom: 12px;
}

.card-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #6b7b78;
}/* NEWSLETTER / CTA SECTION */

.newsletter-section {
  max-width: 1200px;
  width: calc(100% - 80px);
  margin: 80px auto 0;
  padding: 55px 55px;
  background: rgba(255,255,255,0.78);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center;
  box-sizing: border-box;
}

.newsletter-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 300;
  color: #0E3B44;
  margin: 0 0 14px;
}

.newsletter-text p {
  font-size: 17px;
  line-height: 1.8;
  color: #6b7b78;
  margin: 0;
}

.newsletter-form {
  display: flex;
  gap: 14px;
}

.newsletter-form input {
  flex: 1;
  padding: 18px 20px;
  border: 1px solid #ddd6ce;
  background: transparent;
  font-size: 15px;
}

.newsletter-form button {
  padding: 18px 28px;
  border: none;
  background: #c69c6d;
  color: white;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}/* =========================
   FOOTER (Premium Style)
========================= */

.site-footer{
  background:linear-gradient(
    135deg,
    #0B3641 0%,
    #164f58 48%,
    #2F6A70 100%
  ) !important;

  margin-top:80px;
}
.footer-inner {
  max-width: 1200px;
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 18px 0;

  display: flex;
  justify-content: space-between;
  align-items: center;

  font-size: 13px;
  color: rgba(255,255,255,0.85);
}

/* LINKS */

.footer-links {
  display: flex;
  gap: 12px;
  align-items: center;
}

.footer-links a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer-links a:hover {
  opacity: 1;
}

/* OPTIONAL: leicht eleganter Abstand */
.footer-left {
  opacity: 0.9;
}.section,
.hero,
.features,
.about,
.newsletter-section {
  background: var(--bg-main);
}/* SEITENFLÄCHE DURCHGÄNGIG HELL */

.hero-premium,
.features,
.about-dani,
.inspiration-section,
.newsletter-section {
  background: var(--bg-main) !important;
}

/* Footer soll über die gleiche Seitenbreite laufen wie der Rest */
.site-footer {
  max-width: 1200px !important;
  width: calc(100% - 80px) !important;
  margin: 0 auto !important;
  background: var(--green-main) !important;
}

/* dunkle Zwischenräume vor Footer vermeiden */
.newsletter-section {
  margin-bottom: 0 !important;
}

/* falls leere Zwischenräume vom Body durchscheinen */
.inspiration-section {
  margin-bottom: 0 !important;
  padding-bottom: 80px !important;
}/* GEZIELTER HINTERGRUND-FIX */

.inspiration-section,
.newsletter-section {
  background: var(--bg-main) !important;
}

.inspiration-section {
  margin-top: 0 !important;
  padding: 80px 40px 70px !important;
}

.newsletter-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.artschwestern-band {
  margin-bottom: 0 !important;
}/* Inspiration gleiche Breite wie Rest */

.inspiration-section {
  max-width: 1200px !important;
  width: calc(100% - 80px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}/* HEADER + FOOTER GOLD FINAL */

.topbar {
  background: linear-gradient(90deg, #0E3B44 0%, #1D5660 45%, #2F6A70 100%) !important;
  background-color: transparent !important;
}

.site-footer {
  background: #0B3641 !important;
}

.topbar a,
.site-footer a {
  color: #C5A179;
}

/* optional: schöner Look für den Slogan oben */
.topbar-right {
  font-style: italic;
  letter-spacing: 1px;
}/* TOPBAR + FOOTER GOLD FINAL */

.topbar,
.site-footer {
  background: #0B3641 !important;
  color: #C5A179 !important;
}

.topbar a,
.topbar span,
.site-footer,
.site-footer span,
.site-footer a {
  color: #C5A179 !important;
}

.topbar-right {
  font-family: "Playfair Display", serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  letter-spacing: 0.04em !important;
  color: #C5A179 !important;
}.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;

  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}

.topbar-left {
  display: flex;
  gap: 12px;
  align-items: center;
}.site-footer,
.site-footer * {
  color: #C5A179 !important;
}.topbar-right {
  margin-left: auto;
  padding-left: 40px;
}h1, h2, h3 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}body {
  line-height: 1.6;
  color: #5f6f73;
}button,
.btn {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
}/* GLOBAL SPACING SYSTEM */

/* große Abschnitte */
section {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* mittlere Abstände innerhalb von Blöcken */
h1, h2, h3 {
  margin-bottom: 20px;
}

/* Text unter Überschriften */
p {
  margin-bottom: 20px;
}

/* Karten / Boxen (deine Kästen) */
.feature-card,
.inspiration-card {
  padding: 40px;
}

/* Abstand zwischen Karten */
.features-container,
.inspiration-grid {
  gap: 30px;
}/* PREMIUM FEINSCHLIFF */

/* Karten eleganter */
.feature-card,
.inspiration-card {
  border: 1px solid rgba(11, 54, 65, 0.08);
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  transition: all 0.3s ease;
}

/* Hover (sanft, nicht zu stark) */
.feature-card:hover,
.inspiration-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}/* NORMALE SEITEN / IMPRESSUM */

.page-content {
  max-width: 1200px;
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 80px 60px;
  background: #F7F3EF;
  box-sizing: border-box;
}

.page-content .container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-content h1 {
  font-family: "Playfair Display", serif;
  font-size: 46px;
  font-weight: 400;
  color: #0B3641;
  margin-bottom: 45px;
}

.builder-content {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 70px !important;
  align-items: start;
}

.builder-content h4,
.builder-content strong {
  color: #0B3641;
  font-weight: 600;
}

.builder-content p,
.builder-content div {
  font-size: 16px;
  line-height: 1.8;
  color: #5f6f73;
}

.builder-content a {
  color: #C5A179;
}.builder-column {
  font-size: 16px;
  line-height: 1.8;
  color: #5f6f73;
  white-space: pre-line;
}.builder-column strong {
  display: block;
  margin-top: 20px;
  color: #0B3641;
}.legal-content {
  max-width: 800px;
  margin-top: 40px;
}

.legal-content h3 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  color: #0B3641;
  margin-top: 30px;
  margin-bottom: 5px;
}

.legal-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #5f6f73;
  margin: 0 0 15px;
}/* IMPRESSUM DESIGN */

.page-content {
  max-width: 1200px;
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 90px 70px;
  background: #F7F3EF;
}

.page-container {
  max-width: 800px;
  margin: 0 auto;
}

/* Überschrift */

.page-content h1 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 400;
  color: #0B3641;
  margin-bottom: 50px;
}

/* Inhalt */

.legal-content h3 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  color: #0B3641;
  margin-top: 35px;
  margin-bottom: 6px;
}

.legal-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #5f6f73;
  margin: 0 0 14px;
}

/* Links */

.legal-content a {
  color: #C5A179;
  text-decoration: none;
}/* IMPRESSUM FIX ZENTRIERUNG */

.page-content {
  display: flex;
  justify-content: center;
}

.page-container {
  max-width: 800px;
  width: 100%;
  padding: 0 20px;
}/* IMPRESSUM EXAKT BÜNDIG */

.page-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-container {
  max-width: 800px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.page-content h1,
.legal-content {
  max-width: 800px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}/* IMPRESSUM ÜBERSCHRIFT WIEDER LINKS BÜNDIG */

.page-content {
  display: block !important;
}

.page-content h1 {
  max-width: none !important;
  width: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
}

.legal-content {
  max-width: none !important;
  width: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}/* HERO RESET – zurück zum ursprünglichen Verhalten */

.hero-card {
  position: absolute;
  left: 80px;
  bottom: 80px;
  max-width: 420px;
  padding: 16px 28px;
}/* HERO KASTEN SCHMAL */

.hero-card {
  max-width: 320px !important;
}.hero-card {
  max-width: 200px !important;
}.hero-card {
  max-width: 200px !important;
  padding: 10px 18px !important;
}

.hero-card strong {
  font-size: 22px !important;
  line-height: 1.1 !important;
}

.hero-card span {
  font-size: 14px !important;
  line-height: 1.4 !important;
}/* STICKY HEADER KOMPAKTER */

.site-header.sticky {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.site-header.sticky .logo img {
  max-height: 60px !important;
}

.site-header.sticky .main-nav {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}/* ===== MOBILE CLEAN START ===== */

@media (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }

  .main-nav-wrap {
    display: none !important;
  }

  .topbar-right {
    display: none !important;
  }

  .topbar-inner {
    justify-content: center !important;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}@media (max-width: 768px) {
  .hero-premium {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    padding: 45px 24px !important;
    box-sizing: border-box !important;
  }

  .hero-copy {
    padding: 0 !important;
  }

  .hero-copy h2 {
    font-size: 44px !important;
    line-height: 1.08 !important;
  }
}@media (max-width: 768px) {

  .features {
    overflow: hidden !important;
  }

  .features-container {
    display: flex !important;
    overflow-x: auto !important;
    gap: 18px !important;
    padding: 0 20px 18px !important;
    scroll-snap-type: x mandatory !important;
  }

  .features .feature-card {
    flex: 0 0 88% !important;
    min-width: 88% !important;
    max-width: 88% !important;
    padding: 34px 28px !important;
    scroll-snap-align: center !important;
  }

  .features .feature-card h3 {
    font-size: 36px !important;
    line-height: 1.15 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  .features .feature-card p {
    font-size: 16px !important;
    line-height: 1.65 !important;
  }
}@media (max-width: 768px) {

  /* GLOBAL FULL WIDTH FIX */
  .hero-premium,
  .features,
  .about-dani,
  .inspiration-section,
  .newsletter-section,
  .artschwestern-band,
  .site-footer {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }

}/* ===== MOBILE SECTION FIXES ===== */

@media (max-width: 768px) {

  /* DANI */
  .about-dani {
    display: block !important;
    padding: 50px 20px !important;
  }

  .about-dani-image {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 28px !important;
  }

  .about-dani-image img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }

  .about-dani-content {
    width: 100% !important;
    padding: 36px 26px !important;
  }

  /* ARTSCHWESTERN */
  .artschwestern-band {
    display: block !important;
    padding: 46px 28px !important;
  }

  .artschwestern-button {
    display: inline-block !important;
    margin-top: 28px !important;
    white-space: normal !important;
  }

  /* INSPIRATION SLIDER */
  .inspiration-grid {
    display: flex !important;
    overflow-x: auto !important;
    gap: 18px !important;
    padding: 0 12px 18px !important;
    scroll-snap-type: x mandatory !important;
  }

  .inspiration-card {
    flex: 0 0 88% !important;
    min-width: 88% !important;
    max-width: 88% !important;
    scroll-snap-align: center !important;
  }

  .inspiration-card img {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
  }

  /* NEWSLETTER */
  .newsletter-section {
    display: block !important;
    padding: 48px 28px !important;
  }

  .newsletter-form {
    display: block !important;
  }

  .newsletter-form input,
  .newsletter-form button {
    width: 100% !important;
    margin-bottom: 14px !important;
  }

  /* FOOTER */
  .footer-inner {
    display: block !important;
    text-align: center !important;
    padding: 26px 20px !important;
  }

  .footer-links {
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-top: 14px !important;
  }
}/* =========================
   VERSION LOG
   =========================

v1 – STABILER STAND
- Mobile Layout funktioniert
- Slider funktioniert wieder
- Keine seitlichen Verschiebungen mehr

NÄCHSTE SCHRITTE:
- Inspirations-Slider optimieren
- Abstände verfeinern
- Mobile Menü evtl. verbessern

========================= */@media (max-width: 768px) {
  .hero-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 14px !important;
    margin-top: 28px !important;
  }

  .hero-actions a {
    width: 82% !important;
    max-width: 320px !important;
    text-align: center !important;
    justify-content: center !important;
  }
}@media (max-width: 768px) {
  .about-dani,
  .artschwestern-band,
  .newsletter-section,
  .site-footer {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
}/* ===== MOBILE BUTTONS + RIGHT EDGE FIX ===== */

@media (max-width: 768px) {

  .hero-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
    margin-top: 28px !important;
  }

  .hero-actions a,
  .outline-button,
  .newsletter-form button {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    text-align: center !important;
    justify-content: center !important;
  }

  .newsletter-section,
  .newsletter-form,
  .newsletter-form input,
  .newsletter-form button,
  .about-dani-content,
  .artschwestern-band {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .newsletter-form input {
    display: block !important;
  }

}@media (max-width: 768px) {
  .hero-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 14px !important;
    margin: 32px 0 36px !important;
  }

  .hero-actions a {
    width: 78% !important;
    max-width: 300px !important;
    min-width: 0 !important;
    padding: 14px 18px !important;
    box-sizing: border-box !important;
    text-align: center !important;
    justify-content: center !important;
  }
}@media (max-width: 768px) {

  .hero-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 16px !important;
    margin: 36px 0 40px !important;
  }

  .hero-actions a {
    width: 260px !important;   /* ← feste gleiche Breite */
    padding: 14px 20px !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
  }

}@media (max-width: 768px) {

  .hero-actions {
    width: 260px !important;
    margin: 36px auto 40px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }

  .hero-actions a {
    width: 100% !important;
    margin: 0 !important;
    padding: 14px 20px !important;
    box-sizing: border-box !important;
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
  }

}/* =========================
   GLOBAL MOBILE BASIS
   ========================= */

@media (max-width: 768px) {

  /* Kein seitliches Verschieben */
  html, body {
    overflow-x: hidden;
  }

  /* Bilder verhalten sich immer korrekt */
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  /* Grundlayout: alle großen Sektionen sauber */
  .site-header,
  .hero-premium,
  .features,
  .about-dani,
  .artschwestern-band,
  .inspiration-section,
  .newsletter-section,
  .site-footer {
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
  }

  /* Innenabstände (wichtig für zukünftige Seiten!) */
  .hero-premium,
  .features,
  .about-dani,
  .artschwestern-band,
  .inspiration-section,
  .newsletter-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Navigation erstmal aus (wird später sauber gelöst) */
  .main-nav-wrap {
    display: none;
  }

  /* Topbar vereinfachen */
  .topbar-right {
    display: none;
  }

  .topbar-inner {
    justify-content: center;
  }

  /* Buttons verhalten sich überall gleich */
  .cta-button,
  .secondary-button,
  .outline-button,
  button {
    max-width: 100%;
    box-sizing: border-box;
  }

}@media (max-width: 768px) {

  .site-header .main-nav-wrap {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .site-header .main-nav {
    display: flex !important;
    flex: none !important;
    justify-content: flex-start !important;
    gap: 28px !important;

    width: 100% !important;
    max-width: 100% !important;

    overflow-x: scroll !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch !important;

    padding: 14px 20px !important;
    box-sizing: border-box !important;
  }

  .site-header .main-nav a {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }

  .site-header .main-nav-wrap .cta-button {
    display: none !important;
  }
}/* MOBILE MENU FINAL – ELEGANT */

.mobile-menu {
  display: none;
}

@media (max-width: 768px) {

  .site-header .main-nav,
  .site-header .cta-button {
    display: none !important;
  }

  .site-header .main-nav-wrap {
    display: block !important;
    padding: 0 !important;
    background: #F7F3EF !important;
  }

  .mobile-menu {
    display: block !important;
    width: 100%;
    border-top: 1px solid #e8e3dc;
    border-bottom: 1px solid #e8e3dc;
  }

  .mobile-menu summary {
    list-style: none;
    cursor: pointer;
    padding: 18px 24px;
    text-align: center;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 22px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #0B3641;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu summary::before {
    content: "☰";
    display: block;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 6px;
    letter-spacing: 0;
  }

  .mobile-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 4px 24px 28px;
  }

  .mobile-nav a {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 22px !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase;
    color: #0B3641 !important;
  }
}/* MOBILE MENU OVERRIDE – GANZ UNTEN LASSEN */

@media (max-width: 768px) {

  .site-header nav.main-nav {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
  }

  .site-header .main-nav-wrap > .cta-button {
    display: none !important;
  }

  .site-header .mobile-menu {
    display: block !important;
  }

  .site-header .mobile-menu:not([open]) .mobile-nav {
    display: none !important;
  }

  .site-header .mobile-menu[open] .mobile-nav {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
}/* =========================
   ARTSCHWESTERN SEITE (NEU)
   ========================= */

.artschwestern-page {
  max-width: 1200px;
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 90px 0;
  background: var(--bg-main);
}

/* HERO */

.artschwestern-hero {
  max-width: 820px;
  margin: 0 auto 70px;
  text-align: center;
}

.artschwestern-kicker {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.artschwestern-hero h1 {
  font-size: 52px;
  font-weight: 400;
  margin: 0 0 20px;
  color: var(--green-main);
}

.artschwestern-hero p {
  font-size: 17px;
  line-height: 1.8;
  color: #5f6f73;
  margin-bottom: 30px;
}

.artschwestern-button {
  display: inline-block;
  padding: 14px 28px;
  background: var(--gold);
  color: white;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* INTRO */

.artschwestern-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 80px;
}

.artschwestern-intro h2 {
  font-size: 34px;
  font-weight: 300;
  color: var(--green-main);
}

.artschwestern-intro p {
  font-size: 16px;
  line-height: 1.85;
  color: #5f6f73;
}

/* ANGEBOTE */

.artschwestern-offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}

.artschwestern-offer-card {
  background: rgba(255,255,255,0.75);
  border: 1px solid #eee7df;
  padding: 44px;
}

.artschwestern-offer-card span {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--gold);
}

.artschwestern-offer-card h2 {
  font-size: 32px;
  margin: 14px 0;
  color: var(--green-main);
}

.artschwestern-offer-card p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.artschwestern-offer-card ul {
  padding-left: 18px;
  margin-bottom: 20px;
}

.artschwestern-offer-card li {
  margin-bottom: 6px;
  font-size: 14px;
}

.artschwestern-price {
  font-size: 16px;
  margin-bottom: 20px;
  color: var(--green-main);
}

.artschwestern-link {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

/* DARK BAND */

.artschwestern-dark-band {
  background: linear-gradient(135deg, #0E3B44, #2F6A70);
  color: white;
  padding: 60px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 80px;
}

.artschwestern-dark-band h2 {
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 10px;
}

.artschwestern-dark-band p {
  font-size: 16px;
  line-height: 1.8;
}

.artschwestern-band-button {
  background: var(--gold);
  color: white;
  padding: 14px 26px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* FAQ */

.artschwestern-faq h2 {
  text-align: center;
  margin-bottom: 50px;
}

.artschwestern-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.artschwestern-faq-grid h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--green-main);
}

.artschwestern-faq-grid p {
  font-size: 15px;
  line-height: 1.7;
}

/* MOBILE */

@media (max-width: 768px) {

  .artschwestern-page {
    width: 100%;
    max-width: 100%;
    padding: 60px 20px;
  }

  .artschwestern-hero h1 {
    font-size: 40px;
  }

  .artschwestern-intro,
  .artschwestern-offer-grid,
  .artschwestern-faq-grid {
    grid-template-columns: 1fr;
  }

  .artschwestern-dark-band {
    display: block;
    padding: 40px 30px;
  }

  .artschwestern-band-button {
    display: inline-block;
    margin-top: 20px;
  }
}/* =========================
   ARTSCHWESTERN – FINAL STYLE
   ========================= */

.artclub-page {
  padding: 60px 0 0;
}

/* HERO */

.artclub-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
}

.artclub-kicker {
  display: block;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}

.artclub-hero h1 {
  font-size: 64px;
  line-height: 0.95;
  margin-bottom: 24px;
  color: var(--green-main);
}

.artclub-hero p {
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 30px;
}

.artclub-button {
  display: inline-block;
  padding: 14px 26px;
  background: var(--gold);
  color: white;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.artclub-button.secondary {
  background: transparent;
  border: 1px solid #d8d2c8;
  color: var(--green-main);
}

.artclub-button.light {
  color: white;
  border-color: rgba(255,255,255,0.4);
}

/* HERO IMAGE */

.artclub-hero-image {
  min-height: 520px;
  background: linear-gradient(135deg, rgba(11,54,65,0.18), rgba(197,161,121,0.18)),
  url('https://images.unsplash.com/photo-1513364776144-60967b0f800f?auto=format&fit=crop&w=1200&q=80');
  background-size: cover;
  background-position: center;
}

/* INTRO */

.artclub-intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 50px;
  margin-bottom: 80px;
}

.artclub-soft-image {
  min-height: 420px;
  background: linear-gradient(135deg, rgba(11,54,65,0.12), rgba(197,161,121,0.16)),
  url('https://images.unsplash.com/photo-1456086272160-b28b0645b729?auto=format&fit=crop&w=1200&q=80');
  background-size: cover;
}

.artclub-text-box {
  background: rgba(255,255,255,0.75);
  padding: 60px;
}

.artclub-text-box h2 {
  font-size: 46px;
  margin-bottom: 20px;
}

/* CARDS */

.artclub-section {
  margin-bottom: 80px;
}

.artclub-cards-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}

.artclub-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.artclub-card {
  background: rgba(255,255,255,0.78);
  border: 1px solid #eee7df;
  padding: 48px 42px;
  transition: all 0.25s ease;
}

.artclub-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(11,54,65,0.1);
}

/* COMPARE */

.artclub-compare {
  background: rgba(255,255,255,0.5);
  padding: 60px;
  margin-bottom: 80px;
}

.artclub-compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid #e5dcd3;
}

.artclub-compare-grid div {
  padding: 20px;
  border-bottom: 1px solid #e5dcd3;
}

/* TESTIMONIALS */

.artclub-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.artclub-quote {
  background: rgba(255,255,255,0.78);
  padding: 30px;
  border: 1px solid #eee7df;
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  color: var(--green-main);
}

/* FAQ */

.artclub-faq-item {
  border-top: 1px solid #e5dcd3;
  padding: 24px 0;
}

.artclub-faq-item strong {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
  color: var(--green-main);
}

/* FINAL CTA */

.artclub-final-cta {
  background: linear-gradient(135deg, #0E3B44, #2F6A70);
  color: white;
  text-align: center;
  padding: 80px 40px;
}

.artclub-final-cta h2 {
  color: white;
  margin-bottom: 16px;
}

.artclub-final-cta p {
  max-width: 700px;
  margin: 0 auto 30px;
  color: rgba(255,255,255,0.9);
}

/* MOBILE */

@media (max-width: 768px) {

  .artclub-hero,
  .artclub-intro,
  .artclub-cards,
  .artclub-testimonials {
    grid-template-columns: 1fr;
  }

  .artclub-hero h1 {
    font-size: 44px;
  }

  .artclub-text-box {
    padding: 40px 30px;
  }

  .artclub-compare {
    padding: 40px 24px;
  }

  .artclub-compare-grid {
    grid-template-columns: 1fr;
  }

  .artclub-testimonials {
    display: flex;
    overflow-x: auto;
    gap: 16px;
  }

  .artclub-quote {
    flex: 0 0 80%;
  }
}/* ARTSCHWESTERN – WIDTH FIX */

.artclub-page {
  max-width: 1200px !important;
  width: calc(100% - 80px) !important;
  margin: 0 auto !important;
  background: var(--bg-main) !important;
  padding: 80px 64px 0 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.artclub-page section {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.artclub-hero,
.artclub-intro {
  width: 100% !important;
}

.artclub-hero h1 {
  padding: 0 !important;
}

.artclub-hero-image,
.artclub-soft-image {
  width: 100% !important;
}/* ARTSCHWESTERN – QUERFORMAT BILDER */

.artclub-hero-image,
.artclub-soft-image {
  min-height: 360px !important;
  height: 360px !important;
  background-size: cover !important;
  background-position: 50% 15% !important;
}

.artclub-hero,
.artclub-intro {
  align-items: center !important;
}/* ARTSCHWESTERN – TYPO & FARBEN FEINSCHLIFF */

.artclub-page,
.artclub-page p,
.artclub-page li {
  color: #0B3641 !important;
}

.artclub-page h1,
.artclub-page h2,
.artclub-page h3,
.artclub-faq-item strong,
.artclub-quote {
  font-family: 'Cormorant Garamond', serif !important;
  color: #0B3641 !important;
  font-weight: 400 !important;
}

.artclub-page p,
.artclub-page li {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  font-size: 17px !important;
  line-height: 1.8 !important;
}

.artclub-kicker {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 22px !important;
  letter-spacing: 0.22em !important;
  color: #C5A179 !important;
}

.artclub-cards-head .artclub-kicker {
  font-size: 26px !important;
  margin-bottom: 24px !important;
}

.artclub-cards-head h2 {
  font-size: 48px !important;
  color: #0B3641 !important;
}

.artclub-card h3 {
  font-size: 34px !important;
  line-height: 1.25 !important;
}

.artclub-button {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 18px !important;
  letter-spacing: 0.16em !important;
}/* ARTSCHWESTERN – STUDIO / ATELIER DETAIL */

.artclub-membership-detail {
  margin-bottom: 90px;
  padding: 70px 60px;
  background: rgba(255,255,255,0.52);
}

.membership-table {
  max-width: 880px;
  margin: 45px auto 0;
  background: rgba(255,255,255,0.82);
  border: 1px solid #eee7df;
}

.membership-row {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  border-bottom: 1px solid #eee7df;
}

.membership-row:last-child {
  border-bottom: none;
}

.membership-row div {
  padding: 20px 24px;
  font-size: 16px;
  color: #0B3641;
}

.membership-row div:nth-child(2),
.membership-row div:nth-child(3) {
  text-align: center;
  font-weight: 500;
}

.membership-head div {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 28px;
  color: #0B3641;
}

.membership-price div {
  font-weight: 600;
  color: #0B3641;
  background: rgba(197,161,121,0.08);
}

@media (max-width: 768px) {
  .artclub-membership-detail {
    padding: 44px 24px;
  }

  .membership-row {
    grid-template-columns: 1fr;
  }

  .membership-row div {
    text-align: left !important;
  }
}/* ARTSCHWESTERN – KOMPAKTER FEINSCHLIFF */

.artclub-section,
.artclub-hero,
.artclub-intro,
.artclub-membership-detail {
  margin-bottom: 52px !important;
}

.artclub-page {
  padding-top: 55px !important;
}

.artclub-testimonials {
  padding-left: 42px !important;
}

.artclub-section > h2 {
  margin-left: 42px !important;
  margin-bottom: 28px !important;
}

.artclub-quote {
  padding: 26px 28px !important;
  font-size: 26px !important;
}

/* Tabelle kompakter */

.artclub-membership-detail {
  padding: 44px 46px !important;
}

.artclub-membership-detail .artclub-cards-head {
  margin-bottom: 24px !important;
}

.artclub-membership-detail .artclub-cards-head h2 {
  font-size: 40px !important;
  margin-bottom: 14px !important;
}

.artclub-membership-detail .artclub-cards-head p {
  font-size: 15px !important;
  line-height: 1.6 !important;
  margin-bottom: 0 !important;
}

.membership-table {
  margin-top: 26px !important;
}

.membership-row div {
  padding: 13px 20px !important;
  font-size: 14px !important;
}

.membership-head div {
  font-size: 23px !important;
}

.membership-price div {
  font-size: 15px !important;
}/* ARTSCHWESTERN – STIMMEN PREMIUM */

.artclub-testimonials {
  padding-left: 0 !important;
  max-width: 1080px !important;
  margin: 0 auto !important;
}

.artclub-section > h2 {
  max-width: 1080px !important;
  margin: 0 auto 34px !important;
}

.artclub-quote {
  min-height: 210px !important;
  padding: 44px 38px !important;
  background: rgba(255,255,255,0.72) !important;
  border: 1px solid rgba(197,161,121,0.25) !important;
  box-shadow: 0 12px 28px rgba(11,54,65,0.05) !important;
  transition: all 0.3s ease !important;
}

.artclub-quote:hover {
  transform: translateY(-8px) !important;
  background: #ffffff !important;
  box-shadow: 0 26px 55px rgba(11,54,65,0.12) !important;
}

.artclub-quote::before {
  content: "“";
  display: block;
  font-size: 52px;
  line-height: 0.7;
  color: #C5A179;
  opacity: 0.55;
  margin-bottom: 10px;
}/* ARTSCHWESTERN – STIMMEN KOMPAKT */

.artclub-testimonials {
  gap: 18px !important;
}

.artclub-quote {
  min-height: auto !important;
  padding: 28px 26px !important;
  font-size: 22px !important;
  line-height: 1.4 !important;
}

/* weniger Luft oben/unten */
.artclub-section {
  margin-bottom: 44px !important;
}

/* Zitatzeichen etwas kleiner */
.artclub-quote::before {
  font-size: 40px !important;
  margin-bottom: 6px !important;
}/* =========================
   ARTSCHWESTERN – ABSTAND + HOCHKANTBILD FIX
   ========================= */

/* Abstand zwischen den oberen Blöcken reduzieren */
.artclub-hero {
  margin-bottom: 40px !important;
}

.artclub-intro {
  margin-top: 0 !important;
  margin-bottom: 50px !important;
  align-items: center !important;
}

/* globaler Section-Abstand kleiner */
.artclub-page section {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

/* Hochformat-Bild links im zweiten Block */
.artclub-soft-image {
  min-height: 680px !important;
  height: 680px !important;
  background-size: cover !important;
  background-position: center !important;
}/* ARTSCHWESTERN – INTRO BLOCK HARMONISIEREN */

.artclub-intro {
  grid-template-columns: 1fr 1fr !important;
  gap: 0 !important;
  align-items: stretch !important;
  margin-top: 20px !important;
}

.artclub-soft-image,
.artclub-text-box {
  min-height: 500px !important;
  height: 500px !important;
  box-sizing: border-box !important;
}

.artclub-soft-image {
  background-size: cover !important;
  background-position: center !important;
}

.artclub-text-box {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: 54px 56px !important;
}

.artclub-text-box h2 {
  font-size: 50px !important;
  line-height: 1.08 !important;
  letter-spacing: 0.01em !important;
  margin-bottom: 26px !important;
}

.artclub-text-box p {
  font-size: 16px !important;
  line-height: 1.75 !important;
}

/* kleines ruhiges Designelement zwischen Hero und Intro */
.artclub-hero::after {
  content: "";
  display: block;
  grid-column: 1 / -1;
  width: 90px;
  height: 1px;
  background: #C5A179;
  margin: 26px auto 0;
  opacity: 0.65;
}/* =========================
   INTRO BLOCK – FINAL CLEAN
   ========================= */

.artclub-intro {
  grid-template-columns: 1fr 1fr !important;
  gap: 40px !important;
  align-items: center !important;
  margin-top: 30px !important;
}

/* Bild */
.artclub-soft-image {
  height: 520px !important;
  background-size: cover !important;
  background-position: center !important;
}

/* Textbox */
.artclub-text-box {
  background: rgba(255,255,255,0.78) !important;
  padding: 60px 55px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

/* Kicker bleibt oben */
.artclub-text-box .artclub-kicker {
  margin-bottom: 16px !important;
}

/* Überschrift FIX */
.artclub-text-box h2 {
  font-size: 46px !important;
  line-height: 1.15 !important;
  margin-bottom: 22px !important;
  margin-top: 0 !important;
}

/* Text */
.artclub-text-box p {
  font-size: 16px !important;
  line-height: 1.8 !important;
}

/* =========================
   SOFT DESIGN ELEMENT (weich statt Linie)
   ========================= */

.artclub-hero::after {
  content: "❦";
  display: block;
  text-align: center;
  font-size: 26px;
  color: #C5A179;
  margin: 28px auto 0;
  opacity: 0.7;
}/* ARTSCHWESTERN – INTRO KORREKTUR */

.artclub-hero::after {
  content: "";
  display: block;
  grid-column: 1 / -1;
  width: 80px;
  height: 1px;
  background: #C5A179;
  margin: 24px auto 0;
  opacity: 0.55;
}

.artclub-intro {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0 !important;
  align-items: stretch !important;
}

.artclub-soft-image,
.artclub-text-box {
  height: 520px !important;
  min-height: 520px !important;
  box-sizing: border-box !important;
}

.artclub-text-box {
  padding: 52px 56px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.artclub-text-box .artclub-kicker {
  display: block !important;
  margin: 0 0 18px !important;
}

.artclub-text-box h2 {
  font-size: 42px !important;
  line-height: 1.12 !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
}

.artclub-text-box p {
  font-size: 15px !important;
  line-height: 1.65 !important;
  margin-bottom: 16px !important;
}.da-inspiration-comingsoon {
  padding: 120px 24px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 24px;
  background: #f7f3ee;
}

.da-inspiration-inner {
  max-width: 620px;
  width: 100%;
  text-align: center;
  padding: 60px 40px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 34px;
  box-shadow: 0 18px 50px rgba(72, 54, 42, 0.08);
}

.da-inspiration-kicker {
  margin: 0 0 18px;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6f8f8a;
}

.da-inspiration-inner h1 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1.05;
  font-weight: 400;
  color: #3f3a35;
}

.da-inspiration-text {
  max-width: 560px;
  margin: 28px auto 0;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.75;
  color: #5d5650;
}

.da-inspiration-line {
  width: 86px;
  height: 1px;
  margin: 38px auto 24px;
  background: #c7b6a6;
}

.da-inspiration-note {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  color: #8a7a6c;
}

.da-inspiration-comingsoon {
  max-width: 1150px;
  margin: 0 auto;
  padding: 120px 24px 100px;
}

@media (max-width: 700px) {

  .da-inspiration-inner {
    padding: 52px 24px;
    border-radius: 26px;
  }

}.da-book-page {
  max-width: 1150px;
  margin: 0 auto;
  padding: 90px 24px 110px;
}

.da-book-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
  background: #f7f3ee;
  border-radius: 36px;
  padding: 70px 64px;
}

.da-book-kicker {
  margin: 0 0 16px;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6f8f8a;
}

.da-book-text h1 {
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 5.2rem);
  line-height: 1;
  font-weight: 400;
  color: #3f3a35;
}

.da-book-subtitle {
  margin: 28px 0 22px;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  line-height: 1.55;
  color: #4f4841;
}

.da-book-text p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #5d5650;
}

.da-shop-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 36px;
  background: #c99b6b;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.88rem;
  line-height: 1;
  box-sizing: border-box;
}

.da-book-card {
  display: flex;
  justify-content: center;
}

.da-book-cover-placeholder {
  width: min(100%, 340px);
  aspect-ratio: 3 / 4.2;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 20px 55px rgba(72, 54, 42, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  text-align: center;
  color: #8a7a6c;
}

.da-book-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 32px;
}

.da-book-info > div {
  background: #ffffff;
  border-radius: 28px;
  padding: 34px 36px;
  box-shadow: 0 14px 40px rgba(72, 54, 42, 0.06);
}

.da-book-info h2 {
  margin: 0 0 18px;
  font-size: 1.35rem;
  font-weight: 400;
  color: #3f3a35;
}

.da-book-info ul {
  margin: 0;
  padding-left: 20px;
  color: #5d5650;
  line-height: 1.8;
}

@media (max-width: 850px) {
  .da-book-page {
    padding: 60px 18px 80px;
  }

  .da-book-hero {
    grid-template-columns: 1fr;
    padding: 48px 26px;
    gap: 38px;
  }

  .da-book-info {
    grid-template-columns: 1fr;
  }
}.da-shop-page {
  max-width: 1150px;
  margin: 0 auto;
  background: #f7f3ee;
  padding: 0 24px 110px;
}

.da-shop-hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
  background: #ffffff;
  padding: 80px 70px;
}

.da-shop-cover-wrap {
  display: flex;
  justify-content: center;
}

.da-shop-cover {
  width: 340px;
  max-width: 100%;
  background: transparent;
  box-shadow: 0 24px 70px rgba(72, 54, 42, 0.14);
  padding: 0;
}.da-shop-cover img {
  width: 100%;
  height: auto;
  display: block;
}

.da-shop-kicker {
  margin: 0 0 18px;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c99b6b;
}

.da-shop-hero-text h1,
.da-shop-wide-text h2,
.da-shop-soft h2,
.da-shop-final h2,
.da-shop-quotes h2 {
  margin: 0;
  font-weight: 400;
  color: #0e3d45;
}

.da-shop-hero-text h1 {
  font-size: clamp(3rem, 5vw, 5.3rem);
  line-height: 1;
}

.da-shop-lead {
  margin: 30px 0 22px;
  font-size: 1.45rem;
  line-height: 1.55;
  color: #3f3a35;
}

.da-shop-hero-text p,
.da-shop-intro p,
.da-shop-wide-text p,
.da-shop-soft p,
.da-shop-final p {
  font-size: 1.08rem;
  line-height: 1.85;
  color: #6b7774;
}

.da-shop-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 36px;
  background: #c99b6b;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.88rem;
  line-height: 1;
  box-sizing: border-box;
}

.da-shop-intro {
  padding: 90px 120px 75px;
  text-align: center;
}

.da-shop-intro p {
  max-width: 820px;
  margin: 0 auto;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.6;
  color: #0e3d45;
}

.da-shop-wide-text {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  background: #ffffff;
  padding: 70px;
}

.da-shop-wide-text h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.1;
}

.da-shop-quotes {
  padding: 90px 40px 70px;
  text-align: center;
}

.da-shop-quotes h2 {
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  margin-bottom: 46px;
}

.da-shop-quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.da-shop-quote-grid blockquote {
  margin: 0;
  background: #ffffff;
  padding: 38px 30px;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #6b7774;
  box-shadow: 0 16px 45px rgba(72, 54, 42, 0.06);
}

.da-shop-soft {
  background: #ffffff;
  padding: 80px 90px;
}

.da-shop-soft-text {
  max-width: 760px;
}

.da-shop-soft h2 {
  font-size: clamp(2.4rem, 4.5vw, 4.6rem);
  line-height: 1.08;
  margin-bottom: 28px;
}

.da-shop-final {
  margin-top: 70px;
  background: linear-gradient(135deg, #0B3641 0%, #1E5961 45%, #3B7A80 100%);
  padding: 80px 70px;
  text-align: center;
}

.da-shop-final h2 {
  color: #ffffff;
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  line-height: 1.1;
}

.da-shop-final p {
  max-width: 680px;
  margin: 28px auto 0;
  color: #ffffff;
}

.da-shop-button-light {
  background: #c99b6b;
  color: #ffffff;
}

@media (max-width: 850px) {
  .da-shop-page {
    padding: 0 18px 70px;
  }

  .da-shop-hero,
  .da-shop-wide-text {
    grid-template-columns: 1fr;
    padding: 48px 28px;
    gap: 42px;
  }

  .da-shop-intro {
    padding: 60px 24px 50px;
  }

  .da-shop-quote-grid {
    grid-template-columns: 1fr;
  }

  .da-shop-soft {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 70px;
  align-items: center;
  background: #ffffff;
  padding: 80px 90px;
}.da-shop-soft-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

  .da-shop-final {
    padding: 58px 28px;
  }
}.da-book-highlight {
  color: #c99b6b;
  font-style: italic;
}.da-shop-soft {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 60px;
  align-items: center;
  background: #ffffff;
  padding: 80px 90px;
}

.da-shop-soft-text {
  max-width: none;
}

.da-shop-soft-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

@media (max-width: 850px) {
  .da-shop-soft {
    grid-template-columns: 1fr;
    padding: 56px 30px;
    gap: 34px;
  }

  .da-shop-soft-image img {
    height: auto;
  }
}/* SHOP SOFT RESET - bitte ganz unten lassen */

.da-shop-soft {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  background: #ffffff;
  padding: 80px 90px;
}

.da-shop-soft-text {
  flex: 1;
  max-width: 760px;
}

.da-shop-soft-image {
  flex: 0 0 420px;
}

.da-shop-soft-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.da-shop-soft-text {
  max-width: 760px !important;
}

.da-shop-soft-image {
  display: none !important;
}

.da-shop-soft h2 {
  font-size: clamp(2.4rem, 4.5vw, 4.6rem) !important;
  line-height: 1.08 !important;
  margin-bottom: 28px !important;
}

@media (max-width: 850px) {
  .da-shop-soft {
    display: block !important;
    padding: 56px 30px !important;
  }

  .da-shop-soft-text {
    max-width: 100% !important;
  }

  .da-shop-soft-image {
    display: none !important;
  }
}.da-shop-soft-image {
  display: block !important;
  flex: 0 0 420px;
}

.da-shop-soft-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block !important;
}.da-about-page {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 24px 120px;
  background: #f7f3ee;
}

.da-about-hero {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 70px;
  align-items: center;
  background: #ffffff;
  padding: 80px 70px;
}

.da-about-image img,
.da-about-split-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.da-about-kicker {
  margin: 0 0 18px;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c99b6b;
}

.da-about-intro h1,
.da-about-split h2 {
  margin: 0;
  font-weight: 400;
  line-height: 1.05;
  color: #0e3d45;
}

.da-about-intro h1 {
  font-size: clamp(3rem, 5vw, 5.3rem);
}

.da-about-split h2 {
  font-size: clamp(2.5rem, 4vw, 4.5rem);
}

.da-about-lead {
  margin: 30px 0 22px;
  font-size: 1.4rem;
  line-height: 1.55;
  color: #3f3a35;
}

.da-about-intro p,
.da-about-text-inner p,
.da-about-split p {
  font-size: 1.08rem;
  line-height: 1.9;
  color: #6b7774;
}

.da-about-textblock {
  padding: 90px 0;
}

.da-about-text-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.da-about-text-inner p {
  margin-bottom: 28px;
}

.da-about-split {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 70px;
  align-items: center;
  background: #ffffff;
  padding: 80px 70px;
}

.da-about-quote {
  padding: 110px 40px 30px;
  text-align: center;
}

.da-about-quote blockquote {
  max-width: 850px;
  margin: 0 auto;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.25;
  font-weight: 300;
  color: #0e3d45;
}

@media (max-width: 850px) {

  .da-about-page {
    padding: 0 18px 80px;
  }

  .da-about-hero,
  .da-about-split {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 48px 28px;
  }

  .da-about-textblock {
    padding: 60px 10px;
  }

  .da-about-quote {
    padding: 70px 10px 20px;
  }

}/* ArtSchwestern CTA unten korrigieren */

.as-cta,
.artschwestern-cta {
  color: #ffffff;
}

.as-cta h2,
.as-cta p,
.artschwestern-cta h2,
.artschwestern-cta p {
  color: #ffffff !important;
}

.as-cta-buttons,
.artschwestern-cta-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-top: 40px;
}

.as-cta-buttons a,
.artschwestern-cta-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 420px;
  height: 74px;
  margin: 0 !important;
  background: #c99b6b;
  color: #ffffff !important;
  text-decoration: none;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;
}

@media (max-width: 700px) {
  .as-cta-buttons a,
  .artschwestern-cta-buttons a {
    min-width: 100%;
    height: 64px;
  }
}/* ArtSchwestern CTA */

.artclub-final-cta {
  text-align: center;
  padding: 90px 24px;
}

.artclub-final-cta h2 {
  color: #ffffff;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.15;
  font-weight: 400;
  margin-bottom: 24px;
}

.artclub-final-cta p {
  color: rgba(255,255,255,0.88);
  font-size: 1.25rem;
  margin-bottom: 42px;
}

.artclub-final-cta .artclub-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  max-width: 100%;
  height: 62px;
  margin: 12px auto !important;
  background: #c99b6b;
  color: #ffffff !important;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
  line-height: 1;
}

@media (max-width: 700px) {

  .artclub-final-cta {
    padding: 70px 20px;
  }

  .artclub-final-cta h2 {
    font-size: 2.3rem;
  }

  .artclub-final-cta p {
    font-size: 1.05rem;
  }

  .artclub-final-cta .artclub-button {
    width: 100%;
    height: 58px;
  }

}.artclub-final-cta h2,
.artclub-final-cta p {
  color: #ffffff !important;
}.da-about-editorial {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 24px 120px;
  background: #f7f3ee;
}

.da-about-image img,
.da-about-fullimage img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.da-about-kicker {
  margin: 0 0 18px;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c99b6b;
}

.da-about-flow {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
}

.da-about-flow.narrow {
  max-width: 760px;
}

.da-about-flow h2,
.da-about-story h2 {
  margin: 0 0 28px;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 1.08;
  font-weight: 400;
  color: #0e3d45;
}

.da-about-flow p,
.da-about-smalltext p,
.da-about-story p,
.da-about-projects-flow p {
  font-size: 1.08rem;
  line-height: 1.9;
  color: #6b7774;
}

.da-about-image-text {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
  padding: 40px 0 90px;
}

.da-about-image-wide img {
  height: 420px;
  max-width: 760px;
  margin: 0 auto;
}

.da-about-smalltext {
  max-width: 460px;
}

.da-about-statement {
  padding: 120px 20px;
  text-align: center;
}

.da-about-statement blockquote {
  max-width: 950px;
  margin: 0 auto;
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  line-height: 1.15;
  font-weight: 300;
  color: #c99b6b;
}

.da-about-story {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  padding: 100px 0;
}

.da-about-fullimage {
  padding: 20px 0 100px;
}

.da-about-fullimage img {
  height: 460px;
  max-width: 920px;
  margin: 0 auto;
}

.da-about-projects-flow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  padding: 40px 0 120px;
}

.da-about-final {
  padding: 80px 20px 20px;
  text-align: center;
}

.da-about-final blockquote {
  max-width: 920px;
  margin: 0 auto;
  font-size: clamp(2.3rem, 4vw, 4.5rem);
  line-height: 1.24;
  font-weight: 300;
  color: #0e3d45;
}

.da-about-final p {
  margin-top: 42px;
  font-size: 1rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c99b6b;
}

@media (max-width: 850px) {

  .da-about-editorial {
    padding: 0 18px 80px;
  }

  .da-about-image-text,
  .da-about-story,
  .da-about-projects-flow {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .da-about-fullimage img,
  .da-about-image-wide img {
    height: auto;
  }

  .da-about-flow,
  .da-about-statement,
  .da-about-story,
  .da-about-projects-flow {
    padding-left: 0;
    padding-right: 0;
  }

}.da-about-editorial {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 24px 120px;
  background: #f7f3ee;
}

.da-about-image img,
.da-about-fullimage img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.da-about-kicker {
  margin: 0 0 18px;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c99b6b;
}

.da-about-flow {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 0 60px;
  text-align: center;
}.da-about-projects-flow .da-about-kicker {
  color: #c99b6b;
}

.da-about-flow.narrow {
  max-width: 760px;
}

.da-about-flow h2,
.da-about-story h2 {
  margin: 0 0 28px;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 1.08;
  font-weight: 400;
  color: #0e3d45;
}

.da-about-flow p,
.da-about-smalltext p,
.da-about-story p,
.da-about-projects-flow p {
  font-size: 1.08rem;
  line-height: 1.9;
  color: #6b7774;
}

.da-about-image-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 10px 0 30px;
}

.da-about-image-wide img {
  height: 620px;
}

.da-about-smalltext {
  max-width: 620px;
}

.da-about-statement {
  padding: 120px 20px;
  text-align: center;
}

.da-about-statement blockquote {
  max-width: 950px;
  margin: 0 auto;
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  line-height: 1.15;
  font-weight: 300;
  color: #c99b6b;
}

.da-about-story {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  padding: 100px 0;
}

.da-about-fullimage {
  padding: 10px 0 30px;
}

.da-about-fullimage img {
  height: 720px;
}

.da-about-projects-flow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  padding: 40px 0 120px;
}

.da-about-final {
  padding: 55px 20px 40px;
  text-align: center;
}

.da-about-final blockquote {
  max-width: 1100px;
  margin: 0 auto;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0e3d45;
}

.da-about-final p {
  margin-top: 42px;
  font-size: 1rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c99b6b;
}

@media (max-width: 850px) {

  .da-about-editorial {
    padding: 0 18px 80px;
  }

  .da-about-image-text,
  .da-about-story,
  .da-about-projects-flow {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .da-about-fullimage img,
  .da-about-image-wide img {
    height: auto;
  }

  .da-about-flow,
  .da-about-statement,
  .da-about-story,
  .da-about-projects-flow {
    padding-left: 0;
    padding-right: 0;
  }

}.da-about-flow h2 {
  color: #c99b6b;
}.da-about-storyblock {
  padding: 40px 0 90px;
}.da-about-storyblock {
  padding: 30px 0 35px;
}

.da-about-storyblock-inner {
  max-width: 860px;
  margin: 0 auto;
  background: #ffffff;
  padding: 70px 90px 55px;
  text-align: center;
}

.da-about-storyblock h2 {
  margin: 0 0 32px;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  line-height: 1.08;
  font-weight: 400;
  color: #0e3d45;
}

.da-about-storyblock p {
  font-size: 1.08rem;
  line-height: 1.9;
  color: #6b7774;
}/* Dani Abschluss Fix */

.da-about-projects-flow {
  padding-bottom: 35px !important;
}

.da-about-final {
  padding: 20px 20px 45px !important;
  text-align: center !important;
}

.da-about-final blockquote {
  color: #0e3d45 !important;
  font-size: 56px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em !important;
}/* Dani Abschluss + Footer-Abstand Fix */

.da-about-page {
  padding-bottom: 0 !important;
}

.da-about-editorial {
  padding-bottom: 40px !important;
}

.da-about-final {
  padding: 35px 20px 35px !important;
  text-align: center !important;
}

.da-about-final blockquote {
  color: #0e3d45 !important;
  font-size: 42px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
  letter-spacing: 0.03em !important;
  text-transform: none !important;
}

.da-about-final p {
  color: #0e3d45 !important;
  font-size: 1.35rem !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  margin-top: 32px !important;
}.da-studio-page {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 24px 110px;
  background: #f7f3ee;
}

.da-studio-hero {
  padding: 110px 90px;
  text-align: center;
  background: #ffffff;
}

.da-studio-kicker {
  margin: 0 0 20px;
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c99b6b;
}

.da-studio-hero h1,
.da-studio-intro h2,
.da-studio-list h2,
.da-studio-final h2 {
  margin: 0;
  font-weight: 400;
  line-height: 1.08;
  color: #0e3d45;
}

.da-studio-hero h1 {
  font-size: clamp(3rem, 5vw, 5.2rem);
}

.da-studio-hero p {
  max-width: 720px;
  margin: 32px auto 0;
  font-size: 1.25rem;
  line-height: 1.75;
  color: #6b7774;
}

.da-studio-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  margin-top: 36px;
  padding: 0 36px 4px;
  background: #c99b6b;
  color: #ffffff !important;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.86rem;
}

.da-studio-intro {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  padding: 90px 40px;
}

.da-studio-intro h2 {
  font-size: clamp(2.5rem, 4vw, 4.4rem);
}

.da-studio-intro p,
.da-studio-list p,
.da-studio-final p {
  font-size: 1.08rem;
  line-height: 1.85;
  color: #6b7774;
}

.da-studio-list {
  padding: 80px 70px;
  background: #ffffff;
}

.da-studio-list h2 {
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  margin-bottom: 42px;
  text-align: center;
}

.da-studio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.da-studio-grid p {
  margin: 0;
  padding: 28px;
  background: #f7f3ee;
  text-align: center;
}

.da-studio-statement {
  padding: 110px 30px;
  text-align: center;
}

.da-studio-statement blockquote {
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: 1.18;
  font-weight: 300;
  color: #c99b6b;
}

.da-studio-statement p {
  margin-top: 32px;
  font-size: 1.15rem;
  color: #6b7774;
}

.da-studio-final {
  padding: 80px 70px;
  text-align: center;
  background: #0e3d45;
}

.da-studio-final h2 {
  max-width: 820px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.da-studio-final p {
  margin: 28px auto 0;
  color: #ffffff;
}

@media (max-width: 850px) {
  .da-studio-page {
    padding: 0 18px 80px;
  }

  .da-studio-hero,
  .da-studio-list,
  .da-studio-final {
    padding: 56px 28px;
  }

  .da-studio-intro,
  .da-studio-grid {
    grid-template-columns: 1fr;
  }

  .da-studio-intro {
    gap: 32px;
    padding: 60px 10px;
  }/* BUTTON TEXT EXAKT MITTIG */
.artstudio-cta-button,
.artstudio-button,
a.artstudio-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}

/* MEHR ABSTAND ZWISCHEN DEN OBEREN 3 ZEILEN */
.artstudio-steps-top {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

/* DUNKLERE SCHRIFT FÜR DIE 3 ZEILEN */
.artstudio-steps-top p {
  color: #0e3d45;
}

/* LEEREN KASTEN UNTEN LINKS ENTFERNEN */
.artstudio-benefits .empty,
.artstudio-benefits .placeholder,
.artstudio-benefits > div:empty {
  display: none;
}

/* DISCLAIMER / STERNCHEN UNTEN KLEIN EINFÜGEN */
.artstudio-smallnote {
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 55px 60px;
  background: #dfe9e7;
  color: #6b7774;
  font-size: 0.72rem;
  line-height: 1.9;
  text-align: center;
  border-radius: 0;
}

/* OPTIONAL: ETWAS LUFT UNTER DEM BUTTON */
.artstudio-final-cta .artstudio-button {
  margin-bottom: 24px;
}
}/* BUTTON TEXT MITTIG */
.artstudio-button,
.artstudio-cta-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

/* OBERE 3 ZEILEN DUNKLER + MEHR ABSTAND */
.artstudio-steps-top {
  gap: 28px !important;
}

.artstudio-steps-top p {
  color: #0e3d45 !important;
}

/* LEEREN KASTEN ENTFERNEN */
.artstudio-benefits div:empty {
  display: none !important;
}/* Studio Fixes */

.da-studio-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 58px !important;
  padding: 0 36px 4px !important;
  line-height: 1 !important;
  text-align: center !important;
}

.da-studio-grid p:empty {
  display: none !important;
}

.da-studio-statement blockquote {
  color: #0e3d45 !important;
  line-height: 1.55 !important;
}

.da-studio-smallnote {
  max-width: 1100px;
  margin: 28px auto 0;
  padding: 0;
  background: transparent;
  color: rgba(255,255,255,0.72);
  font-size: 0.68rem;
  line-height: 1.8;
  text-align: center;
}/* Statement */

.da-studio-statement blockquote {
  color: #0e3d45 !important;
  line-height: 1.9 !important;
  letter-spacing: 0.01em;
  margin-bottom: 70px !important;
}

.da-studio-statement blockquote br {
  display: block;
  content: "";
  margin-bottom: 18px;
}

.da-studio-statement p {
  color: #0e3d45 !important;
}


/* Smallnote */

.da-studio-smallnote {
  max-width: 1000px !important;
  margin: 24px auto 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;

  color: rgba(255,255,255,0.65) !important;

  font-size: 11px !important;
  line-height: 1.7 !important;
  font-weight: 300 !important;

  text-align: center !important;
}.da-atelier-page {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 24px 110px;
  background: #f7f3ee;
}

.da-atelier-hero {
  padding: 110px 90px;
  text-align: center;
  background: #ffffff;
}

.da-atelier-kicker {
  margin: 0 0 20px;
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c99b6b;
}

.da-atelier-hero h1,
.da-atelier-intro h2,
.da-atelier-list h2,
.da-atelier-dates h2,
.da-atelier-final h2 {
  margin: 0;
  font-weight: 400;
  line-height: 1.08;
  color: #0e3d45;
}

.da-atelier-hero h1 {
  font-size: clamp(3rem, 5vw, 5.2rem);
}

.da-atelier-hero p {
  max-width: 760px;
  margin: 32px auto 0;
  font-size: 1.25rem;
  line-height: 1.75;
  color: #6b7774;
}

.da-atelier-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 58px !important;
  margin-top: 36px;
  padding: 0 36px 4px !important;
  background: #c99b6b;
  color: #ffffff !important;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.86rem;
  line-height: 1 !important;
  text-align: center !important;
}

.da-atelier-intro {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  padding: 90px 40px;
}

.da-atelier-intro h2 {
  font-size: clamp(2.5rem, 4vw, 4.4rem);
}

.da-atelier-intro p,
.da-atelier-list p,
.da-atelier-final p,
.da-atelier-dates p {
  font-size: 1.08rem;
  line-height: 1.85;
  color: #6b7774;
}

.da-atelier-list {
  padding: 80px 70px;
  background: #ffffff;
}

.da-atelier-list h2 {
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  margin-bottom: 42px;
  text-align: center;
}

.da-atelier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.da-atelier-grid p {
  margin: 0;
  padding: 28px;
  background: #f7f3ee;
  text-align: center;
}

.da-atelier-statement {
  padding: 110px 30px;
  text-align: center;
}

.da-atelier-statement blockquote {
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: 1.35;
  font-weight: 300;
  color: #0e3d45;
}

.da-atelier-statement p {
  margin-top: 34px;
  font-size: 1.15rem;
  color: #0e3d45;
}

.da-atelier-dates {
  padding: 80px 70px;
  background: #ffffff;
  text-align: center;
}

.da-atelier-dates h2 {
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  margin-bottom: 50px;
}

.da-atelier-date-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  text-align: center;
}

.da-atelier-date-grid h3 {
  margin: 0 0 24px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #0e3d45;
}

.da-atelier-date-grid p {
  margin: 8px 0;
}

.da-atelier-final {
  padding: 90px 70px;
  text-align: center;
  background: #0e3d45;
}

.da-atelier-final h2 {
  max-width: 820px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
}

.da-atelier-final p {
  max-width: 760px;
  margin: 26px auto 0;
  color: #ffffff;
}

@media (max-width: 850px) {
  .da-atelier-page {
    padding: 0 18px 80px;
  }

  .da-atelier-hero,
  .da-atelier-list,
  .da-atelier-dates,
  .da-atelier-final {
    padding: 56px 28px;
  }

  .da-atelier-intro,
  .da-atelier-grid,
  .da-atelier-date-grid {
    grid-template-columns: 1fr;
  }

  .da-atelier-intro {
    gap: 32px;
    padding: 60px 10px;
  }
}/* Atelier Statement */

.da-atelier-statement blockquote {
  color: #0e3d45 !important;
  line-height: 1.9 !important;
  letter-spacing: 0.01em;
  margin-bottom: 70px !important;
}

.da-atelier-statement blockquote br {
  display: block;
  content: "";
  margin-bottom: 18px;
}

.da-atelier-statement p {
  color: #0e3d45 !important;
}.da-atelier-grid-bottom {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 22px;
}

.da-atelier-grid-bottom {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: calc((100% - 22px) / 3 * 2 + 22px);
  margin: 22px auto 0;
}

.da-atelier-grid-bottom p {
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  margin: 0;
  background: #f7f3ee;
  text-align: center;
  font-size: 1.08rem;
  line-height: 1.5;
  color: #6b7774;
}.da-atelier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.da-atelier-grid p {
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  margin: 0;
  background: #f7f3ee;
  text-align: center;
  font-size: 1.08rem;
  line-height: 1.5;
  color: #6b7774;
}

@media (max-width: 850px) {

  .da-atelier-grid {
    grid-template-columns: 1fr;
  }

  .da-atelier-grid p {
    min-height: auto;
    padding: 40px 24px;
  }

}/* Atelier Grid final */

.da-atelier-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 22px !important;
}

.da-atelier-grid-bottom {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 22px !important;
  width: calc((100% - 22px) / 3 * 2 + 22px) !important;
  margin: 22px auto 0 !important;
}

.da-atelier-grid p,
.da-atelier-grid-bottom p {
  min-height: 120px !important;
  height: 120px !important;
  padding: 18px 24px !important;
  margin: 0 !important;
  background: #f7f3ee !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  text-align: center !important;
  font-size: 0.98rem !important;
  line-height: 1.45 !important;
  color: #6b7774 !important;
}

.da-atelier-grid p:empty,
.da-atelier-grid-bottom p:empty {
  display: none !important;
}

@media (max-width: 850px) {
  .da-atelier-grid,
  .da-atelier-grid-bottom {
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }

  .da-atelier-grid p,
  .da-atelier-grid-bottom p {
    height: auto !important;
    min-height: 90px !important;
  }
}.da-courses-page {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 24px 110px;
  background: #f7f3ee;
}

.da-courses-hero {
  padding: 120px 40px 90px;
  text-align: center;
}

.da-courses-kicker {
  margin: 0 0 20px;
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c99b6b;
}

.da-courses-hero h1,
.da-course-content h2 {
  margin: 0;
  font-weight: 400;
  line-height: 1.06;
  color: #0e3d45;
}

.da-courses-hero h1 {
  font-size: clamp(3rem, 5vw, 5.4rem);
}

.da-courses-hero p {
  max-width: 760px;
  margin: 34px auto 0;
  font-size: 1.18rem;
  line-height: 1.9;
  color: #6b7774;
}

.da-course-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  background: #ffffff;
  padding: 70px;
}

.da-course-image {
  height: 620px;
  overflow: hidden;
}

.da-course-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.da-course-content h2 {
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  margin-bottom: 30px;
}

.da-course-text {
  font-size: 1.08rem;
  line-height: 1.9;
  color: #6b7774;
}

.da-course-meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 40px 0;
}

.da-course-meta span {
  color: #0e3d45;
  font-size: 0.98rem;
  letter-spacing: 0.04em;
}

.da-course-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  padding: 0 36px 4px;
  background: #c99b6b;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.86rem;
}

.da-courses-coming {
  padding: 110px 30px 20px;
  text-align: center;
}

.da-courses-coming blockquote {
  margin: 0;
  font-size: clamp(2.5rem, 4vw, 4.6rem);
  line-height: 1.3;
  font-weight: 300;
  color: #0e3d45;
}

.da-courses-coming p {
  max-width: 700px;
  margin: 36px auto 0;
  font-size: 1.08rem;
  line-height: 1.9;
  color: #6b7774;
}

@media (max-width: 850px) {

  .da-courses-page {
    padding: 0 18px 80px;
  }

  .da-course-feature {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 28px;
  }

  .da-course-image img {
    height: auto;
  }

  .da-courses-coming {
    padding-top: 70px;
  }

}.da-course-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 34px 0;
}

.da-course-highlights p {
  margin: 0;
  padding: 30px 24px;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  background: #f7f3ee;

  color: #6b7774;
  font-size: 1rem;
  line-height: 1.6;

  min-height: 120px;
}

.da-course-price {
  margin: 30px 0 0;
  font-size: 1.15rem;
  line-height: 1.8;
  color: #0e3d45;
}

@media (max-width: 850px) {
  .da-course-highlights {
    grid-template-columns: 1fr;
  }
}/* Kurs-Highlights: leeren Zusatzkasten entfernen */

.da-course-highlights::after {
  display: none !important;
  content: none !important;
}

.da-course-highlights p:nth-child(n+7) {
  display: none !important;
}

.da-course-highlights p:empty {
  display: none !important;
}.da-course-start {
  margin: 18px 0 30px;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c49a6c;
}

.da-course-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 420px;
  height: 92px;

  background: #c49a6c;
  color: #ffffff;

  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;

  font-size: 1.05rem;
  line-height: 1;

  padding: 0;
}
.da-course-content {
  text-align: center;
}.da-course-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}.da-course-image-column {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.da-course-image-column img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}.da-coming-soon {
  padding: 220px 40px;
  text-align: center;
  background: #f7f3ef;
}

.da-coming-soon {
  padding: 120px 40px;
  text-align: center;
  background: #f7f3ef;
}

.da-coming-soon h2 {
  max-width: 1000px;
  margin: 0 auto;

  font-family: "Cormorant Garamond", serif;
  font-size: 2.9rem;
  line-height: 1.3;
  font-weight: 400;

  color: #0e3b44;
}/* FAQ */

.artclub-faq-list {
  max-width: 980px;
  margin: 0 auto;
}

.artclub-faq-item {
  padding: 42px 0;
  border-bottom: 1px solid #e7dfd7;
}

.artclub-faq-item h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.01em;
  color: #12343b;
  margin-bottom: 22px;
}

.artclub-faq-item p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.08rem;
  line-height: 1.9;
  color: #5f666d;
  max-width: 920px;
  margin-bottom: 18px;
}

.artclub-faq-item strong {
  color: #12343b;
}.artclub-faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.artclub-faq-item {
  border-bottom: 1px solid #e7dfd7;
  padding: 0;
}

.artclub-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 24px 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 500;
  color: #12343b;
}

.artclub-faq-item summary::-webkit-details-marker {
  display: none;
}

.artclub-faq-item summary::after {
  content: "+";
  float: right;
  color: #c49a6c;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  margin-left: 20px;
}

.artclub-faq-item[open] summary::after {
  content: "–";
}

.artclub-faq-item p {
  margin: 0 0 20px;
  max-width: 820px;
  font-size: 1.02rem;
  line-height: 1.8;
  color: #5f666d;
}.feature-card:last-child a {
  margin-top: 30px;
  display: inline-block;
}@media only screen and (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }
}/* Header beim Scrollen – Desktop */

@media (min-width: 769px) {

  .site-header.header-scrolled {
    margin-top: 0 !important;
  }

  .site-header.header-scrolled .topbar {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .site-header.header-scrolled .header-logo {
    padding: 14px 20px !important;
  }

  .site-header.header-scrolled .header-logo img {
    max-width: 360px !important;
  }

  .site-header.header-scrolled .main-nav-wrap {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

}
}/* TOPBAR VERLAUF FINAL */

.site-header > .topbar {
  background: linear-gradient(135deg, #0B3641 0%, #164f58 48%, #2F6A70 100%) !important;
  background-color: #0B3641 !important;
}

.site-header > .topbar .topbar-inner {
  background: transparent !important;
}.site-header .main-nav a:first-child {
  color: #223538 !important;
}

.site-header .main-nav a:first-child::after {
  display: none !important;
}

.site-header .main-nav a.active {
  color: #c49a6c !important;
  position: relative !important;
}

.site-header .main-nav a.active::after {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: #c49a6c;
}/* MOBILE KURSE */

@media only screen and (max-width: 768px) {

  .da-courses-page {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .da-courses-hero,
  .da-course-feature,
  .da-coming-soon {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
    box-sizing: border-box !important;
  }

  .da-course-feature {
    display: block !important;
  }

  .da-course-feature > * {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .da-course-feature h2 {
    font-size: 42px !important;
    line-height: 1.05 !important;
  }

  .da-course-feature p,
  .da-course-feature li {
    font-size: 17px !important;
    line-height: 1.65 !important;
  }

  .da-course-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .da-course-button {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    text-align: center !important;
    white-space: normal !important;
  }

}@media only screen and (max-width: 768px) {

  .da-course-feature {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .da-course-feature img {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }

}@media only screen and (max-width: 768px) {

  .da-course-feature img {
    width: 92% !important;
    max-width: 92% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }

}@media only screen and (max-width: 768px) {

  .da-courses-page,
  .da-course-section,
  .da-course-feature {
    padding-left: 22px !important;
padding-right: 22px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .da-course-feature-inner,
  .da-course-content {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }

}.menu-color-awakening {
  letter-spacing: 0.08em !important;
}/* Header CTA breiter */

.site-header .cta-button {
  padding: 12px 30px !important;
  min-width: 245px !important;
  text-align: center !important;
}.artschwestern-band-inner {
  display: grid;
  grid-template-columns: 1.2fr 320px 260px;
  align-items: center;
  gap: 50px;
}

.band-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}.artschwestern-band-inner {
  display: grid;
  grid-template-columns: 1fr 420px 220px;
  align-items: center;
  gap: 40px;
}

.band-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}.artschwestern-band h2 {
  color: #C5A179 !important;
}.artschwestern-band h2 {
  line-height: 1.05;
  margin-bottom: 20px;
}.artschwestern-band p {
  max-width: 320px;
}/* =========================
   GÖTTINNENKARTEN LANDINGPAGE
========================= */

.goettinnen-page {
  width: calc(100% - 80px) !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 70px 50px 0 !important;
  background: #F7F3EF !important;
  color: #5f6f73 !important;
  box-sizing: border-box !important;
}

/* HERO */

.goettinnen-hero {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 60px !important;
  align-items: center !important;
  margin: 0 0 80px !important;
  padding: 0 !important;
}

.goettinnen-hero-text h1 {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 56px !important;
  line-height: 1.02 !important;
  font-weight: 300 !important;
  color: #0B3641 !important;
  margin: 0 0 24px !important;
}

.goettinnen-kicker {
  display: block !important;
  margin-bottom: 18px !important;
  font-size: 12px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: #C5A179 !important;
}

.goettinnen-page p {
  font-size: 16px !important;
  line-height: 1.85 !important;
  color: #5f6f73 !important;
}

.goettinnen-hero-image img {
  width: 100% !important;
  height: 560px !important;
  object-fit: cover !important;
  display: block !important;
}

/* BUTTONS */

.goettinnen-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  line-height: 1 !important;
  min-width: 260px !important;
  height: 58px !important;
  padding: 0 28px !important;
  margin-top: 30px !important;
  background: #C5A179 !important;
  color: #ffffff !important;
  font-size: 13px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

/* INTRO */

.goettinnen-intro {
  padding: 0 0 70px !important;
  margin: 0 !important;
  text-align: left !important;
}

.goettinnen-intro-inner {
  max-width: 850px !important;
  margin: 0 auto !important;
}

.goettinnen-intro h2,
.goettinnen-collab h2,
.goettinnen-application h2,
.goettinnen-final h2 {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 46px !important;
  line-height: 1.08 !important;
  font-weight: 300 !important;
  color: #0B3641 !important;
  margin: 0 0 24px !important;
}

/* FEATURE-KARTEN */

.goettinnen-features {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
  padding: 0 0 80px !important;
  margin: 0 !important;
}

.goettinnen-feature {
  background: rgba(255,255,255,0.78) !important;
  border: 1px solid #eee7df !important;
  padding: 42px 36px !important;
  min-height: 330px !important;
  box-sizing: border-box !important;
}

.goettinnen-feature h3 {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 34px !important;
  line-height: 1.15 !important;
  font-weight: 300 !important;
  color: #0B3641 !important;
  margin: 0 0 22px !important;
  min-height: 78px !important;
}

.goettinnen-feature p {
  margin: 0 !important;
}

/* GROSSES BILD */

.goettinnen-large-image {
  padding: 0 0 80px !important;
  margin: 0 !important;
}

.goettinnen-large-image img {
  width: 100% !important;
  height: 580px !important;
  object-fit: cover !important;
  display: block !important;
}

/* COLLAB */

.goettinnen-collab {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 60px !important;
  align-items: center !important;
  padding: 60px !important;
  margin: 0 0 80px !important;
  background: rgba(255,255,255,0.72) !important;
  box-sizing: border-box !important;
}

.goettinnen-collab-image img {
  width: 100% !important;
  height: 500px !important;
  object-fit: cover !important;
  display: block !important;
}

/* APPLICATION */

.goettinnen-application {
  padding: 0 0 80px !important;
  margin: 0 !important;
  text-align: center !important;
}

.goettinnen-application-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
  margin-top: 45px !important;
}

.goettinnen-application-item {
  background: rgba(255,255,255,0.78) !important;
  border: 1px solid #eee7df !important;
  padding: 28px 24px !important;
  color: #0B3641 !important;
  box-sizing: border-box !important;
}

/* FINAL CTA */

.goettinnen-final {
  padding: 90px 70px !important;
  margin: 0 !important;
  text-align: center !important;
  background: linear-gradient(135deg, #0B3641 0%, #1E5961 45%, #3B7A80 100%) !important;
  color: #ffffff !important;
  box-sizing: border-box !important;
}

.goettinnen-final h2,
.goettinnen-final p {
  color: #ffffff !important;
}

/* MOBILE */

@media (max-width: 768px) {
  .goettinnen-page {
    width: 100% !important;
    max-width: 100% !important;
    padding: 50px 22px 0 !important;
  }

  .goettinnen-hero,
  .goettinnen-collab,
  .goettinnen-features,
  .goettinnen-application-grid {
    grid-template-columns: 1fr !important;
  }

  .goettinnen-hero-text h1 {
    font-size: 42px !important;
  }

  .goettinnen-intro h2,
  .goettinnen-collab h2,
  .goettinnen-application h2,
  .goettinnen-final h2 {
    font-size: 38px !important;
  }

  .goettinnen-hero-image img,
  .goettinnen-large-image img,
  .goettinnen-collab-image img {
    height: auto !important;
  }

  .goettinnen-collab,
  .goettinnen-final {
    padding: 45px 26px !important;
  }

  .goettinnen-button {
    width: 100% !important;
    min-width: 0 !important;
  }
}/* GÖTTINNEN – FEATURE-KARTEN FEINSCHLIFF */

.goettinnen-features {
  padding-bottom: 70px !important;
}

.goettinnen-feature {
  min-height: 260px !important;
  padding: 34px 32px !important;
  text-align: center !important;
  justify-content: flex-start !important;
}

.goettinnen-feature h3 {
  min-height: auto !important;
  margin-bottom: 24px !important;
  text-align: center !important;
}

.goettinnen-feature p {
  text-align: center !important;
}/* GÖTTINNEN – FEATURE-KARTEN AUSRICHTUNG */

.goettinnen-feature {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

.goettinnen-feature h3 {
  font-size: 32px !important;
  line-height: 1.12 !important;
  min-height: 78px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.goettinnen-feature p {
  margin-top: 0 !important;
  min-height: 95px !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
}.hero-actions {
  display: flex;
  gap: 26px;
  align-items: center;
  margin-top: 42px;
}/* HERO BUTTONS ETWAS HÖHER */

.hero-actions {
  margin-top: -10px !important;
}/* FEATURE LINKS EXAKT AUF EINE HÖHE */

.feature-card {
  display: grid !important;
  grid-template-rows: auto auto 1fr auto !important;
}

.feature-card p {
  margin-bottom: 0 !important;
}

.feature-card a {
  align-self: start !important;
  margin-top: 34px !important;
}html {
  scroll-behavior: smooth;
}

.scroll-anchor {
  position: relative;
  top: -260px;
  height: 0;
  display: block;
}/* DANI-BEREICH KOMPAKTER */

.about-dani-content {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.about-dani-content h2 {
  margin-bottom: 18px !important;
}

.about-dani-content p {
  line-height: 1.75 !important;
  margin-bottom: 18px !important;
}

.about-dani-content .outline-button {
  margin-top: 4px !important;
}.da-about-intro h1 {
  font-size: 58px !important;
  line-height: 0.92 !important;
}.da-about-projects-flow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  max-width: 1400px;
  margin: 120px auto;
  padding: 0 80px;
}/* DANI – STORY SECTIONS */

.da-story-sections {
  width: calc(100% - 80px);
  max-width: 1180px;
  margin: 120px auto;
}

.da-story-box {
  padding: 70px 80px 40px 80px;
  margin-bottom: 38px;

  background: rgba(255,255,255,0.62);
  border: 1px solid #eee7df;

  box-sizing: border-box;
}

.da-story-box .da-about-kicker {
  color: #C5A179;
  font-size: 15px;
  letter-spacing: 0.18em;
  text-transform: uppercase;

  margin-bottom: 36px;
}

.da-story-box p {
  font-size: 18px;
  line-height: 1.9;
  color: #5f6f73;

  margin-bottom: 26px;
}

.da-offer-list {
  margin-top: 50px;

  display: flex;
  flex-direction: column;
  gap: 26px;
}

.da-offer-item {
  padding-left: 6px;
}

.da-offer-item h3 {
  margin-bottom: 12px;

  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 400;

  color: #0B3641;
}

.da-offer-item p {
  margin-bottom: 0;
}

.da-story-box-dark {
  background: linear-gradient(
    135deg,
    #0B3641 0%,
    #1E5961 45%,
    #3B7A80 100%
  );
}

.da-story-box-dark .da-about-kicker,
.da-story-box-dark p,
.da-story-box-dark strong,
.da-story-box-dark h3 {
  color: #ffffff;
}

@media (max-width: 900px) {

  .da-story-sections {
    width: 100%;
    padding: 0 24px;
  }

  .da-story-box {
    padding: 50px 30px;
  }

  .da-offer-item h3 {
    font-size: 28px;
  }

}/* DANI STORY BLOCK – FEINSCHLIFF */

.da-story-sections {
  margin-top: 50px !important;
}

.da-story-box .da-about-kicker {
  font-size: 22px !important;
  letter-spacing: 0.12em !important;
}

.da-story-box-dark {
  background: rgba(255,255,255,0.62) !important;
}

.da-story-box-dark .da-about-kicker {
  color: #C5A179 !important;
}

.da-story-box-dark p,
.da-story-box-dark strong {
  color: #5f6f73 !important;
}/* STORY BLOCK FEINSCHLIFF */

.da-story-sections {
  margin-top: 20px !important;
}

.da-offer-item h3 {
  font-family: "Montserrat", sans-serif !important;

  font-size: 22px !important;

  font-weight: 600 !important;

  letter-spacing: 0.02em !important;

  line-height: 1.3 !important;

  color: #0B3641 !important;

  margin-bottom: 14px !important;
}.da-story-card:last-child {
  padding-top: 50px !important;
}.da-beliefs p {
  line-height: 1.35 !important;

  margin-bottom: 28px !important;
}/* MEINE ANGEBOTE */

.da-story-box{
  padding:42px 42px 0px;
}

.da-offer-list{
  display:flex;
  flex-direction:column;
  gap:14px;
  margin-top:18px;
}

.da-offer-item{
  padding:14px 18px;
  border-radius:18px;
}

.da-offer-item h3{
  margin:0 0 6px;
  line-height:1.2;
  font-weight:600;
  color:#5f6f73;
}

.da-offer-item p{
  margin:0;
  line-height:1.5;
  color:#5f6f6b;
}/* MEINE ANGEBOTE – final erzwingen */

.da-story-box{
  padding-bottom:10px !important;
}

.da-story-box .da-offer-item h3{
  color:#5f6f73 !important;
  font-weight:500 !important;
}

.da-story-box .da-offer-item{
  padding-top:14px !important;
  padding-bottom:14px !important;
}

.da-story-box .da-offer-list{
  gap:14px !important;
  margin-bottom:0 !important;
}/* Unteren Leerraum in MEINE ANGEBOTE wirklich entfernen */

.da-story-box .da-offer-list{
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}

.da-story-box .da-offer-item:last-child{
  margin-bottom:0 !important;
  padding-bottom:10px !important;
}

.da-story-box .da-offer-item:last-child p{
  margin-bottom:0 !important;
}

.da-story-box{
  min-height:0 !important;
  height:auto !important;
}/* MEINE ANGEBOTE */

.da-story-sections .da-story-box:first-child{
  padding:42px 42px 18px 42px !important;
}

.da-story-sections .da-story-box:first-child .da-offer-list{
  margin-top:18px !important;
  gap:14px !important;
}

.da-story-sections .da-story-box:first-child .da-offer-item{
  padding:10px 18px !important;
}

.da-story-sections .da-story-box:first-child .da-offer-item h3{
  margin:0 0 6px 0 !important;
  font-family:"Montserrat",sans-serif !important;
  font-size:22px !important;
  font-weight:500 !important;
  line-height:1.3 !important;
  color:#5f6f73 !important;
}

.da-story-sections .da-story-box:first-child .da-offer-item p{
  margin:0 !important;
  line-height:1.5 !important;
}/* Abstand ÜBER dem Kasten reduzieren */

.da-story-sections{
  margin-top:20px !important;
  margin-bottom:40px !important;
}

/* MEINE ANGEBOTE kompakter */

.da-story-sections .da-story-box:first-child{
  padding:42px 42px 12px 42px !important;
  margin-bottom:20px !important;
}

/* Abstand unter Einleitung verkleinern */

.da-story-sections .da-story-box:first-child .da-offer-list{
  margin-top:18px !important;
  gap:14px !important;
}

/* Angebots-Elemente kompakter */

.da-story-sections .da-story-box:first-child .da-offer-item{
  padding:8px 18px !important;
}

/* Überschriften */

.da-story-sections .da-story-box:first-child .da-offer-item h3{
  margin:0 0 6px 0 !important;
  font-family:"Montserrat",sans-serif !important;
  font-size:22px !important;
  font-weight:500 !important;
  line-height:1.3 !important;
  color:#5f6f73 !important;
}

/* Text */

.da-story-sections .da-story-box:first-child .da-offer-item p{
  margin:0 !important;
  line-height:1.5 !important;
}

/* Letzten Abstand unten entfernen */

.da-story-sections .da-story-box:first-child .da-offer-item:last-child{
  padding-bottom:0 !important;
}

.da-story-sections .da-story-box:first-child .da-offer-item:last-child p{
  margin-bottom:0 !important;
}/* STORY-BEREICH: Luft oberhalb + Box-Höhen korrigieren */

/* Abstand zwischen vorherigem Abschnitt und Story-Boxen */
.da-story-sections{
  margin-top:0 !important;
  padding-top:0 !important;
}

/* Abstand ZWISCHEN den Kästen */
.da-story-box{
  margin-bottom:24px !important;
}

/* Inhalt im Kasten deutlich kompakter */
.da-story-box{
  padding-top:38px !important;
  padding-right:80px !important;
  padding-bottom:22px !important;
  padding-left:80px !important;
}

/* Absätze dürfen unten keinen Extra-Abstand erzeugen */
.da-story-box p:last-child,
.da-story-box .da-offer-list:last-child,
.da-story-box .da-offer-item:last-child,
.da-story-box .da-offer-item:last-child p{
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}

/* Falls der Abstand vom vorherigen Block kommt */
.da-story-sections + .da-story-sections,
.da-story-card + .da-story-sections,
.da-beliefs + .da-story-sections{
  margin-top:0 !important;
  padding-top:0 !important;
}/* BELIEFS – Variante B: dunkler Editorial-Abschluss */

.da-belief-section{
  max-width:1200px;
  width:calc(100% - 80px);
  margin:70px auto 0;
  padding:0;

  display:grid;
  grid-template-columns:1fr 0.95fr;
  align-items:stretch;

  background:linear-gradient(
  135deg,
  #0B3641 0%,
  #164f58 48%,
  #2F6A70 100%
);
  box-sizing:border-box;
  overflow:hidden;
}

/* Text links */

.da-beliefs{
  padding:80px 70px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.da-beliefs p{
  margin:0 0 22px;
  font-family:"Montserrat", sans-serif;
  font-size:24px;
  line-height:1.45;
  font-weight:300;
  color:rgba(255,255,255,0.86);
}

.da-belief-signoff{
  margin-top:34px !important;
  margin-bottom:0 !important;
  font-size:14px !important;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:#C5A179 !important;
}

/* Bild rechts */

.da-belief-editorial-image{
  min-height:620px;
  overflow:hidden;
}

.da-belief-editorial-image::before,
.da-belief-editorial-image::after{
  display:none !important;
  content:none !important;
}

.da-belief-editorial-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center;
  border:0 !important;
  box-shadow:none !important;
}

/* Mobile */

@media (max-width:900px){
  .da-belief-section{
    width:100%;
    grid-template-columns:1fr;
  }

  .da-beliefs{
    padding:52px 28px;
  }

  .da-beliefs p{
    font-size:21px;
    line-height:1.45;
  }

  .da-belief-editorial-image{
    min-height:auto;
  }

  .da-belief-editorial-image img{
    height:auto;
  }
}.da-belief-section{
  margin:10px auto 0 !important;
}.da-story-sections{
  margin-bottom:20px !important;
  padding-bottom:0 !important;
}

.da-story-box:last-child{
  margin-bottom:0 !important;
}.site-footer,
.site-footer .site-footer-inner,
.site-footer .footer-inner{
  background-image:linear-gradient(
    135deg,
    #0B3641 0%,
    #164f58 48%,
    #2F6A70 100%
  ) !important;

  background-color:#0B3641 !important;
}/* Übergang vor BELIEFS weicher machen */

.da-belief-section{
  margin-top:55px !important;
  position:relative;
}

.da-belief-section::before{
  content:"";
  position:absolute;
  top:-28px;
  left:50%;
  transform:translateX(-50%);
  width:120px;
  height:1px;
  background:#C5A179;
  opacity:0.55;
}/* Übergang vor BELIEFS – sichtbare feine Linie */

.da-belief-section{
  margin-top:55px !important;
  border-top:1px solid rgba(197,161,121,0.55) !important;
  padding-top:0 !important;
}/* BELIEFS – echter Übergang */

.da-belief-section{
  position:relative;

  margin-top:90px !important;

  background:linear-gradient(
    135deg,
    #0B3641 0%,
    #164f58 48%,
    #2F6A70 100%
  ) !important;
}

/* Verbindungselement */

.da-belief-section::before{
  content:"";

  position:absolute;

  top:-70px;
  left:120px;

  width:1px;
  height:70px;

  background:linear-gradient(
    to bottom,
    rgba(197,161,121,0),
    rgba(197,161,121,0.65)
  );
}

/* kleine horizontale Linie */

.da-belief-section::after{
  content:"";

  position:absolute;

  top:-70px;
  left:120px;

  width:90px;
  height:1px;

  background:rgba(197,161,121,0.55);
}/* GOLDENE ÜBERGANGS-HEADLINE */

.da-belief-bridge{
  width:calc(100% - 80px);
  max-width:1180px;
  margin:70px auto 34px;
  text-align:center;
}

.da-belief-bridge h2{
  margin:0;
  font-family:"Playfair Display", serif;
  font-size:clamp(2.6rem, 5vw, 5rem);
  line-height:1.08;
  font-weight:400;
  letter-spacing:0.02em;
  color:#c99b6b;
}

.da-belief-section{
  margin-top:0 !important;
}/* GOLDENE ÜBERGANGS-HEADLINE */

.da-belief-bridge{
  width:calc(100% - 80px);
  max-width:1180px;

  margin:40px auto 18px;

  text-align:left;
}

.da-belief-bridge h2{
  max-width:980px;

  margin:0 auto;

  font-family:"Playfair Display", serif;
  font-size:clamp(2.3rem, 4.6vw, 4.8rem);
  line-height:1.02;
  font-weight:400;
  letter-spacing:0.01em;

  color:#c99b6b;
}/* BELIEF BRIDGE – elegante Einzeile */

.da-belief-bridge{
  width:calc(100% - 80px);
  max-width:1180px;

  margin:42px auto 26px;
}

.da-belief-bridge h2{
  margin:0;

  font-family:"Playfair Display", serif;
  font-size:clamp(2.2rem, 4vw, 4.4rem);
  line-height:1.05;
  font-weight:400;
  letter-spacing:0.01em;

  color:#c99b6b;

  white-space:nowrap;
}/* BELIEF BRIDGE – elegante Einzeile zentriert */

.da-belief-bridge{
  width:calc(100% - 80px);
  max-width:1180px;

  margin:42px auto 26px;

  text-align:center;
}

.da-belief-bridge h2{
  margin:0;

  font-family:"Playfair Display", serif;
  font-size:clamp(2.2rem, 4vw, 4.4rem);
  line-height:1.05;
  font-weight:400;
  letter-spacing:0.01em;

  color:#c99b6b;

  white-space:nowrap;
}/* BELIEF BRIDGE – wirklich zentriert */

.da-belief-bridge{
  width:calc(100% - 80px) !important;
  max-width:1180px !important;
  margin:42px auto 26px !important;
  text-align:center !important;
}

.da-belief-bridge h2{
  width:100% !important;
  max-width:none !important;
  margin:0 auto !important;
  display:block !important;

  font-family:"Playfair Display", serif !important;
  font-size:clamp(2.2rem, 4vw, 4.4rem) !important;
  line-height:1.05 !important;
  font-weight:400 !important;
  letter-spacing:0.01em !important;
  color:#c99b6b !important;

  white-space:nowrap !important;
  text-align:center !important;
}/* MOBILE SLIDER DOTS */

.mobile-slider-dots {
  display: none;
}

@media (max-width: 768px) {

  .mobile-slider-dots {
    display: flex;

    justify-content: center;

    gap: 10px;

    margin-top: 18px;

    margin-bottom: 10px;
  }

  .mobile-slider-dots span {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #C5A179;

    opacity: 0.35;
  }

  .mobile-slider-dots span:first-child {
    opacity: 1;
  }

}/* MOBILE ARTSCHWESTERN – CLEAN BLOCK */

@media (max-width: 768px) {

  .artclub-page {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
  }

  .artclub-hero {
    display: block !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .artclub-hero::after {
    display: none !important;
    content: none !important;
  }

  .artclub-hero > div:first-child {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 48px 28px 42px !important;
    box-sizing: border-box !important;
    text-align: left !important;
  }

  .artclub-hero h1 {
    font-size: 42px !important;
    line-height: 1.08 !important;
    margin: 18px 0 24px !important;
    text-align: left !important;
  }

  .artclub-hero p {
    font-size: 18px !important;
    line-height: 1.7 !important;
    text-align: left !important;
  }

  .artclub-hero-image {
    width: 100% !important;
    height: 340px !important;
    margin: 6px 0 0 !important;
    background-size: cover !important;
    background-position: 68% center !important;
    background-color: #f7f3ef !important;
  }

  .artclub-intro {
    display: flex !important;
    flex-direction: column !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .artclub-text-box {
    order: 1 !important;
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    padding: 42px 30px !important;
  }

  .artclub-soft-image {
    order: 2 !important;
    width: 100% !important;
    height: 420px !important;
    min-height: auto !important;
    margin-bottom: 24px !important;
    padding: 0 !important;
    background-size: cover !important;
    background-position: center !important;
  }

  .artclub-text-box h2 {
    font-size: 52px !important;
    line-height: 1.02 !important;
    margin-bottom: 26px !important;
  }

  .artclub-text-box p {
    font-size: 18px !important;
    line-height: 1.8 !important;
  }

  .artclub-membership-detail {
    display: none !important;
  }

  .artclub-cards-head {
    padding: 0 24px !important;
    margin-bottom: 28px !important;
  }

  .artclub-cards-head h2 {
    font-size: 42px !important;
    line-height: 1.12 !important;
  }

  .artclub-cards {
    display: block !important;
  }

  .artclub-card {
    padding: 38px 28px !important;
    margin-bottom: 24px !important;
  }

  .artclub-card span:first-child {
    font-size: 20px !important;
    letter-spacing: 0.18em !important;
  }

  .artclub-card h3 {
    font-size: 34px !important;
    line-height: 1.18 !important;
    margin: 22px 0 24px !important;
  }

  .artclub-card ul {
    padding-left: 24px !important;
    margin: 22px 0 28px !important;
  }

  .artclub-card li {
    font-size: 18px !important;
    line-height: 1.7 !important;
    margin-bottom: 10px !important;
  }

  .artclub-card .artclub-button {
    width: 100% !important;
    text-align: center !important;
    box-sizing: border-box !important;
    padding: 18px 20px !important;
    font-size: 18px !important;
  }  .artclub-testimonial-section {
    margin-top: -70px !important;
    padding-top: 0 !important;
    padding-bottom: 54px !important;
  }

  .artclub-testimonial-section h2 {
    display: block !important;
    text-align: center !important;
    margin-bottom: 28px !important;
    padding: 0 24px !important;
    font-size: 34px !important;
    line-height: 1.2 !important;
  }

  .artclub-testimonials {
    display: flex !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 0 !important;
    padding: 0 28px 8px !important;
    box-sizing: border-box !important;
  }

  .artclub-testimonials::-webkit-scrollbar {
    display: none !important;
  }

  .artclub-quote {
    flex: 0 0 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    scroll-snap-align: center !important;
    box-sizing: border-box !important;
    padding: 42px 34px !important;
    text-align: center !important;
  }

  .testimonial-slider-dots {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    margin-top: 18px !important;
  }

  .testimonial-slider-dots span {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: #C5A179 !important;
    opacity: 0.45 !important;
  }

}@media (max-width: 767px) {

  .artclub-faq {
    padding-top: 70px !important;
  }

  .artclub-faq h2 {
    font-size: 62px !important;
    line-height: 1.12 !important;
    margin-bottom: 26px !important;
    padding: 0 10px !important;
  }

  .artclub-faq-intro {
    font-size: 18px !important;
    line-height: 1.75 !important;
    padding: 0 18px !important;
    margin-bottom: 46px !important;
  }

  .artclub-faq-item {
    padding: 28px 22px !important;
  }

  .artclub-faq-question {
    font-size: 28px !important;
    line-height: 1.25 !important;
    max-width: calc(100% - 42px) !important;
  }

  .artclub-faq-toggle {
    font-size: 34px !important;
    right: 22px !important;
    top: 32px !important;
  }

}@media (max-width: 768px) {

  .artclub-final-cta .artclub-button {
    width: 86% !important;
    max-width: 360px !important;
    margin: 0 auto 20px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 18px 22px !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }

}

/* DESKTOP ARTSCHWESTERN – INTRO WIEDERHERSTELLEN */

@media (min-width: 769px) {

  .artclub-intro {
    display: grid !important;
    grid-template-columns: 0.9fr 1.1fr !important;
    gap: 50px !important;

    margin-top: 0 !important;
    margin-bottom: 80px !important;

    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .artclub-soft-image,
  .artclub-text-box {
    width: auto !important;
    height: 520px !important;
    min-height: 520px !important;
    order: initial !important;
  }

  .artclub-text-box {
    padding: 60px 55px !important;
  }

}@media (min-width: 769px) {

  .artclub-intro {
    margin-top: -140px !important;
  }

}/* DESKTOP ARTSCHWESTERN – CLUB-ÜBERGANG BEREINIGEN */

@media (min-width: 769px) {

  .artclub-intro::before,
  .artclub-intro::after {
    display: none !important;
    content: none !important;
  }

  .artclub-intro {
    margin-top: 40px !important;
  }

}/* HERO BILDER GETRENNT: DESKTOP / MOBILE */

@media (min-width: 769px) {

  .artclub-hero-image {
    background-image: url("https://www.danisart.at/staging-danisart/media/ArtSchwestern-Header.png") !important;
    background-position: center center !important;
    background-size: cover !important;
  }

}

@media (max-width: 768px) {

  .artclub-hero-image {
    background-image: url("https://www.danisart.at/staging-danisart/media/ArtSchwester-mit-Zoom.png") !important;
    background-position: 68% center !important;
    background-size: cover !important;
  }

}/* DESKTOP: Buttons auf gleiche Höhe */

@media (min-width: 769px) {

  .artclub-card {
    display: flex !important;
    flex-direction: column !important;
  }

  .artclub-card ul {
    flex-grow: 1 !important;
  }

  .artclub-card .artclub-button {
    margin-top: auto !important;
  }

}@media (max-width: 768px) {

  .shop-book-image,
  .book-image,
  .buch-image {
    padding: 20px 20px 10px !important;
  }


}@media (max-width: 768px) {

  .shop-book-section,
  .book-section {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

}/* MOBILE SHOP – HERO BREITE FIX */

@media (max-width: 768px) {

  .da-shop-page,
  .da-shop-hero {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .da-shop-hero {
    display: block !important;
    padding: 48px 28px !important;
  }

  .da-shop-hero img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

}/* MOBILE ABOUT IMAGE TEXT FIX */

@media (max-width: 768px) {

  .da-about-image-text {
    display: flex !important;
    flex-direction: column !important;
    gap: 32px !important;

    width: 100% !important;
    max-width: 100% !important;

    padding: 10px 28px !important;
    box-sizing: border-box !important;

    overflow: hidden !important;
  }

  .da-about-image-text img,
  .da-about-image-text .wp-block-image {
    width: 100% !important;
    max-width: 100% !important;
  }

}@media (max-width: 768px) {

  .da-about-storyblock {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 48px 22px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .da-about-storyblock h2 {
    font-size: 40px !important;
    line-height: 1.08 !important;
    max-width: 100% !important;
    text-align: center !important;
  }

  .da-about-storyblock p {
    font-size: 18px !important;
    line-height: 1.75 !important;
    max-width: 100% !important;
    text-align: center !important;
  }

}@media (max-width: 768px) {

  .da-about-storyblock-inner {
    max-width: 100% !important;
    padding: 42px 24px !important;
    box-sizing: border-box !important;
  }

  .da-about-storyblock-inner h2 {
    font-size: 52px !important;
    line-height: 1.08 !important;
  }

  .da-about-storyblock-inner p {
    font-size: 18px !important;
    line-height: 1.75 !important;
  }

}@media (max-width: 768px) {

  .da-story-sections {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 8px !important;
    box-sizing: border-box !important;
  }

  .da-story-box {
    width: 100% !important;
    max-width: 100% !important;
    padding: 38px 22px 34px !important;
    margin: 0 0 24px 0 !important;
    box-sizing: border-box !important;
  }

  .da-story-box p {
    font-size: 18px !important;
    line-height: 1.75 !important;
  }

  .da-story-box h3,
  .da-story-box .da-offer-item h3 {
    font-size: 24px !important;
    line-height: 1.25 !important;
  }

}@media (max-width: 768px) {

  .da-story-sections {
    padding: 0 !important;
    margin: 0 !important;
  }

  .da-story-box {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;

    margin-left: calc(50% - 50vw + 12px) !important;
    margin-right: 12px !important;
    margin-bottom: 24px !important;

    padding: 34px 20px !important;
    box-sizing: border-box !important;
  }

}@media (max-width: 768px) {

  .da-beliefs {
    padding: 42px 24px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

}@media (max-width: 768px) {

  .da-belief-section h2,
  .da-belief-section .da-belief-editorial {
    font-size: 34px !important;
    line-height: 1.25 !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
    overflow-wrap: break-word !important;
  }

}@media (max-width: 768px) {

  .da-belief-editorial {
    width: 100% !important;
    max-width: 100% !important;

    padding: 0 22px !important;
    box-sizing: border-box !important;

    font-size: 34px !important;
    line-height: 1.25 !important;

    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

}@media (max-width: 768px) {

  .da-belief-bridge {
    padding: 12px 14px 6px !important;
  }

  .da-belief-bridge h2 {
    font-size: 32px !important;
    line-height: 1.18 !important;

    max-width: 100% !important;
    width: 100% !important;

    margin: 0 auto !important;
    padding: 0 10px !important;

    white-space: normal !important;
    text-align: center !important;
  }

}@media (max-width: 768px) {

  /* Grüner Kasten gleiche Breite wie oben */
  .da-beliefs {
    width: calc(100% - 48px) !important;
    margin: 0 auto !important;

    padding: 46px 22px !important;
    box-sizing: border-box !important;
  }

  /* Goldener Satz genau zweizeilig */
  .da-belief-bridge h2 {
    font-size: 30px !important;
    line-height: 1.2 !important;

    max-width: 300px !important;
    margin: 0 auto !important;

    text-align: center !important;
    white-space: normal !important;
  }

}@media (max-width: 768px) {

  .da-belief-section {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: border-box !important;
  }

  .da-beliefs {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 42px 24px !important;
    box-sizing: border-box !important;
  }

}@media (max-width: 768px) {

  .da-belief-section {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 24px !important;
    box-sizing: border-box !important;
  }

  .da-beliefs {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 42px 24px !important;
    box-sizing: border-box !important;
  }

}@media (max-width: 768px) {

  .da-belief-section .da-beliefs {
    width: calc(100vw - 48px) !important;
    max-width: calc(100vw - 48px) !important;

    margin-left: auto !important;
    margin-right: auto !important;

    padding: 42px 24px !important;
    box-sizing: border-box !important;
  }

}@media (max-width: 768px) {

  .da-belief-section {
    display: block !important;
    grid-template-columns: none !important;
    padding: 0 24px !important;
    box-sizing: border-box !important;
  }

  .da-beliefs {
    width: 100% !important;
    max-width: 100% !important;
    padding: 42px 24px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  .da-belief-editorial-image {
    display: none !important;
  }

}@media (max-width: 768px) {

  .da-belief-section {
    display: flex !important;
    flex-direction: column !important;

    width: calc(100vw - 48px) !important;
    max-width: calc(100vw - 48px) !important;

    margin-left: calc(50% - 50vw + 24px) !important;
    margin-right: 0 !important;

    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .da-beliefs {
    width: 100% !important;
    max-width: 100% !important;
    padding: 34px 24px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  .da-belief-editorial-image {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .da-belief-editorial-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

}/* BLOG / ALTE BEITRÄGE – BASISLAYOUT */

.single-post-page {
  max-width: 1200px;
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 80px 40px;
  background: #F7F3EF;
  box-sizing: border-box;
}

.single-post-content {
  max-width: 820px;
  margin: 0 auto;
}

.single-post-content h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  line-height: 1.08;
  font-weight: 400;
  color: #0B3641;
  margin-bottom: 18px;
}

.single-post-meta {
  color: #C5A179;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 42px;
}

.single-post-body {
  font-size: 18px;
  line-height: 1.85;
  color: #5f6f73;
}

.single-post-body img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .single-post-page {
    width: 100%;
    padding: 50px 24px;
  }

  .single-post-content h1 {
    font-size: 38px;
  }
}/* PAGE ALT – ALTE SEITEN / DANKESEITEN */

.legacy-content-template {
  width: 100%;
  padding: 70px 24px 90px;
  background: #F7F3EF;
  box-sizing: border-box;
}

.legacy-content-inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.legacy-content-inner h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 44px;
  line-height: 1.12;
  font-weight: 400;
  color: #0B3641;
  text-align: center;
  margin: 0 auto 44px;
  max-width: 820px;
}

.legacy-page {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: #5f6f73;
  text-align: center;
}

.legacy-page p {
  margin: 0 0 24px;
}

.legacy-page blockquote {
  margin: 42px auto 24px;
  padding: 0;
  border: none;
  font-weight: 500;
  color: #0B3641;
}

.legacy-page hr {
  max-width: 620px;
  margin: 42px auto;
  border: none;
  border-top: 1px solid #d8cec3;
}

.legacy-page img,
.legacy-page iframe,
.legacy-page video {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .legacy-content-template {
    padding: 46px 20px 70px;
  }

  .legacy-content-inner {
    padding: 0;
  }

  .legacy-content-inner h1 {
    font-size: 34px;
    max-width: 100%;
    margin-bottom: 34px;
  }

  .legacy-page {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.75;
  }
}/* PAGE ALT – Breite an Header/Footer angleichen */

.legacy-content-template {
  max-width: 1200px !important;
  width: calc(100% - 80px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 768px) {
  .legacy-content-template {
    width: 100% !important;
    max-width: 100% !important;
  }
}/* MOBILE HEADER STICKY */

@media (max-width: 768px) {

  .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 999999 !important;
  }

}/* MOBILE STICKY TEST */

@media (max-width: 768px) {

  header.site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999999 !important;
  }

  body {
    padding-top: 220px !important;
  }

}/* MOBILE HEADER FINAL */

@media (max-width: 768px) {

  header.site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999999 !important;
  }

  

  body:has(.site-header.header-scrolled) {
    padding-top: 72px !important;
  }

}.da-shop-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}/* COMING SOON */

.da-coming-soon {
  padding: 140px 20px;
  background: #f7f1ea;
}

.da-coming-soon-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.da-coming-kicker {
  display: inline-block;
  margin-bottom: 24px;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c49a6c;
  font-family: 'Montserrat', sans-serif;
}

.da-coming-soon h1 {
  font-size: 72px;
  line-height: 1.1;
  margin-bottom: 40px;
  color: #0E3B44;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
}

.da-coming-soon p {
  font-size: 22px;
  line-height: 1.8;
  color: #4f6663;
  margin-bottom: 24px;
  font-family: 'Montserrat', sans-serif;
}

.da-coming-divider {
  width: 90px;
  height: 1px;
  background: #c49a6c;
  margin: 50px auto;
}

.da-coming-signoff {
  font-size: 16px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0E3B44 !important;
}

@media (max-width: 768px) {

  .da-coming-soon {
    padding: 100px 24px;
  }

  .da-coming-soon h1 {
    font-size: 48px;
  }

  .da-coming-soon p {
    font-size: 18px;
    line-height: 1.7;
  }

}/* SHOP BUTTON – TEXT OPTISCH ZENTRIEREN */

.da-shop-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 56px !important;
  padding: 0 36px !important;
  line-height: 1 !important;
}

.da-shop-button {
  transform: translateY(-4px);
}/* NUR SHOP – BESTELLBUTTONS TEXT ANHEBEN */

.da-shop-button-fix span {
  display: inline-block;
  transform: translateY(-2px);
}/* 404 SEITE – SAUBER */

.da-404-page {
  background: #f7f1ea;
  max-width: 1250px;
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 120px 24px;
  box-sizing: border-box;
}

.da-404-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.da-404-kicker {
  display: inline-block;
  margin-bottom: 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c49a6c;
}

.da-404-inner h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 58px;
  line-height: 1.08;
  font-weight: 400;
  color: #0E3B44;
  margin: 0 0 34px;
}

.da-404-inner p {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  line-height: 1.8;
  color: #5f6f73;
  margin: 0 auto 44px;
}

.da-404-buttons {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
}

.da-404-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 36px;
  background: #c99b6b;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-family: "Montserrat", sans-serif;
  font-size: 0.82rem;
}

.da-404-button.secondary {
  background: #0E3B44;
}

@media (max-width: 768px) {
  .da-404-page {
    width: calc(100% - 40px);
    padding: 90px 22px;
  }

  .da-404-inner h1 {
    font-size: 40px;
  }

  .da-404-inner p {
    font-size: 17px;
  }

  .da-404-button {
    width: 100%;
  }
}
/* ZAUBERFRAUEN BUCHSEITE */

.zauber-book-page {
  background: #f7f1ea;
}

.zauber-book-wrap {
  max-width: 1150px;
  width: calc(100% - 80px);
  margin: 0 auto;
  box-sizing: border-box;
}

.zauber-book-hero {
  padding: 100px 0 90px;
  background: #f7f1ea;
  text-align: center;
}

.zauber-book-kicker {
  margin: 0 0 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c99b6b;
}

.zauber-book-hero h1 {
  max-width: 760px;
  margin: 0 auto 34px;
  font-family: "Cormorant Garamond", serif;
  font-size: 64px;
  line-height: 1.08;
  font-weight: 400;
  color: #0E3B44;
}

.zauber-book-intro {
  max-width: 720px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  line-height: 1.9;
  color: #5f6f73;
}

.zauber-book-main {
  padding: 0 0 120px;
}

.zauber-book-box {
  display: block;
  background: #ffffff;
  padding: 60px 64px;
  margin-bottom: 34px;
  box-sizing: border-box;
}

.zauber-book-box h2 {
  max-width: 760px;
  margin: 0 0 28px;
  font-family: "Cormorant Garamond", serif;
  font-size: 46px;
  line-height: 1.12;
  font-weight: 400;
  color: #0E3B44;
}

.zauber-book-box p {
  max-width: 780px;
  margin: 0 0 22px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.85;
  color: #5f6f73;
}

.zauber-book-note {
  font-size: 15px !important;
}

.zauber-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 36px;
  margin-top: 22px;
  background: #c99b6b;
  color: #ffffff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-family: "Montserrat", sans-serif;
  font-size: 0.82rem;
  line-height: 1;
  box-sizing: border-box;
}

.zauber-book-btn span {
  display: inline-block;
  transform: translateY(-2px);
}

.zauber-book-btn.small {
  min-width: 170px;
  margin-top: 0;
}

.zauber-download {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
  padding: 28px 0;
  border-bottom: 1px solid #e4d8cc;
}

.zauber-download strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c99b6b;
}

.zauber-download p {
  margin: 0;
}

.zauber-book-final {
  text-align: center;
  padding: 70px 20px 20px;
}

.zauber-book-final p {
  margin: 0 0 18px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #5f6f73;
}

@media (max-width: 768px) {

  .zauber-book-wrap {
    width: calc(100% - 40px);
  }

  .zauber-book-hero {
    padding: 78px 0 62px;
  }

  .zauber-book-hero h1 {
    font-size: 44px;
  }

  .zauber-book-intro {
    font-size: 17px;
    line-height: 1.75;
  }

  .zauber-book-box {
    padding: 36px 24px;
  }

  .zauber-book-box h2 {
    font-size: 34px;
  }

  .zauber-book-box p {
    font-size: 16px;
  }

  .zauber-download {
    display: block;
  }

  .zauber-book-btn,
  .zauber-book-btn.small {
    width: 100%;
    margin-top: 18px;
  }


}/* ==========================================
   MOBILE HEADER + COLOR CODE CTA
========================================== */

@media (max-width: 768px) {

  .header-logo {
    padding: 12px 0 !important;
    text-align: center !important;
  }

  .header-logo a {
    display: inline-block !important;
    width: auto !important;
  }

  .header-logo img {
    display: block !important;
    max-width: 260px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto !important;
  }



  .main-nav-wrap {
    padding: 0 !important;
  }

  .mobile-menu summary {
    padding: 10px 0 !important;
  }

  .mobile-sticky-cta {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 44px !important;
  background: #c99b6b !important;
  color: #ffffff !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.10em !important;
  font-size: 0.72rem !important;
  font-family: "Montserrat", sans-serif !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

  .mobile-menu-cta {
    display: none !important;
  }

  body {
    padding-top: 235px !important;
  }

  body:has(.site-header.header-scrolled) {
    padding-top: 235px !important;
  }

}

@media (min-width: 769px) {

  .mobile-sticky-cta {
    display: none !important;
  }

}/* MOBILE HEADER – BEIM SCROLLEN KLEINER */

@media (max-width: 768px) {

  .site-header.header-scrolled .topbar {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .site-header.header-scrolled .header-logo {
    padding: 4px 0 !important;
  }

  .site-header.header-scrolled .header-logo img {
    max-width: 180px !important;
  }

  .site-header.header-scrolled .mobile-menu summary {
    padding: 4px 0 !important;
  }

}/* SEITE NICHT GEFUNDEN – WORDPRESS SEITE */

.da-error-page {
  max-width: 1350px;
  width: calc(100% - 80px);
  margin: 0 auto;
  background: #f7f1ea;
  padding: 40px 24px 120px;
  box-sizing: border-box;
}

.da-error-box {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.da-error-kicker {
  display: inline-block;
  margin-bottom: 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c49a6c;
}

.da-error-box h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 58px;
  line-height: 1.08;
  font-weight: 400;
  color: #0E3B44;
  margin: 0 0 34px;
}

.da-error-box p {
  max-width: 640px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  line-height: 1.8;
  color: #5f6f73;
}

.da-error-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 28px;
  margin-top: 70px;
  flex-wrap: nowrap;
}

.da-error-button,
.da-error-button.secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  min-width: 300px;
  margin: 0 !important;
  padding: 0 42px !important;
  box-sizing: border-box;
  background: #c99b6b;
  color: #ffffff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-family: "Montserrat", sans-serif;
  font-size: 0.82rem;
  line-height: 1 !important;
  white-space: nowrap;
}

.da-error-button.secondary {
  min-width: 360px;
  background: #0E3B44;
}

.da-error-button span,
.da-error-button.secondary span {
  display: inline-block;
  transform: translateY(-4px);
}

@media (max-width: 768px) {
  .da-error-page {
    width: calc(100% - 40px);
    padding: 80px 22px 90px;
  }

  .da-error-box h1 {
    font-size: 40px;
  }

  .da-error-box p {
    font-size: 17px;
  }

  .da-error-buttons {
    flex-direction: column;
    gap: 18px;
    margin-top: 50px;
  }

  .da-error-button,
  .da-error-button.secondary {
    width: 100%;
    min-width: 0;
    height: 58px;
  }
}/* TOPBAR – FINALER VERLAUF */

.topbar {
  background: linear-gradient(
    135deg,
    #0B3641 0%,
    #164f58 48%,
    #2F6A70 100%
  ) !important;
  background-color: transparent !important;
}.inspiration-card {
  position: relative;
}

.card-full-link {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: block;
  text-decoration: none;
}

.inspiration-card img,
.inspiration-card .card-content {
  position: relative;
  z-index: 1;
}