:root {
  --green: #174f3a;
  --green-dark: #0f3729;
  --green-deep: #0a2b21;
  --gold: #d7a72d;
  --gold-light: #f0cf76;
  --cream: #fbfaf5;
  --cream-dark: #f2eee3;
  --ink: #20231f;
  --muted: #62675f;
  --white: #fff;
  --line: #e7e3d8;
  --shadow: 0 12px 35px rgba(31, 40, 33, .10);
  --radius: 20px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
code { background: #eeeae1; padding: .1rem .3rem; border-radius: 4px; }

.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 850px; }
.skip-link { position: absolute; left: -9999px; top: 0; }
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  background: #fff;
  padding: .7rem 1rem;
  z-index: 1000;
  border-radius: 8px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 250, 245, .96);
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  backdrop-filter: blur(10px);
}
.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}
.brand span,
.footer-brand {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: 1;
  color: var(--green-dark);
}
.brand small {
  font-size: .88rem;
  color: var(--muted);
  margin-top: 2px;
  font-weight: 450;
  line-height: 1.2; 
  padding-left: .3rem
}
.main-nav { display: flex; align-items: center; gap: 15px; }
.main-nav a {
  text-decoration: none;
  font-weight: 650;
  font-size: .9rem;
  white-space: nowrap;
  color: var(--green-dark);
}
.main-nav a:hover,
.main-nav a:focus-visible { color: var(--green); }
.nav-cta { background: var(--gold); padding: .68rem .9rem; border-radius: 10px; }
.menu-button {
  display: none;
  border: 1px solid var(--line);
  background: #fff;
  padding: .65rem .9rem;
  border-radius: 10px;
  font: inherit;
  font-weight: 700;
}
.back-home {
  text-decoration: none;
  font-weight: 750;
  color: var(--green-dark);
}
.back-home:hover { text-decoration: underline; }

.hero {
  position: relative;
  min-height: 660px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #1d3e30;
}
.hero > picture,
.hero > picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero > picture img { object-position: center 42%; }
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 30, 21, .88) 0%, rgba(8, 30, 21, .67) 42%, rgba(8, 30, 21, .16) 76%, rgba(8, 30, 21, .05) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding-block: 90px;
  max-width: var(--max);
}
.hero-content > * { max-width: 690px; }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
  font-weight: 800;
  margin: 0 0 .7rem;
}
.eyebrow.dark { color: var(--green); }
.eyebrow.light { color: var(--gold-light); }
.hero h1,
.section h2,
.page-hero h1,
.contact-section h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 700;
  line-height: 1.08;
}
.hero h1 { font-size: clamp(3rem, 6.5vw, 5.2rem); margin: .15rem 0 1.15rem; }
.hero p { font-size: clamp(1rem, 2vw, 1.2rem); }

