@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'dw-icon';
  src: url('../fonts/dw-icon.woff2?1115') format('woff2');
  font-weight: normal;
  font-style: normal;
}

[class^="dw-i-"]:before, [class*=" dw-i-"]:before {
  font-family: "dw-icon";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align:top;
}

.dw-i-chevron-down-small:before { content: '\e800'; } /* '' */
.dw-i-chevron-down:before { content: '\e801'; } /* '' */
.dw-i-chevron-down-round:before { content: '\e802'; } /* '' */
.dw-i-chevron-down-small-round:before { content: '\e803'; } /* '' */
.dw-i-mail:before { content: '\e804'; } /* '' */
.dw-i-phone:before { content: '\e805'; } /* '' */
.dw-i-house:before { content: '\e806'; } /* '' */
.dw-i-clock:before { content: '\e807'; } /* '' */
.dw-i-star:before { content: '\e808'; } /* '' */
.dw-i-quote:before { content: '\e809'; } /* '' */
.dw-i-flower:before { content: '\e80a'; } /* '' */
.dw-i-check-circle:before { content: '\e80b'; } /* '' */
.dw-i-check-circle-round:before { content: '\e80c'; } /* '' */
.dw-i-arrow-down-round:before { content: '\e80d'; } /* '' */
.dw-i-arrow-down:before { content: '\e80e'; } /* '' */
.dw-i-solar-sun:before { content: '\e80f'; } /* '' */
.dw-i-coins-stack:before { content: '\e810'; } /* '' */
.dw-i-location-round:before { content: '\e812'; } /* '' */
.dw-i-location:before { content: '\e813'; } /* '' */
.dw-i-mouse:before { content: '\e814'; } /* '' */
.dw-i-heat-round:before { content: '\e818'; } /* '' */
.dw-i-heat:before { content: '\e819'; } /* '' */
.dw-i-oil-barrel-round:before { content: '\e81a'; } /* '' */
.dw-i-oil-barrel:before { content: '\e81b'; } /* '' */
.dw-i-fireplace-round:before { content: '\e81c'; } /* '' */
.dw-i-fireplace:before { content: '\e81d'; } /* '' */
.dw-i-wrench-round:before { content: '\e81e'; } /* '' */
.dw-i-wrench:before { content: '\e81f'; } /* '' */
.dw-i-instagram:before { content: '\e820'; } /* '' */
.dw-i-facebook-round:before { content: '\e821'; } /* '' */
.dw-i-facebook:before { content: '\e822'; } /* '' */
.dw-i-facebook-box:before { content: '\e823'; } /* '' */
.dw-i-linkedin-box:before { content: '\e825'; } /* '' */
.dw-i-linkedin:before { content: '\e826'; } /* '' */
.dw-i-whatsapp:before { content: '\e827'; } /* '' */
.dw-i-google:before { content: '\e828'; } /* '' */
.dw-i-youtube:before { content: '\e829'; } /* '' */
.dw-i-solar-sun-round:before { content: '\e82a'; } /* '' */
.dw-i-temperature:before { content: '\e82b'; } /* '' */
.dw-i-water-drop:before { content: '\e82c'; } /* '' */
.dw-i-lightning:before { content: '\e82d'; } /* '' */
.dw-i-calendar-round:before { content: '\e832'; } /* '' */
.dw-i-calendar:before { content: '\e833'; } /* '' */
.dw-i-phone-fill:before { content: '\e834'; } /* '' */

:root {
  --color-primary: #81b9c8;
  --color-primary-dark: #477985;
  --color-accent: #97312a;
  --color-stone: #5a5a51;
  --color-ink: #202827;
  --color-muted: #68706d;
  --color-paper: #ffffff;
  --color-soft: #eef7f8;
  --color-warm: #f8f4ef;
  --color-line: #d7e5e4;
  --shadow-card: 0 18px 46px rgba(31, 47, 48, 0.08);
  --nav-width: 304px;
  --max-width: 1200px;
  --radius: 8px;
  --header-height: 88px;
  --font-body: "Inter", Arial, Helvetica, sans-serif;
  --font-heading: "Poppins", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 22px);
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--color-ink);
  background:
    linear-gradient(90deg, rgba(129, 185, 200, 0.1), transparent 32rem),
    var(--color-paper);
  font-family: var(--font-body);
  line-height: 1.6;
}

button,
input,
select,
textarea {
  font-family: var(--font-body);
}

h1,
h2,
h3,
.hero h1,
.page-hero h1,
.section-heading h2,
.donation-section h2,
.contact-section h2,
.prose h3,
.mission-block h3,
.people-grid h3,
.statute-card h3,
.faq-intro h3,
.event-item h3,
.donation-aside h3,
.contact-card h3,
.info-card h3,
.legal-card h2,
.legal-card h3,
.site-footer .footer-link-title,
.section-title {
  font-family: var(--font-heading);
}
.section-title{
    margin-bottom: 20px;
    margin-top:0px;
}
body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

p {
  margin: 0;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 1000;
  width: auto;
  height: auto;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  clip: auto;
  color: #fff;
  background: var(--color-accent);
  border-radius: 6px;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100%;
  min-height: var(--header-height);
  background: rgba(249, 252, 252, 0.9);
  border-bottom: 0;
  backdrop-filter: blur(22px);
  box-shadow: 0 1px 0 rgba(16, 25, 24, 0.08);
  transition: background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  border-color: transparent;
  box-shadow: 0 14px 38px rgba(31, 47, 48, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 56px);
  max-width: var(--max-width);
  min-height: var(--header-height);
  margin: 0 auto;
  padding: 12px 0;
  gap: 22px;
}

.brand {
  display: block;
  flex: 0 1 320px;
  width: min(320px, 32vw);
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
}

.brand img {
  width: 100%;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  font-size: 15px;
  font-weight: 800;
}

.nav-item {
  position: relative;
}

.submenu-control {
  display: flex;
  align-items: center;
}

.site-nav a,
.submenu-toggle {
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  min-height: 40px;
  padding: 9px 0;
  border: 0;
  border-radius: 0;
  color: #424841;
  background: transparent;
  font: inherit;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: color 160ms ease;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.submenu-toggle:hover,
.submenu-toggle:focus-visible {
  color: var(--color-accent);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.has-submenu:hover .submenu-label,
.has-submenu:focus-within .submenu-label,
.has-submenu.is-hovering .submenu-label,
.has-submenu.is-open .submenu-label,
.has-submenu:hover .submenu-toggle,
.has-submenu:focus-within .submenu-toggle,
.has-submenu.is-hovering .submenu-toggle,
.has-submenu.is-open .submenu-toggle {
  color: var(--color-accent);
}

.has-submenu:hover .submenu-label::after,
.has-submenu:focus-within .submenu-label::after,
.has-submenu.is-hovering .submenu-label::after,
.has-submenu.is-open .submenu-label::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-nav a.is-active,
.submenu-toggle.is-active {
  color: var(--color-accent);
}

.submenu-toggle {
  justify-content: center;
  flex: 0 0 22px;
  width: 22px;
  min-width: 22px;
  padding: 0;
  margin-left: 2px;
}

.submenu-toggle::after {
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.has-submenu:hover .submenu-toggle::after,
.has-submenu:focus-within .submenu-toggle::after,
.has-submenu.is-hovering .submenu-toggle::after,
.has-submenu.is-open .submenu-toggle::after {
  transform: translateY(2px) rotate(225deg);
}

.submenu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  display: grid;
  gap: 6px;
  min-width: 238px;
  max-height: none;
  padding: 10px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(129, 185, 200, 0.3);
  border-radius: 18px;
  box-shadow: 0 24px 64px rgba(31, 47, 48, 0.16);
  backdrop-filter: blur(18px);
  opacity: 0;
  overflow: visible;
  pointer-events: none;
  transform: translateY(-4px) scale(0.98);
  transform-origin: top left;
  transition: opacity 180ms ease, transform 180ms ease;
}

.has-submenu:hover .submenu,
.has-submenu:focus-within .submenu,
.has-submenu.is-hovering .submenu,
.has-submenu.is-open .submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.submenu a {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 0;
  font-size: 15px;
  white-space: normal;
}

.submenu a::after {
  right: 12px;
  bottom: 8px;
  left: 12px;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--color-ink);
  border: 1px solid rgba(129, 185, 200, 0.42);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 14px;
  box-shadow: 0 12px 26px rgba(31, 47, 48, 0.09);
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.menu-toggle:hover,
.menu-toggle:focus-visible,
.menu-toggle[aria-expanded="true"] {
  color: var(--color-accent);
  background: #fff;
  border-color: rgba(151, 49, 42, 0.3);
  box-shadow: 0 16px 30px rgba(31, 47, 48, 0.12);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 3px auto;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

main {
  overflow: hidden;
}

.section-inner {
  width: calc(100% - 56px);
  max-width: var(--max-width);
  margin: 0 auto;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, var(--max-width));
  justify-content: center;
  width: 100%;
  min-height: min(760px, calc(100svh - var(--header-height)));
  margin: 0;
  padding: clamp(72px, 9vw, 118px) 0 clamp(66px, 8vw, 104px);
  color: var(--color-ink);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 43%, rgba(255, 255, 255, 0.42) 68%, rgba(129, 185, 200, 0.1) 100%),
    linear-gradient(180deg, rgba(238, 247, 248, 0.36), rgba(255, 255, 255, 0.5));
}

.hero-media,
.hero-overlay {
  position: relative;
  inset: auto;
}

.hero-overlay {
  display: none;
}

.hero-media {
  display: none;
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  min-height: 560px;
  background: transparent;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
}

.hero-media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(129, 185, 200, 0.1), rgba(32, 40, 39, 0.32)),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18));
  border-radius: inherit;
  content: "";
}

.hero-content {
  grid-column: 1 / -1;
  grid-row: 1;
  display: grid;
  align-content: center;
  justify-self: center;
  min-width: 0;
  width: 100%;
  max-width: var(--max-width);
  margin: 0;
  padding: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 10px;
  padding: 0;
  color: var(--color-accent);
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  border-bottom-color: var(--color-accent);
  border-radius: 0;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow-light {
  color: #fff;
  background: transparent;
  border-bottom-color: currentColor;
}

.hero h1,
.page-hero h1,
.section-heading h2,
.donation-section h2,
.contact-section h2 {
  margin: 0;
  color: var(--color-ink);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 790px;
  font-size: 68px;
  overflow-wrap: break-word;
  hyphens: auto;
}

.hero-lede {
  max-width: 620px;
  margin-top: 22px;
  color: var(--color-accent);
  font-size: 33px;
  font-weight: 900;
  line-height: 1.16;
}

.hero-copy {
  max-width: 660px;
  margin-top: 16px;
  color: var(--color-stone);
  font-size: 17px;
}

.hero-actions,
.donation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 2px solid transparent;
  border-radius: var(--radius);
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: var(--color-accent);
}

.button-secondary {
  color: var(--color-accent);
  background: #fff;
  border-color: rgba(151, 49, 42, 0.28);
}

.button-light {
  color: var(--color-accent);
  background: #fff;
}

.button-outline-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.62);
}

.intro-band {
  color: #123238;
  background: var(--color-primary);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  padding: 28px 0;
}

.intro-grid p {
  max-width: 820px;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.25;
}

.text-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--color-accent);
  font-weight: 900;
  text-decoration: none;
}

.text-link::after {
  width: 36px;
  height: 2px;
  margin-left: 10px;
  background: currentColor;
  content: "";
}

.page-hero {
  padding: clamp(70px, 10vw, 128px) 0 clamp(54px, 8vw, 90px);
  background:
    linear-gradient(90deg, rgba(129, 185, 200, 0.22), transparent 60%),
    var(--color-soft);
}

.page-hero-grid {
  display: block;
}

.page-hero h1 {
  max-width: 820px;
  font-size: 74px;
}

.page-hero p:not(.eyebrow) {
  max-width: 740px;
  margin-top: 20px;
  color: var(--color-stone);
  font-size: 18px;
}

.section {
  padding: clamp(74px, 10vw, 124px) 0;
}

.section-muted {
  background: var(--color-soft);
}

