/* ========== KONTAKTBOXEN ========== */
#sp-page-builder .kontakt-boxen .sppb-addon,
#sp-page-builder .kontakt-boxen .sppb-addon-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}
#sp-page-builder .kontakt-boxen p {
  margin: 0 !important;
}

/* Links nur auf Seite ID 14 */
.sp-page-builder.page-14 a {
  color: #000000 !important;
}
.sp-page-builder.page-14 a:hover,
.sp-page-builder.page-14 a:focus {
  color: #d4af37 !important;
}

/* ========== HERO / INFOBOXEN ========== */
.hero-titel-stadtbuehne {
  position: relative;
  padding-left: 26px;
}
.hero-titel-stadtbuehne::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 10px;
  height: 1.4em;
  background: #c00000;
  border-radius: 999px;
}
.hero-stadtbuehne {
  position: relative;
  padding: 56px 0 48px;
  overflow: hidden;
  margin-bottom: 32px;
}
.hero-stadtbuehne::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 40, 90, 0.18);
  pointer-events: none;
  z-index: 0;
}
.hero-stadtbuehne > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero-stadtbuehne {
    padding: 40px 0 36px;
  }
}

.section-was-passiert {
  margin-top: 24px;
  margin-bottom: 12px;
}
.section-was-passiert h2 {
  margin: 0 0 18px;
}

.home-infobox {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  color: #333333;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.home-infobox:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.12);
  border-color: #d0d7e6;
}

.infobox-link-inner {
  display: block;
  padding: 18px 20px;
  text-decoration: none;
  color: #222222;
}
.infobox-link-inner h3 {
  font-size: 1.1rem;
  line-height: 1.25;
  margin: 0 0 6px;
  color: #222222;
}
.infobox-link-inner p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
  color: #222222;
}
.home-infobox:hover .infobox-link-inner,
.home-infobox:hover .infobox-link-inner h3,
.home-infobox:hover .infobox-link-inner p {
  color: #222222;
}

/* Kultursommer-Block */
.section-ausblick {
  max-width: 960px;
  margin: 40px auto 24px;
  padding: 20px 22px;
  border-radius: 4px;
  border: 1px solid #e3e6ee;
  background: #f9fafc;
}

/* ========== FOOTER ========== */
.footer-row {
  font-size: 15px;
  line-height: 1.6;
}
.footer-row a {
  text-decoration: none;
  color: #ffffff;
}
.footer-row a:hover {
  color: #ffd35a;
}
.footer-row .sppb-row-container {
  padding-top: 18px;
  padding-bottom: 18px;
}

/* Social */
.footer-social i {
  font-size: 22px;
  margin-right: 12px;
}
.footer-social i:hover {
  color: #ffd35a;
}

/* Rechtliches */
.footer-recht a {
  margin-right: 18px;
  font-weight: 500;
}
.footer-recht a:hover {
  text-decoration: underline;
}
.footer-recht .sppb-addon-feature .sppb-media {
  margin: 0;
  padding: 0;
  align-items: flex-start;
}
.footer-recht .sppb-addon-feature .sppb-media .pull-left {
  margin-right: 6px;
}
.footer-recht .sppb-addon-feature .sppb-media-body {
  margin: 0;
  padding: 0;
}
/* nur Impressum */
#sppb-addon-2dcb8d4b-eed4-4e1f-bbc3-5897da9df9a9 .sppb-media,
#sppb-addon-2dcb8d4b-eed4-4e1f-bbc3-5897da9df9a9 .sppb-media-body {
  margin: 0 !important;
  padding: 0 !important;
}

/* ========== MITMACHEN-SEITE: KARTEN & ABSTÄNDE ========== */

/* ========== MITMACHEN IM THEATER – KARTEN ========== */



/* Reihe Mitmachen-Karten */
.row-mitmachen-boxen {
  margin-top: 16px;
  margin-bottom: 24px;
}

/* Jede Spalte als Karte */
.row-mitmachen-boxen .sppb-col-md-4 {
  padding: 0 12px;
}


/* Roter Strich Intro- & Kinder-Überschrift */
.mitmachen-intro-title,
.section-kinder-title {
  position: relative;
  padding-bottom: 6px;
}
.mitmachen-intro-title::after,
.section-kinder-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 3px;
  border-radius: 999px;
  background: #c00000;
}

/* Intro-Überschrift im Block */
.mitmachen-intro-block h2 {
  position: relative;
  padding-bottom: 6px;
}
.mitmachen-intro-block h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 3px;
  border-radius: 999px;
  background: #c00000;
}

/* Kinder-Block Überschrift */
.section-kinder-block h3 {
  position: relative;
  padding-bottom: 6px;
}
.section-kinder-block h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 3px;
  border-radius: 999px;
  background: #c00000;
}

/* Abstände */
.section-mitmachen-intro {
  margin-bottom: 20px;
}
.section-kinder {
  margin-top: 24px;
  margin-bottom: 28px;
}

/* Schwebende Intro-Box Mitmachen */
body .hero-stadtbuehne.section-mitmachen-intro {
  max-width: 1180px;
  margin: -190px auto 40px !important;
  padding: 26px 30px;
  background: #dde4f7;
  border-radius: 6px;
  box-shadow:
    0 20px 55px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(0, 0, 0, 0.05);
}

