@font-face {
  font-family: "Archivo";
  src: url("fonts/Archivo-Variable-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  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: "Archivo";
  src: url("fonts/Archivo-Variable-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  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;
}

:root {
  --ink: #171a18;
  --muted: #59605c;
  --paper: #f1f3f1;
  --surface: #ffffff;
  --line: #c7cdca;
  --blue: #223f80;
  --blue-deep: #14264d;
  --orange: #f04e2f;
  --orange-action: #bd4325;
  --gold: #bb8c36;
  --charcoal: #111714;
  font-family: "Archivo", Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
p { line-height: 1.58; }
h1, h2, h3, p, dd { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; letter-spacing: 0; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  z-index: 100;
  padding: 12px 16px;
  background: var(--ink);
  color: #fff;
}

.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid #fff; outline-offset: 2px; box-shadow: 0 0 0 5px var(--blue-deep); }
#inhalt:focus { outline: 0; box-shadow: none; }

.site-header {
  position: relative;
  z-index: 30;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  width: min(1240px, calc(100% - 48px));
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.brand {
  display: inline-flex;
  width: 132px;
}

.hero-section {
  width: 100%;
  background: var(--charcoal);
}

.hero-media {
  position: relative;
  height: 640px;
  margin: 0;
  overflow: hidden;
}

.hero-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.hero-copy {
  position: absolute;
  inset: 0 auto 0 0;
  width: min(44%, calc(620px + max(0px, (100vw - 1440px) / 2)));
  padding: 72px 92px 68px max(32px, calc((100vw - 1240px) / 2));
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
  color: #fff;
  isolation: isolate;
}

.hero-copy::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0 -24px 0 0;
  background: rgba(17, 23, 20, .94);
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.hero-copy > * {
  position: relative;
  z-index: 1;
}

.hero-origin {
  margin: 0 0 28px;
  padding-left: 18px;
  border-left: 4px solid var(--orange);
  color: #fff;
  font-size: .82rem;
  font-weight: 620;
}

.hero-copy h1 {
  max-width: 520px;
  margin-bottom: 28px;
  font-size: clamp(3.15rem, 5vw, 4rem);
  font-weight: 760;
  line-height: 1;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.hero-copy h1 span {
  color: #fff;
}

.lead {
  max-width: 460px;
  margin: 0;
  color: #edf1ef;
  font-size: 1.06rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border: 1px solid currentColor;
  border-radius: 2px;
  font-weight: 620;
  text-decoration: none;
}

.button.primary {
  border-color: var(--orange-action);
  background: var(--orange-action);
  color: #fff;
}

.button.primary:hover {
  border-color: #9f351b;
  background: #9f351b;
}

.text-link {
  display: inline-flex;
  min-height: 48px;
  padding: 8px 0 6px;
  align-items: center;
  border-bottom: 2px solid var(--orange);
  color: #fff;
  font-weight: 620;
  text-decoration: none;
}

.text-link:hover { border-bottom-color: #fff; }

.trust-statement {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 26px 0 28px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 1rem;
}

.trust-statement strong { color: var(--blue); font-weight: 620; }

.event-section,
.legal-main {
  width: min(1240px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

.event-section {
  padding: 108px 0 112px;
  display: grid;
  grid-template-columns: .68fr 1.32fr;
  align-items: start;
  gap: 46px 92px;
}

.event-mark {
  grid-row: 1 / span 2;
  min-width: 0;
  padding-top: 6px;
}

.event-years {
  margin: 0 0 42px;
  color: var(--blue);
  font-size: .82rem;
  font-weight: 620;
  font-variant-numeric: tabular-nums;
}

.anniversary-mark {
  display: block;
  color: var(--orange);
  font-size: 9rem;
  font-weight: 760;
  line-height: .7;
  font-variant-numeric: tabular-nums;
}

.anniversary-label {
  display: block;
  margin-top: 28px;
  color: var(--blue);
  font-size: 1.3rem;
  font-weight: 620;
  line-height: 1.2;
}

.event-copy {
  min-width: 0;
  max-width: 760px;
}

.event-copy h2 {
  max-width: 690px;
  margin-bottom: 20px;
  font-size: 2.85rem;
  font-weight: 700;
  line-height: 1.08;
  text-wrap: balance;
}

.event-copy > p {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: 1.03rem;
}

.event-details {
  margin: 38px 0 0;
  border-top: 1px solid var(--ink);
}

.event-details > div {
  padding: 20px 0 22px;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 22px;
  border-bottom: 1px solid var(--line);
}

.event-details dt {
  color: var(--orange-action);
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.event-details dd {
  margin: 0;
  font-weight: 620;
  line-height: 1.4;
}

.event-details dd strong,
.event-details dd span {
  display: block;
}

.event-details dd strong {
  font-size: 1.22rem;
  font-variant-numeric: tabular-nums;
}

.event-details dd span {
  margin-top: 3px;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}

.event-banner {
  grid-column: 2;
  margin: 0;
  min-width: 0;
  background: #eaf4fb;
}

.event-banner img { width: 100%; }

.contact-section {
  background: var(--blue-deep);
  color: #fff;
}

.contact-copy {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 76px 0 80px;
  display: grid;
  grid-template-columns: .76fr 1.24fr;
  align-items: end;
  gap: 72px;
}

.contact-intro h2 {
  max-width: 520px;
  margin-bottom: 18px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.06;
  text-wrap: balance;
}

.contact-intro p {
  max-width: 430px;
  margin-bottom: 0;
  color: #e8ebf5;
}

.contact-phone {
  display: inline-block;
  margin: 0;
  color: #fff;
  font-size: 3.55rem;
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 3px;
  text-underline-offset: 9px;
}

.contact-phone:hover { color: #fff2ed; }

.contact-meta {
  margin-top: 38px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  border-top: 1px solid rgba(255, 255, 255, .38);
}

.contact-meta a {
  font-size: 1.12rem;
  font-weight: 620;
}

.contact-meta address {
  color: #e8ebf5;
  font-style: normal;
  line-height: 1.6;
  text-align: right;
}

.site-footer {
  padding: 28px max(24px, calc((100vw - 1240px) / 2));
  background: var(--charcoal);
  color: #dce2df;
}

.footer-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.footer-note {
  margin: 0;
  font-size: .78rem;
}

.footer-note span {
  margin-left: 14px;
  color: #9da7a2;
}

.site-footer nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: .8rem;
}

.site-footer a { color: inherit; }
.footer-login { color: #9da7a2 !important; }
.footer-login:hover { color: #fff !important; }

.legal-main { padding: 78px 0 108px; }

.legal-hero {
  max-width: 780px;
  margin: 0 auto 48px;
}

.legal-hero .eyebrow {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 620;
  text-transform: uppercase;
}

.legal-hero h1 {
  margin-bottom: 16px;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.04;
}

.legal-hero > p:last-child {
  color: var(--muted);
  font-size: 1.05rem;
}

.legal-document {
  width: min(780px, 100%);
  margin: 0 auto;
  border-top: 2px solid var(--ink);
}

.legal-section {
  padding: 30px 0 34px;
  border-bottom: 1px solid var(--line);
}

.legal-section h2 {
  margin-bottom: 18px;
  font-size: 1.28rem;
  font-weight: 700;
}

.legal-section p { max-width: 70ch; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section a { color: var(--blue); }

.legal-provider {
  padding: 28px 24px 32px;
  background: #e8ebf1;
  border-bottom-color: var(--blue);
}

.not-found-main {
  min-height: calc(100vh - 228px);
}

.not-found-main .legal-hero { margin-bottom: 0; }
.not-found-main .button { margin-top: 18px; }

@media (max-width: 980px) {
  .hero-copy {
    width: 54%;
    padding-right: 76px;
  }

  .hero-copy h1 { font-size: 3.15rem; }

  .event-section {
    grid-template-columns: .6fr 1.4fr;
    gap: 40px 52px;
  }

  .anniversary-mark { font-size: 7.2rem; }
  .event-copy h2 { font-size: 2.55rem; }

  .contact-copy {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .contact-intro h2 { font-size: 2.55rem; }
  .contact-phone { font-size: 3.25rem; }
}

@media (max-width: 700px) {
  .header-inner {
    width: calc(100% - 28px);
    min-height: 78px;
  }

  .brand { width: 108px; }

  .hero-media {
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .hero-media > img {
    aspect-ratio: 16 / 10;
    height: auto;
    object-position: center 46%;
  }

  .hero-copy {
    position: static;
    width: 100%;
    min-height: 0;
    padding: 32px 20px 36px;
    justify-content: flex-start;
    background: rgba(17, 23, 20, .96);
    clip-path: none;
  }

  .hero-copy::before { display: none; }

  .hero-origin {
    margin-bottom: 22px;
    font-size: .76rem;
  }

  .hero-copy h1 {
    margin-bottom: 20px;
    font-size: 2.55rem;
    line-height: 1;
  }

  .lead { font-size: 1rem; }

  .actions {
    align-items: flex-start;
    gap: 18px;
    margin-top: 26px;
  }

  .button {
    width: auto;
    min-height: 48px;
  }

  .trust-statement,
  .event-section,
  .contact-copy,
  .legal-main {
    width: calc(100% - 24px);
  }

  .trust-statement { padding: 20px 0 22px; }

  .event-section {
    padding: 66px 0 72px;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .event-mark {
    grid-row: auto;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: end;
    column-gap: 18px;
  }

  .event-years {
    grid-column: 1 / -1;
    margin-bottom: 30px;
  }

  .anniversary-mark { font-size: 6.2rem; }

  .anniversary-label {
    margin: 0 0 4px;
    font-size: 1.12rem;
  }

  .event-copy h2 { font-size: 2.25rem; }
  .event-copy > p { font-size: 1rem; }

  .event-details { margin-top: 30px; }

  .event-details > div {
    padding: 18px 0 20px;
    grid-template-columns: 88px 1fr;
    gap: 14px;
  }

  .event-details dd strong { font-size: 1.08rem; }
  .event-banner { grid-column: 1; }

  .contact-copy {
    padding: 58px 0 62px;
    gap: 34px;
  }

  .contact-intro h2 { font-size: 2.2rem; }

  .contact-phone {
    font-size: 2.35rem;
    text-decoration-thickness: 3px;
    text-underline-offset: 7px;
  }

  .contact-meta {
    margin-top: 34px;
    flex-direction: column;
    gap: 24px;
  }

  .contact-meta address { text-align: left; }

  .footer-inner {
    padding: 4px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .footer-note span {
    display: block;
    margin: 6px 0 0;
  }

  .site-footer nav {
    flex-wrap: wrap;
    gap: 16px 20px;
  }

  .legal-main { padding: 58px 0 82px; }
  .legal-hero h1 { font-size: 2.7rem; }
  .legal-section { padding: 25px 0 28px; }
  .legal-provider { padding: 24px 18px 27px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (forced-colors: active) {
  :focus-visible { outline: 3px solid Highlight; box-shadow: none; }
}
