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


.gw-live {
  position: fixed;
  inset: 0;
  z-index: 2147482000;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  background: #0a0f0b;
  color: #f4f3ec;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.gw-armed .gw-live { display: block; }
body.gw-armed { overflow: hidden; }
.gw-live *, .gw-live *::before, .gw-live *::after { box-sizing: border-box; margin: 0; padding: 0; }
.gw-live section { position: static; z-index: auto; }   
.gw-live p { font-family: inherit; }



.gw-close {
  
  position: absolute;
  top: calc(50% + 3px);    
  transform: translateY(-50%);
  right: calc(50% - 50vw + 18px);
  z-index: 2147483000;
  width: 40px;
  height: 40px;
  display: none;
  place-items: center;
  padding: 0;
  background: #0c0e12;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 0;
  line-height: 0;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.2s ease;
}
body.gw-armed .gw-close { display: grid; }
.gw-close:hover { border-color: rgba(255, 255, 255, 0.65); background: #161a21; }
.gw-close:active { transform: translateY(-50%) scale(0.95); }
.gw-close svg { display: block; }
@media (max-width: 900px) {
  
  body.gw-armed .gw-close {
    position: static;
    transform: none;
    width: 38px;
    height: 38px;
  }
  body.gw-armed .gw-close:active { transform: scale(0.95); }
}


.gw-navwrap {
  position: sticky;
  top: 16px;             
  z-index: 30;
  height: 0;             
  display: flex;
  justify-content: center;
  align-items: flex-start;   
  pointer-events: none;
}
.gw-nav {
  pointer-events: auto;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 36px;            
  margin-top: 10px;
  padding: 8px 20px;
  background: #f6f2e2;
  border: 1.6px solid #23301e;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.38), 0 1.5px 0 #23301e;
  transform: rotate(-0.4deg);
}
.gw-nav__brand {
  font-family: "Kalam", cursive;
  font-weight: 700;
  font-size: 17px;
  color: #23301e;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.2;
}
.gw-nav__brand em { font-style: italic; color: #4c6a44; }
.gw-nav__links { display: flex; gap: 4px; }
.gw-nav__links a {
  
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #2c3a26;
  text-decoration: none;
  white-space: nowrap;
  padding: 4px 9px 5px;
  border-radius: 8px;
  line-height: 1.3;
}
.gw-nav__links a:hover,
.gw-nav__links a:focus-visible {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 40' preserveAspectRatio='none'%3E%3Cpath d='M4 6 C 40 2, 100 1, 196 4 L 194 34 C 122 40, 50 41, 3 37 Z' fill='%23f0d95c' opacity='0.9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.gw-nav__burger { display: none; }
@media (max-width: 900px) {
  .gw-navwrap { top: 12px; }   
  .gw-nav { gap: 12px; padding: 7px 14px 7px 18px; }
  .gw-nav__burger {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 4.5px;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 8px 6px;
  }
  .gw-nav__burger span {
    width: 21px;
    height: 2.4px;
    background: #23301e;
    border-radius: 2px;
  }
  .gw-nav__burger span:nth-child(1) { transform: rotate(-3deg); }
  .gw-nav__burger span:nth-child(3) { transform: rotate(2deg); width: 17px; }
  .gw-nav__links {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%) rotate(-0.6deg);
    flex-direction: column;
    gap: 2px;
    background: #f6f2e2;
    border: 1.6px solid #23301e;
    border-radius: 16px;
    padding: 12px 18px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4), 0 1.5px 0 #23301e;
  }
  .gw-nav.is-open .gw-nav__links { display: flex; }
  .gw-nav__links a { font-size: 15px; padding: 6px 10px 7px; }
}


.gw-track { height: 620vh; position: relative; }   
.gw-stage { position: sticky; top: 0; height: 100dvh; overflow: hidden; }
.gw-media, .gw-media video, .gw-fallback { position: absolute; inset: 0; width: 100%; height: 100%; }
.gw-media video { object-fit: cover; }
.gw-fallback svg { width: 100%; height: 100%; display: block; }
.gw-stage::after {   
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 45%, rgba(6, 10, 7, 0.55) 100%);
  pointer-events: none;
}


.gw-intro {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  --a: clamp(0, calc((0.10 - var(--gw-p, 0)) / 0.04), 1);
  opacity: var(--a);
  pointer-events: none;
}
.gw-kicker {
  font-size: 13px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #7fb069;
  margin-bottom: 18px;
}
.gw-h1 {
  font-family: "Kalam", cursive;
  font-weight: 700;
  font-size: clamp(32px, 6vw, 68px);
  line-height: 1.14;
  letter-spacing: 0;
  max-width: 15em;
}
.gw-h1 em { font-style: italic; color: #7fb069; }
.gw-scrollhint { margin-top: 34px; font-size: 13px; color: rgba(244, 243, 236, 0.75); }


.gw-marker {
  position: absolute;
  
  left: clamp(135px, var(--x), calc(100% - 135px));
  top: var(--y);
  transform: translate(-50%, -100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  opacity: min(var(--ma), var(--mb));
  pointer-events: none;
}
.gw-marker__label {
  font-family: "Kalam", cursive;
  font-weight: 700;
  color: #1c2417;
  padding: 7px 18px 9px 14px;
  font-size: clamp(14px, 1.8vw, 19px);
  white-space: nowrap;
  letter-spacing: 0.02em;
  transform: rotate(-1.6deg);
  
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 40' preserveAspectRatio='none'%3E%3Cpath d='M4 6 C 40 2, 100 1, 196 4 L 194 34 C 122 40, 50 41, 3 37 Z' fill='%23f0d95c' opacity='0.92'/%3E%3Cpath d='M8 9 C 60 5, 150 3, 191 7' stroke='%23f0d95c' stroke-width='9' fill='none' opacity='0.55' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.gw-marker__label b { display: none; }

@media (max-width: 600px) {
  .gw-marker { left: clamp(104px, var(--x), calc(100% - 104px)); }
  .gw-live .gw-marker__note { max-width: 192px; font-size: 12px; }   
}
.gw-marker__note {
  font-family: "Kalam", cursive;
  font-weight: 400;
  font-size: clamp(12px, 1.35vw, 14.5px);
  line-height: 1.35;
  color: #23301e;
  background: #f6f2e2;
  padding: 7px 13px 8px;
  max-width: 250px;
  text-align: center;
  white-space: normal;
  transform: rotate(1.1deg);
  border-radius: 3px 12px 4px 10px / 9px 4px 11px 5px;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.35);
}
svg.gw-marker__pin {
  width: 22px;
  height: 22px;
  stroke: #f6f2e2;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.55));
}
svg.gw-marker__pin circle { fill: #f6f2e2; stroke: none; }
svg.gw-marker__stem--diag { width: auto; height: 40px; }
svg.gw-marker__stem {
  width: 10px;
  height: 30px;
  margin: -2px 0 -3px;
  stroke: #f6f2e2;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}


.gw-cta-fact {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  --a: clamp(0, calc((var(--gw-p, 0) - 0.96) / 0.03), 1);
  opacity: var(--a);
}
.gw-cta-fact[data-inert] { pointer-events: none; }
.gw-cta-fact .gw-h2 { margin-bottom: 22px; }
.gw-btn {
  display: inline-block;
  background: #7fb069;
  color: #0a0f0b;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
}
.gw-btn:hover { background: #8fc07a; }
.gw-btn--ghost { background: transparent; color: #f4f3ec; border: 1px solid rgba(244,243,236,0.5); }
.gw-btn--ghost:hover { background: rgba(244,243,236,0.12); color: #f4f3ec; }


.gw-paper {
  color: #23301e;
  position: relative;
  background-attachment: fixed;   
  
  background-color: #f6f2e4;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3CfeColorMatrix values='0 0 0 0 0.31 0 0 0 0 0.28 0 0 0 0 0.20 0 0 0 0.16 0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='420'%3E%3Cfilter id='m'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.012' numOctaves='3' seed='7'/%3E%3CfeColorMatrix values='0 0 0 0 0.44 0 0 0 0 0.38 0 0 0 0 0.26 0 0 0 0.12 0'/%3E%3C/filter%3E%3Crect width='420' height='420' filter='url(%23m)'/%3E%3C/svg%3E"),
    linear-gradient(#9db89a36 1px, transparent 1px),
    linear-gradient(90deg, #9db89a36 1px, transparent 1px),
    linear-gradient(#9db89a1e 1px, transparent 1px),
    linear-gradient(90deg, #9db89a1e 1px, transparent 1px);
  background-size: 160px 160px, 420px 420px, 40px 40px, 40px 40px, 8px 8px, 8px 8px;
}

.gw-paper::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='700' height='700'%3E%3Cfilter id='c'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.018' numOctaves='5' seed='11'/%3E%3CfeDiffuseLighting lighting-color='white' surfaceScale='2.6'%3E%3CfeDistantLight azimuth='55' elevation='58'/%3E%3C/feDiffuseLighting%3E%3C/filter%3E%3Crect width='700' height='700' filter='url(%23c)'/%3E%3C/svg%3E");
  background-size: 700px 700px;
  mix-blend-mode: multiply;
  opacity: 0.85;
  -webkit-mask-image: radial-gradient(115% 115% at 50% 50%, rgba(0,0,0,0.12) 30%, rgba(0,0,0,0.65) 68%, #000 94%);
  mask-image: radial-gradient(115% 115% at 50% 50%, rgba(0,0,0,0.12) 30%, rgba(0,0,0,0.65) 68%, #000 94%);
}

.gw-paper::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(125% 125% at 50% 45%, transparent 48%, rgba(122, 104, 66, 0.22) 78%, rgba(90, 74, 44, 0.42) 100%);
  mix-blend-mode: multiply;
}
.gw-paper > * { position: relative; z-index: 2; }
.gw-wrap { max-width: 1020px; margin: 0 auto; padding: 0 22px; }
.gw-sec { padding: 68px 0; }
.gw-sec + .gw-sec { border-top: 1px dashed #b9c2a4; }



.gw-tag {
  display: inline-block;
  font-family: "Kalam", cursive;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #3a4a33;
  padding: 4px 16px 7px 12px;
  margin-bottom: 14px;
  transform: rotate(-1.2deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 40' preserveAspectRatio='none'%3E%3Cpath d='M5 26 C 38 18, 92 15, 196 20 L 193 33 C 128 39, 52 40, 3 35 Z' fill='%23f0d95c' opacity='0.8'/%3E%3Cpath d='M9 22 C 60 17, 150 15, 190 19' stroke='%23f0d95c' stroke-width='7' fill='none' opacity='0.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.gw-h2 {
  font-family: "Kalam", "Comic Sans MS", cursive;
  font-weight: 700;
  font-size: clamp(25px, 3.3vw, 38px);
  line-height: 1.22;
  letter-spacing: 0;
  color: #23301e;
}
.gw-h2 em { font-style: normal; color: #2f6b45; }

.gw-paper .gw-h2 { line-height: 1.5; }
.gw-paper .gw-h2 .gw-u {
  display: inline;
  padding-bottom: 12px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 14' preserveAspectRatio='none'%3E%3Cpath d='M4 7 C 55 3, 128 10, 214 6 S 288 5, 297 7' stroke='%232f6b45' stroke-width='3.2' fill='none' stroke-linecap='round'/%3E%3Cpath d='M12 11 C 80 8, 170 13, 246 9' stroke='%232f6b45' stroke-width='2' fill='none' opacity='0.55' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0% 11px;
  transition: background-size 700ms cubic-bezier(0.3, 0.9, 0.4, 1);
}
.gw-paper .gw-h2.is-drawn .gw-u { background-size: 100% 11px; }
@media (prefers-reduced-motion: reduce) {
  .gw-paper .gw-h2 .gw-u { background-size: 100% 11px; transition: none; }
}
.gw-lead { font-family: system-ui, sans-serif; font-size: 15.5px; color: #55604b; max-width: 62ch; margin-top: 13px; line-height: 1.6; }
.gw-p { font-family: system-ui, sans-serif; font-size: 14.5px; color: #44503c; line-height: 1.6; }



.gw-fakten { --fkh: 270px; }
.gw-fakten__quelle { display: none; }
.gw-fakten__slots {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 300px;              
  margin-inline: auto;
  transform: rotate(-0.5deg);
}
.gw-fkslot {
  position: relative;
  height: var(--fkh);
  perspective: 900px;
  filter: drop-shadow(0 2px 3px rgba(30, 26, 16, 0.18));
}
.gw-fkhalf {
  position: absolute;
  left: 0;
  right: 0;
  height: 50%;
  overflow: hidden;
  background: #f6f2e4;
  border: 1px solid #cfd2b8;
}
.gw-fkhalf--top { top: 0; border-bottom: 0; border-radius: 4px 4px 0 0; }
.gw-fkhalf--bot { bottom: 0; border-top: 0; border-radius: 0 0 4px 4px; }

.gw-fkhalf--bot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 4%, rgba(90, 82, 60, 0.13) 30%, rgba(90, 82, 60, 0.13) 70%, transparent 96%);
  z-index: 4;
}
.gw-fkinner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200%;
}
.gw-fkhalf--bot > .gw-fkinner { top: -100%; }
.gw-fkflap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50%;
  z-index: 3;
  transform-origin: center bottom;
  transform-style: preserve-3d;
}
.gw-fkflap .gw-fkhalf {
  inset: 0;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.gw-fkflap .gw-fkhalf--top { border-bottom: 0; }
.gw-fkflap .gw-fkflap__back {
  transform: rotateX(180deg);
  border-top: 0;
  border-bottom: 1px solid #cfd2b8;
  border-radius: 0 0 4px 4px;
}
.gw-fkflap .gw-fkflap__back > .gw-fkinner { top: -100%; }

.gw-fkflap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(24, 19, 10, calc(var(--fksh, 0) * 0.28));
  pointer-events: none;
}

.gw-fkinner > .gw-fk {
  width: 100%;
  height: 100%;
  margin: 0;
  transform: none;
  border: 0;
  box-shadow: none;
  background: transparent;
}
.gw-fk {
  position: relative;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.gw-fkinner > .gw-fk::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='700' height='700'%3E%3Cfilter id='c'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.018' numOctaves='5' seed='11'/%3E%3CfeDiffuseLighting lighting-color='white' surfaceScale='2.6'%3E%3CfeDistantLight azimuth='55' elevation='58'/%3E%3C/feDiffuseLighting%3E%3C/filter%3E%3Crect width='700' height='700' filter='url(%23c)'/%3E%3C/svg%3E");
  background-size: 700px 700px;
  mix-blend-mode: multiply;
  opacity: 0.55;                 
  -webkit-mask-image: radial-gradient(ellipse 75% 70% at 50% 45%, transparent 34%, #000 92%);
  mask-image: radial-gradient(ellipse 75% 70% at 50% 45%, transparent 34%, #000 92%);
  pointer-events: none;
}
.gw-fkinner > .gw-fk > * { position: relative; z-index: 2; }
.gw-fk--foto { justify-content: flex-start; padding: 10px 10px 6px; }
.gw-fk__bild { display: block; width: 100%; }
.gw-fk__bild img {
  display: block;
  width: 100%;
  height: calc(var(--fkh) - 78px);
  object-fit: cover;
  background: #edefdd;
  color: transparent;
}

.gw-fk--hoch .gw-fk__bild { width: auto; align-self: center; }
.gw-fk--hoch .gw-fk__bild img {
  width: auto;
  aspect-ratio: 3 / 4;
}
.gw-fk--foto figcaption {
  font-family: "Kalam", cursive;
  font-size: 13.5px;
  line-height: 1.3;
  color: #55604b;
  padding: 7px 4px 2px;
}
.gw-fk--foto.is-missing .gw-fk__bild img { display: none; }
.gw-fk--foto.is-missing .gw-fk__bild::after {
  content: "Foto folgt";
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(var(--fkh) - 78px);
  border: 1.5px dashed #b9c2a4;
  font-family: "Kalam", cursive;
  font-size: 14px;
  color: #8b9678;
}
.gw-fk__pre {
  font-family: "Kalam", cursive;
  font-size: 15px;
  color: #55604b;
  margin-bottom: -6px;
}
.gw-fk__num {
  font-family: "Kalam", cursive;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.1;
  color: #2f6b45;
}
.gw-fk__lbl {
  font-family: system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #44503c;
  line-height: 1.35;
  margin-top: 4px;
  max-width: 100%;
  overflow-wrap: break-word;
}
.gw-fk__sub {
  font-family: system-ui, sans-serif;
  font-size: 11.5px;
  color: #77836e;
  margin-top: 5px;
}
.gw-fakten__note {
  margin-top: 10px;
  font-family: "Kalam", cursive;
  font-size: 12.5px;
  color: #8b9678;
  transform: rotate(-0.5deg);
}
@media (max-width: 767px) {
  .gw-fakten { --fkh: 215px; margin-top: 6px; }
  .gw-fakten__slots { grid-template-columns: 1fr 1fr; gap: 12px; max-width: none; margin-inline: 0; }
  .gw-fk__num { font-size: 40px; }
  .gw-fk__lbl { font-size: 12px; }
  .gw-fk__bild img,
  .gw-fk--foto.is-missing .gw-fk__bild::after { height: calc(var(--fkh) - 74px); }
}


.gw-card {
  background: #fffdf5;
  border: 1px solid #cfd2b8;
  border-radius: 3px;
  padding: 20px 22px;
  box-shadow: 0 1px 0 #d8d4bd;
  position: relative;
}
.gw-card__k { font-family: system-ui, sans-serif; font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: #4c6a44; }
.gw-card__t { font-family: "Kalam", cursive; font-weight: 700; font-size: 20px; margin: 6px 0 8px; color: #23301e; }


.gw-firm { display: grid; grid-template-columns: 1.35fr 1fr; gap: 38px; align-items: start; margin-top: 24px; }   



.gw-rb { height: calc(6 * 38vh + 52vh); margin-top: 8px; }   
.gw-rb__head { margin-bottom: 20px; }
.gw-rb__head .gw-lead { margin-top: 10px; }
.gw-rb__pin {
  position: sticky;
  top: 78px;                                  
}
.gw-binder {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  height: clamp(500px, 60vh, 620px);
  perspective: 1700px;
  perspective-origin: 50% 42%;   
}
.gw-page {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;               
  border-radius: 2px 5px 3px 4px;
}

.gw-page,
.gw-flip__shift,
.gw-fkinner > .gw-fk {
  background-color: #f6f2e4;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3CfeColorMatrix values='0 0 0 0 0.31 0 0 0 0 0.28 0 0 0 0 0.20 0 0 0 0.14 0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='420'%3E%3Cfilter id='m'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.012' numOctaves='3' seed='7'/%3E%3CfeColorMatrix values='0 0 0 0 0.44 0 0 0 0 0.38 0 0 0 0 0.26 0 0 0 0.10 0'/%3E%3C/filter%3E%3Crect width='420' height='420' filter='url(%23m)'/%3E%3C/svg%3E");
}
.gw-page { box-shadow: 0 1px 2px rgba(30, 26, 16, 0.28), 0 5px 14px rgba(30, 26, 16, 0.20), 0 1px 0 rgba(255, 255, 255, 0.5) inset; }

.gw-page::before,
.gw-flip__shift::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='700' height='700'%3E%3Cfilter id='c'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.018' numOctaves='5' seed='11'/%3E%3CfeDiffuseLighting lighting-color='white' surfaceScale='2.6'%3E%3CfeDistantLight azimuth='55' elevation='58'/%3E%3C/feDiffuseLighting%3E%3C/filter%3E%3Crect width='700' height='700' filter='url(%23c)'/%3E%3C/svg%3E");
  background-size: 700px 700px;
  mix-blend-mode: multiply;
  opacity: 0.55;
  -webkit-mask-image: radial-gradient(ellipse 75% 70% at 50% 45%, transparent 34%, #000 92%);
  mask-image: radial-gradient(ellipse 75% 70% at 50% 45%, transparent 34%, #000 92%);
  pointer-events: none;
}
.gw-page::after,
.gw-flip__shift::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 120% 110% at 50% 40%, transparent 58%, rgba(112, 92, 50, 0.16) 86%, rgba(96, 76, 40, 0.30) 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.gw-page__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 26px 46px;
}

.gw-page__top {
  display: grid;
  grid-template-columns: 3fr 7fr;
  gap: 30px;
  align-items: center;
}

.gw-page__bsps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.gw-bsp {
  display: block;
  position: relative;
  background: #fffdf5;
  border: 1px solid #cfd2b8;
  padding: 6px;
  box-shadow: 0 1px 0 #d8d4bd;
  transform: rotate(-0.5deg);
}
.gw-bsp:nth-child(2) { transform: rotate(0.4deg); }
.gw-bsp:nth-child(3) { transform: rotate(-0.25deg); }
.gw-bsp img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #edefdd;
  color: transparent;   
}
.gw-bsp.is-missing img { display: none; }
.gw-bsp.is-missing::after {
  content: "Beispiel folgt";
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  border: 1.5px dashed #b9c2a4;
  font-family: "Kalam", cursive;
  font-size: 14px;
  color: #8b9678;
  transform: rotate(0.4deg);
}
.gw-lrow__cta--center { justify-content: center; margin-top: 0; }
.gw-page__img { position: relative; }
.gw-page__img img,
.gw-page__img canvas {
  display: block;
  width: 100%;
  height: auto;
  
}
.gw-page__img .gw-draw__under {
  opacity: 0.20;
  filter: grayscale(1) contrast(0.65);
}
.gw-page__img .gw-draw__canvas {
  position: absolute;
  inset: 0;
  height: 100%;
}


.gw-flip {
  position: absolute;
  inset: 0;
  visibility: hidden;
  transform-style: preserve-3d;
  pointer-events: none;
  z-index: 33;
}
.gw-flip__lvl {
  position: absolute;
  top: 0;
  bottom: 0;
  transform-style: preserve-3d;
  transform-origin: left center;
}
.gw-flip__front {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  isolation: isolate;      
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.gw-flip__shift {
  position: absolute;
  top: 0;
  bottom: 0;
}

.gw-flip__shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.gw-flip__mirror {
  position: absolute;
  inset: 0;
  transform: scaleX(-1);
  opacity: 0.07;
}

.gw-flipcast {
  position: absolute;
  inset: 0;
  z-index: 32;
  visibility: hidden;
  pointer-events: none;
}

.gw-flip__back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  isolation: isolate;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  
  box-shadow: inset 0 0 34px rgba(96, 82, 52, 0.18);
  background-color: #efe9d6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3CfeColorMatrix values='0 0 0 0 0.31 0 0 0 0 0.28 0 0 0 0 0.20 0 0 0 0.10 0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}

@media (max-width: 767px) {
  .gw-rb { height: calc(6 * 44vh + 56vh); }
  .gw-rb__pin { top: 70px; }
  .gw-binder { height: clamp(530px, 64vh, 610px); }
  .gw-page__inner { gap: 10px; padding: 22px 18px; justify-content: flex-start; }
  
  .gw-page__top {
    grid-template-columns: 116px 1fr;
    column-gap: 14px;
    row-gap: 2px;
    align-items: center;
  }
  .gw-page__txt { display: contents; }
  .gw-page__img { grid-column: 1; grid-row: 1 / 3; max-width: 116px; margin: 0; }
  .gw-page__top .gw-card__k { grid-column: 2; grid-row: 1; align-self: end; }
  .gw-page__top .gw-card__t { grid-column: 2; grid-row: 2; align-self: start; margin: 2px 0 0; }
  .gw-page__top .gw-p { grid-column: 1 / -1; grid-row: 3; margin-top: 10px; }
  .gw-page__bsps { gap: 9px; }
  .gw-bsp { padding: 4px; }
  .gw-bsp.is-missing::after { font-size: 12px; }
  .gw-lrow__cta--center .gw-btn2 { font-size: 12.5px; padding: 8px 12px 9px; }
  .gw-page__txt .gw-p { font-size: 13.5px; }
  .gw-page__inner .gw-card__t { font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .gw-page { transition: none !important; }
}


.gw-lst { display: grid; gap: 44px; margin-top: 34px; }
.gw-lrow {
  display: grid;
  grid-template-columns: 3fr 7fr;   
  gap: 30px;
  align-items: start;
}
.gw-lrow__img {
  position: relative;
  background: #f7f4e9;
  border: 1px dashed #b9c2a4;
  border-radius: 3px;
  overflow: hidden;
}
.gw-lrow__img img { display: block; width: 100%; height: auto; mix-blend-mode: multiply; }

.gw-draw .gw-draw__under {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  filter: grayscale(1) contrast(0.55);
}
.gw-draw .gw-draw__main {
  position: relative;
  -webkit-mask-image: linear-gradient(115deg, #000 42%, transparent 58%);
  mask-image: linear-gradient(115deg, #000 42%, transparent 58%);
  -webkit-mask-size: 320% 100%;
  mask-size: 320% 100%;
  -webkit-mask-position: 98% 0;
  mask-position: 98% 0;
  transition: -webkit-mask-position 1400ms cubic-bezier(0.5, 0.05, 0.4, 1), mask-position 1400ms cubic-bezier(0.5, 0.05, 0.4, 1);
}
.gw-lrow.is-in .gw-draw .gw-draw__main {
  -webkit-mask-position: 0% 0;
  mask-position: 0% 0;
}
.gw-lrow__txt .gw-p { max-width: 58ch; margin-top: 8px; font-size: 14.5px; }
.gw-lrow__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.gw-btn2 {
  display: inline-block;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 9px 16px 10px;
  border: 1.6px solid #2f6b45;
  border-radius: 3px 12px 4px 10px / 9px 4px 11px 5px;   
  background: #2f6b45;
  color: #f6f2e2;
  text-decoration: none;
  transform: rotate(-0.3deg);
  transition: background 0.15s ease, color 0.15s ease;
}
.gw-btn2:hover { background: #23301e; border-color: #23301e; }
.gw-btn2--ghost { background: transparent; color: #2f6b45; }
.gw-btn2--ghost:hover { background: #2f6b45; color: #f6f2e2; border-color: #2f6b45; }
@media (prefers-reduced-motion: reduce) {
  .gw-draw .gw-draw__main { transition: none; -webkit-mask-image: none; mask-image: none; }
  .gw-draw .gw-draw__under { display: none; }
}
@media (max-width: 767px) {
  .gw-lrow { grid-template-columns: 1fr; gap: 14px; }
  .gw-lrow__img { max-width: 340px; }
}


.gw-arts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 26px; }
.gw-art { text-align: left; }
.gw-art .gw-sketch {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  background: #f7f4e9;
  border: 1px dashed #b9c2a4;
  border-radius: 3px;
  overflow: hidden;
}

.gw-art .gw-sketch img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
.gw-art .gw-sketch svg { width: 86px; height: 86px; stroke: #2f6b45; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.gw-art .gw-sketch .braun { stroke: #8a6a45; }
.gw-art .gw-p { font-size: 13.5px; margin-top: 6px; }


.gw-book { display: grid; grid-template-columns: 1.15fr 1fr; gap: 26px; align-items: start; margin-top: 26px; }
.gw-cal { user-select: none; }
.gw-cal__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.gw-cal__title { font-family: "Kalam", cursive; font-weight: 700; font-size: 19px; color: #23301e; }
.gw-cal__nav { display: flex; gap: 8px; }
.gw-cal__nav button {
  width: 32px; height: 32px;
  font: inherit; font-size: 16px;
  background: #fffdf5; color: #2f6b45;
  border: 1px solid #b9c2a4; border-radius: 2px;
  cursor: pointer;
}
.gw-cal__nav button:disabled { opacity: 0.35; cursor: default; }
.gw-cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.gw-cal__dow { font-family: system-ui, sans-serif; font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: #77836e; text-align: center; padding: 4px 0; }
.gw-cal__day {
  font-family: ui-serif, Georgia, serif;
  font-size: 15px;
  aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
  background: transparent; color: #44503c;
  border: 1px solid transparent; border-radius: 2px;
  cursor: default;
}
.gw-cal__day[data-free] { background: #fffdf5; border-color: #cfd2b8; cursor: pointer; }
.gw-cal__day[data-free]:hover { border-color: #2f6b45; }
.gw-cal__day[aria-pressed="true"] { background: #2f6b45; color: #fffdf5; border-color: #2f6b45; }
.gw-cal__day[data-off] { color: #b6b19a; }
.gw-slots2 { display: flex; flex-direction: column; gap: 10px; }
.gw-slot2 {
  font: inherit;
  font-family: system-ui, sans-serif;
  text-align: left;
  background: #fffdf5;
  border: 1px solid #cfd2b8;
  border-radius: 3px;
  padding: 13px 15px;
  cursor: pointer;
  font-size: 14px;
  color: #44503c;
}
.gw-slot2 b { font-family: ui-serif, Georgia, serif; font-weight: 400; font-size: 17px; display: block; color: #23301e; }
.gw-slot2[aria-pressed="true"] { border-color: #2f6b45; box-shadow: 0 0 0 2px #2f6b4533; }
.gw-slot2[disabled] { opacity: 0.45; cursor: default; }
.gw-book__note { margin-top: 12px; font-family: system-ui, sans-serif; font-size: 13px; color: #77836e; }


.gw-photos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 26px; }
.gw-photo { position: relative; background: #fffdf5; border: 1px solid #cfd2b8; padding: 12px 12px 10px; box-shadow: 0 1px 0 #d8d4bd; transform: rotate(-0.6deg); }
.gw-photo:nth-child(2) { transform: rotate(0.5deg); }
.gw-photo:nth-child(3) { transform: rotate(-0.3deg); }
.gw-photo::before, .gw-photo::after,
.gw-photo .gw-corner::before, .gw-photo .gw-corner::after {
  content: "";
  position: absolute;
  width: 22px; height: 22px;
  background: #e8e2cc;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  opacity: 0.9;
}
.gw-photo::before { top: -2px; left: -2px; }
.gw-photo::after { top: -2px; right: -2px; transform: scaleX(-1); }
.gw-photo .gw-corner::before { bottom: -2px; left: -2px; transform: scaleY(-1); }
.gw-photo .gw-corner::after { bottom: -2px; right: -2px; transform: scale(-1); }
.gw-photo img, .gw-photo .gw-photo__ph { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #e9ecda; }
.gw-photo .gw-photo__ph { display: flex; align-items: center; justify-content: center; }
.gw-photo .gw-photo__ph svg { width: 74px; height: 74px; stroke: #8b9678; fill: none; stroke-width: 2; stroke-linecap: round; }
.gw-photo figcaption { font-family: "Kalam", cursive; font-style: normal; font-size: 14.5px; color: #55604b; padding-top: 9px; text-align: center; }


.gw-anfrage {
  margin-top: 18px;
  padding: 16px 16px 14px;
  background: #fffdf5;
  border: 1px solid #cfd2b8;
  box-shadow: 0 1px 0 #d8d4bd;
  transform: rotate(-0.35deg);
  display: grid;
  gap: 12px;
}
.gw-anfrage__kopf { font-family: "Kalam", cursive; font-weight: 700; font-size: 16px; color: #23301e; }
.gw-feld { display: grid; gap: 3px; }
.gw-feld > span { font-family: system-ui, sans-serif; font-size: 11.5px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: #77836e; }
.gw-feld input,
.gw-feld select,
.gw-feld textarea {
  font-family: "Kalam", cursive;
  font-size: 15px;
  color: #23301e;
  background: transparent;
  border: 0;
  border-bottom: 1.5px dotted #b9c2a4;
  padding: 4px 2px 5px;
  border-radius: 0;
  resize: vertical;
}
.gw-feld input:focus-visible,
.gw-feld select:focus-visible,
.gw-feld textarea:focus-visible { outline: 2px solid #2f6b45; outline-offset: 2px; }
.gw-anfrage__cta { justify-self: start; opacity: 0.65; cursor: not-allowed; }


.gw-kontakt {
  margin-top: 20px;
  padding: 14px 16px 12px;
  background: #fffdf5;
  border: 1px solid #cfd2b8;
  box-shadow: 0 1px 0 #d8d4bd;
  transform: rotate(0.35deg);
  display: grid;
  gap: 7px;
}
.gw-kontakt__titel { font-family: "Kalam", cursive; font-weight: 700; font-size: 17px; color: #23301e; margin-bottom: 2px; }
.gw-kontakt__titel em { font-style: italic; color: #4c6a44; }
.gw-kontakt__zeile {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 10px;
  font-family: system-ui, sans-serif;
  font-size: 13.5px;
  color: #23301e;
  border-top: 1px dotted #d8d4bd;
  padding-top: 7px;
}
.gw-kontakt__k { font-family: "Kalam", cursive; font-size: 13.5px; color: #77836e; }


.gw-nav__tel {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #f6f2e2;
  background: #2f6b45;
  border: 0;
  border-radius: 999px;
  padding: 6px 13px 7px;
  cursor: pointer;
  white-space: nowrap;
}
.gw-nav__tel:hover { background: #23301e; }
.gw-nav__tel-ico { font-size: 21px; line-height: 1; vertical-align: -3px; display: inline-block; }
@media (max-width: 900px) {
  .gw-nav__tel { padding: 5px 10px 6px; font-size: 14px; }
  .gw-nav__tel-ico { font-size: 23px; vertical-align: -4px; }
  .gw-nav__tel-txt { display: none; }   
}
.gw-telbox {
  position: fixed;
  inset: 0;
  z-index: 2147482900;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 15, 11, 0.55);
  backdrop-filter: blur(2px);
}
.gw-telbox[hidden] { display: none; }
.gw-telbox__karte {
  position: relative;
  background: #f6f2e4;
  border: 1.6px solid #23301e;
  border-radius: 3px 12px 4px 10px / 9px 4px 11px 5px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45);
  padding: 30px 44px 26px;
  text-align: center;
  transform: rotate(-0.6deg);
  display: grid;
  gap: 8px;
}
.gw-telbox__titel { font-family: "Kalam", cursive; font-size: 18px; color: #55604b; }
.gw-telbox__nr { font-family: "Kalam", cursive; font-weight: 700; font-size: 40px; color: #23301e; letter-spacing: 0.04em; }
.gw-telbox__note { font-family: system-ui, sans-serif; font-size: 12.5px; color: #77836e; }
.gw-telbox__zu {
  position: absolute;
  top: 8px;
  right: 10px;
  background: none;
  border: 0;
  font-size: 22px;
  line-height: 1;
  color: #55604b;
  cursor: pointer;
  padding: 4px;
}


.gw-projekt { display: grid; gap: 0; padding: 4px 4px 8px; }
.gw-projekt__z {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 8px;
  font-family: system-ui, sans-serif;
  font-size: 12.5px;
  color: #44503c;
  border-top: 1px dotted #d8d4bd;
  padding: 6px 2px;
}
.gw-projekt__z span { font-family: "Kalam", cursive; color: #77836e; }
.gw-projekt__z b { font-weight: 600; color: #23301e; }
.gw-projekt__cta { justify-self: center; margin-top: 8px; font-size: 12.5px; padding: 7px 13px 8px; }


.gw-exit { background: #22301f; color: #d9dcc9; }
.gw-exit .gw-sec { border-top: 0; }
.gw-exit .gw-h2 { color: #f4f3ec; background-image: none; padding-bottom: 0; display: block; }
.gw-exit p { font-family: system-ui, sans-serif; font-size: 14.5px; max-width: 70ch; line-height: 1.6; }
.gw-exit a { color: #9fc48a; }


@media (max-width: 860px) {
  .gw-firm, .gw-book { grid-template-columns: 1fr; }
  .gw-arts { grid-template-columns: 1fr 1fr; }
  .gw-photos { grid-template-columns: 1fr; }
  .gw-marker__label { font-size: 12px; padding: 6px 12px; }
}
@media (max-width: 520px) {
  .gw-arts { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .gw-track { height: auto; }
  .gw-stage { position: relative; height: auto; min-height: 70dvh; }
  .gw-intro, .gw-cta-fact { position: relative; inset: auto; opacity: 1 !important; padding: 60px 24px; }
  .gw-marker { opacity: 1 !important; position: static; transform: none; display: inline-flex; margin: 6px; }
  .gw-marker__stem, .gw-marker__pin { display: none; }
}






.gw-nav__dd { position: relative; display: inline-flex; }
.gw-nav__dd-menu {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) rotate(-0.5deg);
  flex-direction: column;
  gap: 1px;
  background: #f6f2e2;
  border: 1.6px solid #23301e;
  border-radius: 12px;
  padding: 10px 16px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4), 0 1.5px 0 #23301e;
  white-space: nowrap;
}
.gw-nav__dd:hover .gw-nav__dd-menu,
.gw-nav__dd:focus-within .gw-nav__dd-menu { display: flex; }
.gw-nav__dd-menu i {
  font-style: normal;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #2c3a26;
  padding: 4px 6px;
  cursor: default;
}
.gw-nav__dd-menu i:hover { color: #2f6b45; }
@media (max-width: 900px) {
  .gw-nav__dd { display: contents; }        
  .gw-nav__dd-menu { position: static; transform: none; display: flex; border: 0; box-shadow: none; background: none; padding: 0 0 4px 14px; }
  .gw-nav__dd-menu i { font-size: 12.5px; color: #77836e; padding: 2px 6px; }
}


.gw-standards { margin-top: 30px; }
.gw-standards__titel { font-family: "Kalam", cursive; font-weight: 700; font-size: 18px; color: #23301e; }
.gw-standards__reihe { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.gw-stempel {
  font-family: "Kalam", cursive;
  font-weight: 700;
  font-size: 14px;
  color: #7a1f1f;
  border: 2.2px solid #7a1f1f;
  border-radius: 6px;
  padding: 6px 12px 7px;
  transform: rotate(-1.4deg);
  opacity: 0.82;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='s'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23s)'/%3E%3C/svg%3E");
}
.gw-stempel:nth-child(even) { transform: rotate(1deg); color: #2f6b45; border-color: #2f6b45; }


.gw-kr {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 30px;
  margin-top: 26px;
  align-items: start;
}
.gw-kr__block { margin-bottom: 22px; }
.gw-kr__frage { display: block; font-family: "Kalam", cursive; font-weight: 700; font-size: 17px; color: #23301e; margin-bottom: 10px; }
.gw-kr__slider input[type="range"] {
  width: 100%;
  accent-color: #2f6b45;
  cursor: pointer;
}
.gw-kr__wert { font-family: "Kalam", cursive; font-size: 20px; color: #2f6b45; }
.gw-kr__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.gw-kr__chips button {
  font-family: system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #44503c;
  background: #fffdf5;
  border: 1.5px solid #b9c2a4;
  border-radius: 999px;
  padding: 7px 13px 8px;
  cursor: pointer;
  transform: rotate(-0.4deg);
}
.gw-kr__chips button:nth-child(even) { transform: rotate(0.4deg); }
.gw-kr__chips button[aria-pressed="true"],
.gw-kr__chips button[aria-checked="true"] {
  background: #2f6b45;
  border-color: #2f6b45;
  color: #f6f2e2;
}
.gw-kr__ergebnis {
  position: sticky;
  top: 90px;
  background: #fffdf5;
  border: 1px solid #cfd2b8;
  box-shadow: 0 1px 0 #d8d4bd;
  transform: rotate(0.4deg);
  padding: 20px 22px;
  display: grid;
  gap: 8px;
  justify-items: start;
}
.gw-kr__elabel { font-family: system-ui, sans-serif; font-size: 11.5px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: #77836e; }
.gw-kr__summe { font-family: "Kalam", cursive; font-weight: 700; font-size: clamp(26px, 3vw, 38px); color: #23301e; }
.gw-kr__enote { font-family: system-ui, sans-serif; font-size: 12px; color: #77836e; }
.gw-kr__ergebnis .gw-btn2 { margin-top: 8px; }


.gw-ablauf {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 28px;
  position: relative;
}
.gw-ablauf::before {   
  content: "";
  position: absolute;
  top: 21px;
  left: 4%;
  right: 4%;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 10' preserveAspectRatio='none'%3E%3Cpath d='M2 5 C 40 2, 70 8, 110 5 S 190 2, 230 6 S 280 4, 298 5' stroke='%23b9c2a4' stroke-width='2.2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: 100% 100%;
}
.gw-schritt {
  position: relative;
  text-align: center;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 500ms ease, transform 500ms ease;
}
.gw-schritt.is-in { opacity: 1; transform: none; }
.gw-schritt > b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-family: "Kalam", cursive;
  font-size: 21px;
  color: #f6f2e2;
  background: #2f6b45;
  border-radius: 50% 46% 52% 48% / 48% 52% 46% 54%;
  transform: rotate(-2deg);
  position: relative;
  z-index: 2;
}
.gw-schritt__t { display: block; font-family: "Kalam", cursive; font-weight: 700; font-size: 15.5px; color: #23301e; margin-top: 9px; }
.gw-schritt__d { display: block; font-family: system-ui, sans-serif; font-size: 12.5px; color: #77836e; margin-top: 3px; }
@media (prefers-reduced-motion: reduce) {
  .gw-schritt { opacity: 1; transform: none; transition: none; }
}


.gw-wissen { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 26px; }
.gw-wkarte {
  background: #fffdf5;
  border: 1px solid #cfd2b8;
  box-shadow: 0 1px 0 #d8d4bd;
  padding: 16px 16px 13px;
  transform: rotate(-0.5deg);
}
.gw-wkarte:nth-child(2) { transform: rotate(0.45deg); }
.gw-wkarte__k { font-family: system-ui, sans-serif; font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #4c6a44; }
.gw-wkarte__t { font-family: "Kalam", cursive; font-weight: 700; font-size: 19px; line-height: 1.3; color: #23301e; margin: 7px 0 8px; }
.gw-wkarte .gw-p { font-size: 13.5px; }
.gw-wkarte__meta { display: block; margin-top: 11px; font-family: system-ui, sans-serif; font-size: 12px; color: #77836e; }
.gw-wkarte__meta i { font-style: normal; color: #2f6b45; font-weight: 600; cursor: default; }


.gw-faq { margin-top: 24px; max-width: 76ch; }
.gw-frage { border-top: 1px dashed #b9c2a4; }
.gw-frage:last-child { border-bottom: 1px dashed #b9c2a4; }
.gw-frage summary {
  list-style: none;
  cursor: pointer;
  font-family: "Kalam", cursive;
  font-weight: 700;
  font-size: 17.5px;
  color: #23301e;
  padding: 13px 34px 13px 2px;
  position: relative;
}
.gw-frage summary::-webkit-details-marker { display: none; }
.gw-frage summary::after {
  content: "+";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #4c6a44;
}
.gw-frage[open] summary::after { content: "–"; }
.gw-frage .gw-p { padding: 0 2px 15px; max-width: 68ch; }

@media (max-width: 767px) {
  .gw-kr { grid-template-columns: 1fr; gap: 18px; }
  .gw-kr__ergebnis { position: static; }
  .gw-ablauf { grid-template-columns: 1fr; gap: 18px; text-align: left; }
  .gw-ablauf::before { display: none; }
  .gw-schritt { display: grid; grid-template-columns: 48px 1fr; text-align: left; column-gap: 12px; }
  .gw-schritt__t { margin-top: 0; grid-column: 2; }
  .gw-schritt__d { grid-column: 2; }
  .gw-schritt > b { grid-row: 1 / 3; }
  .gw-wissen { grid-template-columns: 1fr; }
}



.gw-vn { position: relative; display: block; }
.gw-vn > img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gw-vn__vorher {
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: inset(0 calc(100% - var(--vn, 46%)) 0 0);
}
.gw-vn__vorher img { display: block; width: 100%; height: 100%; object-fit: cover; }
.gw-vn__linie {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--vn, 46%);
  width: 2.5px;
  margin-left: -1.25px;
  background: #f6f2e2;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
  pointer-events: none;
}
.gw-vn__linie::after {   
  content: "⇄";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-2deg);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f2e2;
  color: #23301e;
  font-size: 14px;
  border: 1.6px solid #23301e;
  border-radius: 50% 46% 52% 48% / 48% 52% 46% 54%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
}
.gw-vn__tag {
  position: absolute;
  top: 7px;
  font-family: "Kalam", cursive;
  font-weight: 700;
  font-size: 11.5px;
  padding: 2px 8px 3px;
  background: rgba(246, 242, 226, 0.92);
  color: #23301e;
  border-radius: 3px 8px 4px 7px / 6px 4px 7px 4px;
  pointer-events: none;
}
.gw-vn__tag--v { left: 7px; transform: rotate(-1.5deg); }
.gw-vn__tag--n { right: 7px; transform: rotate(1.2deg); }
.gw-vn__regler {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}


@media (min-width: 768px) {
  .gw-photo { display: flex; flex-direction: column; }
  .gw-projekt { display: flex; flex-direction: column; flex: 1; }
  .gw-projekt__z:last-of-type { margin-bottom: 16px; }
  .gw-projekt__cta { margin-top: auto; align-self: center; }
}



.gw-anfrage__kopfzeile { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.gw-anfrage__zurueck {
  font-family: system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: #2f6b45;
  background: none;
  border: 0;
  border-bottom: 1.5px dotted #2f6b45;
  padding: 0 0 1px;
  cursor: pointer;
}
.gw-anfrage__zurueck:hover { color: #23301e; border-color: #23301e; }



.gw-kr__legende { margin-top: 14px; display: grid; gap: 0; }
.gw-kr__lzeile {
  display: grid;
  grid-template-columns: 168px 1fr;
  gap: 10px;
  padding: 8px 8px 9px;
  border-top: 1px dotted #d8d4bd;
  font-family: system-ui, sans-serif;
  font-size: 12.5px;
  color: #77836e;
  border-left: 3px solid transparent;
}
.gw-kr__lzeile b { font-family: "Kalam", cursive; font-size: 14px; color: #55604b; font-weight: 700; }
.gw-kr__lzeile.is-akt { color: #23301e; border-left-color: #2f6b45; background: rgba(47, 107, 69, 0.06); }
.gw-kr__lzeile.is-akt b { color: #2f6b45; }
@media (max-width: 600px) {
  .gw-kr__lzeile { grid-template-columns: 1fr; gap: 2px; }
}


@media (max-width: 767px) {
  .gw-ablauf::before {
    display: block;
    left: 17px;
    right: auto;
    top: 24px;
    bottom: 24px;
    width: 8px;
    height: auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 300' preserveAspectRatio='none'%3E%3Cpath d='M5 2 C 2 40, 8 70, 5 110 S 2 190, 6 230 S 4 280, 5 298' stroke='%23b9c2a4' stroke-width='2.2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-size: 100% 100%;
  }
}



.gw-anfrage[hidden],
.gw-slots2[hidden],
[data-gw-anfrage][hidden] { display: none !important; }



@media (max-width: 600px) {
  .gw-lead__lang { display: none; }
  .gw-rb__head .gw-lead { font-size: 14px; }
}


.gw-ki-tag {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 5;
  padding: 3px 8px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-family: inherit;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}
.gw-bsp { position: relative; }
.gw-bsp .gw-ki-tag { font-size: 8px; padding: 2px 6px; right: 5px; bottom: 5px; letter-spacing: 0.05em; }
.gw-fk__bild { position: relative; display: block; }
.gw-media .gw-ki-tag { bottom: 14px; right: 14px; }