/* Unterstrich in den drei Mitmachen-Karten */
.mitmachen-card--rot h3,
.mitmachen-card--blau h3,
.mitmachen-card--gold h3 {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}
.mitmachen-card--rot h3::before,
.mitmachen-card--blau h3::before,
.mitmachen-card--gold h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #dddddd;
  border-radius: 999px;
}
.mitmachen-card--blau h3::after,
.mitmachen-card--rot h3::after,
.mitmachen-card--gold h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  border-radius: 999px;
}
.mitmachen-card--blau h3::after  { background: #0050A0; }
.mitmachen-card--rot  h3::after  { background: #C00000; }
.mitmachen-card--gold h3::after  { background: #D4AF37; }

/* Schwebende Intro-Box Startseite */
body .hero-stadtbuehne.section-home-intro {
  max-width: 1180px;
  margin: -70px auto 40px !important;
  padding: 26px 30px;
  background: #dde4f7;
  border-radius: 6px;
  box-shadow:
    0 20px 55px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(0, 0, 0, 0.05);
}
body .hero-stadtbuehne.section-home-intro .sppb-container,
body .hero-stadtbuehne.section-home-intro .sppb-row-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Sponsoren-Karten (Mitmachen-Seite) */
.sponsoren-card {
  background: #ffffff;
  border-radius: 6px;
  padding: 24px 26px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.14);
  margin-top: 32px;
}
@media (min-width: 768px) {
  .sponsoren-card--unternehmen { margin-right: 14px; }
  .sponsoren-card--privat      { margin-left: 14px; }
}
.sponsoren-card h3,
.sponsoren-card h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.sponsoren-card p {
  margin-bottom: 16px;
  font-size: 0.95rem;
  line-height: 1.6;
}
.sponsoren-card .sppb-btn {
  display: inline-block;
  margin-top: 4px;
}
.sponsoren-card--unternehmen h3,
.sponsoren-card--unternehmen h4 {
  color: #0050A0;
}
.sponsoren-card--privat h3,
.sponsoren-card--privat h4 {
  color: #C00000;
}

/* Mitmachen-Formular */
.mitmachen-form {
  max-width: 720px;
  margin: 40px auto 60px;
  background: #ffffff;
  padding: 26px 30px;
  border-radius: 6px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.16);
}
.mitmachen-form .sppb-form-group {
  margin-bottom: 16px;
}
.mitmachen-form label {
  font-size: 0.95rem;
  margin-bottom: 4px;
}
.mitmachen-form input[type="text"],
.mitmachen-form input[type="email"],
.mitmachen-form select,
.mitmachen-form textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 8px 10px;
  font-size: 0.95rem;
}
.mitmachen-form .sppb-form-check-label {
  font-size: 0.9rem;
  line-height: 1.5;
}
.mitmachen-form .sppb-form-check-label a {
  color: #0050A0;
  text-decoration: underline;
}
.mitmachen-form button,
.mitmachen-form .sppb-btn {
  background: #C00000;
  border-color: #C00000;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 999px;
}
.mitmachen-form button:hover,
.mitmachen-form .sppb-btn:hover {
  background: #a00000;
  border-color: #a00000;
}

/* Überschrift über dem Mitmachen-Formular */
.mitmachen-form-title {
  text-align: center;
  margin-bottom: 10px;
}
.mitmachen-form-title h3,
.mitmachen-form-title h2,
.mitmachen-form-title p {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  position: relative;
  padding-bottom: 6px;
}
.mitmachen-form-title h3::after,
.mitmachen-form-title h2::after,
.mitmachen-form-title p::after {
  content: "";
  position: absolute;
  left: 11%;
  transform: translateX(-50%);
  bottom: -4px;
  width: 80px;
  height: 3px;
  border-radius: 999px;
  background: #c00000;
}

/* ========== MITGLIED WERDEN – BEREICH ========== */

section.mitglied-block {
  max-width: 1180px;
  margin: 24px auto 40px;
  padding: 0 24px;
}
section.mitglied-block .sppb-row {
  align-items: center;
}

/* Titel mit roter Linie */
section.mitglied-block .mitglied-title {
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
section.mitglied-block .mitglied-title .sppb-addon-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}
section.mitglied-block .mitglied-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 130px;
  height: 3px;
  border-radius: 999px;
  background: #c00000;
}

/* Textspalte */
section.mitglied-block .mitglied-text {
  font-size: 0.98rem;
  line-height: 1.7;
  margin-top: 10px;
  margin-bottom: 4px;
  max-width: 640px;
}

/* Bild links als Karte */
section.mitglied-block .mitglied-image img {
  display: block;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 14px 32px rgba(0,0,0,0.20);
}

/* Karten für Antrag & Satzung */
section.mitglied-block .mitglied-card {
  background: #ffffff;
  border-radius: 6px;
  padding: 14px 18px 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  border: 1px solid rgba(0,0,0,0.06);
  margin-top: 26px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

/* Buttons in Stadtbühne-Rot */
section.mitglied-block a.sppb-btn.btn-mitglied-antrag,
section.mitglied-block a.sppb-btn.btn-mitglied-satzung {
  display: inline-block;
  width: 100%;
  padding: 10px 22px;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 4px;
  margin-top: 4px;
  background-color: #C00000;
  border: 1px solid #C00000;
  color: #ffffff !important;
}

/* Hover Blau + Lift */
.sp-page-builder.page-mitgliedwerden a.sppb-btn.btn-mitglied-antrag:hover,
.sp-page-builder.page-mitgliedwerden a.sppb-btn.btn-mitglied-antrag:focus,
.sp-page-builder.page-mitgliedwerden a.sppb-btn.btn-mitglied-satzung:hover,
.sp-page-builder.page-mitgliedwerden a.sppb-btn.btn-mitglied-satzung:focus {
  background-color: #0050A0 !important;
  border-color: #0050A0 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.18);
}

/* Hinweistext unter den Buttons */
section.mitglied-block .mitglied-hinweis {
  font-size: 0.86rem;
  color: #555555;
  margin-top: 16px;
  line-height: 1.55;
}

/* Mobile-Mitgliedsbereich */
@media (max-width: 767px) {
  section.mitglied-block {
    margin-top: 20px;
    padding: 0 18px;
  }
  section.mitglied-block .mitglied-card {
    max-width: 100%;
    margin-top: 18px;
  }
}

/* Schwebende Intro-Box auf der Mitglieder-Seite */
body .hero-stadtbuehne.section-mitglied-intro {
  max-width: 1180px;
  margin: -190px auto 32px !important;
  padding: 24px 28px;
}
@media (max-width: 767px) {
  body .hero-stadtbuehne.section-mitglied-intro {
    margin: -160px auto 26px !important;
    padding: 20px 22px;
  }
}

/* ========== FAQ-BEREICH MITGLIEDER-SEITE ========== */

section.mitglied-faq {
  background: #f7f7fb;
  padding: 48px 0 56px;
  margin-top: 8px;
}
section.mitglied-faq .sppb-row-container {
  max-width: 1040px;
}

/* FAQ-Titel */
section.mitglied-faq .faq-title {
  text-align: center;
  margin-bottom: 26px;
}
section.mitglied-faq .faq-title h3 {
  font-size: 1.5rem;
  margin: 0 0 8px;
}
section.mitglied-faq .faq-title p {
  margin: 0;
  font-size: 0.96rem;
  color: #555555;
}

/* Accordion-Spalten */
section.mitglied-faq .faq-column {
  padding: 0 12px;
}

/* Accordion-Addon */
section.mitglied-faq .sppb-addon-accordion {
  margin-bottom: 0;
}

/* Panel-Kopf */
section.mitglied-faq .sppb-panel-default > .sppb-panel-heading {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  padding: 11px 14px;
  margin-bottom: 6px;
}
section.mitglied-faq .sppb-panel-default > .sppb-panel-heading a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 0.96rem;
  color: #222222;
}

