/* ---- Self-hosted fonts (kein Google-Kontakt) ---- */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/libre-baskerville-regular-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/libre-baskerville-regular-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/libre-baskerville-regular-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/libre-baskerville-regular-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/libre-baskerville-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/libre-baskerville-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/open-sans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/open-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ============================================================
   RUNGHOLT ENSEMBLE
   Highlight: #2497BE  |  Brand: #BA2025
   Headlines: Libre Baskerville (serif)
   Body: Open Sans
   ============================================================ */

:root {
  --highlight: #2497BE;
  --highlight-dark: #1a7a9e;
  --brand: #BA2025;
  --brand-dark: #951a1e;
  --text: #231f20;
  --text-light: #666;
  --bg: #ffffff;
  --bg-light: #f4f6f7;
  --border: #dde3e7;
  --shadow: 0 2px 16px rgba(0,0,0,0.07);
  --shadow-hover: 0 8px 40px rgba(0,0,0,0.14);
  --serif: 'Libre Baskerville', Georgia, 'Times New Roman', serif;
  --sans: 'Open Sans', -apple-system, sans-serif;
  --max-width: 1280px;
  --header-h: 88px;
  --header-h-small: 58px;
  --ease: 0.3s ease;
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--sans); color: var(--text); background: var(--bg); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font-family: var(--sans); }

/* ---- Container ---- */
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 2rem; }

/* ---- Typography ---- */
h1, h2, h3, h4, h5 { font-family: var(--serif); line-height: 1.2; font-weight: 700; }
h1 { font-size: clamp(2rem, 4vw, 3.2rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); }
h4 { font-size: 1.05rem; }
p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

/* ================================================================
   HEADER
   ================================================================ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--header-h);
  background: #fff;
  box-shadow: 0 1px 0 var(--border), 0 4px 24px rgba(0,0,0,0.06);
  transition: height var(--ease), box-shadow var(--ease);
}
.site-header.scrolled {
  height: var(--header-h-small);
  box-shadow: 0 1px 0 var(--border), 0 6px 30px rgba(0,0,0,0.1);
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.site-logo img,
.site-logo svg {
  height: 90px;
  width: auto;
  transition: height var(--ease);
}
.site-header.scrolled .site-logo img,
.site-header.scrolled .site-logo svg { height: 60px; }

/* Navigation */
.site-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.site-nav a {
  font-size: 1rem;
  color: var(--text);
  padding: 0.5rem 0.75rem;
  border-bottom: 2px solid transparent;
  transition: color var(--ease), border-color var(--ease);
}
.site-nav a:hover,
.site-nav a.active {
  color: var(--highlight);
  border-bottom-color: var(--highlight);
}

/* Mobile hamburger */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  width: 40px;
  height: 40px;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all var(--ease);
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ================================================================
   HERO SLIDER
   ================================================================ */
.hero-slider {
  margin-top: var(--header-h);
  height: 86vh;
  min-height: 520px;
  position: relative;
  overflow: hidden;
  background: #1a1a2e;
}
.hero-track {
  display: flex;
  height: 100%;
  transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  will-change: transform;
}
.hero-slide {
  flex: 0 0 100%;
  position: relative;
  background-size: cover;
  background-position: center;
}
.hero-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(0,0,0,0.68) 0%, rgba(0,0,0,0.3) 55%, rgba(0,0,0,0.08) 100%);
}
/* Placeholder slides */
.hero-slide:nth-child(1) { background-color: #1a1a2e; }
.hero-slide:nth-child(2) { background-color: #0f3460; }
.hero-slide:nth-child(3) { background-color: #16213e; }

.hero-content {
  position: absolute;
  bottom: 12%;
  left: 7%;
  z-index: 5;
  max-width: 620px;
  color: #fff;
}
.hero-textbox {
  background: rgba(0,0,0,0.42);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-left: 4px solid var(--highlight);
  padding: 2rem 2.5rem 2.25rem;
}
.hero-textbox .label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--highlight);
  margin-bottom: 0.6rem;
}
.hero-textbox h1 {
  color: #fff;
  font-size: clamp(1.7rem, 3.5vw, 2.8rem);
  margin-bottom: 0.65rem;
  line-height: 1.1;
}
.hero-textbox .subtitle {
  font-size: 1rem;
  color: rgba(255,255,255,0.82);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

/* Arrows */
.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  border: 2px solid rgba(255,255,255,0.35);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--ease), border-color var(--ease);
  backdrop-filter: blur(4px);
}
.hero-arrow:hover { background: var(--highlight); border-color: var(--highlight); }
.hero-arrow.prev { left: 1.5rem; }
.hero-arrow.next { right: 1.5rem; }

