
:root{
  --berry:#8d1b2e;
  --berry-deep:#5f111e;
  --berry-light:#b82e45;
  --blush:#faeff1;
  --cream:#fdfaf5;
  --sage:#7c8b6c;
  --sage-light:#aab89a;
  --gold:#c69a4e;
  --ink:#3a2a30;
  --ink-soft:#75636a;
  --line:#e9dcdf;
  --radius:22px;
  --shadow: 0 20px 50px -25px rgba(110,17,64,0.35);
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth; overflow-x:hidden; max-width:100%;}
main{display:block; max-width:100%; overflow-x:hidden;}
body{
  font-family:'Work Sans', sans-serif;
  color:var(--ink);
  background:var(--cream);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
  max-width:100%;
  width:100%;
}
img{max-width:100%; display:block;}
a{color:inherit; text-decoration:none;}
h1,h2,h3,h4{
  font-family:'Fraunces', serif;
  font-weight:600;
  line-height:1.15;
  color:var(--berry-deep);
}
.eyebrow{
  font-family:'Work Sans', sans-serif;
  text-transform:uppercase;
  letter-spacing:0.18em;
  font-size:0.75rem;
  font-weight:600;
  color:var(--sage);
  display:flex;
  align-items:center;
  gap:10px;
}
.eyebrow::before{
  content:"";
  width:26px; height:1px;
  background:var(--gold);
  display:inline-block;
}
.wrap{max-width:1180px; margin:0 auto; padding:0 32px; position:relative; z-index:1;}
section{position:relative; padding:110px 0;}
.section-tight{padding:80px 0;}

