/* Überschriften global (h1–h6) */
h1, h2, h3, h4, h5, h6 {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

/* Menü-Links: evtl. Pseudo-Elemente entfernen */
.container-header .mod-menu a::after,
.container-header .mod-menu a::before,
.container-header .mod-menu li.active > a::after,
.container-header .mod-menu li.active > button::before,
.container-header .mod-menu li > a:hover::after,
.container-header .mod-menu li > button:hover::before {
  background: none !important;
  border: none !important;
  content: none !important;
}

/* Unterstreichung für Links ohne eigene Klasse entfernen */
a:not([class]) {
    text-decoration: none !important;
}

/* Unterstreichung beim Hover wieder aktivieren */
a:not([class]):hover {
    text-decoration: underline !important;