.section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 820px;
  margin: 0 auto clamp(34px, 5vw, 58px);
  text-align: center;
}

.section-heading.compact {
  max-width: 760px;
}

.section-heading .eyebrow {
  margin: 0;
}

.section-heading h2,
.donation-section h2,
.contact-section h2,
.section-title {
  color: var(--color-ink);
  font-size: 55px;
}

.section-heading p,
.contact-section p {
  max-width: 700px;
  margin-top: 4px;
  color: var(--color-muted);
  font-size: 17px;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.9fr);
  gap: clamp(30px, 5vw, 66px);
}

.split-layout.reverse {
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 0.92fr);
}

.prose {
  color: var(--color-stone);
  font-size: 16px;
}

.prose p + p,
.prose p + h3 {
  margin-top: 20px;
}

.prose h3,
.mission-block h3,
.people-grid h3,
.statute-card h3,
.faq-intro h3,
.event-item h3,
.donation-aside h3 {
  margin: 0 0 12px;
  color: var(--color-ink);
  font-size: 23px;
  line-height: 1.18;
}

.image-panel {
  margin: 0;
}

.image-panel img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
}

.image-panel figcaption {
  margin: 12px 0 0;
  color: var(--color-muted);
  font-size: 15px;
}

.mission-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(42px, 7vw, 78px);
}

.mission-block,
.people-grid article,
.faq-intro,
.event-item,
.contact-card,
.info-card,
.legal-card,
.statute-card,
.donation-aside,
.accordion-item {
  background: #fff;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
}

.mission-block,
.people-grid article,
.faq-intro,
.event-item,
.contact-card,
.info-card,
.legal-card,
.statute-card,
.donation-aside {
  padding: clamp(22px, 3vw, 30px);
}

.accent-block {
  background: var(--color-warm);
  border-color: rgba(151, 49, 42, 0.18);
}

.mission-block p {
  color: var(--color-stone);
}

.mission-block ul,
.split-layout ul,
.donation-aside ul,
.site-footer ul {
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.mission-block li,
.split-layout li,
.donation-aside li {
  position: relative;
  padding-left: 24px;
  color: var(--color-stone);
}

.mission-block li + li,
.split-layout li + li,
.donation-aside li + li {
  margin-top: 10px;
}

.mission-block li::before,
.split-layout li::before,
.donation-aside li::before {
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 9px;
  height: 9px;
  background: var(--color-primary);
  border-radius: 50%;
  content: "";
}

.milestone-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  counter-reset: milestone;
  padding: 0;
  margin: 0;
  list-style: none;
}

.milestone-list::before {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 176px;
  width: 2px;
  background: linear-gradient(180deg, var(--color-primary), rgba(151, 49, 42, 0.45));
  content: "";
}

.milestone-list li {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 36px;
  max-width: 100%;
  min-height: 0;
  padding: 0;
  background: transparent;
  border: 0;
  counter-increment: milestone;
}
/*
.milestone-list li:first-child {
  color: #fff;
}
*/
.milestone-list li::before {
  position: absolute;
  z-index: 1;
  top: 32px;
  left: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  color: #fff;
  background: var(--color-accent);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(151, 49, 42, 0.16);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  content: "";
}
/*
.milestone-list li:first-child::before {
  background: var(--color-accent);
  box-shadow: 0 0 0 5px rgba(151, 49, 42, 0.16);
}
*/

.milestone-list time {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 140px;
  min-height: 0;
  max-width: none;
  padding: 20px 0;
  color: var(--color-accent);
  background: transparent;
  border-radius: 0;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
  text-align: right;
}
/*
.milestone-list li:first-child time {
  color: var(--color-accent);
}*/

.milestone-list li > div {
  flex: 1 1 auto;
  min-width: 0;
  padding: 24px 28px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(129, 185, 200, 0.34);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(31, 47, 48, 0.065);
}
/*
.milestone-list li:first-child > div {
  background: var(--color-accent);
  border-color: transparent;
  box-shadow: 0 18px 42px rgba(151, 49, 42, 0.16);
}*/
/*
.milestone-list li:first-child h3,
.milestone-list li:first-child p {
  color: #fff;
}*/

.milestone-list h3 {
  margin: 0;
  color: var(--color-ink);
  font-size: 17px;
  line-height: 1.2;
  overflow-wrap: break-word;
}

.milestone-list p {
  margin-top: 8px;
  color: var(--color-stone);
  font-size: 15px;
  line-height: 1.45;
  overflow-wrap: break-word;
}

.people-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(42px, 7vw, 78px);
}

.people-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.people-list li + li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--color-line);
}

.people-list strong,
.people-list span {
  display: block;
}

.people-list span {
  margin-top: 3px;
  color: var(--color-muted);
  font-size: 15px;
  line-height: 1.45;
}

.legacy-note {
  background: var(--color-soft) !important;
}

.legacy-image {
  margin: 0 0 18px;
}

.legacy-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius);
}

.legacy-note p {
  color: var(--color-stone);
}

.statute-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(30px, 6vw, 76px);
}

.statute-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 24px;
}

.statute-card img {
  width: 96px;
  height: 96px;
}

.statute-card p {
  color: var(--color-stone);
}

.statute-card .button {
  margin-top: 22px;
}

.donation-section {
  padding: clamp(78px, 9vw, 118px) 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(151, 49, 42, 0.96), rgba(151, 49, 42, 0.84));
}

.donation-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  align-items: center;
  gap: clamp(30px, 6vw, 76px);
}

.donation-section h2 {
  max-width: 790px;
  color: #fff;
}

.donation-section p {
  max-width: 720px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
}

.donation-aside {
  color: var(--color-ink);
}

.donation-aside h3 {
  color: var(--color-accent);
}

#faq {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(129, 185, 200, 0.2), transparent 34rem),
    linear-gradient(180deg, #fff, var(--color-soft));
}

#faq::before {
  position: absolute;
  top: 10%;
  right: -8rem;
  width: 24rem;
  height: 24rem;
  background: rgba(129, 185, 200, 0.16);
  border-radius: 50%;
  content: "";
}

#faq .section-inner {
  position: relative;
  z-index: 1;
}

#faq .section-heading {
  align-items: center;
  max-width: 900px;
}

#faq .section-heading h2 {
  max-width: 680px;
}

#faq .section-heading p {
  max-width: 680px;
  padding-bottom: 0;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: calc(var(--header-height) + 24px);
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(151, 49, 42, 0.97), rgba(90, 90, 81, 0.94)),
    var(--color-accent);
  border-color: transparent;
  box-shadow: 0 22px 54px rgba(67, 43, 40, 0.18);
}

.faq-intro::after {
  position: absolute;
  right: -22px;
  bottom: -48px;
  color: rgba(255, 255, 255, 0.1);
  font-size: 160px;
  font-weight: 900;
  line-height: 1;
  content: "?";
}

.faq-intro h3 {
  position: relative;
  z-index: 1;
  color: #fff;
}

.faq-intro p {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.84);
}

.faq-intro .text-link {
  position: relative;
  z-index: 1;
  margin-top: 26px;
  color: #fff;
}

.accordion {
  display: grid;
  gap: 14px;
}

.accordion-item {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(129, 185, 200, 0.34);
  box-shadow: 0 10px 28px rgba(31, 47, 48, 0.055);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.accordion-item::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--color-primary);
  content: "";
  opacity: 0;
  transition: opacity 160ms ease;
}

.accordion-item:hover,
.accordion-item:focus-within {
  border-color: rgba(151, 49, 42, 0.28);
  box-shadow: 0 14px 34px rgba(31, 47, 48, 0.085);
}

.accordion-item.is-open {
  background: #fff;
  border-color: rgba(151, 49, 42, 0.34);
  box-shadow: 0 18px 42px rgba(31, 47, 48, 0.095);
}

.accordion-item.is-open::before {
  background: var(--color-accent);
  opacity: 1;
}

.accordion-trigger {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
  gap: 20px;
  align-items: center;
  min-height: 76px;
  padding: 20px 22px 20px 28px;
  color: var(--color-ink);
  font-weight: 900;
  line-height: 1.32;
  cursor: pointer;
  outline: 0;
}


.accordion-title {
  display: block;
}

.accordion-icon {
  display: inline-grid;
  place-self: center;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--color-accent);
  background: rgba(151, 49, 42, 0.075);
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  transition: transform 160ms ease, color 160ms ease, background-color 160ms ease;
}

.accordion-item.is-open .accordion-trigger {
  color: var(--color-accent);
}

.accordion-item.is-open .accordion-icon {
  color: #fff;
  background: var(--color-accent);
  transform: rotate(180deg);
}

.accordion-panel {
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    max-height 280ms ease,
    opacity 220ms ease,
    transform 220ms ease;
}

.accordion-item.is-open .accordion-panel {
  max-height: var(--accordion-panel-height, 520px);
  opacity: 1;
  transform: translateY(0);
}

.accordion-panel p {
  max-width: 760px;
  padding: 0 82px 26px 28px;
  color: var(--color-stone);
}

#termine {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(129, 185, 200, 0.18), transparent 30rem),
    var(--color-soft);
}

#termine::after {
  position: absolute;
  right: -7rem;
  bottom: -9rem;
  width: 24rem;
  height: 24rem;
  background: rgba(151, 49, 42, 0.08);
  border-radius: 50%;
  content: "";
}

.events-layout {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 4vw, 46px);
}

#termine .section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

#termine .section-heading .eyebrow {
  margin: 0;
}

#termine .section-heading p {
  max-width: 680px;
}

.event-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.event-item {
  position: relative;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  padding: 0;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(129, 185, 200, 0.34);
  border-radius: var(--radius);
  box-shadow: 0 16px 36px rgba(31, 47, 48, 0.07);
}
a.event-item{
	text-decoration: none;
}
a.event-item:hover{
	border-color: #c7352d;
}


.event-item::after {
  position: absolute;
  inset: 0 0 0 auto;
  width: 5px;
  background: var(--color-accent);
  content: "";
  opacity: 0;
  transition: opacity 160ms ease;
}

.event-item:hover::after,
.event-item:focus-within::after {
  opacity: 1;
}

.event-item .event-date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 128px;
  min-height: 132px;
  padding: 18px 14px;
  color: var(--color-primary-dark);
  background:
    linear-gradient(180deg, rgba(129, 185, 200, 0.22), rgba(255, 255, 255, 0.88)),
    var(--color-soft);
  border-right: 1px solid var(--color-line);
  border-radius: 0;
  font-weight: 900;
  line-height: 1.08;
  text-align: center;
}

.event-item .event-date::first-line {
  font-size: 21px;
}

.event-item .event-title {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 24px 28px;
}

.event-item h3 {
  margin: 0;
  color: var(--color-ink);
  font-size: 23px;
  line-height: 1.18;
}

.event-item p {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0;
  padding: 6px 10px;
  color: var(--color-accent);
  background: rgba(151, 49, 42, 0.08);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
}

.contact-section {
  background: #fff;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(330px, 0.65fr);
  gap: clamp(30px, 6vw, 76px);
}

.contact-details {
  display: grid;
  gap: 7px;
  margin-top: 30px;
  color: var(--color-stone);
  font-style: normal;
}

.contact-details strong {
  max-width: 520px;
  color: var(--color-ink);
  line-height: 1.35;
}

.contact-details a {
  width: fit-content;
  color: var(--color-accent);
  font-weight: 900;
  text-decoration: none;
}

.contact-details a:hover,
.contact-details a:focus-visible {
  text-decoration: underline;
}

.contact-card {
  display: grid;
  align-content: center;
  gap: 18px;
  background: var(--color-soft);
}

.contact-card h3,
.info-card h3,
.legal-card h2,
.legal-card h3 {
  margin: 0;
  color: var(--color-ink);
}

.contact-card p,
.info-card p,
.legal-card p,
.legal-card li {
  color: var(--color-stone);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.contact-form {
  display: grid;
  gap: 14px;
  margin-top: 8px;
}

.contact-form label {
  display: grid;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #cbd8d7;
  border-radius: var(--radius);
  padding: 14px 15px;
  color: var(--color-ink);
  background: #fff;
  font: inherit;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--color-muted);
  opacity: 1;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
}

