@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/InterVariable.woff2') format('woff2');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('../fonts/Manrope-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: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('../fonts/Manrope-LatinExt.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: 'Scoutie Sans';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('../fonts/ScoutieSans-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: 'Scoutie Sans';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('../fonts/ScoutieSans-LatinExt.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: 'Scoutie Sans';
  font-style: italic;
  font-weight: 200 800;
  font-display: swap;
  src: url('../fonts/ScoutieSans-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: 'Scoutie Sans';
  font-style: italic;
  font-weight: 200 800;
  font-display: swap;
  src: url('../fonts/ScoutieSans-Italic-LatinExt.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;
}

:root {
  --ink: #171411;
  --paper: #f2ede4;
  --red: #a41916;
  --red-dark: #a41916;
  --gold: #c7a66a;
  --line: rgba(23, 20, 17, .18);
  --accordion-line: rgba(23, 20, 17, .18);
  --accordion-question-padding-block: 30px;
  --accordion-question-icon-space: 58px;
  --accordion-answer-padding-bottom: 30px;
  --shell: min(1180px, calc(100vw - 40px));
  --heading: 'Inter', Arial, Helvetica, sans-serif;
  --menu: 'Manrope', Arial, Helvetica, sans-serif;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Scoutie Sans', Arial, Helvetica, sans-serif;
  --body-size: 1.125rem;
  --body-line-height: 1.7;
  --heading-size-1: clamp(3rem, 6vw, 5.75rem);
  --heading-size-2: clamp(2.25rem, 4.5vw, 4rem);
  --heading-size-3: clamp(1.5rem, 2.3vw, 2rem);
  --heading-size-4: clamp(1.25rem, 1.7vw, 1.5rem);
  --heading-size-5: clamp(1.08rem, 1.3vw, 1.25rem);
  --heading-size-6: 1rem;
}

/* Typography overview page ---------------------------------------------- */
.erthal-typography-page {
	margin: 0;
	background: var(--paper);
}

.erthal-typography-page .type-preview__intro {
	padding: clamp(3rem, 8vw, 7rem) 0 clamp(2rem, 5vw, 4rem);
	background: var(--ink);
	color: var(--paper);
}

.erthal-typography-page .type-preview__inner,
.erthal-typography-page .type-preview__scale {
	width: min(calc(100% - 2 * clamp(1.25rem, 5vw, 5rem)), 1600px);
	margin-inline: auto;
}

.erthal-typography-page .type-preview__eyebrow {
	margin: 0 0 .8rem;
	color: var(--gold);
	font: 700 .78rem/1.2 var(--heading);
	letter-spacing: .2em;
	text-transform: uppercase;
}

.erthal-typography-page .type-preview__title {
	max-width: 880px;
	margin: 0;
	font: 600 clamp(2rem, 4vw, 3.75rem)/1.02 var(--heading);
	letter-spacing: -.035em;
}

.erthal-typography-page .type-preview__copy {
	max-width: 680px;
	margin: 1.5rem 0 0;
	color: rgba(242, 237, 228, .72);
}

.erthal-typography-page .type-preview__scale {
	padding: clamp(2.5rem, 7vw, 6rem) 0;
}

.erthal-typography-page .type-row {
	display: grid;
	grid-template-columns: minmax(130px, .28fr) minmax(0, 1fr);
	gap: clamp(1.5rem, 5vw, 5rem);
	align-items: start;
	padding: clamp(2rem, 4vw, 3.5rem) 0;
	border-top: 1px solid var(--line);
}

.erthal-typography-page .type-row:last-of-type {
	border-bottom: 1px solid var(--line);
}

.erthal-typography-page .type-row__meta {
	padding-top: .45rem;
}

.erthal-typography-page .type-row__level,
.erthal-typography-page .type-row__value {
	margin: 0;
}

.erthal-typography-page .type-row__level {
	color: var(--red);
	font: 700 .82rem/1 var(--heading);
	letter-spacing: .14em;
	text-transform: uppercase;
}

.erthal-typography-page .type-row__value {
	margin-top: .7rem;
	color: rgba(23, 20, 17, .58);
	font: .8rem/1.5 ui-monospace, SFMono-Regular, Consolas, monospace;
}

.erthal-typography-page .type-row :is(h1, h2, h3, h4, h5, h6) {
	max-width: 980px;
	margin: 0;
	letter-spacing: -.035em;
	overflow-wrap: anywhere;
}

.erthal-typography-page .type-row :is(h3, h4, h5, h6) {
	letter-spacing: -.015em;
}

.erthal-typography-page .type-preview__note {
	margin: 2rem 0 0;
	color: rgba(23, 20, 17, .62);
	font-size: .9rem;
}

@media (max-width: 680px) {
	.erthal-typography-page .type-row {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: var(--body-size); line-height: var(--body-line-height); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, h4, h5, h6 { font-family: var(--heading); }
h1 { font-size: var(--heading-size-1); line-height: .98; }
h2 { font-size: var(--heading-size-2); line-height: 1.02; }
h3 { font-size: var(--heading-size-3); line-height: 1.12; }
h4 { font-size: var(--heading-size-4); line-height: 1.18; }
h5 { font-size: var(--heading-size-5); line-height: 1.2; }
h6 { font-size: var(--heading-size-6); line-height: 1.2; }
.shell { width: var(--shell); margin-inline: auto; }
.screen-reader-text, .skip-link { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link:focus { z-index: 1000; top: 12px; left: 12px; width: auto; height: auto; padding: 10px 16px; clip: auto; background: white; }

.site-header { position: fixed; z-index: 10; top: 0; width: 100%; color: white; border-bottom: 1px solid rgba(255,255,255,.22); transition: background-color .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease; }
.admin-bar .site-header { top: 32px; }
.site-header.is-scrolled { color: var(--ink); background: var(--paper); border-color: var(--line); box-shadow: 0 8px 28px rgba(23,20,17,.09); }
.site-header.is-scrolled .menu-toggle > span:not(.screen-reader-text) { background: var(--ink); }
.site-header__inner { position: relative; height: 72px; min-height: 72px; display: flex; align-items: center; justify-content: flex-end; gap: 32px; }
.site-branding { position: absolute; z-index: 2; top: 3px; left: 0; }
.brand-logo { display: block; width: 104px; height: 104px; }
.brand-logo__crop { display: block; width: 104px; height: 104px; }
.brand-logo__crop img { width: 104px; height: 104px; object-fit: contain; }
.custom-logo-link { display: block; }
.site-branding--logo-standard .custom-logo { display: block; width: 104px; height: 104px; max-width: none; max-height: none; object-fit: contain; }
.site-branding--logo-custom .brand-logo,
.site-branding--logo-custom .brand-logo__crop { width: auto; height: auto; }
.site-branding--logo-custom .custom-logo { display: block; object-fit: contain; }
.wordmark { display: flex; flex-direction: column; text-decoration: none; line-height: 1.05; }
.wordmark__name { font-family: var(--serif); font-size: 1.45rem; letter-spacing: .05em; }
.wordmark__tagline { margin-top: 7px; font-size: .62rem; text-transform: uppercase; letter-spacing: .2em; opacity: .72; }
.primary-navigation { font-family: var(--menu); }
.primary-navigation ul { display: flex; gap: 18px; margin: 0; padding: 0; list-style: none; }
.primary-navigation a { text-decoration: none; font-size: .78rem; font-weight: 650; text-transform: uppercase; letter-spacing: .12em; }
.primary-navigation .menu-parent-label { cursor: default; }
@media (min-width: 901px) {
  .primary-navigation > ul > li > a { font-size: .81rem; }
}
.primary-navigation a:hover, .primary-navigation a:focus { color: var(--gold); }
.primary-navigation li { position: relative; }
.primary-navigation .sub-menu { display: none; position: absolute; top: calc(100% + 16px); left: 0; width: max-content; min-width: 180px; padding: 14px 0; gap: 0; color: var(--ink); background: var(--paper); box-shadow: 0 16px 40px rgba(0,0,0,.16); }
.site-header.is-scrolled .primary-navigation .sub-menu { color: var(--ink); background: var(--paper); }
.primary-navigation .sub-menu::before { content: ''; position: absolute; top: -18px; left: 0; width: 100%; height: 18px; }
.primary-navigation .sub-menu li { width: 100%; }
.primary-navigation .sub-menu a { position: relative; display: block; padding: 9px 12px; overflow: hidden; color: var(--ink); white-space: nowrap; transition: color .24s ease; }
.primary-navigation .sub-menu a::after { position: absolute; right: 12px; bottom: 4px; left: 12px; height: 2px; background: var(--red); content: ''; transform: scaleX(0); transform-origin: right center; transition: transform .3s cubic-bezier(.22,.61,.36,1); }
.primary-navigation .sub-menu a:hover,
.primary-navigation .sub-menu a:focus { color: var(--ink); }
.primary-navigation .sub-menu a:hover::after,
.primary-navigation .sub-menu a:focus::after,
.primary-navigation .sub-menu .current-menu-item > a::after { transform: scaleX(1); transform-origin: left center; }
.primary-navigation li:hover > .sub-menu, .primary-navigation li:focus-within > .sub-menu { display: block; }
.primary-navigation .menu-highlight > a { padding: 8px 13px; color: white; border: 2px solid var(--red); background: transparent; }
.primary-navigation .menu-highlight > a:hover, .primary-navigation .menu-highlight > a:focus { color: white; background: var(--red); }
.site-header.is-scrolled .primary-navigation .menu-highlight > a { color: var(--red); }
.site-header.is-scrolled .primary-navigation .menu-highlight > a:hover, .site-header.is-scrolled .primary-navigation .menu-highlight > a:focus { color: white; }
.primary-navigation > ul > li > a { position: relative; z-index: 0; display: block; padding: 10px 12px; overflow: hidden; color: inherit; transition: none; isolation: isolate; }
.primary-navigation > ul > li > a::before { position: absolute; z-index: -1; inset: 0; background: var(--red); content: ''; transform: scaleX(0); transform-origin: right center; transition: transform .3s cubic-bezier(.22,.61,.36,1); }
.primary-navigation > ul > li > a:hover,
.primary-navigation > ul > li > a:focus,
.primary-navigation > ul > li.current-menu-item > a,
.primary-navigation > ul > li.current-menu-ancestor > a { color: white; }
.primary-navigation > ul > li > a:hover::before,
.primary-navigation > ul > li > a:focus::before,
.primary-navigation > ul > li.current-menu-item > a::before,
.primary-navigation > ul > li.current-menu-ancestor > a::before { transform: scaleX(1); transform-origin: left center; }
.primary-navigation > ul > li.current-menu-item > a,
.primary-navigation > ul > li.current-menu-ancestor > a { background: var(--red); }
.primary-navigation > ul > li.current-menu-item > a::before,
.primary-navigation > ul > li.current-menu-ancestor > a::before { display: none; }
.primary-navigation .menu-highlight.current-menu-item > a,
.primary-navigation .menu-highlight.current-menu-ancestor > a { color: white; border-color: var(--red); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.submenu-toggle { display: none; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 26px; height: 1px; margin: 6px; background: white; }

.hero { position: relative; min-height: clamp(760px, 80svh, 940px); display: grid; grid-template-columns: minmax(0, 1fr); align-items: center; overflow: hidden; color: white; background: #17110f url('../images/theater-vorhang.jpg') center 56% / cover no-repeat; }
.hero-slider { position: relative; min-height: clamp(760px, 80svh, 940px); overflow: hidden; background: #17110f; touch-action: pan-y; user-select: none; -webkit-user-select: none; }
.hero-slider img { -webkit-user-drag: none; }
.hero-slider > .hero-slide { position: absolute; inset: 0; width: 100%; margin: 0; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .9s ease, visibility 0s linear .9s; }
.hero-slider > .hero-slide.is-active { z-index: 1; opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
.hero-slider > .hero-slide > .wp-block-cover__image-background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-slider > .hero-slide.is-style-hero-image-top > .wp-block-cover__image-background { object-position: center top !important; }
.hero-slider > .hero-slide.is-style-hero-image-center > .wp-block-cover__image-background { object-position: center center !important; }
.hero-slider > .hero-slide.is-style-hero-image-bottom > .wp-block-cover__image-background { object-position: center bottom !important; }
.hero-slider > .hero-slide .wp-block-cover__image-background { transform: scale(1.025); transition: transform 6s ease-out; }
.hero-slider > .hero-slide.is-active .wp-block-cover__image-background { transform: scale(1); }
.hero-slider__dots { position: absolute; z-index: 4; left: 50%; bottom: 34px; display: flex; align-items: center; gap: 0; transform: translateX(-50%); }
.hero-slider__dot { position: relative; width: 21px; height: 40px; padding: 0; border: 0; background: transparent; box-shadow: none; cursor: pointer; transition: width .3s ease; }
.hero-slider__dot::before { position: absolute; top: 50%; left: 50%; width: 9px; height: 9px; border: 1px solid rgba(255,255,255,.9); border-radius: 50%; background: transparent; box-shadow: 0 2px 12px rgba(0,0,0,.28); content: ''; transform: translate(-50%, -50%); transition: width .3s ease, border-radius .3s ease, background-color .3s ease; }
.hero-slider__dot.is-active { width: 40px; background: transparent; }
.hero-slider__dot.is-active::before { width: 28px; border-radius: 999px; background: #fff; }
.hero-slider__dot:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.hero::before { content: ''; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(12,8,8,.92) 0%, rgba(29,12,12,.68) 48%, rgba(17,10,9,.28) 100%), linear-gradient(0deg, rgba(10,7,6,.35), transparent 48%); }
.hero > .wp-block-cover__background { display: none; }
.hero.wp-block-cover { padding: 0; }
.hero .wp-block-cover__inner-container { position: relative; z-index: 2; width: 100%; }
.hero__glow { position: absolute; width: 42vw; height: 140%; top: -20%; right: 6%; transform: rotate(13deg); background: linear-gradient(90deg, transparent, rgba(255,224,164,.15), transparent); filter: blur(10px); }
.hero__content {
  position: relative;
  width: min(1180px, calc(100% - clamp(48px, 12vw, 144px)));
  padding-top: 100px;
}
.hero .hero__content > * { margin-left: 0 !important; margin-right: auto !important; }
.eyebrow { margin: 0 0 18px; color: var(--red); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .24em; }
.hero .eyebrow, .visit-section .eyebrow { color: var(--gold); }
.hero h1,
.hero h2 { max-width: 1100px; margin: 0; font-family: var(--heading); font-weight: 500; font-size: clamp(2.6rem, 5.2vw, 5.75rem); line-height: .96; letter-spacing: -.045em; }
.hero__intro { max-width: 590px; margin: 32px 0 0; font-family: var(--sans); font-size: clamp(1.1rem, 2vw, 1.4rem); color: rgba(255,255,255,.76); }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.hero__side-note { position: absolute; right: -58px; bottom: 150px; transform: rotate(-90deg); font-size: .64rem; text-transform: uppercase; letter-spacing: .32em; opacity: .5; }
.button { display: inline-block; padding: 15px 23px; color: white; background: var(--red); text-decoration: none; font-size: .73rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; transition: transform .2s, background .2s; }
.button:hover, .button:focus { background: #a41916; filter: brightness(1.12); transform: translateY(-2px); }
.wp-block-button.button { padding: 0; background: transparent; }
.wp-block-button.button .wp-block-button__link { padding: 15px 23px; color: white; border: 0; border-radius: 0; background: var(--red); font: inherit; text-decoration: none; }
.wp-block-button.button:hover, .wp-block-button.button:focus { background: transparent; filter: none; }
.wp-block-button.button:hover .wp-block-button__link, .wp-block-button.button:focus-within .wp-block-button__link { filter: brightness(1.12); transform: translateY(-2px); }
.text-link { font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; text-underline-offset: 5px; }

.section { padding-block: 110px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 46px; }
h2 { margin: 0; font-family: var(--heading); font-size: var(--heading-size-2); line-height: 1; font-weight: 500; letter-spacing: -.035em; }
.production-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.production-card__media { display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #c8bbaa; }
.production-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.production-card:hover img { transform: scale(1.025); }
.production-card__placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(145deg, #2a1817, var(--red) 60%, #d2ad6c); }
.production-card__meta, .post-teaser__meta { margin: 20px 0 6px; color: var(--red); font-size: .68rem; text-transform: uppercase; letter-spacing: .16em; }
.production-card h3 { margin: 0; font-family: var(--heading); font-size: var(--heading-size-3); font-weight: 600; line-height: 1.15; }
.production-card h3 a { text-decoration: none; }
.production-card p:last-child { color: #665e56; }
.empty-state { grid-column: 1 / -1; padding: 60px; text-align: center; border: 1px solid var(--line); }

.schedule-section { padding: 110px 0 72px; background: #f8f4ed; box-shadow: 0 0 0 100vmax #f8f4ed; clip-path: inset(0 -100vmax); }
.schedule-section > .section-heading--centered,
.schedule-section > .program-tile-grid,
.schedule-section > .yesticket-program,
.schedule-section > .program-overview__action {
  width: 100%;
  max-width: none !important;
}
.schedule-section .section-heading { margin-bottom: 42px; }
.schedule-section .section-heading--centered { display: block; text-align: center; }
.schedule-section .section-heading--centered > h2 { max-width: none !important; }
.program-overview__action { display: flex; justify-content: center; gap: 14px; margin-top: 38px; }
.program-overview__action > .wp-block-button { flex: 0 0 235px; }
.program-overview__action > .wp-block-button .wp-block-button__link { display: flex; align-items: center; justify-content: center; width: 100%; height: 58px; padding-block: 0; text-align: center; }
.program-overview__action .button--outline,
.wp-block-button.button--outline .wp-block-button__link { color: var(--red); border: 2px solid var(--red); background: transparent; }
.program-overview__action > .wp-block-button.button--outline { border: 0; background: transparent; }
.program-overview__action .button--outline:hover,
.program-overview__action .button--outline:focus,
.wp-block-button.button--outline:hover .wp-block-button__link,
.wp-block-button.button--outline:focus-within .wp-block-button__link { color: white; background: var(--red); }
.button--tickets::before,
.wp-block-button.button--tickets .wp-block-button__link::before { content: '\f145'; margin-right: 9px; font-family: 'Font Awesome 7 Free'; font-weight: 900; }
.wp-block-button.button--tickets::before { display: none; }
.schedule-list { border-top: 1px solid var(--line); }
.schedule-item { display: grid; grid-template-columns: minmax(210px, .8fr) minmax(260px, 1.5fr) auto; align-items: center; gap: 30px; min-height: 105px; margin: 0; border-bottom: 1px solid var(--line); }
.schedule-item__date { margin: 0; color: var(--red); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.schedule-item h3 { margin: 0; font-family: var(--heading); font-size: var(--heading-size-3); font-weight: 600; }
.schedule-item__action { margin: 0; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.schedule-item__action a { text-underline-offset: 5px; }
.schedule-list--legacy { display: none; }
.program-tile-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin: 0; }
.program-tile-grid > .wp-block-column { min-width: 0; }
.program-tile { position: relative; display: block; min-height: 470px; overflow: hidden; padding: 0; color: var(--ink); border: 1px solid rgba(23,20,17,.14); border-radius: 4px; background: #f8f6f1; box-shadow: 0 8px 22px rgba(23,20,17,.07); }
.program-tile::after { display: none; }
.program-tile > .wp-block-cover__background { display: none; }
.program-tile > img, .program-tile .wp-block-cover__image-background { position: absolute; inset: 0 0 auto; width: 100%; height: 58%; object-fit: cover; transition: transform .45s ease; }
.program-tile:hover > img, .program-tile:hover .wp-block-cover__image-background { transform: scale(1.035); }
.program-tile .wp-block-cover__inner-container { position: absolute; z-index: 2; inset: auto 0 0; display: grid; grid-template-columns: 62px minmax(0, 1fr); grid-template-rows: auto auto 1fr auto; column-gap: 18px; width: 100%; min-height: 42%; padding: 20px 20px 18px; color: var(--ink); background: #f8f6f1; }
.program-tile__date { grid-row: 1 / -1; margin: 0; padding-right: 15px; border-right: 1px solid var(--line); text-align: center; text-transform: uppercase; line-height: 1; }
.program-tile__date span { display: block; }
.program-tile__month { margin-bottom: 3px; font-size: .68rem; letter-spacing: .08em; }
.program-tile__day { font-size: 2.25rem; font-weight: 700; letter-spacing: -.06em; }
.program-tile__year { margin-top: 3px; font-size: .72rem; }
.program-tile__time { margin-top: 10px; color: var(--red); font-size: .62rem; font-weight: 700; white-space: nowrap; }
.program-tile h3 { grid-column: 2; margin: 0; font-family: var(--heading); font-size: var(--heading-size-4); font-weight: 700; line-height: 1.15; }
.program-tile__description { grid-column: 2; margin: 7px 0 0; color: #706860; font-size: .76rem; line-height: 1.35; }
.program-tile__link { grid-column: 2; margin: 10px 0 0; font-size: .64rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.program-tile__link a { text-underline-offset: 5px; }

/* YesTicket event cards: keep the plugin data, use the Erthal visual language. */
.yesticket-program { width: 100%; max-width: none !important; }
body .ytp-event-cards > a { display: flex; min-width: 0; color: inherit; text-decoration: none; }
body .ytp-event-card { position: relative; display: flex; flex-direction: column; width: 100%; min-height: 400px; height: 100%; overflow: hidden; color: var(--ink); border: 1px solid rgba(23,20,17,.14); border-radius: 4px; background: #f8f6f1; box-shadow: 0 8px 22px rgba(23,20,17,.07); }
body .ytp-event-card-image { position: relative; flex: 0 0 auto; width: 100%; height: auto; aspect-ratio: 4 / 3; overflow: hidden; background-position: center; background-size: cover !important; transition: filter .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
body .ytp-event-card-image::after { position: absolute; inset: 0; background: linear-gradient(145deg, transparent 42%, rgba(164,25,22,.2) 100%); content: ''; opacity: 0; pointer-events: none; transition: opacity .65s ease; }
body .ytp-event-cards > a:hover .ytp-event-card-image,
body .ytp-event-cards > a:focus-visible .ytp-event-card-image { background-size: cover !important; filter: brightness(.9) saturate(.92) contrast(1.03); transform: scale(1.016) translateY(-.35%); }
body .ytp-event-cards > a:hover .ytp-event-card-image::after,
body .ytp-event-cards > a:focus-visible .ytp-event-card-image::after { opacity: 1; }
body .ytp-event-card-text-wrapper { position: relative; z-index: 2; display: grid; flex: 1; grid-template-columns: 62px minmax(0, 1fr); column-gap: 18px; min-height: 0; padding: 20px 20px 18px; background: #f8f6f1; }
body .ytp-event-card-date { padding-right: 15px; border-right: 1px solid var(--line); text-align: center; text-transform: uppercase; line-height: 1; }
body .ytp-event-card-month { font-size: .68rem; letter-spacing: .08em; }
body .ytp-event-card-day { display: inline-block; margin-top: 4px; font-size: 2.25rem; font-weight: 700; letter-spacing: -.06em; }
body .ytp-event-card-year { display: inline-block; margin-top: 5px; font-size: .72rem; }
body .ytp-event-card-body { position: relative; display: flex; min-width: 0; flex-direction: column; align-items: flex-start; }
body .ytp-event-card-body-fade-out { display: none; }
body .ytp-event-card-location { margin-bottom: 5px; color: #706860; font-size: .68rem; line-height: 1.25; }
body .ytp-event-card-title { display: block; font-family: var(--heading); font-size: 1.12rem; font-weight: 700; line-height: 1.15; }

/* Stück-Detail: visually match the established programme cards without
   taking over the plugin's outer container width. */
.erthal-play-detail__tickets .ytp-event-cards {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(16px, 2vw, 24px);
}
.erthal-play-detail__tickets .ytp-event-cards > a {
  width: 100%;
  min-width: 0;
}
.erthal-play-detail__tickets .ytp-event-card-image {
  display: none !important;
}
.erthal-play-detail__tickets .ytp-event-card {
  min-height: 0;
  border-color: rgba(23,20,17,.12);
  border-radius: 6px;
  background: #fbf9f5;
  box-shadow: 0 10px 28px rgba(23,20,17,.06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.erthal-play-detail__tickets .ytp-event-card::after {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: var(--red);
  content: '';
  pointer-events: none;
  transition: height .25s ease;
}
.erthal-play-detail__tickets .ytp-event-cards > a:hover .ytp-event-card,
.erthal-play-detail__tickets .ytp-event-cards > a:focus-visible .ytp-event-card {
  box-shadow: 0 16px 34px rgba(23,20,17,.11);
  transform: translateY(-3px);
}
.erthal-play-detail__tickets .ytp-event-cards > a:hover .ytp-event-card::after,
.erthal-play-detail__tickets .ytp-event-cards > a:focus-visible .ytp-event-card::after {
  height: 7px;
}
.erthal-play-detail__tickets .ytp-event-card-text-wrapper {
  grid-template-columns: 76px minmax(0, 1fr);
  column-gap: 18px;
  padding: 22px 20px 21px;
  background: #fbf9f5;
}
.erthal-play-detail__tickets .ytp-event-card-date {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  align-content: start;
  justify-content: center;
  column-gap: 7px;
  row-gap: 8px;
  padding-right: 17px;
  border-color: rgba(23,20,17,.14);
}
.erthal-play-detail__tickets .ytp-event-card-day {
  grid-column: 1 / -1;
  grid-row: 1;
  margin: 0;
  font-family: var(--heading);
  font-size: 2.7rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum' 1;
  line-height: .9;
  letter-spacing: -.065em;
}
.erthal-play-detail__tickets .ytp-event-card-month {
  grid-column: 1;
  grid-row: 2;
  display: block;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  color: var(--red);
  border-radius: 0;
  background: transparent;
  font-family: var(--heading);
  font-size: .74rem;
  font-weight: 750;
  line-height: 1;
  letter-spacing: .075em;
}
.erthal-play-detail__tickets .ytp-event-card-year {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  color: #837b73;
  font-size: .64rem;
  line-height: 1;
}
.erthal-play-detail__tickets .ytp-event-card-location { display: none; }
.erthal-play-detail__tickets .ytp-event-card-title {
  max-width: 100%;
  color: var(--ink);
  font-size: 1.16rem;
  font-weight: 650;
  line-height: 1.14;
  letter-spacing: -.02em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

@media (max-width: 980px) {
  .erthal-play-detail__tickets .ytp-event-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .erthal-play-detail__tickets .ytp-event-cards { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .erthal-play-detail__tickets .ytp-event-card::after { transition: none; }
  body .ytp-event-card-image,
  body .ytp-event-card-image::after { transition: none; }
  body .ytp-event-cards > a:hover .ytp-event-card-image,
  body .ytp-event-cards > a:focus-visible .ytp-event-card-image { transform: none; }
}

.testimonials-section { padding: 64px 0 58px; color: #f4f0e8; background: var(--ink); }
.testimonials-slider { position: relative; width: var(--shell); max-width: none !important; }
.testimonials-section__heading { max-width: 760px; margin: 0 auto 20px; text-align: center; }
.testimonials-section__heading .eyebrow { margin-bottom: 0; }
.testimonials-section__heading .eyebrow { color: #d3b477; }
.testimonials-section__heading h2 { color: #f4f0e8; font-size: var(--heading-size-2); }
.testimonials-slider__viewport { max-width: 820px; height: 190px; margin: 0 auto; }
.testimonial-slide { height: 100%; text-align: center; animation: testimonialFade .38s ease both; }
.testimonial-slide.is-active { display: flex; flex-direction: column; justify-content: center; }
.testimonial-slide:not(.is-active), .testimonial-slide[hidden] { display: none; }
.testimonial-slide__stars { display: flex; align-items: center; justify-content: center; gap: 16px; max-width: 330px; margin: 0 auto 16px; color: #d3b477; font-size: 1.05rem; letter-spacing: .2em; }
.testimonial-slide__stars::before, .testimonial-slide__stars::after { content: ''; flex: 1; height: 1px; background: rgba(211,180,119,.42); }
.testimonial-slide blockquote { max-width: 760px; margin: 0 auto; padding: 0; border: 0; font-family: var(--serif); font-size: clamp(1.45rem, 2.65vw, 2.3rem); font-weight: 400; line-height: 1.2; }
.testimonial-slide blockquote p { margin: 0; }
.testimonial-slide__meta { margin: 18px 0 0; color: rgba(244,240,232,.62); font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.testimonials-slider__controls { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 24px; }
.testimonials-slider__button { display: grid; place-items: center; width: 40px; height: 40px; padding: 0; color: #f4f0e8; border: 1px solid rgba(244,240,232,.4); border-radius: 50%; background: rgba(255,255,255,.04); font-size: 1rem; cursor: pointer; transition: color .2s ease, background-color .2s ease, transform .2s ease; }
.testimonials-slider__button:hover, .testimonials-slider__button:focus-visible { color: var(--ink); border-color: #f4f0e8; background: #f4f0e8; transform: translateY(-2px); }
.testimonials-slider__status { min-width: 45px; margin: 0; text-align: center; font-size: .72rem; letter-spacing: .12em; }
@keyframes testimonialFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.story-section { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); align-items: center; gap: clamp(42px, 7vw, 100px); padding-block: 110px; }
.story-section.wp-block-columns { margin-bottom: 0; }
.story-section__image { position: relative; }
.story-section__image::after { content: ''; position: absolute; z-index: -1; right: -18px; bottom: -18px; width: 55%; height: 75%; background: var(--red); }
.story-section__image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.story-section__content p:not(.eyebrow) { margin: 28px 0; color: #5f5750; font-size: 1.08rem; }

.feature-section { padding: 110px 0; background: #dfd5c7; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; width: var(--shell); max-width: none !important; gap: 24px; }
.feature-grid.wp-block-columns { margin-bottom: 0; }
.feature-grid > .wp-block-column { min-width: 0; }
.feature-card { position: relative; min-height: 610px; overflow: hidden; }
.feature-card--image { display: flex; align-items: flex-end; color: white; background: #171411; }
.feature-card--image::after { content: ''; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(0deg, rgba(12,8,7,.94), rgba(12,8,7,.08) 75%); }
.feature-card--image > .wp-block-cover__background { display: none; }
.feature-card--image > .wp-block-cover__inner-container { position: relative; z-index: 2; }
.feature-card--image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.001); transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .65s ease; }
.feature-card--image:hover img { transform: scale(1.055) translate3d(0, -1.2%, 0); filter: saturate(1.06); }
.feature-card__overlay { position: relative; z-index: 1; padding: clamp(30px, 5vw, 58px); }
.feature-card__overlay > .eyebrow,
.feature-card__overlay > p:not(.text-link) { display: none; }
.feature-card__overlay a.text-link { display: inline-flex; align-items: center; justify-content: center; width: fit-content; min-height: 46px; margin: 28px 0 0; padding: 12px 18px; color: white; border: 1px solid rgba(255,255,255,.72); background: rgba(18,14,12,.34); backdrop-filter: blur(8px); text-decoration: none; transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease; }
.feature-card__overlay p.text-link { padding: 0; border: 0; background: transparent; backdrop-filter: none; }
.feature-card__overlay p.text-link a { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 18px; color: white; border: 1px solid rgba(255,255,255,.72); background: rgba(18,14,12,.34); backdrop-filter: blur(8px); text-decoration: none; transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease; }
.feature-card__overlay a.text-link:hover,
.feature-card__overlay a.text-link:focus,
.feature-card__overlay p.text-link a:hover,
.feature-card__overlay p.text-link a:focus { color: white; border-color: var(--red); background: var(--red); transform: translateY(-2px); }
.wp-block-cover.feature-card--image { padding: 0; }
.wp-block-cover.feature-card--image .wp-block-cover__inner-container { position: relative; z-index: 2; width: 100%; }
.feature-card h2 { font-size: var(--heading-size-2); }
.feature-card--support { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(30px, 5vw, 58px); color: white; background: var(--red); }
.feature-card--support .eyebrow { color: #f0c98a; }
.feature-card--support > div > p:not(.eyebrow) { color: rgba(255,255,255,.78); }
.support-facts { display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid rgba(255,255,255,.25); }
.support-facts p { display: flex; flex-direction: column; margin: 0; padding: 24px 0; }
.support-facts p + p { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.25); }
.support-facts strong { font-family: var(--serif); font-size: 2.2rem; font-weight: 400; }
.support-facts h3 { margin: 0; font-family: var(--heading); font-size: var(--heading-size-3); font-weight: 500; }
.support-facts span { font-size: .72rem; opacity: .72; }
.support-facts .wp-block-column { padding: 24px 0; }
.support-facts .wp-block-column + .wp-block-column { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.25); }
.support-facts .wp-block-column p { margin: 0; font-size: .72rem; opacity: .72; }
.feature-card__actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }

.location-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 10vw, 150px); padding-bottom: 110px; }
.location-section__details { padding-top: 8px; }
.location-section address { font-style: normal; font-size: 1.12rem; }
.location-section__details > p { max-width: 620px; margin: 24px 0; color: #5f5750; }

.visit-section { padding: 110px 0; color: white; background: var(--red-dark); }
.visit-section__inner { max-width: 860px; text-align: center; }
.visit-section__inner > h2 { width: 100%; max-width: none !important; margin-top: 0 !important; }
.visit-section p:not(.eyebrow) { max-width: 610px; margin: 25px auto 32px; color: rgba(255,255,255,.74); }
.visit-section__actions { display: flex; justify-content: center; gap: 14px; }
.visit-section__actions > .wp-block-button { flex: 0 0 235px; }
.visit-section__actions .wp-block-button__link { display: flex; align-items: center; justify-content: center; width: 100%; height: 58px; padding-block: 0; }
.visit-section__actions .wp-block-button.button--light .wp-block-button__link { color: var(--gold); border: 2px solid var(--gold); background: transparent; }
.visit-section__actions .wp-block-button.button--light:hover .wp-block-button__link,
.visit-section__actions .wp-block-button.button--light:focus-within .wp-block-button__link { color: var(--red); background: var(--gold); }
.visit-section__actions .button--tickets .wp-block-button__link { color: var(--red); background: var(--gold); }
.visit-section__actions .button--tickets:hover .wp-block-button__link,
.visit-section__actions .button--tickets:focus-within .wp-block-button__link { color: var(--red); background: white; }
.button--light { color: var(--red-dark); background: var(--gold); }
.button--light:hover, .button--light:focus { background: #e0c58f; }
.wp-block-button.button--light .wp-block-button__link { color: var(--red-dark); background: var(--gold); }

.content-area { min-height: 65vh; padding-top: 180px; padding-bottom: 100px; }
.content-area--narrow { max-width: 850px; }
.page-header { margin-bottom: 60px; }
.page-header h1 { margin: 0; font-family: var(--heading); font-size: var(--heading-size-1); line-height: .95; font-weight: 500; letter-spacing: -.04em; }
.post-list { border-top: 1px solid var(--line); }
.post-teaser { padding: 36px 0; border-bottom: 1px solid var(--line); }
.post-teaser h2 { font-size: var(--heading-size-2); }
.post-teaser h2 a { text-decoration: none; }
.entry-content { font-family: var(--sans); font-size: var(--body-size); line-height: var(--body-line-height); }
.entry-content :is(h1, h2, h3, h4, h5, h6) { font-family: var(--heading); }
.erthal-person__info,
.erthal-play-detail__content { font-family: var(--sans) !important; }
.erthal-play-detail__content :is(h1, h2, h3, h4, h5, h6) { font-family: var(--heading) !important; }
.entry-content > * { max-width: 720px; }
.entry-content > .alignwide { max-width: 1100px; margin-left: 50%; transform: translateX(-50%); }

/*
 * Newly created pages use the regular theme content width by default.
 * Purpose-built page layouts below continue to provide their own widths.
 */
.entry-content.standard-page > * {
	width: 100%;
	max-width: none;
}

.entry-content.standard-page > .alignwide,
.entry-content.standard-page > .alignfull {
	margin-left: 0;
	transform: none;
}
.featured-image { margin: 0 0 50px; }

/* Legal pages: readable copy without changing other standard pages. */
:is(.imprint-page, .privacy-page) { padding-bottom: clamp(62px, 8vw, 110px); }
.entry-content:is(.imprint-page, .privacy-page) > * { width: 100%; max-width: 820px; margin-right: auto; margin-left: 0; }
:is(.imprint-page, .privacy-page) > h2:first-child { margin-bottom: 14px; }
:is(.imprint-page, .privacy-page) :is(h2, h3, h4) { margin-top: 1.35em; margin-bottom: .55em; }
:is(.imprint-page, .privacy-page) p { margin-top: 0; margin-bottom: 24px; color: #514b45; }
:is(.imprint-page, .privacy-page) ul { margin-top: 0; margin-bottom: 28px; padding-left: 1.3em; }
:is(.imprint-page, .privacy-page) li + li { margin-top: 8px; }
:is(.imprint-page, .privacy-page) strong { color: var(--ink); font-family: var(--heading); font-weight: 700; }
:is(.imprint-page, .privacy-page) a { color: var(--red); overflow-wrap: anywhere; text-decoration-thickness: 1px; text-underline-offset: 4px; }
:is(.imprint-page, .privacy-page) a:hover,
:is(.imprint-page, .privacy-page) a:focus-visible { color: var(--ink); }

/* Ensemble: provide the broad theme canvas; the plugin owns its card layout. */
.entry-content.ensemble-page > * { max-width: none; }

.site-footer { color: rgba(255,255,255,.72); border-top: 6px solid var(--red); background: #100f0e; font-size: .86rem; }
.site-footer a { color: white; text-decoration: none; }
.site-footer__main { padding-top: clamp(52px, 6vw, 76px); padding-bottom: clamp(28px, 3vw, 40px); }
.site-footer__intro { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); align-items: end; gap: clamp(50px, 9vw, 150px); }
.site-footer__eyebrow { display: flex; align-items: center; gap: 14px; margin: 0 0 22px; color: #d5ad69; font-size: .72rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.site-footer__eyebrow::before { width: 40px; height: 2px; background: #d5ad69; content: ''; }
.site-footer h2 { max-width: 760px; margin: 0; color: white; font-family: var(--heading); font-size: var(--heading-size-2); font-weight: 500; line-height: .93; letter-spacing: -.045em; }
.site-footer__lead { max-width: 610px; margin: 28px 0 0; font-size: clamp(.95rem, 1.2vw, 1.08rem); line-height: 1.65; }
.site-footer__address { position: relative; padding: 10px 0 10px 28px; border-left: 2px solid var(--red); }
.site-footer__address-label { margin: 0 0 10px; color: white; font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.site-footer address { margin-bottom: 18px; color: rgba(255,255,255,.82); font-style: normal; font-size: 1.05rem; line-height: 1.6; }
.site-footer__address a { color: #d5ad69; font-size: .73rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.site-footer__sponsors { margin-bottom: clamp(42px, 5vw, 64px); }
.site-footer__sponsors-label { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: rgba(255,255,255,.45); font-size: .67rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.site-footer__sponsors-label::before { width: 30px; height: 1px; background: var(--red); content: ''; }
.site-footer__sponsor-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; }
.site-footer__sponsor { display: grid; min-width: 0; min-height: 84px; place-items: center; padding: 14px clamp(28px, 3vw, 54px); text-align: center; }
.site-footer__sponsor + .site-footer__sponsor { border-left: 1px solid rgba(255,255,255,.1); }
.site-footer__sponsor img { display: block; width: 100%; max-width: 200px; max-height: 52px; margin: 0 auto; object-fit: contain; filter: none; opacity: 1; transition: filter .25s ease, transform .3s cubic-bezier(.22,1,.36,1); }
.site-footer__sponsor:hover img,
.site-footer__sponsor:focus-within img { filter: brightness(1.08) saturate(1.08); transform: translateY(-2px) scale(1.025); }
.site-footer__contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 0; padding-block: 12px 8px; }
.site-footer__contact-card { position: relative; display: flex; min-width: 0; min-height: 92px; align-items: center; justify-content: center; gap: 16px; padding: 14px clamp(20px, 3vw, 48px); color: white; background: transparent; transition: transform .35s cubic-bezier(.22,1,.36,1); }
.site-footer__contact-card + .site-footer__contact-card { border-left: 1px solid rgba(255,255,255,.1); }
.site-footer__contact-card::before,
.site-footer__contact-card::after { display: none; }
.site-footer__contact-card:hover,
.site-footer__contact-card:focus-visible { outline: 0; transform: translateY(-5px); }
.site-footer__contact-icon { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; color: #d44743; font-size: 1.75rem; transition: color .25s ease, transform .3s cubic-bezier(.22,1,.36,1); }
.site-footer__contact-icon i { display: block; line-height: 1; }
.site-footer__contact-card:hover .site-footer__contact-icon,
.site-footer__contact-card:focus-visible .site-footer__contact-icon { color: white; transform: scale(1.07) rotate(-3deg); }
.site-footer__contact-copy { display: block; min-width: 0; white-space: nowrap; }
.site-footer__contact-copy small { display: block; margin: 0 0 7px; color: rgba(255,255,255,.52); font-size: .61rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; transition: color .25s ease; }
.site-footer__contact-copy strong { position: relative; display: inline-block; min-width: 0; color: white; font-size: clamp(1rem, 1.25vw, 1.18rem); line-height: 1.25; white-space: nowrap; }
.site-footer__contact-copy strong::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--red); content: ''; transform: scaleX(0); transform-origin: left; transition: transform .32s cubic-bezier(.22,1,.36,1); }
.site-footer__contact-card:hover .site-footer__contact-copy strong::after,
.site-footer__contact-card:focus-visible .site-footer__contact-copy strong::after { transform: scaleX(1); }
.site-footer__contact-card:hover .site-footer__contact-copy small,
.site-footer__contact-card:focus-visible .site-footer__contact-copy small { color: rgba(255,255,255,.78); }
.site-footer__contact-arrow { display: none; }
.site-footer__bottom { border-top: 1px solid rgba(255,255,255,.08); background: #0b0b0a; }
.site-footer__bottom-inner { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: clamp(28px, 4vw, 70px); min-height: 130px; padding-top: 24px; padding-bottom: 24px; }
.site-footer__brand { display: flex; align-items: center; gap: 16px; color: white; font-family: var(--serif); font-size: 1.35rem; }
.site-footer__brand img { width: 64px; height: 64px; object-fit: contain; }
.site-footer address.site-footer__compact-address { display: flex; align-items: flex-start; flex-direction: column; gap: 10px; margin: 0; color: rgba(255,255,255,.65); font-style: normal; line-height: 1.4; white-space: nowrap; }
.site-footer__compact-address a { display: inline-flex; min-height: 34px; align-items: center; justify-content: center; gap: 8px; padding: 7px 11px; color: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.2); border-radius: 2px; background: transparent; font-size: .61rem; font-weight: 750; line-height: 1; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; white-space: nowrap; transition: color .2s ease, border-color .2s ease, background-color .2s ease; }
.site-footer__compact-address a span { color: #d44743; font-size: .76rem; transition: color .2s ease, transform .2s ease; }
.site-footer__compact-address a:hover,
.site-footer__compact-address a:focus-visible { color: white; border-color: rgba(164,25,22,.8); background: rgba(164,25,22,.12); }
.site-footer__compact-address a:hover span,
.site-footer__compact-address a:focus-visible span { color: #e05b57; transform: translateX(2px); }
.site-footer__meta { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 40px); justify-self: end; text-align: right; white-space: nowrap; }
.site-footer__legal-nav { display: flex; align-items: center; gap: 22px; }
.site-footer ul { display: flex; justify-content: flex-end; gap: 22px; margin: 0; padding: 0; list-style: none; }
.site-footer__meta a { color: rgba(255,255,255,.82); }
.site-footer__meta a:hover,
.site-footer__meta a:focus-visible { color: #d5ad69; }
.site-footer__cookie-settings { font: inherit; white-space: nowrap; }
.site-footer__meta p { margin: 0; color: rgba(255,255,255,.38); font-size: .73rem; }

body:not(.home) .site-header,
body:not(.home) .site-header.is-scrolled { position: sticky; z-index: 100; top: 0; min-height: 72px; overflow: visible; color: var(--ink); border-color: var(--line); background: var(--paper); isolation: isolate; }
body:not(.home).admin-bar .site-header,
body:not(.home).admin-bar .site-header:not(.is-scrolled) { top: 32px; }
body:not(.home) .primary-navigation .menu-highlight > a { color: var(--red); }
body:not(.home) .primary-navigation .menu-highlight > a:hover,
body:not(.home) .primary-navigation .menu-highlight > a:focus { color: white; }
body:not(.home) .primary-navigation .menu-highlight.current-menu-item > a,
body:not(.home) .primary-navigation .menu-highlight.current-menu-ancestor > a,
.site-header.is-scrolled .primary-navigation .menu-highlight.current-menu-item > a,
.site-header.is-scrolled .primary-navigation .menu-highlight.current-menu-ancestor > a { color: white; }
body:not(.home) .menu-toggle > span:not(.screen-reader-text) { background: var(--ink); }
body:not(.home) .content-area { padding-top: 90px; }

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .site-header { color: white; border-color: rgba(255,255,255,.22); background: transparent; }
  .site-header.is-scrolled,
  body:not(.home) .site-header,
  body:not(.home) .site-header.is-scrolled { color: var(--ink); border-color: var(--line); background: var(--paper); }
  .site-header__inner { height: 58px; min-height: 58px; }
  body:not(.home) .site-header,
  body:not(.home) .site-header.is-scrolled { min-height: 58px; }
  .brand-logo, .brand-logo__crop, .brand-logo__crop img,
  .site-branding--logo-standard .custom-logo { width: 80px; height: 80px; }
  .site-branding { top: 5px; }
  .menu-toggle { display: block; color: white; }
  .menu-toggle > span:not(.screen-reader-text) { background: white; }
  body:not(.home) .menu-toggle,
  .site-header.is-scrolled .menu-toggle { color: var(--ink); }
  body:not(.home) .menu-toggle > span:not(.screen-reader-text),
  .site-header.is-scrolled .menu-toggle > span:not(.screen-reader-text) { background: var(--ink); }
  .primary-navigation { position: fixed; top: 58px; right: 0; left: 0; display: block; width: auto; max-height: calc(100vh - 58px); padding: 38px 28px 26px; overflow-y: auto; visibility: hidden; color: var(--ink); background: var(--paper); box-shadow: 0 18px 34px rgba(23,20,17,.18); opacity: 0; pointer-events: none; transform: translateY(-14px); transition: opacity .25s ease, transform .32s cubic-bezier(.22,.61,.36,1), visibility 0s linear .32s; }
  .primary-navigation.is-open { visibility: visible; opacity: 1; pointer-events:auto; transform: translateY(0); transition-delay: 0s; }
  .primary-navigation ul { flex-direction: column; gap: 0; }
  .primary-navigation > ul > li { border-bottom: 1px solid var(--line); }
  .primary-navigation > ul > li > a { display: block; padding: 16px 48px 16px 12px; color: var(--ink); font-size: .86rem; }
  .primary-navigation .menu-parent-label { cursor: pointer; }
  .primary-navigation .sub-menu { display: none !important; position: static; width: auto; min-width: 0; margin: 0; padding: 5px 0 12px 18px; gap: 0; border: 0; box-shadow: none; color: var(--ink); background: #e8e1d6; }
  .primary-navigation .menu-item-has-children.submenu-open > .sub-menu { display: flex !important; }
  .primary-navigation .sub-menu::before { display: none; }
  .primary-navigation .sub-menu a { display: block; padding: 11px 14px; color: rgba(23,20,17,.78); font-size: .78rem; }
  .primary-navigation .sub-menu a::after { right: 14px; left: 14px; }
  .primary-navigation .sub-menu a:hover,
  .primary-navigation .sub-menu a:focus { color: var(--red); background: rgba(164,25,22,.06); }
  .submenu-toggle { position: absolute; z-index: 2; top: 8px; right: 0; display: grid; width: 42px; height: 42px; padding: 0; place-items: center; border: 0; color: var(--ink); background: transparent; }
  .primary-navigation .current-menu-item > .submenu-toggle,
  .primary-navigation .current-menu-ancestor > .submenu-toggle { color: white; }
  .submenu-toggle::before { width: 9px; height: 9px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; content: ''; transform: translateY(-2px) rotate(45deg); transition: transform .2s ease; }
  .submenu-toggle[aria-expanded="true"]::before { transform: translateY(3px) rotate(225deg); }
  .primary-navigation .menu-highlight { padding-block: 13px; border-bottom: 0; }
  .primary-navigation .menu-highlight > a { display: block; width: 100%; padding: 13px 16px; color: var(--red); text-align: center; }
  .hero, .hero-slider { min-height: 700px; }
  .hero__content {
    padding-top: 60px;
  }
  .hero h1,
  .hero h2 { font-size: clamp(2.35rem, 5.5vw, 2.85rem); line-height: .98; letter-spacing: -.04em; }
  .hero__actions { align-items: flex-start; flex-direction: column; }
  .hero__side-note { display: none; }
  .section { padding-block: 75px; }
  .schedule-section { padding-block: 75px; }
  .schedule-item { grid-template-columns: 1fr; gap: 7px; padding-block: 22px; }
  .schedule-item__action { margin-top: 7px; }
  .program-tile-grid,
  body.home .ytp-event-cards { grid-template-columns: 1fr; gap: 16px; }
  .program-tile { min-height: 470px; }
  .program-overview__action { align-items: stretch; flex-direction: column; }
  .program-overview__action > .wp-block-button { flex-basis: auto; width: 100%; }
  .program-overview__action .button { text-align: center; }
  .testimonials-section { padding-block: 54px; }
  .testimonials-section__heading { margin-bottom: 28px; }
  .testimonials-slider__viewport { height: 250px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .production-grid { grid-template-columns: 1fr; gap: 42px; }
  .production-card__media { aspect-ratio: 5 / 4; }
  .story-section { grid-template-columns: 1fr; padding-block: 75px; }
  .story-section__image::after { right: -7px; bottom: -10px; }
  .feature-section { padding-block: 75px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 560px; }
  .location-section { grid-template-columns: 1fr; gap: 35px; padding-bottom: 75px; }
  .visit-section__actions { align-items: stretch; flex-direction: column; }
  .visit-section__actions > .wp-block-button { flex-basis: auto; width: 100%; }
  .site-footer__intro { grid-template-columns: 1fr; gap: 42px; }
  .site-footer__sponsor-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 24px; }
  .site-footer__sponsor { padding-inline: 24px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .site-footer__sponsor + .site-footer__sponsor { border-left: 0; }
  .site-footer__sponsor:nth-child(even) { border-left: 1px solid rgba(255,255,255,.1); }
  .site-footer__contact-grid { grid-template-columns: 1fr; }
  .site-footer__contact-card { margin: 0; }
  .site-footer__contact-card + .site-footer__contact-card { border-top: 1px solid rgba(255,255,255,.1); border-left: 0; }
  .site-footer__contact-copy { white-space: normal; }
  .site-footer__contact-copy strong { white-space: normal; }
  .site-footer__bottom-inner { grid-template-columns: 1fr; gap: 20px; padding-top: 34px; padding-bottom: 34px; }
  .site-footer__compact-address { align-items: flex-start; flex-direction: column; gap: 8px; text-align: left; white-space: normal; }
  .site-footer__meta { align-items: flex-start; flex-direction: column; gap: 12px; justify-self: start; text-align: left; white-space: normal; }
  .site-footer__legal-nav { align-items: flex-start; flex-wrap: wrap; }
  .site-footer ul { justify-content: flex-start; flex-wrap: wrap; }
}

/* Ticket & Preise -------------------------------------------------------- */
.content-area--ticket-prices-page { padding-bottom: 0; }
.ticket-prices-page { max-width: none; padding-top: 0 !important; font-family: var(--sans); }
.entry-content.ticket-prices-page > * { max-width: none; }
.ticket-prices-page h2,
.ticket-prices-page h3,
.ticket-prices-page p { margin-top: 0; }
.ticket-prices-intro { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .55fr); align-items: center; gap: clamp(40px, 6vw, 88px); padding-block: clamp(56px, 6vw, 88px); }
.ticket-prices-intro h2 { max-width: none; margin-bottom: 0; font-size: var(--heading-size-2); line-height: .94; letter-spacing: -.055em; white-space: nowrap; }
.ticket-prices-intro > p { max-width: 470px; margin: 0 0 3px; color: #625a53; font-size: clamp(1.04rem, 1.2vw, 1.2rem); line-height: 1.58; }
.ticket-prices-section { padding-block: clamp(78px, 9vw, 132px); }
.ticket-prices-section > .shell > h2,
.ticket-practical > h2 { margin-bottom: clamp(42px, 5vw, 70px); font-size: var(--heading-size-2); line-height: .92; letter-spacing: -.055em; }
.ticket-prices-section--admission { background: #e9ded8; }
.ticket-price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 1.4vw, 24px); }
.ticket-price-grid > .ticket-price-card { margin-block: 0 !important; }
.ticket-price-card { display: grid; min-height: 335px; grid-template-rows: 58px 108px auto; align-content: start; padding: clamp(26px, 3vw, 40px); border: 1px solid rgba(23,20,17,.24); }
.ticket-price-card > * { margin-block-start: 0 !important; }
.ticket-price-card h3 { max-width: 310px; margin-bottom: 0; font-size: var(--heading-size-3); line-height: 1.12; }
.ticket-price-card__amount { display: flex; min-height: 0; align-items: flex-end; margin-bottom: 12px; color: var(--red); font-size: clamp(4.8rem, 7vw, 7.2rem); font-weight: 700; line-height: .82; letter-spacing: -.065em; }
.ticket-price-card__amount--word { font-size: clamp(2.3rem, 3.7vw, 4.2rem); }
.ticket-price-card > p:last-child { max-width: 360px; margin-bottom: 0; color: #5e554f; line-height: 1.55; }
.ticket-price-card--featured { border-color: var(--red); background: var(--red); color: white; }
.ticket-price-card--featured .ticket-price-card__amount,
.ticket-price-card--featured > p:last-child { color: white; }
.ticket-prices-note { margin: 24px 0 0; color: #6b625b; font-size: .86rem; }
.ticket-admission-actions { display: flex; justify-content: center; margin: 48px 0 0; }
.ticket-admission-actions .wp-block-button.button--admission-program .wp-block-button__link {
  color: var(--red);
  border: 1px solid var(--red);
  background: transparent;
}
.ticket-admission-actions { display: none !important; }
.ticket-admission-actions .wp-block-button.button--admission-program .wp-block-button__link:hover,
.ticket-admission-actions .wp-block-button.button--admission-program .wp-block-button__link:focus-visible {
  color: white;
  background: var(--red);
}
.ticket-prices-section--offers { background: var(--ink); color: white; }
.ticket-offer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 2vw, 28px); background: transparent; }
.ticket-offer-grid > .ticket-offer-card {
  margin-block: 0 !important;
}
.ticket-offer-card {
	display: grid;
	min-width: 0;
	min-height: 360px;
	grid-template-rows: 70px 145px auto;
	align-content: start;
	padding: clamp(32px, 3vw, 48px);
	background: #202426;
}
.ticket-offer-card > * { margin-block-start: 0 !important; }
.ticket-offer-card--red { background: var(--red); }
.ticket-offer-card h3 {
	margin: 0;
	font-size: var(--heading-size-3);
  line-height: .96;
  letter-spacing: -.045em;
  white-space: nowrap;
}
.ticket-offer-card__amount { align-self: end; margin: 0 0 18px; color: #d7ae65; font-size: clamp(3.9rem, 6vw, 6.4rem); font-weight: 700; line-height: .84; letter-spacing: -.06em; }
.ticket-offer-card > p:last-child { max-width: 370px; margin-bottom: 0; color: rgba(255,255,255,.78); line-height: 1.6; }
.ticket-offer-card--red > p:last-child { color: white; }
.ticket-prices-section--offers .ticket-prices-note { color: rgba(255,255,255,.58); }
.ticket-offer-actions {
  display: flex;
  justify-content: center;
  margin: 64px 0 0;
}
.ticket-offer-actions .wp-block-button.button--offer-booking .wp-block-button__link {
  color: white;
  border: 1px solid var(--gold);
  background: transparent;
}
.ticket-offer-actions .wp-block-button.button--offer-booking .wp-block-button__link:hover,
.ticket-offer-actions .wp-block-button.button--offer-booking .wp-block-button__link:focus-visible {
  border-color: var(--gold);
  color: #111;
  background: var(--gold);
}
.ticket-practical { padding-block: clamp(84px, 10vw, 150px); }
.ticket-practical__list { border-top: 1px solid var(--ink); }
.ticket-faq__item { margin: 0; border-bottom: 1px solid var(--line); }
.ticket-faq__item summary {
  position: relative;
  padding: clamp(30px, 3.5vw, 48px) 74px clamp(30px, 3.5vw, 48px) 0;
  color: var(--ink);
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 700;
  line-height: 1.2;
  list-style: none;
  cursor: pointer;
}
.ticket-faq__item summary::-webkit-details-marker { display: none; }
.ticket-faq__item summary::before,
.ticket-faq__item summary::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 26px;
  height: 2px;
  background: var(--red);
  content: '';
  transition: transform 280ms cubic-bezier(.22, 1, .36, 1);
}
.ticket-faq__item summary::after { transform: rotate(90deg); }
.ticket-faq__item[open] summary::after { transform: rotate(0); }
.ticket-faq__item > p { max-width: 900px; margin: -12px 74px 0 0; padding: 0 0 clamp(30px, 3.5vw, 48px); color: #5e554f; font-size: clamp(1rem, 1.25vw, 1.15rem); line-height: 1.7; }
.ticket-contact { background: var(--red); color: white; }
.ticket-contact__inner { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); align-items: center; gap: clamp(48px, 8vw, 130px); padding-block: clamp(76px, 9vw, 130px); }
.ticket-contact h2 { max-width: 760px; margin: 0; font-size: var(--heading-size-2); line-height: .92; letter-spacing: -.055em; }
.ticket-contact__copy { align-self: center; }
.ticket-contact__copy > p { max-width: 600px; margin-bottom: 30px; color: rgba(255,255,255,.85); font-size: clamp(1rem, 1.35vw, 1.2rem); line-height: 1.7; }
.ticket-contact .wp-block-buttons { margin: 0; }
.ticket-contact .button--light .wp-block-button__link { min-width: 230px; border: 1px solid var(--gold); color: var(--red); background: var(--gold); }
.ticket-contact .button--light .wp-block-button__link:hover,
.ticket-contact .button--light .wp-block-button__link:focus-visible { border-color: white; color: var(--red-dark); background: white; }

@media (max-width: 900px) {
  .ticket-prices-intro,
  .ticket-contact__inner { grid-template-columns: 1fr; }
  .ticket-prices-intro h2 { white-space: normal; }
  .ticket-price-grid,
  .ticket-offer-grid { grid-template-columns: 1fr; }
  .ticket-price-card { min-height: 280px; }
  .ticket-offer-card { min-height: 300px; }
  .ticket-offer-card h3 { white-space: normal; }
}

@media (max-width: 760px) {
  .ticket-prices-intro { gap: 24px; padding-block: 52px; }
  .ticket-prices-intro h2 { font-size: var(--heading-size-2); }
  .ticket-prices-section { padding-block: 68px; }
  .ticket-price-card,
  .ticket-offer-card { min-height: 250px; padding: 26px 22px; }
  .ticket-price-card { grid-template-rows: 54px 104px auto; }
  .ticket-offer-card { grid-template-rows: 54px 104px auto; }
  .ticket-practical { padding-block: 72px; }
  .ticket-faq__item summary { padding-right: 54px; }
  .ticket-faq__item > p { margin-right: 30px; }
  .ticket-contact__inner { gap: 32px; padding-block: 72px; }
  .ticket-contact h2 { font-size: var(--heading-size-2); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slider > .hero-slide,
  .hero-slider > .hero-slide .wp-block-cover__image-background,
  .hero-slider__dot { transition: none; }
}

@media (min-width: 761px) and (max-width: 1050px) {
  .program-tile-grid,
  body.home .ytp-event-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Programm page: use the full theme shell and show the complete schedule in a
   spacious three-column layout. Other YesTicket embeds keep the theme default. */
body.page-id-12 .content-area--narrow { max-width: none; }
body.page-id-12 .entry-content > * { max-width: none; }
body.page:not(.home) .content-area { padding-top: 0; }
body.page:not(.home) .page-hero { position: relative; display: flex; width: 100%; min-height: 350px; overflow: hidden; flex-direction: column; justify-content: flex-end; margin: 0; padding: 56px max(20px, calc((100% - 1180px) / 2)) 88px; isolation: isolate; }
body.page:not(.home) .page-hero::before { position: absolute; z-index: 0; inset: 0; background-image: linear-gradient(90deg, rgba(12,8,7,.74) 0%, rgba(12,8,7,.48) 48%, rgba(12,8,7,.22) 100%), var(--page-hero-image, url('../images/theater-vorhang.jpg')); background-position: var(--page-hero-position, center center); background-size: cover; content: ''; }
body.page:not(.home) .page-hero::after { display: none; }
body.page:not(.home) .page-hero > * { position: relative; z-index: 2; }
body.page:not(.home) .page-hero h1 { width: 100%; max-width: none; color: white; text-shadow: 0 3px 24px rgba(0,0,0,.35); }
body.page:not(.home) .entry-content { position: relative; z-index: 2; margin-top: 0; padding-top: clamp(48px, 6vw, 82px); }
body.page:not(.home) .page-content-position--normal .content-area--theatre { padding-top: 0; }
body.page:not(.home) .page-content-position--overlap .entry-content { margin-top: -42px; padding-top: 0; }
body.page-id-12 .ytp-event-cards { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); }
body.page-id-12 .ytp-event-cards > a,
body.page-id-12 .ytp-event-card { width: 100% !important; max-width: none !important; }
body.page-id-12 .ytp-event-card { border-color: rgba(23,20,17,.12); border-radius: 6px; background: #fbf9f5; box-shadow: 0 10px 28px rgba(23,20,17,.06); transition: transform .25s ease, box-shadow .25s ease; }
body.page-id-12 .ytp-event-cards > a:hover .ytp-event-card,
body.page-id-12 .ytp-event-cards > a:focus-visible .ytp-event-card { box-shadow: 0 16px 34px rgba(23,20,17,.11); transform: translateY(-3px); }
body.page-id-12 .ytp-event-card-text-wrapper { grid-template-columns: 92px minmax(0, 1fr); column-gap: 22px; padding: 25px 24px 24px; background: #fbf9f5; }
body.page-id-12 .ytp-event-card-date { display: grid; grid-template-columns: auto auto; grid-template-rows: auto auto; align-content: start; justify-content: center; column-gap: 8px; row-gap: 9px; padding-right: 21px; border-color: rgba(23,20,17,.14); }
body.page-id-12 .ytp-event-card-day { grid-column: 1 / -1; grid-row: 1; margin: 0; font-family: var(--heading); font-size: 3.05rem; font-weight: 600; font-variant-numeric: tabular-nums; font-feature-settings: 'tnum' 1; line-height: .9; letter-spacing: -.065em; }
body.page-id-12 .ytp-event-card-month { grid-column: 1; grid-row: 2; display: block; min-width: 0; min-height: 0; margin: 0; padding: 0; color: var(--red); border-radius: 0; background: transparent; font-family: var(--heading); font-size: .78rem; font-weight: 750; line-height: 1; letter-spacing: .075em; }
body.page-id-12 .ytp-event-card-year { grid-column: 2; grid-row: 2; margin: 0; color: #837b73; font-size: .65rem; line-height: 1; }
body.page-id-12 .ytp-event-card-location { display: none; }
body.page-id-12 .ytp-event-card-title { max-width: 100%; color: var(--ink); font-size: 1.3rem; font-weight: 650; line-height: 1.14; letter-spacing: -.025em; overflow-wrap: normal; word-break: normal; hyphens: none; }
body.page-id-12 .ytp-event-cards > .program-event--hidden { display: none !important; }

/* Shared filter presentation. Plugins provide data and behaviour; the theme owns the visuals. */
:is(.programme-filter, .erthal-ensemble-filter) { display: flex; flex-wrap: wrap; gap: .35rem; justify-content: center; margin: 0 0 clamp(1.25rem, 3vw, 2rem); padding: 0 0 .75rem; border-bottom: 1px solid rgba(23,20,17,.16); }
:is(.programme-filter__button, .erthal-ensemble-filter__button) { min-height: 30px; padding: .25rem .52rem; color: var(--ink); border: 1px solid rgba(23,20,17,.24); border-radius: 999px; background: transparent; font: 700 .72rem/1.2 var(--heading); letter-spacing: .015em; text-transform: none; cursor: pointer; transition: color .2s ease, border-color .2s ease, background-color .2s ease; }
:is(.programme-filter__button, .erthal-ensemble-filter__button):hover { color: var(--red); border-color: var(--red); }
:is(.programme-filter__button, .erthal-ensemble-filter__button).is-active { color: white; border-color: var(--red); background: var(--red); }
:is(.programme-filter__button, .erthal-ensemble-filter__button):focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }
:is(.programme-filter__button, .erthal-ensemble-filter__button):disabled { cursor: pointer; opacity: .72; }
:is(.programme-filter__select, .erthal-ensemble-filter__select) { display: none; }
.ytp-event-cards > a[hidden] { display: none !important; }
.ytp-event-cards.is-filtering > a { will-change: transform, opacity; }
.erthal-person[hidden] { display: none; }
.erthal-ensemble.is-filtering .erthal-person { will-change: transform, opacity; }

@media (max-width: 767px) {
  :is(.programme-filter, .erthal-ensemble-filter) { display: block; overflow: visible; margin-right: 0; margin-left: 0; padding-right: 0; padding-left: 0; }
  :is(.programme-filter__button, .erthal-ensemble-filter__button) { display: none; }
  :is(.programme-filter__select, .erthal-ensemble-filter__select) { display: block; width: 100%; min-height: 44px; padding: .65rem 2.5rem .65rem .85rem; color: var(--ink); border: 1px solid rgba(23,20,17,.3); border-radius: 999px; background-color: transparent; font: 700 .76rem/1.2 var(--heading); letter-spacing: .015em; text-transform: none; }
  :is(.programme-filter__select, .erthal-ensemble-filter__select):focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }
}

/* Homepage schedule: the same editorial date treatment, scaled for four cards. */
body.home .ytp-event-cards { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; gap: 18px; width: 100%; max-width: none !important; margin: 0; padding: 0; }
body.home .ytp-event-cards > a { align-self: stretch; }
body.home .ytp-event-card { min-height: 0; height: 100%; border-color: rgba(23,20,17,.12); border-radius: 6px; background: #fbf9f5; box-shadow: 0 10px 28px rgba(23,20,17,.06); transition: transform .25s ease, box-shadow .25s ease; }
body.home .ytp-event-cards > a:hover .ytp-event-card,
body.home .ytp-event-cards > a:focus-visible .ytp-event-card { box-shadow: 0 16px 34px rgba(23,20,17,.11); transform: translateY(-3px); }
body.home .ytp-event-card-text-wrapper { grid-template-columns: 72px minmax(0, 1fr); column-gap: 16px; padding: 21px 20px 20px; background: #fbf9f5; }
body.home .ytp-event-card-date { display: grid; grid-template-columns: auto auto; grid-template-rows: auto auto; align-content: start; justify-content: center; column-gap: 7px; row-gap: 8px; padding-right: 16px; border-color: rgba(23,20,17,.14); }
body.home .ytp-event-card-day { grid-column: 1 / -1; grid-row: 1; margin: 0; font-family: var(--heading); font-size: 2.65rem; font-weight: 600; font-variant-numeric: tabular-nums; font-feature-settings: 'tnum' 1; line-height: .9; letter-spacing: -.065em; }
body.home .ytp-event-card-month { grid-column: 1; grid-row: 2; display: block; min-width: 0; min-height: 0; margin: 0; padding: 0; color: var(--red); border-radius: 0; background: transparent; font-family: var(--heading); font-size: .72rem; font-weight: 750; line-height: 1; letter-spacing: .07em; }
body.home .ytp-event-card-year { grid-column: 2; grid-row: 2; margin: 0; color: #837b73; font-size: .62rem; line-height: 1; }
body.home .ytp-event-card-location { display: none; }
body.home .ytp-event-card-title { max-width: 100%; color: var(--ink); font-size: 1.12rem; font-weight: 650; line-height: 1.14; letter-spacing: -.02em; overflow-wrap: normal; word-break: normal; hyphens: none; }
.program-infinite-loader { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 86px; color: #706860; font-family: var(--sans); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.program-infinite-loader__spinner { width: 19px; height: 19px; border: 2px solid rgba(164,25,22,.22); border-top-color: var(--red); border-radius: 50%; animation: programLoaderSpin .75s linear infinite; }
@keyframes programLoaderSpin { to { transform: rotate(360deg); } }

@media (min-width: 761px) and (max-width: 1050px) {
  body.page-id-12 .ytp-event-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.home .ytp-event-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  body.page:not(.home) .page-hero { min-height: 255px; margin-bottom: 0; padding: 24px 20px 58px; }
  body.page:not(.home) .entry-content { margin-top: 0; padding-top: 40px; }
  body.page:not(.home) .page-content-position--overlap .entry-content { margin-top: -26px; padding-top: 0; }
  body.page-id-12 .ytp-event-cards { grid-template-columns: 1fr; }
  body.home .ytp-event-cards { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
  .admin-bar .primary-navigation { top: 104px; max-height: calc(100vh - 104px); }
  body:not(.home).admin-bar .site-header,
  body:not(.home).admin-bar .site-header:not(.is-scrolled) { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .feature-card--image:hover img { transform: none; }
  .testimonial-slide { animation: none; }
  .erthal-voucher-card { animation: none; }
  .erthal-voucher-card:hover,
  .erthal-voucher-card:focus-visible { transform: none; }
}

/* Das Theater: editorial, block-first profile page. */
.content-area--theatre { max-width: none; }
.content-area--theatre-page { padding-bottom: 0; }
.entry-content > .theatre-page { max-width: none; }
.theatre-page { padding-bottom: 0; font-family: var(--sans); font-size: 1rem; }
.theatre-page > * { margin-block: 0; }
.theatre-intro { padding: clamp(74px, 9vw, 130px) 0 clamp(44px, 5vw, 72px); }
.theatre-intro__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr); gap: clamp(48px, 8vw, 120px); margin-top: 0; }
.theatre-intro > .eyebrow,
.theatre-history__copy > .eyebrow,
.theatre-programme > .eyebrow,
.theatre-invitation > .eyebrow { display: none; }
.theatre-intro h2 { max-width: 570px; font-size: var(--heading-size-2); line-height: 1.02; letter-spacing: -.045em; }
.theatre-intro__lead { margin-top: 2px; color: var(--ink); font-size: clamp(1.25rem, 2vw, 1.65rem); font-weight: 600; line-height: 1.35; letter-spacing: -.025em; }
.theatre-intro__lead + p { max-width: 650px; color: #625a53; font-size: 1.02rem; }
.theatre-history { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr); align-items: center; gap: clamp(55px, 8vw, 120px); padding: clamp(72px, 8vw, 120px) 0 clamp(94px, 10vw, 148px); background: #e8ddd7; box-shadow: 0 0 0 100vmax #e8ddd7; clip-path: inset(0 -100vmax); }
.theatre-history__visual { position: relative; min-width: 0; }
.theatre-history__visual figure { margin: 0; }
.theatre-history__visual img { width: 100%; aspect-ratio: 4 / 4.3; object-fit: cover; }
.theatre-history__year { position: absolute; right: -8px; bottom: -34px; margin: 0; padding: .1em .18em .12em .12em; color: white; background: var(--red); box-shadow: 0 18px 42px rgba(85,15,13,.2); font-size: clamp(4rem, 9vw, 7.6rem); font-weight: 700; line-height: .78; letter-spacing: -.075em; }
.theatre-history__copy h2 { margin-bottom: 32px; color: var(--ink); font-size: var(--heading-size-2); }
.theatre-history__copy p:not(.eyebrow) { color: #625a53; }
.theatre-programme { padding: clamp(72px, 9vw, 120px) 0; border-top: 1px solid var(--line); }
.theatre-programme > h2 { max-width: 780px; margin-bottom: clamp(44px, 6vw, 76px); font-size: var(--heading-size-2); }
.theatre-programme__list { border-top: 1px solid var(--ink); }
.theatre-programme__list p { display: flex; align-items: center; justify-content: space-between; min-height: 92px; margin: 0; border-bottom: 1px solid var(--line); font-size: clamp(1.15rem, 2.2vw, 1.75rem); font-weight: 600; letter-spacing: -.02em; transition: padding .25s ease, color .25s ease; }
.theatre-programme__list p:hover { padding-inline: 16px; color: var(--red); }
.theatre-world-invitation { position: relative; display: grid; grid-template-columns: minmax(300px, .9fr) minmax(360px, 1.1fr); gap: clamp(54px, 9vw, 150px); overflow: hidden; padding: clamp(84px, 9vw, 138px) 0; color: white; background: var(--red); box-shadow: 0 0 0 100vmax var(--red); clip-path: inset(0 -100vmax); }
.theatre-world-invitation__symbol { position: absolute; top: 56%; left: 22%; margin: 0; color: rgba(255,255,255,.14); font-size: clamp(12rem, 20vw, 23rem); font-weight: 400; line-height: .7; transform: translate(-50%, -50%); pointer-events: none; }
.theatre-world-invitation__symbol i { display: block; line-height: .7; }
.theatre-world-invitation__heading,
.theatre-world-invitation__copy { position: relative; z-index: 1; }
.theatre-world-invitation__heading h2 { max-width: 680px; margin: 0; color: white; font-size: var(--heading-size-2); line-height: 1.02; letter-spacing: -.045em; }
.theatre-world-invitation__copy { align-self: end; max-width: 670px; }
.theatre-world-invitation__copy > p { color: rgba(255,255,255,.86); font-size: clamp(1.04rem, 1.45vw, 1.28rem); line-height: 1.65; }
.theatre-world-invitation__copy > p + p { margin-top: 20px; color: white; font-weight: 650; }
.theatre-world-invitation__links { margin-top: clamp(36px, 5vw, 58px); border-top: 1px solid rgba(255,255,255,.34); }
.theatre-world-invitation__links p { margin: 0; }
.theatre-world-invitation__links a { display: flex; align-items: center; justify-content: space-between; padding: 17px 2px; color: var(--gold); border-bottom: 1px solid rgba(255,255,255,.34); text-decoration: none; font-size: .76rem; font-weight: 750; text-transform: uppercase; letter-spacing: .13em; transition: padding .25s ease, background .25s ease; }
.theatre-world-invitation__links a:hover,
.theatre-world-invitation__links a:focus { padding-inline: 14px; background: rgba(0,0,0,.12); }
.theatre-world-invitation__links span { display: inline-flex; align-items: center; justify-content: center; font-size: .9rem; line-height: 1; }
.theatre-programme__list span { color: #8b837a; font-size: .65rem; letter-spacing: .14em; }
.theatre-engagement { position: relative; display: flex; width: 100%; min-height: 620px; align-items: center; margin: clamp(72px, 8vw, 112px) 0; padding: clamp(34px, 5vw, 68px); overflow: hidden; color: white; background: #171411; }
.theatre-engagement > img,
.theatre-engagement > .wp-block-cover__image-background { position: absolute; inset: -12px; width: calc(100% + 24px); height: calc(100% + 24px); object-fit: cover; filter: blur(7px); transform: scale(1.025); }
.theatre-engagement::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,8,7,.86) 0%, rgba(12,8,7,.66) 56%, rgba(12,8,7,.38) 100%); content: ''; }
.theatre-engagement > .wp-block-cover__background { display: none; }
.theatre-engagement .wp-block-cover__inner-container { position: relative; z-index: 2; width: 100%; }
.theatre-engagement__copy { max-width: 720px; margin: 0; padding: 0; }
.theatre-engagement h2 { margin-bottom: 26px; color: white; font-size: var(--heading-size-2); }
.theatre-engagement p:not(.eyebrow) { color: rgba(255,255,255,.76); font-size: 1.05rem; }
.theatre-engagement .wp-block-buttons { margin-top: 34px; }
.wp-block-button.button--outline-light .wp-block-button__link { color: white; border: 1px solid rgba(255,255,255,.75); background: transparent; }
.wp-block-button.button--outline-light .wp-block-button__link:hover { border-color: white; background: rgba(255,255,255,.12); }
.theatre-invitation { max-width: 850px; padding: clamp(90px, 11vw, 160px) 20px; text-align: center; }
.theatre-invitation .eyebrow { margin-bottom: 24px; }
.theatre-invitation h2 { font-size: var(--heading-size-2); line-height: 1.02; }
.theatre-invitation > p:not(.eyebrow) { max-width: 620px; margin: 32px auto; color: #625a53; font-size: 1.1rem; }

@media (max-width: 760px) {
  body { overflow-x: clip; }
  .theatre-intro__grid,
  .theatre-history { grid-template-columns: 1fr; }
  .theatre-intro__grid { gap: 34px; }
  .theatre-world-invitation { grid-template-columns: 1fr; gap: 42px; padding-block: 72px; }
  .theatre-world-invitation__symbol { top: 31%; left: 38%; font-size: 17rem; }
  .theatre-world-invitation__heading h2 { font-size: var(--heading-size-2); }
  .theatre-history { gap: 70px; padding-bottom: 100px; }
  .theatre-history__visual img { aspect-ratio: 4 / 4.6; }
  .theatre-history__year { right: 0; bottom: -28px; }
  .theatre-programme > h2 { font-size: var(--heading-size-2); }
  .theatre-programme__list p { min-height: 76px; }
  .theatre-engagement { width: calc(100% + 28px); min-height: 560px; margin: 58px -14px; padding: 28px 20px; }
  .theatre-engagement__copy { padding: 0; }
  .theatre-engagement::after { background: rgba(12,8,7,.72); }
}

/* Anfahrt: clear wayfinding, embedded map and compact travel information. */
.content-area--arrival-page { padding-bottom: 0; }
.arrival-page { max-width: none; padding-top: 0 !important; font-family: var(--sans); }
.entry-content.arrival-page > * { max-width: none; }
.arrival-intro { display: grid; grid-template-columns: 1fr; justify-items: center; gap: 30px; padding-block: clamp(76px, 9vw, 132px); text-align: center; }
.arrival-intro__copy h2 { max-width: 800px; margin-inline: auto; font-size: var(--heading-size-2); line-height: 1.02; letter-spacing: -.045em; }
.arrival-intro__copy p { max-width: 690px; margin: 34px 0 0; color: #625a53; font-size: clamp(1.05rem, 1.45vw, 1.28rem); line-height: 1.65; }
.arrival-address { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 0; border: 0; background: transparent; }
.arrival-address > * { margin-block: 0 !important; }
.arrival-address > .wp-block-group { display: flex; width: auto; max-width: none; align-items: center; gap: 12px; }
.arrival-address > .wp-block-group > * { margin-block: 0 !important; }
.arrival-address__icon { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; color: white; border-radius: 50%; background: var(--red); font-size: 1rem; }
.arrival-address__icon i { display: block; line-height: 1; }
.arrival-address p { display: flex; min-height: 40px; align-items: center; margin: 0; font-family: var(--sans); font-size: var(--body-size); font-weight: 400; line-height: 1.2; letter-spacing: 0; text-transform: none; white-space: nowrap; }
.arrival-address p:first-child { font-weight: 650; }
.arrival-address p + p::before { margin-right: 12px; color: var(--red); content: '—'; }
.arrival-address address { color: #625a53; font-style: normal; line-height: 1.55; }
.arrival-address > a { grid-column: 2; display: inline-flex; width: fit-content; align-items: center; gap: 10px; color: var(--red); text-decoration: none; font-size: .69rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.arrival-address > a i { transition: transform .2s ease; }
.arrival-address > a:hover i { transform: translate(2px, -2px); }
.arrival-map-section { width: 100%; padding: 0; }
.arrival-map { position: relative; width: 100%; height: var(--arrival-map-height, clamp(430px, 43vw, 610px)); overflow: hidden; border: 0; background: #ded7cd; box-shadow: none; }
.arrival-map::before { position: absolute; z-index: 1; top: 0; right: 0; left: 0; height: 4px; background: var(--red); content: ''; pointer-events: none; }
.arrival-map iframe { display: block; width: 100%; height: 100%; border: 0; filter: saturate(.82) contrast(1.02); }
.arrival-routes-section { padding-top: clamp(84px, 10vw, 136px); padding-bottom: clamp(28px, 3vw, 44px); background: #f8f4ed; }
.arrival-routes__heading { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); align-items: end; gap: clamp(48px, 7vw, 100px); padding-bottom: clamp(50px, 7vw, 80px); border-bottom: 1px solid var(--ink); }
.arrival-routes__heading h2 { max-width: 820px; margin: 0; font-size: var(--heading-size-2); line-height: 1.02; letter-spacing: -.045em; }
.arrival-routes__heading p { max-width: 510px; margin: 0 0 7px; color: #625a53; font-size: clamp(1rem, 1.3vw, 1.15rem); line-height: 1.65; }
.arrival-routes { margin: 0; }
.arrival-route { display: grid; grid-template-columns: minmax(330px, .9fr) minmax(420px, 1.1fr); align-items: center; gap: clamp(64px, 11vw, 170px); padding-block: clamp(58px, 8vw, 96px); border-bottom: 1px solid var(--line); }
.arrival-route:last-child { padding-bottom: 0; border-bottom: 0; }
.arrival-route__intro { display: flex; min-height: 150px; align-items: center; justify-content: flex-start; gap: clamp(18px, 2.2vw, 32px); }
.arrival-route__icon { display: grid; width: 56px; height: 56px; flex: 0 0 56px; place-items: center; margin: 0; color: var(--red); font-size: 2.35rem; line-height: 1; }
.arrival-route__icon i { display: block; line-height: 1; }
.arrival-route__intro h3 { max-width: 440px; margin: 0; font-size: var(--heading-size-3); line-height: 1.12; letter-spacing: -.035em; }
.arrival-route__copy { border-left: 2px solid var(--red); padding-left: clamp(28px, 4vw, 52px); }
.arrival-route__copy p { max-width: 650px; margin: 0; color: #514b45; font-size: clamp(1.03rem, 1.45vw, 1.24rem); line-height: 1.75; }
.arrival-route--parking { align-items: start; }
.arrival-route__copy--parking > p { margin-bottom: 28px; }
.arrival-parking-block__intro { margin: 0 0 28px; color: #625a53; font-size: 1rem; line-height: 1.65; }
.arrival-parking__accordion { border-top: 1px solid var(--ink); }
.arrival-parking__item { border-bottom: 1px solid rgba(23,20,17,.24); }
.arrival-parking__trigger { display: grid; width: 100%; grid-template-columns: minmax(0, 1fr) 28px; align-items: center; gap: 18px; min-height: 96px; padding: 12px 2px; border: 0; background: transparent; color: var(--ink); cursor: pointer; text-align: left; }
.arrival-parking__trigger strong { font-size: clamp(1.25rem, 2vw, 1.65rem); font-weight: 600; line-height: 1.15; letter-spacing: -.02em; }
.arrival-parking__trigger i { position: relative; width: 24px; height: 24px; justify-self: end; }
.arrival-parking__trigger i::before,
.arrival-parking__trigger i::after { position: absolute; top: 50%; left: 50%; width: 18px; height: 1px; background: var(--ink); content: ''; transform: translate(-50%, -50%); transition: transform .36s cubic-bezier(.22, 1, .36, 1); }
.arrival-parking__trigger i::after { transform: translate(-50%, -50%) rotate(90deg); }
.arrival-parking__item.is-open .arrival-parking__trigger i::after { transform: translate(-50%, -50%) rotate(0); }
.arrival-parking__trigger:hover strong,
.arrival-parking__trigger:focus-visible strong { color: var(--red); }
.arrival-parking__trigger:focus-visible { outline: 2px solid var(--red); outline-offset: -2px; }
.arrival-parking__panel-wrap { overflow: hidden; }
.arrival-parking__panel { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 24px; padding: 0 2px 28px; }
.arrival-parking__panel p { margin: 0; color: #625a53; font-size: 1rem; line-height: 1.55; }
.arrival-parking__panel small { font-size: .8rem; }
.arrival-parking__panel a { display: inline-flex; align-items: center; gap: 8px; color: var(--red); text-decoration: none; font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.arrival-parking__panel a span { font-size: .9rem; transition: transform .2s ease; }
.arrival-parking__panel a:hover span { transform: translate(2px, -2px); }

@media (max-width: 900px) {
  .arrival-intro { grid-template-columns: 1fr; }
  .arrival-routes__heading { grid-template-columns: 1fr; gap: 30px; }
  .arrival-route { grid-template-columns: 1fr; gap: 32px; }
  .arrival-route__intro { min-height: 120px; }
}

@media (max-width: 760px) {
  .arrival-intro { gap: 40px; padding-block: 64px; }
  .arrival-intro__copy h2 { font-size: var(--heading-size-2); }
  .arrival-address,
  .arrival-address > .wp-block-group { flex-wrap: wrap; }
  .arrival-address p { white-space: normal; }
  .arrival-map { width: 100%; height: min(var(--arrival-map-height, 430px), 430px); margin: 0; }
  .arrival-routes-section { padding-top: 68px; padding-bottom: 28px; }
  .arrival-routes__heading h2 { font-size: var(--heading-size-2); }
  .arrival-route { gap: 24px; padding-block: 48px; }
  .arrival-route__intro { min-height: 100px; }
  .arrival-route__intro { gap: 16px; }
  .arrival-route__icon { width: 44px; height: 44px; flex-basis: 44px; font-size: 2rem; }
  .arrival-route__intro h3 { font-size: var(--heading-size-3); }
  .arrival-route__copy { padding-left: 22px; }
  .arrival-parking__trigger { grid-template-columns: minmax(0, 1fr) 24px; min-height: 82px; gap: 12px; }
  .arrival-parking__panel { grid-template-columns: 1fr; gap: 18px; padding: 0 0 26px; }
}

/* Barrierefreiheit: clear, editable visitor information. */
.content-area--accessibility-page { padding-bottom: 0; }
.accessibility-page { max-width: none; padding-top: 0 !important; font-family: var(--sans); }
.entry-content.accessibility-page > * { max-width: none; margin-block: 0; }
.accessibility-intro { padding-block: clamp(78px, 9vw, 132px); }
.accessibility-intro__text { max-width: 980px; margin: 0 auto; color: #514b45; font-size: clamp(1.15rem, 1.8vw, 1.48rem); line-height: 1.7; text-align: center; }
.accessibility-overview { padding-block: 0; color: white; background: var(--ink); }
.accessibility-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
.accessibility-fact { min-height: 260px; padding: clamp(42px, 5vw, 64px) clamp(28px, 4vw, 52px); border-left: 1px solid rgba(255,255,255,.16); text-align: center; }
.accessibility-fact:first-child { border-left: 0; }
.accessibility-fact__icon { display: grid; width: 58px; height: 58px; place-items: center; margin: 0 auto 38px; color: white; border-radius: 50%; background: var(--red); font-size: 1.5rem; font-weight: 800; }
.accessibility-fact--notice .accessibility-fact__icon { color: var(--ink); background: var(--gold); }
.accessibility-fact h3 { margin: 0 0 18px; color: white; }
.accessibility-fact > p:last-child { max-width: 330px; margin: 0 auto; color: rgba(255,255,255,.68); line-height: 1.65; }
.accessibility-faq { padding-block: clamp(86px, 10vw, 148px); }
.accessibility-faq > h2 { margin: 0 0 clamp(42px, 5vw, 70px); }
.accessibility-faq__items { width: 100%; max-width: none; }
.accessibility-faq__items details { margin: 0; border-top: 1px solid rgba(23,20,17,.22); }
.accessibility-faq__items details:last-child { border-bottom: 1px solid rgba(23,20,17,.22); }
.accessibility-faq__items summary { position: relative; padding: 28px 52px 28px 0; color: var(--ink); cursor: pointer; font-size: clamp(1.05rem, 1.55vw, 1.28rem); font-weight: 650; list-style: none; }
.accessibility-faq__items summary::-webkit-details-marker { display: none; }
.accessibility-faq__items summary::after { position: absolute; top: 50%; right: 8px; color: var(--red); content: '+'; font-size: 1.7rem; font-weight: 400; transform: translateY(-50%); }
.accessibility-faq__items details[open] summary::after { content: '−'; }
.accessibility-faq__items details p { margin: -4px 50px 0 0; padding: 0 0 30px; color: #625a53; line-height: 1.7; }
.accessibility-contact { color: white; background: var(--red); }
.accessibility-contact__inner { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); align-items: start; gap: clamp(52px, 9vw, 130px); padding-block: clamp(78px, 9vw, 126px); }
.accessibility-contact h2 { margin: 0; color: white; }
.accessibility-contact__copy p { margin: 0 0 30px; color: rgba(255,255,255,.84); font-size: 1.08rem; line-height: 1.7; }
.accessibility-contact .wp-block-button.button .wp-block-button__link { color: var(--gold); border: 2px solid var(--gold); background: transparent; }
.accessibility-contact .wp-block-button.button:hover .wp-block-button__link,
.accessibility-contact .wp-block-button.button:focus-within .wp-block-button__link { color: var(--red); background: var(--gold); }
@media (max-width: 800px) {
  .accessibility-facts { display: grid; grid-template-columns: 1fr; }
  .accessibility-fact { min-height: 230px; border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
  .accessibility-fact:first-child { border-top: 0; }
  .accessibility-fact__icon { margin-bottom: 36px; }
  .accessibility-contact__inner { display: grid; grid-template-columns: 1fr; gap: 42px; }
}

/* Gutschein: block-first landing page for giving theatre experiences. */
.content-area--voucher-page { padding-bottom: 0; }
.voucher-page { max-width: none; padding-top: 0 !important; font-family: var(--sans); font-size: 1rem; }
.entry-content.voucher-page > * { max-width: none; margin-block: 0; }
.voucher-intro { padding-block: clamp(76px, 9vw, 132px); }
.voucher-intro > .eyebrow { margin-bottom: 30px; color: var(--red); }
.voucher-intro__grid,
.voucher-stage__heading,
.voucher-steps__heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); align-items: end; gap: clamp(48px, 8vw, 120px); }
.voucher-intro h2,
.voucher-stage h2,
.voucher-reasons > h2,
.voucher-steps h2,
.voucher-cta h2 { margin: 0; }
.voucher-intro__copy p,
.voucher-stage__heading p,
.voucher-steps__heading p,
.voucher-cta__copy > p { color: #625a53; line-height: 1.7; }
.voucher-intro__copy p:first-child { margin-top: 0; color: var(--ink); }
.voucher-stage { padding-block: clamp(78px, 9vw, 132px); background: var(--paper); }
.voucher-stage__heading { margin-bottom: clamp(50px, 7vw, 84px); }
.voucher-ticket { display: grid; grid-template-columns: clamp(145px, 17vw, 185px) minmax(0, 1fr); min-height: 390px; overflow: hidden; color: white; background: var(--ink); box-shadow: 0 24px 70px rgba(23,20,17,.2); transform: rotate(-1deg); }
.erthal-voucher-card { animation: erthalVoucherEnter .75s cubic-bezier(.22,1,.36,1) backwards; transition: transform .48s cubic-bezier(.22,1,.36,1), box-shadow .48s ease; }
.erthal-voucher-card:hover,
.erthal-voucher-card:focus-visible { outline: 0; box-shadow: 0 38px 90px rgba(72,34,28,.28); transform: rotate(0) translateY(-8px) scale(1.006); }
@keyframes erthalVoucherEnter {
  from { opacity: 0; transform: translateY(28px) rotate(-2deg); }
  to { opacity: 1; transform: translateY(0) rotate(-1deg); }
}
.voucher-ticket__stub { display: flex; align-items: center; justify-content: center; padding: clamp(30px, 4vw, 52px); background: var(--red); }
.voucher-ticket__stub p { margin: 0; color: white; }
.voucher-ticket__label { font-size: clamp(2.8rem, 4.2vw, 4rem); font-weight: 800; line-height: 1; text-transform: uppercase; letter-spacing: .075em; white-space: nowrap; writing-mode: vertical-rl; transform: rotate(180deg); }
.voucher-ticket__main { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(40px, 6vw, 78px); color: #fff; border-left: 1px dashed rgba(255,255,255,.45); }
.voucher-ticket__main h3 { max-width: 760px; margin: 0; color: white; }
.voucher-ticket__slogan { max-width: 900px; margin: 0; color: white; font-family: var(--heading); font-size: clamp(4.8rem, 9vw, 9rem); font-weight: 700; line-height: .82; letter-spacing: -.025em; }
.voucher-ticket__main > p:not(.voucher-ticket__seal) { max-width: 590px; margin: 42px 130px 0 0; color: #fff !important; }
.voucher-ticket__main > .voucher-ticket__slogan { max-width: 850px; margin: 0; color: #fff !important; }
.voucher-ticket__seal { position: absolute; right: clamp(28px, 5vw, 62px); bottom: clamp(28px, 4vw, 50px); display: grid; width: 104px; height: 104px; place-items: center; margin: 0; padding: 18px; color: var(--ink) !important; border-radius: 50%; background: var(--gold); font-size: .72rem; font-weight: 800; line-height: 1.15; text-align: center; text-transform: uppercase; letter-spacing: .08em; transform: rotate(8deg); }
.voucher-reasons { padding-block: clamp(86px, 10vw, 148px); }
.voucher-reasons > h2 { max-width: 860px; margin-bottom: clamp(55px, 7vw, 88px); }
.voucher-reasons__grid { gap: 0; border-top: 1px solid var(--ink); }
.voucher-reason { padding: 34px clamp(24px, 4vw, 54px) 12px 0; border-right: 1px solid var(--line); }
.voucher-reason + .voucher-reason { padding-left: clamp(24px, 4vw, 54px); }
.voucher-reason:last-child { border-right: 0; }
.voucher-number { margin: 0 0 54px; color: var(--red); font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.voucher-reason h3,
.voucher-step h3 { margin: 0 0 18px; }
.voucher-reason > p:last-child,
.voucher-step > p:last-child { color: #625a53; line-height: 1.65; }
.voucher-steps { padding-block: clamp(84px, 9vw, 132px); color: white; background: var(--ink); }
.voucher-steps h2 { color: white; }
.voucher-steps__heading p { color: rgba(255,255,255,.68); }
.voucher-step-list { margin-top: clamp(52px, 7vw, 82px); border-top: 1px solid rgba(255,255,255,.35); }
.voucher-step { display: grid; grid-template-columns: 70px minmax(230px, .75fr) minmax(300px, 1.25fr); align-items: center; gap: clamp(24px, 5vw, 76px); min-height: 125px; border-bottom: 1px solid rgba(255,255,255,.2); }
.voucher-step .voucher-number,
.voucher-step h3,
.voucher-step > p:last-child { margin: 0; }
.voucher-step h3 { color: white; }
.voucher-step > p:last-child { color: rgba(255,255,255,.65); }
.voucher-cta { padding-block: clamp(84px, 10vw, 148px); background: var(--red); }
.voucher-cta__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); align-items: start; gap: clamp(52px, 9vw, 130px); }
.voucher-cta h2 { color: white; }
.voucher-cta__copy > p { margin-top: 0; color: rgba(255,255,255,.82); }
.voucher-cta .wp-block-buttons { margin-top: 32px; }
.voucher-cta .wp-block-button { min-width: 235px; }
.voucher-cta .wp-block-button.button .wp-block-button__link { display: flex; width: 100%; height: 58px; align-items: center; justify-content: center; padding: 0 23px; color: var(--gold); border: 2px solid var(--gold); border-radius: 0; background: transparent; }
.voucher-cta .wp-block-button.button:hover .wp-block-button__link,
.voucher-cta .wp-block-button.button:focus-within .wp-block-button__link { color: var(--red); border-color: var(--gold); background: var(--gold); filter: none; }

@media (max-width: 800px) {
  .voucher-intro__grid,
  .voucher-stage__heading,
  .voucher-steps__heading,
  .voucher-cta__grid { grid-template-columns: 1fr; gap: 34px; }
  .voucher-ticket { grid-template-columns: 1fr; transform: none; }
  .voucher-ticket__stub { display: flex; min-height: 135px; }
  .voucher-ticket__label { white-space: normal; writing-mode: horizontal-tb; transform: none; }
  .voucher-ticket__main { min-height: 330px; border-top: 1px dashed rgba(255,255,255,.45); border-left: 0; }
  .voucher-ticket__slogan { font-size: clamp(3.8rem, 16vw, 6.5rem); }
  .voucher-reasons__grid { display: grid; grid-template-columns: 1fr; }
  .voucher-reason,
  .voucher-reason + .voucher-reason { padding: 34px 0 36px; border-right: 0; border-bottom: 1px solid var(--line); }
  .voucher-number { margin-bottom: 24px; }
  .voucher-step { grid-template-columns: 44px minmax(0, 1fr); gap: 12px 20px; padding-block: 28px; }
  .voucher-step > p:last-child { grid-column: 2; }
}

@media (max-width: 520px) {
  .voucher-ticket__main { min-height: 360px; }
  .voucher-ticket__main > p:not(.voucher-ticket__seal) { margin-right: 0; padding-bottom: 100px; }
  .voucher-ticket__seal { right: 24px; bottom: 24px; width: 88px; height: 88px; }
}

/* Mitmachen: an open, energetic invitation into the volunteer ensemble. */
.content-area--participate-page { padding-bottom: 0; }
.participate-page { max-width: none; padding-top: 0 !important; font-family: var(--sans); }
.entry-content.participate-page > * { max-width: none; margin-block: 0; }
.participate-intro { max-width: 980px; padding-block: clamp(82px, 10vw, 150px); text-align: center; }
.participate-intro .eyebrow { color: var(--red); }
.participate-intro__lead { max-width: 780px; margin-inline: auto; color: var(--ink); font-size: clamp(1.08rem, 1.45vw, 1.28rem); font-weight: 600; line-height: 1.58; }
.participate-intro__body { max-width: 780px; margin: 30px auto 0; text-align: center; }
.participate-intro__body p { margin: 0; color: #625a53; line-height: 1.72; }
.participate-intro__body p + p { margin-top: 18px; }
.participate-intro .wp-block-buttons { justify-content: center; margin-top: 36px; }
.participate-intro .wp-block-button__link { min-width: 250px; }
.participate-wide-image { height: clamp(480px, 62vw, 760px); overflow: hidden; }
.participate-wide-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.participate-manifesto { color: white; background: var(--ink); }
.participate-manifesto__inner { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); align-items: end; gap: clamp(52px, 9vw, 140px); padding-block: clamp(90px, 11vw, 165px); }
.participate-manifesto h2 { margin: 0; color: white; font-size: var(--heading-size-2); line-height: .92; letter-spacing: -.055em; }
.participate-manifesto__copy { max-width: 620px; padding-bottom: 3px; }
.participate-manifesto__copy p { color: rgba(255,255,255,.72); font-size: clamp(1.03rem, 1.4vw, 1.22rem); line-height: 1.7; }
.participate-manifesto__copy p + p { margin-top: 22px; }
.participate-reasons { padding-block: clamp(86px, 10vw, 148px); }
.participate-reasons > h2 { max-width: 780px; margin: 0 0 clamp(52px, 7vw, 86px); font-size: var(--heading-size-2); }
.participate-reasons__grid { gap: 0; border-top: 1px solid var(--ink); }
.participate-reason { min-width: 0; padding: 34px clamp(24px, 4vw, 54px) 10px 0; border-right: 1px solid var(--line); }
.participate-reason + .participate-reason { padding-left: clamp(24px, 4vw, 54px); }
.participate-reason:last-child { border-right: 0; }
.participate-number { margin: 0 0 50px; color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .16em; }
.participate-reason h3 { margin: 0 0 18px; }
.participate-reason > p:last-child { margin-bottom: 0; color: #625a53; line-height: 1.65; }
.participate-image-story { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); min-height: 690px; background: #e8ddd7; }
.participate-image-story figure { min-height: 100%; margin: 0; overflow: hidden; }
.participate-image-story figure img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.participate-image-story__copy { display: flex; max-width: 700px; flex-direction: column; justify-content: center; padding: clamp(60px, 8vw, 120px); }
.participate-image-story__copy .eyebrow { color: var(--red); }
.participate-image-story__copy h2 { margin: 0 0 32px; font-size: var(--heading-size-2); line-height: 1; }
.participate-image-story__copy p:not(.eyebrow) { color: #625a53; line-height: 1.7; }
.participate-image-story__copy p + p { margin-top: 18px; }
.participate-dark-flow { color: white; background: var(--ink); }
.participate-steps { box-sizing: border-box; width: 100%; max-width: none; margin: 0; padding: clamp(90px, 11vw, 160px) max(20px, calc((100% - 1180px) / 2)); color: white; background: transparent; }
.participate-steps > h2 { max-width: 900px; margin: 0 0 clamp(60px, 8vw, 100px); color: white; font-size: var(--heading-size-2); line-height: .95; }
.participate-step-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: clamp(16px, 2.2vw, 34px); }
.participate-step { position: relative; display: flex; min-width: 0; min-height: clamp(340px, 29vw, 410px); flex-direction: column; align-items: flex-start; padding: clamp(28px, 3.8vw, 54px); overflow: hidden; background: var(--red); }
.participate-step:nth-child(2) { color: var(--ink); background: #e8ddd7; transform: translateY(clamp(24px, 3vw, 42px)); }
.participate-step:nth-child(3) { color: var(--ink); background: var(--gold); }
.participate-step .participate-number { margin: 0; color: currentColor; font-family: var(--heading); font-size: clamp(6.5rem, 11vw, 10rem); font-weight: 700; line-height: .72; letter-spacing: -.075em; opacity: .18; }
.participate-step h3 { position: relative; z-index: 1; max-width: 280px; margin: clamp(28px, 3vw, 42px) 0 22px; color: currentColor; font-size: var(--heading-size-3); line-height: .98; }
.participate-step > p:last-child { position: relative; z-index: 1; max-width: 390px; margin: 0; color: currentColor; line-height: 1.65; opacity: .82; }
.participate-portrait { margin-top: 0 !important; color: white; background: transparent; }
.participate-portrait__inner { display: grid; grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr); align-items: stretch; gap: clamp(52px, 9vw, 140px); }
.participate-portrait__copy { align-self: center; padding-block: clamp(80px, 10vw, 145px); }
.participate-portrait__copy .eyebrow { color: var(--gold); }
.participate-portrait__copy h2 { margin: 0 0 30px; color: white; font-size: var(--heading-size-2); line-height: .98; }
.participate-portrait__copy > p:last-child { color: rgba(255,255,255,.7); font-size: 1.08rem; line-height: 1.7; }
.participate-portrait figure { min-height: 650px; margin: 0; }
.participate-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.participate-faq { padding-block: clamp(88px, 10vw, 145px); }
.participate-faq .wp-block-details { margin: 0; border-top: 1px solid var(--line); }
.participate-faq .wp-block-details:last-child { border-bottom: 1px solid var(--line); }
.participate-faq summary { position: relative; padding: 34px 70px 34px 0; color: var(--ink); list-style: none; cursor: pointer; font-family: var(--heading); font-size: clamp(1.25rem, 2vw, 1.75rem); font-weight: 700; letter-spacing: -.025em; }
.participate-faq summary::-webkit-details-marker { display: none; }
.participate-faq summary::before,
.participate-faq summary::after { position: absolute; top: 50%; right: 8px; width: 24px; height: 2px; background: var(--red); content: ''; transition: transform .28s cubic-bezier(.22,1,.36,1); }
.participate-faq summary::after { transform: rotate(90deg); }
.participate-faq details[open] summary::after { transform: rotate(0); }
.participate-faq details > p { max-width: 850px; margin: -6px 70px 0 0; padding: 0 0 34px; color: #625a53; line-height: 1.7; }
.participate-cta { color: white; background: var(--red); }
.participate-cta__inner { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr); align-items: center; gap: clamp(52px, 9vw, 130px); padding-block: clamp(82px, 10vw, 145px); }
.participate-cta h2 { margin: 0; color: white; font-size: var(--heading-size-2); line-height: .98; }
.participate-cta__copy > p { margin-top: 0; color: rgba(255,255,255,.82); font-size: 1.08rem; line-height: 1.7; }
.participate-cta .wp-block-buttons { margin-top: 32px; }
.participate-cta .wp-block-button__link { min-width: 250px; color: var(--gold); border: 2px solid var(--gold); border-radius: 0; background: transparent; }
.participate-cta .wp-block-button__link:hover,
.participate-cta .wp-block-button__link:focus-visible { color: var(--red); background: var(--gold); }

@media (max-width: 900px) {
  .participate-manifesto__inner,
  .participate-image-story,
  .participate-portrait__inner,
  .participate-cta__inner { grid-template-columns: 1fr; }
  .participate-image-story figure { min-height: 520px; }
  .participate-image-story__copy { max-width: none; }
  .participate-portrait__inner { gap: 0; }
  .participate-portrait figure { min-height: 560px; }
}

@media (max-width: 700px) {
  .participate-intro { padding-block: 70px; }
  .participate-wide-image { height: 430px; }
  .participate-manifesto__inner { gap: 38px; padding-block: 74px; }
  .participate-reasons__grid { display: grid; grid-template-columns: 1fr; }
  .participate-reason,
  .participate-reason + .participate-reason { padding: 30px 0 34px; border-right: 0; border-bottom: 1px solid var(--line); }
  .participate-number { margin-bottom: 22px; }
  .participate-image-story { min-height: 0; }
  .participate-image-story figure { min-height: 420px; }
  .participate-image-story__copy { padding: 60px 22px 70px; }
  .participate-step-list { grid-template-columns: 1fr; gap: 16px; }
  .participate-step,
  .participate-step:nth-child(2) { min-height: 320px; transform: none; }
  .participate-portrait__copy { padding-block: 72px; }
  .participate-portrait figure { min-height: 470px; }
  .participate-faq summary { padding: 28px 52px 28px 0; }
  .participate-faq details > p { margin-right: 26px; }
  .participate-cta__inner { gap: 34px; padding-block: 72px; }
}

/* Kontakt */
.content-area--contact-page { padding-bottom: 0; }
.contact-page { max-width: none; padding-top: 0 !important; font-family: var(--sans); }
.entry-content.contact-page > * { max-width: none; margin-block: 0; }
.contact-intro { max-width: 940px; padding: clamp(82px, 10vw, 148px) 0 clamp(42px, 5vw, 68px); text-align: center; }
.contact-intro__lead { margin: 0 auto; color: var(--ink); font-size: clamp(1.18rem, 1.75vw, 1.48rem); font-weight: 600; line-height: 1.58; }
.contact-intro > p:last-child { max-width: 760px; margin: 26px auto 0; color: #625a53; line-height: 1.72; }
.contact-form-section { background: var(--paper); }
.contact-form-section__inner { max-width: 920px; padding: 0 0 clamp(88px, 11vw, 158px); }
.contact-form-wrap { min-width: 0; padding: clamp(30px, 4vw, 56px); background: #fff; box-shadow: 0 24px 70px rgba(23,20,17,.09); }

@media (max-width: 900px) {
  .contact-form-section__inner { max-width: 760px; }
}

@media (max-width: 600px) {
  .contact-intro { padding: 68px 0 38px; }
  .contact-form-section__inner { padding-bottom: 70px; }
  .contact-form-wrap { padding: 26px 20px; }
}

/* Förderverein */
.content-area--supporters-page { padding-bottom: 0; }
.supporters-page { max-width: none; padding-top: 0 !important; font-family: var(--sans); }
.entry-content.supporters-page > * { max-width: none; margin-block: 0; }
.supporters-intro { max-width: 1040px; padding-block: clamp(88px, 11vw, 164px); text-align: center; }
.supporters-intro h2 { max-width: 900px; margin: 0 auto 42px; }
.supporters-intro__lead { max-width: 860px; margin: 0 auto; color: var(--ink); font-size: clamp(1.2rem, 1.8vw, 1.5rem); font-weight: 600; line-height: 1.58; }
.supporters-intro > p:last-child { max-width: 760px; margin: 26px auto 0; color: #625a53; line-height: 1.72; }
.supporters-gallery__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: end; gap: clamp(18px, 2.5vw, 38px); padding-top: clamp(72px, 9vw, 132px); }
.supporters-gallery__grid figure.wp-block-image.supporters-gallery__image { display: block; overflow: hidden; width: 100%; max-width: none; margin: 0; background: #d8cec7; }
.supporters-gallery__grid figure.wp-block-image.supporters-gallery__image--large { height: clamp(430px, 52vw, 690px); }
.supporters-gallery__grid figure.wp-block-image.supporters-gallery__image--small { height: clamp(310px, 37vw, 500px); margin-bottom: clamp(0px, 4vw, 64px); }
.supporters-gallery__grid figure.wp-block-image.supporters-gallery__image > img { display: block; width: 100% !important; max-width: none !important; height: 100% !important; aspect-ratio: auto !important; object-fit: cover !important; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.supporters-gallery__grid figure.wp-block-image.supporters-gallery__image--large > img { object-position: center 35% !important; }
.supporters-gallery__grid figure.wp-block-image.supporters-gallery__image--small > img { object-position: center center !important; }
.supporters-gallery__grid:hover .supporters-gallery__image img { transform: scale(1.025); }
.supporters-benefit { background: #e8ddd7; }
.supporters-benefit__inner { display: grid; grid-template-columns: minmax(320px, .82fr) minmax(420px, 1.18fr); align-items: center; gap: clamp(48px, 7vw, 108px); padding-block: clamp(72px, 8vw, 112px); }
.supporters-benefit__visual { display: flex; min-width: 0; min-height: 350px; flex-direction: column; justify-content: center; align-items: flex-start; gap: clamp(24px, 3cqi, 36px); container-type: inline-size; }
.supporters-benefit__visual p { position: static; width: max-content; max-width: none; margin: 0; font-family: var(--heading); font-weight: 700; line-height: .8; letter-spacing: -.065em; white-space: nowrap; }
.supporters-benefit__regular { color: rgba(23,20,17,.2); font-size: clamp(6.5rem, 30cqi, 11rem); text-decoration: line-through; text-decoration-color: var(--red); text-decoration-thickness: 5px; }
.supporters-benefit__member { margin-left: clamp(34px, 7cqi, 68px) !important; color: var(--red); font-size: clamp(8rem, 37cqi, 14rem); }
.supporters-benefit__copy h2 { margin: 0 0 34px; }
.supporters-benefit__copy p { margin: 0; color: #625a53; font-size: 1.08rem; line-height: 1.72; }
.supporters-membership { background: var(--paper); }
.supporters-membership__content { padding-block: clamp(48px, 5vw, 72px) clamp(78px, 9vw, 128px); }
.supporters-membership h2 { max-width: 850px; margin: 0 0 clamp(54px, 7vw, 88px); }
.supporters-membership__options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin: 0; }
.supporters-membership__option { display: flex; min-height: 250px; flex-direction: column; justify-content: center; padding: clamp(26px, 3vw, 40px) clamp(32px, 4vw, 52px); color: white; background: var(--red); }
.supporters-membership__option--gold { color: var(--ink); background: var(--gold); }
.supporters-membership__option h3 { max-width: 430px; margin: 0; color: currentColor; font-size: clamp(1.45rem, 2.2vw, 2rem); }
.supporters-membership__price { margin: clamp(20px, 2.5vw, 30px) 0 0; color: currentColor; font-family: var(--heading); font-size: clamp(4.4rem, 7vw, 6.8rem); font-weight: 700; line-height: .82; letter-spacing: -.06em; }
.supporters-membership__option > p:last-child { margin: 18px 0 0; color: currentColor; line-height: 1.55; opacity: .78; }
.supporters-faq { margin-top: clamp(68px, 8vw, 100px); border-top: 1px solid var(--line); }
.supporters-faq .wp-block-details { margin: 0; border-bottom: 1px solid var(--line); }
.supporters-faq summary { position: relative; padding: 30px 58px 30px 0; color: var(--ink); list-style: none; cursor: pointer; }
.supporters-faq summary::-webkit-details-marker { display: none; }
.supporters-faq summary::before,
.supporters-faq summary::after { position: absolute; top: 50%; right: 8px; width: 22px; height: 2px; background: var(--red); content: ''; transition: transform .28s cubic-bezier(.22,1,.36,1); }
.supporters-faq summary::after { transform: rotate(90deg); }
.supporters-faq details[open] summary::after { transform: rotate(0); }
.supporters-faq details > p { width: 100%; max-width: none; margin: -4px 0 0; padding: 0 0 30px; color: #625a53; line-height: 1.7; }
.supporters-more { color: white; background: var(--red); }
.supporters-more__inner { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr); align-items: start; gap: clamp(52px, 9vw, 130px); padding-block: clamp(82px, 10vw, 145px); }
.supporters-more h2 { margin: 0; color: white; }
.supporters-more__copy > p { margin: 0; color: rgba(255,255,255,.82); font-size: 1.08rem; line-height: 1.72; }
.supporters-more .wp-block-buttons { margin-top: 32px; }
.supporters-more .wp-block-button__link { min-width: 320px; color: var(--red); border: 2px solid var(--gold); border-radius: 0; background: var(--gold); }
.supporters-more .wp-block-button__link:hover,
.supporters-more .wp-block-button__link:focus-visible { color: var(--gold); background: transparent; }

@media (max-width: 900px) {
  .supporters-benefit__inner,
  .supporters-more__inner { grid-template-columns: 1fr; }
  .supporters-benefit__visual { min-height: 320px; }
}

@media (max-width: 700px) {
  .supporters-intro { padding-block: 72px; }
  .supporters-membership__options { grid-template-columns: 1fr; }
  .supporters-gallery__grid { grid-template-columns: 1fr; gap: 14px; padding-top: 56px; }
  .supporters-gallery__grid figure.wp-block-image.supporters-gallery__image--large { height: 390px; }
  .supporters-gallery__grid figure.wp-block-image.supporters-gallery__image--small { height: 280px; margin-bottom: 0; }
  .supporters-benefit__inner { gap: 46px; padding-block: 72px; }
  .supporters-benefit__visual { min-height: 280px; gap: 20px; }
  .supporters-membership__content { padding-block: 42px 72px; }
  .supporters-membership__option { min-height: 235px; }
  .supporters-more .wp-block-buttons,
  .supporters-more .wp-block-button,
  .supporters-more .wp-block-button__link { width: 100%; min-width: 0; }
  .supporters-more__inner { gap: 34px; padding-block: 72px; }
}



/* Theme-wide accordion typography */
details.wp-block-details > summary,
details.ticket-faq__item > summary,
details[data-erthal-accordion] > summary,
.arrival-parking__trigger strong {
  font-family: var(--heading);
  font-size: clamp(1.15rem, 1.6vw, 1.4rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.02em;
}

/* Accordion answers use the full width of their container. */
:is(details.wp-block-details, details.ticket-faq__item, details[data-erthal-accordion]) > :not(summary) {
  width: 100%;
  max-width: none !important;
  margin-right: 0 !important;
}

/* One theme-controlled separator color for every accordion. */
:is(
  .ticket-faq,
  .ticket-practical__list,
  .accessibility-faq__items,
  .participate-faq,
  .supporters-faq,
  .arrival-parking__accordion
) {
  border-top-color: var(--accordion-line) !important;
}

:is(
  details.wp-block-details,
  details[data-erthal-accordion],
  .ticket-faq__item,
  .accessibility-faq__items details,
  .participate-faq details,
  .supporters-faq details,
  .arrival-parking__item
) {
  border-color: var(--accordion-line) !important;
}

/* One theme-controlled spacing system for every accordion. */
:is(
  details.wp-block-details,
  details[data-erthal-accordion],
  .ticket-faq__item,
  .accessibility-faq__items details,
  .participate-faq details,
  .supporters-faq details
) > summary {
  padding: var(--accordion-question-padding-block) var(--accordion-question-icon-space) var(--accordion-question-padding-block) 0 !important;
}

:is(
  details.wp-block-details,
  details[data-erthal-accordion],
  .ticket-faq__item,
  .accessibility-faq__items details,
  .participate-faq details,
  .supporters-faq details
) > :not(summary) {
  margin-top: -4px !important;
  padding-bottom: var(--accordion-answer-padding-bottom) !important;
}

.arrival-parking__trigger {
  min-height: 0 !important;
  padding-block: var(--accordion-question-padding-block) !important;
}

/* Eventlocation */
.content-area--eventlocation-page { padding-bottom: 0; }
.eventlocation-page { max-width: none; padding-top: 0 !important; font-family: var(--sans); }
.entry-content.eventlocation-page > * { max-width: none; margin-block: 0; }
.eventlocation-intro { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: end; gap: clamp(52px, 9vw, 140px); padding-block: clamp(82px, 10vw, 150px); }
.eventlocation-intro h2 { max-width: 760px; margin: 0; font-size: var(--heading-size-2); line-height: 1.02; letter-spacing: -.035em; }
.eventlocation-intro__lead { max-width: 620px; margin: 0 0 4px; color: #625a53; font-size: 1rem; line-height: 1.65; }
figure.eventlocation-opening-image { height: clamp(600px, 72vw, 900px); overflow: hidden; margin: 0; }
figure.eventlocation-opening-image img { width: 100%; max-width: none; height: 100%; object-fit: cover; object-position: center 48%; }
.eventlocation-story { color: white; background: var(--ink); }
.eventlocation-story__inner { display: grid; grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr); align-items: stretch; gap: clamp(60px, 9vw, 140px); padding-block: clamp(96px, 12vw, 176px); }
.eventlocation-story__copy { align-self: center; }
.eventlocation-story h2 { max-width: 620px; margin: 0 0 38px; color: white; font-size: var(--heading-size-2); line-height: 1.02; letter-spacing: -.035em; }
.eventlocation-story__copy p { max-width: 610px; color: rgba(255,255,255,.7); font-size: 1.06rem; line-height: 1.72; }
.eventlocation-story__copy p + p { margin-top: 20px; }
figure.eventlocation-story__image { min-height: 650px; margin: 0; overflow: hidden; }
figure.eventlocation-story__image img { width: 100%; max-width: none; height: 100%; object-fit: cover; object-position: center; }
.eventlocation-occasions { padding-block: clamp(100px, 12vw, 180px); }
.eventlocation-occasions h2 { max-width: 820px; margin: 0; font-size: var(--heading-size-2); line-height: 1.02; letter-spacing: -.035em; }
.eventlocation-occasions__lead { max-width: 680px; margin: 36px 0 0 auto; color: #625a53; font-size: 1.12rem; line-height: 1.7; }
.eventlocation-occasions__line { display: flex; flex-wrap: wrap; gap: 0; margin: clamp(64px, 8vw, 110px) 0 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.eventlocation-occasions__line span { flex: 1 1 auto; padding: 24px clamp(20px, 2.5vw, 40px); color: var(--ink); border-right: 1px solid var(--line); font-family: var(--heading); font-size: clamp(1.08rem, 1.65vw, 1.38rem); font-weight: 650; text-align: center; }
.eventlocation-occasions__line span:first-child { padding-left: 0; text-align: left; }
.eventlocation-occasions__line span:last-child { padding-right: 0; border-right: 0; text-align: right; }
.eventlocation-spaces { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr); min-height: 760px; background: #e8ddd7; }
.eventlocation-spaces__visual figure { height: 100%; margin: 0; overflow: hidden; }
.eventlocation-spaces__visual img { width: 100%; max-width: none; height: 100%; object-fit: cover; object-position: center; }
.eventlocation-spaces__copy { display: flex; max-width: 760px; flex-direction: column; justify-content: center; padding: clamp(70px, 9vw, 140px); }
.eventlocation-spaces__copy .eyebrow { color: var(--red); }
.eventlocation-spaces__copy h2 { margin: 0 0 34px; font-size: var(--heading-size-2); line-height: 1.02; letter-spacing: -.035em; }
.eventlocation-spaces__copy p:not(.eyebrow) { color: #625a53; font-size: 1.06rem; line-height: 1.72; }
.eventlocation-spaces__copy p + p { margin-top: 20px; }
.eventlocation-gallery { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: 330px 430px; gap: clamp(14px, 2vw, 28px); padding-block: clamp(100px, 12vw, 180px); }
.eventlocation-gallery figure { width: 100%; height: 100%; margin: 0; overflow: hidden; }
.eventlocation-gallery img { width: 100%; max-width: none; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.eventlocation-gallery figure:hover img { transform: scale(1.025); }
.eventlocation-gallery__detail { grid-column: 1 / 6; grid-row: 1; }
.eventlocation-gallery__wide { grid-column: 6 / -1; grid-row: 1 / -1; }
.eventlocation-gallery__room { grid-column: 1 / 6; grid-row: 2; }
.eventlocation-cta { color: white; background: var(--red); }
.eventlocation-cta__inner { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr); align-items: center; gap: clamp(60px, 10vw, 150px); padding-block: clamp(96px, 12vw, 170px); }
.eventlocation-cta h2 { max-width: 760px; margin: 0; color: white; font-size: var(--heading-size-2); line-height: 1.02; letter-spacing: -.035em; }
.eventlocation-cta__copy > p { margin: 0; color: rgba(255,255,255,.82); font-size: 1.1rem; line-height: 1.7; }
.eventlocation-cta .wp-block-buttons { margin-top: 34px; }
.eventlocation-cta .wp-block-button__link { min-width: 260px; color: var(--red); border: 2px solid var(--gold); border-radius: 0; background: var(--gold); }
.eventlocation-cta .wp-block-button__link:hover,
.eventlocation-cta .wp-block-button__link:focus-visible { color: var(--gold); background: transparent; }

@media (max-width: 900px) {
  .eventlocation-intro { grid-template-columns: 1fr; gap: 38px; }
  .eventlocation-story__inner { grid-template-columns: 1fr; }
  figure.eventlocation-story__image { min-height: 580px; }
  .eventlocation-spaces { grid-template-columns: 1fr; }
  .eventlocation-spaces__visual figure { height: 580px; }
  .eventlocation-spaces__copy { max-width: none; }
  .eventlocation-cta__inner { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .eventlocation-intro { padding-block: 72px; }
  .eventlocation-intro h2 { font-size: var(--heading-size-2); }
  figure.eventlocation-opening-image { height: 540px; }
  .eventlocation-story__inner { gap: 54px; padding-block: 74px; }
  figure.eventlocation-story__image { min-height: 430px; }
  .eventlocation-occasions { padding-block: 76px; }
  .eventlocation-occasions__lead { margin-top: 28px; }
  .eventlocation-occasions__line { display: block; margin-top: 54px; }
  .eventlocation-occasions__line span { display: block; padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); text-align: left !important; }
  .eventlocation-occasions__line span:last-child { border-bottom: 0; }
  .eventlocation-spaces__visual figure { height: 430px; }
  .eventlocation-spaces__copy { padding: 66px 22px 76px; }
  .eventlocation-gallery { grid-template-columns: 1fr; grid-template-rows: 290px 430px 290px; gap: 12px; padding-block: 76px; }
  .eventlocation-gallery__detail,
  .eventlocation-gallery__wide,
  .eventlocation-gallery__room { grid-column: 1; }
  .eventlocation-gallery__detail { grid-row: 1; }
  .eventlocation-gallery__wide { grid-row: 2; }
  .eventlocation-gallery__room { grid-row: 3; }
  .eventlocation-cta__inner { gap: 38px; padding-block: 76px; }
  .eventlocation-cta .wp-block-buttons,
  .eventlocation-cta .wp-block-button,
  .eventlocation-cta .wp-block-button__link { width: 100%; min-width: 0; }
}

/* Unified buttons inside the red closing CTA sections. */
:is(
  .visit-section,
  .ticket-contact,
  .accessibility-contact,
  .voucher-cta,
  .participate-cta,
  .supporters-more,
  .eventlocation-cta,
  .theatre-world-invitation
) .wp-block-button.button {
  min-width: 235px;
}

:is(
  .visit-section,
  .ticket-contact,
  .accessibility-contact,
  .voucher-cta,
  .participate-cta,
  .supporters-more,
  .eventlocation-cta,
  .theatre-world-invitation
) .wp-block-button.button .wp-block-button__link {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  color: var(--gold);
  border: 2px solid var(--gold);
  border-radius: 0;
  background: transparent;
  filter: none;
  transition: color .22s ease, border-color .22s ease, background-color .22s ease, transform .22s ease;
}

:is(
  .visit-section,
  .ticket-contact,
  .accessibility-contact,
  .voucher-cta,
  .participate-cta,
  .supporters-more,
  .eventlocation-cta,
  .theatre-world-invitation
) .wp-block-button.button:hover .wp-block-button__link,
:is(
  .visit-section,
  .ticket-contact,
  .accessibility-contact,
  .voucher-cta,
  .participate-cta,
  .supporters-more,
  .eventlocation-cta,
  .theatre-world-invitation
) .wp-block-button.button:focus-within .wp-block-button__link {
  color: var(--red);
  border-color: var(--gold);
  background: var(--gold);
  filter: none;
  transform: translateY(-2px);
}

@media (max-width: 700px) {
  :is(
    .visit-section,
    .ticket-contact,
    .accessibility-contact,
    .voucher-cta,
    .participate-cta,
    .supporters-more,
    .eventlocation-cta,
    .theatre-world-invitation
  ) .wp-block-button.button {
    width: 100%;
    min-width: 0;
  }
}

/* Central body-copy scale -------------------------------------------------
 * All editorial paragraphs and list items use one theme-controlled size.
 * Only typographic UI, prices, dates, decorative numbers and icons opt out.
 */
main :is(p, li):not(
  .eyebrow,
  .text-link,
  .arrival-address p,
  .theatre-history__year,
  .theatre-world-invitation__symbol,
  .accessibility-fact__icon,
  .participate-number,
  .voucher-number,
  .voucher-ticket__label,
  .voucher-ticket__slogan,
  .voucher-ticket__seal,
  .ticket-price-card__amount,
  .ticket-offer-card__amount,
  .supporters-benefit__regular,
  .supporters-benefit__member,
  .supporters-membership__price,
  .program-tile__month,
  .program-tile__day,
  .program-tile__year,
  .program-tile__time,
  .program-tile__link,
  .ytp-event-card-month,
  .ytp-event-card-day,
  .ytp-event-card-year,
  .ytp-event-card-location,
  .testimonial-slide__meta,
  .testimonials-slider__status,
  .erthal-ensemble-function,
  .erthal-ensemble-play
) {
  font-size: var(--body-size) !important;
  line-height: var(--body-line-height) !important;
}

/* Ensemble card labels are deliberately independent from body copy. */
.erthal-ensemble-function {
  font-size: 11px;
  line-height: 1.35;
}

.erthal-ensemble-play {
  font-size: 10px;
  line-height: 1.25;
}

@media (max-width: 600px) {
  .erthal-ensemble-function {
    font-size: 9px !important;
    line-height: 1.3;
  }

  .erthal-ensemble-play {
    font-size: 8.5px !important;
    line-height: 1.25;
  }
}

/* Spielzeitheft: responsive PDF page-turner Gutenberg block. */
.season-brochure { width: min(1180px, calc(100% - 40px)); margin: clamp(42px, 6vw, 82px) auto; color: white; }
.season-brochure:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
.season-brochure__stage { display: grid; min-height: 520px; place-items: center; padding: clamp(24px, 4vw, 48px); overflow: hidden; background: #171411; }
.season-brochure__spread { display: flex; width: 100%; align-items: center; justify-content: center; gap: 18px; perspective: 1600px; transition: opacity .22s ease, transform .22s ease; }
.season-brochure__spread.is-turning-next { opacity: .36; transform: translateX(-14px) rotateY(-1.5deg); }
.season-brochure__spread.is-turning-previous { opacity: .36; transform: translateX(14px) rotateY(1.5deg); }
.season-brochure__page { position: relative; flex: 0 1 auto; margin: 0; overflow: hidden; background: white; box-shadow: 0 24px 58px rgba(0,0,0,.34); }
.season-brochure__page canvas { display: block; max-width: 100%; height: auto; background: white; }
.season-brochure__page:first-child:not(:last-child)::after { position: absolute; top: 0; right: 0; bottom: 0; width: 20px; background: linear-gradient(90deg, transparent, rgba(0,0,0,.12)); content: ''; pointer-events: none; }
.season-brochure__loading,
.season-brochure__error p { margin: 0; color: rgba(255,255,255,.76); font-size: .9rem !important; text-align: center; }
.season-brochure__error { text-align: center; }
.season-brochure__error a { display: inline-block; margin-top: 20px; color: var(--gold); font-weight: 750; text-decoration: none; text-transform: uppercase; letter-spacing: .1em; }
.season-brochure__controls { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 15px 16px; color: white; background: var(--red); }
.season-brochure__actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.season-brochure__button,
.season-brochure__open { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 10px; padding: 10px 15px; color: white; border: 1px solid rgba(255,255,255,.46); border-radius: 0; background: transparent; font: 750 .68rem/1 var(--menu); letter-spacing: .1em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: color .2s ease, border-color .2s ease, background-color .2s ease; }
.season-brochure__button:hover:not(:disabled),
.season-brochure__button:focus-visible,
.season-brochure__open:hover,
.season-brochure__open:focus-visible { color: var(--red); border-color: var(--gold); background: var(--gold); }
.season-brochure__button:disabled { cursor: not-allowed; opacity: .38; }
.season-brochure__icon-button { width: 44px; flex: 0 0 44px; padding: 0; font-size: .9rem; }
.season-brochure__status { flex: 0 0 auto; margin: 0; color: rgba(255,255,255,.82); font-size: .72rem !important; font-weight: 700; letter-spacing: .08em; text-align: left; text-transform: uppercase; }
.season-brochure__notice { width: min(780px, calc(100% - 40px)); margin: 40px auto; padding: 24px; border-left: 4px solid var(--red); background: #e8ddd7; }
.season-brochure__noscript { text-align: center; }
.season-brochure:fullscreen,
.season-brochure:-webkit-full-screen { display: flex; width: 100%; height: 100%; margin: 0; flex-direction: column; background: #171411; }
.season-brochure:fullscreen .season-brochure__stage,
.season-brochure:-webkit-full-screen .season-brochure__stage { min-height: 0; flex: 1 1 auto; padding: clamp(14px, 2vw, 30px); }
.season-brochure:fullscreen .season-brochure__controls,
.season-brochure:-webkit-full-screen .season-brochure__controls { flex: 0 0 auto; }
.season-brochure:fullscreen .season-brochure__page,
.season-brochure:-webkit-full-screen .season-brochure__page { box-shadow: 0 14px 38px rgba(0,0,0,.42); }

@media (max-width: 759px) {
  .season-brochure { width: min(100% - 24px, 620px); margin-block: 34px; }
  .season-brochure__stage { min-height: 390px; padding: 18px; }
  .season-brochure__spread { gap: 0; }
  .season-brochure__page { max-width: 100%; }
  .season-brochure__controls { align-items: stretch; flex-direction: column; gap: 12px; padding: 12px; }
  .season-brochure__status { min-height: 24px; }
  .season-brochure__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
  .season-brochure__actions .season-brochure__button:not(.season-brochure__icon-button),
  .season-brochure__actions .season-brochure__open:not(.season-brochure__icon-button) { width: 100%; }
  .season-brochure__actions .season-brochure__icon-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .season-brochure__spread { transition: none; }
}
