/*
Physical Theatre – Folkwang UdK
Gestaltung: klotz – studio für gestaltung, https://klotz.studio

Enthält normalize.css v8.0.1 (MIT License, github.com/necolas/normalize.css).
*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1rem;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */


a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 0em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

/* Seiten und Beiträge
--------------------------------------------- */
.post,
.page {
	margin: 0;
}

.entry-content {
	margin: 1.5em 0 0;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*Font*/
/* 1) Normale (Regular) Schnitt */
@font-face {
  font-family: "Alte Haas Grotesk";
  src:
    url("fonts/altehaasgroteskregular.woff2") format("woff2"),
    url("fonts/altehaasgroteskregular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;              /* bessere LCP & Barrierefreiheit */
  font-stretch: 100%;
}

/* 2) Fett (Bold) */
@font-face {
  font-family: "Alte Haas Grotesk";
  src:
    url("fonts/altehaasgroteskbold.woff2") format("woff2"),
    url("fonts/altehaasgroteskbold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-stretch: 100%;
}

/*General*/
html{
	font-size: 16px;
	font-family: "Alte Haas Grotesk", "Helvetica Neue", Helvetica, sans-serif;
}
@media (min-width: 900px){
	html{
		font-size: 20px;
	}
}
@media (min-width: 1500px){
	html{
		font-size: 24px;
	}
}
body{
	background: black;
	color: white;
	line-height: 1.125em;
	font-weight: 600;
}
*, *::before, *::after {
text-shadow:
  0 0 0.08em rgba(250, 250, 250, 1),
  0 0 0.05em rgba(250, 250, 250, 0.7),
  0 0 0.03em rgba(250, 250, 250, 0.5);
}
/* Nur „a“: Besucht und Fokus sehen genauso aus. Eigene Selektoren wie a:visited
   wären spezifischer und würden die Farbe von Buttons (z. B. .profile-contact-button)
   überschreiben – dann war deren Text weiß auf weiß. */
a{
	color: white;
	text-decoration: none;
	outline: none;
}
a:focus-visible{
	outline: 4px solid red;
}
a:hover{
	color: white;	
	text-shadow:    
	  0 0 0.6em rgba(250, 250, 250, 1),
	  0 0 0.3em rgba(250, 250, 250, 0.7),
	  0 0 0.03em rgba(250, 250, 250, 0.5);
	transform: 2s;
}
h1, h2, h3, h4, h5, h6{
	font-size: 1rem;
	margin: 1rem 0 0 0;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
em{
	font-style: normal;
}
::selection{
	background: white;
	color: black;
}

/*Glass*/
.glass{
	background: black;
	background: rgba(0,0,0,0.1);
	backdrop-filter: blur(1rem);
}


/*Header*/
.site-header{

}
.site-title{
	position: fixed;
	top: 1rem;
	left: 50%;
	transform: translateX(-50%);
	text-align: left;
	margin: 0;
	z-index: 99999;
	mix-blend-mode: difference;
}
.site-title a{
	display: block;
	width: fit-content;
	max-width: 4em;
	margin: 0 auto;
	text-decoration: none;
	font-weight: 600;
	mix-blend-mode: difference;
	line-height: 1em;
}

/*Navigation*/
.main-navigation{
	position: fixed;
	bottom: 1rem;
	left: 1.5rem;
	right: 1.5rem;
	z-index: 99999;
	width: auto;
}
.main-navigation ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 0.25rem;
}
.main-navigation ul a,
.start-video-controls button{
	background: black;
	background: rgba(0,0,0,0.1);
	backdrop-filter: blur(1rem);
	padding: 0.25rem 1rem;
	border-radius: 1rem;
	font-weight: 600;
	font-size: 1rem;
	color: white;
	border: none;
	cursor: pointer;
}
.main-navigation .sub-menu{
	position: fixed!important;
	top: unset;
	bottom: 3rem;
	left: 100vw;
	width: 100vw;
	transition: 1s;
	transition-delay: 1s;
	box-shadow: none;
	justify-content: center;
	overflow-x: auto;
	scrollbar: none;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding-left: 2.5rem;
	transition-property: left;
	overflow: visible;
}
.main-navigation .sub-menu::-webkit-scrollbar{
 	display: none;
	padding: 8rem 0.5rem 3rem 0.5rem;
}
.main-navigation .focus .sub-menu{
	left: 0rem;	
	transition: 1s;
	transition-delay: 0s;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li ul:hover,
.is-current-parent ul {
	left: 0!important;
	transition-delay: 0s;
}
.main-navigation .sub-menu a{
	width: auto;
}

.is-current a:after{
	content:"";
	background: white;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: -1;
	border-radius: 10rem;
	opacity: 0.1;
	box-shadow:    0px 0px 0.3em rgba(250, 250, 250, 1);
}
.is-current a:before{
	content:"";
	background: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: -1;
	border-radius: 10rem;
	box-shadow:  0px 0px 0.5em rgba(250, 250, 250, 1);
}


/*Content Allgemein*/
.site{
	padding-bottom: 0rem;
}
.site-main{
	padding-top: 25vh;
}
.site-main:before{
	position: fixed;
	z-index: 1;
	pointer-events: none;
	top: 0;
	left: 0;
	right: 0;
	height: 12rem;
	content: "";
	background: black;
	-webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.95), rgba(0,0,0,0));
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-image: linear-gradient(to bottom, rgba(0,0,0,0.95), rgba(0,0,0,0));
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	pointer-events: none;
}
@media (min-width: 1000px){
	.site-main:before{
		height: 10rem;
	}
}
.template-home .site-main:before{
	all: initial;
}
.entry-header{
	margin: 0 2rem;
}
.post-thumbnail{
	line-height: 0;
	z-index: 2;
	position: relative;
}

.post-thumbnail{
	position:relative;
	isolation:isolate;
	max-width: 100%;
	overflow: hidden;
}

.post-thumbnail img{
	width: 100%;
	max-height: 100vh;
	object-fit: contain;
	object-position: center;
	line-height: 0;
}
.entry-content{
	padding: 0 2rem;
}
.entry-content p{
  hyphens: auto;
  margin: 0 0 0rem 0;
  text-indent: 2rem;
}


table th,
table td{
	padding: 0.5rem 0;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #e5e7eb;
}

ul.block-list{
	margin: 0;
	padding-left: 1rem;
}
.entry-content a{
	text-decoration: underline;
}
.block-buttons{
	margin-top: 0.5rem;
	gap: 0.5rem;
}
.block-buttons a{
	background: #ff0000;
	background: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
	background: black;
	background: rgba(250,0,0,0.4);
	backdrop-filter: blur(1rem);
	background: #ff0000;
	background: linear-gradient(360deg,rgba(255, 255, 255, 0.47) 0%, rgba(250, 255, 255, 0.47) 0%, rgba(0, 0, 0, 0.51) 100%);
	background: white;
	color: black;
	padding: 0.125em 1rem;
	border-radius: 1rem;
	text-decoration: none;
	box-shadow:   0 0 0.18em rgba(250, 250, 250, 1),
	  0 0 0.1em rgba(250, 250, 250, 0.7),
	  0 0 0.05em rgba(250, 250, 250, 0.5);
}
.accordion {
	margin: 0;
}
.accordion .accordion__heading{
	border-top: 2px solid;
	margin: 0;
	padding: 0.9em 0;
}
.accordion__panel{
	display: flow-root;
}


/*Footer*/
.site-footer{
	margin: 0rem;
	background: linear-gradient(180deg,rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 1) 100%);
	padding: 2rem;
	gap: 0;
	padding-top: 20vh;
	margin-top: -10vh;
	font-size: 0.8rem;
	line-height: 1.1em;
	padding-bottom: 3.5rem;
}
.site-footer .footer-columns{
	gap: 0;
}
.site-footer p{
	margin: 0.5rem 0;
	padding-right: 0.5rem;
}
@media(min-width: 1000px){
	.site-footer .footer-columns{
		display: grid;
		grid-template-columns: 4fr 1fr 1fr 2fr ;
		gap: 0;
	}
}


/* Startseite - Video Hintergrund */
.template-home .site-main{
	min-height: 100vh;
}
.template-home .start-video-wrap {
	position: fixed;
	inset: 0;
	height: 100vh;
	margin: 0;
	z-index: 0;
	overflow: hidden;
}

.template-home .start-bg-video {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 100vw;
	width: 100vh;
	object-fit: contain;
	transform: translate(-50%, -50%) rotate(-90deg);
	transform-origin: center center;
	touch-action: manipulation; 
	cursor: pointer;
}

/* Sound/Fullscreen: rechts über dem Menü (Startseite und Projekte mit Video) */
.start-video-controls {
	position: fixed;
	right: 2rem;
	bottom: 3.5rem;
	z-index: 99999;
	display: flex;
	gap: 0.5rem;
}
.start-video-controls [aria-pressed="true"] {
	background: white;
	color: black;
}
/* 1. Desktop (ab bestimmter Breite ODER Maus) */
@media (min-width: 1024px), (hover: hover) and (pointer: fine) {
	.template-home .start-bg-video {
		width: 100%;
		height: 100vh;
		transform: none;
		top: 0;
		left: 0;
	}
}

/* 2. Handys/Tablets im Querformat */
@media (orientation: landscape) and (max-width: 1023px) {
	.template-home .start-bg-video {
		width: 100%;
		height: 100vh;
		transform: none;
		top: 0;
		left: 0;
	}
}

/* Natives Vollbild: Rotations-Hack aufheben, Video normal einpassen */
.template-home .start-video-wrap:fullscreen .start-bg-video,
.template-home .start-bg-video:fullscreen,
.template-home .start-bg-video:-webkit-full-screen {
	width: 100vw;
	height: 100vh;
	transform: none;
	top: 0;
	left: 0;
	object-fit: contain;
}
.template-home .site-footer{
	z-index: 10;
	position: relative;
}


/*Blog Atrikel Einzelansicht*/
@media (min-width: 1000px){
.contentwrap{
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 1rem;
	align-items: start;
	gap: 0;
}
.contentwrap .entry-header{
	position: sticky;
	top: 4rem;
	z-index: 998;
}
.contentwrap .entry-content{
	margin: 0;
	padding-left: 0;
}
}


/*People Single View*/
/* ===== Galerie ===== */
.profile-gallery-wrap {
  margin: 0rem 0 1.5rem;
  overflow-x: auto;           /* horizontales Scrollen */
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-padding: 0rem;
  padding-left: 2rem;
  scrollbar: none;
  scrollbar-width: none;
  z-index: 99;
  position: relative;
}
.profile-gallery-wrap:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 115, 230, .6);
}
.profile-gallery {
  display: flex;             
  gap: 0.75rem;
  list-style: none;
  padding: 0rem 0 0 0rem;
  margin: 0;
  width: fit-content;
  align-items: flex-start;
  margin: 0 auto;
}
.profile-gallery-item {
  flex: 0 0 auto; 
  scroll-snap-align: center;
}
.profile-gallery-image {
  height: auto;             
  width: 100vw;               
  object-fit: contain;        
  border-radius: 1rem;
  display: block;
}
@media (min-width: 1000px){
	.profile-gallery-image {
	  height: 70vh;             
	  width: auto;              
	}	
	.profile-gallery {
	  padding-top: 0.7rem;
	}
}
.entry-title{
	font-size: 9vw;
	line-height: 1em;
	margin: 0;
	text-shadow:
  0 0 0.06em rgba(250, 250, 250, 1),
  0 0 0.035em rgba(250, 250, 250, 0.7),
  0 0 0.013em rgba(250, 250, 250, 0.5);
}
@media (min-width: 900px){
	.entry-title{
		font-size: 5vw;
	}	
}