.checkbox-field {
  position: relative;
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  width: fit-content;
  color: var(--color-stone);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
}

.checkbox-control {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid rgba(129, 185, 200, 0.75);
  border-radius: 6px;
  box-shadow: inset 0 0 0 2px #fff;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.checkbox-control::after {
  width: 7px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
  opacity: 0;
  transform: translateY(-1px) rotate(45deg) scale(0.7);
  transition: opacity 160ms ease, transform 160ms ease;
}

.checkbox-field input:checked + .checkbox-control {
  background: var(--color-accent);
  border-color: var(--color-accent);
  box-shadow: 0 8px 20px rgba(151, 49, 42, 0.18);
}

.checkbox-field input:checked + .checkbox-control::after {
  opacity: 1;
  transform: translateY(-1px) rotate(45deg) scale(1);
}

.checkbox-field input:focus-visible + .checkbox-control {
  outline: 3px solid rgba(129, 185, 200, 0.38);
  outline-offset: 3px;
}

.checkbox-field a {
  color: var(--color-accent);
  font-weight: 900;
  text-decoration: none;
}

.checkbox-field a:hover,
.checkbox-field a:focus-visible {
  text-decoration: underline;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(129, 185, 200, 0.34);
  border-color: var(--color-primary-dark);
}

.contact-form .button {
  width: fit-content;
}

.contact-page-section {
  background:
    linear-gradient(135deg, rgba(129, 185, 200, 0.18), transparent 34rem),
    #fff;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.12fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: start;
}

.contact-info-card {
  top: calc(var(--header-height) + 24px);
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(151, 49, 42, 0.97), rgba(90, 90, 81, 0.96)),
    var(--color-accent);
  border-color: transparent;
  box-shadow: 0 22px 54px rgba(67, 43, 40, 0.18);
}

.contact-info-card::after {
  position: absolute;
  right: -34px;
  bottom: -46px;
  color: rgba(255, 255, 255, 0.08);
  font-size: 160px;
  font-weight: 900;
  line-height: 1;
  content: "@";
}

.contact-info-card h2,
.contact-info-card p {
  position: relative;
  z-index: 1;
  color: #fff;
}
.contact-info-card h2{
    margin: 0;
}

.contact-info-card p {
  color: rgba(255, 255, 255, 0.84);
}

.contact-methods {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: 8px;
  font-style: normal;
}

.contact-method {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  text-decoration: none;
}

.contact-method-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--color-accent);
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
}

.contact-method strong,
.contact-method span span {
  display: block;
}

.contact-method strong {
  color: #fff;
  line-height: 1.2;
}

.contact-method span span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.82);
  overflow-wrap: anywhere;
}

a.contact-method:hover,
a.contact-method:focus-visible {
  background: rgba(255, 255, 255, 0.16);
}

.contact-form-card {
  box-shadow: 0 18px 44px rgba(31, 47, 48, 0.08);
}

.info-grid,
.legal-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.info-grid {
  align-items: start;
}

.info-card {
  display: grid;
  gap: 14px;
}

.info-card .button {
  width: fit-content;
  margin-top: 4px;
}

.legal-layout {
  grid-template-columns: minmax(240px, 0.36fr) minmax(0, 1fr);
  align-items: start;
}

.legal-layout-single {
  grid-template-columns: minmax(0, 1fr);
}

.legal-nav {
  position: sticky;
  top: calc(var(--header-height) + 24px);
  display: grid;
  gap: 8px;
  padding: 20px;
  background: var(--color-soft);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
}

.legal-nav a {
  color: var(--color-accent);
  font-weight: 900;
  text-decoration: none;
}

.legal-nav a:hover,
.legal-nav a:focus-visible {
  text-decoration: underline;
}

.legal-content {
  display: grid;
  gap: 18px;
}

.legal-card h2 {
  margin-bottom: 14px;
}

.legal-card h3 {
  margin-top: 20px;
  font-size: 17px;
}

.legal-card p + p,
.legal-card ul + p,
.legal-card p + ul {
  margin-top: 12px;
}

.legal-card ul {
  padding-left: 1.2rem;
  margin: 12px 0 0;
}

.legal-card address {
  display: grid;
  gap: 6px;
  color: var(--color-stone);
  font-style: normal;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: clamp(42px, 6vw, 64px) 0;
  color: rgba(255, 255, 255, 0.86);
  background:
    linear-gradient(135deg, rgba(151, 49, 42, 0.22), transparent 34rem),
    linear-gradient(180deg, #2a0d0b, #130504);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.045), transparent 46%);
  content: "";
  pointer-events: none;
}

.footer-grid {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(24px, 4.5vw, 56px);
}

.footer-logo {
  width: min(320px, 100%);
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.footer-brand-area {
  flex: 1 1 410px;
  min-width: 0;
}

.footer-partners {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  max-width: 470px;
  padding: 16px 0 0;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.86);
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  line-height: 1.2;
}

.footer-partners strong {
  flex: 0 0 auto;
  color: #fff;
  font-weight: 900;
}

.partner-logos {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 6px;
}

.partner-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 9px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  backdrop-filter: blur(10px);
}

.partner-badge small {
  display: block;
  margin-left: 4px;
  font-size: 7px;
  font-weight: 700;
}

.partner-ddg,
.partner-bvkd {
  color: #ffd0b3;
}

.partner-foerder,
.partner-niedersachsen {
  color: #bfeaf3;
}

.partner-stiftung {
  color: #d7edf2;
}

.site-footer p {
  margin: 0;
}

.site-footer .footer-link-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer .footer-link-title::after {
  display: inline-block;
  width: 34px;
  height: 2px;
  background: var(--color-primary);
  border-radius: 999px;
  content: "";
}

.footer-contact {
  flex: 0 1 360px;
  min-width: 260px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.footer-contact .footer-contact-wrap {
  display: grid;
  gap: 20px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-style: normal;
  line-height: 1.25;
}

.footer-contact p {
  display: grid;
  gap: 1px;
}

.footer-contact a {
  width: fit-content;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
}

.footer-contact-text {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.footer-contact-icon {
  display: inline-flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: var(--color-primary);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.footer-contact a.footer-contact-item {
  text-decoration: none;
}

.footer-contact a.footer-contact-item .footer-contact-text {
  margin-top: 7px;
}

.footer-contact a.footer-contact-item:hover .footer-contact-icon,
.footer-contact a.footer-contact-item:focus-visible .footer-contact-icon {
  color: #fff;
  background: rgba(129, 185, 200, 0.14);
  border-color: rgba(129, 185, 200, 0.42);
}

.footer-mail {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: inherit;
}

.site-footer li + li {
  margin-top: 9px;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #fff;
  text-decoration: none;
}

.footer-links {
  flex: 0 1 210px;
  min-width: 170px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.footer-links ul {
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  list-style: none;
}

.footer-links li {
  position: relative;
  padding-left: 18px;
}

.footer-links li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--color-primary);
  border-radius: 50%;
  content: "";
}

.legal-note {
  color: var(--color-muted);
  font-size: 15px;
}

@media (max-width: 1120px) {
  :root {
    --header-height: 78px;
  }

  html {
    scroll-padding-top: calc(var(--header-height) + 22px);
  }

  body {
    padding-left: 0;
  }

  body::before {
    position: fixed;
    inset: 0;
    z-index: 90;
    background: rgba(17, 24, 24, 0.56);
    opacity: 0;
    pointer-events: none;
    content: "";
    transition: opacity 180ms ease;
  }

  body.nav-open::before {
    opacity: 1;
    pointer-events: auto;
  }

  .site-header {
    min-height: var(--header-height);
  }

  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 28px);
    max-width: var(--max-width);
    min-height: var(--header-height);
    margin: 0 auto;
    padding: 10px 0;
    gap: 22px;
  }

  .brand {
    width: min(300px, 66vw);
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .menu-toggle {
    display: grid;
    flex: 0 0 46px;
    padding: 0;
  }

  .site-nav {
    position: fixed;
    top: calc(var(--header-height) + 10px);
    right: 14px;
    left: auto;
    z-index: 110;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    width: min(380px, calc(100vw - 28px));
    max-height: calc(100svh - var(--header-height) - 28px);
    height: auto;
    padding: 12px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid rgba(129, 185, 200, 0.38);
    border-radius: 22px;
    box-shadow: 0 30px 78px rgba(12, 19, 20, 0.32);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px) scale(0.98);
    transform-origin: top right;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav-item {
    width: 100%;
  }

  .submenu-control {
    width: 100%;
  }

  .site-nav a,
  .submenu-toggle {
    width: 100%;
    min-height: 52px;
    padding: 13px 14px;
    border-radius: 14px;
    font-size: 16px;
  }

  .site-nav a::after {
    right: auto;
    left: 14px;
    width: 42px;
  }

  .submenu-control .submenu-label {
    flex: 1 1 auto;
    width: auto;
    border-radius: 14px 0 0 14px;
  }

  .submenu-control .submenu-toggle {
    flex: 0 0 52px;
    width: 52px;
    min-width: 52px;
    padding: 0;
    border-radius: 0 14px 14px 0;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .submenu {
    position: static;
    min-width: 0;
    max-height: 0;
    padding: 0 0 0 14px;
    margin: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    overflow: hidden;
    pointer-events: auto;
    transform: none;
    transition: max-height 180ms ease, padding 180ms ease;
  }

  .has-submenu.is-open .submenu {
    max-height: 190px;
    padding: 6px 0 8px 14px;
  }

  .submenu a {
    min-height: 42px;
    padding: 10px 12px;
    background: transparent;
    border-radius: 12px;
    font-size: 15px;
  }

  .submenu a::after {
    right: auto;
    left: 12px;
    width: 34px;
  }

  .section-inner,
  .hero-content {
    width: calc(100% - 28px);
    max-width: var(--max-width);
  }

  .hero,
  .mission-grid,
  .people-grid,
  .donation-grid,
  .faq-layout,
  .contact-grid,
  .contact-page-grid,
  .info-grid,
  .legal-layout,
  .statute-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 52%, rgba(255, 255, 255, 0.48) 100%),
      linear-gradient(180deg, rgba(238, 247, 248, 0.42), rgba(255, 255, 255, 0.62));
  }

  .hero-media,
  .hero-content {
    grid-column: auto;
    grid-row: auto;
  }

  .hero-media {
    min-height: 420px;
    order: 2;
  }

  .hero-content {
    order: 1;
  }

  .split-layout,
  .split-layout.reverse {
    grid-template-columns: 1fr;
  }

  .split-layout.reverse .image-panel {
    order: 2;
  }

  .split-layout.reverse .prose {
    order: 1;
  }

  .section-heading {
    gap: 8px;
  }

  #faq .section-heading {
    align-items: center;
  }

  #faq .section-heading p {
    padding-bottom: 0;
  }

  .faq-intro {
    position: static;
  }

  .legal-nav {
    position: static;
  }

  .contact-info-card {
    position: relative;
    top: auto;
  }

  .footer-grid {
    flex-direction: column;
    gap: 22px;
  }

  .footer-brand-area,
  .footer-contact,
  .footer-links {
    flex: 0 1 auto;
    width: 100%;
    max-width: 520px;
  }

  .footer-contact,
  .footer-links {
    padding: 0;
  }
}

