@font-face {
  font-family: "Nimbus Sans";
  src: url("../fonts/nimbus-sans-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Nimbus Roman";
  src: url("../fonts/nimbus-roman-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
:root {
  color: #555555;
  background: #ffffff;
  font-family: "Nimbus Sans", Arial, sans-serif;
  font-synthesis: none;
  --paper: #ffffff;
  --ink: #555555;
  --serif: "Nimbus Roman", "Times New Roman", serif;
  --text-size: clamp(1.062rem, 1rem + .312vw, 1.25rem);
  --gutter: clamp(24px, 4vw, 48px);
  --service-space: 112px;
  scroll-padding-top: 112px;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); }
a { color: inherit; text-decoration: none; text-underline-offset: .25em; }
a:hover { text-decoration: underline; text-decoration-thickness: 1px; }
a, button { -webkit-tap-highlight-color: transparent; }
button { font: inherit; color: inherit; cursor: pointer; }
:focus-visible { outline: 1px solid var(--ink); outline-offset: 5px; }
h1, h2, p { margin: 0; font-weight: 400; }
img { display: block; max-width: 100%; object-fit: contain; }
.skip { position: fixed; top: 12px; left: 12px; padding: 14px; background: var(--paper); transform: translateY(-180%); z-index: 5; }
.skip:focus { transform: none; }
/* The original threshold's axial composition: 56 px above a 79 px signet. */
.entry-page { min-height: 100svh; display: grid; grid-template-rows: 135px 1fr auto; }
.entry-header { padding-top: 56px; display: flex; justify-content: center; }
.entry-header img { width: auto; height: 79px; }
.threshold { min-height: 260px; display: grid; place-items: center; padding: 48px 24px; text-align: center; }
.threshold h1 { font-family: var(--serif); font-size: clamp(1.5rem, 1.12rem + 1.55vw, 2.375rem); line-height: 1.2; letter-spacing: .02em; }
.threshold h1 a:hover { text-decoration: none; }
.opening-link { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; margin-top: 22px; font-size: 13px; letter-spacing: .04em; }
.service { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; min-height: var(--service-space); padding: 12px 20px 24px; background: var(--paper); font-size: 12px; text-align: center; }
.service nav, .menu-service { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; }
.service a, .menu-service a { display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; letter-spacing: .08em; }
.service a { text-transform: uppercase; }
.page { padding-bottom: var(--service-space); }
.page > .service { position: fixed; bottom: 0; left: 0; right: 0; z-index: 2; }
.masthead { position: sticky; top: 0; z-index: 2; padding: 20px var(--gutter); display: flex; justify-content: space-between; align-items: center; background: var(--paper); }
.brand { min-width: 44px; min-height: 44px; display: grid; place-items: center; }
.menu-toggle { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 13px; border: 0; padding: 0 4px; background: transparent; }
.burger { width: 24px; height: 16px; display: block; background: linear-gradient(var(--ink),var(--ink)) center/24px 1px no-repeat; position: relative; }
.burger::before, .burger::after { content: ""; position: absolute; left: 0; width: 24px; height: 1px; background: var(--ink); }
.burger::before { top: 0; }
.burger::after { bottom: 0; }
.orientation { max-width: 948px; margin: auto; padding: 64px var(--gutter) 80px; }
.page-title { text-align: center; margin-bottom: 80px; }
.page-title h1 { font-family: var(--serif); font-size: clamp(30px, 2.8vw, 40px); line-height: 1.15; letter-spacing: .08em; }
.page-title p { margin-top: 18px; font-size: 12px; line-height: 1.75; letter-spacing: .16em; }
.reading { max-width: 760px; margin-inline: auto; text-align: left; }
.reading h2 { font: 400 clamp(22px, 1.135rem + .573vw, 25.5px)/1.3 var(--serif); margin-bottom: 22px; }
.reading p { font-family: var(--serif); font-size: var(--text-size); line-height: 1.75; margin-bottom: 18px; }
.reading section + section { margin-top: 64px; }
.reading section { scroll-margin-top: 12px; }
.fallback-navigation { display: flex; justify-content: center; gap: 24px; padding: 24px; flex-wrap: wrap; }
.menu-ready .fallback-navigation { display: none; }
/* Native dialog supplies modality, focus containment and inert background. */
.menu { color: var(--ink); background: var(--paper); border: 0; border-radius: 18px; width: min(576px, calc(100% - 48px)); max-height: calc(100svh - 48px); padding: 44px 28px 28px; overflow-y: auto; overscroll-behavior: contain; box-shadow: 0 1px 2px rgb(85 85 85 / .04), 0 18px 50px rgb(85 85 85 / .10); }
.menu::backdrop { background: rgb(255 255 255 / .9); }
@supports (backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px)) {
  .menu::backdrop { background: rgb(255 255 255 / .45); backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px); }
}
.menu-close { position: absolute; top: 12px; right: 12px; width: 44px; height: 44px; border: 0; background: transparent; font-size: 24px; font-weight: 400; }
.menu-brand { display: flex; width: fit-content; margin: 0 auto; }
.menu-brand img { height: 52px; width: auto; }
.menu-navigation { display: flex; flex-direction: column; align-items: center; gap: 20px; margin-top: 40px; }
.menu-navigation a { display: flex; align-items: center; min-height: 44px; font-size: clamp(22px, 1.24rem + .677vw, 28.5px); line-height: 1.2; letter-spacing: .01em; }
.menu-service { margin-top: 32px; }
html:has(.menu[open]) { overflow: hidden; }
.legal-page { max-width: 856px; margin: auto; padding: 56px var(--gutter) 80px; }
.legal-note { font-size: 13px; line-height: 1.65; margin-bottom: 44px; max-width: 600px; }
.rechtstext h1 { font: 400 clamp(28px, 3vw, 36px)/1.2 var(--serif); margin-bottom: 40px; overflow-wrap: anywhere; }
.rechtstext h2 { margin-top: 44px; }
.rechtstext p { overflow-wrap: anywhere; }
.rechtstext .feld { font-family: "Nimbus Sans", Arial, sans-serif; font-size: .8em; letter-spacing: .025em; }
@media (max-width: 600px) {
  .entry-break { display: block; }
  .threshold h1 { font-size: clamp(24px, 6.67vw, 30px); }
  .orientation { padding-top: 48px; padding-bottom: 56px; }
  .page-title { margin-bottom: 56px; }
  .page-title p { max-width: 260px; margin-inline: auto; font-size: 11px; letter-spacing: .1em; }
  .reading section + section { margin-top: 48px; }
  .legal-page { padding-top: 40px; }
}
@media (max-height: 700px), (max-width: 420px) {
  .menu { padding: 36px 20px 22px; }
  .menu-brand img { height: 38px; }
  .menu-navigation { gap: 18px; margin-top: 30px; }
  .menu-navigation a { font-size: 22px; }
  .menu-service { margin-top: 24px; gap: 14px; }
}
@media (max-height: 500px) {
  .page > .service { position: static; }
  .page { padding-bottom: 0; }
  .masthead { position: static; }
}
@media (prefers-reduced-motion: no-preference) {
  .menu[open] { animation: arrive 160ms ease-out; }
  @keyframes arrive { from { opacity: 0; } to { opacity: 1; } }
}
@media print {
  .masthead, .menu, .skip, .fallback-navigation { display: none; }
  .page { padding-bottom: 0; }
  .page > .service { position: static; }
}
