/* =========================================================
   Farbkonzept "Executive Luxe Final"
   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. Champagne Veil – helles, seidig-goldenes Grau
   ========================================================= */
body#page-2657268933 .hs-fullwidth-grey {
  background: #EEEDEA !important;        /* Sanftes Champagnergrau */
  background-color: #EEEDEA !important;
  position: relative !important;
  z-index: 0 !important;
}

body#page-2657268933 .hs-fullwidth-grey::before {
  background: #EEEDEA !important;
  background-image: none !important;
  opacity: 1 !important;
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
}

/* =========================================================
   2. Luminous Sage – helles, modernes Grün
   ========================================================= */
body#page-2657268933 .hs-fullwidth-color.bg-primary,
body.brand-bg#page-2657268933 .hs-fullwidth-color.bg-primary {
  background: #C7D7C8 !important;        /* Frisches, helles Botanical-Grün */
  background-color: #C7D7C8 !important;
  position: relative !important;
  z-index: 0 !important;
}

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

/* =========================================================
   3. Inhalte transparent halten
   ========================================================= */
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;
}

/* Bilder sichtbar halten */
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;
}

/* =========================================================
   4. Systemergänzung für Fullwidth-Bilder
   ========================================================= */
#image-fullwidth {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
}

#image-fullwidth img {
  display: block;
  width: 100%;
  height: auto;
  border: none;
  margin: 0;
}