.button-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .75rem 1.1rem;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid transparent;
}
.button-gold { background: var(--gold); color: #1e241d; }
.button-gold:hover,
.button-gold:focus-visible { filter: brightness(.94); }
.button-ghost { border-color: rgba(255,255,255,.8); color: #fff; background: rgba(255,255,255,.06); }
.button-outline { border-color: var(--green); color: var(--green-dark); background: transparent; }
.button-outline:hover { background: rgba(23, 79, 58, .07); }

.button-christmas {
  background: #A93628;
  color: #fffaf0;
  border: 1px solid #8C2D22;
}

.button-christmas:hover,
.button-christmas:focus-visible {
  background: #D4432F;
  color: #fffaf0;
  border: 1px solid #D4432F;
}


.text-link { color: var(--green); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 4px; }

.section { padding: 55px 0; }
.section-heading { text-align: center; max-width: 780px; margin: 0 auto 42px; }
.section h2,
.contact-section h2 { font-size: clamp(2.2rem, 5vw, 3.4rem); margin: .15rem 0 1rem; color: var(--green-dark); }
.light-heading h2 { color: #fff; }
.light-heading p { color: #e2ece6; }

.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,.035);
}
.card h3 {
  color: var(--green);
  margin: .8rem 0 .5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}
.icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #f1ead5;
  display: grid;
  place-items: center;
  margin: auto;
  color: #956f0d;
  font-size: 1.55rem;
}

.season-section { background: var(--green); color: #fff; padding: 55px 0; }
.season-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.season-grid article {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  padding: 26px 22px;
}

.season-grid span { font-size: 1.9rem; }
/* Sonne beim Sommer gelb */
.season-grid article:nth-child(2) span {
  color: #FFD54F;
}

/* Stern beim Advent im Goldton der Homepage */
.season-grid article:nth-child(4) span {
  color: var(--gold);
}

.season-grid h3 { font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; margin: .55rem 0 .3rem; }
.season-grid p { margin: 0; color: #e5eee9; }

.benefits { background: var(--green-dark); color: #fff; padding: 58px 0; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; text-align: center; }
.benefits strong { font-size: 2rem; color: var(--gold-light); }
.benefits h3 { margin: .45rem 0; }
.benefits p { margin: 0; color: #e4ece7; }

.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; }
.photo-card { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); max-height: 560px; }
.photo-card img { width: 100%; height: 560px; object-fit: cover; object-position: center 42%; }

.christmas-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 20%, rgba(215,167,45,.16), transparent 24%),
    radial-gradient(circle at 90% 75%, rgba(215,167,45,.12), transparent 26%),
    linear-gradient(135deg, #173e31 0%, #0b2b22 100%);
  color: #fff;
}
.christmas-section::before,
.christmas-section::after {
  content: "✦";
  position: absolute;
  color: rgba(240,207,118,.22);
  font-size: 8rem;
  line-height: 1;
}
.christmas-section::before { top: 18px; right: 7%; }
.christmas-section::after { bottom: 20px; left: 4%; font-size: 5rem; }
.christmas-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.christmas-copy h2 { color: var(--gold); font-size: clamp(2.6rem, 5vw, 4.2rem); }
.christmas-eyebrow { color: var(--gold-light); }
.christmas-lead { font-size: 1.15rem; }
.christmas-panel {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(240,207,118,.38);
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
}
.christmas-star { font-size: 2.4rem; color: var(--gold-light); margin-bottom: .5rem; }
.christmas-panel article + article { border-top: 1px solid rgba(255,255,255,.14); margin-top: 18px; padding-top: 18px; }
.christmas-panel h3 { margin: 0 0 .35rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; color: var(--gold-light); }
.christmas-panel p { margin: 0; color: #edf3ef; }

.alt-section { background: var(--cream-dark); }


.audio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

#hoerproben .section-heading {
  margin-bottom: 18px;
}

.audio-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}

.audio-card h3 {
  margin-top: 0;
}

.audio-card audio {
  width: 100%;
  margin-top: auto;
}

/* Hörproben auf dem Handy untereinander */
@media (max-width: 650px) {
  .audio-grid {
    grid-template-columns: 1fr;
  }

  .audio-card {
    padding: 20px;
  }
}

.audio-card h3 {
  margin-top: 0;
  margin-bottom: 6px;
}

.audio-card p {
  margin-top: 0;
}

.audio-note {
  margin: 18px 0 0;
  text-align: center;
  font-size: 0.85rem;
  color: var(--muted);
}

.audio-placeholder { border: 1px dashed #cfc8b8; }
.small-muted { font-size: .9rem; color: var(--muted); }

.press-section { background: #fff; }
.quote-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.quote-card {
  margin: 0;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px;
  position: relative;
}
.quote-card::before { content: "“"; position: absolute; top: 4px; left: 16px; font-family: Georgia, serif; font-size: 4.5rem; color: rgba(215,167,45,.32); line-height: 1; }
.quote-card p { position: relative; margin: 0 0 1rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; line-height: 1.45; color: var(--green-dark); }
.quote-card footer { color: var(--muted); font-size: .9rem; }
.center-action { text-align: center; margin-top: 30px; }

.downloads-section { background: #f6f3ea; }
.download-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.download-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px; }
.download-card > span { font-size: 1.7rem; color: var(--green); }
.download-card h3 { margin: .6rem 0 .4rem; font-family: Georgia, "Times New Roman", serif; color: var(--green-dark); }
.download-card a { color: var(--green); font-weight: 800; text-underline-offset: 3px; }
.download-note { max-width: 900px; margin: 28px auto 0; padding: 18px 20px; background: #fff; border-left: 4px solid var(--gold); border-radius: 10px; font-size: .92rem; }

.contact-section { padding: 36px 0 80px; }
.contact-box {
  background: var(--green);
  color: #fff;
  border-radius: var(--radius);
  padding: 44px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}
.contact-box h2 { color: #fff; margin-top: 0; }
.contact-actions { display: flex; flex-direction: column; gap: 10px; min-width: 250px; text-align: center; }
.contact-actions small { color: #dbe6df; }

.site-footer { padding: 52px 0 24px; background: #f7f4ec; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.site-footer nav { display: flex; flex-direction: column; gap: 7px; }
.site-footer nav a { text-decoration: none; }
.site-footer nav a:hover { text-decoration: underline; }
.footer-bottom {
  border-top: 1px solid var(--line);
  margin-top: 36px;
  padding-top: 20px;
  color: var(--muted);
  font-size: .9rem;
  display: flex;
  flex-wrap: wrap;
  gap: .35rem 1rem;
  justify-content: space-between;
}
.copyright-note { max-width: 760px; }
.simple-footer { padding-top: 20px; }
.simple-footer .footer-bottom { margin-top: 0; }


.page-hero {
  background: var(--green-dark);
  color: #fff;
  padding: 42px 0 40px;
}

.page-hero h1 {
  font-size: clamp(3rem, 7vw, 5rem);
  margin: .2rem 0 1rem;
}

.page-hero p {
  font-size: 1.1rem;
}

.prose { max-width: 820px; }
.prose h2 { margin-top: 2.4rem; }
.prose h2:first-child { margin-top: 0; }
.page-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

.press-list { max-width: 940px; }
.press-entry { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 28px 30px; box-shadow: 0 8px 24px rgba(0,0,0,.035); }
.press-entry + .press-entry { margin-top: 20px; }
.press-kicker { margin: 0 0 .5rem; color: var(--green); font-weight: 800; font-size: .92rem; }
.press-entry blockquote { margin: .4rem 0 1rem; padding-left: 20px; border-left: 4px solid var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; line-height: 1.4; color: var(--green-dark); }
.press-entry > p:last-child { margin-bottom: 0; }
.compact-section { padding: 60px 0; }
.center-copy { text-align: center; }

@media (max-width: 1060px) {
  .main-nav { gap: 10px; }
  .main-nav a { font-size: .84rem; }
  .download-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .menu-button { display: block; }
  .main-nav {
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 75px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    border-radius: 14px;
    padding: 16px;
    flex-direction: column;
    align-items: stretch;
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: .6rem; font-size: .95rem; }
  .hero { min-height: 600px; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,30,21,.88), rgba(8,30,21,.50)); }
  .cards,
  .benefits-grid,
  .season-grid { grid-template-columns: 1fr 1fr; }
  .split-grid,
  .christmas-wrap { grid-template-columns: 1fr; }
  .photo-card { order: 2; }
  .contact-box { flex-direction: column; align-items: flex-start; }
  .contact-actions { text-align: left; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 650px) {
  .wrap { width: min(var(--max), calc(100% - 28px)); }
  .nav-wrap { min-height: 70px; }
  .back-home { font-size: .9rem; }
  .hero { min-height: 650px; }
  .hero-content { padding-block: 60px; }
  .hero > picture img { object-position: 57% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,30,21,.92), rgba(8,30,21,.66)); }
  .cards,
  .benefits-grid,
  .season-grid,
  .quote-grid,
  .download-grid,
  .audio-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 68px 0; }
  .season-section { padding: 48px 0; }
  .contact-box { padding: 30px 22px; }
  .photo-card,
  .photo-card img { height: 430px; }
  .christmas-panel { padding: 24px; }
  .page-hero { padding: 62px 0 58px; }
  .press-entry { padding: 24px 20px; }
  .press-entry blockquote { font-size: 1.3rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}


/* Foto- und Veranstalterbereiche */
.impressions-section { background: #fff; }
.impressions-grid {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  grid-template-rows: repeat(2, minmax(220px, 1fr));
  gap: 18px;
}
.impression-card {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: var(--shadow);
  min-height: 250px;
  background: #e8e3d8;
}
.impression-wide { grid-row: 1 / span 2; }
.impression-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.impression-card figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 40px 20px 16px;
  color: #fff;
  font-size: .94rem;
  background: linear-gradient(transparent, rgba(8, 30, 21, .84));
}

.christmas-feature {
  margin: 0;
  width: 85%;
  max-width: 530px;
  justify-self: center;
  align-self: start;
}

.christmas-feature img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}
.christmas-feature figcaption {
  padding: 12px 16px 14px;
  color: #e9efe9;
  font-size: .9rem;
  text-align: center;
}
.christmas-highlights {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 40px;
}
.christmas-highlights article {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(240,207,118,.28);
  border-radius: 16px;
  padding: 24px 22px;
}
.christmas-highlights span {
  color: var(--gold-light);
  font-size: 1.6rem;
}
.christmas-highlights h3 {
  margin: .45rem 0 .35rem;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--gold-light);
  font-size: 1.35rem;
}
.christmas-highlights p {
  margin: 0;
  color: #eaf0ec;
}
.christmas-gallery {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.4fr .65fr .65fr;
  gap: 16px;
  margin-top: 22px;
}
.christmas-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  min-height: 280px;
  background: #102c22;
}
.christmas-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.christmas-gallery-wide img { object-position: center 45%; }



/* Veranstalter – Technikbereich */

.organizer-intro {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 45px;
  align-items: center;
  padding: 30px 42px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.organizer-intro > div {
  max-width: 650px;
}

.organizer-intro .eyebrow {
  margin-bottom: 10px;
}

.organizer-intro h2 {
  font-size: clamp(2.3rem, 4vw, 3.6rem);
  line-height: 1.05;
  margin: 0 0 20px;
}

.organizer-intro p:last-child {
  margin-bottom: 0;
}

.equipment-photo {
  width: 100%;
  max-width: 250px;
  margin: 0;
  justify-self: end;
  background: #f7f4ec;
  border-radius: 16px;
  overflow: hidden;
}

.equipment-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.equipment-photo figcaption {
  padding: 10px 12px 12px;
  margin: 0;
  text-align: center;
  color: var(--muted);
  font-size: .82rem;
}
Fürs Handy zusätzlich
@media (max-width: 750px) {
  .organizer-intro {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 28px 22px;
  }

  .organizer-intro h2 {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  .equipment-photo {
    max-width: 280px;
    justify-self: center;
  }
}




@media (max-width: 900px) {
  .impressions-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .impression-wide { grid-column: 1 / -1; grid-row: auto; min-height: 420px; }
  .christmas-highlights { grid-template-columns: 1fr; }
  .christmas-gallery { grid-template-columns: 1fr 1fr; }
  .christmas-gallery-wide { grid-column: 1 / -1; }
  .organizer-intro { grid-template-columns: 1fr 260px; gap: 30px; }
}

@media (max-width: 650px) {
  .impressions-grid,
  .christmas-gallery,
  .organizer-intro { grid-template-columns: 1fr; }
  .impression-wide { grid-column: auto; min-height: 300px; }
  .impression-card { min-height: 260px; }
  .christmas-gallery-wide { grid-column: auto; }
  .christmas-gallery figure { min-height: 260px; }
  .christmas-gallery figure:not(.christmas-gallery-wide) { min-height: 420px; }
  .equipment-photo { max-width: 420px; }
}


.story-photo-section { padding: 58px 0 8px; }
.story-photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.story-photo-grid figure,
.press-photo-banner {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}
.story-photo-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.story-photo-grid figcaption,
.press-photo-banner figcaption {
  padding: 12px 16px 14px;
  color: var(--muted);
  font-size: .9rem;
}
.press-photo-section { padding: 46px 0 0; background: var(--cream); }
.press-photo-banner img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  object-position: center 42%;
}

@media (max-width: 650px) {
  .story-photo-grid { grid-template-columns: 1fr; }
}



/* Ergänzte historische und aktuelle Fotos */
.impression-wide-bottom {
  grid-column: 1 / -1;
  min-height: 360px;
}
.impression-wide-bottom img {
  object-position: center 48%;
}


/* Historische und aktuelle Fotos */

.then-now-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 38px;
  align-items: stretch;
}

.then-now-grid figure {
  margin: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .10);
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.then-now-grid img {
  width: 100%;
  height: auto;
  aspect-ratio: 825 / 900;
  object-fit: cover;
  object-position: center;
  display: block;
}

.then-now-grid figcaption {
  padding: 12px 16px 14px;
  color: var(--muted);
  font-size: .9rem;
  text-align: center;
  margin-top: auto;
}



.christmas-feature {
  margin: 0;
  align-self: start;
  height: auto;
}

.christmas-feature img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 802 / 1110;
  object-fit: cover;
}

