/* styles.css */

/* =========================================================
   RESET / VARS
========================================================= */
:root{
  --bg: #fbfcfa;        /* warmes Offwhite */
  --card: #ffffff;
  --text: #2b2b2b;
  --muted: #6a6a6a;
  --line: rgba(0,0,0,.06);

  --headerOffset: 140px; /* einheitlicher Offset */
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  padding-top: var(--headerOffset);
  margin:0;
  font-family:"Trebuchet MS", Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
}
img{ max-width:100%; display:block; }
a{ color: inherit; }

html{
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerOffset);
}

/* prefers-reduced-motion */
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *, *::before, *::after{ animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}

/* =========================================================
   TOPBAR / HEADER
========================================================= */
.topbar{
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  background:#fff;
}

/* Waves */
.topbar__wave{
  background-repeat: repeat-x;
  background-position: center;
}
.topbar__wave--top{
  height:18px;
  opacity:.95;
  background-size:680px 18px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='680' height='18' viewBox='0 0 680 18'%3E%3Cpath d='M0 9 C 70 2, 140 16, 210 9 S 350 2, 420 9 S 560 16, 680 9' fill='none' stroke='%23d6d6d6' stroke-width='2'/%3E%3Cpath d='M0 13 C 70 6, 140 20, 210 13 S 350 6, 420 13 S 560 20, 680 13' fill='none' stroke='%23e1e1e1' stroke-width='2'/%3E%3C/svg%3E");
}
.topbar__wave--bottom{
  height:16px;
  opacity:.92;
  background-size:680px 16px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='680' height='16' viewBox='0 0 680 16'%3E%3Cpath d='M0 8 C 70 1, 140 15, 210 8 S 350 1, 420 8 S 560 15, 680 8' fill='none' stroke='%2374a153' stroke-width='2.4'/%3E%3Cpath d='M0 12 C 70 5, 140 19, 210 12 S 350 5, 420 12 S 560 19, 680 12' fill='none' stroke='%2393ba6b' stroke-width='2.4'/%3E%3C/svg%3E");
}

/* Header Layout */
.topbar__inner{
  max-width:1180px;
  margin:0 auto;
  padding:14px 18px 12px;
  display:grid;
  grid-template-columns: 360px 1fr auto;
  align-items:center;
  gap:16px;
}

/* BRAND */
.brand{
  display:flex;
  align-items:center;
  text-decoration:none;
}
.brand__logo{
  height:58px;
  width:auto;
  max-width:340px;
  background:transparent;
  margin-left:-50px;
}

/* BURGER */
.burger{
  display:none;
  width:44px;
  height:44px;
  border-radius:10px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
  cursor:pointer;
}
.burger span{
  display:block;
  height:2px;
  background:#2f5c1d;
  margin:7px 10px;
  border-radius:2px;
}

/* NAV */
.nav{
  display:flex;
  align-items:center;
  gap:26px;
  flex-wrap:nowrap;
  white-space:nowrap;
}
.nav__link{
  position:relative;
  text-decoration:none;
  color:#5c5c5c;
  font-size:16px;
  padding:6px 0;
  transition: color .2s ease;
}
.nav__link:hover{ color:#2f5c1d; }
.nav__link.is-active{
  color:#2f5c1d;
  font-weight:600;
}
.nav__link::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-4px;
  width:0;
  height:2px;
  background:#2f5c1d;
  transition: width .25s ease;
}
.nav__link:hover::after,
.nav__link.is-active::after{
  width:100%;
}

/* Kontakt als Button */
.nav__link--cta{
  margin-left:10px;
  padding:10px 16px;
  border-radius:999px;
  border:1px solid #2f6a1a;
  color:#ffffff;
  background:linear-gradient(#5d8f2c, #3f7f1c);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 6px 14px rgba(0,0,0,.10);
}
.nav__link--cta::after{ display:none; }
.nav__link--cta:hover{ filter:brightness(1.05); }

/* Mobile Nav */
.nav--mobile{
  position: absolute;
  left: 0; right: 0;
  top: 100%;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
  padding: 14px 18px 18px;
}
.nav--mobile[aria-hidden="true"]{ display:none; }

/* =========================================================
   HERO
========================================================= */
.hero{
  position:relative;
  height:620px;
  overflow:hidden;
  border-bottom:1px solid #d6d6d6;
}
.hero__img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

/* Links im Hero (optional) */
.hero__brand-badge{
  position:absolute;
  top:14px;
  left:0;
  width:420px;
  height:140px;
  pointer-events:none;
}
.hero__ribbon{
  position:absolute;
  top:56px;
  left:0;
  width:330px;
  height:64px;
  display:flex;
  align-items:center;
  padding-left:22px;
  color:#f6fff0;
  font-family: Georgia, "Times New Roman", serif;
  font-size:18px;
  text-shadow:0 1px 1px rgba(0,0,0,.18);
  background:linear-gradient(#79ad3d,#4a7f24);
  border-radius:0 32px 32px 0;
  box-shadow:0 2px 6px rgba(0,0,0,.14);
}

/* Hero Content */
.hero__content{
  position:relative;
  z-index:2;
  max-width:1200px;
  margin:0 auto;
  height:100%;
  display:grid;
  place-content:center;
  text-align:center;
  padding:40px 20px;
}
.hero__content::before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -52%);
  width: min(920px, calc(100% - 40px));
  height: 260px;
  border-radius: 18px;
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  border: 1px solid rgba(255,255,255,.35);
  z-index:-1;
}