/* ===== Steckbrief ===== */
.profile-card {
  margin: 0;
  padding: 0;
}
.profile-table-wrap {
  overflow-x: auto;
}
.profile-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.profile-table th {
  width: 220px;
  font-weight: 600;
}
.profile-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .profile-gallery-item { scroll-snap-align: none; }
}
@media (max-width: 640px) {
  .profile-gallery { grid-auto-columns: 75%; }
  .profile-table th { width: 150px; }
}


/*Curtains Vorhänge*/
/*Curtains Vorhänge*/
/*Curtains Vorhänge*/
.curtains{
	position: fixed;
	z-index: 999;
}
#curtain-news,
#curtain-dates{
	width: 50vw;
	position: fixed;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	overflow: auto;            /* oder overflow-y: scroll */
	/* Firefox */
	scrollbar-width: none;
	/* Internet Explorer 10+ */
	-ms-overflow-style: none;
}

#curtain-news,
#curtain-dates {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 50vw;
  overflow: auto;

  /* Fallback Höhe, falls Safari spinnt */
  min-block-size: 100vh;
}
@supports (height: 100dvh) {
  #curtain-news,
  #curtain-dates {
    min-block-size: 100dvh;
  }
}

/* Inhalte nicht von Notch oder Home-Bar verdecken lassen */
#curtain-news > *,
#curtain-dates > * {
  padding-block-start: env(safe-area-inset-top);
  padding-block-end:   env(safe-area-inset-bottom);
  padding-inline:      env(safe-area-inset-left) env(safe-area-inset-right);
}