/* Icon */
section.mitglied-faq .sppb-panel-default > .sppb-panel-heading .sppb-accordion-icon-wrap i {
  font-size: 0.95rem;
  color: #777777;
}

/* Panel-Body */
section.mitglied-faq .sppb-panel-default > .sppb-panel-body {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-top: none;
  border-radius: 0 0 4px 4px;
  font-size: 0.95rem;
  line-height: 1.6;
  padding: 10px 14px 12px;
  margin-top: -6px;
}

/* Abstände zwischen Fragen */
section.mitglied-faq .sppb-panel {
  margin-bottom: 10px;
}

/* Aktives Panel betonen */
section.mitglied-faq .sppb-panel-default.sppb-panel-open > .sppb-panel-heading {
  border-color: #c00000;
}
section.mitglied-faq .sppb-panel-default.sppb-panel-open > .sppb-panel-heading .sppb-panel-title {
  color: #c00000;
}

/* Mobile: Spalten untereinander */
@media (max-width: 767px) {
  section.mitglied-faq .faq-column {
    margin-bottom: 20px;
  }
}

/* Abstand vor Footer angleichen */
body .mitglied-faq + #sp-bottom,
body .mitglied-faq + #sp-footer {
  margin-top: 0;
}

/* ========== MOBILE FEINSCHLIFF (bis 575px) ========== */
@media (max-width: 575px) {

  .sp-page-builder .sppb-row-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero-titel-stadtbuehne {
    padding-left: 18px;
  }
  .hero-titel-stadtbuehne::before {
    width: 8px;
    height: 1.2em;
  }
  .hero-stadtbuehne {
    padding: 32px 0 30px;
  }

  .sp-page-builder p,
  .sp-page-builder li {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .row-mitmachen-boxen .sppb-addon-text-block,
  .sponsoren-card,
  .mitglied-card {
    padding: 16px 16px 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  }

  section.mitglied-block .mitglied-title .sppb-addon-title {
    font-size: 1.25rem;
  }
  section.mitglied-block .mitglied-text {
    font-size: 0.95rem;
    margin-top: 8px;
  }

  section.mitglied-block a.sppb-btn.btn-mitglied-antrag,
  section.mitglied-block a.sppb-btn.btn-mitglied-satzung,
  .mitmachen-form .sppb-btn {
    width: 100%;
    padding: 10px 18px;
    font-size: 0.95rem;
  }

  section.mitglied-faq .sppb-panel-default > .sppb-panel-heading {
    padding: 12px 14px;
  }
  section.mitglied-faq .sppb-panel-default > .sppb-panel-heading .sppb-panel-title {
    font-size: 0.98rem;
  }
  section.mitglied-faq .sppb-panel-default > .sppb-panel-body {
    font-size: 0.95rem;
    padding: 10px 14px 12px;
  }
}

/* ========== TABLET-BEREICH (576–991px) ========== */
@media (min-width: 576px) and (max-width: 991px) {

  .sp-page-builder .sppb-row-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  section.mitglied-block .mitglied-text {
    max-width: 100%;
    font-size: 0.97rem;
  }

  section.mitglied-block .mitglied-card {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ========== FÖRDERUNG & SPONSORING – KARTEN ========== */

/* Gesamtkarte für Unternehmen / Privat */
.foerder-card {
  background: #ffffff;
  border-radius: 6px;
  padding: 18px 20px 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  border: 1px solid rgba(0,0,0,0.06);
}

/* Überschrift im Kartenkopf */
.foerder-card .sppb-addon-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 8px;
}

/* Lauftext in der Karte */
.foerder-card p {
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 10px;
}

/* Fußbereich in jeder Förder-Karte */
.foerder-card .foerder-footer {
  margin-top: 18px;
  padding-top: 10px;
  border-top: 1px solid #e3e3e3;
}

/* Button zentriert, etwas schmaler */
.foerder-card .foerder-footer .sppb-button-wrapper {
  text-align: center;
}
.foerder-card .foerder-footer .sppb-btn {
  display: inline-block;
  width: auto;
  min-width: 190px;
  padding: 8px 22px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 4px;
  background-color: #C00000;
  border: 1px solid #C00000;
  color: #ffffff !important;
}

/* Hover wie Mitgliedsseite */
.sp-page-builder.page-mitgliedwerden .foerder-card .sppb-btn:hover,
.sp-page-builder.page-mitgliedwerden .foerder-card .sppb-btn:focus {
  background-color: #0050A0 !important;
  border-color: #0050A0 !important;
}

/* Hinweistext unter dem Button */
.foerder-card .foerder-hinweis {
  max-width: 320px;
  margin: 0 auto;
  font-size: 0.86rem;
  line-height: 1.6;
  color: #555555;
  text-align: left;
}

/* Mobile: Förder-Karten vollbreit */
@media (max-width: 767px) {
  .foerder-card {
    margin-top: 16px;
  }
}

/* ========== FÖRDERUNG & SPONSORING – KONTAKTBAND ========== */

/* Blaues Band von links nach rechts (kein Kartenrahmen) */
.foerder-kontakt {
  margin: 36px 0 0 !important;
  padding: 18px 0 22px !important;
  background: #e6eefb !important;
  border: none !important;
  box-shadow: none !important;
}

/* Inhalt im Band – ein schmaler, zentrierter Block */
.foerder-kontakt .sppb-addon,
.foerder-kontakt .sppb-addon-content {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Überschrift im Kontaktband */
.foerder-kontakt h3,
.foerder-kontakt h4 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

/* Mailadresse zentriert und prominent */
.foerder-kontakt a {
  display: inline-block;
  margin: 2px 0 4px;
  font-size: 1.08rem;
  font-weight: 600;
  color: #C00000 !important;
  text-decoration: underline;
}
.foerder-kontakt a:hover,
.foerder-kontakt a:focus {
  color: #0050A0 !important;
}

/* Zusatztext darunter */
.foerder-kontakt p {
  margin: 4px 0 0;
  font-size: 0.95rem;
}


/* Jede der drei Spalten als Karte */
.mitmachen-card--rot,
.mitmachen-card--blau,
.mitmachen-card--gold {
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
  padding: 18px 20px 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

/* Hover-Effekt für die ganze Spalte/Karte */
.mitmachen-card--rot:hover,
.mitmachen-card--blau:hover,
.mitmachen-card--gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.12);
  border-color: #d0d7e6;
}

/* Abstände innen: Text oben, Button darunter */
.mitmachen-card--rot  .sppb-addon-text-block,
.mitmachen-card--blau .sppb-addon-text-block,
.mitmachen-card--gold .sppb-addon-text-block {
  margin-bottom: 10px;
}

/* Button-Ausrichtung und Form */
.mitmachen-card--rot  .sppb-button-wrapper,
.mitmachen-card--blau .sppb-button-wrapper,
.mitmachen-card--gold .sppb-button-wrapper {
  text-align: left;
}

.mitmachen-card--rot  .sppb-btn,
.mitmachen-card--blau .sppb-btn,
.mitmachen-card--gold .sppb-btn {
  font-weight: 600;
  border-radius: 999px;
  padding: 7px 18px;
}

/* Spalten als eigentliche Karten */
.mitmachen-card--rot,
.mitmachen-card--blau,
.mitmachen-card--gold {
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
  padding: 18px 20px 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.mitmachen-card--rot:hover,
.mitmachen-card--blau:hover,
.mitmachen-card--gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.12);
  border-color: #d0d7e6;
}

/* Text-Addon nur noch „nackt“ */
.row-mitmachen-boxen .sppb-addon-text-block {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  margin-bottom: 12px;
}

/* Abstand zwischen Text und Button */
.mitmachen-card--rot  .sppb-button-wrapper,
.mitmachen-card--blau .sppb-button-wrapper,
.mitmachen-card--gold .sppb-button-wrapper {
  text-align: left;
}

/* einheitlicher Button-Stil */
.mitmachen-card--rot  .sppb-btn,
.mitmachen-card--blau .sppb-btn,
.mitmachen-card--gold .sppb-btn {
  font-weight: 600;
  border-radius: 999px;
  padding: 7px 18px;
}

/* Block über dem Formular */
#mitmachen-kontakt .sppb-addon-text-block p {
  text-align: center;
  font-weight: 600;
  font-size: 1.02rem;
  margin: 0 0 10px;
}