/* ---------- Decorative backgrounds ---------- */
.bg-pattern{position:relative;}
.bg-pattern::before{
  content:"";
  position:absolute; inset:0; z-index:0; pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%27260%27%20height%3D%27260%27%3E%3Cg%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%271.3%27%20stroke-linecap%3D%27round%27%3E%3Cpath%20d%3D%27M18%20230%20C%2030%20195%2C%2055%20185%2C%2065%20150%20C%2078%20185%2C%20100%20190%2C%20112%20220%27/%3E%3Cpath%20d%3D%27M65%20150%20C%2058%20128%2C%2040%20118%2C%2026%20106%27/%3E%3Cpath%20d%3D%27M65%20150%20C%2075%20130%2C%2095%20122%2C%20108%20110%27/%3E%3Cpath%20d%3D%27M195%2035%20C%20208%2060%2C%20232%2070%2C%20244%2096%20C%20226%2085%2C%20208%2090%2C%20190%2080%27/%3E%3Cpath%20d%3D%27M195%2035%20C%20190%2055%2C%20175%2062%2C%20160%2058%27/%3E%3Ccircle%20cx%3D%27168%27%20cy%3D%27190%27%20r%3D%273%27/%3E%3Ccircle%20cx%3D%2740%27%20cy%3D%2730%27%20r%3D%272.4%27/%3E%3Ccircle%20cx%3D%27230%27%20cy%3D%27150%27%20r%3D%272.4%27/%3E%3C/g%3E%3C/svg%3E");
  background-repeat:repeat; background-size:230px 230px;
}
.bg-pattern.tint-sage::before{color:var(--sage); opacity:0.09;}
.bg-pattern.tint-gold::before{color:var(--gold); opacity:0.08;}
.bg-pattern.tint-cream::before{color:#fff; opacity:0.07;}
.bg-pattern.tint-berry::before{color:var(--berry); opacity:0.05;}

.bg-wash-blush{
  background:
    radial-gradient(ellipse 70% 55% at 12% 0%, rgba(198,154,78,0.12), transparent 60%),
    radial-gradient(ellipse 60% 50% at 100% 100%, rgba(124,139,108,0.14), transparent 60%),
    linear-gradient(180deg, var(--blush) 0%, var(--cream) 100%);
}
.bg-wash-cream{
  background:
    radial-gradient(ellipse 55% 45% at 100% 0%, rgba(143,26,82,0.05), transparent 55%),
    radial-gradient(ellipse 55% 45% at 0% 100%, rgba(198,154,78,0.09), transparent 55%),
    var(--cream);
}
.bg-wash-berry{
  background:
    radial-gradient(ellipse 60% 60% at 15% 0%, rgba(255,255,255,0.10), transparent 60%),
    radial-gradient(ellipse 50% 50% at 100% 100%, rgba(0,0,0,0.18), transparent 60%),
    linear-gradient(160deg, var(--berry-deep), var(--berry) 65%);
}

/* ---------- Skip link / focus ---------- */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible{
  outline:3px solid var(--gold);
  outline-offset:3px;
}
.skip-link{
  position:absolute; left:-999px; top:0; background:var(--berry); color:#fff; padding:12px 20px; z-index:999; border-radius:0 0 10px 0;
}
.skip-link:focus{left:0;}

/* ---------- Header ---------- */
header{
  position:sticky; top:0; z-index:100;
  background:rgba(253,250,245,0.9);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.nav-inner{
  max-width:1180px; margin:0 auto; padding:12px 24px;
  display:flex; align-items:center; justify-content:space-between; gap:16px;
}
.brand{display:flex; align-items:center; gap:8px; flex-shrink:0;}
.brand img{height:42px; width:auto;}
nav.links{display:flex; gap:16px; align-items:center; flex-wrap:nowrap;}
nav.links a{
  font-size:15px; font-weight:500; color:var(--ink);
  position:relative; padding:4px 0; white-space:nowrap;
}
nav.links a::after{
  content:""; position:absolute; left:0; bottom:-2px; height:2px; width:0%;
  background:var(--gold); transition:width .25s ease;
}
nav.links a:hover::after, nav.links a:focus-visible::after{width:100%;}
.header-cta{display:flex; align-items:center; gap:8px; flex-shrink:0;}
.btn{
  display:inline-flex; align-items:center; gap:8px;
  padding:12px 24px; border-radius:100px; font-weight:600; font-size:0.92rem;
  border:1.5px solid transparent; cursor:pointer; transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
  white-space:nowrap;
}
.btn-primary{background:var(--berry); color:#fff; box-shadow:0 10px 24px -10px rgba(143,26,82,0.6);}
.btn-primary:hover{background:var(--berry-deep); transform:translateY(-2px);}
.btn-ghost{background:transparent; border-color:var(--berry); color:var(--berry);}
.btn-ghost:hover{background:var(--blush); transform:translateY(-2px);}
.btn-outline-light{border-color:rgba(255,255,255,0.7); color:#fff;}
.btn-outline-light:hover{background:rgba(255,255,255,0.15);}
.btn-sm{padding:8px 14px; font-size:14px;}
.header-cta .btn-ghost.btn-sm{padding:7px 12px; font-size:13.5px;}
.icon-btn{
  width:42px; height:42px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center;
  background:var(--blush); color:var(--berry); transition:background .2s, transform .2s;
}
.icon-btn:hover{background:var(--berry); color:#fff; transform:translateY(-2px);}
.burger{display:none; background:none; border:none; cursor:pointer; padding:6px; flex-shrink:0;}
.burger span{display:block; width:26px; height:2px; background:var(--berry-deep); margin:6px 0; transition:.3s;}

/* Ab hier (≤1440px: Laptop-Displays wie 1366x768 und 1440x900 eingeschlossen)
   wechselt die Navigation komplett auf das Hamburger-Menü. Damit muss nie
   versucht werden, 8 Menüpunkte + Telefon + Button in eine schmalere Zeile
   zu zwängen – das ist die Hauptursache für abgeschnittene Inhalte gewesen. */
@media (max-width:1440px){
  nav.links{
    position:fixed; top:64px; left:0; right:0; background:var(--cream); flex-direction:column; padding:24px 32px;
    box-shadow:0 20px 30px -20px rgba(0,0,0,0.2); transform:translateY(-140%); opacity:0; transition:.3s; border-bottom:1px solid var(--line);
    max-height:calc(100vh - 64px); overflow-y:auto; z-index:99;
  }
  nav.links.open{transform:translateY(0); opacity:1;}
  nav.links a{padding:10px 0; border-bottom:1px solid var(--line); font-size:16px;}
  nav.links a:last-child{border-bottom:none;}
  .burger{display:block;}
  .header-cta .btn-primary{display:none;}
  .nav-inner{padding:10px 20px;}
}
@media (max-width:480px){
  .header-cta .btn-ghost{padding:6px 10px; font-size:12.5px;}
  .header-cta .btn-ghost span.phone-text{display:none;}
}

/* ---------- Hero ---------- */
.hero{
  position:relative; padding:90px 0 60px;
  background:
    radial-gradient(circle at 85% 10%, rgba(198,154,78,0.14), transparent 45%),
    radial-gradient(circle at 5% 90%, rgba(124,139,108,0.16), transparent 45%),
    var(--cream);
  overflow:hidden;
}
.hero-grid{
  display:grid; grid-template-columns:1.05fr 0.95fr; gap:48px; align-items:center;
}
.hero-eyebrow{margin-bottom:22px;}
.hero h1{
  font-size:clamp(2.4rem, 4.6vw, 3.6rem);
  margin-bottom:22px;
}
.hero h1 em{
  font-style:normal; color:var(--berry); font-weight:600;
}
.hero p.lead{
  font-size:1.12rem; color:var(--ink-soft); max-width:520px; margin-bottom:34px;
}
.hero-actions{display:flex; gap:16px; flex-wrap:wrap; margin-bottom:38px;}
.trust-row{display:flex; gap:28px; flex-wrap:wrap;}
.trust-item{display:flex; align-items:center; gap:10px; font-size:0.9rem; color:var(--ink-soft);}
.trust-item svg{flex-shrink:0; color:var(--sage);}
.hero-visual{position:relative;}
.hero-card{
  position:relative; background:#fff; border-radius:var(--radius); box-shadow:var(--shadow);
  padding:34px; overflow:hidden; border:1px solid rgba(198,154,78,0.35);
}
.hero-card img{border-radius:16px 16px 0 0; margin:-34px -34px 24px;}
.hero-card .quote{font-family:'Fraunces', serif; font-style:italic; color:var(--berry-deep); font-size:1.15rem; line-height:1.5;}
.hero-card .quote-by{margin-top:14px; font-size:0.85rem; color:var(--ink-soft); font-weight:600;}
.hero-blob{position:absolute; top:-60px; right:-80px; width:340px; height:340px; opacity:0.5; z-index:-1;}
.corner-bouquet{position:absolute; top:0; width:190px; height:190px; pointer-events:none; z-index:0;}
.corner-bouquet-left{left:0;}
.corner-bouquet-right{right:0; transform:scaleX(-1);}
.corner-bouquet-bottom-left{top:auto; bottom:0; left:0; transform:scaleY(-1);}
.corner-bouquet-bottom-right{top:auto; bottom:0; right:0; transform:scale(-1,-1);}

/* ---------- Heart divider (florales Signature-Element) ---------- */
.heart-divider{
  display:flex; align-items:center; justify-content:center; gap:14px; margin:14px 0 6px;
}
.heart-divider::before, .heart-divider::after{
  content:""; height:1px; width:46px; background:linear-gradient(90deg, transparent, var(--gold));
}
.heart-divider::after{background:linear-gradient(90deg, var(--gold), transparent);}
.heart-divider svg{flex-shrink:0; color:var(--berry);}
.heart-divider.left-align{justify-content:flex-start;}
.heart-divider.left-align::before{display:none;}

.vine-divider{width:100%; height:64px; display:block;}
.vine-divider path{fill:none; stroke:var(--gold); stroke-width:2;}

/* ---------- Value strip ---------- */
.value-strip{background:var(--berry-deep); padding:0; position:relative; overflow:hidden;}
.value-strip-head{text-align:center; padding:56px 0 8px; max-width:560px; margin:0 auto;}
.value-strip-head .eyebrow::before{display:none;}
.value-strip-head h2{font-size:clamp(1.6rem,3vw,2.1rem);}
.value-grid{
  display:grid; grid-template-columns:repeat(4,1fr);
}
.value-item{
  padding:38px 30px; color:#faeff1; text-align:center; border-right:1px solid rgba(255,255,255,0.12);
}
.value-item:last-child{border-right:none;}
.value-item svg{margin-bottom:14px; color:var(--gold);}
.value-item h3{color:#fff; font-size:1.05rem; margin-bottom:8px;}
.value-item p{font-size:0.86rem; color:#e6cbd6; line-height:1.5;}

/* ---------- About ---------- */
.about-grid{
  display:grid; grid-template-columns:0.9fr 1.1fr; gap:64px; align-items:center;
}
.about-media{position:relative;}
.founders-photo-card{margin-bottom:22px;}
.founders-photo{
  width:100%; height:auto; border-radius:var(--radius); box-shadow:var(--shadow);
  border:1px solid rgba(198,154,78,0.35); display:block;
}
.founders-caption{
  text-align:center; margin-top:14px; font-family:'Fraunces',serif; font-weight:600; color:var(--berry-deep); font-size:1.02rem;
}
.founders-caption span{display:block; font-family:'Work Sans',sans-serif; font-weight:500; font-size:0.82rem; color:var(--ink-soft); margin-top:4px;}
.about-frame{
  background:var(--blush); border-radius:var(--radius); padding:40px; position:relative;
  border:1px solid rgba(198,154,78,0.4); box-shadow:0 24px 50px -30px rgba(110,17,64,0.3);
}
.about-frame .heart{width:220px; height:auto; margin:0 auto 18px; display:block;}
.about-frame p.tagline{
  font-family:'Fraunces', serif; font-style:italic; text-align:center; color:var(--berry-deep); font-size:1.3rem;
}
h2{font-size:clamp(1.9rem, 3.2vw, 2.5rem); margin-bottom:22px;}
.about-text p{color:var(--ink-soft); margin-bottom:18px; max-width:560px;}
.about-list{list-style:none; margin-top:26px; display:grid; gap:14px;}
.about-list li{display:flex; gap:12px; align-items:flex-start; font-size:0.98rem;}
.about-list svg{flex-shrink:0; margin-top:3px; color:var(--sage);}

.callback-card{
  margin-top:34px; padding:24px 26px; background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.18); border-radius:18px;
}
.callback-card h4{color:#fff; font-family:'Fraunces',serif; font-size:1.05rem; margin-bottom:2px;}
.callback-card p{color:#e6cbd6; font-size:0.86rem;}
.callback-form{display:flex; gap:10px; flex-wrap:wrap;}
.callback-form input{
  flex:1; min-width:150px; padding:11px 14px; border-radius:10px; border:none; font-family:'Work Sans'; font-size:0.9rem;
}
.callback-form button{flex-shrink:0;}

/* ---------- FAQ ---------- */
.faq-list{max-width:820px; margin-top:32px; display:grid; gap:14px;}
.faq-item{
  background:#fff; border:1px solid var(--line); border-radius:16px; padding:20px 24px;
}
.faq-item summary{
  cursor:pointer; font-family:'Fraunces',serif; font-weight:600; color:var(--berry-deep); font-size:1.05rem;
  list-style:none; display:flex; justify-content:space-between; align-items:center; gap:12px;
}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{
  content:"+"; font-size:1.4rem; color:var(--gold); font-family:'Work Sans'; flex-shrink:0; transition:transform .2s;
}
.faq-item[open] summary::after{transform:rotate(45deg);}
.faq-item p{margin-top:12px; color:var(--ink-soft); font-size:0.95rem;}

/* ---------- Reviews ---------- */
.rating-badge{display:flex; align-items:center; gap:14px; margin-top:20px;}
.rating-number{font-family:'Fraunces',serif; font-weight:600; font-size:2.2rem; color:var(--berry-deep); line-height:1;}
.rating-stars{color:var(--gold); font-size:1rem; letter-spacing:2px;}
.rating-count{font-size:0.82rem; color:var(--ink-soft);}
.reviews-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:38px;}
.review-card{
  background:#fff; border-radius:18px; padding:28px 26px; border:1px solid var(--line);
  box-shadow:0 14px 30px -22px rgba(110,17,64,0.3); display:flex; flex-direction:column;
}
.review-stars{color:var(--gold); font-size:1.1rem; letter-spacing:2px; margin-bottom:14px;}
.review-text{font-family:'Fraunces',serif; font-style:italic; color:var(--ink); font-size:1rem; line-height:1.55; flex-grow:1; margin-bottom:20px;}
.review-author{display:flex; align-items:center; gap:12px;}
.review-avatar{
  width:38px; height:38px; border-radius:50%; background:var(--berry); color:#fff; font-family:'Fraunces',serif; font-weight:600;
  display:flex; align-items:center; justify-content:center; flex-shrink:0; font-size:0.95rem;
}
.review-author strong{display:block; font-size:0.9rem; color:var(--berry-deep);}
.review-author span{display:block; font-size:0.78rem; color:var(--ink-soft);}

/* ---------- Team ---------- */
.team-grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:26px; margin-top:38px; max-width:920px;
}
.team-card{
  background:#fff; border-radius:18px; padding:26px 24px 28px; box-shadow:0 12px 28px -20px rgba(110,17,64,0.3); border:1px solid var(--line);
  transition:box-shadow .25s ease, border-color .25s ease, transform .25s ease;
}
.team-card:hover{border-color:rgba(198,154,78,0.5); box-shadow:0 20px 36px -20px rgba(110,17,64,0.4); transform:translateY(-3px);}
.team-photo{
  width:84px; height:84px; border-radius:50%; object-fit:cover; margin-bottom:16px;
  border:3px solid var(--blush); box-shadow:0 8px 18px -10px rgba(110,17,64,0.35);
}
.team-card h3{font-size:1.05rem; margin-bottom:4px;}
.team-role{display:block; font-size:0.78rem; color:var(--sage); font-weight:600; margin-bottom:14px;}
.team-card p{font-size:0.88rem; color:var(--ink-soft); font-style:italic; line-height:1.55;}

/* ---------- Services ---------- */
.services-section{background:var(--blush);}
.service-tabs{display:flex; flex-wrap:wrap; gap:10px; margin:40px 0 44px;}
.tab-btn{
  padding:11px 22px; border-radius:100px; border:1.5px solid var(--berry); background:transparent; color:var(--berry);
  font-family:'Work Sans', sans-serif; font-weight:600; font-size:0.88rem; cursor:pointer; transition:.2s;
}
.tab-btn.active, .tab-btn:hover{background:var(--berry); color:#fff;}
.service-panels{position:relative;}
.service-panel{display:none;}
.service-panel.active{display:block; animation:fadein .35s ease;}
@keyframes fadein{from{opacity:0; transform:translateY(6px);} to{opacity:1; transform:translateY(0);}}
.service-panel-head{display:flex; align-items:center; gap:16px; flex-wrap:wrap; margin-bottom:22px;}
.service-panel-head h3{font-size:1.4rem; color:var(--berry-deep);}
.service-panel-head span{font-size:0.85rem; color:var(--ink-soft);}
.service-icon{
  width:52px; height:52px; border-radius:50%; background:var(--berry); flex-shrink:0;
  display:flex; align-items:center; justify-content:center; box-shadow:0 10px 22px -10px rgba(143,26,82,0.55);
  border:2px solid rgba(198,154,78,0.4);
}
.service-list{
  display:grid; grid-template-columns:repeat(2,1fr); gap:12px 22px; list-style:none;
}
.service-list li{
  position:relative; padding:14px 18px 14px 40px; border-radius:14px; font-size:0.94rem; background:#fff;
  box-shadow:0 8px 18px -14px rgba(110,17,64,0.25);
}
.service-list li::before{
  content:"✓"; position:absolute; left:14px; top:50%; transform:translateY(-50%);
  color:var(--gold); font-weight:700; font-size:0.95rem;
}
.service-note{
  margin-top:26px; padding:20px 24px; background:#fff; border-left:4px solid var(--sage); border-radius:0 14px 14px 0; font-size:0.92rem; color:var(--ink-soft);
}

/* ---------- Area ---------- */
.area-grid{display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center;}
.plz-cloud{display:flex; flex-wrap:wrap; gap:10px;}
.plz-chip{
  display:inline-flex; align-items:center; gap:8px; padding:9px 16px; border-radius:100px; background:var(--cream);
  border:1px solid var(--line); font-size:0.88rem; font-weight:500;
}
.plz-chip b{color:var(--berry); font-family:'Fraunces',serif;}
.map-embed{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); border:none; width:100%; height:380px;}

/* ---------- Booking ---------- */
.booking-section{
  background: linear-gradient(160deg, var(--berry-deep), var(--berry) 65%);
  color:#fff; position:relative; overflow:hidden;
}
.booking-grid{display:grid; grid-template-columns:1fr 1.2fr; gap:56px; align-items:start;}
.booking-section h2{color:#fff;}
.booking-section .eyebrow{color:var(--gold);}
.booking-section .eyebrow::before{background:#fff;}
.booking-section p{color:#f1dbe4;}
.booking-steps{list-style:none; margin-top:28px; display:grid; gap:20px;}
.booking-steps li{display:flex; gap:16px; align-items:flex-start;}
.step-num{
  width:34px; height:34px; border-radius:50%; background:rgba(255,255,255,0.15); color:#fff; font-family:'Fraunces',serif;
  display:flex; align-items:center; justify-content:center; flex-shrink:0; font-size:0.95rem;
}
.booking-steps h4{color:#fff; font-family:'Work Sans'; font-size:1rem; margin-bottom:4px;}
.booking-steps p{font-size:0.88rem; color:#e6cbd6; margin:0;}
.calendly-tabs{display:flex; flex-wrap:wrap; gap:8px; padding:16px 16px 0;}
.calendly-tab{
  flex:1; min-width:140px; padding:11px 14px; border-radius:100px; border:1.5px solid var(--line); background:#fff;
  color:var(--ink-soft); font-family:'Work Sans',sans-serif; font-weight:600; font-size:0.82rem; cursor:pointer; transition:.2s;
  white-space:nowrap; text-align:center;
}
.calendly-tab:hover{border-color:var(--gold); color:var(--berry-deep);}
.calendly-tab.active{background:var(--berry); border-color:var(--berry); color:#fff;}
.calendly-widget-container{width:100%;}
@media (max-width:480px){
  .calendly-tabs{flex-direction:column;}
  .calendly-tab{min-width:0;}
}
.calendar-card{
  background:#fff; border-radius:var(--radius); padding:8px; box-shadow:0 30px 60px -20px rgba(0,0,0,0.4); border:1px solid rgba(255,255,255,0.25);
}
.calendar-inline{
  min-height:480px; border-radius:16px; overflow:hidden; background:var(--cream); display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:40px 30px; color:var(--ink);
}
.calendar-inline svg{color:var(--berry); margin-bottom:18px;}
.calendar-inline h3{margin-bottom:10px; font-size:1.2rem;}
.calendar-inline p{color:var(--ink-soft); font-size:0.9rem; max-width:340px; margin-bottom:22px;}

/* ---------- Contact ---------- */
.contact-grid{display:grid; grid-template-columns:0.85fr 1.15fr; gap:56px;}
.contact-info-card{background:var(--blush); border-radius:var(--radius); padding:38px; border:1px solid rgba(198,154,78,0.35); box-shadow:0 24px 50px -32px rgba(110,17,64,0.3); overflow:hidden;}
.building-photo{
  width:calc(100% + 76px); margin:-38px -38px 24px; display:block; height:210px; object-fit:cover;
}
.contact-info-card h3{margin-bottom:22px; font-size:1.3rem;}
.info-row{display:flex; gap:14px; align-items:flex-start; margin-bottom:20px;}
.info-row svg{color:var(--berry); flex-shrink:0; margin-top:3px;}
.info-row a{font-weight:600; color:var(--berry-deep);}
.info-row span{display:block; font-size:0.82rem; color:var(--ink-soft); margin-bottom:2px;}
.social-row{display:flex; gap:12px; margin-top:26px;}
form.contact-form{display:grid; gap:18px;}
.form-row{display:grid; grid-template-columns:1fr 1fr; gap:18px;}
label{font-size:0.82rem; font-weight:600; color:var(--berry-deep); margin-bottom:6px; display:block;}
input, select, textarea{
  width:100%; padding:13px 16px; border-radius:12px; border:1.5px solid var(--line); background:#fff;
  font-family:'Work Sans'; font-size:0.95rem; color:var(--ink); transition:border-color .2s;
}
input:focus, select:focus, textarea:focus{border-color:var(--berry); outline:none;}
textarea{min-height:130px; resize:vertical;}
.consent-row{display:flex; gap:10px; align-items:flex-start; font-size:0.82rem; color:var(--ink-soft);}
.consent-row input{width:auto; margin-top:3px;}
.form-note{font-size:0.78rem; color:var(--ink-soft); margin-top:-4px;}

/* ---------- Footer ---------- */
footer{background:var(--berry-deep); color:#e6cbd6; padding:70px 0 26px; position:relative; overflow:hidden;}
.footer-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:40px; margin-bottom:50px;}
.footer-brand img{height:46px; margin-bottom:16px;}
.footer-brand p{font-size:0.88rem; max-width:280px; color:#d9b7c4;}
footer h4{color:#fff; font-family:'Work Sans'; font-size:0.92rem; margin-bottom:16px; letter-spacing:0.02em;}
footer ul{list-style:none; display:grid; gap:10px;}
footer a{font-size:0.88rem; color:#d9b7c4; transition:color .2s;}
footer a:hover{color:#fff;}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,0.15); padding-top:24px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px;
  font-size:0.8rem; color:#c79cae;
}

/* ---------- WhatsApp float ---------- */
.float-actions{position:fixed; right:24px; bottom:24px; z-index:200; display:flex; flex-direction:column; gap:12px;}
.float-btn{
  width:58px; height:58px; border-radius:50%; display:flex; align-items:center; justify-content:center; box-shadow:0 14px 30px -10px rgba(0,0,0,0.4);
  color:#fff; transition:transform .2s;
}
.float-btn:hover{transform:scale(1.08);}
.float-btn.whatsapp{background:#25D366;}
.float-btn.call{background:var(--berry);}

/* ---------- Responsive ---------- */
@media (max-width: 980px){
  .hero-grid, .about-grid, .area-grid, .contact-grid, .booking-grid{grid-template-columns:1fr;}
  .value-grid{grid-template-columns:repeat(2,1fr);}
  .value-item{border-right:none; border-bottom:1px solid rgba(255,255,255,0.12);}
  .team-grid{grid-template-columns:repeat(2,1fr);}
  .reviews-grid{grid-template-columns:repeat(2,1fr);}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .header-cta .btn-ghost{display:none;}
  .about-frame .heart{width:180px;}
  .corner-bouquet{width:130px; height:130px; opacity:0.8;}
}
@media (max-width: 640px){
  .corner-bouquet{width:90px; height:90px; opacity:0.6;}
  section{padding:56px 0;}
  .wrap{padding:0 20px;}
  .nav-inner{padding:12px 20px;}
  .brand img{height:42px;}
  .service-list{grid-template-columns:1fr;}
  .form-row{grid-template-columns:1fr;}
  .value-grid{grid-template-columns:1fr;}
  .team-grid{grid-template-columns:1fr;}
  .reviews-grid{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr; gap:32px; text-align:left;}
  .hero-actions{flex-direction:column; align-items:stretch;}
  .hero-actions .btn{justify-content:center;}
  .trust-row{flex-direction:column; gap:12px;}
  .hero-card{padding:24px;}
  .hero-card img{margin:-24px -24px 20px;}
  .about-frame{padding:26px 22px;}
  .about-frame .heart{width:150px;}
  .service-tabs{gap:8px;}
  .tab-btn{padding:9px 16px; font-size:0.82rem;}
  .plz-cloud{gap:8px;}
  .plz-chip{padding:8px 13px; font-size:0.82rem;}
  .map-embed{height:280px;}
  .callback-form{flex-direction:column; align-items:stretch;}
  .callback-form input, .callback-form button{width:100%;}
  .calendar-card{padding:6px;}
  .calendly-inline-widget{min-width:0 !important; height:560px !important;}
  .contact-info-card{padding:26px 22px;}
  .building-photo{width:calc(100% + 44px); margin:-26px -22px 20px; height:160px;}
  .float-actions{right:16px; bottom:16px;}
  .float-btn{width:50px; height:50px;}
  .value-item{padding:28px 20px;}
  h1{font-size:2rem !important;}
  .faq-item{padding:16px 18px;}
  .faq-item summary{font-size:0.96rem;}
}
@media (max-width: 380px){
  .header-cta .btn-primary{padding:9px 14px; font-size:0.8rem;}
  .brand img{height:36px;}
}
@media (prefers-reduced-motion: reduce){
  *{animation:none !important; transition:none !important; scroll-behavior:auto !important;}
}




/* ===== karriere ===== */

/* skipped (global): :root */
/* skipped (global): * */
.page-template-template-karriere html{scroll-behavior:smooth;}
.page-template-template-karriere body{font-family:'Work Sans',sans-serif; color:var(--ink); background:var(--cream); line-height:1.6; -webkit-font-smoothing:antialiased;}
.page-template-template-karriere img{max-width:100%; display:block;}
.page-template-template-karriere a{color:inherit; text-decoration:none;}
.page-template-template-karriere h1, .page-template-template-karriere h2, .page-template-template-karriere h3{font-family:'Fraunces',serif; font-weight:600; line-height:1.15; color:var(--berry-deep);}
.page-template-template-karriere .eyebrow{text-transform:uppercase; letter-spacing:0.18em; font-size:0.75rem; font-weight:600; color:var(--sage); display:flex; align-items:center; gap:10px;}
.page-template-template-karriere .eyebrow::before{content:""; width:26px; height:1px; background:var(--gold); display:inline-block;}
.page-template-template-karriere .wrap{max-width:1100px; margin:0 auto; padding:0 32px; position:relative; z-index:1;}
.page-template-template-karriere section{padding:90px 0; position:relative;}
.page-template-template-karriere a:focus-visible, .page-template-template-karriere button:focus-visible, .page-template-template-karriere input:focus-visible, .page-template-template-karriere textarea:focus-visible{outline:3px solid var(--gold); outline-offset:3px;}

.page-template-template-karriere .bg-pattern{position:relative; overflow:hidden;}
.page-template-template-karriere .bg-pattern::before{
  content:"";
  position:absolute; inset:0; z-index:0; pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%27260%27%20height%3D%27260%27%3E%3Cg%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%271.3%27%20stroke-linecap%3D%27round%27%3E%3Cpath%20d%3D%27M18%20230%20C%2030%20195%2C%2055%20185%2C%2065%20150%20C%2078%20185%2C%20100%20190%2C%20112%20220%27/%3E%3Cpath%20d%3D%27M65%20150%20C%2058%20128%2C%2040%20118%2C%2026%20106%27/%3E%3Cpath%20d%3D%27M65%20150%20C%2075%20130%2C%2095%20122%2C%20108%20110%27/%3E%3Cpath%20d%3D%27M195%2035%20C%20208%2060%2C%20232%2070%2C%20244%2096%20C%20226%2085%2C%20208%2090%2C%20190%2080%27/%3E%3Cpath%20d%3D%27M195%2035%20C%20190%2055%2C%20175%2062%2C%20160%2058%27/%3E%3Ccircle%20cx%3D%27168%27%20cy%3D%27190%27%20r%3D%273%27/%3E%3Ccircle%20cx%3D%2740%27%20cy%3D%2730%27%20r%3D%272.4%27/%3E%3Ccircle%20cx%3D%27230%27%20cy%3D%27150%27%20r%3D%272.4%27/%3E%3C/g%3E%3C/svg%3E");
  background-repeat:repeat; background-size:230px 230px;
}
.page-template-template-karriere .tint-sage::before{color:var(--sage); opacity:0.09;}
.page-template-template-karriere .tint-gold::before{color:var(--gold); opacity:0.08;}

.page-template-template-karriere header{position:sticky; top:0; z-index:100; background:rgba(253,250,245,0.92); backdrop-filter:blur(10px); border-bottom:1px solid var(--line);}
.page-template-template-karriere .nav-inner{max-width:1100px; margin:0 auto; padding:14px 32px; display:flex; align-items:center; justify-content:space-between; gap:20px;}
.page-template-template-karriere .nav-inner img{height:48px;}
.page-template-template-karriere .back-link{font-weight:600; font-size:0.92rem; color:var(--berry);}
.page-template-template-karriere .btn{display:inline-flex; align-items:center; gap:8px; padding:13px 26px; border-radius:100px; font-weight:600; font-size:0.92rem; border:1.5px solid transparent; cursor:pointer; transition:.2s;}
.page-template-template-karriere .btn-primary{background:var(--berry); color:#fff; box-shadow:0 10px 24px -10px rgba(143,26,82,0.5);}
.page-template-template-karriere .btn-primary:hover{background:var(--berry-deep); transform:translateY(-2px);}

.page-template-template-karriere .hero{
  padding:80px 0 60px;
  position:relative; overflow:hidden;
  background:
    radial-gradient(ellipse 65% 55% at 88% 5%, rgba(198,154,78,0.16), transparent 55%),
    radial-gradient(ellipse 55% 50% at 5% 95%, rgba(124,139,108,0.18), transparent 55%),
    var(--cream);
}
.page-template-template-karriere .hero h1{font-size:clamp(2.1rem,4vw,3rem); margin-bottom:18px; max-width:680px;}
.page-template-template-karriere .hero p{color:var(--ink-soft); max-width:560px; font-size:1.08rem; margin-bottom:30px;}

.page-template-template-karriere .corner-bouquet{position:absolute; top:0; width:170px; height:170px; pointer-events:none; z-index:0;}
.page-template-template-karriere .corner-bouquet-left{left:0;}
.page-template-template-karriere .corner-bouquet-right{right:0; transform:scaleX(-1);}
.page-template-template-karriere .corner-bouquet-bottom-left{top:auto; bottom:0; left:0; transform:scaleY(-1);}
.page-template-template-karriere .corner-bouquet-bottom-right{top:auto; bottom:0; right:0; transform:scale(-1,-1);}


.page-template-template-karriere .value-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:34px;}
.page-template-template-karriere .value-card{background:#fff; border-radius:18px; padding:28px 26px; border:1px solid var(--line); box-shadow:0 12px 28px -20px rgba(110,17,64,0.25);}
.page-template-template-karriere .value-card h3{font-size:1.05rem; margin-bottom:8px;}
.page-template-template-karriere .value-card p{font-size:0.92rem; color:var(--ink-soft);}

.page-template-template-karriere .roles-section{background:var(--blush);}
.page-template-template-karriere .roles-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:34px;}
.page-template-template-karriere .role-card{background:#fff; border-radius:16px; padding:24px; border-left:4px solid var(--gold);}
.page-template-template-karriere .role-card h3{font-size:1rem; margin-bottom:6px;}
.page-template-template-karriere .role-card span{font-size:0.8rem; color:var(--sage); font-weight:600;}
.page-template-template-karriere .role-card p{font-size:0.88rem; color:var(--ink-soft); margin-top:10px;}

.page-template-template-karriere .form-section .wrap{max-width:760px;}
.page-template-template-karriere form{display:grid; gap:18px; margin-top:30px; background:#fff; padding:36px; border-radius:var(--radius); box-shadow:var(--shadow); border:1px solid var(--line);}
.page-template-template-karriere .form-row{display:grid; grid-template-columns:1fr 1fr; gap:18px;}
.page-template-template-karriere label{font-size:0.82rem; font-weight:600; color:var(--berry-deep); margin-bottom:6px; display:block;}
.page-template-template-karriere input, .page-template-template-karriere select, .page-template-template-karriere textarea{width:100%; padding:13px 16px; border-radius:12px; border:1.5px solid var(--line); background:#fff; font-family:'Work Sans'; font-size:0.95rem; color:var(--ink);}
.page-template-template-karriere input:focus, .page-template-template-karriere select:focus, .page-template-template-karriere textarea:focus{border-color:var(--berry); outline:none;}
.page-template-template-karriere textarea{min-height:120px; resize:vertical;}
.page-template-template-karriere input[type="file"]{padding:10px 14px; font-size:0.85rem;}
.page-template-template-karriere .consent-row{display:flex; gap:10px; align-items:flex-start; font-size:0.82rem; color:var(--ink-soft);}
.page-template-template-karriere .consent-row input{width:auto; margin-top:3px;}
.page-template-template-karriere .form-note{font-size:0.78rem; color:var(--ink-soft);}

.page-template-template-karriere footer{background:var(--berry-deep); color:#e6cbd6; padding:50px 0 26px; text-align:center; font-size:0.85rem; position:relative; overflow:hidden;}
.page-template-template-karriere footer a{color:#fff; text-decoration:underline;}

@media (max-width:900px){
  .page-template-template-karriere .value-grid, .page-template-template-karriere .roles-grid{grid-template-columns:1fr;}
  .page-template-template-karriere .form-row{grid-template-columns:1fr;}
}
@media (max-width:640px){
  .page-template-template-karriere section{padding:56px 0;}
  .page-template-template-karriere .wrap{padding:0 20px;}
  .page-template-template-karriere .nav-inner{padding:12px 20px;}
  .page-template-template-karriere .nav-inner img{height:38px;}
  .page-template-template-karriere .back-link{font-size:0.82rem;}
  .page-template-template-karriere form{padding:24px 20px;}
  .page-template-template-karriere h1{font-size:1.9rem !important;}
  .page-template-template-karriere .corner-bouquet{width:90px; height:90px; opacity:0.6;}
}




/* ===== leitbild ===== */

/* skipped (global): :root */
/* skipped (global): * */
.page-template-template-leitbild html{scroll-behavior:smooth;}
.page-template-template-leitbild body{font-family:'Work Sans',sans-serif; color:var(--ink); background:var(--cream); line-height:1.65; -webkit-font-smoothing:antialiased;}
.page-template-template-leitbild img{max-width:100%; display:block;}
.page-template-template-leitbild a{color:inherit; text-decoration:none;}
.page-template-template-leitbild h1, .page-template-template-leitbild h2, .page-template-template-leitbild h3{font-family:'Fraunces',serif; font-weight:600; line-height:1.15; color:var(--berry-deep);}
.page-template-template-leitbild .eyebrow{text-transform:uppercase; letter-spacing:0.18em; font-size:0.75rem; font-weight:600; color:var(--sage); display:flex; align-items:center; gap:10px; justify-content:center;}
.page-template-template-leitbild .eyebrow::before{content:""; width:26px; height:1px; background:var(--gold); display:inline-block;}
.page-template-template-leitbild .wrap{max-width:900px; margin:0 auto; padding:0 32px; position:relative; z-index:1;}
.page-template-template-leitbild section{padding:86px 0; position:relative;}
.page-template-template-leitbild a:focus-visible, .page-template-template-leitbild button:focus-visible{outline:3px solid var(--gold); outline-offset:3px;}

.page-template-template-leitbild .bg-pattern{position:relative; overflow:hidden;}
.page-template-template-leitbild .bg-pattern::before{
  content:"";
  position:absolute; inset:0; z-index:0; pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%27260%27%20height%3D%27260%27%3E%3Cg%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%271.3%27%20stroke-linecap%3D%27round%27%3E%3Cpath%20d%3D%27M18%20230%20C%2030%20195%2C%2055%20185%2C%2065%20150%20C%2078%20185%2C%20100%20190%2C%20112%20220%27/%3E%3Cpath%20d%3D%27M65%20150%20C%2058%20128%2C%2040%20118%2C%2026%20106%27/%3E%3Cpath%20d%3D%27M65%20150%20C%2075%20130%2C%2095%20122%2C%20108%20110%27/%3E%3Cpath%20d%3D%27M195%2035%20C%20208%2060%2C%20232%2070%2C%20244%2096%20C%20226%2085%2C%20208%2090%2C%20190%2080%27/%3E%3Cpath%20d%3D%27M195%2035%20C%20190%2055%2C%20175%2062%2C%20160%2058%27/%3E%3Ccircle%20cx%3D%27168%27%20cy%3D%27190%27%20r%3D%273%27/%3E%3Ccircle%20cx%3D%2740%27%20cy%3D%2730%27%20r%3D%272.4%27/%3E%3Ccircle%20cx%3D%27230%27%20cy%3D%27150%27%20r%3D%272.4%27/%3E%3C/g%3E%3C/svg%3E");
  background-repeat:repeat; background-size:230px 230px;
}
.page-template-template-leitbild .tint-sage::before{color:var(--sage); opacity:0.09;}
.page-template-template-leitbild .tint-gold::before{color:var(--gold); opacity:0.08;}
.page-template-template-leitbild .tint-cream::before{color:#fff; opacity:0.08;}

.page-template-template-leitbild .corner-bouquet{position:absolute; top:0; width:170px; height:170px; pointer-events:none; z-index:0;}
.page-template-template-leitbild .corner-bouquet-left{left:0;}
.page-template-template-leitbild .corner-bouquet-right{right:0; transform:scaleX(-1);}
.page-template-template-leitbild .corner-bouquet-bottom-left{top:auto; bottom:0; left:0; transform:scaleY(-1);}
.page-template-template-leitbild .corner-bouquet-bottom-right{top:auto; bottom:0; right:0; transform:scale(-1,-1);}

.page-template-template-leitbild .heart-divider{display:flex; align-items:center; justify-content:center; gap:14px; margin:16px 0 6px;}
.page-template-template-leitbild .heart-divider::before, .page-template-template-leitbild .heart-divider::after{content:""; height:1px; width:46px; background:linear-gradient(90deg, transparent, var(--gold));}
.page-template-template-leitbild .heart-divider::after{background:linear-gradient(90deg, var(--gold), transparent);}
.page-template-template-leitbild .heart-divider svg{flex-shrink:0; color:var(--berry);}

.page-template-template-leitbild header{position:sticky; top:0; z-index:100; background:rgba(253,250,245,0.92); backdrop-filter:blur(10px); border-bottom:1px solid var(--line);}
.page-template-template-leitbild .nav-inner{max-width:1100px; margin:0 auto; padding:14px 32px; display:flex; align-items:center; justify-content:space-between; gap:20px;}
.page-template-template-leitbild .nav-inner img{height:48px;}
.page-template-template-leitbild .back-link{font-weight:600; font-size:0.92rem; color:var(--berry);}
.page-template-template-leitbild .btn{display:inline-flex; align-items:center; gap:8px; padding:13px 26px; border-radius:100px; font-weight:600; font-size:0.92rem; border:1.5px solid transparent; cursor:pointer; transition:.2s;}
.page-template-template-leitbild .btn-primary{background:var(--berry); color:#fff; box-shadow:0 10px 24px -10px rgba(143,26,82,0.5);}
.page-template-template-leitbild .btn-primary:hover{background:var(--berry-deep); transform:translateY(-2px);}

/* ---------- Hero ---------- */
.page-template-template-leitbild .lb-hero{
  text-align:center; padding:90px 0 70px;
  position:relative; overflow:hidden;
  background:
    radial-gradient(ellipse 65% 55% at 88% 5%, rgba(198,154,78,0.16), transparent 55%),
    radial-gradient(ellipse 55% 50% at 5% 95%, rgba(124,139,108,0.18), transparent 55%),
    var(--cream);
}
.page-template-template-leitbild .lb-hero h1{font-size:clamp(2.1rem,4.4vw,3.2rem); margin:14px auto 0; max-width:680px;}
.page-template-template-leitbild .vision-quote{
  font-family:'Fraunces',serif; font-style:italic; color:var(--berry); font-size:clamp(1.3rem,2.6vw,1.7rem);
  max-width:680px; margin:34px auto 0; line-height:1.5; position:relative;
}
.page-template-template-leitbild .vision-quote::before, .page-template-template-leitbild .vision-quote::after{
  content:'"'; font-family:'Fraunces',serif; color:var(--gold); font-size:2.4rem; font-style:normal; line-height:0; vertical-align:-8px;
}
.page-template-template-leitbild .vision-label{margin-top:18px; font-size:0.82rem; color:var(--ink-soft); font-weight:600; letter-spacing:0.04em;}

/* ---------- Mission ---------- */
.page-template-template-leitbild .mission-section{text-align:center;}
.page-template-template-leitbild .mission-section .wrap{max-width:740px;}
.page-template-template-leitbild .mission-section p.lead{font-size:1.15rem; color:var(--ink-soft); margin-top:22px; line-height:1.75;}

/* ---------- Werte ---------- */
.page-template-template-leitbild .werte-section{background:var(--blush);}
.page-template-template-leitbild .werte-section .intro{text-align:center; max-width:640px; margin:0 auto 44px;}
.page-template-template-leitbild .werte-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:24px;}
.page-template-template-leitbild .werte-card{
  background:#fff; border-radius:18px; padding:32px 28px; border:1px solid var(--line);
  box-shadow:0 14px 30px -22px rgba(110,17,64,0.3); display:flex; gap:18px; align-items:flex-start;
}
.page-template-template-leitbild .werte-icon{
  width:54px; height:54px; border-radius:50%; background:var(--berry); flex-shrink:0;
  display:flex; align-items:center; justify-content:center; box-shadow:0 10px 22px -10px rgba(143,26,82,0.55);
  border:2px solid rgba(198,154,78,0.4);
}
.page-template-template-leitbild .werte-card h3{font-size:1.1rem; margin-bottom:8px;}
.page-template-template-leitbild .werte-card p{font-size:0.94rem; color:var(--ink-soft);}

/* ---------- Engagement ---------- */
.page-template-template-leitbild .engagement-section{
  text-align:center; background:linear-gradient(160deg, var(--berry-deep), var(--berry) 65%); color:#fff;
}
.page-template-template-leitbild .engagement-section .wrap{max-width:720px;}
.page-template-template-leitbild .engagement-section h2{color:#fff;}
.page-template-template-leitbild .engagement-section p{color:#f1dbe4; font-size:1.08rem; margin-top:18px; line-height:1.75;}
.page-template-template-leitbild .engagement-section .eyebrow{color:var(--gold);}
.page-template-template-leitbild .engagement-section .eyebrow::before{background:#fff;}
.page-template-template-leitbild .engagement-section .heart-divider svg{color:var(--gold);}
.page-template-template-leitbild .engagement-cta{margin-top:34px; display:flex; gap:14px; justify-content:center; flex-wrap:wrap;}
.page-template-template-leitbild .btn-outline-light{border:1.5px solid rgba(255,255,255,0.7); color:#fff; background:transparent;}
.page-template-template-leitbild .btn-outline-light:hover{background:rgba(255,255,255,0.15);}

.page-template-template-leitbild footer{background:var(--berry-deep); color:#e6cbd6; padding:50px 0 26px; text-align:center; font-size:0.85rem; position:relative; overflow:hidden;}
.page-template-template-leitbild footer a{color:#fff; text-decoration:underline;}

@media (max-width:760px){
  .page-template-template-leitbild .werte-grid{grid-template-columns:1fr;}
  .page-template-template-leitbild .corner-bouquet{width:100px; height:100px; opacity:0.6;}
  .page-template-template-leitbild section{padding:60px 0;}
  .page-template-template-leitbild .wrap{padding:0 22px;}
  .page-template-template-leitbild .nav-inner{padding:12px 20px;}
  .page-template-template-leitbild .nav-inner img{height:38px;}
  .page-template-template-leitbild .back-link{font-size:0.82rem;}
  .page-template-template-leitbild h1{font-size:1.8rem !important;}
}




/* ===== impressum ===== */

/* skipped (global): :root */
/* skipped (global): * */
.page-template-template-impressum body, .page-template-template-datenschutz body{font-family:'Work Sans',sans-serif; color:var(--ink); background:var(--cream); line-height:1.7;}
.page-template-template-impressum a, .page-template-template-datenschutz a{color:var(--berry); text-decoration:none;}
.page-template-template-impressum a:hover, .page-template-template-datenschutz a:hover{text-decoration:underline;}
.page-template-template-impressum h1, .page-template-template-impressum h2, .page-template-template-datenschutz h1, .page-template-template-datenschutz h2{font-family:'Fraunces',serif; color:var(--berry-deep); font-weight:600;}
.page-template-template-impressum h1, .page-template-template-datenschutz h1{font-size:2.2rem; margin-bottom:8px;}
.page-template-template-impressum h2, .page-template-template-datenschutz h2{font-size:1.25rem; margin:34px 0 12px;}
.page-template-template-impressum header, .page-template-template-datenschutz header{background:rgba(253,250,245,0.9); border-bottom:1px solid var(--line); padding:16px 0;}
.page-template-template-impressum .nav-inner, .page-template-template-datenschutz .nav-inner{max-width:820px; margin:0 auto; padding:0 24px; display:flex; align-items:center; justify-content:space-between;}
.page-template-template-impressum .nav-inner img, .page-template-template-datenschutz .nav-inner img{height:44px;}
.page-template-template-impressum .back-link, .page-template-template-datenschutz .back-link{font-size:0.9rem; font-weight:600;}
.page-template-template-impressum main, .page-template-template-datenschutz main{max-width:820px; margin:0 auto; padding:60px 24px 100px;}
.page-template-template-impressum .eyebrow, .page-template-template-datenschutz .eyebrow{text-transform:uppercase; letter-spacing:0.18em; font-size:0.75rem; font-weight:600; color:var(--sage); margin-bottom:10px;}
.page-template-template-impressum p, .page-template-template-datenschutz p{color:var(--ink-soft); margin-bottom:14px; max-width:640px;}
.page-template-template-impressum strong, .page-template-template-datenschutz strong{color:var(--ink);}
.page-template-template-impressum .card, .page-template-template-datenschutz .card{background:#fff; border:1px solid var(--line); border-radius:18px; padding:28px 30px; margin:24px 0;}
.page-template-template-impressum footer, .page-template-template-datenschutz footer{border-top:1px solid var(--line); padding:30px 0; text-align:center; font-size:0.82rem; color:var(--ink-soft);}

.page-template-template-impressum header, .page-template-template-datenschutz header{position:relative; overflow:hidden;}
.page-template-template-impressum .corner-sprig, .page-template-template-datenschutz .corner-sprig{position:absolute; top:-10px; right:0; width:100px; height:100px; opacity:0.5; pointer-events:none; z-index:0;}
@media (max-width:640px){.page-template-template-impressum .corner-sprig, .page-template-template-datenschutz .corner-sprig{width:60px; height:60px; opacity:0.4;}}



/* ---------- Leistungen: aufklappbare Einzelpunkte (ergänzt, bestehendes Design unverändert) ---------- */
.service-accordion-list{display:grid; grid-template-columns:repeat(2,1fr); gap:12px 22px;}
.service-accordion-item{padding:0; background:transparent; box-shadow:none;}
.service-accordion-item::before{display:none;}
.service-accordion-item details{
  background:#fff; border-radius:14px; padding:14px 18px 14px 40px; position:relative;
  box-shadow:0 8px 18px -14px rgba(110,17,64,0.25);
}
.service-accordion-item details::before{
  content:"✓"; position:absolute; left:14px; top:16px; color:var(--gold); font-weight:700; font-size:0.95rem;
}
.service-accordion-item summary{
  cursor:pointer; font-size:0.94rem; color:var(--ink); list-style:none;
  display:flex; justify-content:space-between; align-items:center; gap:10px;
}
.service-accordion-item summary::-webkit-details-marker{display:none;}
.service-accordion-item summary::after{
  content:"+"; font-size:1.2rem; color:var(--berry); flex-shrink:0; transition:transform .2s;
}
.service-accordion-item details[open] summary::after{transform:rotate(45deg);}
.service-accordion-item details[open]{padding-bottom:16px;}
.service-accordion-item p{margin-top:10px; color:var(--ink-soft); font-size:0.88rem; line-height:1.5;}
@media (max-width:640px){
  .service-accordion-list{grid-template-columns:1fr;}
}

/* ============================================================
   Leistungen-Seite (eigenständige Premium-Unterseite)
   ============================================================ */

/* ---- Hero mit großem Bild ---- */
.leistungen-hero{position:relative; min-height:440px; display:flex; align-items:center; overflow:hidden;}
.leistungen-hero-img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover;}
.leistungen-hero-overlay{position:absolute; inset:0; background:linear-gradient(180deg, rgba(95,17,30,0.82), rgba(95,17,30,0.6));}
.leistungen-hero-content{position:relative; z-index:1; padding:90px 0 70px; color:#fff;}
.leistungen-hero-content .eyebrow{color:var(--gold);}
.leistungen-hero-content h1{color:#fff; font-size:clamp(2.1rem, 5vw, 3.1rem); margin-bottom:16px;}
.leistungen-hero-content p{color:rgba(255,255,255,0.92); max-width:640px; font-size:1.05rem; line-height:1.6;}

/* ---- Akkordeon ---- */
.leistungen-accordion{max-width:920px; margin:0 auto; display:grid; gap:16px;}
.accordion-item{background:#fff; border:1px solid var(--line); border-radius:18px; overflow:hidden; box-shadow:0 8px 24px -18px rgba(110,17,64,0.3);}
.accordion-trigger{
  width:100%; display:flex; align-items:center; gap:16px; padding:20px 22px; background:#fff; border:none;
  cursor:pointer; text-align:left; font-family:'Work Sans', sans-serif; margin:0;
}
.accordion-trigger:hover{background:var(--blush);}
.accordion-trigger:focus-visible{outline:2px solid var(--berry); outline-offset:-2px;}
.accordion-icon-circle{
  width:50px; height:50px; border-radius:50%; background:var(--berry); flex-shrink:0;
  display:flex; align-items:center; justify-content:center; box-shadow:0 10px 22px -10px rgba(143,26,82,0.55);
  border:2px solid rgba(198,154,78,0.4);
}
.accordion-title-group{flex:1;}
.accordion-title-group h3{font-family:'Fraunces',serif; font-weight:600; color:var(--berry-deep); font-size:1.15rem; margin:0 0 2px;}
.accordion-title-group span{font-size:0.84rem; color:var(--ink-soft);}
.accordion-chevron{flex-shrink:0; color:var(--berry); transition:transform .25s ease;}
.accordion-item.is-open .accordion-chevron{transform:rotate(180deg);}
.accordion-panel{display:grid; grid-template-rows:0fr; transition:grid-template-rows .35s ease;}
.accordion-item.is-open .accordion-panel{grid-template-rows:1fr;}
.accordion-panel-inner{overflow:hidden;}
.accordion-panel-content{padding:0 22px 26px;}
.leistungen-intro-text{color:var(--ink-soft); font-size:0.97rem; line-height:1.65; margin-bottom:16px;}
.zielgruppe-box{
  background:var(--blush); border-left:4px solid var(--sage); border-radius:0 12px 12px 0;
  padding:13px 18px; font-size:0.9rem; color:var(--ink); margin-bottom:18px;
}
.zielgruppe-box strong{color:var(--berry-deep);}
.leistungen-checklist{list-style:none; display:grid; gap:10px; padding:0; margin:0;}
.leistungen-checklist li{position:relative; padding-left:28px; font-size:0.94rem; color:var(--ink); line-height:1.5;}
.leistungen-checklist li::before{content:"✓"; position:absolute; left:0; top:1px; color:var(--gold); font-weight:700;}

/* ---- CTA-Banner zwischen den Kategorien ---- */
.leistungen-cta-banner{
  background:var(--berry); color:#fff; border-radius:20px; padding:30px 32px; margin:38px auto;
  max-width:920px; display:flex; align-items:center; justify-content:space-between; gap:22px; flex-wrap:wrap;
}
.leistungen-cta-banner h3{color:#fff; font-size:1.2rem; margin-bottom:4px;}
.leistungen-cta-banner p{color:rgba(255,255,255,0.85); font-size:0.92rem; margin:0;}
.leistungen-cta-banner .btn-primary{background:#fff; color:var(--berry-deep);}
.leistungen-cta-banner .btn-primary:hover{background:var(--cream);}

/* ---- Abschlussbereich ---- */
.leistungen-closing{background:var(--blush); padding:74px 0; text-align:center;}
.leistungen-closing h2{margin-bottom:14px;}
.leistungen-closing p{max-width:600px; margin:0 auto 30px; color:var(--ink-soft); font-size:1.03rem;}
.leistungen-closing-actions{display:flex; gap:16px; justify-content:center; flex-wrap:wrap;}

@media (max-width:640px){
  .leistungen-hero{min-height:340px;}
  .leistungen-hero-content{padding:60px 0 44px;}
  .accordion-trigger{padding:16px 16px;}
  .accordion-icon-circle{width:42px; height:42px;}
  .accordion-title-group h3{font-size:1.02rem;}
  .leistungen-cta-banner{flex-direction:column; align-items:flex-start; padding:26px 22px;}
  .leistungen-closing{padding:54px 0;}
}
@media (prefers-reduced-motion: reduce){
  .accordion-panel, .accordion-chevron{transition:none;}
}
