/* ===== HERO HEADER FILTER ENTFERNEN (port-hugo) ===== */

/* Haupt-Header */
.header::after,
.header::before {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
}

/* Hero-Bereich selbst */
.hero-area::after,
.hero-area::before {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
}

/* Falls Gradient direkt im Background steckt */
.header,
.hero-area {
  background-image: none !important;
  filter: none !important;
}