/* Roter Unterstrich mittig darunter */
#mitmachen-kontakt .sppb-addon-text-block {
  position: relative;
  padding-bottom: 10px;
}
#mitmachen-kontakt .sppb-addon-text-block::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  height: 3px;
  border-radius: 999px;
  background: #c00000;
}

/* Drei Rollen-Karten: Auf der Bühne / Hinter der Bühne / Im Verein */
.section-kinder .sppb-col-md-4 {
  padding: 0 12px;
}

/* eigentliche Kartenoptik */
.section-kinder .sppb-addon-text-block {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  padding: 18px 20px 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

/* Überschrift + Unterstrich oben (wie bisher) */
.section-kinder-block h3 {
  position: relative;
  padding-bottom: 6px;
  margin-top: 0;
  margin-bottom: 10px;
}
.section-kinder-block h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 3px;
  border-radius: 999px;
  background: #c00000;
}
.section-kinder-block--blau  h3::after { background:#0050A0; }
.section-kinder-block--gold h3::after { background:#D4AF37; }
/* Lauftext in den drei Theater-Karten */
.section-kinder .sppb-addon-text-block p {
  margin: 0 0 6px;
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: left;          /* kein Blocksatz */
  letter-spacing: normal;    /* keine künstliche Laufweite */
  word-spacing: normal;
}

/* Test: rote Umrandung, wenn die Klasse erkannt wird */
.mitmachen-buehne {
  border: 3px solid red !important;
}

/* MITMACHEN IM THEATER – Kartenoptik wieder aktivieren */

/* Grundkarten-Stil für alle drei Spalten */
body.itemid-147 .mitmachen-moeglichkeiten .sppb-column.mitmachen-card--buehne,
body.itemid-147 .mitmachen-moeglichkeiten .sppb-column.mitmachen-card--backstage,
body.itemid-147 .mitmachen-moeglichkeiten .sppb-column.mitmachen-card--verein {
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
  padding: 18px 20px 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: transform 0.18s ease,
              box-shadow 0.18s ease,
              border-color 0.18s ease;
}

/* Hover-Effekt auf der ganzen Karte */
body.itemid-147 .mitmachen-moeglichkeiten .sppb-column.mitmachen-card--buehne:hover,
body.itemid-147 .mitmachen-moeglichkeiten .sppb-column.mitmachen-card--backstage:hover,
body.itemid-147 .mitmachen-moeglichkeiten .sppb-column.mitmachen-card--verein:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.12);
  border-color: #d0d7e6;
}