.hero__headline{
  margin:0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight:400;
  font-size:46px;
  line-height:1.12;
  color:#3a5f2c;
  text-shadow:0 1px 0 rgba(255,255,255,.60);
  position:relative;
  display:inline-block;
  padding-bottom:18px;
}
.hero__headline::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:4px;
  transform: translateX(-50%);
  width:680px;
  height:16px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:680px 16px;
  opacity:.55;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='680' height='16' viewBox='0 0 680 16'%3E%3Cpath d='M10 10 C 120 2, 240 14, 340 10 S 540 6, 670 10' fill='none' stroke='%233a5f2c' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.hero__subline{
  margin:10px 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size:19px;
  color: rgba(20,20,20,.62);
  text-shadow:0 1px 1px rgba(255,255,255,.65);
}
.hero__actions{
  display:flex;
  justify-content:center;
  gap:22px;
  flex-wrap:wrap;
}

/* Hero Buttons */
.hero-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:265px;
  height:44px;
  padding:0 22px;
  border-radius:999px;
  font-size:16px;
  font-weight:700;
  text-decoration:none;
  border:1px solid transparent;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease, background .25s ease, border-color .25s ease;
}
.hero-btn--primary{
  color:#fff;
  border-color:#2f6a1a;
  background: linear-gradient(#7fb33d, #3f7f1c);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 2px 3px rgba(0,0,0,.18);
}
.hero-btn--primary:hover{
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 6px 14px rgba(0,0,0,.22);
}
.hero-btn--ghost{
  color:#2f5c1d;
  border-color:#6f9f45;
  background: linear-gradient(#ffffff, #f2f6ee);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75), 0 1px 2px rgba(0,0,0,.12);
}
.hero-btn--ghost:hover{
  transform: translateY(-2px);
  background: linear-gradient(#f7faf3, #e9f0e1);
  border-color:#4f7f2a;
  box-shadow: 0 4px 10px rgba(0,0,0,.12);
}

/* =========================================================
   LEISTUNGEN (Slider)
========================================================= */
.services{
  padding:74px 0 84px;
  background: linear-gradient(180deg, var(--bg) 0%, #ffffff 65%);
}
.services__container{
  max-width:1180px;
  margin:0 auto;
  padding:0 18px;
}
.services__header{
  text-align:center;
  margin-bottom:26px;
}
.services__title{
  margin:0;
  font-family: Georgia, "Times New Roman", serif;
  font-size:44px;
  font-weight:400;
  color:#3f6f2a;
}
.services__intro{
  margin:10px auto 0;
  max-width:680px;
  font-size:15px;
  color:#7b7b7b;
  line-height:1.55;
}

.services__slider{
  position:relative;
  margin-top:34px;
  padding: 0 52px;
}

/* Track */
.services__track{
  display:grid;
  grid-auto-flow:column;
  gap:22px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-padding:10px;
  padding: 8px 6px 14px;
  scrollbar-width:none;
}
.services__track::-webkit-scrollbar{ display:none; }
.services__track{ grid-auto-columns: calc((100% - 44px) / 3); }

.service-card{
  scroll-snap-align:start;
  background:#ffffff;
  border:1px solid rgba(0,0,0,.07);
  border-radius:16px;
  padding:22px 22px 18px;
  box-shadow: 0 12px 26px rgba(0,0,0,.06);
  min-height: 260px;
  display:flex;
  flex-direction:column;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.service-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0,0,0,.08);
  border-color: rgba(47,106,26,.20);
}

.service-card__top{
  display:flex;
  align-items:flex-start;
  gap:12px;
}

.service-icon{
  width:34px;
  height:34px;
  border-radius:10px;
  display:grid;
  place-items:center;
  color:#3f6f2a;
  background:#f2f8ee;
  border:1px solid rgba(111,159,69,.30);
  flex: 0 0 34px;
}
.service-icon svg{ width:20px; height:20px; }

.service-card__title{
  margin:0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight:400;
  font-size:22px;
  color:#3f6f2a;
  line-height:1.22;

  display:-webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow:hidden;

  min-height: 60px;
}

.service-card__meta{
  margin-top:10px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.service-chip{
  display:inline-flex;
  align-items:center;
  height:28px;
  padding:0 12px;
  border-radius:999px;
  font-size:14px;
  font-weight:700;
  color:#2f5c1d;
  background:#f2f8ee;
  border:1px solid rgba(111,159,69,.35);
}

.service-card__desc{
  margin:14px 0 0;
  color:#5f5f5f;
  font-size:13.5px;
  line-height:1.6;

  display:-webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow:hidden;

  min-height: 72px;
}
@media (max-width: 650px){
  .service-card__desc{
    -webkit-line-clamp: 5;  /* statt 3 -> mehr Text sichtbar */
    min-height: 110px;      /* mehr Platz, damit nix “abgehackt” wirkt */
  }
}


.service-card__btn{
  margin-top:auto;
  align-self:center;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  height:44px;
  padding:0 20px;
  border-radius:999px;
  font-weight:800;
  font-size:15px;
  color:#ffffff;
  border:1px solid #2f6a1a;
  background: linear-gradient(#7fb33d, #3f7f1c);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 2px 4px rgba(0,0,0,.16);
  transition: transform .14s ease, filter .14s ease, box-shadow .14s ease;
}
.service-card__btn:hover{
  filter:brightness(1.04);
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 6px 14px rgba(0,0,0,.14);
}

.services__arrow{
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  z-index:5;
  width:44px;
  height:44px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.08);
  background:#ffffff;
  color:#2f5c1d;
  display:grid;
  place-items:center;
  box-shadow: 0 14px 28px rgba(0,0,0,.12);
  cursor:pointer;
  transition: transform .14s ease, box-shadow .14s ease, filter .14s ease, opacity .14s ease;
}
.services__arrow span{ font-size:28px; line-height:1; font-weight:900; }
.services__arrow:hover{
  filter:brightness(1.02);
  box-shadow: 0 18px 34px rgba(0,0,0,.16);
  transform: translateY(-50%) scale(1.03);
}
.services__arrow:active{ transform: translateY(-50%) scale(.98); }
.services__arrow[disabled]{ opacity:.35; cursor:not-allowed; }
.services__arrow--left{ left:0; }
.services__arrow--right{ right:0; }

.services__footnote{
  margin:22px auto 0;
  text-align:center;
  color:#7b7b7b;
  font-size:14px;
  max-width:860px;
  line-height:1.6;
}

/* =========================================================
   SECTION TRANSITION (neu, clean)
========================================================= */
.section-transition{
  --from: var(--bg);
  --to: #ffffff;

  position: relative;
  padding: 26px 0 10px;
  background: linear-gradient(to bottom, var(--from) 0%, var(--to) 100%);
  overflow: hidden;
}
.section-transition svg{
  display:block;
  width:100%;
  height:54px;
  opacity:.85;
  filter: drop-shadow(0 10px 14px rgba(0,0,0,.06));
}
.section-transition::before{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(1200px 260px at 50% 50%, rgba(255,255,255,.35), rgba(255,255,255,0) 62%);
  pointer-events:none;
  opacity:.25;
}

/* =========================================================
   GENERIC SECTIONS
========================================================= */
.section{
  padding:74px 0 84px;
  background: var(--bg);
}
.section--alt{
  background: linear-gradient(180deg, #f6faf3 0%, var(--bg) 100%);
  border-top: 1px solid rgba(0,0,0,.05);
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.wrap{
  max-width:1180px;
  margin:0 auto;
  padding:0 18px;
}
.section__title{
  margin:0;
  font-family: Georgia, "Times New Roman", serif;
  font-size:40px;
  font-weight:400;
  color:#3f6f2a;
  text-align:center;
}
.section__lead{
  max-width:820px;
  margin:14px auto 0;
  text-align:center;
  color:#6a6a6a;
  line-height:1.7;
}

/* =========================================================
   GALERIE
========================================================= */
.gallery{
  padding: 78px 0 84px;
  background: linear-gradient(180deg, #ffffff 0%, #f6faf3 100%);
}
.gallery__container{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px;
}
.gallery__header{
  text-align: center;
  margin-bottom: 28px;
}
.gallery__title{
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  font-weight: 400;
  color: #3f6f2a;
}
.gallery__intro{
  margin: 10px auto 0;
  max-width: 680px;
  font-size: 15px;
  color: #7b7b7b;
  line-height: 1.6;
}
.gallery__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}
.gallery__item{
  position: relative;
  border: 0;
  padding: 0;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 14px 30px rgba(0,0,0,.08);
  transition: transform .18s ease, box-shadow .18s ease;
}
.gallery__item img{
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform .45s ease;
}
.gallery__item::after{
  content:"";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1200px 380px at 50% 75%, rgba(63,111,42,.18), rgba(0,0,0,0) 60%),
    linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(25,35,22,.55) 100%);
  opacity: 0;
  transition: opacity .35s ease;
}
.gallery__caption{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -46%);
  z-index: 2;
  padding: 10px 14px;
  border-radius: 999px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .2px;
  color: rgba(255,255,255,.96);
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity .35s ease, transform .35s ease;
  text-shadow: 0 6px 18px rgba(0,0,0,.35);
}
.gallery__item:hover,
.gallery__item:focus-visible{
  transform: translateY(-3px);
  box-shadow: 0 20px 45px rgba(0,0,0,.12);
  outline: none;
}
.gallery__item:hover::after,
.gallery__item:focus-visible::after{ opacity: 1; }
.gallery__item:hover .gallery__caption,
.gallery__item:focus-visible .gallery__caption{
  opacity: 1;
  transform: translate(-50%, -50%);
}
.gallery__item:hover img,
.gallery__item:focus-visible img{ transform: scale(1.06); }

@media (max-width: 980px){
  .gallery__grid{ grid-template-columns: repeat(2, 1fr); }
  .gallery__item img{ height: 210px; }
}
@media (max-width: 640px){
  .gallery__grid{ grid-template-columns: 1fr; }
  .gallery__item img{ height: 220px; }
}

/* =========================================================
   PREISE
========================================================= */
.prices{
  padding: 82px 0 92px;
  background: linear-gradient(180deg, #ffffff 0%, #f6faf3 100%);
  border-top: 1px solid rgba(0,0,0,.05);
}
.prices__container{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px;
}
.prices__header{ text-align: center; margin-bottom: 28px; }
.prices__title{
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  font-weight: 400;
  color: #3f6f2a;
}
.prices__lead{
  margin: 10px auto 0;
  max-width: 760px;
  font-size: 15px;
  color: #7b7b7b;
  line-height: 1.6;
}
.prices__card{
  background: #fff;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(0,0,0,.06);
  overflow: hidden;
}
.prices__table{ display: grid; }
.prices__row{
  display: grid;
  grid-template-columns: 1.6fr 0.55fr 0.5fr 0.55fr;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border-top: 1px solid rgba(0,0,0,.06);
}
.prices__row--head{
  border-top: 0;
  background: linear-gradient(180deg, #fbfcfa, #ffffff);
  padding: 14px 18px;
}
.prices__row--head .prices__cell{
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #8a8a8a;
  font-weight: 700;
}
.prices__row--group{
  background: linear-gradient(180deg, rgba(242,248,238,.55), rgba(255,255,255,0));
}
.prices__row--sub{
  padding-top: 10px;
  padding-bottom: 18px;
  border-top: 0;
}
.prices__cell{ min-width: 0; }
.prices__service{
  font-weight: 800;
  color: #2f5c1d;
  line-height: 1.25;
  font-size: 15.5px;
}
.prices__hint{
  margin-top: 4px;
  color: #8a8a8a;
  font-size: 13px;
  line-height: 1.5;
}
.prices__chip{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  color: #2f5c1d;
  background: #f2f8ee;
  border: 1px solid rgba(111,159,69,.35);
}
.prices__amount{
  font-size: 16px;
  font-weight: 900;
  color: #2b2b2b;
}
.prices__btn{
  height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(111,159,69,.55);
  background: linear-gradient(#ffffff, #f2f6ee);
  color: #2f5c1d;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, filter .18s ease;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 2px 8px rgba(0,0,0,.10);
}
.prices__btn:hover{
  transform: translateY(-2px);
  border-color: #4f7f2a;
  filter: brightness(1.02);
  box-shadow: 0 10px 20px rgba(0,0,0,.12);
}
.prices__btn:active{ transform: translateY(0); }

.prices__footer{
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  border-top: 1px solid rgba(0,0,0,.06);
  background: linear-gradient(180deg, #ffffff, #fbfcfa);
}
.prices__note{
  color: #7b7b7b;
  font-size: 14px;
  line-height: 1.55;
}
.prices__cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  border: 1px solid #2f6a1a;
  background: linear-gradient(#7fb33d, #3f7f1c);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 6px 14px rgba(0,0,0,.10);
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.prices__cta:hover{
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 10px 18px rgba(0,0,0,.14);
}

@media (max-width: 980px){
  .prices__row{
    grid-template-columns: 1.4fr 0.6fr 0.5fr 0.6fr;
  }
}
@media (max-width: 760px){
  .prices__row{
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .prices__row--head{ display:none; }
  .prices__cell--duration, .prices__cell--price, .prices__cell--action{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .prices__cell--duration::before{
    content:"Dauer";
    color:#8a8a8a;
    font-weight:700;
    font-size:12px;
    letter-spacing:.08em;
    text-transform:uppercase;
  }
  .prices__cell--price::before{
    content:"Preis";
    color:#8a8a8a;
    font-weight:700;
    font-size:12px;
    letter-spacing:.08em;
    text-transform:uppercase;
  }
  .prices__cell--action{ justify-content: flex-start; }
  .prices__footer{
    flex-direction: column;
    align-items: stretch;
  }
  .prices__cta{ width: 100%; }
}

/* =========================================================
   FAQ PRO
========================================================= */
.section#faq.section--alt{
  background: linear-gradient(180deg, #fbfcfa 0%, #ffffff 55%);
}
.faqpro{
  max-width: 920px;
  margin: 30px auto 0;
  display: grid;
  gap: 14px;
}
.faqpro__item{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(0,0,0,.05);
  overflow: hidden;
  transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease;
}
.faqpro__item:hover{
  border-color: rgba(47,106,26,.18);
  box-shadow: 0 18px 40px rgba(0,0,0,.07);
  transform: translateY(-1px);
}
.faqpro__q{
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 46px 1fr 40px;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  color: #2f5c1d;
  user-select: none;
}
.faqpro__q::-webkit-details-marker{ display: none; }
.faqpro__q::before{
  content: "+";
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #2f5c1d;
  background: #f2f8ee;
  border: 1px solid rgba(111,159,69,.35);
}
.faqpro__q::after{
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: linear-gradient(#ffffff,#f2f6ee);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 2px 10px rgba(0,0,0,.06);
  justify-self: end;
  opacity: .85;
}
.faqpro__item[open] .faqpro__q::before{ content: "–"; }
.faqpro__item[open]{ border-color: rgba(47,106,26,.22); }

.faqpro__a{
  padding: 0 18px 18px;
  color: #5f5f5f;
  line-height: 1.75;
  font-size: 15px;
}
.faqpro__item:focus-within{
  outline: none;
  box-shadow: 0 0 0 4px rgba(127,179,61,.14), 0 18px 40px rgba(0,0,0,.07);
}

/* CTA */
.faqpro-cta{
  max-width: 920px;
  margin: 24px auto 0;
  border-radius: 22px;
  border: 1px solid rgba(111,159,69,.30);
  background: radial-gradient(1200px 280px at 10% 10%, rgba(127,179,61,.16), rgba(255,255,255,0) 55%),
              linear-gradient(180deg, #fbfff7 0%, #f4fbef 100%);
  box-shadow: 0 24px 60px rgba(0,0,0,.08);
  padding: 18px 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
}
.faqpro-cta__title{
  font-size: 20px;
  color: #2b2b2b;
  font-weight: 800;
  letter-spacing: .1px;
}
.faqpro-cta__sub{
  margin-top: 6px;
  color: #6a6a6a;
  line-height: 1.55;
  font-size: 14px;
}
.faqpro-cta__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  font-size: 18px;
  color: #fff;
  border: 1px solid #2f6a1a;
  background: linear-gradient(#6da12e, #2f6f18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 10px 22px rgba(0,0,0,.18);
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.faqpro-cta__btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 16px 34px rgba(0,0,0,.20);
}
@media (max-width: 860px){
  .faqpro-cta{
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
  }
  .faqpro-cta__btn{ width: 100%; }
}

/* =========================================================
   KONTAKT
========================================================= */
.contact{
  max-width:860px;
  margin:28px auto 0;
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
  padding:22px;
  box-shadow: 0 16px 40px rgba(0,0,0,.06);
  background:#fff;
}
.contact__grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:14px;
}
.field{ display:block; }
.field--full{ grid-column: 1 / -1; }
.field__label{
  display:block;
  font-size:13px;
  color:#6a6a6a;
  margin-bottom:6px;
}
.field__input, .field__textarea{
  width:100%;
  border:1px solid rgba(0,0,0,.12);
  border-radius:12px;
  padding:12px 12px;
  font: inherit;
  outline:none;
  background:#fff;
}
.field__input:focus, .field__textarea:focus{
  border-color: rgba(47,106,26,.45);
  box-shadow: 0 0 0 4px rgba(127,179,61,.18);
}
.contact__actions{
  margin-top: 14px;
  display: grid;
  gap: 10px;
  align-items: start;
}
.contact__btn{
  width: fit-content;
  height:46px;
  padding:0 22px;
  border-radius:999px;
  border:1px solid #2f6a1a;
  background: linear-gradient(#7fb33d, #3f7f1c);
  color:#fff;
  font-weight:900;
  cursor:pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 6px 14px rgba(0,0,0,.10);
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.contact__btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 10px 18px rgba(0,0,0,.14);
}
.contact__hint{
  margin:0;
  color:#7b7b7b;
  font-size:13px;
  line-height:1.55;
}

@media (max-width: 900px){
  .contact__grid{ grid-template-columns: 1fr; }
  .contact__btn{ width: 100%; }
}

/* =========================================================
   FOOTER
========================================================= */
.site-footer{
  margin-top: 56px;
  position: relative;
  background: linear-gradient(180deg,
    #f6faf3 0%,
    #254a2d 55%,
    #18361f 100%
  );
}
.site-footer::before{
  content:"";
  position:absolute;
  left:0; right:0; top:0;
  height: 64px;
  background: linear-gradient(180deg, rgba(246,250,243,1) 0%, rgba(37,74,45,0) 100%);
  pointer-events:none;
}
.site-footer__inner{
  padding: 54px 18px 26px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 28px;
  align-items: start;
}
.site-footer__logo{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
}
.site-footer__logo img{
  height: 54px;
  width: auto;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.25));
}
.site-footer__claim{
  margin: 14px 0 16px;
  color: rgba(255,255,255,.78);
  line-height: 1.7;
  max-width: 520px;
}
.site-footer__social{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}
.social-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  text-decoration:none;
  font-weight: 900;
  color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: 0 16px 34px rgba(0,0,0,.18);
  transition: transform .18s ease, filter .18s ease, background .18s ease, border-color .18s ease;
}
.social-pill svg{
  width: 18px;
  height: 18px;
  fill: currentColor;
  opacity: .95;
}
.social-pill:hover{
  transform: translateY(-2px);
  filter: brightness(1.06);
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.22);
}
.site-footer__cols{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.footer-card{
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  padding: 16px 16px 14px;
  box-shadow: 0 18px 40px rgba(0,0,0,.20);
}
.footer-card__title{
  color: rgba(255,255,255,.92);
  font-weight: 900;
  margin-bottom: 10px;
}
.footer-list, .footer-links{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap: 10px;
}
.footer-k{
  display:block;
  font-size: 12.5px;
  color: rgba(255,255,255,.62);
  margin-bottom: 2px;
}
.footer-v{ color: rgba(255,255,255,.78); }

.footer-a{
  color: rgba(255,255,255,.90);
  text-decoration: none;
  font-weight: 800;
  transition: opacity .18s ease, text-decoration-color .18s ease;
}
.footer-a:hover{
  opacity: .92;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.site-footer__bottom{
  border-top: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.18);
}
.site-footer__bottomInner{
  padding: 14px 18px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap: 10px;
  flex-wrap: wrap;
  color: rgba(255,255,255,.70);
  font-size: 13.5px;
}
.footer-a--muted{ color: rgba(255,255,255,.80); }
.dot{ opacity: .5; }

@media (max-width: 980px){
  .site-footer__inner{ grid-template-columns: 1fr; }
  .site-footer__cols{ grid-template-columns: 1fr; }
}

/* =========================================================
   ÜBER MICH
========================================================= */
.about{
  padding: 86px 0 96px;
  background: linear-gradient(to bottom, #f3f7ef 0%, #ffffff 58%);
  border-top: 1px solid rgba(0,0,0,.06);
}
.about__container{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px;
}
.about__header{
  text-align: center;
  margin-bottom: 34px;
}
.about__title{
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 400;
  color: #3f6f2a;
  letter-spacing: .2px;
}
.about__subtitle{
  margin: 10px auto 0;
  max-width: 760px;
  font-size: 16px;
  color: #7b7b7b;
  line-height: 1.6;
}
.about__grid{
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}
.about__media{
  margin: 0;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.07);
  box-shadow: 0 18px 38px rgba(0,0,0,.08);
  background: #fff;
  min-height: 520px;
}
.about__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  filter: contrast(1.03) saturate(1.02);
}
.about__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to top, rgba(0,0,0,.34), rgba(0,0,0,0) 55%),
    radial-gradient(1200px 480px at 20% 10%, rgba(255,255,255,.22), rgba(255,255,255,0) 55%);
  pointer-events:none;
}
.about__caption{
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 16px 16px;
  border-radius: 16px;

  /* statt hell -> dunkles Glas für bessere Lesbarkeit */
  background: linear-gradient(90deg, rgba(0,0,0,.62), rgba(0,0,0,.28));
  border: 1px solid rgba(255,255,255,.18);

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  color: #fff;
  display: grid;
  gap: 6px;

  box-shadow: 0 18px 50px rgba(0,0,0,.28);
}

.about__name{
  font-weight: 850;
  letter-spacing: .2px;
  font-size: 22px;
  line-height: 1.1;
  text-shadow: 0 2px 14px rgba(0,0,0,.65);
}

.about__meta{
  font-size: 14px;
  opacity: .95;
  text-shadow: 0 2px 12px rgba(0,0,0,.55);
}

.about__card{
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 18px;
  padding: 26px 26px 22px;
  box-shadow: 0 18px 38px rgba(0,0,0,.06);
}
.about__headline{
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: 30px;
  color: #2f5c1d;
  line-height: 1.25;
}
.about__text{
  margin: 14px 0 0;
  color: #5f5f5f;
  line-height: 1.75;
  font-size: 15.5px;
}
.about__highlights{
  margin: 18px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(0,0,0,.06);
  display: grid;
  gap: 12px;
}
.about__hl{
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: start;
}
.about__icon{
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #2f5c1d;
  background: #f2f8ee;
  border: 1px solid rgba(111,159,69,.35);
}
.about__hlTitle{
  font-weight: 800;
  color: #2f5c1d;
  line-height: 1.2;
}
.about__hlText{
  margin-top: 2px;
  color: #7b7b7b;
  font-size: 14px;
  line-height: 1.5;
}
.about__actions{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.about-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: 15px;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, background .18s ease;
}
.about-btn--primary{
  color: #ffffff;
  border-color: #2f6a1a;
  background: linear-gradient(#7fb33d, #3f7f1c);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 3px 10px rgba(0,0,0,.16);
}
.about-btn--primary:hover{
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 10px 22px rgba(0,0,0,.18);
}
.about-btn--ghost{
  color: #2f5c1d;
  border-color: rgba(111,159,69,.55);
  background: linear-gradient(#ffffff, #f2f6ee);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 2px 8px rgba(0,0,0,.10);
}
.about-btn--ghost:hover{
  transform: translateY(-2px);
  border-color: #4f7f2a;
  background: linear-gradient(#f7faf3, #e9f0e1);
  box-shadow: 0 10px 20px rgba(0,0,0,.12);
}
.about__note{
  margin: 14px 0 0;
  color: #8a8a8a;
  font-size: 14px;
  line-height: 1.55;
}
@media (max-width: 980px){
  .about__grid{ grid-template-columns: 1fr; }
  .about__media{ min-height: 440px; }
}
@media (max-width: 650px){
  .about{ padding: 70px 0 80px; }
  .about__title{ font-size: 40px; }
  .about__headline{ font-size: 26px; }
  .about__card{ padding: 22px 18px 18px; }
  .about__media{ min-height: 380px; }
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1100px){
  .topbar__inner{ grid-template-columns: 1fr auto; }
  .nav--desktop{ display:none; }
  .burger{ display:block; }
  .nav--mobile{ display:flex; flex-direction: column; gap: 10px; }
  .nav--mobile[aria-hidden="true"]{ display:none; }
  .brand__logo{ margin-left:-20px; }
}

@media (max-width: 980px){
  .services__slider{ padding: 0 46px; }
  .services__track{ grid-auto-columns: calc((100% - 22px) / 2); }
}

@media (max-width: 900px){
  .hero{ height: 560px; }
  .hero__headline{ font-size: 38px; }
  .hero__headline::after{ width: 520px; background-size: 520px 16px; }
  .hero__content::before{ height: 240px; width: min(780px, calc(100% - 40px)); }
}

@media (max-width: 650px){
  .brand__logo{ height:64px; max-width:220px; }
  .hero__headline{ font-size: 30px; }
  .hero__subline{ font-size: 17px; }
  .hero-btn{ min-width: 220px; }
  .hero__headline::after{ width: 360px; background-size: 360px 16px; }
  .hero__content::before{ height: 320px; width: calc(100% - 26px); border-radius: 16px; }
  .services{ padding: 56px 0 64px; }
  .services__title{ font-size: 36px; }
  .services__slider{ padding: 0 44px; }
  .services__track{ grid-auto-columns: 100%; }
  .service-card__title{ font-size: 20px; min-height: 54px; }
}

@media (max-width: 650px){
  .hero__content{
    padding: 34px 18px 56px;              /* weniger Innenabstand */
    place-content: center;            /* bleibt zentriert */
    transform: translateY(-10px);     /* <- Buttons etwas höher */
  }

  /* optional: die Glasbox minimal kleiner, damit alles kompakter wirkt */
  .hero__content::before{
    height: 320px;                    /* vorher 260px */
  }
}

/* =========================================================
   COOKIE BANNER
========================================================= */
.cookie-banner{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  padding: 14px;
  background: rgba(24,54,31,.92);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-top: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 -12px 30px rgba(0,0,0,.35);
  transform: translateY(100%);
  transition: transform .35s ease;
}

.cookie-banner.is-visible{
  transform: translateY(0);
}

.cookie-banner__content{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 12px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cookie-banner__text{
  margin: 0;
  color: rgba(255,255,255,.92);
  font-size: 14px;
  line-height: 1.6;
  max-width: 760px;
}

.cookie-banner__text a{
  color: #b7e08f;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-banner__actions{
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-btn{
  height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.cookie-btn--primary{
  background: linear-gradient(#7fb33d, #3f7f1c);
  color: #fff;
  border-color: #2f6a1a;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 6px 14px rgba(0,0,0,.22);
}

.cookie-btn--primary:hover{
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.cookie-btn--ghost{
  background: rgba(255,255,255,.10);
  color: rgba(255,255,255,.9);
  border-color: rgba(255,255,255,.28);
}

.cookie-btn--ghost:hover{
  background: rgba(255,255,255,.16);
}

@media (max-width: 700px){
  .cookie-banner__content{
    flex-direction: column;
    align-items: stretch;
  }
  .cookie-banner__actions{
    justify-content: stretch;
  }
  .cookie-btn{
    width: 100%;
  }
}
/* ===== LEGAL PAGES (Impressum/Datenschutz) ===== */
body.is-legal{
  --headerOffset: 170px; /* Header höher wegen Wellen -> verhindert "abgeschnitten" */
}

.legal-hero{
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  padding: clamp(56px, 6vw, 110px) 0;
  overflow: hidden;
}

.legal-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background: url("./assets/legal.png") center/cover no-repeat;
  filter: none;           /* ✅ nicht verschwommen */
  transform: scale(1.02);
  z-index: 0;
}

.legal-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to right, rgba(0,0,0,.45), rgba(0,0,0,.12));
  z-index: 1;
}

.legal-hero__inner{
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.legal-hero h1{
  margin: 0 0 10px 0;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
}

.legal-hero p{
  margin: 0;
  opacity: .92;
}

.legal-main{
  padding: clamp(34px, 4vw, 60px) 0;
}

@media (max-width: 700px){
  body.is-legal{ --headerOffset: 150px; }
  .legal-hero{ min-height: 280px; padding: 70px 0 60px; }
}


.legal-card{
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(0,0,0,.12);
  padding: clamp(18px, 2.5vw, 28px);
   max-width: 880px;     
  margin: 0 auto;
}

.legal-sep{
  border: 0;
  height: 1px;
  background: rgba(0,0,0,.08);
  margin: 22px 0;
}

.legal-list{
  margin: 12px 0 0 20px;
}

.legal-note{
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(46, 120, 70, .10);
  border: 1px solid rgba(46, 120, 70, .18);
  margin-bottom: 18px;
}
.legal-card h2,
.legal-card h3{
  margin-top: 22px;
}

.legal-card p{
  max-width: none;  
}

@media (max-width: 600px){
  .legal-card{
    padding: 20px 18px;
    border-radius: 14px;
  }
}
/* Kontakt Erfolg/Fehler Actions */
.legal-actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 12px 16px;
  border-radius: 999px;
  text-decoration:none;
  font-weight: 700;
  border: 1px solid rgba(0,0,0,.12);
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn:hover{ transform: translateY(-1px); box-shadow: 0 10px 30px rgba(0,0,0,.10); }

.btn--primary{
  background: #2e7846;
  color: #fff;
  border-color: rgba(46,120,70,.35);
}
.btn--ghost{
  background: rgba(255,255,255,.8);
  color: #163a24;
}

.legal-small{
  margin-top: 18px;
  font-size: .95rem;
  opacity: .85;
}

/* Smooth hover for buttons on success/error pages */
.btn{
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}
.btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0,0,0,.10);
}
.btn:active{
  transform: translateY(0);
  box-shadow: 0 10px 20px rgba(0,0,0,.08);
}

/* Note gently "pop" */
.legal-note{
  transition: transform .2s ease, box-shadow .2s ease;
}
.legal-note:hover{
  transform: translateY(-1px);
}
.legal-note--danger{
  background: rgba(180, 45, 45, .10);
  border: 1px solid rgba(180, 45, 45, .22);
}