/* Dots */
.hero-dots {
  position: absolute;
  bottom: 1.75rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 8px;
  align-items: center;
}
.hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: rgba(255,255,255,0.4);
  border: none;
  cursor: pointer;
  transition: all var(--ease);
  padding: 0;
}
.hero-dot.active {
  background: var(--highlight);
  width: 26px;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.section { padding: 5rem 0; }
.section--alt { background: var(--bg-light); }
.section--dark {
  background: var(--text);
  color: #fff;
}

.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 3rem;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid var(--border);
}
.section-title {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.8vw, 2.3rem);
  position: relative;
  padding-left: 1.1rem;
}
.section-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.1em;
  bottom: 0.05em;
  width: 4px;
  background: var(--highlight);
  border-radius: 2px;
}
.section--dark .section-title { color: #fff; }
.section--dark .section-header { border-color: rgba(255,255,255,0.15); }

.section-link {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--highlight);
  border-bottom: 2px solid var(--highlight);
  padding-bottom: 2px;
  white-space: nowrap;
  transition: color var(--ease), border-color var(--ease);
}
.section-link:hover { color: var(--text); border-color: var(--text); }

/* ================================================================
   BUTTONS
   ================================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background var(--ease), color var(--ease), border-color var(--ease), transform 0.15s;
  line-height: 1;
}
.btn:active { transform: scale(0.98); }

.btn-primary {
  background: var(--highlight);
  color: #fff;
  border-color: var(--highlight);
}
.btn-primary:hover {
  background: var(--highlight-dark);
  border-color: var(--highlight-dark);
  color: #fff;
}
.btn-outline {
  background: transparent;
  color: var(--highlight);
  border-color: var(--highlight);
}
.btn-outline:hover {
  background: var(--highlight);
  color: #fff;
}
.btn-outline-white {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.6);
}
.btn-outline-white:hover {
  background: #fff;
  color: var(--text);
  border-color: #fff;
}
.btn-brand {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
}
.btn-brand:hover {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
}
.btn-sm { padding: 0.5rem 1.1rem; font-size: 0.75rem; }

/* ================================================================
   GRIDS
   ================================================================ */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 340px), 1fr));
  gap: 1.5rem;
}
.grid-5 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr));
  gap: 1rem;
}

/* ================================================================
   CARD — TERMIN (3/row, big)
   ================================================================ */
.card-termin {
  background: #fff;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform var(--ease), box-shadow var(--ease);
}
.card-termin:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }

.card-termin__date {
  background: var(--highlight);
  color: #fff;
  padding: 1.1rem 1.5rem;
  font-family: var(--serif);
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}
.card-termin__day {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}
.card-termin__month {
  font-size: 1rem;
  font-style: italic;
  opacity: 0.9;
}
.card-termin__year {
  font-size: 0.85rem;
  opacity: 0.75;
  margin-left: auto;
}

.card-termin__body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card-termin__time {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--highlight);
  margin-bottom: 0.4rem;
}
.card-termin__title {
  font-family: var(--serif);
  font-size: 1.2rem;
  margin-bottom: 0.65rem;
  color: var(--text);
  line-height: 1.3;
}
.card-termin__desc {
  font-size: 0.9rem;
  color: var(--text-light);
  line-height: 1.65;
  flex: 1;
  margin-bottom: 1.1rem;
}
.card-termin__location {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  color: var(--text-light);
  margin-bottom: 1.25rem;
}
.card-termin__location svg { color: var(--highlight); flex-shrink: 0; }

/* ================================================================
   CARD — VERGANGENE KONZERTE (5/row, compact)
   ================================================================ */
.card-konzert {
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform var(--ease), box-shadow var(--ease);
}
.card-konzert:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }

.card-konzert__img {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--bg-light);
  position: relative;
}
.card-konzert__img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.card-konzert:hover .card-konzert__img img { transform: scale(1.07); }

.card-konzert__body { padding: 0.75rem 0.85rem 1rem; }
.card-konzert__date {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--highlight);
  margin-bottom: 0.2rem;
}
.card-konzert__title {
  font-family: var(--serif);
  font-size: 0.88rem;
  color: var(--text);
  line-height: 1.3;
  margin-bottom: 0.2rem;
}
.card-konzert__loc {
  font-size: 0.75rem;
  color: var(--text-light);
}