/* Innerer Textblock ohne eigene Karte, nur Abstand */
body.itemid-147 .mitmachen-moeglichkeiten .sppb-addon-text-block {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  margin-bottom: 12px;
}

/* Basis-Unterstrich für alle drei Überschriften */
body.itemid-147 .mitmachen-moeglichkeiten .mitmachen-card--buehne h3,
body.itemid-147 .mitmachen-moeglichkeiten .mitmachen-card--backstage h3,
body.itemid-147 .mitmachen-moeglichkeiten .mitmachen-card--verein h3 {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-top: 0;
  margin-bottom: 10px;
}

body.itemid-147 .mitmachen-moeglichkeiten .mitmachen-card--buehne h3::before,
body.itemid-147 .mitmachen-moeglichkeiten .mitmachen-card--backstage h3::before,
body.itemid-147 .mitmachen-moeglichkeiten .mitmachen-card--verein h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #dddddd;
  border-radius: 999px;
}

/* Farbbalken vorne: Rot / Blau / Gold */
body.itemid-147 .mitmachen-moeglichkeiten .mitmachen-card--buehne h3::after,
body.itemid-147 .mitmachen-moeglichkeiten .mitmachen-card--backstage h3::after,
body.itemid-147 .mitmachen-moeglichkeiten .mitmachen-card--verein h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  border-radius: 999px;
}

body.itemid-147 .mitmachen-moeglichkeiten .mitmachen-card--buehne h3::after  { background: #C00000; }
body.itemid-147 .mitmachen-moeglichkeiten .mitmachen-card--backstage h3::after { background: #0050A0; }
body.itemid-147 .mitmachen-moeglichkeiten .mitmachen-card--verein h3::after   { background: #D4AF37; }

/* Lauftext in den drei Karten kompakter, ohne Blocksatz */
body.itemid-147 .mitmachen-moeglichkeiten .sppb-addon-text-block p {
  margin: 0 0 6px;
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
}
body.itemid-147 .mitmachen-moeglichkeiten .sppb-addon-text-block p {
  text-align: left !important;
}

/* Schriftgröße im Off-Canvas-Menü verkleinern */
.offcanvas-menu .offcanvas-inner .sp-module ul > li a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  font-size: 16px !important;   /* bei Bedarf 13px oder 12px testen */
  line-height: 1.3 !important;
}

@media (max-width: 575.98px) {
  body .hero-stadtbuehne.section-home-intro {
    margin: 10px auto 32px !important;   /* kein negatives margin-top mehr */
    padding: 20px 18px;
  }
}
body .hero-stadtbuehne.section-kontakt-intro {
  max-width: 1180px;
  margin: -200px auto 40px !important; /* Wert nach Geschmack */
  padding: 26px 30px;
  background: #dde4f7;
  border-radius: 6px;
  box-shadow:
    0 20px 55px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(0, 0, 0, 0.05);
}

/* Hero-Höhe Kontaktseite reduzieren */
body.itemid-XXX #sp-header + #sp-main .sppb-section.hero-kontakt {
  padding-top: 50px;
  padding-bottom: 40px;
}
/* Zeilenabstand nur auf der Datenschutzerklärungs-Seite */
body.itemid-132 .item-page {
  line-height: 1.7;
  font-size: 0.97rem;
}
/* Linkfarbe im langen Datenschutzhinweis-Text */
body.itemid-132 #sppb-addon-e82d7d63-7f25-45d8-81d4-b169e7208099 a {
  color: #C00000 !important;
  text-decoration: underline;
}

body.itemid-132 #sppb-addon-e82d7d63-7f25-45d8-81d4-b169e7208099 a:hover,
body.itemid-132 #sppb-addon-e82d7d63-7f25-45d8-81d4-b169e7208099 a:focus {
  color: #0050A0 !important; /* Stadtbühnen-Rot beim Hover */
}
/* ========== TICKETSEITE (Seite 24) – LINKFARBEN ========== */

/* Normale Textlinks auf der Ticketseite */
.sp-page-builder.page-24 a:not(.sppb-btn) {
  color: #000000 !important;
  text-decoration: underline;
}

/* Hover / Fokus in Gold */
.sp-page-builder.page-24 a:not(.sppb-btn):hover,
.sp-page-builder.page-24 a:not(.sppb-btn):focus {
  color: #d4af37 !important;
  text-decoration: underline;
}

/* Button-Links auf der Ticketseite nicht wie Textlinks behandeln */
.sp-page-builder.page-24 a.sppb-btn {
  text-decoration: none !important;
}
/* ========== STARTSEITE – KULTURSOMMER-VORSCHAU VARIANTE A ========== */

.kultursommer-start {
  margin-top: 16px;
}

.kultursommer-start .sppb-col-md-6 {
  padding: 0 12px;
}

.kultursommer-start-card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 12px 12px 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.kultursommer-start-card img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 12px;
}

.kultursommer-start-card h1 {
  position: relative;
  display: inline-block;
  margin: 0 0 10px;
  padding-bottom: 6px;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 600;
  color: #1f1f1f;
}

.kultursommer-start-card h1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #dfdfdf;
  border-radius: 999px;
}

