/* Warme Premium-Linie: festlich, klar und bewusst sparsam mit Vereinsfarben. */
:root {
  --red: #B02020;
  --red-dark: #8F1919;
  --green: #1F6B3A;
  --green-dark: #1F6B3A;
  --cream: #F7F4F2;
  --paper: #FFFDFC;
  --ink: #000000;
  --muted: #625D59;
  --line: #E4DEDA;
  --shadow: 0 14px 34px rgba(31, 23, 18, .07);
}

html, body { background: var(--cream); color: var(--ink); }
body { font-family: Aptos, "Segoe UI", Arial, sans-serif; }
h1, h2, h3 { letter-spacing: -.07em; }

/* Der Vereinsgrün-Ton verbindet Kopfbereich und Inhalt freundlich. */
.site-header {
  min-height: 82px;
  border: 0;
  background: #315E47;
  background-color: #315E47;
  background-image: none;
  background-repeat: no-repeat;
  /* Ruhige grüne Fläche: Konfetti und rote Trennlinie setzen die einzigen Akzente. */
  background-size: auto;
  background-position: center;
  box-shadow: none;
}
.site-header::after { height: 3px; bottom: -3px; background: #88081C; }
.brand strong { color: #FFFDFC; }
.brand small { color: #DCEBE0; }
.site-nav { gap: 20px; }
.site-nav a {
  padding: 12px 0;
  color: #FFFDFC;
  border-bottom-width: 2px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .01em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .28);
}
.site-nav a:hover, .site-nav a.active { color: #FFFDFC; border-color: #FFFDFC; background: transparent; }
.header-cta {
  display: flex;
  align-items: center;
  min-width: 136px;
  padding: 13px 17px;
  border: 1px solid rgba(255, 253, 252, .55);
  border-radius: 4px;
  background: #8F2725;
  box-shadow: 0 7px 15px rgba(0, 0, 0, .16);
}
.header-cta:hover { background: #741E1C; transform: translateY(-1px); }
.header-cta small { display: none; }
.header-cta strong { width: 100%; font-size: 14px; letter-spacing: 0; }
.header-cta small, .header-cta span { color: #FFFDFC; }
.menu-toggle { color: #FFFDFC; }

/* Ein heller, lebendiger Einstieg: das Vereinswappen steht im Mittelpunkt. */
.hero, .hero.red-green, .hero.red, .hero.green, .hero.ink-green, .hero.yellow {
  min-height: 462px;
  width: min(1390px, calc(100% - 50px));
  grid-template-columns: minmax(0, 1.03fr) minmax(330px, .77fr);
  gap: 0;
  margin: 0 auto;
  color: var(--ink);
  background: #F7F4F2;
  color: #FFFDFC;
}
.hero::before, .hero.red-green::before { display: none; }
.hero-copy, .hero.red-green .hero-copy {
  position: relative;
  align-self: center;
  width: min(700px, calc(100% - 40px));
  margin: 42px 20px 42px 0;
  padding: 36px 48px 38px;
  border: 1px solid rgba(255, 253, 252, .28);
  background: #A8322F;
  box-shadow: 10px 12px 0 #315E47, 0 18px 28px rgba(0, 0, 0, .14);
  overflow: hidden;
}
.hero-copy > * { position: relative; z-index: 1; }
.hero-copy::after {
  position: absolute;
  right: -65px;
  bottom: -122px;
  width: 330px;
  height: 410px;
  background: url("vereinswappen-freigestellt.png") center/contain no-repeat;
  content: "";
  filter: grayscale(1) brightness(0) invert(1);
  opacity: .1;
  pointer-events: none;
}
.hero-copy::after { display: none; }
.hero-copy::before {
  display: none;
  width: 42px;
  height: 3px;
  margin-bottom: 21px;
  background: #FFFDFC;
  content: "";
}
.hero-copy .kicker { margin-bottom: 14px; }
.hero-copy h1 { margin-bottom: 20px; }
.hero h1 { font-size: clamp(43px, 5vw, 74px); }
.hero-copy > p:not(.kicker) { color: #FCEBE9; }
.hero .kicker, .hero.yellow .kicker { color: #FFFDFC; }
.hero-side, .hero.red-green .hero-side {
  align-items: center;
  justify-content: center;
  padding: 0 0 0 32px;
  background: transparent;
  border: 0;
}
.hero-side::before { display: none; }
.hero-image, .hero-crest, .hero.red-green .hero-crest {
  z-index: 1;
  top: 50%;
  right: 50%;
  height: min(342px, 29vw);
  filter: drop-shadow(9px 13px 15px rgba(0, 0, 0, .12));
  transform: translate(50%, -50%);
}
.hero .hero-image { margin: 0; }
.hero .button, .hero .button.cream, .hero .button.green {
  border: 1px solid #FFFDFC;
  background: #FFFDFC;
  color: var(--red-dark);
}
.hero .button.outline {
  border: 1px solid #315E47;
  background: #315E47;
  color: #FFFDFC;
}
.hero.red-green .hero-actions .button.cream {
  border-color: #315E47;
  background: #315E47;
  color: #FFFDFC;
}
.hero.red-green .hero-actions .button.outline {
  border-color: #FFFDFC;
  background: #FFFDFC;
  color: var(--red-dark);
}

/* Startseite im Instagram-Stil: ruhige Doppelfläche, starke Schrift, Wappen als Überlagerung. */
.hero.red-green {
  min-height: 510px;
  border: 1px solid var(--line);
  background: #FFFDFC;
  color: #000;
}
.hero.red-green .hero-copy {
  align-self: stretch;
  width: auto;
  margin: 0;
  padding: 72px clamp(34px, 5vw, 72px);
  border: 0;
  background: #F7F4F2;
  box-shadow: none;
}
.hero.red-green .hero-copy::after {
  display: none;
  right: -92px;
  bottom: -152px;
  width: 420px;
  height: 500px;
  filter: grayscale(1);
  opacity: .045;
}
.hero.red-green .hero-copy h1 { color: #000; }
.club-areas h2 span { color: var(--red); }
.hero.red-green .hero-copy > p:not(.kicker) { color: var(--muted); }
.hero.red-green .hero-copy .kicker { color: var(--red); }
.hero.red-green .hero-side {
  position: relative;
  background: #FFFDFC;
  overflow: hidden;
}
.hero.red-green .hero-side::after {
  position: absolute;
  right: -90px;
  bottom: -148px;
  width: 430px;
  height: 530px;
  background: url("vereinswappen-freigestellt.png") center/contain no-repeat;
  content: "";
  filter: grayscale(1);
  opacity: .055;
  pointer-events: none;
}
.hero.red-green .hero-side::after,
.club-areas-heading::after { display: none; }
.hero.red-green .hero-crest {
  filter: drop-shadow(0 18px 16px rgba(0, 0, 0, .16));
}
.hero.red-green .hero-actions .button.cream {
  border-color: #315E47;
  background: #315E47;
  color: #FFFDFC;
}
.hero.red-green .hero-actions .button.outline {
  border-color: var(--red);
  background: var(--red);
  color: #FFFDFC;
}
.hero.red-green .hero-actions .button.cream:hover { background: #254B39; }
.hero.red-green .hero-actions .button.outline:hover { background: var(--red-dark); }

/* Der Hero bleibt ein markantes Vereinsplakat: Textkarte, Versatzschatten und ein Wappen im Hintergrund. */
.hero.red-green {
  min-height: 462px;
  border: 0;
  background: #F7F4F2;
  color: #FFFDFC;
}
.hero.red-green .hero-copy {
  align-self: center;
  width: min(700px, calc(100% - 40px));
  margin: 42px 20px 42px 0;
  padding: 36px 48px 38px;
  border: 1px solid rgba(255, 253, 252, .28);
  background: #A8322F;
  box-shadow: 10px 12px 0 #315E47, 0 18px 28px rgba(0, 0, 0, .14);
}
.hero.red-green .hero-copy::after {
  display: block;
  right: -10px;
  bottom: -70px;
  width: 330px;
  height: 410px;
  filter: grayscale(1) contrast(1.15);
  opacity: .045;
}
.hero.red-green .hero-copy h1 { color: #FFFDFC; }
.hero.red-green .hero-copy > p:not(.kicker) { color: #FCEBE9; }
.hero.red-green .hero-copy .kicker { color: #FFFDFC; }
.hero.red-green .hero-side { background: transparent; overflow: visible; }
.hero.red-green .hero-actions .button.cream {
  border-color: #315E47;
  background: #315E47;
  color: #FFFDFC;
}
.hero.red-green .hero-actions .button.outline {
  border-color: #FFFDFC;
  background: #FFFDFC;
  color: var(--red-dark);
}

/* Buttons: flach, präzise und mit einer eindeutigen Hierarchie. */
.button {
  border: 1px solid var(--red);
  border-radius: 3px;
  background: var(--red);
  box-shadow: none;
  color: #FFFDFC;
}
.button:hover, .hero .button:hover, .cta-band .button:hover, .training-note .button:hover {
  border-color: var(--red-dark);
  background: var(--red-dark);
  box-shadow: none;
  transform: translateY(-1px);
}
.button.green { border-color: var(--red); background: var(--red); }
.plain { border-color: transparent; background: transparent; color: #315E47; }
.plain:hover { color: var(--red); }
.hero .button:hover {
  border-color: #FFFDFC;
  background: #FFFDFC;
  color: var(--red-dark);
}
.hero .button.outline:hover, .hero.red-green .hero-actions .button.cream:hover {
  border-color: #315E47;
  background: #315E47;
  color: #FFFDFC;
}

/* Ruhige Inhaltsflächen und nur kleine, funktionale Farbhinweise. */
.section, .group-fastlane, .intro, .two-column { background: var(--cream); }
.section { padding-top: 76px; padding-bottom: 76px; }
.section.alt, .leadership-section, .member-info-section { background: #F1EEEC; }
.intro { padding-top: 70px; padding-bottom: 64px; }
.intro, .intro p, .section-heading > p:not(.kicker), .two-column .text p { color: var(--muted); }
.intro h2 em, .instagram-copy h2 em, .two-column h2 em { color: var(--red); }
.kicker { color: var(--red); }
.watermark-section::after {
  z-index: -1;
  opacity: .028;
  filter: grayscale(1) contrast(1.15);
}

.group-fastlane {
  width: min(1390px, calc(100% - 50px));
  padding-top: 24px;
  padding-bottom: 16px;
}
.fastlane-head h2, .section-heading h2, .section-title, .two-column h2, .events h2 { color: #000; }
.fastlane-card {
  position: relative;
  min-height: 132px;
  border: 1px solid var(--line);
  border-top: 1px solid var(--line);
  border-radius: 2px;
  background: #FFFDFC;
  box-shadow: none;
}
.fastlane-card::before {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 19px;
  height: 2px;
  background: var(--red);
  content: "";
}
.fastlane-card:nth-child(2n)::before { background: var(--green); }
.fastlane-card:nth-child(n) { border-color: var(--line); }
.fastlane-card:hover { border-color: #315E47; box-shadow: none; transform: translateY(-2px); }
.fastlane-card small, .fastlane-card:nth-child(n) small { margin-top: 18px; color: var(--muted); }
.fastlane-card b { color: var(--red); }
.group-fastlane .fastlane-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.group-fastlane .fastlane-card::before { display: none; }
.fastlane-card .group-name {
  margin-top: 32px;
  color: #000;
  font-size: clamp(19px, 1.65vw, 24px);
  letter-spacing: -.055em;
  line-height: 1.02;
}
.fastlane-card .age-badge {
  display: inline-flex;
  margin-top: 12px;
  padding: 5px 8px;
  border: 1px solid #D7CDCA;
  border-radius: 2px;
  background: #F7F4F2;
  color: #7F2422;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}
.fastlane-card:nth-child(2n) .age-badge { color: #315E47; }
.fastlane-card .group-detail {
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}
.group-fastlane .fastlane-card b {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  align-self: flex-end;
  margin-top: auto;
  border: 1px solid #D7CDCA;
  border-radius: 50%;
  color: #315E47;
  font-size: 16px;
  line-height: 1;
  transition: background .2s, border-color .2s, color .2s, transform .2s;
}
.group-fastlane .fastlane-card:hover b {
  border-color: #315E47;
  background: #315E47;
  color: #FFFDFC;
  transform: translateX(2px);
}
.club-areas {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 28px 26px;
  border: 1px solid var(--line);
  background: #FFFDFC;
  isolation: isolate;
  overflow: hidden;
}
.club-areas::after { display: none; }
.club-areas-heading {
  position: relative;
  isolation: isolate;
  margin: 0 -28px 22px;
  padding: 30px 28px 28px;
  overflow: hidden;
  background: #F7F4F2;
}
.club-areas-heading::after {
  position: absolute;
  z-index: 0;
  right: 12px;
  bottom: -184px;
  width: 390px;
  height: 485px;
  background: url("vereinswappen-freigestellt.png") center/contain no-repeat;
  content: "";
  filter: none;
  opacity: .055;
  pointer-events: none;
}
.club-areas-heading::after { display: block; }
.club-areas > * { position: relative; z-index: 1; }
.club-areas-heading > * { position: relative; z-index: 1; }
.club-areas-heading { margin-bottom: 22px; }
.club-areas .kicker {
  margin-bottom: 9px;
  color: var(--muted);
}
.club-areas h2 {
  margin: 0;
  color: #000;
  font-size: clamp(34px, 4.2vw, 57px);
  line-height: .9;
}
.club-areas-intro {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}
.area-filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 26px;
}
.area-filter {
  display: flex;
  position: relative;
  min-height: 106px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px 112px 15px 18px;
  border: 1px solid var(--line);
  background: #F7F4F2;
  color: #000;
  cursor: pointer;
  text-align: left;
  transition: border-color .2s, background .2s, color .2s, transform .2s;
}
.area-symbol {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 78px;
  height: 78px;
  object-fit: contain;
  mix-blend-mode: multiply;
  opacity: .78;
  pointer-events: none;
}
.area-filter[data-area-filter="garden"] .area-symbol { width: 70px; height: 84px; right: 18px; }
.area-filter.active .area-symbol { filter: invert(1); mix-blend-mode: screen; opacity: .8; }
.area-filter:hover { border-color: #315E47; transform: translateY(-2px); }
.area-filter.active {
  border-color: #315E47;
  background: #315E47;
  color: #FFFDFC;
}
.area-filter span,
.area-filter small {
  color: #315E47;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.area-filter strong {
  margin: auto 0;
  font-size: clamp(18px, 1.6vw, 23px);
  letter-spacing: -.05em;
  line-height: 1.03;
}
.area-filter[data-area-filter="garden"] strong { white-space: nowrap; }
.area-filter.active span,
.area-filter.active small { color: #DCEBE0; }
.all-groups {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.all-groups-top {
  margin-bottom: 14px;
}
.all-groups-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}
.all-groups-heading .kicker { margin-bottom: 8px; }
.all-groups h3 {
  margin: 0;
  color: #000;
  font-size: clamp(28px, 3.2vw, 42px);
}
.all-groups-count {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}
.area-filter small,
.all-groups-count { display: none; }
.group-page-visual {
  width: min(1200px, calc(100% - 56px));
  height: 260px;
  margin: 0 auto 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #F7F4F2;
}
.group-page-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
}
.all-groups-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.all-groups-grid .fastlane-card {
  min-height: 128px;
  padding: 16px;
  background: #FFFDFC;
}
.all-groups-grid .fastlane-card[hidden],
.all-groups-grid .fastlane-card.is-filtered-out { display: none !important; }
.all-groups-grid .fastlane-card .group-name {
  margin-top: 0;
  font-size: clamp(18px, 1.35vw, 22px);
}
.all-groups-grid .fastlane-card .age-badge,
.all-groups-grid .fastlane-card .group-detail { margin-top: 10px; }
.all-groups-grid .fastlane-card .age-badge { color: #315E47; }
@media (max-width: 1180px) {
  .all-groups-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .area-filter { padding-right: 94px; }
  .area-symbol { right: 12px; width: 65px; height: 74px; }
  .area-filter[data-area-filter="garden"] .area-symbol { right: 13px; width: 60px; height: 76px; }
}
@media (max-width: 760px) {
  .area-filters { grid-template-columns: 1fr; margin: 18px 0 22px; }
  .area-filter { min-height: 90px; }
  .area-filter { padding-right: 112px; }
  .area-symbol { right: 17px; width: 74px; height: 74px; }
  .area-filter[data-area-filter="garden"] .area-symbol { right: 20px; width: 68px; height: 80px; }
  .all-groups-grid .fastlane-card { min-height: 124px; padding: 15px; }
  .group-page-visual { width: calc(100% - 40px); height: 200px; margin-bottom: 22px; }
  .all-groups-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
  .all-groups-heading { align-items: flex-start; flex-direction: column; }
  .all-groups-grid { grid-template-columns: 1fr; }
}
.fastlane-category + .fastlane-category {
  margin-top: 46px;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}
.fastlane-category-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 18px;
}
.fastlane-category-head .kicker { margin-bottom: 9px; }
.fastlane-category-head h3 {
  margin: 0;
  color: #000;
  font-size: clamp(28px, 3.2vw, 43px);
}
.fastlane-category-head > p {
  max-width: 370px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}
.fastlane-grid.brauchtum-grid { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 1100px) { .fastlane-grid.brauchtum-grid { grid-template-columns: repeat(2, 1fr); } }

.symbols {
  min-height: 0;
  background: #FFFDFC;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #000;
}
.symbols-copy {
  padding-top: 78px;
  padding-bottom: 78px;
  background: var(--cream);
}
.symbols .kicker { color: var(--red); }
.symbols h2, .symbols li, .symbols li b { color: #000; }
.symbols-copy > p:not(.kicker) { color: var(--muted); }
.symbols li { border-color: var(--line); }
.symbols li b { font-size: 12px; }
.symbols figure { min-height: 400px; background: #FFFDFC; }
.symbols figure::after { background: linear-gradient(90deg, rgba(247, 244, 242, .6), transparent 32%); }

.card, .role, .facts, .summary div {
  border: 1px solid var(--line);
  background: #FFFDFC;
  box-shadow: none;
}
.card, .teams .card, .group-card, .guide-grid .card, .member-notes .card { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.card.green, .card.yellow, .teams .card:nth-child(n), .guide-grid .card:nth-child(n), .member-notes .card:nth-child(n) { border-color: var(--line); }
.card { position: relative; overflow: hidden; }
.card::before { display: none; content: none; }
.card:not(.group-card) h3 { margin-top: 0; }
.card:hover { border-color: #315E47; box-shadow: none; transform: translateY(-2px); }
.card h3, .group-card h3, .role strong { color: #000; }
.card p, .group-card > p:not(.group-type), .role span { color: var(--muted); }
.card a, .group-card a, .contact-grid .card a { color: var(--red); }
.group-card .age { border: 1px solid var(--line); background: #FFFDFC; color: #315E47; }
.group-type { color: var(--muted) !important; }
.role { border-left: 2px solid #315E47; }
.role:nth-child(3n+2) { border-left-color: var(--red); }
.role:nth-child(3n) { border-left-color: var(--green); }

.facts { margin-top: 48px; border-color: var(--line); box-shadow: none; transform: none; }
.facts article { border-color: var(--line); }
.facts strong { color: var(--red); }
.facts span { color: var(--muted); }

.instagram {
  width: min(1390px, calc(100% - 50px));
  margin-top: 88px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid var(--line);
  background: #FFFDFC;
}
.instagram-copy {
  padding: 44px 28px;
  background: var(--cream);
}
.instagram-copy .kicker, .instagram-copy p:not(.kicker) { color: var(--muted); }
.instagram-link {
  min-height: 318px;
  justify-content: flex-start;
  padding: 34px 38px;
  background: #FFFDFC;
  color: #000;
}
.instagram-link::before { opacity: .055; filter: grayscale(1); }
.instagram-link .mono {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: auto;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 68% 32%, #FFFDFC 0 2px, transparent 2.2px),
    #315E47;
  color: transparent;
  font-size: 0;
}
.instagram-link .mono::before {
  position: absolute;
  inset: 10px;
  border: 2px solid #FFFDFC;
  border-radius: 7px;
  content: "";
}
.instagram-link .mono::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border: 2px solid #FFFDFC;
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}
.instagram-link .mono { display: none; }
.instagram-link small { margin-top: 0; }
.instagram-link strong { margin: 10px 0 20px; }
.instagram-link span:last-child { margin-top: auto; padding-top: 13px; }
.instagram-link small { color: var(--red); }
.instagram-link strong, .instagram-link span:last-child { color: #000; }
.instagram-link span:last-child { border-color: var(--line); }
.instagram-link:hover { background: #F1EEEC; }
.group-fastlane + .instagram { margin-top: 0; }

.cta-band, .training-note {
  margin-top: 72px;
  margin-bottom: 72px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--red);
  background: #FFFDFC;
  color: #000;
}
.cta-band h2, .training-note h2, .cta-band p:not(.kicker), .training-note p:not(.kicker), .cta-band .kicker, .training-note .kicker { color: #000; }
.cta-band .kicker, .training-note .kicker { color: var(--red); }
.cta-band .button, .training-note .button { border-color: var(--red); background: var(--red); box-shadow: none; }

.events-wrap { background: #F1EEEC; }
.events { padding-top: 76px; padding-bottom: 76px; color: #000; }
.events .kicker, .events p:not(.kicker), .event-list small { color: var(--muted); }
.event-list { gap: 12px; background: transparent; }
.event-list li { border: 1px solid var(--line); background: #FFFDFC; }
.event-list span { border-color: #000; color: #000; }
.event-list strong { color: #000; }
.achievement { border-left: 3px solid var(--green); background: #FFFDFC; }
.achievement span { color: var(--green); }
.achievement p { color: #000 !important; }
.uploads { border: 1px solid #315E47; background: #315E47; color: #FFFDFC; }
.uploads p { color: #DED9D5; }
.service-grid { gap: 12px; margin-top: 32px; background: transparent; }
.service-grid article, .service-grid article:nth-child(n) { border: 1px solid var(--line); background: #FFFDFC; color: #000; }
.service-grid h3, .service-grid p { color: inherit; }
.source-note { border-color: var(--line); }

.form-wrap { border-top: 3px solid var(--red); background: #F1EEEC; }
.form-wrap h2 { color: #000; }
.progress span { border-color: #315E47; color: #315E47; }
.progress span.active { border-color: var(--red); background: var(--red); color: #FFFDFC; }
.progress i { background: var(--line); }
.form-grid input { border-color: #B9B2AD; background: #FFFDFC; }
.form-grid input:focus { outline-color: var(--red); }
.choice { border-color: var(--line); background: #FFFDFC; }
.choice.active { border-color: #315E47; background: #FFFDFC; box-shadow: inset 0 0 0 1px #315E47; }
.success { border-color: var(--green); background: #EDF4EF; }

.site-footer { position: relative; background: #315E47; }
.site-footer::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: var(--red);
  content: "";
}
.footer-brand span { color: #D8D1CC; }
.footer-links a { color: #FFFDFC; }
.footer-links a:hover { color: var(--red); }
.legal-page { max-width: 1240px; }
.legal-intro { margin-bottom: 28px; }
.legal-intro h2 { margin: 0; max-width: 680px; font-size: clamp(36px, 5vw, 68px); line-height: .95; letter-spacing: -.065em; }
.legal-intro h2 em { color: var(--red); font-style: normal; }
.legal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.legal-card, .legal-notice { border: 1px solid var(--line); background: #FFFDFC; padding: 25px 27px; }
.legal-card h3, .legal-notice h3 { margin: 0 0 12px; font-size: 17px; }
.legal-card p, .legal-notice p { margin: 0 0 14px; color: #3D3936; line-height: 1.65; }
.legal-card p:last-child, .legal-notice p:last-child { margin-bottom: 0; }
.legal-card a, .legal-notice a { color: var(--red); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-stack { display: grid; gap: 12px; max-width: 900px; }
.legal-notice { max-width: 900px; }
.legal-status { max-width: 900px; margin: 22px 0 0; color: #68615D; font-size: 13px; line-height: 1.55; }
.statutes-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: 12px; max-width: 1000px; }
.statutes-download { display: flex; flex-direction: column; min-height: 220px; padding: 25px 27px; background: #315E47; color: #FFFDFC; }
.statutes-download > span { margin-bottom: 14px; color: rgba(255, 255, 255, .72); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.statutes-download strong { font-size: clamp(27px, 3vw, 38px); letter-spacing: -.065em; line-height: .95; }
.statutes-download small { margin-top: 10px; color: rgba(255, 255, 255, .78); font-size: 13px; line-height: 1.45; }
.statutes-download a { display: flex; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .42); color: #FFFDFC; font-size: 13px; font-weight: 900; text-decoration: none; }
.statutes-download a b { font-size: 18px; line-height: .8; }
.statutes-download a:hover { color: #F0D4D4; }
.self-commitment-download { background: var(--red); }
.downloads-web-content { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); gap: 34px; max-width: 1000px; margin: 0 0 68px; padding: 28px; border: 1px solid var(--line); background: #F1EEEC; }
.downloads-web-content h2 { margin: 0; color: #242321; font-size: clamp(33px, 3.5vw, 49px); line-height: .95; letter-spacing: -.065em; }
.downloads-web-content h2 em, .downloads-heading .section-title em { color: var(--red); font-style: normal; }
.downloads-web-content > div:last-child { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.downloads-web-content a { display: grid; grid-template-columns: 1fr auto; gap: 5px 14px; min-height: 96px; padding: 16px; border: 1px solid var(--line); background: #FFFDFC; color: #242321; text-decoration: none; }
.downloads-web-content a strong { font-size: 15px; letter-spacing: -.035em; }
.downloads-web-content a span { color: var(--muted); font-size: 11px; font-weight: 700; line-height: 1.35; }
.downloads-web-content a b { grid-row: 1 / span 2; grid-column: 2; align-self: end; color: var(--red); font-size: 17px; }
.downloads-web-content a:hover { border-color: #315E47; transform: translateY(-2px); }
.downloads-heading { margin-bottom: 28px; }
.document-download-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.document-download { display: flex; flex-direction: column; min-height: 220px; padding: 23px 24px; border: 1px solid var(--line); background: #FFFDFC; color: #242321; text-decoration: none; }
.document-download > span { margin-bottom: 18px; color: #315E47; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.document-download strong { font-size: 23px; letter-spacing: -.055em; line-height: 1.02; }
.document-download p { margin: 11px 0 20px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.document-download > b { display: flex; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); color: var(--red); font-size: 12px; }
.document-download > b i { font-size: 17px; font-style: normal; line-height: .75; }
.document-download:hover { border-color: #315E47; transform: translateY(-2px); }
.membership-fees .section-title em, .membership-termination h3 em { color: var(--red); font-style: normal; }
.member-fee-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.member-fee-card { min-height: 184px; padding: 23px 24px; border: 1px solid var(--line); background: #FFFDFC; }
.member-fee-card h3 { margin: 0 0 20px; color: #242321; font-size: 23px; letter-spacing: -.055em; }
.member-fee-card dl, .membership-extras dl { margin: 0; }
.member-fee-card dl { display: grid; gap: 11px; }
.member-fee-card dl > div { display: grid; gap: 3px; }
.member-fee-card dt, .membership-extras dt { color: #69635F; font-size: 11px; font-weight: 800; line-height: 1.35; }
.member-fee-card dd, .membership-extras dd { margin: 0; color: #315E47; font-size: 14px; font-weight: 900; line-height: 1.35; }
.membership-details { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(280px, .82fr); gap: 12px; margin-top: 12px; }
.membership-extras { padding: 27px; border: 1px solid var(--line); background: #F1EEEC; }
.membership-extras .kicker, .membership-termination .kicker { margin-bottom: 13px; }
.membership-extras h3, .membership-termination h3 { margin: 0 0 22px; color: #242321; font-size: clamp(27px, 3vw, 38px); letter-spacing: -.065em; line-height: .98; }
.membership-extras dl { display: grid; gap: 11px; }
.membership-extras dl > div { display: grid; grid-template-columns: minmax(180px, .65fr) minmax(0, 1.35fr); gap: 18px; padding-top: 11px; border-top: 1px solid rgba(49, 94, 71, .18); }
.membership-extras dd { color: #242321; font-weight: 700; }
.membership-termination { display: flex; flex-direction: column; min-height: 282px; padding: 27px; background: #315E47; color: #FFFDFC; }
.membership-termination .kicker { color: rgba(255, 255, 255, .76); }
.membership-termination h3, .membership-termination p { color: #FFFDFC; }
.membership-termination h3 em { color: #F0D4D4; }
.membership-termination p { margin: 0; font-size: 14px; line-height: 1.5; }
.membership-termination a { display: flex; justify-content: space-between; gap: 12px; margin-top: auto; padding: 18px 0 14px; border-bottom: 1px solid rgba(255, 255, 255, .46); color: #FFFDFC; font-size: 13px; font-weight: 900; text-decoration: none; }
.membership-termination a b { font-size: 18px; line-height: .8; }
.membership-termination a:hover { color: #F0D4D4; }
.membership-termination small { margin-top: 11px; color: rgba(255, 255, 255, .75); font-size: 11px; line-height: 1.4; }
.governance-chart { position: relative; display: grid; gap: 12px; max-width: 1120px; margin: 0 auto; }
.governance-tier { position: relative; display: grid; grid-template-columns: minmax(220px, .31fr) minmax(0, 1fr); gap: 30px; padding: 24px 28px; border: 1px solid var(--line); background: #FFFDFC; color: #242321; }
.governance-tier::before { position: absolute; top: 0; bottom: 0; left: 27px; width: 3px; content: ""; }
.governance-tier header { padding-left: 16px; }
.governance-tier header span { display: block; margin-bottom: 9px; font-size: 22px; font-weight: 900; letter-spacing: -.055em; }
.governance-tier header p { max-width: 230px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.48; }
.governance-roles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; align-content: center; }
.governance-roles > span, .governance-roles > strong { display: flex; align-items: center; min-height: 54px; padding: 11px 13px; border: 1px solid var(--line); background: #F7F4F2; color: #242321; font-size: 13px; font-weight: 800; line-height: 1.25; }
.governance-tier.board::before { background: var(--red); }
.governance-tier.board header span { color: var(--red); }
.governance-tier.presidium::before { background: #315E47; }
.governance-tier.presidium header span { color: #315E47; }
.governance-tier.committee::before { background: #6C776B; }
.governance-tier.committee header span { color: #6C776B; }
.governance-tier.association::before { background: #242321; }
.governance-tier.association header span { color: #242321; }
.governance-tier.presidium .governance-roles > strong { border-color: var(--red); background: var(--red); color: #FFFDFC; }
.governance-tier.committee .governance-roles > strong { border-color: #315E47; background: #315E47; color: #FFFDFC; }
.governance-tier.association .governance-roles > strong { border-color: #6C776B; background: #6C776B; color: #FFFDFC; }
.organisation-teaser-action { display: block; }
.organisation-teaser-action a { display: grid; grid-template-columns: 1fr auto; gap: 6px 18px; align-items: end; padding: 25px 28px; background: #315E47; color: #FFFDFC; box-shadow: 0 12px 26px rgba(28, 39, 32, .09); text-decoration: none; }
.organisation-teaser-action span { grid-column: 1 / -1; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.organisation-teaser-action strong { font-size: 24px; letter-spacing: -.045em; }
.organisation-teaser-action b { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.45); font-size: 18px; }
.organisation-teaser-action a:hover { background: #254B39; }
.organisation-contacts { display: grid; gap: 14px; max-width: 1120px; margin: 48px auto 0; }
.organisation-contacts-heading { display: grid; grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr); gap: 28px; padding: 0 2px 12px; align-items: end; }
.organisation-contacts-heading .kicker { grid-column: 1 / -1; margin: 0; }
.organisation-contacts-heading h2 { margin: 0; color: #111; font-size: clamp(32px, 4vw, 54px); line-height: .91; letter-spacing: -.065em; }
.organisation-contacts-heading h2 em { color: var(--red); font-style: normal; }
.organisation-page .section-title em { color: var(--red); font-style: normal; }
.organisation-contacts-heading > p:not(.kicker) { max-width: 550px; margin: 0; color: var(--muted); line-height: 1.55; }
.organisation-contact-group { position: relative; overflow: hidden; padding: 24px 26px 26px; border: 1px solid var(--line); background: #FFFDFC; color: #242321; }
.organisation-contact-group::before { position: absolute; top: 0; bottom: 0; left: 0; width: 3px; content: ""; }
.organisation-contact-group header { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 16px; align-items: baseline; }
.organisation-contact-group header p { margin: 0; font-size: 25px; font-weight: 900; letter-spacing: -.055em; }
.organisation-contact-group header span { color: var(--muted); font-size: 13px; }
.organisation-contact-group > div { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.organisation-contact-group.board-contacts::before { background: var(--red); }
.organisation-contact-group.board-contacts header p { color: var(--red); }
.organisation-contact-group.presidium-contacts::before { background: #315E47; }
.organisation-contact-group.presidium-contacts header p { color: #315E47; }
.organisation-contact-group.presidium-contacts > div { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.organisation-contact { display: flex; flex-direction: column; min-height: 142px; padding: 16px; border: 1px solid var(--line); background: #F7F4F2; }
.organisation-contact p { min-height: 32px; margin: 0 0 8px; color: var(--muted); font-size: 11px; font-weight: 800; line-height: 1.28; }
.organisation-contact h3 { margin: 0; color: #242321; font-size: 18px; line-height: 1.04; letter-spacing: -.045em; }
.organisation-contact a { display: flex; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 18px; color: var(--red); font-size: 12px; font-weight: 900; text-decoration: none; }
.presidium-contacts .organisation-contact a { color: #315E47; }
.organisation-contact a b { font-size: 16px; line-height: .8; }
.organisation-contact a:hover { text-decoration: underline; text-underline-offset: 4px; }
.governance-roles.areas { grid-template-columns: repeat(4, minmax(0, 1fr)); }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }

@media (max-width: 760px) {
  .site-header { min-height: 72px; }
  .site-nav { background: #315E47; border-color: #547A67; }
  .site-nav a { padding: 10px 11px; color: #FFFDFC; font-size: 13px; }
  .legal-grid, .statutes-layout, .member-fee-cards, .membership-details, .downloads-web-content, .document-download-grid { grid-template-columns: 1fr; }
  .downloads-web-content > div:last-child { grid-template-columns: 1fr; }
  .membership-extras dl > div { grid-template-columns: 1fr; gap: 4px; }
  .legal-card, .legal-notice { padding: 20px; }
  .governance-tier { grid-template-columns: 1fr; gap: 18px; padding: 21px; }
  .governance-tier::before { left: 20px; }
  .governance-tier header { padding-left: 14px; }
  .organisation-contacts-heading { grid-template-columns: 1fr; gap: 14px; }
  .organisation-contact-group > div, .organisation-contact-group.presidium-contacts > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .organisation-contact-group { padding: 20px; }
  .organisation-contact-group header { align-items: flex-start; flex-direction: column; gap: 4px; }
  .governance-tier header p { max-width: none; }
  .governance-roles, .governance-roles.areas { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero, .hero.red-green, .hero.red, .hero.green, .hero.ink-green, .hero.yellow {
    width: 100%;
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .hero-copy, .hero.red-green .hero-copy {
    width: auto;
    margin: 28px 20px 0;
    padding: 34px 28px 34px;
  }
  .hero.red-green .hero-copy { margin: 0; padding: 50px 28px 46px; }
  .hero-copy::before { margin-bottom: 16px; }
  .hero-side, .hero.red-green .hero-side { min-height: 292px; padding: 0; border: 0; }
  .hero-image, .hero-crest, .hero.red-green .hero-crest { height: 238px; }
  .intro { padding-top: 56px; padding-bottom: 54px; }
  .group-fastlane { width: calc(100% - 50px); padding-top: 20px; padding-bottom: 16px; }
  .fastlane-card { min-height: 122px; }
  .fastlane-category + .fastlane-category { margin-top: 36px; padding-top: 30px; }
  .fastlane-category-head { display: block; margin-bottom: 16px; }
  .fastlane-category-head > p { margin-top: 12px; }
  .fastlane-grid.brauchtum-grid { grid-template-columns: repeat(2, 1fr); }
  .club-areas { padding: 0 22px 18px; }
  .club-areas-heading { margin: 0 -22px 18px; padding: 24px 22px 22px; }
  .club-areas-grid { gap: 7px; }
  .club-areas-grid article { min-height: 106px; padding: 13px; }
  .symbols-copy { padding-top: 62px; padding-bottom: 62px; }
  .symbols figure { min-height: 285px; }
  .section { padding-top: 58px; padding-bottom: 58px; }
  .instagram, .cta-band, .training-note { margin-top: 56px; }
  .instagram-copy { padding: 38px 28px; }
  .instagram-link { min-height: 286px; padding: 28px; }
  .instagram-link small { margin-top: 0; }
  .instagram-link strong { margin: 10px 0 18px; }
  .cta-band, .training-note { margin-bottom: 56px; }
  .events { padding-top: 58px; padding-bottom: 58px; }
  .facts { margin-top: 28px; }
}

/* Das Wappen der Startseite darf als zentraler Markenanker großzügiger wirken. */
.hero.red-green .hero-crest { height: min(400px, 33vw); }
@media (max-width: 760px) { .hero.red-green .hero-crest { height: 270px; } }

/* Das Wappen bleibt frei, erhält aber sichtbar mehr Präsenz. */
.hero.red-green {
  overflow: visible;
  isolation: isolate;
}
.hero.red-green .hero-side {
  z-index: 2;
  overflow: visible;
}
.hero.red-green .hero-crest {
  z-index: 3;
  transform-origin: center;
  filter: drop-shadow(0 20px 16px rgba(0, 0, 0, .22)) drop-shadow(9px 11px 0 rgba(49, 94, 71, .46));
  animation: none;
  transition: transform .26s cubic-bezier(.2, .8, .2, 1), filter .22s ease;
  will-change: transform, filter;
}
.hero.red-green .hero-crest:hover {
  animation: none !important;
  transform: translate(50%, -50%) scale(1.12) rotate(-2.5deg);
  filter: drop-shadow(0 24px 18px rgba(0, 0, 0, .25)) drop-shadow(11px 13px 0 rgba(49, 94, 71, .56));
}
@media (max-width: 760px) {
  .hero.red-green .hero-crest:hover { transform: translate(50%, -50%) scale(1.06) rotate(-1.5deg); }
}
@media (prefers-reduced-motion: reduce) { .hero.red-green .hero-crest { animation: none; } }

/* Mehr Vereinsleben im ersten Eindruck: Wappen, saisonale Akzente und Direkteinstiege. */
.site-header {
  min-height: 90px;
  gap: 28px;
  overflow: visible;
}
.site-header::before {
  position: absolute;
  top: 0;
  right: max(25px, calc((100vw - 1390px) / 2));
  bottom: 3px;
  width: min(44vw, 610px);
  background-image:
    linear-gradient(45deg, transparent 0 35%, #D76B62 36% 64%, transparent 65%),
    linear-gradient(135deg, transparent 0 35%, #FFFDFC 36% 64%, transparent 65%),
    linear-gradient(25deg, transparent 0 34%, #DCEBE0 35% 65%, transparent 66%),
    linear-gradient(112deg, transparent 0 35%, #D76B62 36% 64%, transparent 65%),
    linear-gradient(68deg, transparent 0 35%, #FFFDFC 36% 64%, transparent 65%),
    linear-gradient(148deg, transparent 0 35%, #DCEBE0 36% 64%, transparent 65%),
    linear-gradient(40deg, transparent 0 35%, #FFFDFC 36% 64%, transparent 65%),
    linear-gradient(125deg, transparent 0 35%, #D76B62 36% 64%, transparent 65%),
    radial-gradient(circle, #FFFDFC 0 44%, transparent 48%),
    radial-gradient(circle, #D76B62 0 44%, transparent 48%),
    radial-gradient(circle, #DCEBE0 0 44%, transparent 48%),
    radial-gradient(circle, #FFFDFC 0 44%, transparent 48%),
    radial-gradient(circle, #D76B62 0 44%, transparent 48%),
    radial-gradient(circle, #DCEBE0 0 44%, transparent 48%);
  background-repeat: no-repeat;
  background-size: 8px 12px, 6px 10px, 9px 7px, 7px 11px, 6px 9px, 9px 7px, 6px 10px, 8px 12px, 6px 6px, 7px 7px, 5px 5px, 6px 6px, 5px 5px, 7px 7px;
  background-position: 7% 34%, 14% 22%, 24% 76%, 38% 70%, 51% 18%, 63% 68%, 78% 28%, 92% 73%, 11% 57%, 30% 18%, 45% 79%, 57% 38%, 73% 81%, 88% 47%;
  opacity: .9;
  content: "";
  pointer-events: none;
}
.site-header > * { position: relative; z-index: 1; }
.brand {
  z-index: 3;
  gap: 12px;
  padding-right: 12px;
}
.brand img {
  width: 78px;
  height: 100px;
  margin: -16px 0 -18px;
  filter: drop-shadow(0 8px 8px rgba(0, 0, 0, .25));
  transition: transform .24s cubic-bezier(.2, .8, .2, 1), filter .24s ease;
}
.brand:hover img {
  filter: drop-shadow(0 11px 11px rgba(0, 0, 0, .3));
  transform: translateY(-2px) rotate(-1.5deg) scale(1.035);
}
.brand strong { font-size: 15px; }
.brand small { font-size: 9px; }

.hero.red-green.hero-showcase { min-height: 500px; }
.hero-showcase .hero-copy { z-index: 4; }
.hero-showcase .hero-side {
  align-self: stretch;
  min-height: 0;
  padding: 0;
}
.hero-carousel {
  position: relative;
  width: 100%;
  min-height: 500px;
  isolation: isolate;
}
.hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateX(18px) scale(.985);
  transition: opacity .46s ease, transform .52s cubic-bezier(.2, .8, .2, 1), visibility .52s step-end;
}
.hero-slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transform: translateX(0) scale(1);
  transition: opacity .46s ease, transform .52s cubic-bezier(.2, .8, .2, 1), visibility 0s;
}
.hero-slide::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 12% 19%, currentColor 0 2px, transparent 2.8px), radial-gradient(circle at 72% 17%, currentColor 0 2px, transparent 2.8px), radial-gradient(circle at 85% 72%, currentColor 0 3px, transparent 3.8px), linear-gradient(124deg, transparent 0 45%, rgba(255, 253, 252, .18) 45% 47%, transparent 47% 66%, rgba(255, 253, 252, .12) 66% 68%, transparent 68%);
  opacity: .38;
  content: "";
  pointer-events: none;
}
.slide-garden { background: #315E47; color: #F2EEE8; }
.slide-mask { background: #A8322F; color: #FFF5F3; }
.slide-community { background: #F1EEEC; color: #000; }
.slide-community::before {
  background-image: radial-gradient(circle at 13% 21%, #B02020 0 2px, transparent 2.8px), radial-gradient(circle at 76% 18%, #315E47 0 2px, transparent 2.8px), linear-gradient(124deg, transparent 0 44%, rgba(176, 32, 32, .1) 44% 46%, transparent 46% 66%, rgba(49, 94, 71, .1) 66% 68%, transparent 68%);
  opacity: .72;
}
.hero-slide-copy {
  position: relative;
  z-index: 3;
  width: min(330px, 67%);
  margin: 0 0 58px 38px;
}
.hero-slide-copy p {
  margin: 0 0 12px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-slide-copy h2 {
  margin: 0 0 22px;
  color: inherit;
  font-size: clamp(33px, 3.3vw, 54px);
  line-height: .87;
}
.hero-slide-copy a {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 9px;
  color: inherit;
  font-size: 12px;
  font-weight: 900;
  transition: gap .2s ease, opacity .2s ease;
}
.hero-slide-copy a:hover { gap: 28px; opacity: .8; }
.showcase-symbols {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -17%;
  width: min(560px, 106%);
  height: 102%;
  object-fit: contain;
  transform: translateY(-50%);
  filter: drop-shadow(0 14px 13px rgba(0, 0, 0, .22));
}
.symbols-mask {
  right: -25%;
  width: min(590px, 119%);
  filter: drop-shadow(0 15px 13px rgba(70, 10, 8, .28));
}
.showcase-crest {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 49%;
  height: min(390px, 31vw);
  transform: translate(50%, -50%);
  filter: drop-shadow(0 20px 16px rgba(0, 0, 0, .2)) drop-shadow(9px 11px 0 rgba(49, 94, 71, .38));
  transition: transform .28s cubic-bezier(.2, .8, .2, 1), filter .25s ease;
}
.showcase-crest:hover {
  transform: translate(50%, -50%) scale(1.1) rotate(-2.5deg);
  filter: drop-shadow(0 25px 18px rgba(0, 0, 0, .25)) drop-shadow(11px 13px 0 rgba(49, 94, 71, .5));
}
.hero-carousel-controls {
  position: absolute;
  z-index: 4;
  right: 30px;
  bottom: 27px;
  display: flex;
  gap: 8px;
}
.hero-carousel-controls button {
  width: 9px;
  height: 9px;
  border: 1px solid currentColor;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  color: #FFFDFC;
  cursor: pointer;
  transition: width .2s ease, background .2s ease;
}
.hero-carousel[data-active="2"] .hero-carousel-controls button { color: #315E47; }
.hero-carousel-controls button.is-active { width: 28px; border-radius: 7px; background: currentColor; }

@media (max-width: 1050px) {
  .site-nav { gap: 13px; }
  .site-nav a { font-size: 13px; }
  .hero-slide-copy { margin-left: 28px; }
  .showcase-symbols { right: -27%; width: 123%; }
}
@media (max-width: 760px) {
  .site-header { min-height: 76px; gap: 14px; }
  .site-header::before { width: 62vw; }
  .brand { gap: 8px; padding-right: 0; }
  .brand img { width: 57px; height: 74px; margin: -7px 0 -9px; }
  .brand strong { font-size: 13px; }
  .brand small { font-size: 8px; }
  .hero.red-green.hero-showcase { min-height: auto; }
  .hero-showcase .hero-side { min-height: 330px; }
  .hero-carousel { min-height: 330px; }
  .hero-slide-copy { width: min(284px, 68%); margin: 0 0 42px 28px; }
  .hero-slide-copy h2 { margin-bottom: 17px; font-size: clamp(33px, 10vw, 48px); }
  .showcase-symbols { right: -23%; width: 118%; height: 106%; }
  .symbols-mask { right: -34%; width: 132%; }
  .showcase-crest { height: 260px; right: 49%; }
  .hero-carousel-controls { right: 22px; bottom: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-slide, .showcase-crest, .brand img { transition: none; }
}

/* Echte Vereinsbilder geben dem Aufmacher die Fasnetsenergie, die ein Verein braucht. */
.hero-slide { color: #FFFDFC; }
.hero-slide::before { z-index: 2; opacity: .18; }
.hero-slide::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 18, 13, .73) 0%, rgba(9, 18, 13, .43) 45%, rgba(9, 18, 13, .08) 82%);
  content: "";
  pointer-events: none;
}
.hero-slide-photo {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform 5.6s ease;
}
.hero-slide.is-active .hero-slide-photo { transform: scale(1.06); }
.photo-garden { object-position: 55% center; }
.photo-mask { object-position: 52% center; }
.photo-community { object-position: 54% center; }
.slide-brand-crest {
  position: absolute;
  z-index: 3;
  top: 25px;
  right: 27px;
  height: 102px;
  filter: drop-shadow(0 6px 9px rgba(0, 0, 0, .42));
  transition: transform .26s cubic-bezier(.2, .8, .2, 1), filter .22s ease;
}
.slide-brand-crest:hover {
  filter: drop-shadow(0 10px 12px rgba(0, 0, 0, .5));
  transform: scale(1.08) rotate(-2.2deg);
}
.hero-carousel[data-active="2"] .hero-carousel-controls button { color: #FFFDFC; }
@media (max-width: 760px) {
  .hero-slide::after { background: linear-gradient(90deg, rgba(9, 18, 13, .72), rgba(9, 18, 13, .18)); }
  .slide-brand-crest { top: 18px; right: 20px; height: 72px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-slide-photo { transition: none; }
}

/* Vollbreite Bildbühne: die Vereinsmomente stehen jetzt im Mittelpunkt. */
.hero.red-green.hero-full-width {
  display: block;
  width: min(1390px, calc(100% - 50px));
  min-height: 590px;
  margin: 0 auto;
  background: #182B20;
}
.hero-full-width .hero-full-carousel {
  min-height: 590px;
  overflow: hidden;
}
.hero-full-width .hero-slide-copy {
  width: min(620px, calc(100% - 140px));
  margin: 0 0 128px max(34px, calc((100vw - 1390px) / 2));
}
.hero-full-width .hero-slide-copy p {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 11px;
  background: #A8322F;
  color: #FFFDFC;
  font-size: 10px;
}
.hero-full-width .hero-slide-copy h1 {
  max-width: 680px;
  margin: 0 0 38px;
  color: #FFFDFC;
  font-size: clamp(52px, 6.1vw, 92px);
  letter-spacing: -.075em;
  line-height: .85;
  text-shadow: 0 3px 22px rgba(0, 0, 0, .32);
}
.hero-full-width .hero-slide-copy a {
  border: 0;
  padding: 13px 16px;
  background: #FFFDFC;
  color: #8F2725;
  box-shadow: 5px 6px 0 #315E47;
}
.hero-full-width .hero-slide-copy a:hover {
  gap: 24px;
  opacity: 1;
  transform: translate(-1px, -1px);
}
.hero-full-width .slide-brand-crest {
  top: 30px;
  right: max(28px, calc((100vw - 1390px) / 2));
  height: 116px;
}
.hero-full-width .hero-carousel-controls {
  right: max(34px, calc((100vw - 1390px) / 2));
  bottom: 38px;
}
.hero-full-width .hero-carousel-controls button,
.hero-full-width .hero-carousel[data-active="2"] .hero-carousel-controls button { color: #FFFDFC; }
.hero-carousel-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 253, 252, .24);
  border-radius: 50%;
  padding: 0;
  background: rgba(24, 56, 40, .92);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .26);
  color: #FFFDFC;
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: .82;
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.hero-carousel-arrow:hover {
  background: #A8322F;
  border-color: #A8322F;
  transform: translateY(-50%) scale(1.07);
}
.hero-carousel-arrow:focus-visible {
  outline: 3px solid #FFFDFC;
  outline-offset: 3px;
}
.hero-carousel-arrow.previous { left: 14px; }
.hero-carousel-arrow.next { right: clamp(14px, 2vw, 30px); }
.hero-carousel-signature {
  position: absolute;
  z-index: 4;
  bottom: 31px;
  left: clamp(34px, 5vw, 76px);
  display: flex;
  align-items: center;
  gap: 13px;
  color: #FFFDFC;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .42);
}
.hero-carousel-signature span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.hero-carousel-signature strong {
  padding-left: 13px;
  border-left: 2px solid #A8322F;
  font-size: 14px;
}
@media (max-width: 760px) {
  .hero.red-green.hero-full-width,
  .hero-full-width .hero-full-carousel { min-height: 540px; }
  .hero.red-green.hero-full-width { width: calc(100% - 32px); }
  .hero-full-width .hero-slide-copy {
    width: calc(100% - 88px);
    margin: 0 0 117px 28px;
  }
  .hero-full-width .hero-slide-copy p { margin-bottom: 13px; }
  .hero-full-width .hero-slide-copy h1 { margin-bottom: 30px; font-size: clamp(45px, 13vw, 64px); }
  .hero-full-width .slide-brand-crest { top: 20px; right: 23px; height: 82px; }
  .hero-carousel-arrow { width: 40px; height: 40px; font-size: 28px; }
  .hero-carousel-arrow.previous { left: 12px; }
  .hero-carousel-arrow.next { right: 12px; }
  .hero-full-width .hero-carousel-controls { right: 24px; bottom: 28px; }
  .hero-carousel-signature { bottom: 22px; left: 28px; gap: 8px; }
  .hero-carousel-signature span { display: none; }
  .hero-carousel-signature strong { padding-left: 0; border-left: 0; font-size: 12px; }
}

/* Serviceleiste und überstehendes Vereinswappen als klarer Auftakt. */
.club-utility {
  position: relative;
  z-index: 39;
  min-height: 36px;
  background: #88081C;
  color: #FFFDFC;
}
.club-utility-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  flex-wrap: nowrap;
  width: min(1390px, calc(100% - 50px));
  min-height: 36px;
  margin: 0 auto;
  white-space: nowrap;
}
.club-utility a {
  position: relative;
  padding: 7px 0;
  color: #FFFDFC;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.club-utility a + a::before {
  position: absolute;
  top: 50%;
  left: -13px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 253, 252, .7);
  content: "";
  transform: translateY(-50%);
}
.club-utility a:hover { color: #DCEBE0; }
.site-header { z-index: 40; }
.brand { z-index: 5; }
.brand img,
.brand:hover img {
  width: 93px;
  height: 121px;
  margin: -27px 0 -25px;
  filter: drop-shadow(0 9px 9px rgba(0, 0, 0, .28));
  transform: none;
  transition: none;
}
@media (max-width: 760px) {
  .club-utility { min-height: 33px; }
  .club-utility-inner {
    justify-content: center;
    gap: 18px;
    width: calc(100% - 28px);
    min-height: 33px;
  }
  .club-utility a { font-size: 8px; letter-spacing: .055em; }
  .club-utility a + a::before { left: -10px; }
  .brand img,
  .brand:hover img {
    width: 65px;
    height: 84px;
    margin: -15px 0 -13px;
  }
}

/* Serviceleiste und Navigation bleiben beim Scrollen als ein gemeinsamer Kopfbereich sichtbar. */
.site-chrome {
  position: sticky;
  z-index: 70;
  top: 0;
  isolation: isolate;
}
.site-chrome .club-utility { z-index: 1; }
.site-chrome .site-header {
  position: relative;
  z-index: 2;
  top: auto;
}
.club-utility-inner { gap: 18px; }
.utility-links,
.utility-social {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.utility-links { gap: 24px; }
.utility-social { gap: 8px; }
.utility-links a + a::before { display: none; }
.utility-social a + a::before { display: none; }
.utility-links .service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
}
.service-icon {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  color: currentColor;
}
.shop-icon::before {
  position: absolute;
  right: 1px;
  bottom: 1px;
  left: 1px;
  height: 9px;
  border: 1.4px solid currentColor;
  border-radius: 1px 1px 3px 3px;
  content: "";
}
.shop-icon::after {
  position: absolute;
  top: 0;
  left: 4px;
  width: 6px;
  height: 5px;
  border: 1.4px solid currentColor;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  content: "";
}
.member-icon::before {
  position: absolute;
  top: 0;
  left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}
.member-icon::after {
  position: absolute;
  right: 1px;
  bottom: 1px;
  left: 1px;
  height: 7px;
  border-radius: 7px 7px 2px 2px;
  background: currentColor;
  content: "";
}
.utility-social .social-icon {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid rgba(255, 253, 252, .45);
  border-radius: 50%;
  padding: 0;
  background: #FFFDFC;
  color: #A8322F;
  letter-spacing: 0;
  text-transform: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.utility-social .social-icon:hover {
  background: #315E47;
  color: #FFFDFC;
  transform: translateY(-1px);
}
.social-icon.facebook span {
  color: inherit;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(2px);
}
.social-icon.youtube span {
  position: relative;
  width: 14px;
  height: 10px;
  border-radius: 3px;
  background: currentColor;
}
.social-icon.youtube span::after {
  position: absolute;
  top: 2px;
  left: 5px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #FFFDFC;
  content: "";
}
.social-icon.instagram span {
  position: relative;
  width: 13px;
  height: 13px;
  border: 2px solid currentColor;
  border-radius: 4px;
}
.social-icon.instagram span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}
.social-icon.instagram span::after {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}
@media (max-width: 760px) {
  .club-utility-inner { width: calc(100% - 20px); gap: 10px; }
  .club-utility a { font-size: clamp(6.5px, 2.5vw, 8px); letter-spacing: .04em; }
  .utility-links { gap: 12px; }
  .utility-links .service-link { gap: 4px; }
  .service-icon { width: 13px; height: 13px; flex-basis: 13px; }
  .shop-icon::after { left: 3px; }
  .member-icon::before { left: 4px; }
  .utility-social { gap: 4px; }
  .utility-social .social-icon { width: 20px; height: 20px; flex-basis: 20px; }
  .social-icon.facebook span { font-size: 16px; }
  .social-icon.youtube span { transform: scale(.84); }
  .social-icon.instagram span { transform: scale(.86); }
}

/* Ein festes, bewusst zurückhaltendes Vereinswappen gibt allen Seiten dieselbe Identität. */
body {
  isolation: isolate;
}
body::before {
  position: fixed;
  z-index: 0;
  top: 50%;
  right: auto;
  left: max(25px, calc((100vw - 1390px) / 2));
  width: clamp(440px, 46vw, 760px);
  height: clamp(590px, 62vw, 970px);
  background: url("vereinswappen-freigestellt.png") center / contain no-repeat;
  opacity: .045;
  content: "";
  pointer-events: none;
  transform: translateY(-45%);
}
body > * {
  position: relative;
  z-index: 1;
}
.site-chrome { z-index: 70; }
@media (max-width: 760px) {
  body::before {
    right: auto;
    left: 16px;
    width: 430px;
    height: 590px;
    opacity: .035;
  }
}

/* Das Wappen der Kopfzeile ragt nur nach oben aus, nie in den Bildaufmacher. */
.brand img,
.brand:hover img { margin: -27px 0 0; }
.hero { z-index: 1; isolation: isolate; }
@media (max-width: 760px) {
  .brand img,
  .brand:hover img { margin: -15px 0 0; }
}

/* Die drei Netzwerke bleiben als feste Icon-Reihe zusammen. */
.utility-social {
  display: grid;
  grid-template-columns: repeat(3, 26px);
  gap: 8px;
  width: 94px;
  min-width: 94px;
  flex: 0 0 94px;
}
@media (max-width: 760px) {
  .club-utility-inner { width: calc(100% - 12px); gap: 8px; }
  .utility-links { gap: 10px; }
  .utility-social {
    grid-template-columns: repeat(3, 19px);
    gap: 3px;
    width: 63px;
    min-width: 63px;
    flex-basis: 63px;
  }
  .utility-social .social-icon { width: 19px; height: 19px; flex-basis: 19px; }
}

/* Text des Bildaufmachers ist unabhängig von der Bildbreite fest links verankert. */
.hero-full-width .hero-slide {
  display: block;
}
.hero-full-width .hero-slide-copy {
  position: absolute;
  right: auto;
  bottom: 128px;
  left: clamp(34px, 5vw, 76px);
  width: min(620px, calc(100% - 150px));
  margin: 0;
}
@media (max-width: 760px) {
  .hero-full-width .hero-slide-copy {
    right: auto;
    bottom: 117px;
    left: 28px;
    width: calc(100% - 88px);
    margin: 0;
  }
}

/* Mobil ist die Serviceleiste eine gemeinsame feste Reihe, keine verschachtelte Flex-Zeile. */
@media (max-width: 760px) {
  .club-utility-inner {
    display: grid;
    grid-template-columns: max-content max-content repeat(3, 19px);
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    width: 100%;
    min-height: 33px;
    white-space: nowrap;
  }
  .utility-links,
  .utility-social {
    display: contents;
  }
  .utility-links .service-link {
    display: inline-flex;
    gap: 4px;
    white-space: nowrap;
  }
  .utility-social .social-icon {
    display: grid;
    width: 19px;
    height: 19px;
    min-width: 19px;
    padding: 0;
  }
}

/* Alle Symbolbuttons erhalten eine geometrisch eindeutige Mittelachse. */
.hero-carousel-arrow {
  display: grid;
  place-items: center;
  padding: 0;
  font-size: 0;
  line-height: 1;
}
.hero-carousel-arrow span {
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
}
.hero-carousel-arrow.previous span { transform: rotate(45deg); }
.hero-carousel-arrow.next span { transform: rotate(225deg); }
.utility-social .social-icon {
  display: grid;
  place-items: center;
  padding: 0;
  line-height: 1;
}
.utility-social .social-icon > span {
  display: block;
  margin: 0;
  transform: none !important;
}
.social-icon.facebook span { line-height: 1; }
.utility-links .service-link {
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.service-icon { align-self: center; }

/* Eine flache, nicht umbrechbare Serviceleiste: fünf direkte Rasterzellen. */
.club-utility-inner {
  display: grid;
  grid-template-columns: max-content max-content repeat(3, 26px);
  align-items: center;
  justify-content: end;
  column-gap: 14px;
  flex-wrap: initial;
}
.club-utility-inner > a + a::before { display: none; }
.club-utility-inner > .service-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
}
.club-utility-inner > .social-icon {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid rgba(255, 253, 252, .45);
  border-radius: 50%;
  padding: 0;
  background: #FFFDFC;
  color: #A8322F;
  line-height: 1;
}
.club-utility-inner > .social-icon > span {
  display: block;
  margin: 0;
  transform: none !important;
}
@media (max-width: 760px) {
  .club-utility-inner {
    grid-template-columns: 73px 65px repeat(3, 19px);
    justify-content: center;
    column-gap: 6px;
    width: 100%;
    min-height: 33px;
  }
  .club-utility-inner > .service-link { gap: 4px; }
  .club-utility-inner > .social-icon {
    width: 19px;
    height: 19px;
    min-width: 19px;
    padding: 0;
  }
}

/* Die historische Vereins-Schrift erscheint als ruhige Wortmarke im grünen Kopfbereich. */
.brand { min-width: 0; }
.brand > .brand-crest,
.brand:hover > .brand-crest {
  width: 93px;
  height: 121px;
  margin: -27px 0 0;
  object-fit: contain;
  filter: drop-shadow(0 9px 9px rgba(0, 0, 0, .28));
  transform: none;
  transition: none;
}
.brand > .brand-wordmark,
.brand:hover > .brand-wordmark {
  width: clamp(158px, 16vw, 228px);
  height: auto;
  max-height: 76px;
  margin: 0;
  object-fit: contain;
  filter: saturate(.82) contrast(.95) drop-shadow(0 1px 0 rgba(10, 31, 21, .4));
  transform: none;
  transition: none;
}
.site-nav a { color: #F8F1E9; }
.site-nav a:hover,
.site-nav a.active { color: #FFF9F3; border-color: #FFF9F3; }
@media (max-width: 760px) {
  .site-header {
    background-size: auto;
    background-position: center;
  }
  .brand > .brand-crest,
  .brand:hover > .brand-crest {
    width: 65px;
    height: 84px;
    margin: -15px 0 0;
  }
  .brand > .brand-wordmark,
  .brand:hover > .brand-wordmark {
    width: min(39vw, 144px);
    max-height: 55px;
  }
}

/* Die Serviceleiste bleibt auch bei hoher Browser-Vergrößerung zwingend eine Zeile. */
.club-utility {
  height: 36px;
  min-height: 36px;
  overflow-x: auto;
  overflow-y: hidden;
}
.club-utility-inner {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  width: min(1390px, calc(100% - 50px)) !important;
  min-width: max-content;
  height: 36px;
  min-height: 36px;
  margin: 0 auto;
  white-space: nowrap;
}
.club-utility-inner > a {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin: 0 !important;
}
.brand > .brand-wordmark,
.brand:hover > .brand-wordmark {
  filter: brightness(0) invert(1) drop-shadow(0 1px 0 rgba(10, 31, 21, .45));
}
@media (max-width: 760px) {
  .club-utility {
    height: 33px;
    min-height: 33px;
  }
  .club-utility-inner {
    gap: 6px;
    width: max-content !important;
    min-width: 219px;
    height: 33px;
    min-height: 33px;
    justify-content: center;
  }
}

/* Das Wappen bleibt als überstehendes Zeichen im festen Kopfbereich stets vorne sichtbar. */
.site-chrome,
.site-header,
.brand { overflow: visible; }
.brand { position: relative; z-index: 8; }
.brand > .brand-crest,
.brand:hover > .brand-crest {
  position: relative;
  z-index: 2;
  width: 117px;
  height: 152px;
  margin: -32px 0 -38px;
}
.brand > .brand-wordmark,
.brand:hover > .brand-wordmark { position: relative; z-index: 3; }
.brand > .brand-wordmark,
.brand:hover > .brand-wordmark {
  filter: drop-shadow(0 1px 0 rgba(10, 31, 21, .35));
}
.club-utility-inner > .social-icon.facebook > span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  text-transform: lowercase;
  transform: translateY(1px) !important;
}
/* AuÃŸerhalb des Gruppen-Einstiegs erscheint kein Wasserzeichen. */
body::before { display: none !important; content: none !important; }
@media (max-width: 760px) {
  .club-areas-heading::after {
    right: -70px;
    bottom: -160px;
    width: 260px;
    height: 325px;
    opacity: .05;
  }
}
@media (max-width: 760px) {
  .brand > .brand-crest,
  .brand:hover > .brand-crest {
    width: 77px;
    height: 100px;
    margin: -18px 0 -6px;
  }
}

/* Gruppen und Vereinsinfos sind als Unterseiten unter Ueber uns gebuendelt. */
.site-nav .nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}
.site-nav .nav-dropdown summary {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 12px 0;
  border-bottom: 2px solid transparent;
  color: #F8F1E9;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .01em;
  line-height: 1;
  list-style: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .28);
}
.site-nav .nav-dropdown summary::-webkit-details-marker { display: none; }
.site-nav .nav-dropdown summary::after {
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: translateY(-2px) rotate(45deg);
  transition: transform .18s ease;
}
.site-nav .nav-dropdown[open] summary::after { transform: translateY(2px) rotate(225deg); }
.site-nav .nav-dropdown:has(a.active) summary,
.site-nav .nav-dropdown summary:hover { color: #FFF9F3; border-color: #FFF9F3; }
.nav-dropdown-panel {
  position: absolute;
  z-index: 30;
  top: 100%;
  left: 50%;
  display: none;
  width: 184px;
  padding: 7px;
  border: 1px solid rgba(255, 253, 252, .28);
  background: #315E47;
  box-shadow: 0 12px 24px rgba(9, 27, 18, .28);
  transform: translateX(-50%);
}
.nav-dropdown[open] .nav-dropdown-panel { display: grid; }
.site-nav .nav-dropdown-panel a {
  padding: 10px 11px;
  border: 0;
  color: #FFFDFC;
  font-size: 12px;
  line-height: 1.15;
}
.site-nav .nav-dropdown-panel a:hover,
.site-nav .nav-dropdown-panel a.active { border: 0; background: rgba(176, 32, 32, .78); color: #FFFDFC; }
.site-nav .groups-dropdown .nav-dropdown-panel {
  min-width: 220px;
  max-height: min(66vh, 410px);
  overflow-y: auto;
}
@media (max-width: 760px) {
  .site-nav .nav-dropdown { display: block; width: 100%; }
  .site-nav .nav-dropdown summary { padding: 8px 10px; font-size: 10px; }
  .nav-dropdown-panel { position: static; width: 100%; margin: 3px 0 6px; padding: 4px; transform: none; box-shadow: none; }
  .site-nav .nav-dropdown-panel a { padding: 9px 10px; font-size: 10px; }
}

/* Der Header bleibt bewusst ruhig: keine Konfetti-Dekoration. */
.site-header::before { display: none; content: none; }

/* Dezente Positionsanzeige direkt unter der roten Headerlinie. */
.breadcrumb-bar {
  position: relative;
  z-index: 1;
  min-height: 31px;
  border: 0;
  background: #E7E5E2;
  color: #5C5B58;
}
.breadcrumb-inner {
  display: flex;
  align-items: center;
  width: min(1390px, calc(100% - 50px));
  min-height: 31px;
  margin: 0 auto;
  overflow: hidden;
  color: #5C5B58;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
}
.breadcrumb-inner a {
  color: #315E47;
  text-decoration: none;
}
.breadcrumb-inner a:hover { color: #B02020; }
.breadcrumb-separator {
  margin: 0 9px;
  color: #A49F9A;
  font-size: 16px;
  font-weight: 400;
}
.breadcrumb-current {
  overflow: hidden;
  color: #262522;
  text-overflow: ellipsis;
}

/* Alle Unterseiten greifen die Bildsprache des Startseiten-Aufmachers auf. */
.hero.page-hero,
.hero.page-hero.red,
.hero.page-hero.green,
.hero.page-hero.yellow,
.hero.page-hero.ink-green {
  position: relative;
  display: block;
  width: min(1390px, calc(100% - 50px));
  min-height: 480px;
  margin: 0 auto;
  overflow: hidden;
  background: #1B392B;
  color: #FFFDFC;
  isolation: isolate;
}
.hero.page-hero::before { display: none; }
.hero.page-hero::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 20, 13, .84) 0%, rgba(8, 20, 13, .62) 45%, rgba(8, 20, 13, .16) 100%), var(--page-hero-image) center / cover no-repeat;
  content: "";
  pointer-events: none;
}
.hero.page-hero .hero-copy {
  position: relative;
  z-index: 1;
  width: min(760px, 72%);
  margin: 0;
  padding: 58px clamp(34px, 5vw, 76px) 52px;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  color: #FFFDFC;
}
.hero.page-hero .hero-copy .kicker {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 11px;
  background: #B02020;
  color: #FFFDFC;
  font-size: 10px;
  letter-spacing: .09em;
  line-height: 1;
}
.hero.page-hero .hero-copy h1 {
  max-width: 690px;
  margin: 0 0 21px;
  color: #FFFDFC;
  font-size: clamp(53px, 6.2vw, 86px);
  line-height: .88;
  text-shadow: 0 4px 16px rgba(0, 0, 0, .25);
}
.hero.page-hero .hero-copy > p:not(.kicker) {
  max-width: 570px;
  margin-bottom: 29px;
  color: rgba(255, 253, 252, .9);
  font-size: 17px;
  line-height: 1.5;
}
.hero.page-hero .hero-copy > .button {
  border: 0;
  border-radius: 0;
  background: #FFFDFC;
  box-shadow: none;
  color: #B02020;
}
.hero.page-hero .hero-copy > .button:hover {
  background: #B02020;
  color: #FFFDFC;
  transform: translateY(-2px);
}
.hero.page-hero .hero-side { display: none; }
.split-tone-hero { --split-tone-left: #B02020; --split-tone-right: #315E47; }
.split-tone-hero .hero-copy { z-index: 2; width: min(680px, 62%); }
.hero.page-hero.split-tone-hero::after { background: var(--split-tone-left); }
.hero.page-hero.history-hero::before {
  display: none;
}
.split-tone-hero .history-crest-panel {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  display: grid;
  width: min(33%, 410px);
  place-items: center;
  overflow: visible;
  isolation: isolate;
  background: var(--split-tone-right);
}
.split-tone-hero .history-crest-panel::before,
.split-tone-hero .history-crest-panel::after {
  position: absolute;
  top: -14%;
  bottom: -14%;
  border-radius: 50% 0 0 50%;
  content: "";
  pointer-events: none;
}
.split-tone-hero .history-crest-panel::before {
  z-index: 0;
  left: -68px;
  width: 78px;
  background: #FFFDFC;
}
.split-tone-hero .history-crest-panel::after {
  z-index: 1;
  left: -59px;
  width: 76px;
  background: var(--split-tone-right);
}
.split-tone-hero .history-crest-panel img {
  position: relative;
  z-index: 2;
  width: min(76%, 280px);
  max-height: 350px;
  object-fit: contain;
  filter: drop-shadow(0 14px 13px rgba(0, 0, 0, .24));
}
.hero.page-hero.group-detail-hero {
  display: flex;
  align-items: flex-end;
  min-height: 590px;
  overflow: hidden;
  isolation: isolate;
  background: #182B20;
}
.hero.page-hero.group-detail-hero::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: #182B20;
  content: "";
  pointer-events: none;
}
.hero.page-hero.group-detail-hero::after {
  z-index: 2;
  background: linear-gradient(90deg, rgba(9, 18, 13, .76) 0%, rgba(9, 18, 13, .51) 45%, rgba(9, 18, 13, .12) 82%, rgba(9, 18, 13, .02) 100%);
  pointer-events: none;
}
.group-detail-hero .group-hero-photo {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
.group-tanzmariechen-hero .group-hero-photo { object-position: right top; }
.hero.page-hero.group-detail-hero .hero-copy {
  align-self: flex-end;
  z-index: 3;
  width: min(620px, calc(100% - 140px));
  margin: 0 0 128px clamp(34px, 5vw, 76px);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.hero.page-hero.group-detail-hero .hero-copy .kicker {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 11px;
  background: #A8322F;
  color: #FFFDFC;
  font-size: 10px;
}
.hero.page-hero.group-detail-hero .hero-copy h1 {
  max-width: 680px;
  margin: 0 0 38px;
  color: #FFFDFC;
  font-size: clamp(52px, 6.1vw, 92px);
  letter-spacing: -.075em;
  line-height: .85;
  text-shadow: 0 3px 22px rgba(0, 0, 0, .32);
}
.hero.page-hero.group-detail-hero .hero-copy > p:not(.kicker) {
  max-width: 570px;
  margin: 0 0 27px;
  color: rgba(255, 253, 252, .92);
}
.hero.page-hero.group-detail-hero .hero-copy > .button {
  border: 0;
  padding: 13px 16px;
  background: #FFFDFC;
  color: #8F2725;
  box-shadow: 5px 6px 0 #315E47;
}
.hero.page-hero.group-detail-hero .hero-copy > .button:hover {
  background: #FFFDFC;
  color: #8F2725;
  transform: translate(-1px, -1px);
}
.group-profile-intro { padding-bottom: 56px; }
@media (max-width: 760px) {
  .hero.page-hero,
  .hero.page-hero.red,
  .hero.page-hero.green,
  .hero.page-hero.yellow,
  .hero.page-hero.ink-green { width: 100%; min-height: 432px; }
  .breadcrumb-bar { min-height: 28px; }
  .breadcrumb-inner {
    width: calc(100% - 32px);
    min-height: 28px;
    font-size: 9px;
    letter-spacing: .03em;
  }
  .breadcrumb-separator { margin: 0 6px; font-size: 13px; }
  .hero.page-hero .hero-copy { width: min(600px, 100%); padding: 46px 28px 42px; }
  .hero.page-hero .hero-copy h1 { font-size: clamp(45px, 13vw, 63px); }
  .hero.page-hero .hero-copy > p:not(.kicker) { font-size: 15px; }
  .history-hero, .organisation-hero { min-height: 432px !important; }
  .history-hero .hero-copy, .organisation-hero .hero-copy { width: 100%; padding-bottom: 42px; }
  .hero.page-hero.history-hero::before,
  .hero.page-hero.organisation-hero::before {
    display: none;
  }
  .split-tone-hero .history-crest-panel { display: none; }
  .hero.page-hero.group-detail-hero { width: calc(100% - 32px); min-height: 540px; }
  .hero.page-hero.group-detail-hero .hero-copy {
    width: calc(100% - 88px);
    margin: 0 0 117px 28px;
    padding: 0;
  }
  .hero.page-hero.group-detail-hero .hero-copy .kicker { margin-bottom: 13px; }
  .hero.page-hero.group-detail-hero .hero-copy h1 {
    margin-bottom: 22px;
    font-size: clamp(45px, 13vw, 64px);
  }
  .group-detail-hero .group-hero-photo { width: 100%; }
  .group-profile-intro { padding-bottom: 38px; }
}

/* Gruppenseiten: Typografie und Höhe wie der Aufmacher der Startseite. */
.hero.page-hero.group-detail-hero {
  min-height: 590px;
}
.hero.page-hero.group-detail-hero .hero-copy {
  margin-bottom: 128px;
}
.group-compact-content {
  display: grid;
  grid-template-columns: minmax(250px, .86fr) minmax(0, 1.14fr);
  gap: clamp(42px, 6vw, 96px);
  width: min(1200px, calc(100% - 56px));
  margin: 0 auto;
  padding: 64px 0 70px;
  align-items: start;
}
.group-compact-copy .kicker {
  margin-bottom: 14px;
}
.group-compact-copy h2 {
  margin: 0 0 20px;
  color: #000;
  font-size: clamp(39px, 4.4vw, 61px);
}
.group-compact-copy h2 em {
  color: var(--red);
  font-style: normal;
}
.group-compact-copy p:not(.kicker) {
  max-width: 510px;
  margin: 0;
  color: #54514d;
  font-size: 16px;
  line-height: 1.55;
}
.group-compact-copy .group-snapshot {
  margin-top: 17px;
  padding-top: 17px;
  border-top: 1px solid var(--line);
  color: #242321;
  font-weight: 700;
}
.group-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}
.group-detail-grid > div {
  min-height: 99px;
  padding: 18px 19px;
  border: 1px solid var(--line);
  background: #FFFDFC;
}
.group-detail-grid dt {
  margin-bottom: 8px;
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.group-detail-grid dd {
  margin: 0;
  color: #111;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.42;
}
@media (max-width: 1060px) {
  .group-compact-content { grid-template-columns: .8fr 1.2fr; gap: 38px; }
}
@media (max-width: 760px) {
  .hero.page-hero.group-detail-hero { min-height: 540px; }
  .hero.page-hero.group-detail-hero .hero-copy {
    width: calc(100% - 56px);
    margin: 0 0 56px 28px;
  }
  .hero.page-hero.group-detail-hero .hero-copy h1 { margin-bottom: 30px; }
  .group-compact-content {
    grid-template-columns: 1fr;
    gap: 30px;
    width: calc(100% - 40px);
    padding: 42px 0 50px;
  }
  .group-compact-copy h2 { font-size: clamp(38px, 11vw, 52px); }
  .group-compact-copy p:not(.kicker) { font-size: 15px; }
  .group-detail-grid { grid-template-columns: 1fr; }
  .group-detail-grid > div { min-height: 0; padding: 15px 17px; }
}

/* Die Positionsnavigation beginnt neben dem überstehenden Wappen, nicht darunter. */
.breadcrumb-inner {
  padding-left: 145px;
}
.breadcrumb-inner a {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 0 2px;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  transition: color .16s ease, text-decoration-color .16s ease;
}
.breadcrumb-inner a:hover,
.breadcrumb-inner a:focus-visible {
  color: #B02020;
  text-decoration-color: currentColor;
}
@media (max-width: 760px) {
  .breadcrumb-inner { padding-left: 94px; }
  .breadcrumb-inner a { min-height: 28px; }
}

/* Gruppen-Karten: der Gruppenname steht im Fokus, ohne Nummern oder Zierstrich. */
.group-card::before { display: none; }
.group-card h3 {
  margin: 0 0 14px;
  font-size: clamp(25px, 2.2vw, 31px);
}
.group-card .group-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px 12px;
  margin-bottom: 18px;
}
.group-card .group-type {
  margin: 0 !important;
  color: #5C5B58 !important;
  font-size: 10px !important;
  font-weight: 900;
  letter-spacing: .095em;
  text-transform: uppercase;
}
.group-card .age {
  margin: 0;
  padding: 5px 8px;
  border: 1px solid var(--line);
  background: #FFFDFC;
  color: #315E47;
  font-size: 11px;
  font-weight: 900;
}

/* Elferrat-Rot ist der verbindliche Akzent für Texte, Schaltflächen und Interaktionen. */
:root {
  --red: #88081C;
  --red-dark: #650413;
}
.header-cta { background: var(--red); }
.header-cta:hover { background: var(--red-dark); }
.hero-copy,
.hero.red-green .hero-copy,
.slide-mask { background: var(--red); }
.hero-full-width .hero-slide-copy p,
.hero.page-hero .hero-copy .kicker,
.hero.page-hero.group-detail-hero .hero-copy .kicker { background: var(--red); }
.hero-full-width .hero-slide-copy a { color: var(--red); }
.hero-carousel-arrow:hover { border-color: var(--red); background: var(--red); }
.hero-carousel-signature strong { border-left-color: var(--red); }
.hero.page-hero .hero-copy > .button { color: var(--red); }
.hero.page-hero .hero-copy > .button:hover { background: var(--red); }
.split-tone-hero { --split-tone-left: var(--red); }
.organisation-hero {
  --split-tone-left: #315E47;
  --split-tone-right: var(--red);
}
.breadcrumb-inner a:hover,
.breadcrumb-inner a:focus-visible { color: var(--red); }
.club-utility-inner > .social-icon { color: var(--red); }

/* Herkunft und Figur des Lachatrappers: ein eigenständiger, bildgestützter Geschichtsbaustein. */
.lachatrapper-origin {
  width: min(1390px, calc(100% - 50px));
  margin: 0 auto;
  padding: clamp(34px, 5vw, 70px);
  border: 0;
  background: transparent;
}
.lachatrapper-origin-heading { margin-bottom: 36px; }
.lachatrapper-origin-heading .kicker { margin-bottom: 13px; }
.lachatrapper-origin-heading h2 {
  margin: 0;
  color: #111;
  font-size: clamp(38px, 5vw, 70px);
  line-height: .9;
}
.lachatrapper-origin-heading h2 em { color: var(--red); font-style: normal; }
.lachatrapper-origin-layout {
  display: block;
}
.lachatrapper-origin-story { display: grid; gap: 15px; }
.lachatrapper-origin-story p { max-width: 880px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.62; }
.lachatrapper-origin-details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 1fr);
  gap: 12px;
  margin-top: 36px;
}
.lachatrapper-origin-details article,
.lachatrapper-mask-detail { min-height: 280px; padding: 25px 28px; }
.lachatrapper-origin-details article { border-left: 4px solid #315E47; background: #F7F4F2; }
.lachatrapper-mask-caption { margin-top: 20px !important; color: #315E47 !important; font-size: 14px; font-weight: 800; line-height: 1.45 !important; }
.lachatrapper-mask-detail {
  display: grid;
  justify-items: center;
  align-content: center;
  margin: 0;
  overflow: hidden;
  background: #F7F4F2;
}
.lachatrapper-mask-detail img {
  display: block;
  width: min(430px, 100%);
  max-height: 270px;
  object-fit: contain;
  filter: drop-shadow(0 12px 12px rgba(0, 0, 0, .22));
}
.lachatrapper-origin-details h3 { margin: 0 0 12px; font-size: clamp(23px, 2.3vw, 31px); line-height: .98; }
.lachatrapper-origin-details article p { max-width: 640px; margin: 0; color: var(--muted); line-height: 1.55; }
@media (max-width: 760px) {
  .lachatrapper-origin { width: calc(100% - 32px); padding: 30px 24px; }
  .lachatrapper-origin-details { grid-template-columns: 1fr; }
  .lachatrapper-origin-details { margin-top: 27px; }
  .lachatrapper-origin-details article,
  .lachatrapper-mask-detail { min-height: 0; padding: 23px 21px; }
  .lachatrapper-mask-detail img { width: min(360px, 100%); max-height: 260px; }
}

/* Startseite: kurze Wege, klare Karten und kein unnötiger Leerraum. */
#content > .section.watermark-section {
  padding-top: 48px;
  padding-bottom: 42px;
}
#content > .section.watermark-section .section-heading { margin-bottom: 28px; }
#content > .section.watermark-section .card-grid { gap: 14px; }
#content > .section.watermark-section .shortcut {
  min-height: 168px;
  padding: 22px 26px;
}
#content > .section.watermark-section .shortcut a { padding-top: 11px; }
#content > .section.watermark-section + .instagram { margin-top: 36px; }
#content > .instagram .instagram-copy { padding-top: 32px; padding-bottom: 32px; }
#content > .instagram .instagram-link { min-height: 280px; padding-top: 28px; padding-bottom: 28px; }
#content > .instagram + .cta-band {
  margin-top: 38px;
  margin-bottom: 36px;
  padding-top: 36px;
  padding-bottom: 36px;
}
@media (max-width: 760px) {
  #content > .section.watermark-section { padding-top: 42px; padding-bottom: 36px; }
  #content > .section.watermark-section .section-heading { margin-bottom: 24px; }
  #content > .section.watermark-section .shortcut { min-height: 158px; padding: 20px 22px; }
  #content > .section.watermark-section + .instagram { margin-top: 32px; }
  #content > .instagram .instagram-copy { padding-top: 30px; padding-bottom: 30px; }
  #content > .instagram .instagram-link { min-height: 260px; padding-top: 26px; padding-bottom: 26px; }
  #content > .instagram + .cta-band { margin-top: 32px; margin-bottom: 38px; padding-top: 34px; padding-bottom: 34px; }
}

/* Navigation: Dezenter roter Akzent statt voluminöser Schaltfläche. */
.site-nav .nav-join {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 8px 11px 8px 13px;
  border: 0;
  border-radius: 1px;
  background: rgba(187, 37, 43, .92);
  box-shadow: inset 3px 0 0 rgba(255, 253, 252, .78);
  color: #FFFDFC;
  line-height: 1;
  text-shadow: none;
}
.site-nav .nav-join:hover,
.site-nav .nav-join:focus-visible {
  background: var(--red-dark);
  box-shadow: inset 3px 0 0 #FFFDFC;
  color: #FFFDFC;
  transform: translateY(-1px);
}

/* Bereits vor dem Überlaufen wird aus der Hauptnavigation ein echtes Hamburger-Menü. */
@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
  }
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(255, 253, 252, .45);
    border-radius: 3px;
    padding: 10px 12px;
    background: rgba(22, 64, 47, .28);
    color: #FFFDFC;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .045em;
    cursor: pointer;
  }
  .menu-toggle:hover { background: rgba(255, 253, 252, .13); }
  .menu-toggle-icon {
    display: grid;
    width: 16px;
    gap: 3px;
  }
  .menu-toggle-icon i {
    display: block;
    width: 16px;
    height: 1.5px;
    border-radius: 2px;
    background: currentColor;
    transition: transform .18s ease, opacity .18s ease;
  }
  .menu-toggle.is-open .menu-toggle-icon i:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle.is-open .menu-toggle-icon i:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open .menu-toggle-icon i:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .site-nav {
    display: none;
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 12px 0 10px;
    border-top: 1px solid rgba(255, 253, 252, .28);
    white-space: normal;
  }
  .site-nav.open { display: flex; }
  .site-nav > a,
  .site-nav .nav-dropdown summary {
    width: 100%;
    padding: 11px 10px;
    border-bottom: 0;
    font-size: 14px;
  }
  .site-nav .nav-dropdown { display: block; width: 100%; }
  .site-nav .nav-dropdown-panel {
    position: static;
    width: 100%;
    margin: 2px 0 5px;
    padding: 4px;
    transform: none;
    box-shadow: none;
  }
  .site-nav .nav-dropdown-panel a { padding: 10px 12px; font-size: 12px; }
  .site-nav .nav-join {
    justify-content: flex-start;
    width: 100%;
    margin-top: 6px;
    padding: 11px 12px 11px 15px;
  }
}
@media (max-width: 760px) {
  .site-header { gap: 12px; }
  .menu-toggle { padding: 9px 10px; }
  .menu-toggle-label { display: none; }
  .site-nav > a,
  .site-nav .nav-dropdown summary { padding: 10px 9px; font-size: 12px; }
  .site-nav .nav-dropdown-panel a { padding: 9px 10px; font-size: 11px; }
}

/* Die Bildbühne bleibt lebendig, zeigt aber ohne Ken-Burns-Zoom mehr vom eigentlichen Foto. */
.hero-slide-photo,
.hero-slide.is-active .hero-slide-photo { transform: scale(1); }
.group-detail-hero .group-hero-photo {
  width: min(78%, 1080px);
  object-fit: contain;
  object-position: right center;
}
@media (max-width: 760px) {
  .group-detail-hero .group-hero-photo {
    width: 100%;
    object-fit: cover;
  }
}