@media (max-width: 680px) {
  body {
    overflow-x: hidden;
  }

  .section-inner,
  .hero-content {
    width: calc(100% - 32px);
    max-width: var(--max-width);
  }

  .brand {
    width: min(250px, 66vw);
  }

  .hero {
    padding: 50px 0 58px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.94) 58%, rgba(255, 255, 255, 0.72) 100%);
  }

  .hero h1 {
    font-size: 39px;
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .hero-lede {
    font-size: 23px;
    overflow-wrap: break-word;
  }

  .hero-media {
    min-height: 310px;
  }

  .intro-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .section,
  .page-hero {
    padding: 62px 0;
  }

  .section-heading h2,
  .donation-section h2,
  .contact-section h2,
  .page-hero h1,
  .section-title {
    font-size: 41px;
  }

  .site-footer {
    padding: 36px 0;
  }

  .footer-grid {
    gap: 18px;
  }

  .footer-partners {
    flex-direction: column;
    gap: 10px;
  }

  .partner-logos {
    width: 100%;
  }

  .footer-contact,
  .footer-links {
    min-width: 0;
    padding: 0;
  }

  .image-panel img {
    aspect-ratio: 1 / 0.82;
  }

  .milestone-list {
    gap: 14px;
  }

  .milestone-list::before {
    left: 12px;
  }

  .milestone-list li {
    flex-direction: column;
    gap: 8px;
    min-height: 0;
    padding-left: 0;
  }

  .milestone-list li::before {
    top: 20px;
    left: 12px;
    width: 10px;
    height: 10px;
    border-width: 0;
    font-size: 0;
  }

  .milestone-list time {
    justify-content: flex-start;
    flex-basis: auto;
    padding: 11px 0 0 40px;
    text-align: left;
  }

  .milestone-list li > div {
    width: calc(100vw - 64px);
    max-width: calc(100vw - 64px);
    padding: 20px;
  }

  .event-item {
    flex-direction: column;
  }

  .event-item .event-date {
    flex-basis: auto;
    min-height: 0;
    padding: 14px;
    border-right: 0;
    border-bottom: 1px solid var(--color-line);
  }

  .event-item .event-title {
    padding: 20px;
  }

  .contact-method {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 12px;
  }

  .contact-method-icon {
    width: 38px;
    height: 38px;
  }

  .statute-card {
    grid-template-columns: 1fr;
  }

  .statute-card img {
    width: 92px;
    height: 92px;
  }

  .accordion-trigger {
    grid-template-columns: minmax(0, 1fr) 34px;
    gap: 12px;
    min-height: 72px;
    padding: 16px 14px 16px 18px;
  }

  .accordion-icon {
    width: 34px;
    height: 34px;
    font-size: 19px;
  }

  .accordion-panel p {
    padding: 0 16px 20px 18px;
  }
}

/* Modern visual refresh */
:root {
  --color-ink: #17211f;
  --color-muted: #626b66;
  --color-paper: #fbfcfb;
  --color-soft: #eef7f8;
  --color-warm: #f7f3ee;
  --color-line: #dbe8e7;
  --radius: 18px;
  --radius-lg: 26px;
  --radius-xl: 34px;
  --shadow-card: 0 18px 54px rgba(31, 47, 48, 0.1);
  --shadow-soft: 0 10px 30px rgba(31, 47, 48, 0.07);
  --shadow-lift: 0 26px 70px rgba(31, 47, 48, 0.13);
}

body {
  background:
    linear-gradient(180deg, #f6fbfc 0%, #ffffff 34%, #f7f8f5 100%);
  color: var(--color-ink);
  font-size: 16px;
}

.site-header {
  background: rgba(251, 252, 251, 0.9);
  border-bottom: 0;
  box-shadow: 0 1px 0 rgba(16, 25, 24, 0.08);
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 42px rgba(31, 47, 48, 0.08);
}

.header-inner {
  gap: 34px;
}

.brand {
  flex-basis: 330px;
}

.site-nav {
  gap: 24px;
  font-size: 15px;
}

.site-nav a,
.submenu-toggle {
  color: #3d4743;
}

.site-nav a::after {
  height: 3px;
  bottom: 4px;
  color: var(--color-accent);
}

.submenu {
  top: calc(100% + 16px);
  padding: 14px;
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(129, 185, 200, 0.32);
  border-radius: 22px;
  box-shadow: var(--shadow-lift);
}

.submenu a {
  padding: 11px 12px;
}

.menu-toggle {
  border-radius: 16px;
}

.section-inner,
.hero-content {
  width: calc(100% - 64px);
  max-width: var(--max-width);
}

.hero {
  min-height: min(780px, calc(100svh - var(--header-height)));
  padding: clamp(45px, 10vw, 50px) 0 clamp(75px, 9vw, 90px);
  background:
    linear-gradient(90deg, rgba(251, 252, 251, 0.98) 0%, rgba(251, 252, 251, 0.91) 43%, rgba(251, 252, 251, 0.48) 70%, rgba(129, 185, 200, 0.12) 100%),
    linear-gradient(180deg, rgba(238, 247, 248, 0.36), rgba(255, 255, 255, 0.18));
}

.hero-content {
  align-content: center;
}

.hero h1 {
  max-width: 820px;
  color: #17211f;
  font-size: 71px;
  line-height: 1.03;
}

.hero-lede {
  max-width: 700px;
  margin-top: 24px;
  color: var(--color-accent);
  font-size: 30px;
}

.hero-copy {
  max-width: 670px;
  margin-top: 18px;
  color: #404a46;
  font-size: 17px;
}

.eyebrow {
  padding: 0;
  color: var(--color-accent);
  -webkit-text-fill-color: var(--color-accent);
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  border-bottom-color: var(--color-accent);
  border-radius: 0;
  font-size: 17px;
}

.eyebrow-light {
  color: #fff;
  -webkit-text-fill-color: #fff;
  border-bottom-color: currentColor;
}

.button {
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(31, 47, 48, 0.08);
}

.button-primary {
  background: linear-gradient(135deg, var(--color-accent), #7f2721);
  box-shadow: 0 16px 34px rgba(151, 49, 42, 0.2);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(151, 49, 42, 0.24);
  box-shadow: 0 12px 30px rgba(31, 47, 48, 0.07);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
}

.intro-band {
  background:
    linear-gradient(135deg, #15363a, #2e5f66 58%, #81b9c8);
  color: #fff;
}

.intro-grid {
  padding: 34px 0;
}

.intro-grid p {
  color: #fff;
  font-size: 25px;
}

.intro-band .text-link {
  color: #fff;
}

.page-hero {
  padding: clamp(82px, 10vw, 132px) 0 clamp(58px, 7vw, 92px);
  background:
    linear-gradient(135deg, rgba(129, 185, 200, 0.18), rgba(255, 255, 255, 0.92) 46%, rgba(248, 244, 239, 0.72)),
    var(--color-paper);
}

.page-hero h1 {
  max-width: 860px;
  font-size: 65px;
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  color: var(--color-muted);
  font-size: 18px;
}

.section {
  padding: clamp(84px, 10vw, 136px) 0;
}

.section-muted {
  background:
    linear-gradient(180deg, rgba(238, 247, 248, 0.78), rgba(255, 255, 255, 0.92));
}

.section-heading {
  max-width: 780px;
  margin-bottom: clamp(42px, 5vw, 70px);
}

.section-heading h2,
.donation-section h2,
.contact-section h2,
.section-title {
  font-size: 47px;
  line-height: 1.08;
}

.section-heading p,
.contact-section p {
  color: var(--color-muted);
  font-size: 17px;
  line-height: 1.7;
}

.split-layout,
.split-layout.reverse {
  gap: clamp(34px, 6vw, 84px);
}

.prose {
  color: #48514d;
  font-size: 17px;
  line-height: 1.78;
}

.image-panel img {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lift);
}

.image-panel figcaption {
  color: var(--color-muted);
  font-size: 15px;
}

.mission-grid,
.people-grid,
.info-grid {
  gap: 22px;
}

.mission-block,
.people-grid article,
.faq-intro,
.event-item,
.contact-card,
.info-card,
.legal-card,
.donation-aside,
.accordion-item {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(129, 185, 200, 0.28);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.mission-block,
.people-grid article,
.faq-intro,
.event-item,
.contact-card,
.info-card,
.legal-card,
.donation-aside {
  padding: clamp(24px, 3vw, 34px);
}

.mission-block:hover,
.people-grid article:hover,
.event-item:hover,
.info-card:hover,
.legal-card:hover,
.accordion-item:hover {
  box-shadow: var(--shadow-card);
}

.accent-block {
  background:
    linear-gradient(145deg, rgba(151, 49, 42, 0.08), rgba(255, 255, 255, 0.94));
  border-color: rgba(151, 49, 42, 0.2);
}

.mission-block li::before,
.split-layout li::before,
.donation-aside li::before {
  background: var(--color-accent);
}

.milestone-list {
  gap: 20px;
}

.milestone-list::before {
  left: 170px;
  background: linear-gradient(180deg, rgba(129, 185, 200, 0.35), rgba(151, 49, 42, 0.42));
}

.milestone-list li::before {
  left: 166px;
  width: 10px;
  height: 10px;
  background: var(--color-accent);
  border: 0;
  color: var(--color-accent);
  box-shadow: 0 0 0 5px rgba(151, 49, 42, 0.16);
}
/*
.milestone-list li:first-child::before {
  background: var(--color-accent);
  box-shadow: 0 0 0 5px rgba(151, 49, 42, 0.16);
}*/

.milestone-list time {
  color: var(--color-accent);
  font-size: 16px;
}

.milestone-list li > div {
  padding: 26px 30px;
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(129, 185, 200, 0.28);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}
/*
.milestone-list li:first-child > div {
  background:
    linear-gradient(135deg, var(--color-accent), #7e2822);
  box-shadow: 0 20px 46px rgba(151, 49, 42, 0.2);
}*/

.milestone-list h3 {
  font-size: 18px;
}

.donation-section {
  padding: clamp(86px, 10vw, 132px) 0;
  background:
    linear-gradient(115deg, rgba(23, 33, 31, 0.96), rgba(90, 90, 81, 0.9) 48%, rgba(151, 49, 42, 0.84));
}

.donation-grid {
  gap: clamp(34px, 6vw, 84px);
}

.donation-aside {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.44);
}

#faq {
  background:
    linear-gradient(180deg, #fff, rgba(238, 247, 248, 0.78));
}

#faq::before {
  display: none;
}

.faq-layout {
  grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 54px);
}