.kultursommer-start-card h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 3px;
  border-radius: 999px;
}

.kultursommer-start-card--rot h1::after  { background: #C00000; }
.kultursommer-start-card--blau h1::after { background: #0050A0; }

.kultursommer-start-card p {
  margin: 0 0 10px;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #2b2b2b;
  text-align: left;
}

.kultursommer-start-meta {
  margin-top: auto;
  margin-bottom: 12px;
  font-size: 0.84rem;
  line-height: 1.45;
  color: #6a6a6a;
}

.kultursommer-start-card .sppb-btn {
  display: inline-block;
  min-width: 118px;
  padding: 6px 16px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none !important;
  box-shadow: none;
}

.kultursommer-start-card--rot .sppb-btn {
  background: #C00000;
  border: 1px solid #C00000;
  color: #ffffff !important;
}

.kultursommer-start-card--rot .sppb-btn:hover,
.kultursommer-start-card--rot .sppb-btn:focus {
  background: #a40000;
  border-color: #a40000;
}

.kultursommer-start-card--blau .sppb-btn {
  background: #0050A0;
  border: 1px solid #0050A0;
  color: #ffffff !important;
}

.kultursommer-start-card--blau .sppb-btn:hover,
.kultursommer-start-card--blau .sppb-btn:focus {
  background: #003f80;
  border-color: #003f80;
}

@media (max-width: 991px) {
  .kultursommer-start .sppb-col-md-6 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .kultursommer-start-card {
    padding: 12px 12px 15px;
  }

  .kultursommer-start-card img {
    height: 165px;
  }

  .kultursommer-start-card .sppb-btn {
    width: 100%;
  }
}
/* ========== FEINSCHLIFF KULTURSOMMER-KARTEN ========== */

.kultursommer-start-card {
  padding: 12px 12px 14px;
}

.kultursommer-start-card img {
  height: 165px;
  margin-bottom: 10px;
}

.kultursommer-start-card h3 {
  margin-bottom: 8px;
  font-size: 0.98rem;
}

.kultursommer-start-card p {
  margin-bottom: 8px;
  font-size: 0.9rem;
  line-height: 1.55;
}

.kultursommer-start-meta {
  margin-bottom: 10px;
  font-size: 0.83rem;
}

.kultursommer-start-card .sppb-button-wrapper {
  margin-top: 4px;
}

.kultursommer-start-card .sppb-btn {
  min-width: 110px;
  padding: 6px 14px;
  font-size: 0.88rem;
}

@media (max-width: 767px) {
  .kultursommer-start-card img {
    height: 155px;
  }
}
/* ========== KORREKTUR BILDPOSITION KULTURSOMMER-KARTEN ========== */

.kultursommer-start-card img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: center center;
  border-radius: 4px;
  margin: 0 0 14px;
}

.kultursommer-start-card .sppb-addon-single-image,
.kultursommer-start-card .sppb-addon-single-image-container,
.kultursommer-start-card .sppb-addon-single-image img {
  width: 100%;
}

@media (max-width: 767px) {
  .kultursommer-start-card img {
    height: 165px;
  }
}
/* ========== TICKETBUTTONS KULTURSOMMER – RAND ENTFERNEN ========== */

.kultursommer-start-card .sppb-btn,
.kultursommer-start-card .sppb-btn:hover,
.kultursommer-start-card .sppb-btn:focus,
.kultursommer-start-card .sppb-btn:active {
  box-shadow: none !important;
  outline: none !important;
}

.kultursommer-start-card--rot .sppb-btn,
.kultursommer-start-card--rot .sppb-btn:hover,
.kultursommer-start-card--rot .sppb-btn:focus,
.kultursommer-start-card--rot .sppb-btn:active {
  border: 1px solid #C00000 !important;
}

.kultursommer-start-card--blau .sppb-btn,
.kultursommer-start-card--blau .sppb-btn:hover,
.kultursommer-start-card--blau .sppb-btn:focus,
.kultursommer-start-card--blau .sppb-btn:active {
  border: 1px solid #C00000 !important;
}
/* ========== BUTTONS AUF GLEICHE HÖHE ========== */

.kultursommer-start-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100%;
}

.kultursommer-text {
  flex: 1 1 auto;
}

.kultursommer-start-card .sppb-button-wrapper {
  margin-top: auto !important;
  padding-top: 10px;
  text-align: center;
}
.ensemble-item {
  cursor: pointer;
}
/* Nur für die Datenschutzerklärung – Links lesbar machen */
.com_content .item-page a,
.com_content .item-page a:link,
.com_content .item-page a:visited {
  color: #005fa3 !important;
  text-decoration: underline !important;
}

.com_content .item-page a:hover,
.com_content .item-page a:focus {
  color: #003d6e !important;
  text-decoration: underline !important;
}
/* Menü-Überschrift farblich an normale Menüpunkte anpassen */
#sp-header .sp-megamenu-parent > li > span,
#sp-header .sp-megamenu-parent > li > span.nav-header {
  color: #ffffff !important;
}
.com-users button,
.com-users input[type="submit"],
.com-users .btn {
  background-color: #C00000 !important;
  border-color: #C00000 !important;
  color: #ffffff !important;
}
/* Sponsorenbereich oberhalb des eigentlichen Footers */
#sp-sponsoren .sppb-addon.sponsoren-footer .sppb-addon-content a,
#sp-sponsoren .sppb-addon.sponsoren-footer .sppb-addon-content a:visited {
  color: #12224a !important;
  text-decoration: underline !important;
}

#sp-sponsoren .sppb-addon.sponsoren-footer .sppb-addon-content a:hover,
#sp-sponsoren .sppb-addon.sponsoren-footer .sppb-addon-content a:focus {
  color: #d63724 !important;
}