.christmas-gallery {
  grid-template-columns: repeat(2, 1fr);
}
.christmas-gallery .christmas-gallery-wide,
.christmas-gallery .christmas-gallery-second {
  grid-column: auto;
}
.christmas-gallery .christmas-gallery-wide img,
.christmas-gallery .christmas-gallery-second img {
  aspect-ratio: 16 / 10;
}
.christmas-gallery figure:not(.christmas-gallery-wide) img {
  aspect-ratio: 4 / 5;
}

@media (max-width: 650px) {
  .then-now-grid,
  .christmas-gallery { grid-template-columns: 1fr; }
  .impression-wide-bottom { grid-column: auto; min-height: 280px; }
  .then-now-grid img { aspect-ratio: 4 / 3; object-position: center top;}
  .christmas-feature img { max-height: none; }
}

/* Attraktiver Pressebereich */
.press-hero {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--green-dark);
}
.press-hero-media,
.press-hero-media img,
.press-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.press-hero-media img {
  object-fit: cover;
  object-position: center 42%;
}
.press-hero-shade {
  background: linear-gradient(180deg, rgba(7,31,23,.12) 10%, rgba(7,31,23,.76) 68%, rgba(7,31,23,.96) 100%);
}
.press-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 120px 0 64px;
}
.press-hero-content h1 {
  max-width: 900px;
  margin: 0 0 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 1.05;
}
.press-hero-content > p:last-child {
  max-width: 760px;
  margin: 0;
  font-size: 1.12rem;
  color: #eef4f0;
}
.press-intro-section { padding-bottom: 34px; }
.press-showcase-section { padding-top: 20px; background: linear-gradient(180deg, var(--cream) 0%, #f5f1e7 100%); }
.press-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.press-story-card {
  position: relative;
  overflow: hidden;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 34px 32px 30px;
  box-shadow: 0 14px 36px rgba(31,40,33,.07);
}
.press-story-card::after {
  content: "“";
  position: absolute;
  right: 18px;
  bottom: -34px;
  font-family: Georgia, serif;
  font-size: 10rem;
  line-height: 1;
  color: rgba(215,167,45,.11);
  pointer-events: none;
}
.press-story-featured {
  background: linear-gradient(145deg, #143f30 0%, #0c3024 100%);
  border-color: rgba(215,167,45,.34);
  color: #fff;
}
.press-story-number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-bottom: 18px;
  background: #f1ead5;
  color: #8d6810;
  font-weight: 850;
  font-size: .88rem;
}
.press-story-featured .press-story-number {
  background: var(--gold);
  color: #1f261f;
}
.press-story-card .press-kicker {
  margin-bottom: .7rem;
}
.press-story-featured .press-kicker { color: var(--gold-light); }
.press-story-card blockquote {
  margin: 0 0 1rem;
  padding: 0;
  border: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.35;
  color: var(--green-dark);
}
.press-story-featured blockquote { color: #fff; }
.press-story-card > p:last-child {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: var(--muted);
}
.press-story-featured > p:last-child { color: #dfe9e3; }

.press-mosaic-section {
  padding: 88px 0;
  background: #fff;

  .press-mosaic-section .section-heading {
  text-align: center;
  margin-bottom: 38px;
}

.press-mosaic-section .section-heading .eyebrow {
  color: var(--green);
}

.press-mosaic-section .section-heading h2 {
  color: var(--green-dark);
}
}
.press-mosaic {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  grid-template-rows: repeat(2, 250px);
  gap: 18px;
}
.press-mosaic figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #e9e4d8;
  box-shadow: var(--shadow);
}
.press-mosaic-large { grid-row: 1 / span 2; }
.press-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.press-mosaic figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 44px 18px 16px;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(transparent, rgba(7,31,23,.82));
}
.press-download-cta { padding-top: 18px; }
.press-download-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 38px;
  padding: 42px 44px;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
  box-shadow: 0 18px 45px rgba(15,55,41,.18);
}
.press-download-box h2 {
  color: #fff;
  margin-top: 0;
  font-size: clamp(2rem, 4vw, 3rem);
}
.press-download-box p { max-width: 720px; }

@media (max-width: 850px) {
  .press-showcase-grid { grid-template-columns: 1fr; }
  .press-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .press-mosaic-large { grid-column: 1 / -1; grid-row: auto; min-height: 380px; }
  .press-mosaic figure:not(.press-mosaic-large) { min-height: 260px; }
  .press-download-box { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 650px) {
  .press-hero { min-height: 480px; }
  .press-hero-content { padding: 100px 0 44px; }
  .press-showcase-grid { gap: 16px; }
  .press-story-card { padding: 28px 22px 24px; }
  .press-mosaic { grid-template-columns: 1fr; }
  .press-mosaic-large { grid-column: auto; min-height: 300px; }
  .press-mosaic figure:not(.press-mosaic-large) { min-height: 300px; }
  .press-download-box { padding: 30px 24px; }
}

/* Downloadbereich: PDF, Word und Pressefoto */
.download-grid-three{grid-template-columns:repeat(3,1fr)}
.download-card.featured-download{border-top:4px solid var(--gold)}
.download-card.featured-download>span{font-family:Georgia,"Times New Roman",serif;font-size:1.15rem;font-weight:800;letter-spacing:.04em}
.download-link{display:inline-flex;margin-top:.5rem;font-weight:800;color:var(--green);text-decoration:none;border-bottom:2px solid var(--gold);padding-bottom:.15rem}
.download-link:hover,.download-link:focus-visible{color:var(--green-dark);border-bottom-color:var(--green-dark)}
@media(max-width:800px){.download-grid-three{grid-template-columns:1fr}}


/* Vollständige Presseartikel */
.press-originals-section{background:#fff;padding-top:72px}
.press-original-list{display:grid;gap:14px;max-width:980px;margin:0 auto}
.press-original-card{border:1px solid var(--line);border-radius:18px;background:#fbfaf5;overflow:hidden;box-shadow:0 8px 24px rgba(31,40,33,.045)}
.press-original-card summary{list-style:none;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;cursor:pointer;padding:20px 22px}
.press-original-card summary::-webkit-details-marker{display:none}
.press-original-card summary:hover{background:#f5f1e7}
.press-original-number{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--green-dark);color:#fff;font-weight:800;font-size:.85rem}
.press-original-heading{display:flex;flex-direction:column;gap:2px}
.press-original-heading strong{font-family:Georgia,"Times New Roman",serif;color:var(--green-dark);font-size:1.22rem}
.press-original-heading small{color:var(--muted);font-size:.9rem}
.press-original-action{font-weight:750;color:var(--green);white-space:nowrap}
.press-original-card[open] .press-original-action::after{content:"  −"}
.press-original-card:not([open]) .press-original-action::after{content:"  +"}
.press-original-body{padding:6px 28px 26px 80px;border-top:1px solid var(--line);background:#fff}
.press-original-body p{margin:1rem 0;line-height:1.72}
@media(max-width:650px){.press-original-card summary{grid-template-columns:auto 1fr;gap:12px;padding:17px}.press-original-action{grid-column:2;font-size:.9rem}.press-original-body{padding:4px 18px 20px}}


/* Originale Presse-Ausschnitte */
.press-scan-section{background:linear-gradient(180deg,#f7f4ec 0%,#fff 100%);padding-top:76px}
.press-scan-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;align-items:start}
.press-scan-card{margin:0;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 12px 34px rgba(31,40,33,.08)}
.press-scan-card>a{position:relative;display:block;background:#eeeae1;text-decoration:none;overflow:hidden}
.press-scan-card img{display:block;width:100%;height:520px;object-fit:contain;background:#f3f0e7;padding:14px;transition:transform .22s ease}
.press-scan-card a:hover img,.press-scan-card a:focus-visible img{transform:scale(1.012)}
.press-scan-zoom{position:absolute;right:16px;bottom:16px;padding:.55rem .8rem;border-radius:999px;background:rgba(15,55,41,.92);color:#fff;font-size:.84rem;font-weight:800;box-shadow:0 6px 18px rgba(0,0,0,.2)}
.press-scan-card figcaption{display:flex;flex-direction:column;gap:3px;padding:18px 20px 20px}
.press-scan-card figcaption strong{font-family:Georgia,"Times New Roman",serif;color:var(--green-dark);font-size:1.2rem}
.press-scan-card figcaption small{color:var(--muted);font-size:.92rem}
@media(max-width:760px){.press-scan-grid{grid-template-columns:1fr}.press-scan-card img{height:auto;max-height:none}.press-scan-card{border-radius:16px}}


.press-mosaic-section .section-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  font-weight: 700;
  color: var(--green-dark);
  margin-top: 0;
}

/* Überschriften auf der Unterseite "Über uns" */
.prose h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  font-weight: 700;
  color: var(--green-dark);
}

/* Fotos auf der Unterseite "Über uns" */
.story-photo-section {
  padding-top: 25px;
  padding-bottom: 25px;
}

.story-photo-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.story-photo-grid figure {
  margin: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .10);
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.story-photo-grid img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.story-photo-grid figcaption {
  padding: 12px 16px 14px;
  color: var(--muted);
  font-size: .9rem;
  text-align: center;
  margin-top: auto;
}

@media (max-width: 650px) {
  .story-photo-grid {
    grid-template-columns: 1fr;
  }

  .story-photo-grid img {
    height: auto;
  }
}
/* Abstand nach den Fotos auf "Über uns" */
.story-photo-section + .section {
  padding-top: 15px;
}
/* Material für Veranstalter und Presse */

.material-area {
  margin-top: 5px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.material-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.material-heading h2 {
  margin: 0 0 10px;
}

.material-heading p {
  margin: 0;
}

.material-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.material-group {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.material-group-heading {
  margin-bottom: 22px;
}

.material-label {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.material-group h3 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--green-dark);
  font-size: 1.55rem;
}

.material-group-heading p {
  margin: 0;
  color: var(--muted);
}

.material-links {
  display: grid;
  gap: 10px;
}

.material-links a {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
  padding: 13px 14px;
  border-radius: 12px;
  background: #f7f4ec;
  color: var(--green-dark);
  text-decoration: none;
  transition: transform .15s ease, background .15s ease;
}

.material-links a:hover,
.material-links a:focus-visible {
  background: #f0eadc;
  transform: translateY(-1px);
}

.material-links a > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--green-dark);
  color: #fff;
  font-size: .75rem;
  font-weight: 800;
}

.material-links strong,
.material-links small {
  display: block;
}

.material-links small {
  margin-top: 2px;
  color: var(--muted);
  font-size: .82rem;
}

.christmas-material {
  border-top: 4px solid var(--gold);
}

.christmas-material .material-label {
  color: var(--gold);
}

.download-note {
  max-width: 850px;
  margin: 22px auto 0;
  text-align: center;
  color: var(--muted);
  font-size: .85rem;
}


/* Handy */

@media (max-width: 750px) {
  .material-grid {
    grid-template-columns: 1fr;
  }

  .material-area {
    margin-top: 42px;
    padding-top: 36px;
  }

  .material-group {
    padding: 22px;
  }
}
/* Veranstalterbereich näher an den vorherigen Abschnitt rücken */
.downloads-section {
  padding-top: 45px;
  padding-bottom: 70px;
}