@font-face { font-family: "Open Sans"; src: url("fonts/open-sans-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Open Sans"; src: url("fonts/open-sans-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Roboto Condensed"; src: url("fonts/roboto-condensed-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Roboto Condensed"; src: url("fonts/roboto-condensed-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Roboto Condensed"; src: url("fonts/roboto-condensed-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }

:root {
  --ink: #465d6d;
  --ink-deep: #29495f;
  --paper: #ffffff;
  --cream: #f7f6f4;
  --aqua: #a7c9f2;
  --blue: #a7c9f2;
  --coral: #a9d5b3;
  --yellow: #FC6;
  --line: rgba(35, 77, 112, .2);
  --radius: 4px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Open Sans", Arial, sans-serif; font-weight: 400; }
body.menu-open { overflow: hidden; }
a { color: inherit; transition: color .2s ease, background-color .2s ease, border-color .2s ease; }
img { display: block; max-width: 100%; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 18px clamp(20px, 4vw, 64px); pointer-events: none; background: rgba(255,255,255,.94); }
.wordmark, .menu-button { pointer-events: auto; }
.wordmark { color: var(--coral); text-decoration: none; font-family: "Roboto Condensed", sans-serif; font-weight: 700; letter-spacing: .13em; font-size: clamp(18px, 1.7vw, 25px); }
.desktop-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(13px, 1.7vw, 28px); margin-left: auto; pointer-events: auto; }
.desktop-nav a { position: relative; color: var(--ink-deep); text-decoration: none; font-family: "Roboto Condensed", sans-serif; font-size: 15px; font-weight: 600; white-space: nowrap; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -9px; height: 4px; background: var(--yellow); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: #52785e; }
.header-social, .menu-social { display: flex; align-items: center; gap: 8px; }
.header-social { margin-left: 18px; pointer-events: auto; }
.social-link { display: grid; place-items: center; width: 38px; height: 38px; background: var(--yellow); text-decoration: none; transition: background-color .2s ease, transform .2s ease; }
.social-link img { width: 23px; height: 23px; }
.social-link:hover, .social-link:focus-visible { background: var(--coral); transform: translateY(-2px); }
.menu-button { display: none; align-items: center; gap: 11px; border: 1px solid var(--coral); border-radius: 0; padding: 11px 15px; background: rgba(255,253,247,.9); color: var(--coral); font: inherit; font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; backdrop-filter: blur(10px); }
.menu-icon { display: grid; gap: 4px; }
.menu-icon i { display: block; width: 20px; height: 2px; background: currentColor; }

.menu-overlay { position: fixed; inset: 0; z-index: 100; padding: clamp(24px, 5vw, 70px); background: var(--blue); color: var(--ink-deep); }
.menu-overlay[hidden] { display: none; }
.menu-close { position: absolute; top: 24px; right: clamp(20px, 4vw, 64px); border: 1px solid var(--ink-deep); border-radius: 0; background: transparent; color: var(--ink-deep); font-size: 27px; width: 50px; height: 50px; cursor: pointer; }
.menu-nav { display: grid; align-content: center; min-height: 100%; gap: 10px; max-width: 980px; }
.menu-nav a { width: fit-content; text-decoration: none; font-family: "Roboto Condensed", sans-serif; font-size: clamp(38px, 6vw, 78px); font-weight: 600; line-height: 1.03; letter-spacing: -.025em; transition: color .2s, transform .2s; }
.menu-nav a:hover { color: #fff; transform: translateX(8px); text-decoration: underline; text-decoration-color: var(--coral); }
.menu-social { position: absolute; left: clamp(24px, 5vw, 70px); bottom: clamp(24px, 5vw, 70px); }

.hero { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; padding: 140px clamp(20px, 6vw, 96px) 9vh; background: var(--coral); }
.hero::before { display: none; }
.hero::after { display: none; }
.hero-person { position: absolute; z-index: 2; left: clamp(-7vw, -2vw, 0px); right: auto; bottom: -8vh; width: auto; height: min(93vh, 980px); max-width: 58vw; object-fit: contain; object-position: left bottom; filter: drop-shadow(0 24px 28px rgba(41,73,95,.16)); }
.hero-copy { position: relative; z-index: 3; width: min(760px, 48vw); margin-left: auto; }
.eyebrow { margin: 0 0 18px; text-transform: uppercase; font-weight: 500; letter-spacing: .22em; font-size: 12px; }
.hero .eyebrow { color: rgba(255,255,255,.78); }
.hero h1 { margin: 0; color: white; font-family: "Roboto Condensed", sans-serif; font-size: clamp(72px, 11vw, 168px); line-height: .78; letter-spacing: -.055em; font-weight: 700; text-shadow: none; }
.hero-subtitle { margin: 34px 0 0; color: var(--ink-deep); font-family: "Roboto Condensed", sans-serif; font-size: clamp(22px, 2.6vw, 39px); font-weight: 500; max-width: 650px; line-height: 1.12; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; border: 1px solid var(--ink-deep); border-radius: 0; background: var(--ink-deep); color: white; text-decoration: none; font-size: 13px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.hero .button { border-color: var(--yellow); background: var(--yellow); color: var(--ink-deep); }
.hero .button--light { border-color: white; background: white; color: var(--ink-deep); backdrop-filter: none; }
.button--light { background: rgba(255,255,255,.48); color: var(--ink-deep); }
.button:hover, .button:focus-visible { background: var(--blue); border-color: var(--blue); color: var(--ink-deep); }

.section { position: relative; z-index: 2; padding: clamp(78px, 10vw, 150px) clamp(20px, 6vw, 94px); background: var(--paper); }
.section--cream { background: var(--paper); }
.section--ink { background: var(--ink); color: white; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 46px; }
.section h2, .page-intro h1 { margin: 0; color: #5f8796; font-family: "Roboto Condensed", sans-serif; font-size: clamp(50px, 8vw, 112px); font-weight: 600; line-height: .88; letter-spacing: -.035em; }
.section-heading p { max-width: 430px; margin: 0; font-size: 18px; line-height: 1.5; }

.tour-list { border-top: 0; }
.termin-card { display: grid; grid-template-columns: 120px 126px 1fr auto; gap: clamp(18px, 3vw, 42px); align-items: center; padding: 28px clamp(18px, 3vw, 42px); border-bottom: 0; color: var(--ink-deep); }
.termin-card:nth-child(odd) { background: var(--blue); }
.termin-card:nth-child(even) { background: var(--coral); }
.termin-date { display: grid; gap: 3px; }
.termin-date strong { color: var(--ink-deep); font-family: "Roboto Condensed", sans-serif; font-size: 28px; font-weight: 600; }
.termin-date span { color: var(--ink); }
.termin-motiv { height: 126px; display: grid; place-items: center; padding: 4px; }
.termin-motiv img { width: 100%; height: 100%; object-fit: contain; }
.termin-place h3 { margin: 0 0 7px; color: var(--ink-deep); font-family: "Roboto Condensed", sans-serif; font-size: clamp(24px, 2.6vw, 38px); font-weight: 600; letter-spacing: -.015em; }
.termin-place p { margin: 3px 0; }
.termin-program { font-size: 13px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.termin-note { display: inline-block; margin-top: 10px; padding: 5px 10px; background: var(--yellow); color: #4b554f; text-decoration: none; }
.ticket-button { display: inline-flex; min-width: 150px; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border: 2px solid var(--yellow); border-radius: 0; background: var(--yellow); color: var(--ink-deep); text-decoration: none; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; text-align: center; }
.termin-card:nth-child(even) .ticket-button { color: var(--ink-deep); }
.ticket-button--muted { background: transparent; color: white !important; }
.ticket-button--soldout { background: #d62828; border-color: #d62828; color: white; }
.section-link { display: inline-block; margin-top: 38px; padding: 13px 18px; background: var(--yellow); color: #40554f; text-decoration: none; font-weight: 600; font-size: 18px; }
.section-link:hover, .section-link:focus-visible { background: var(--blue); color: var(--ink-deep); }
.ticket-button:hover, .ticket-button:focus-visible { background: white; border-color: white; color: var(--ink-deep); }
.ticket-button--soldout:hover, .ticket-button--soldout:focus-visible { background: #aa1e1e; border-color: #aa1e1e; color: white; }

.program-feature { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(360px, 1.2fr); gap: clamp(35px, 7vw, 100px); align-items: center; }
.program-poster-wrap { position: sticky; top: 90px; padding: clamp(30px, 5vw, 70px); border-radius: var(--radius); background: var(--yellow); border: 0; }
.program-poster { margin: auto; width: min(100%, 420px); filter: drop-shadow(0 22px 24px rgba(41,62,75,.16)); }
.program-copy h2 { font-size: clamp(56px, 8vw, 120px); }
.program-copy h3 { margin: 22px 0; font-size: clamp(25px, 3vw, 42px); }
.program-copy p, .text-column p { font-size: clamp(18px, 2vw, 22px); line-height: 1.65; }

.image-panel { position: relative; z-index: 2; height: min(86vh, 860px); overflow: hidden; background-color: #fc6; background-image: url("images/bodo-hand-gelb.png"); background-size: cover; background-position: center center; background-repeat: no-repeat; background-attachment: fixed; }

.page-intro { padding: 190px clamp(20px, 6vw, 94px) 82px; background: var(--blue); }
.page-intro h1 { color: var(--ink-deep); text-shadow: none; }
.page-intro .eyebrow, .page-intro > p { color: var(--ink-deep); }
.page-intro p { max-width: 760px; font-size: clamp(20px, 2.2vw, 30px); line-height: 1.35; }
.pflege-hinweis { margin-top: 30px; padding: 18px 22px; border-radius: 18px; background: rgba(255,255,255,.72); max-width: 760px; line-height: 1.5; }
.text-column { width: min(820px, 100%); margin: auto; }
.text-column h2 { font-size: clamp(44px, 7vw, 90px); }

.tv-list { display: grid; gap: 4px; }
.tv-card { display: grid; grid-template-columns: minmax(260px, 1.2fr) minmax(170px, .65fr) minmax(180px, .7fr); align-items: center; gap: clamp(28px, 5vw, 80px); padding: clamp(30px, 5vw, 70px); color: var(--ink-deep); }
.tv-card:nth-child(odd) { background: var(--blue); }
.tv-card:nth-child(even) { background: var(--coral); }
.tv-show, .tv-station { display: grid; place-items: center; text-decoration: none; }
.tv-show img { width: 100%; max-width: 400px; height: auto; }
.tv-station img { width: auto; max-width: 210px; max-height: 75px; }
.tv-show img, .tv-station img { transition: transform .2s ease; }
.tv-show:hover img, .tv-show:focus-visible img, .tv-station:hover img, .tv-station:focus-visible img { transform: scale(1.035); }
.tv-time { margin: 0; color: var(--ink-deep); font-family: "Roboto Condensed", sans-serif; font-size: clamp(19px, 1.8vw, 28px); font-weight: 600; text-align: center; white-space: nowrap; }
.tv-broadcasts { display: grid; grid-column: 2 / 4; gap: 28px; }
.tv-broadcasts > div { display: grid; grid-template-columns: minmax(170px, .65fr) minmax(180px, .7fr); align-items: center; gap: clamp(28px, 5vw, 80px); }

.bio-timeline { display: grid; gap: 4px; }
.bio-entry { display: grid; grid-template-columns: minmax(170px, .32fr) minmax(0, 1fr); gap: clamp(30px, 6vw, 100px); padding: clamp(40px, 6vw, 82px); color: var(--ink-deep); }
.bio-entry:nth-child(odd) { background: var(--blue); }
.bio-entry:nth-child(even) { background: var(--coral); }
.bio-entry h2 { color: var(--yellow); font-size: clamp(35px, 4.8vw, 72px); line-height: .95; }
.bio-entry p { margin: 0 0 18px; font-size: clamp(17px, 1.55vw, 21px); line-height: 1.65; }
.bio-entry p:last-child { margin-bottom: 0; }
.bio-entry a { padding: 2px 5px; background: var(--yellow); text-decoration: none; }
.bio-entry a:hover, .bio-entry a:focus-visible { background: white; color: var(--ink-deep); text-decoration: none; }

.press-downloads { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
.press-download { display: grid; align-content: start; gap: 12px; min-height: 240px; padding: clamp(28px, 4vw, 55px); background: var(--blue); color: var(--ink-deep); text-decoration: none; }
.press-download:nth-child(even) { background: var(--coral); }
.press-download span { width: fit-content; padding: 6px 10px; background: var(--yellow); font-weight: 700; }
.press-download strong { font-family: "Roboto Condensed", sans-serif; font-size: clamp(28px, 3vw, 45px); line-height: 1; }
.press-download:hover, .press-download:focus-visible { background: var(--yellow); }
.press-download:hover span, .press-download:focus-visible span { background: white; }
.press-quotes-section { background: var(--coral); }
.press-quotes { display: grid; gap: 4px; }
.press-quote { display: grid; grid-template-columns: minmax(180px, .35fr) minmax(0, 1fr); align-items: center; gap: clamp(25px, 5vw, 80px); min-height: 150px; padding: 28px clamp(24px, 5vw, 70px); background: white; color: var(--ink-deep); text-decoration: none; }
.press-quote:nth-child(even) { background: var(--blue); }
.press-quote-logo { display: grid; place-items: center; width: min(230px, 100%); min-height: 76px; padding: 14px; background: white; }
.press-quote-logo img { width: auto; max-width: 100%; max-height: 60px; }
.press-quote strong { position: relative; padding-left: 42px; font-family: "Roboto Condensed", sans-serif; font-size: clamp(23px, 3vw, 42px); line-height: 1.15; }
.press-quote strong::before { content: '“'; position: absolute; left: 0; top: -.22em; color: var(--yellow); font-size: 2.2em; line-height: 1; }
.press-quote:hover, .press-quote:focus-visible { background: var(--yellow); }
.press-section--green { background: var(--coral); }
.press-note, .press-credit { font-size: clamp(17px, 1.6vw, 21px); line-height: 1.6; }
.press-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; margin: 40px 0; }
.press-photo { display: grid; align-content: space-between; gap: 20px; padding: 24px; background: white; }
.press-photo img { width: 100%; height: 280px; object-fit: contain; }
.press-photo div { display: grid; gap: 6px; }
.press-photo a, .press-credit a, .contact-actions a { width: fit-content; padding: 8px 12px; background: var(--yellow); color: var(--ink-deep); text-decoration: none; font-weight: 600; }
.press-credit a { display: inline-block; margin-top: 24px; padding: 10px 16px; font-size: clamp(17px, 1.8vw, 25px); line-height: 1.15; }
.press-photo a:hover, .press-photo a:focus-visible, .press-credit a:hover, .press-credit a:focus-visible, .contact-actions a:hover, .contact-actions a:focus-visible { background: var(--blue); }
.press-contacts { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.press-contacts article { padding: clamp(35px, 5vw, 75px); background: var(--blue); }
.press-contacts article:nth-child(even) { background: var(--coral); }
.press-contacts h2 { font-size: clamp(36px, 4.5vw, 68px); }
.press-contacts p { font-size: clamp(17px, 1.5vw, 21px); line-height: 1.6; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.contact-card { padding: clamp(38px, 6vw, 85px); background: var(--blue); color: var(--ink-deep); }
.contact-card:nth-child(even) { background: var(--coral); }
.contact-logo { display: grid; place-items: center; width: 160px; height: 110px; margin: 25px 0 45px; padding: 18px; background: white; }
.contact-logo img { width: auto; max-width: 100%; max-height: 75px; }
.contact-logo:hover, .contact-logo:focus-visible { background: var(--yellow); }
.contact-card h2 { font-size: clamp(38px, 4.8vw, 72px); }
.contact-card p { font-size: clamp(18px, 1.65vw, 22px); line-height: 1.65; }
.contact-card .contact-actions a:hover, .contact-card .contact-actions a:focus-visible { background: white; }

.legal-page { width: min(1080px, 100%); margin: auto; }
.legal-page h2 { margin: 70px 0 24px; color: var(--ink-deep); font-size: clamp(30px, 4vw, 54px); line-height: 1.05; }
.legal-page h2:first-child { margin-top: 0; }
.legal-page h3 { margin: 38px 0 14px; color: var(--ink-deep); font-family: "Roboto Condensed", sans-serif; font-size: clamp(23px, 2.4vw, 32px); }
.legal-page p, .legal-page li { font-size: clamp(17px, 1.45vw, 20px); line-height: 1.75; }
.legal-page ul { padding-left: 25px; }
.legal-page a { padding: 2px 5px; background: var(--yellow); color: var(--ink-deep); text-decoration: none; overflow-wrap: anywhere; }
.legal-page a:hover, .legal-page a:focus-visible { background: var(--coral); }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: end; padding: 55px clamp(20px, 6vw, 94px); background: var(--blue); color: var(--ink-deep); }
.footer-name { color: var(--ink-deep); font-family: "Roboto Condensed", sans-serif; font-size: clamp(30px, 4vw, 54px); font-weight: 600; letter-spacing: -.025em; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: end; gap: 18px; }
.footer-links a { color: var(--ink-deep); }
.footer-links a:hover, .footer-links a:focus-visible { color: #52785e; background: var(--yellow); }

.privacy-notice { position: fixed; z-index: 200; left: clamp(16px, 3vw, 42px); right: clamp(16px, 3vw, 42px); bottom: clamp(16px, 3vw, 34px); display: flex; align-items: center; justify-content: space-between; gap: 24px; width: min(920px, calc(100% - clamp(32px, 6vw, 84px))); margin: 0 auto; padding: 18px 20px; background: var(--blue); color: var(--ink-deep); box-shadow: 0 12px 38px rgba(41,73,95,.24); }
.privacy-notice p { margin: 0; font-size: 16px; line-height: 1.45; }
.privacy-notice button { flex: 0 0 auto; min-height: 44px; padding: 0 20px; border: 0; background: var(--yellow); color: var(--ink-deep); font: 600 14px "Open Sans", Arial, sans-serif; cursor: pointer; transition: background-color .2s ease; }
.privacy-notice button:hover, .privacy-notice button:focus-visible { background: white; }

@media (max-width: 760px) {
  .site-header { padding-top: 16px; }
  .menu-button span:first-child { display: none; }
  .hero { height: calc(100svh - 82px); min-height: 620px; max-height: 760px; padding: 92px 18px 28px; align-items: start; }
  .hero-person { height: 72%; max-width: 62vw; left: -8%; right: auto; bottom: 0; object-position: left bottom; }
  .hero-copy { width: 56%; margin-left: auto; padding-top: 74px; }
  .hero h1 { font-size: clamp(54px, 15.5vw, 76px); max-width: 100%; line-height: .8; }
  .hero-subtitle { margin-top: 24px; max-width: 100%; font-size: 19px; line-height: 1.15; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; min-height: 48px; padding-inline: 8px; font-size: 11px; letter-spacing: .09em; }
  .section-heading, .program-feature { display: block; }
  .section-heading p { margin-top: 24px; }
  .termin-card { grid-template-columns: minmax(0, 1fr); gap: 18px; align-items: start; padding: 24px 18px; }
  .termin-date { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 12px; }
  .termin-motiv { height: 180px; padding: 4px; overflow: hidden; }
  .termin-motiv img { width: 100%; height: 172px; max-height: 172px; object-fit: contain; }
  .termin-place, .termin-action { grid-column: 1; }
  .ticket-button { min-width: 0; width: 100%; }
  .program-poster-wrap { position: relative; top: auto; margin-bottom: 60px; }
  .tv-card { grid-template-columns: 1fr; gap: 24px; }
  .tv-broadcasts { grid-column: auto; }
  .tv-broadcasts > div { grid-template-columns: 1fr; gap: 16px; }
  .tv-time { font-size: 20px; }
  .bio-entry { grid-template-columns: 1fr; gap: 24px; }
  .press-downloads, .press-gallery, .press-contacts { grid-template-columns: 1fr; }
  .press-quote { grid-template-columns: 1fr; gap: 18px; padding: 24px 18px; }
  .press-quote-logo { width: 100%; }
  .press-quote strong { padding-left: 32px; font-size: 25px; }
  .contact-grid { grid-template-columns: 1fr; }
  .image-panel { height: auto; aspect-ratio: 1686 / 933; background-size: contain; background-attachment: scroll; background-position: center; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: start; }
  .privacy-notice { align-items: center; gap: 10px; padding: 12px; }
  .privacy-notice p { font-size: 13px; line-height: 1.35; }
  .privacy-notice button { min-height: 40px; padding: 0 13px; font-size: 12px; }
}

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .header-social { display: none; }
  .menu-button { display: flex; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