.faq-intro {
  background:
    linear-gradient(145deg, #1d3839, #5a5a51);
  box-shadow: var(--shadow-lift);
}

.faq-intro::after {
  right: -8px;
  bottom: -42px;
  opacity: 0.9;
}

.accordion {
  gap: 12px;
}

.accordion-item {
  overflow: hidden;
  border-radius: 20px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.accordion-item::before {
  width: 3px;
}

.accordion-item:hover {
  transform: translateY(-2px);
}

.accordion-item.is-open {
  background: #fff;
  border-color: rgba(151, 49, 42, 0.24);
  box-shadow: var(--shadow-card);
}

.accordion-trigger {
  min-height: 76px;
  padding: 20px 22px;
}

.accordion-title {
  font-size: 16px;
}

.accordion-icon {
  background: rgba(129, 185, 200, 0.14);
}

.accordion-item.is-open .accordion-icon {
  background: var(--color-accent);
}

.accordion-panel p {
  padding: 0 22px 24px;
}

#termine {
  background:
    linear-gradient(180deg, #ffffff, #f7f8f5);
}

#termine::after {
  display: none;
}

.events-layout {
  gap: clamp(28px, 4vw, 54px);
}

.event-list {
  gap: 16px;
}

.event-item {
  overflow: hidden;
  border-color: rgba(129, 185, 200, 0.28);
}

.event-item .event-date {
  background:
    linear-gradient(180deg, rgba(129, 185, 200, 0.18), rgba(255, 255, 255, 0.88));
  border-right-color: rgba(129, 185, 200, 0.26);
}

.event-item .event-title {
  padding: 26px 28px;
}

.contact-page-section {
  background:
    linear-gradient(180deg, #fff, rgba(238, 247, 248, 0.58));
}

.contact-page-grid,
.contact-grid {
  gap: clamp(24px, 4vw, 52px);
}

.contact-info-card {
  background:
    linear-gradient(145deg, #1b393c, #5a5a51);
  border-color: transparent;
  box-shadow: var(--shadow-lift);
}

.contact-method {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 18px;
}

.contact-method-icon {
  background: rgba(255, 255, 255, 0.96);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  min-height: 54px;
  background: #fff;
  border-color: rgba(129, 185, 200, 0.36);
  border-radius: 16px;
}

.contact-form textarea {
  min-height: 144px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px rgba(129, 185, 200, 0.2);
}

.checkbox-field {
  border-radius: 16px;
}

.legal-layout,
.legal-layout-single {
  gap: 24px;
}

.legal-card {
  padding: clamp(26px, 3vw, 38px);
}

.site-footer {
  padding: clamp(70px, 7vw, 76px) 0;
  background:
    linear-gradient(135deg, rgba(151, 49, 42, 0.24), transparent 42rem),
    linear-gradient(180deg, #2a0d0b, #130504);
}

.footer-grid {
  gap: clamp(28px, 5vw, 72px);
}

.footer-logo {
  width: min(340px, 100%);
}

.partner-badge {
  border-radius: 999px;
}

@media (max-width: 1120px) {
  .section-inner,
  .hero-content {
    width: calc(100% - 40px);
  }

  .site-nav {
    gap: 8px;
    background: #fff;
    border-radius: 22px;
  }

  .site-nav a::after {
    width: 42px;
  }

  .hero {
    padding: 76px 0 82px;
    background:
      linear-gradient(90deg, rgba(251, 252, 251, 0.98) 0%, rgba(251, 252, 251, 0.9) 58%, rgba(251, 252, 251, 0.68) 100%);
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero-lede {
    font-size: 25px;
  }

  .page-hero h1 {
    font-size: 50px;
  }

  .section-heading h2,
  .donation-section h2,
  .contact-section h2,
  .section-title {
    font-size: 41px;
  }

  .faq-layout,
  .contact-page-grid,
  .contact-grid,
  .donation-grid {
    gap: 28px;
  }
}

@media (max-width: 680px) {
  .section-inner,
  .hero-content {
    width: calc(100% - 32px);
  }

  .hero {
    padding: 58px 0 68px;
  }

  .hero h1 {
    font-size: 39px;
  }

  .section,
  .page-hero,
  .donation-section {
    padding: 66px 0;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .section-heading h2,
  .donation-section h2,
  .contact-section h2,
  .page-hero h1,
  .section-title {
    font-size: 35px;
  }

  .mission-block,
  .people-grid article,
  .faq-intro,
  .event-item,
  .contact-card,
  .info-card,
  .legal-card,
  .donation-aside {
    padding: 22px;
  }

  .milestone-list::before {
    left: 13px;
  }

  .milestone-list li::before {
    left: 13px;
    width: 10px;
    height: 10px;
  }

  .milestone-list li > div {
    width: 100%;
    max-width: 100%;
    padding: 22px;
  }

  .event-item .event-title {
    padding: 22px;
  }

  .accordion-trigger {
    min-height: 68px;
    padding: 18px;
  }

  .accordion-panel p {
    padding: 0 18px 22px;
  }
}

@media (max-width: 1120px) {
  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 46px;
    height: 46px;
    color: var(--color-ink);
    background: #fff;
    border: 1px solid rgba(129, 185, 200, 0.42);
    border-radius: 16px;
    box-shadow: 0 12px 26px rgba(31, 47, 48, 0.09);
  }

  .menu-toggle:hover,
  .menu-toggle:focus-visible {
    color: var(--color-accent);
    border-color: rgba(151, 49, 42, 0.3);
  }

  .menu-toggle[aria-expanded="true"] {
    color: #fff;
    background: var(--color-accent);
    border-color: var(--color-accent);
    box-shadow: 0 16px 34px rgba(151, 49, 42, 0.22);
  }

  .menu-toggle span:not(.sr-only) {
    width: 20px;
    height: 2px;
    margin: 0;
    background: currentColor;
    border-radius: 999px;
    transform-origin: center;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-nav {
    top: calc(var(--header-height) + 10px);
    right: 14px;
    left: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    width: min(380px, calc(100vw - 28px));
    max-height: calc(100svh - var(--header-height) - 28px);
    padding: 12px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid rgba(129, 185, 200, 0.38);
    border-radius: 22px;
    box-shadow: 0 30px 78px rgba(12, 19, 20, 0.32);
  }

  .submenu-control {
    width: 100%;
  }

  .submenu-control .submenu-label {
    flex: 1 1 auto;
    width: auto;
  }

  .submenu-control .submenu-toggle {
    flex: 0 0 52px;
    width: 52px;
    min-width: 52px;
    padding: 0;
  }

  .submenu {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
    max-height: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    overflow: hidden;
    pointer-events: auto;
    transform: none;
    transition: max-height 180ms ease, padding 180ms ease, margin 180ms ease;
  }

  .has-submenu.is-open .submenu {
    max-height: 140px;
    padding: 4px 0 6px 14px;
    margin-top: -2px;
  }

  .submenu a {
    min-height: 40px;
    padding: 8px 12px;
    background: transparent;
    border-radius: 0;
  }

  #faq {
    overflow: hidden;
  }

  #faq .section-inner,
  .faq-layout,
  .faq-intro,
  .accordion,
  .accordion-item {
    min-width: 0;
  }

  .faq-layout {
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: 100%;
  }

  .faq-intro {
    position: relative;
    top: auto;
    width: 100%;
  }

  .accordion {
    width: 100%;
  }

  .accordion-trigger {
    grid-template-columns: minmax(0, 1fr) 38px;
  }

  .accordion-title,
  .accordion-panel p {
    overflow-wrap: anywhere;
    hyphens: auto;
  }
}

@media (max-width: 680px) {
  #faq .section-heading {
    max-width: 100%;
    margin-bottom: 30px;
  }

  #faq .section-heading h2,
  #faq .section-heading p {
    max-width: 100%;
  }

  .faq-layout {
    gap: 18px;
  }

  .faq-intro {
    padding: 20px;
    border-radius: 22px;
  }

  .faq-intro::after {
    right: -4px;
    bottom: -34px;
    font-size: 112px;
  }

  .accordion {
    gap: 10px;
  }

  .accordion-item {
    border-radius: 18px;
  }

  .accordion-trigger {
    grid-template-columns: minmax(0, 1fr) 34px;
    gap: 12px;
    min-height: 64px;
    padding: 16px;
  }

  .accordion-icon {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }

  .accordion-panel p {
    padding: 0 16px 18px;
  }
}

/* Termine redesign */
#termine {
  background:
    linear-gradient(180deg, #ffffff 0%, rgba(238, 247, 248, 0.9) 100%);
}

#termine .events-layout {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

#termine .section-heading {
  align-items: center;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.event-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 22px;
}

.event-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex: 1 1 0;
  flex-direction: column;
  gap: 28px;
  min-width: 0;
  min-height: 260px;
  padding: 30px;
  overflow: hidden;
  color: var(--color-ink);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(129, 185, 200, 0.32);
  border-radius: 30px;
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.event-item::after {
  position: absolute;
  inset: 0 0 auto;
  width: auto;
  height: 5px;
  background: var(--color-primary);
  content: "";
  opacity: 1;
}

.event-item:hover,
.event-item:focus-within {
  border-color: rgba(151, 49, 42, 0.22);
  box-shadow: var(--shadow-card);
  transform: translateY(-4px);
}

.event-item .event-date {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
  min-height: 0;
  padding: 9px 13px;
  color: #2f6670;
  background: rgba(129, 185, 200, 0.14);
  border: 1px solid rgba(129, 185, 200, 0.34);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  flex-direction: row;
}

.event-item .event-date::before {
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 50%;
  content: "";
}

.event-item .event-title {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  padding: 0;
}

.event-item h3 {
  margin: 0;
  color: inherit;
  font-size: 24px;
  line-height: 1.2;
}

.event-item p {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0;
  padding: 8px 11px;
  color: var(--color-accent);
  background: rgba(151, 49, 42, 0.08);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
}

.event-item:first-child {
  color: #fff;
  background:
    linear-gradient(135deg, var(--color-accent), #5a5a51);
  border-color: transparent;
  box-shadow: 0 24px 60px rgba(88, 48, 44, 0.18);
}

.event-item:first-child::after {
  background: var(--color-primary);
}

.event-item:first-child .event-date,
.event-item:first-child p {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
}

@media (max-width: 680px) {
  #termine .events-layout {
    gap: 30px;
  }

  .event-list {
    flex-direction: column;
    gap: 16px;
  }

  .event-item {
    flex: 0 0 auto;
    min-height: 0;
    padding: 24px;
    border-radius: 24px;
  }

  .event-item .event-date {
    flex-basis: auto;
    min-height: 0;
    padding: 9px 13px;
    border-right: 1px solid rgba(129, 185, 200, 0.34);
    border-bottom: 1px solid rgba(129, 185, 200, 0.34);
  }

  .event-item:first-child .event-date {
    border-color: rgba(255, 255, 255, 0.22);
  }

  .event-item .event-title {
    padding: 0;
  }

  .event-item h3 {
    font-size: 21px;
  }
}

/* Termine list redesign */
#termine {
  background:
    linear-gradient(180deg, #ffffff 0%, rgba(238, 247, 248, 0.86) 100%);
}

#termine .events-layout {
  gap: 42px;
}

.event-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.event-list::before {
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 142px;
  width: 2px;
  background: linear-gradient(180deg, var(--color-primary), rgba(151, 49, 42, 0.34));
  content: "";
}

.event-item {
  position: relative;
  display: flex;
  align-items: stretch;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 34px;
  min-height: 0;
  padding: 0;
  color: var(--color-ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.event-item::after {
  position: absolute;
  top: 28px;
  left: 131px;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 7px solid var(--color-primary);
  border-radius: 50%;
  content: "";
  opacity: 1;
  box-shadow: 0 10px 24px rgba(31, 47, 48, 0.12);
}

.event-item:hover,
.event-item:focus-within {
  border-color: transparent;
  box-shadow: none;
  transform: none;
}

.event-item .event-date {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 112px;
  min-height: 0;
  padding: 26px 0;
  color: var(--color-accent);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
}

.event-item .event-date::before {
  display: none;
}

.event-item .event-title {
  flex: 1 1 auto;
  min-width: 0;
  padding: 24px 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(129, 185, 200, 0.32);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.event-item:hover div,
.event-item:focus-within div {
  border-color: rgba(151, 49, 42, 0.22);
  box-shadow: var(--shadow-card);
  transform: translateY(-2px);
}

.event-item h3 {
  margin: 0;
  color: var(--color-ink);
  font-size: 22px;
  line-height: 1.25;
}

.event-item p {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 12px;
  padding: 7px 10px;
  color: var(--color-accent);
  background: rgba(151, 49, 42, 0.08);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
}

.event-item:first-child {
  color: var(--color-ink);
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.event-item:first-child::after {
  border-color: var(--color-accent);
  background: #fff;
}

.event-item:first-child .event-date {
  color: var(--color-accent);
  background: transparent;
  border: 0;
}

.event-item:first-child p {
  color: var(--color-accent);
  background: rgba(151, 49, 42, 0.08);
  border: 0;
}

@media (max-width: 680px) {
  #termine .events-layout {
    gap: 30px;
  }

  .event-list {
    gap: 16px;
  }

  .event-list::before {
    left: 12px;
  }

  .event-item {
    flex-direction: column;
    gap: 8px;
    padding-left: 0;
  }

  .event-item::after {
    top: 12px;
    left: 0;
    width: 24px;
    height: 24px;
    border-width: 6px;
  }

  .event-item .event-date,
  .event-item:first-child .event-date {
    justify-content: flex-start;
    flex-basis: auto;
    padding: 12px 0 0 40px;
    border: 0;
    text-align: left;
  }

  .event-item .event-title {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
  }

  .event-item h3 {
    font-size: 20px;
  }
}

/* Termine simple list cards */
#termine {
  background:
    linear-gradient(180deg, #ffffff 0%, rgba(238, 247, 248, 0.82) 100%);
}

.event-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}

.event-list::before {
  display: none;
}

.event-item,
.event-item:first-child {
  display: flex;
  align-items: stretch;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  color: var(--color-ink);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(129, 185, 200, 0.32);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.event-item::after,
.event-item:first-child::after {
  display: none;
}

.event-item:hover,
.event-item:focus-within {
  border-color: rgba(151, 49, 42, 0.22);
  box-shadow: var(--shadow-card);
  transform: translateY(-2px);
}

.event-item .event-date,
.event-item:first-child .event-date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  min-height: 0;
  padding: 16px 24px;
  color: var(--color-accent);
  background: rgba(151, 49, 42, 0.06);
  border: 0;
  border-bottom: 1px solid rgba(151, 49, 42, 0.14);
  border-radius: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

.event-item .event-date::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background: var(--color-accent);
  border-radius: 50%;
  content: "";
}

.event-item .event-title {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  padding: 24px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.event-item:hover div,
.event-item:focus-within div {
  box-shadow: none;
  transform: none;
}

.event-item h3 {
  margin: 0;
  color: var(--color-ink);
  font-size: 22px;
  line-height: 1.25;
}

.event-item p,
.event-item:first-child p {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0;
  padding: 7px 10px;
  color: #2f6670;
  background: rgba(129, 185, 200, 0.14);
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
}

@media (max-width: 680px) {
  .event-list {
    gap: 14px;
  }

  .event-item,
  .event-item:first-child {
    border-radius: 20px;
  }

  .event-item .event-date,
  .event-item:first-child .event-date {
    padding: 14px 18px;
  }

  .event-item .event-title {
    padding: 20px;
  }

  .event-item h3 {
    font-size: 20px;
  }
}

/* Vivid visual layer */
:root {
  --color-primary: #16a7c5;
  --color-primary-dark: #086b80;
  --color-accent: #c7352d;
  --color-stone: #394640;
  --color-ink: #101918;
  --color-muted: #4e5f59;
  --color-paper: #fffdf8;
  --color-soft: #e5f8fc;
  --color-warm: #fff0df;
  --color-line: rgba(8, 107, 128, 0.2);
  --color-gold: #f3aa3d;
  --shadow-card: 0 22px 54px rgba(16, 25, 24, 0.13);
  --shadow-soft: 0 14px 34px rgba(16, 25, 24, 0.09);
  --shadow-lift: 0 32px 78px rgba(16, 25, 24, 0.18);
}

body {
  background:
    linear-gradient(180deg, #fffdf8 0%, #eefbff 44%, #fff6ea 100%),
    repeating-linear-gradient(135deg, rgba(22, 167, 197, 0.06) 0 1px, transparent 1px 34px);
}

.site-header {
  background: rgba(255, 253, 248, 0.92);
  border-bottom: 0;
  box-shadow: 0 1px 0 rgba(16, 25, 24, 0.1);
}

.site-header.is-scrolled {
  background: rgba(255, 253, 248, 0.97);
  box-shadow: 0 18px 44px rgba(16, 25, 24, 0.12);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active,
.submenu-toggle:hover,
.submenu-toggle:focus-visible,
.submenu-toggle.is-active {
  color: var(--color-accent);
}

.hero,
.page-hero,
.section,
.donation-section,
.contact-page-section {
  position: relative;
  isolation: isolate;
}

.hero,
.section,
.donation-section,
.contact-page-section {
  overflow: hidden;
}

.hero {
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.99) 0%, rgba(255, 253, 248, 0.91) 42%, rgba(255, 253, 248, 0.56) 66%, rgba(22, 167, 197, 0.2) 100%),
    linear-gradient(135deg, rgba(199, 53, 45, 0.24), transparent 44%);
}

.hero::before {
  position: absolute;
  top: 8%;
  right: -10%;
  z-index: -1;
  width: min(610px, 52vw);
  height: 78%;
  background:
    linear-gradient(135deg, rgba(22, 167, 197, 0.32), rgba(199, 53, 45, 0.18));
  clip-path: polygon(18% 0, 100% 10%, 84% 100%, 0 86%);
  content: "";
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 10px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-accent), var(--color-gold));
  content: "";
}

.hero-content,
.section > .section-inner,
.donation-section > .section-inner,
.contact-page-section > .section-inner {
  position: relative;
  z-index: 1;
}

.hero h1 {
  color: #0d1716;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.8);
}

.hero-lede {
  color: var(--color-accent);
}

.hero-copy,
.section-heading p,
.contact-section p,
.prose {
  color: var(--color-muted);
}

.eyebrow {
  color: var(--color-accent);
  -webkit-text-fill-color: var(--color-accent);
  border-bottom-color: var(--color-accent);
}

.button-primary {
  background: linear-gradient(135deg, #d63f35, #9f241f);
  box-shadow: 0 18px 38px rgba(199, 53, 45, 0.28);
}

.button-secondary {
  color: var(--color-accent);
  background: rgba(255, 253, 248, 0.92);
  border-color: rgba(199, 53, 45, 0.32);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--color-accent);
}

.intro-band {
  background:
    linear-gradient(100deg, #082f39 0%, #087b92 48%, #16a7c5 100%);
}

.intro-grid {
  position: relative;
}

.intro-grid::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(360px, 34vw);
  height: 100%;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0 2px, transparent 2px 18px);
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
  content: "";
  pointer-events: none;
}

.page-hero {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(22, 167, 197, 0.22), rgba(255, 253, 248, 0.96) 48%, rgba(255, 240, 223, 0.86));
}