/* Eigentlichter Footer ganz unten */
#sp-eigenerfooter .footer-row a,
#sp-eigenerfooter .footer-row a:visited {
  color: #ffffff !important;
  text-decoration: none !important;
}

#sp-eigenerfooter .footer-row a:hover,
#sp-eigenerfooter .footer-row a:focus {
  color: #ffd35a !important;
}
/* Buttons im Login- und Profilbereich */
#sp-component .btn-primary,
#sp-component button.btn-primary,
#sp-component input.btn-primary,
#sp-component input[type="submit"],
.mod-login-logout .btn-primary,
.com-users-login .btn-primary,
.com-users-profile .btn-primary,
.com-users-profile-edit .btn-primary {
  background: #c00000 !important;
  background-color: #c00000 !important;
  background-image: none !important;
  border: 1px solid #c00000 !important;
  color: #ffffff !important;
  text-shadow: none !important;
}

/* Hover */
#sp-component .btn-primary:hover,
#sp-component button.btn-primary:hover,
#sp-component input.btn-primary:hover,
#sp-component input[type="submit"]:hover,
.mod-login-logout .btn-primary:hover,
.com-users-login .btn-primary:hover,
.com-users-profile .btn-primary:hover,
.com-users-profile-edit .btn-primary:hover {
  background: #0050a0 !important;
  background-color: #0050a0 !important;
  background-image: none !important;
  border-color: #0050a0 !important;
  color: #ffffff !important;
}
  > .sp-dropdown.sp-dropdown-mega.sp-menu-full.container {
    width: 600px !important;
    max-width: 600px !important;
    min-width: 600px !important;

    left: 50% !important;
    right: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: translateX(-50%) !important;
  }

  .sp-megamenu-parent > li.menu-justify
  > .sp-dropdown.sp-dropdown-mega.sp-menu-full.container
  > .sp-dropdown-inner {
    width: 600px !important;
    max-width: 600px !important;
    min-width: 600px !important;
    box-sizing: border-box !important;
  }
}

/* ========== ANIMATION KARTEN "UNSERE GESCHICHTE"========== */

.geschichte-reveal {
  opacity: 0;
  transform: translateY(45px) scale(0.96);
  transition:
    opacity 1.4s ease-out,
    transform 1.4s ease-out;
}

.geschichte-reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .geschichte-reveal,
  .geschichte-reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ========== ANTON, BREATHING-SCHRIFTART========== */

@font-face {
  font-family: "Breathing";
  src: url("/templates/shaper_helixultimate/fonts/breathing-regular.woff2")
       format("woff2"),
       url("/templates/shaper_helixultimate/fonts/breathing-regular.woff")
       format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.breathing-schrift {
  font-family: "Breathing", cursive;
  font-weight: 400;
  font-style: normal;
}
.breathing-schrift {
  font-family: "Breathing", cursive;
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: 1.1;
  letter-spacing: 0;
}
@font-face {
  font-family: "Antongel";
  src: url("/templates/shaper_helixultimate/fonts/anton.woff2")
       format("woff2"),
       url("/templates/shaper_helixultimate/fonts/anton.woff")
       format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.anton-schrift {
  font-family: "Antongel", cursive;
  font-weight: 200;
  font-style: normal;
}
/* ========== ANTONIO-SCHRIFTART========== */

@font-face {
  font-family: "Antonio";
  src:
    url("/templates/shaper_helixultimate/fonts/Antonio-VariableFont_wght.ttf")
    format("truetyp");
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}
.antonio-schrift {
  font-family: "Antonio", "Arial Narrow", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.antonio-400 {
  font-weight: 400;
}

.antonio-450 {
  font-weight: 450;
}

.antonio-500 {
  font-weight: 500;
}
.antonio-550 {
  font-weight: 550;
}
.antonio-600 {
  font-weight: 600;
}
.antonio-650 {
  font-weight: 650;
}

.antonio-700 {
  font-weight: 700;
}
/* ========== HEADER-MENÜ ========== */
/* =========================================
   STADTBÜHNE – SAUBERES MENÜ
   ========================================= */

@media (min-width: 992px) {

  /* Hauptmenüpunkte */
  #sp-header .sp-megamenu-parent > li > a,
  #sp-header .sp-megamenu-parent > li > span {
    color: #ffffff !important;
    background: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.65) !important;
    border-radius: 999px !important;
    padding: 5px 14px !important;
    margin: 0 5px !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
  }

  /* Hover: nur Schriftfarbe */
  #sp-header .sp-megamenu-parent > li > a:hover,
  #sp-header .sp-megamenu-parent > li > span:hover {
    color: #12224a !important;
    background: transparent !important;
    border-color: #ffffff !important;
    text-decoration: none !important;
  }

  /* Aktiver Menüpunkt: dezenter roter Rahmen,
     kein roter Hintergrund */
  #sp-header .sp-megamenu-parent > li.current-item,
  #sp-header .sp-megamenu-parent > li.active {
    background: transparent !important;
  }

  #sp-header .sp-megamenu-parent > li.current-item > a,
  #sp-header .sp-megamenu-parent > li.active > a,
  #sp-header .sp-megamenu-parent > li.current-item > span,
  #sp-header .sp-megamenu-parent > li.active > span {
    color: #d6aaa5 !important;
    background: transparent !important;
    border-color: #9f3f38 !important;
  }

  /* Dropdown direkt unter dem Hauptmenü */
  #sp-header .sp-megamenu-parent > li.sp-has-child > .sp-dropdown {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* Dropdown-Fläche */
  #sp-header .sp-megamenu-parent .sp-dropdown-inner {
    background-color: rgba(111, 120, 146, 0.94) !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 0 10px 10px !important;
    box-shadow: 0 8px 18px rgba(18, 34, 74, 0.18) !important;
  }

  /* Dropdown-Elemente transparent */
  #sp-header .sp-megamenu-parent .sp-dropdown-inner ul,
  #sp-header .sp-megamenu-parent .sp-dropdown-inner li {
    background: transparent !important;
    background-image: none !important;
  }

  /* Dropdown-Text */
  #sp-header .sp-megamenu-parent .sp-dropdown-inner a,
  #sp-header .sp-megamenu-parent .sp-dropdown-inner span {
    color: #ffffff !important;
    text-decoration: none !important;
  }

  /* Dropdown-Hover */
  #sp-header .sp-megamenu-parent .sp-dropdown-inner a:hover,
  #sp-header .sp-megamenu-parent .sp-dropdown-inner span:hover {
    color: #12224a !important;
    background: transparent !important;
    text-decoration: none !important;
  }

  /* Aktiver Dropdown-Eintrag */
  #sp-header .sp-megamenu-parent .sp-dropdown-inner li.current-item > a,
  #sp-header .sp-megamenu-parent .sp-dropdown-inner li.active > a {
    color: #d6aaa5 !important;
    background: transparent !important;
  }

  /* Unterstriche und Dropdown-Trennlinien entfernen */
  #sp-header .sp-megamenu-parent .sp-dropdown-inner a::after,
  #sp-header .sp-megamenu-parent .sp-dropdown-inner span::after,
  #sp-header .sp-megamenu-parent .sp-dropdown li {
    border-bottom: 0 !important;
    text-decoration: none !important;
  }

  /* Untermenüs seitlich bündig */
  #sp-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-sub {
    top: 0 !important;
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) {

  #sp-header .sp-megamenu-parent .sp-dropdown-inner li > a,
  #sp-header .sp-megamenu-parent .sp-dropdown-inner li > span {
    color: #ffffff !important;
  }

  #sp-header .sp-megamenu-parent .sp-dropdown-inner li > a:hover,
  #sp-header .sp-megamenu-parent .sp-dropdown-inner li > span:hover,
  #sp-header .sp-megamenu-parent .sp-dropdown-inner li.current-item > a,
  #sp-header .sp-megamenu-parent .sp-dropdown-inner li.active > a {
    color: #e3b4af !important;
    background: transparent !important;
  }
}