#curtain-news::-webkit-scrollbar,
#curtain-dates::-webkit-scrollbar {
 	display: none;
	padding: 8rem 0.5rem 3rem 0.5rem;
	transition: 1s;
}
.curtain-button{
	position: fixed;
	top: 8rem;
	z-index: 10000;
	width: 1rem;
	height: 1rem;
	line-height: 1rem;
	position: fixed;
	top: 8rem;
	z-index: 10000;
	width: 1.25rem;
	height: 1.25rem;
	line-height: 1rem;
	margin: 0;
}
.curtain-button.left{
	left: 0rem;
}
.curtain-button.right{
	right: 0.25rem;
}
.curtain-button h2 { 
	margin: 0; 
}
.curtain-button button{
	transform: rotate(-90deg);
	transform-origin: top left;
	margin: 0;
	white-space: nowrap;
	font: inherit;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	appearance: none;
	background: rgba(0,0,0,0.1);
	backdrop-filter: blur(1rem);
	border: 0px solid rgba(255,255,255,0.3);
	border-radius: 999px;
	padding: 0.25rem 0.75rem;
}
.curtain-toggle:focus-visible {
  outline: 0px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(0,255,0,0.4);
}
.site-updates__container{
	max-width: 10rem;
}
#curtain-news .site-updates__container{
	margin-left: auto;
}
.updates-list{
	margin-left: 0;
	list-style: none;
	padding: 0;
}
/* Progressive Enhancement: Standard = no-js; JS entfernt die Klasse */
html.no-js #curtain-news { animation: moveLeft 1s ease-in-out forwards; }
html.no-js #curtain-dates { animation: moveRight 1s ease-in-out forwards; }
html.no-js #curtain-news:hover { left: calc(-50vw + 50vw) !important; }