.page-hero::before {
  position: absolute;
  top: 28px;
  right: -120px;
  z-index: -1;
  width: 460px;
  height: 230px;
  background: linear-gradient(135deg, rgba(199, 53, 45, 0.18), rgba(243, 170, 61, 0.2));
  clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 72%);
  content: "";
}

.section-muted {
  background:
    linear-gradient(180deg, #fffdf8 0%, #e5f8fc 100%);
}

.section-heading h2,
.donation-section h2,
.contact-section h2,
.page-hero h1,
.section-title {
  color: #0d1716;
}

.mission-block,
.people-grid article,
.faq-intro,
.event-item,
.contact-card,
.info-card,
.legal-card,
.donation-aside,
.accordion-item,
.contact-form-card {
  border-color: rgba(8, 107, 128, 0.24);
  box-shadow: var(--shadow-soft);
}

.mission-block:hover,
.people-grid article:hover,
.event-item:hover,
.info-card:hover,
.legal-card:hover,
.accordion-item:hover,
.contact-card:hover {
  box-shadow: var(--shadow-card);
}

.accent-block {
  background:
    linear-gradient(145deg, rgba(199, 53, 45, 0.12), rgba(255, 253, 248, 0.94));
  border-color: rgba(199, 53, 45, 0.28);
}

.donation-section {
  background:
    linear-gradient(105deg, rgba(20, 13, 12, 0.92) 0%, rgba(128, 30, 27, 0.88) 51%, rgba(22, 167, 197, 0.56) 100%);
}

.donation-section::before {
  position: absolute;
  top: -70px;
  right: -120px;
  z-index: 0;
  width: min(520px, 46vw);
  height: 300px;
  background: linear-gradient(135deg, rgba(243, 170, 61, 0.28), rgba(22, 167, 197, 0.2));
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 72%);
  content: "";
}

.donation-section .eyebrow,
.donation-section h2 {
  color: #fff;
  -webkit-text-fill-color: #fff;
  border-bottom-color: #fff;
}

.donation-aside {
  background: rgba(255, 253, 248, 0.96);
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 24px 62px rgba(20, 13, 12, 0.28);
}

.donation-aside h3 {
  color: var(--color-accent);
  font-size: 23px;
  line-height: 1.08;
}

.donation-aside p {
  max-width: none;
  color: var(--color-stone);
  font-size: 15px;
  line-height: 1.55;
}

.donation-contact-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 16px 0 24px;
}

.donation-contact-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--color-accent);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.donation-contact-links a span:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  color: #fff;
  background: var(--color-accent);
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
}

.donation-contact-links a:hover,
.donation-contact-links a:focus-visible {
  color: #8b211d;
}

.donation-aside li::before,
.mission-block li::before {
  background: var(--color-accent);
}

#faq {
  background:
    linear-gradient(180deg, #fffdf8 0%, #e5f8fc 100%);
}

#faq::before {
  display: block;
  top: 72px;
  left: -180px;
  right: auto;
  width: 520px;
  height: 430px;
  background: linear-gradient(135deg, rgba(22, 167, 197, 0.18), rgba(199, 53, 45, 0.13));
  border-radius: 0;
  clip-path: polygon(0 0, 86% 10%, 100% 84%, 12% 100%);
}

#faq::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: min(580px, 48vw);
  height: 220px;
  background:
    repeating-linear-gradient(135deg, rgba(199, 53, 45, 0.12) 0 2px, transparent 2px 18px);
  clip-path: polygon(22% 0, 100% 18%, 100% 100%, 0 100%);
  content: "";
  pointer-events: none;
}

.faq-intro {
  background:
    linear-gradient(145deg, #07323c 0%, #0b7186 54%, #c7352d 100%);
  box-shadow: var(--shadow-lift);
}

.accordion-item {
  background: rgba(255, 253, 248, 0.96);
  border: 1px solid rgba(8, 107, 128, 0.26);
}

.accordion-item.is-open {
  background: #fffdf8;
  border-color: rgba(199, 53, 45, 0.38);
}

.accordion-item::before {
  background: linear-gradient(180deg, var(--color-primary), var(--color-accent));
}

.accordion-icon {
  color: var(--color-accent);
  background: rgba(199, 53, 45, 0.1);
}

.accordion-item.is-open .accordion-icon {
  background: var(--color-accent);
}

#termine {
  background:
    linear-gradient(180deg, #fffdf8 0%, #f2fbfd 100%);
}

#termine::before {
  position: absolute;
  top: 42px;
  right: -160px;
  z-index: 0;
  width: 520px;
  height: 300px;
  background:
    repeating-linear-gradient(135deg, rgba(8, 107, 128, 0.08) 0 2px, transparent 2px 20px);
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 78%);
  content: "";
  opacity: 0.7;
  pointer-events: none;
}

#termine::after {
  display: none;
}

.event-item,
.event-item:first-child {
  background: rgba(255, 253, 248, 0.97);
  border-color: rgba(8, 107, 128, 0.16);
  box-shadow: 0 16px 38px rgba(8, 107, 128, 0.08);
}

.event-item .event-date,
.event-item:first-child .event-date {
  color: var(--color-accent);
  background: rgba(199, 53, 45, 0.055);
  border-bottom: 1px solid rgba(8, 107, 128, 0.12);
}

.event-item .event-date::before {
  background: currentColor;
}

.event-item p,
.event-item:first-child p {
  color: #075f72;
  background: rgba(22, 167, 197, 0.1);
}

#termine .events-layout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: clamp(34px, 6vw, 76px);
}

#termine .section-heading {
  align-items: flex-start;
  flex: 0 1 42%;
  max-width: 500px;
  margin: 0;
  text-align: left;
}

#termine .section-heading p {
  max-width: none;
}

.events-contact-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}

.events-contact-links a {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  color: var(--color-accent);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.events-contact-links a span:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  color: #fff;
  background: var(--color-accent);
  border-radius: 50%;
  font-size: 15px;
  line-height: 1;
}

.events-contact-links a:hover,
.events-contact-links a:focus-visible {
  color: #7f241f;
}

#termine .event-list {
  flex: 1 1 0;
  max-width: none;
  margin: 0;
}

@media (max-width: 900px) {
  #termine .events-layout {
    flex-direction: column;
    gap: 28px;
  }

  #termine .section-heading {
    flex-basis: auto;
    max-width: 720px;
  }

  #termine .event-list {
    width: 100%;
  }
}

.contact-page-section {
  background:
    linear-gradient(135deg, rgba(22, 167, 197, 0.16), rgba(255, 253, 248, 0.96) 52%, rgba(255, 240, 223, 0.78));
}

.contact-page-section::before {
  position: absolute;
  left: -140px;
  bottom: 80px;
  width: 440px;
  height: 260px;
  background: linear-gradient(135deg, rgba(199, 53, 45, 0.14), rgba(243, 170, 61, 0.18));
  clip-path: polygon(0 18%, 100% 0, 82% 100%, 12% 84%);
  content: "";
}

.contact-info-card {
  background:
    linear-gradient(145deg, #07323c 0%, #0b7186 52%, #c7352d 100%);
}

.contact-method {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.24);
}

.contact-method-icon {
  color: var(--color-accent);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  border-color: rgba(8, 107, 128, 0.24);
  background: #fffdf8;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px rgba(22, 167, 197, 0.18);
}