/* Hoverfarbe für Hauptmenü und Dropdown */
@media (min-width: 992px) {

  /* Hauptmenüpunkt */
  #sp-header .sp-megamenu-parent > li:hover > a,
  #sp-header .sp-megamenu-parent > li:hover > span,
  #sp-header .sp-megamenu-parent > li:hover > a *,
  #sp-header .sp-megamenu-parent > li:hover > span * {
    color: #12224a !important;
  }

  /* Dropdown-Einträge */
  #sp-header .sp-megamenu-parent .sp-dropdown li:hover > a,
  #sp-header .sp-megamenu-parent .sp-dropdown li:hover > span,
  #sp-header .sp-megamenu-parent .sp-dropdown li:hover > a *,
  #sp-header .sp-megamenu-parent .sp-dropdown li:hover > span * {
    color: #12224a !important;
    background-color: transparent !important;
  }

  /* Dropdown-Menüüberschriften */
  #sp-header .sp-megamenu-parent .sp-dropdown li:hover > .sp-menu-heading,
  #sp-header .sp-megamenu-parent .sp-dropdown li:hover > .sp-menu-heading * {
    color: #12224a !important;
  }

  /* Pfeil des Hauptmenüpunkts */
  #sp-header .sp-megamenu-parent > li:hover > a::after,
  #sp-header .sp-megamenu-parent > li:hover > span::after {
    color: #12224a !important;
    border-color: #12224a !important;
    /* Tablet und kleinere Geräte:
   Desktop-Menü ausblenden, Offcanvas-Menü anzeigen */
@media screen and (max-width: 1024px) {
  #sp-header .sp-megamenu-wrapper,
  #sp-header .sp-megamenu-parent {
    display: none !important;
  }

  #sp-header #offcanvas-toggler {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-left: auto;
  }

  #sp-header .container,
  #sp-header .container-fluid {
    display: flex;
    align-items: center;
  }
}
    /* =========================================================
   ARCHIV-NAVIGATION – verbindliche Überschreibungen
   ========================================================= */

.archive-detail-navigation {
  width: 100% !important;
  margin-top: 24px !important;
  margin-bottom: 24px !important;
  color: #ffffff !important;
}

/* Erklärung */
.archive-detail-navigation .archive-navigation-intro,
.archive-detail-navigation .archive-navigation-intro p {
  color: #ffffff !important;
}

/* Der gemeinsame Wrapper der beiden Felder */
.archive-detail-navigation .archive-navigation-fields {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-end !important;
  gap: 24px !important;
  width: 100% !important;
}

/* Beide Felder */
.archive-detail-navigation .archive-navigation-fields > .archive-navigation-field {
  display: flex !important;
  flex: 1 1 0 !important;
  flex-direction: column !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  color: #ffffff !important;
}

/* Beschriftungen */
.archive-detail-navigation .archive-navigation-field > label {
  display: block !important;
  width: 100% !important;
  margin: 0 0 8px 0 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
}

/* Auswahlfelder */
.archive-detail-navigation .archive-navigation-field > select {
  display: block !important;
  width: 100% !important;
  min-height: 42px !important;
  box-sizing: border-box !important;
  padding: 8px 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  border-radius: 3px !important;
  background: #182954 !important;
  color: #ffffff !important;
  font: inherit !important;
  cursor: pointer !important;
}

/* Fokus */
.archive-detail-navigation .archive-navigation-field > select:focus {
  outline: 2px solid #d63724 !important;
  outline-offset: 2px !important;
}

/* Mobil: untereinander */
@media (max-width: 767px) {
  .archive-detail-navigation .archive-navigation-fields {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 16px !important;
  }

  .archive-detail-navigation .archive-navigation-fields > .archive-navigation-field {
    flex: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
}