/* Nur für Screenreader sichtbar */
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}
/* Curtains: Grundlayout */
.curtain {
  width: 50vw;
  position: fixed;
  top: 0; bottom: 0;
  overflow-y: auto;
  padding: 10rem 0.5rem 3rem;
  transition: left 300ms ease, right 300ms ease;
  /* Falls du global text-shadow nutzt: Lesbarkeit verbessern */
  text-shadow: none;
}
.updates-item article{
	margin-bottom: 1rem;
}
.updates-item h3{
	margin: 0;
}
.updates-item__meta{
	margin: 0;
	text-align: right;
}
.updates-item__excerpt{
	display: none;
}
.updates-item__dates{
	margin: 0;
	list-style: none;
	padding: 0;
}
.updates-item__location{
	margin: 0;
}
.updates-item__cats{
	margin: 0;
}

#curtain-dates .updates-item__title{
	text-transform: uppercase;
	letter-spacing: 0.025em;
}
/* Linker Vorhang: zu/offen */
#curtain-news { 
	left: calc(-50vw + 1.5rem); 
}
#curtain-news.is-open { 
	left: 0!important; 
}
#curtain-news.is-closed { 
	left: calc(-50vw + 1.5rem); 
}

/* Rechter Vorhang: zu/offen */
#curtain-dates { 
	right: calc(-50vw + 1.5rem); 
}
#curtain-dates.is-open { 
	right: 0!important; 
}
#curtain-dates.is-closed { 
	right: calc(-50vw + 1.5rem); 
}

/* Hover-Effekte nur als Kosmetik, kein Logik-Trigger mehr */
.curtain-toggle:hover {
  text-shadow: 0 0 12px rgba(0,250,0,1.0);
  box-shadow: 0 0 12px rgba(250,250,250,1);
}

/* Motion-Präferenz respektieren */
@media (prefers-reduced-motion: reduce) {
  .curtain { transition: none; }
}

/* (Behalte deine bestehenden Keyframes für no-js Fallback) */
@keyframes moveLeft { to { left: calc(-50vw + 1.5rem); } }
@keyframes moveRight { to { right: calc(-50vw + 1.5rem); } }


/* Klick = sticky offen */
#curtain-news.is-sticky { left: 0; }
#curtain-dates.is-sticky { right: 0; }

/* Kurz hineinschauen (Vorhang ein Stück auf), solange er nicht offen ist:
   - per Tastatur: Fokus auf dem Button (:focus-visible) oder im Vorhang
   - per Maus-Hover: nur auf Geräten mit echter Maus. Auf Touch-Geräten bleibt
     :hover nach dem Antippen hängen, dann ging der Vorhang nach dem Schließen
     gleich wieder ein Stück auf. */
#curtain-news:not(.is-sticky):focus-within,
h2.curtain-button.left:has(:focus-visible) + #curtain-news:not(.is-sticky) {
  left: calc(-50vw + 12rem);
}
#curtain-dates:not(.is-sticky):focus-within,
h2.curtain-button.right:has(:focus-visible) + #curtain-dates:not(.is-sticky) {
  right: calc(-50vw + 12rem);
}
@media (hover: hover) and (pointer: fine) {
  #curtain-news:not(.is-sticky):hover,
  h2.curtain-button.left:hover + #curtain-news:not(.is-sticky) {
    left: calc(-50vw + 12rem);
  }
  #curtain-dates:not(.is-sticky):hover,
  h2.curtain-button.right:hover + #curtain-dates:not(.is-sticky) {
    right: calc(-50vw + 12rem);
  }
}

/* Direkt nach dem Schließen per Button ganz zu bleiben, auch wenn Maus oder
   Fokus noch auf dem Button sind (curtains.js setzt/entfernt .is-suppressed) */
#curtain-news.is-suppressed:not(.is-sticky) {
  left: calc(-50vw + 1.5rem);
}
#curtain-dates.is-suppressed:not(.is-sticky) {
  right: calc(-50vw + 1.5rem);
}