.site-footer {
  background:
    linear-gradient(135deg, rgba(199, 53, 45, 0.32), transparent 42rem),
    linear-gradient(180deg, #2b0807, #110202);
}

.footer-contact-icon {
  color: #8ee9fb;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
}

.partner-badge {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.18);
  font-size: 13px;
  line-height: 1.15;
}

.partner-badge small {
  display: inline;
  margin-left: 4px;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.page-hero {
  padding: clamp(62px, 8vw, 104px) 0;
}

.page-hero-grid {
  display: flex;
  justify-content: center;
  text-align: center;
}

.page-hero h1 {
  max-width: 900px;
  margin: 0 auto;
}

.legal-flow h2 {
  margin: 34px 0 12px;
  color: var(--color-ink);
  font-size: 26px;
  line-height: 1.25;
}

.legal-flow h2:first-child {
  margin-top: 0;
}

.legal-flow p {
  max-width: 820px;
  margin: 0;
  color: var(--color-stone);
  font-size: 17px;
  line-height: 1.75;
}

.legal-flow address {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
  color: var(--color-stone);
  font-style: normal;
  font-size: 17px;
  line-height: 1.65;
}

.legal-flow address strong {
  color: var(--color-ink);
}

.legal-flow a {
  width: fit-content;
  color: var(--color-accent);
  font-weight: 800;
  text-decoration: none;
}

/*
#faq {
  padding-bottom: 82px;
}*/

.faq-layout {
  display: flex;
  align-items: flex-start;
  gap: 46px;
}

.faq-copy {
  position: sticky;
  top: calc(var(--header-height) + 28px);
  flex: 0 1 38%;
  padding: 30px;
  color: var(--color-ink);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(129, 185, 200, 0.28);
  border-left: 6px solid var(--color-accent);
  border-radius: 24px;
  box-shadow: 0 22px 54px rgba(20, 13, 12, 0.08);
}

.faq-copy p {
  max-width: none;
  margin: 0 0 16px;
  color: var(--color-stone);
  font-size: 17px;
  line-height: 1.7;
}

.faq-copy p:last-child {
  margin-bottom: 0;
}

.faq-layout .accordion {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-layout .accordion-item {
  overflow: hidden;
  background: rgba(255, 253, 248, 0.98);
  border: 1px solid rgba(129, 185, 200, 0.3);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(20, 13, 12, 0.06);
}

.faq-layout .accordion-item::before {
  width: 0;
}

.faq-layout .accordion-item:hover,
.faq-layout .accordion-item:focus-within {
  border-color: rgba(151, 49, 42, 0.38);
  box-shadow: 0 18px 38px rgba(20, 13, 12, 0.09);
}

.faq-layout .accordion-item.is-open {
  background: #fffdf8;
  border-color: rgba(151, 49, 42, 0.48);
  box-shadow: 0 18px 42px rgba(20, 13, 12, 0.1);
}

.faq-layout .accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: auto;
  gap: 18px;
  padding: 20px 22px;
  color: var(--color-ink);
  font-size: 17px;
  line-height: 1.35;
}

.faq-layout .accordion-title {
  min-width: 0;
  overflow-wrap: anywhere;
}

.faq-layout .accordion-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  color: var(--color-accent);
  background: transparent;
  border: 1px solid rgba(151, 49, 42, 0.28);
  font-size: 19px;
}

.faq-layout .accordion-item.is-open .accordion-icon {
  color: #fff;
  background: var(--color-accent);
  border-color: var(--color-accent);
}

.faq-layout .accordion-panel p {
  max-width: none;
  margin: 0 0 12px;
  padding: 0 72px 0 22px;
  color: var(--color-stone);
  font-size: 16px;
  line-height: 1.65;
}

.faq-layout .accordion-panel p:last-child {
  margin-bottom: 0;
  padding-bottom: 22px;
}

.risk-test-section {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #fffdf8 0%, #f7eef0 100%);
}

.risk-test-section .section-inner {
  width: 100%;
  max-width: none;
}

.risk-test-strip {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  min-height: 112px;
  padding: 22px max(28px, calc((100% - var(--max-width)) / 2 + 28px));
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(105deg, #c7352d 0%, #b73335 48%, #f0a2aa 100%);
  border-radius: 0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -1px 0 rgba(71, 17, 14, 0.22),
    0 18px 44px rgba(151, 49, 42, 0.22);
}

.risk-test-strip::before,
.risk-test-strip::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.risk-test-strip::before {
  inset: 0;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0 2px, transparent 2px 18px);
  clip-path: polygon(76% 0, 100% 0, 100% 100%, 62% 100%);
  opacity: 0.55;
}

.risk-test-strip::after {
  top: -92px;
  left: max(18px, calc((100% - var(--max-width)) / 2 - 34px));
  width: 220px;
  height: 220px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.risk-test-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  color: var(--color-accent);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 20px;
  box-shadow: 0 16px 34px rgba(71, 17, 14, 0.18);
  font-size: 32px;
}

.risk-test-strip p {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
  text-wrap: balance;
}

.risk-test-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 132px;
  padding: 14px 24px;
  color: var(--color-accent);
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 16px 30px rgba(71, 17, 14, 0.18);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.risk-test-button:hover,
.risk-test-button:focus-visible {
  color: #fff;
  background: #7f241f;
  box-shadow: 0 18px 34px rgba(71, 17, 14, 0.24);
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .faq-layout {
    flex-direction: column;
    gap: 24px;
  }

  .faq-copy {
    position: relative;
    top: auto;
    width: 100%;
    padding: 24px;
  }

  .risk-test-strip {
    align-items: center;
    gap: 18px;
    padding: 22px 28px;
  }

  .risk-test-icon {
    flex-basis: 64px;
    width: 64px;
    height: 64px;
    border-radius: 18px;
    font-size: 29px;
  }

  .risk-test-strip p {
    font-size: 19px;
  }
}

@media (max-width: 680px) {
  body {
    overflow-x: hidden;
  }

  .hero::before {
    top: 18%;
    right: -34%;
    width: 82vw;
    height: 52%;
    opacity: 0.65;
  }

  .hero::after {
    height: 7px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: 34px;
    line-height: 1.08;
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .hero-lede {
    max-width: 100%;
    font-size: 24px;
    overflow-wrap: anywhere;
  }

  .hero-copy {
    max-width: 100%;
    font-size: 16px;
  }

  .intro-grid {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .intro-grid p {
    max-width: 100%;
    font-size: 24px;
    overflow-wrap: anywhere;
  }

  .button {
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  .donation-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .donation-actions .button {
    width: 100%;
  }

  .section-heading h2,
  .donation-section h2,
  .contact-section h2,
  .page-hero h1,
  .section-title {
    max-width: 100%;
    font-size: 32px;
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .section-heading p,
  .contact-section p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .faq-layout {
    display: flex;
    flex-direction: column;
  }

  .faq-copy {
    padding: 22px;
    border-radius: 18px;
  }

  .faq-copy p,
  .faq-layout .accordion-trigger,
  .faq-layout .accordion-panel p {
    font-size: 15px;
  }

  .faq-layout .accordion-trigger {
    padding: 17px 16px;
  }

  .faq-layout .accordion-panel p {
    padding-right: 16px;
    padding-left: 16px;
  }

  .risk-test-section {
    padding-bottom: 0;
  }

  #faq {
    padding-bottom: 58px;
  }

  .risk-test-strip {
    flex-wrap: wrap;
    gap: 14px;
    padding: 22px 18px;
    border-radius: 0;
  }

  .risk-test-icon {
    flex: 0 0 52px;
    align-self: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 25px;
  }

  .risk-test-strip p {
    flex: 1 1 calc(100% - 72px);
    font-size: 17px;
  }

  .risk-test-button {
    width: 100%;
    min-width: 0;
  }

  .intro-grid::after,
  #faq::after,
  #termine::before,
  .donation-section::before,
  .contact-page-section::before {
    display: none;
  }

  #faq::before {
    top: 180px;
    left: -240px;
    opacity: 0.75;
  }
}

/* HTML background layers */
.bg-layer {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
}

.section-gradient {
  z-index: 0;
}

.section-gradient::before,
.section-gradient::after {
  position: absolute;
  display: block;
  content: "";
  pointer-events: none;
}

.hero,
.intro-band,
.donation-section,
#faq,
#termine,
.risk-test-section,
.risk-test-strip,
.page-hero,
.contact-page-section,
.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.hero {
  background: #fffdf8;
  background-position: 82% center;
  background-repeat: no-repeat;
  background-size: cover;
}

.intro-band {
  background: #082f39;
}

.donation-section {
  background: #20100f;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#faq,
#termine,
.risk-test-section,
.page-hero,
.contact-page-section {
  background: #fffdf8;
}

.risk-test-strip {
  background: #c7352d;
}

.site-footer {
  background: #110202;
}

.hero-media,
.hero-overlay,
.hero::before,
.hero::after,
.intro-grid::after,
.donation-section::before,
#faq::before,
#faq::after,
#termine::before,
#termine::after,
.risk-test-strip::before,
.risk-test-strip::after,
.page-hero::before,
.contact-page-section::before,
.site-footer::before {
  display: none !important;
}

.hero-gradient {
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.99) 0%, rgba(255, 253, 248, 0.91) 42%, rgba(255, 253, 248, 0.56) 66%, rgba(22, 167, 197, 0.2) 100%),
    linear-gradient(135deg, rgba(199, 53, 45, 0.24), transparent 44%);
}

.hero-gradient::before {
  top: 8%;
  left: -10%;
  width: min(610px, 52vw);
  height: 78%;
  background: linear-gradient(135deg, rgba(22, 167, 197, 0.32), rgba(199, 53, 45, 0.18));
  /*clip-path: polygon(18% 0, 100% 10%, 84% 100%, 0 86%);*/
  border-radius:100%;
}


.hero-content {
  position: relative;
  z-index: 5;
}

.intro-band-gradient {
  background: linear-gradient(100deg, #082f39 0%, #087b92 48%, #16a7c5 100%);
}

.intro-band-gradient::after {
  right: 0;
  bottom: 0;
  width: min(360px, 34vw);
  height: 100%;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0 2px, transparent 2px 18px);
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
}

.intro-grid {
  position: relative;
  z-index: 2;
}

.donation-gradient {
  background: linear-gradient(105deg, rgba(20, 13, 12, 0.92) 0%, rgba(128, 30, 27, 0.88) 51%, rgba(22, 167, 197, 0.56) 100%);
}

.donation-gradient::after {
  top: -70px;
  right: -120px;
  width: min(520px, 46vw);
  height: 300px;
  background: linear-gradient(135deg, rgba(243, 170, 61, 0.28), rgba(22, 167, 197, 0.2));
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 72%);
}

.donation-grid,
#faq > .section-inner,
#termine > .section-inner,
.risk-test-section > .section-inner,
.page-hero-grid,
.contact-page-section > .section-inner,
.footer-grid {
  position: relative;
  z-index: 4;
}