/* Placeholder color swatches for cards without images */
.card-img-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
}
.color-1 { background: linear-gradient(135deg, #1a1a2e, var(--highlight)); }
.color-2 { background: linear-gradient(135deg, #0f3460, #533483); }
.color-3 { background: linear-gradient(135deg, #16213e, var(--brand)); }
.color-4 { background: linear-gradient(135deg, #1a1a2e, #2d6a4f); }
.color-5 { background: linear-gradient(135deg, var(--highlight), #023e8a); }

/* ================================================================
   MEDIA GRID
   ================================================================ */
.media-grid { display: flex; flex-direction: column; gap: 1rem; }
.media-row-large { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 340px), 1fr)); gap: 1rem; }
.media-row-small  { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr)); gap: 1rem; }

.card-media {
  overflow: hidden;
  cursor: pointer;
  transition: transform var(--ease);
}
.card-media:hover { transform: translateY(-3px); }

.card-media__thumb {
  position: relative;
  overflow: hidden;
  background: #222;
}
.card-media--video .card-media__thumb { aspect-ratio: 16/9; }
.card-media--audio .card-media__thumb {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, var(--highlight), #023e8a);
}

.card-media__thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.7;
  transition: opacity var(--ease);
}
.card-media:hover .card-media__thumb img { opacity: 0.5; }

.card-media__icon {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 44px; height: 44px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--highlight);
  transition: all var(--ease);
}
.card-media:hover .card-media__icon {
  background: var(--highlight);
  color: #fff;
  transform: translate(-50%, -50%) scale(1.12);
}
.card-media__icon svg { margin-left: 2px; }

.card-media__body { padding: 0.75rem; background: #fff; }
.card-media__type {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--highlight);
  margin-bottom: 0.2rem;
}
.card-media__title {
  font-family: var(--serif);
  font-size: 0.88rem;
  color: var(--text);
  line-height: 1.3;
}
.media-row-large .card-media__body { padding: 1rem 1.1rem; }
.media-row-large .card-media__title { font-size: 1rem; }
.media-row-large .card-media__icon { width: 56px; height: 56px; }

/* ================================================================
   PROJEKTE CARDS (2-col, 1/3 img + 2/3 text)
   ================================================================ */
.projekte-list { display: flex; flex-direction: column; gap: 1.5rem; }

.card-projekt {
  display: grid;
  grid-template-columns: 1fr 2fr;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: box-shadow var(--ease);
}
.card-projekt:hover { box-shadow: var(--shadow-hover); }

.card-projekt__img {
  overflow: hidden;
  background: var(--bg-light);
  min-height: 220px;
}
.card-projekt__img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.card-projekt:hover .card-projekt__img img { transform: scale(1.05); }

.card-projekt__body {
  padding: 2rem 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-projekt__title {
  font-family: var(--serif);
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
  color: var(--text);
  line-height: 1.25;
}
.card-projekt__desc {
  font-size: 0.95rem;
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  flex: 1;
}
.card-projekt__body .btn { align-self: flex-start; }
.card-termin__body .btn { align-self: flex-start; }

/* ================================================================
   FÖRDERN SECTION
   ================================================================ */
.foerdern-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.foerdern-text h2 { margin-bottom: 1.25rem; }
.foerdern-text p {
  font-size: 1.05rem;
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 2rem;
}
.foerdern-sponsors {}
.foerdern-sponsors h3 {
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-light);
  margin-bottom: 1.25rem;
}
.sponsor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.sponsor-item {
  background: var(--bg-light);
  border: 1px solid var(--border);
  padding: 1.25rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  transition: border-color var(--ease), background var(--ease);
}
.sponsor-item:hover {
  border-color: var(--highlight);
  background: #fff;
}
.sponsor-item img {
  max-height: 44px;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(1) opacity(0.55);
  transition: filter var(--ease);
}
.sponsor-item:hover img { filter: none; }
.sponsor-item span {
  font-size: 0.82rem;
  color: var(--text-light);
  text-align: center;
  font-weight: 600;
}

/* ================================================================
   KONTAKT SECTION
   ================================================================ */
.kontakt-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
.kontakt-info h2 { color: #fff; margin-bottom: 1.25rem; }
.kontakt-info > p { color: rgba(255,255,255,0.7); margin-bottom: 2rem; }
.kontakt-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: rgba(255,255,255,0.75);
  font-size: 0.95rem;
}
.kontakt-row svg { color: var(--highlight); margin-top: 2px; flex-shrink: 0; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.kontakt-form {}
.kontakt-form h3 { color: #fff; font-size: 1.2rem; margin-bottom: 1.5rem; }
.form-group { margin-bottom: 1.1rem; }
.form-group label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.6);
  margin-bottom: 0.4rem;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-family: var(--sans);
  font-size: 0.95rem;
  outline: none;
  transition: border-color var(--ease), background var(--ease);
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(255,255,255,0.35); }
.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--highlight);
  background: rgba(255,255,255,0.12);
}
.form-group textarea { resize: vertical; min-height: 130px; }

/* ================================================================
   FOOTER
   ================================================================ */
.site-footer {
  background: #1a1a1a;
  color: rgba(255,255,255,0.65);
  padding: 4rem 0 2rem;
}
.footer-main {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 2rem;
}
.footer-brand img,
.footer-brand svg {
  height: 38px;
  width: auto;
  margin-bottom: 1.25rem;
  filter: brightness(0) invert(1) opacity(0.75);
}
.footer-brand p { font-size: 0.88rem; line-height: 1.75; max-width: 260px; }
.footer-col h4 {
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.9);
  margin-bottom: 1rem;
}
.footer-col li { margin-bottom: 0.5rem; }
.footer-col a {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  transition: color var(--ease);
}
.footer-col a:hover { color: var(--highlight); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer-bottom a { color: rgba(255,255,255,0.4); transition: color var(--ease); }
.footer-bottom a:hover { color: var(--highlight); }

/* ================================================================
   SUBPAGES — LISTING (header banner)
   ================================================================ */
.page-banner {
  margin-top: var(--header-h);
  background: var(--text);
  padding: 4.5rem 0 3rem;
  color: #fff;
}
.page-banner h1 { color: #fff; }
.page-banner p { color: rgba(255,255,255,0.65); margin-top: 0.75rem; font-size: 1.05rem; }
.listing-body { padding: 4rem 0 5rem; }
.listing-body .grid-3 { gap: 2rem; }

/* ================================================================
   SUBPAGES — SINGLE (1/3 img + 2/3 text)
   ================================================================ */
.single-layout {
  margin-top: var(--header-h);
  padding: 4rem 0 5rem;
}
.single-cols {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
  align-items: start;
}
.single-img {
  position: sticky;
  top: calc(var(--header-h-small) + 2rem);
}
.single-img img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}
.single-img-placeholder {
  aspect-ratio: 3/4;
  display: flex; align-items: center; justify-content: center;
}
.single-content {}
.single-content .breadcrumb {
  font-size: 0.78rem;
  color: var(--text-light);
  margin-bottom: 1.25rem;
  display: flex; align-items: center; gap: 0.4rem;
}
.single-content .breadcrumb a { color: var(--highlight); }
.single-content h1 { margin-bottom: 0.75rem; }
.single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  padding: 1.25rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-bottom: 2rem;
}
.meta-item {
  display: flex; align-items: center; gap: 0.4rem;
  font-size: 0.9rem; color: var(--text-light);
}
.meta-item svg { color: var(--highlight); }
.single-body { font-size: 1rem; line-height: 1.85; color: var(--text); }
.single-body p { margin-bottom: 1.25rem; }
.single-body h2, .single-body h3 { margin-top: 2rem; margin-bottom: 0.75rem; }

