/* ============================================
   VARIANTE E: GREEN HARMONY COOL EDITION
   ============================================ */

/* Helles Grün für neutrale Flächen */
body#page-2657268933 .hs-fullwidth-grey {
  background: #E5EFEA !important;
  background-color: #E5EFEA !important;
  position: relative !important;
  z-index: 0 !important;
}

/* Mittleres, leicht bläuliches 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: #C3D7CE !important;
  background-color: #C3D7CE !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;
}

/* Sanfter Verlauf für Tiefe (ohne Einfluss auf Textfarben) */
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.02),
    rgba(102,135,119,0.04)
  ) !important;
  z-index: -1 !important;
}