.faq-gradient {
  background: linear-gradient(180deg, #fffdf8 0%, #e5f8fc 100%);
}

.faq-gradient::before {
  top: 72px;
  left: -180px;
  width: 520px;
  height: 430px;
  background: linear-gradient(135deg, rgba(22, 167, 197, 0.18), rgba(199, 53, 45, 0.13));
  clip-path: polygon(0 0, 86% 10%, 100% 84%, 12% 100%);
}

.faq-gradient::after {
  right: 0;
  bottom: 0;
  width: min(580px, 48vw);
  height: 220px;
  background: repeating-linear-gradient(135deg, rgba(199, 53, 45, 0.12) 0 2px, transparent 2px 18px);
  clip-path: polygon(22% 0, 100% 18%, 100% 100%, 0 100%);
}

.risk-test-gradient {
  background: linear-gradient(180deg, #fffdf8 0%, #f7eef0 100%);
}

.termine-gradient {
  background: linear-gradient(180deg, #fffdf8 0%, #f2fbfd 100%);
}

.termine-gradient::after {
  top: 42px;
  right: -160px;
  width: 520px;
  height: 300px;
  background: repeating-linear-gradient(135deg, rgba(8, 107, 128, 0.08) 0 2px, transparent 2px 20px);
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 78%);
  opacity: 0.7;
}

.risk-test-strip-gradient {
  background: linear-gradient(105deg, #c7352d 0%, #b73335 48%, #f0a2aa 100%);
}

.risk-test-strip-gradient::before {
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0 2px, transparent 2px 18px);
  clip-path: polygon(76% 0, 100% 0, 100% 100%, 62% 100%);
  opacity: 0.55;
}

.risk-test-strip-gradient::after {
  top: -92px;
  left: max(18px, calc((100% - var(--max-width)) / 2 - 34px));
  width: 220px;
  height: 220px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.risk-test-icon,
.risk-test-strip p,
.risk-test-button {
  position: relative;
  z-index: 2;
}

.page-hero-gradient {
  background: linear-gradient(135deg, rgba(22, 167, 197, 0.22), rgba(255, 253, 248, 0.96) 48%, rgba(255, 240, 223, 0.86));
}

.page-hero-gradient::before {
  top: 28px;
  right: -120px;
  width: 460px;
  height: 230px;
  background: linear-gradient(135deg, rgba(199, 53, 45, 0.18), rgba(243, 170, 61, 0.2));
  clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 72%);
}

.contact-page-gradient {
  background: linear-gradient(135deg, rgba(22, 167, 197, 0.16), rgba(255, 253, 248, 0.96) 52%, rgba(255, 240, 223, 0.78));
}

.contact-page-gradient::before {
  bottom: 80px;
  left: -140px;
  width: 440px;
  height: 260px;
  background: linear-gradient(135deg, rgba(199, 53, 45, 0.14), rgba(243, 170, 61, 0.18));
  clip-path: polygon(0 18%, 100% 0, 82% 100%, 12% 84%);
}

.footer-gradient {
  background:linear-gradient(360deg, rgba(199, 53, 45, 0.1), transparent 42rem), linear-gradient(
359deg, #2b0807, #110202);
}

.footer-gradient::before {
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.045), transparent 46%);
}

@media (max-width: 680px) {
  .hero-gradient::before {
    top: 18%;
    left: unset;
    right: -34%;
    width: 82vw;
    height: 52%;
    opacity: 0.65;
  }

  .hero-gradient::after {
    height: 7px;
  }

  .intro-band-gradient::after,
  .faq-gradient::after,
  .termine-gradient::after,
  .donation-gradient::after,
  .contact-page-gradient::before {
    display: none;
  }

  .faq-gradient::before {
    top: 180px;
    left: -240px;
    opacity: 0.75;
  }
}

.animation {
  opacity: 0;
  scale: 1;
  translate: 0 0;
  transition:
    opacity 520ms ease,
    translate 520ms ease,
    scale 520ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
  will-change: opacity, translate, scale;
}

.animation-fade-up {
  translate: 0 28px;
}

.animation-fade-down {
  translate: 0 -28px;
}

.animation-fade-left {
  translate: 32px 0;
}

.animation-fade-right {
  translate: -32px 0;
}

.animation-fade {
  translate: 0 0;
}

.animation-scale {
  scale: 0.96;
}

.animation.animated {
  opacity: 1;
  scale: 1;
  translate: 0 0;
}

@media (prefers-reduced-motion: reduce) {
  .animation {
    opacity: 1;
    scale: 1;
    translate: 0 0;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Formular Anfang */
:root{
	--form-border: #d6d6d6;
	--form-bg: white;
	--form-border-radius:8px;
	--form-primary: #c7352d;
	--form-primary-light: rgba(199,53,46,0.19);
	--form-buttontext:white;
	--form-buttonbg: #c7352d;
	--form-checkbg: #c7352d;
}
form label.form-label{
	display: none;
}
.captcha {margin-bottom: 0;}
.clearfix{
	margin-bottom: 0px;
	margin-top: 10px
}
.clearfix a{
	color:var(--form-primary);
	font-weight: 700;
	text-decoration: none;
}
form .captcha img {
	left: -2px;
  position: relative;
  border-left: 1px solid var(--form-border);
  border-radius: var(--form-border-radius) 0 0 var(--form-border-radius);
  display: inline-block;
	
	 } 

form .captcha {
    display: inline-block;
    margin-right: 0; /* Entferne den Abstand */
    border-right: none; /* Entferne den rechten Rand */
    border-radius: var(--form-border-radius) 0 0 var(--form-border-radius); /* Nur die linke Seite abrunden */
  top:-6px;
  position:relative;
}

form .captcha + input {
    display: inline-block;
    width: calc(100% - 93px); /* Berechne die Breite passend zum Captcha */
    margin-left: -4px; /* Entferne den Abstand durch negative Margin */
    border-left: none; /* Entferne den linken Rand */
    border-radius: 0 var(--form-border-radius) var(--form-border-radius) 0; /* Nur die rechte Seite abrunden */
  top: 0px;
  left: -2px;
  position: relative;
}

/* Gleicher Rahmen und Hintergrund für beide Elemente */
form .captcha, 
form .captcha + input {
    border: 1px solid var(--form-border);
  border-left: none;
    background-color: var(--form-bg);
    height: 45px; /* Gleiche Höhe für beide Felder */
    vertical-align: middle;
    box-sizing: border-box; /* Um sicherzustellen, dass padding und border berücksichtigt werden */
}
                            
input.checkbox-input {
    height: 21px;
    width: 21px;
    min-height: 21px;
    min-width: 21px;
    border: 1px solid var(--form-border);
    appearance: none;
    background: var(--form-bg);
    border-radius: 5px;
    margin: 0 10px 0 -30px;
    transition: all 0.2s ease;
	position: relative;
}

input.checkbox-input:checked {
    background: var(--form-checkbg);
    border-color: var(--form-checkbg);
    position: relative
}

input.checkbox-input:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m173.898%20439.404-166.4-166.4c-9.997-9.997-9.997-26.206%200-36.204l36.203-36.204c9.997-9.998%2026.207-9.998%2036.204%200L192%20312.69%20432.095%2072.596c9.997-9.997%2026.207-9.997%2036.204%200l36.203%2036.204c9.997%209.997%209.997%2026.206%200%2036.204l-294.4%20294.401c-9.998%209.997-26.207%209.997-36.204-.001%22%2F%3E%3C%2Fsvg%3E);
    background-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.5s cubic-bezier(.4,2,.5,.4)
}

input.checkbox-input:checked:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m173.898%20439.404-166.4-166.4c-9.997-9.997-9.997-26.206%200-36.204l36.203-36.204c9.997-9.998%2026.207-9.998%2036.204%200L192%20312.69%20432.095%2072.596c9.997-9.997%2026.207-9.997%2036.204%200l36.203%2036.204c9.997%209.997%209.997%2026.206%200%2036.204l-294.4%20294.401c-9.998%209.997-26.207%209.997-36.204-.001%22%2F%3E%3C%2Fsvg%3E);
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat
}

form h2, .control-label { display:none;}
form h2{
    display: block;
    margin-top: 0;
}

.checkbox-wrap {margin: 0px 0 0px 30px;display:block;}
input.form-control,
select.form-control,
textarea.form-control {
  appearance:none;
  background:var(--form-bg);
  border:1px solid var(--form-border);
  border-radius:var(--form-border-radius);
  margin: 0 0 12px 0;
  padding:12px 16px;
  height:auto;
  transition:all .2s ease;
  position:relative;
  flex-grow:1
}
.form-control,
.form-control {
  color:var(--form-text);
  vertical-align:middle;
  background-color:var(--form-bg);
  border:1px solid var(--form-border);
  width:100%;
  height:38px;
  margin-bottom:10px;
  padding:8px 12px;
  font-size:14px;
  line-height:1.42857;
  display:block
}
textarea.form-control {
  resize:vertical
}
input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus {
  border-color:var(--form-primary);
  box-shadow:0 0 0px 4px var(--form-primary-light)
}
button,
html input[type="button"],
input[type="reset"] {
  appearance:none;
  border:0
}
input {
  color:white;
  border:0;
  line-height:inherit;
  text-decoration:none;
  cursor:pointer;
  width:auto;
  max-width:100%
}
input:focus,
select:focus,
textarea:focus {
  outline:0
}
input {
  -webkit-appearance:button
}
form {
  width:100%
}
select.form-control {
  background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20392%20448%22%3E%3Cpath%20fill%3D%22%23373737%22%20d%3D%22m192%20284%20186-162q15-17%202-30-17-17-30-2L192%20228%2036%2090Q23%2075%206%2092q-14%2014%203%2030z%22%2F%3E%3C%2Fsvg%3E);
  background-size:16px;
  background-repeat:no-repeat;
  background-position:calc(100% - 16px) calc(50% + 3px)
}


.checkbox input {
  height:21px;
  width:21px;
  min-height:21px;
  min-width:21px;
  border:1px solid var(--form-border);
  appearance:none;
  background:var(--form-bg);
  border-radius:5px;
  margin:0 12px 0 -20px;
  transition:all .2s ease
}
.checkbox input:checked {
  background:var(--form-primary);
  border-color:var(--form-primary);
  position:relative
}
.checkbox input:after {
  content:'';
  position:absolute;
  height:100%;
  width:100%;
  background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m173.898%20439.404-166.4-166.4c-9.997-9.997-9.997-26.206%200-36.204l36.203-36.204c9.997-9.998%2026.207-9.998%2036.204%200L192%20312.69%20432.095%2072.596c9.997-9.997%2026.207-9.997%2036.204%200l36.203%2036.204c9.997%209.997%209.997%2026.206%200%2036.204l-294.4%20294.401c-9.998%209.997-26.207%209.997-36.204-.001%22%2F%3E%3C%2Fsvg%3E);
  background-size:0;
  background-position:center;
  background-repeat:no-repeat;
  transition:all .5s cubic-bezier(0.4,2,0.5,0.4)
}
.checkbox input:checked:after {
  content:'';
  position:absolute;
  height:100%;
  width:100%;
  background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m173.898%20439.404-166.4-166.4c-9.997-9.997-9.997-26.206%200-36.204l36.203-36.204c9.997-9.998%2026.207-9.998%2036.204%200L192%20312.69%20432.095%2072.596c9.997-9.997%2026.207-9.997%2036.204%200l36.203%2036.204c9.997%209.997%209.997%2026.206%200%2036.204l-294.4%20294.401c-9.998%209.997-26.207%209.997-36.204-.001%22%2F%3E%3C%2Fsvg%3E);
  background-size:14px;
  background-position:center;
  background-repeat:no-repeat
}
.checkbox-wrap .form-label{
	top: 0px;
	position: relative;
}
.form-check .form-label {
  line-height:1.4em;
  cursor:pointer;
}
button[type='submit'] {
  background-color:var(--form-buttonbg);
  padding:12px;
  border-radius:var(--form-border-radius);
  box-shadow:0 4px 5px -2px rgba(0,0,0,0.2),0 8px 13px -4px rgba(0,0,0,0.2);
  color:var(--form-buttontext);
  width: 100%;
}


@media (min-width: 768px) and (max-width: 1200px) {
                     
}                                   

/* Bootstramp */ 
/* Row */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* Column */
[class*="col-"] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/* Columns for all screen sizes */
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* Responsive Media Queries for different screen sizes */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
  @media screen and (max-width:700px){
	form .row{
		flex-direction: column;
	}
	.col-sm-6{
		max-width: 100%
	}
}
/* Formular Ende */

.donation-sub{
	color:var(--color-accent);
	margin-top: 10px;
	font-weight: 700;
	line-height: 130%;
}

.people-grid article ul{
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}
.people-grid article ul li{
	margin-bottom: 10px
}
.people-grid article ul li + li{
	padding-top: 10px;
	border-top: solid 1px rgb(217,217,217)
}
.donation-infos{
	background-color: rgba(255,255,255,0.1);
	border: solid 2px white;
	border-radius: 12px;
	padding: 16px;
	margin-top: 20px;
}
.donation-infos p{
	margin: 0;
	margin-bottom: 1em;
}
.image-panel figcaption{
	text-align: center;
}