/* ================================================================
   KIRBY LAYOUT FIELD (Spalten)
   ================================================================ */
.kirby-layout {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}
.kirby-column { grid-column: span var(--span, 12); }

/* Block-Typen innerhalb von Layouts */
.kirby-column p { margin-bottom: 1.1rem; }
.kirby-column h2 { font-family: var(--serif); font-size: 1.5rem; margin: 1.5rem 0 0.6rem; }
.kirby-column h3 { font-family: var(--serif); font-size: 1.2rem; margin: 1.25rem 0 0.5rem; }
.kirby-column blockquote {
  border-left: 4px solid var(--highlight);
  margin: 1.5rem 0;
  padding: 0.75rem 1.25rem;
  background: #f7fbfd;
  font-style: italic;
  color: var(--text-light);
}
.kirby-column blockquote p { margin-bottom: 0; }
.kirby-column hr { border: none; border-top: 2px solid var(--border); margin: 2rem 0; }
.kirby-column figure { margin: 1rem 0; }
.kirby-column figure img { width: 100%; height: auto; border-radius: 4px; display: block; }
.kirby-column figcaption { font-size: 0.85rem; color: var(--text-light); margin-top: 0.4rem; text-align: center; }
.kirby-column .k-block-type-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 0.5rem; }
.kirby-column .k-block-type-gallery figure { margin: 0; }
.kirby-column pre { background: #1e1e2e; color: #cdd6f4; padding: 1.25rem 1.5rem; border-radius: 6px; overflow-x: auto; font-size: 0.88rem; line-height: 1.6; }
.kirby-column code { font-family: 'Courier New', monospace; }
.kirby-column iframe { width: 100%; aspect-ratio: 16/9; border: 0; border-radius: 4px; }

@media (max-width: 768px) {
  .kirby-layout { grid-template-columns: 1fr; gap: 1.5rem; }
  .kirby-column { grid-column: span 1; }
}

/* ================================================================
   AUDIO PLAYER
   ================================================================ */
.audio-player {
  margin-top: 2rem;
  background: var(--bg-light);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
}
.audio-player__meta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.85rem;
  color: var(--text-light);
  margin-bottom: 0.85rem;
}
.audio-player__meta svg { color: var(--highlight); flex-shrink: 0; }
.audio-player audio { width: 100%; display: block; }
.audio-player__missing { color: var(--text-light); font-size: 0.9rem; margin-top: 1.5rem; }

