/* =========================================================
   Farbkonzept "Soft Geometry Revival + Ritz Fade"
   Seite: Keynote Speaker Führung
   Designerin: Carolin Skiba / Umsetzung: www.peterscheerer.com
   ========================================================= */

/* Seiten-ID laut HTML-Body */
body#page-2657268933 {
  background-color: #ffffff !important;
  position: relative !important;
  z-index: 0 !important;
}

/* =========================================================
   1. Elegantes Soft Geometry Muster + CSS-Verlauf
   ========================================================= */
body#page-2657268933 .hs-fullwidth-grey {
  position: relative !important;
  background-color: #ffffff !important;

  /* Dein feines, ruhiges geometrisches Linienmuster */
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cg stroke='%23D4C6A5' stroke-width='0.9' opacity='0.6'%3E%3Cpath d='M0 60 L30 0 L90 0 L120 60 L90 120 L30 120 Z M0 60 L120 60 M30 0 L90 120 M90 0 L30 120'/%3E%3C/g%3E%3C/svg%3E"),
    linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.85) 30%, rgba(255,255,255,1) 100%);
  background-blend-mode: overlay; /* Overlay kombiniert SVG und Verlauf */
  background-repeat: repeat;
  background-size: 95px 95px;
  background-position: center top;
}

/* Overlay neutralisieren */
body#page-2657268933 .hs-fullwidth-grey::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  background: transparent !important;
}

/* =========================================================
   2. Untere Sektion – Soft Gold Sage (#DFDEC6)
   ========================================================= */
body#page-2657268933 .hs-fullwidth-color.bg-primary,
body.brand-bg#page-2657268933 .hs-fullwidth-color.bg-primary {
  background: #DFDEC6 !important;
  background-color: #DFDEC6 !important;
  position: relative !important;
  z-index: 0 !important;
}

/* Overlay entfernen */
body#page-2657268933 .hs-fullwidth-color.bg-primary::before,
body.brand-bg#page-2657268933 .hs-fullwidth-color.bg-primary::before {
  background: #DFDEC6 !important;
  background-image: none !important;
  opacity: 1 !important;
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
}

/* =========================================================
   3. Transparente Inhalte
   ========================================================= */
body#page-2657268933 .hs-fullwidth-grey > div,
body#page-2657268933 .hs-fullwidth-color.bg-primary > div {
  background: transparent !important;
  position: relative !important;
  z-index: 1 !important;
}

body#page-2657268933 .hs-fullwidth-grey img,
body#page-2657268933 .hs-fullwidth-color.bg-primary img {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border: none !important;
  margin: 0 !important;
}