/* ============================================
   VARIANTE D: GREEN HARMONY PURE (ohne Gold)
   ============================================ */
body#page-2657268933 {
  background-color: #ffffff !important;
  position: relative !important;
  z-index: 0 !important;
}

/* Hellgrüner, neutraler Bereich */
body#page-2657268933 .hs-fullwidth-grey {
  background: #E7EFE7 !important;
  background-color: #E7EFE7 !important;
  position: relative !important;
  z-index: 0 !important;
}

/* Mittleres, wärmeres Grün für abgesetzte Container */
body#page-2657268933 .hs-fullwidth-color.bg-primary,
body.brand-bg#page-2657268933 .hs-fullwidth-color.bg-primary {
  background: #C7D9C8 !important;
  background-color: #C7D9C8 !important;
  position: relative !important;
  z-index: 0 !important;
}

/* Transparente Inhalte darüber */
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;
}

/* Subtiler Verlauf zwischen hell und mittelgrün (Tiefe) */
body#page-2657268933 .hs-fullwidth-grey::before,
body#page-2657268933 .hs-fullwidth-color.bg-primary::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background-image: linear-gradient(
    to bottom,
    rgba(153,193,155,0.03),
    rgba(104,138,106,0.05)
  ) !important;
  z-index: -1 !important;
}

/* Überschriften in deinem Grün */
body#page-2657268933 h2,
body#page-2657268933 h3,
body#page-2657268933 h4 {
  color: #688A6A !important;
}

/* Goldene Schriftstellen bleiben wie bisher */
strong,
em,
.highlight-gold {
  color: #B8A67C !important;
}