/* ================================================================
   UTILITIES
   ================================================================ */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.text-highlight { color: var(--highlight); }
.text-brand { color: var(--brand); }
.text-center { text-align: center; }
.mt-2 { margin-top: 2rem; }
.mb-0 { margin-bottom: 0; }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1200px) {
  .grid-5 { grid-template-columns: repeat(4, 1fr); }
  .media-row-small { grid-template-columns: repeat(4, 1fr); }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1024px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-5 { grid-template-columns: repeat(3, 1fr); }
  .media-row-large { grid-template-columns: repeat(2, 1fr); }
  .media-row-small { grid-template-columns: repeat(3, 1fr); }
  .foerdern-cols { grid-template-columns: 1fr; gap: 3rem; }
  .kontakt-cols { grid-template-columns: 1fr; gap: 2.5rem; }
  .single-cols { grid-template-columns: 1fr; gap: 2.5rem; }
  .single-img { position: static; }
  .single-img img { aspect-ratio: 16/9; max-height: 380px; }
  .single-img-placeholder { aspect-ratio: 16/9; max-height: 380px; }
}

@media (max-width: 768px) {
  :root {
    --header-h: 68px;
    --header-h-small: 52px;
  }
  .site-nav {
    display: none;
    position: fixed;
    top: var(--header-h);
    left: 0; right: 0;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem 2rem;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    gap: 0.25rem;
    border-top: 2px solid var(--highlight);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 0.65rem 0; font-size: 0.9rem; width: 100%; border-bottom: 1px solid var(--border); }
  .site-nav a:last-child { border-bottom: none; }
  .nav-toggle { display: flex; }
  .hero-slider { height: 72vh; min-height: 420px; }
  .hero-content { left: 5%; right: 5%; bottom: 10%; max-width: none; }
  .hero-arrow { display: none; }
  .section { padding: 3.5rem 0; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-5 { grid-template-columns: repeat(2, 1fr); }
  .media-row-large { grid-template-columns: 1fr; }
  .media-row-small { grid-template-columns: repeat(2, 1fr); }
  .card-projekt { grid-template-columns: 1fr; }
  .card-projekt__img { min-height: 200px; }
  .footer-main { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .sponsor-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .container { padding: 0 1.25rem; }
  .grid-5 { grid-template-columns: repeat(2, 1fr); }
  .hero-textbox { padding: 1.4rem 1.5rem; }
  .page-banner { padding: 3rem 0 2rem; }
}

/* ================================================================
   COOKIE BANNER
   ================================================================ */
.cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  border-top: 3px solid var(--highlight);
  box-shadow: 0 -4px 32px rgba(0,0,0,0.12);
  padding: 1.25rem 0;
}
.cookie-banner__inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.cookie-banner__text {
  flex: 1;
  font-size: 0.9rem;
  color: var(--text);
  margin: 0;
  min-width: 200px;
}
.cookie-banner__text a {
  color: var(--highlight);
  text-decoration: underline;
}
.cookie-banner__actions {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
}
.cookie-banner__btn {
  padding: 0.6rem 1.4rem;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  border: 2px solid transparent;
  transition: background var(--ease), color var(--ease), border-color var(--ease);
  white-space: nowrap;
}
.cookie-banner__btn--primary {
  background: var(--highlight);
  color: #fff;
  border-color: var(--highlight);
}
.cookie-banner__btn--primary:hover {
  background: var(--highlight-dark);
  border-color: var(--highlight-dark);
}
.cookie-banner__btn--secondary {
  background: transparent;
  color: var(--text-light);
  border-color: var(--border);
}
.cookie-banner__btn--secondary:hover {
  border-color: var(--text-light);
  color: var(--text);
}
@media (max-width: 600px) {
  .cookie-banner__inner { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .cookie-banner__actions { width: 100%; }
  .cookie-banner__btn { flex: 1; text-align: center; }
}
