:root{--green:#337f3f;--green-dark:#0c4118;--green-bright:#57bb06;--cream:#f7fbf3;--text:#102015;--muted:#5d6b61;--white:#fff;--shadow:0 18px 45px rgba(0,0,0,.12);}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:'Quicksand',Arial,sans-serif;background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{height:112px;display:flex;align-items:center;justify-content:space-between;padding:22px 56px;background:#fff;position:sticky;top:0;z-index:10;box-shadow:0 1px 0 rgba(0,0,0,.06)}.brand img{width:289px;height:auto}.main-nav{display:flex;gap:34px;align-items:center;font-size:15px}.main-nav a{padding:8px 0}.main-nav a:hover,.main-nav a.active{color:var(--green-bright)}.nav-toggle{display:none;border:1px solid #d8e5d4;background:#fff;border-radius:999px;padding:10px 16px;font-weight:700;color:var(--green-dark)}.hero{position:relative;min-height:520px;background-image:url('../img/grundstuecksrodung/grundstuecksrodung-hero-bvh-undenheim.jpg');background-size:cover;background-position:center 42%;display:flex;align-items:center;overflow:hidden}.hero::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:30px;background:#fff}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.66) 0%,rgba(0,0,0,.42) 48%,rgba(0,0,0,.18) 100%)}.hero-content{position:relative;z-index:1;width:min(820px,90vw);margin-left:32%;transform:translateX(-12%);color:#fff;text-shadow:0 3px 18px rgba(0,0,0,.72)}.eyebrow{margin:0 0 18px;color:var(--green-bright);font-size:13px;font-weight:700;letter-spacing:4px;text-transform:uppercase}.hero .eyebrow{color:#8ee000;text-shadow:0 2px 12px rgba(0,0,0,.7)}.hero h1{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(44px,5vw,72px);line-height:1.12;font-weight:400;margin:0 0 22px;text-transform:capitalize}.hero-text{margin:0 0 30px;font-size:16px;color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:16px 32px;font-size:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase;transition:.2s ease}.btn-primary{background:var(--green-bright);color:#fff}.btn-primary:hover{background:var(--green-dark);transform:translateY(-1px)}.btn-outline{border:2px solid var(--green-bright);color:var(--green-dark)}.btn-outline:hover{background:var(--green-bright);color:#fff}.services-section{background:var(--green);padding:150px 40px 86px;color:#fff;position:relative}.section-head{text-align:center;max-width:850px;margin:0 auto 58px}.section-head h2,.about-text h2,.cta-section h2{font-family:'Source Serif 4',Georgia,serif;font-weight:400;line-height:1.22;margin:0;font-size:clamp(34px,4vw,52px)}.section-head.light .eyebrow{color:var(--green-bright)}.section-head.light h2{color:#fff}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;max-width:1100px;margin:0 auto}.service-card{background:#fff;color:var(--text);padding:58px 42px 48px;min-height:190px;text-align:center;border-radius:18px 70px 18px 18px;box-shadow:var(--shadow)}.service-card h3{font-family:'Source Serif 4',Georgia,serif;font-size:24px;margin:0 0 18px}.service-card p{margin:0;color:#18331e;font-size:15px}.about-section{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:105px 56px;max-width:1220px;margin:0 auto}.about-text p:not(.eyebrow){font-size:18px;color:var(--muted);max-width:620px}.about-image img{height:520px;width:100%;object-fit:cover;border-radius:12px 90px 12px 12px;box-shadow:var(--shadow)}.cta-section{text-align:center;background:var(--cream);padding:96px 40px}.cta-section h2{max-width:820px;margin:0 auto 18px}.cta-section p:not(.eyebrow){margin:0 auto 30px;color:var(--muted)}.gallery-preview{padding:96px 56px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1120px;margin:0 auto}.gallery-grid img{height:360px;width:100%;object-fit:cover;border-radius:16px;box-shadow:var(--shadow)}.site-footer{background:#eef5ea;text-align:center;padding:34px 20px;color:#3d4e42}.site-footer nav{display:flex;justify-content:center;gap:26px;flex-wrap:wrap;margin-bottom:12px}.site-footer a:hover{color:var(--green-bright)}@media (max-width:900px){.site-header{height:auto;padding:18px 22px;align-items:flex-start}.brand img{width:220px}.nav-toggle{display:block}.main-nav{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;padding:16px 22px 24px;box-shadow:0 12px 30px rgba(0,0,0,.1);flex-direction:column;align-items:flex-start;gap:14px}.main-nav.open{display:flex}.hero{min-height:560px}.hero-content{margin:0 auto;transform:none;padding:0 24px}.service-grid,.about-section,.gallery-grid{grid-template-columns:1fr}.services-section{padding-top:90px}.about-section{padding:70px 24px}.gallery-preview{padding:70px 24px}.about-image img,.gallery-grid img{height:340px}}.section-intro{max-width:720px;margin:18px auto 0;color:var(--muted);font-size:17px}.gallery-action{text-align:center;margin-top:36px}.enhanced-gallery .gallery-item{position:relative;display:block;width:100%;padding:0;border:0;background:transparent;border-radius:18px;overflow:hidden;box-shadow:var(--shadow);cursor:pointer;text-align:left}.enhanced-gallery .gallery-item img{height:360px;width:100%;object-fit:cover;transition:transform .35s ease,filter .35s ease}.enhanced-gallery .gallery-item:hover img{transform:scale(1.045);filter:saturate(1.08)}.enhanced-gallery .gallery-item span{position:absolute;left:18px;right:18px;bottom:18px;padding:12px 16px;border-radius:999px;background:rgba(255,255,255,.9);color:var(--green-dark);font-weight:700;font-size:14px;box-shadow:0 8px 24px rgba(0,0,0,.15)}.page-hero{padding:98px 40px 86px;text-align:center;background:linear-gradient(135deg,#eef8ea,#fff);border-bottom:1px solid #e1ecd9}.page-hero h1{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(42px,5vw,66px);line-height:1.12;font-weight:400;margin:0 0 18px}.page-hero p:not(.eyebrow){max-width:760px;margin:0 auto;color:var(--muted);font-size:18px}.gallery-hero{background:linear-gradient(135deg,rgba(247,251,243,.96),rgba(255,255,255,.92)),url('../img/hero-garten-oase.webp');background-size:cover;background-position:center}.gallery-page-section{padding:96px 56px}.gallery-page-grid{grid-template-columns:repeat(3,1fr);align-items:stretch}.gallery-page-grid .gallery-item.large{grid-column:span 2}.gallery-page-grid .gallery-item.large img{height:460px}.lightbox{position:fixed;inset:0;z-index:50;display:none;align-items:center;justify-content:center;flex-direction:column;padding:32px;background:rgba(5,20,8,.88)}.lightbox.open{display:flex}.lightbox img{max-width:min(1100px,92vw);max-height:78vh;border-radius:18px;box-shadow:0 24px 70px rgba(0,0,0,.35);object-fit:contain}.lightbox p{margin:18px 0 0;color:#fff;font-weight:700;text-align:center}.lightbox-close{position:absolute;top:22px;right:26px;width:48px;height:48px;border:0;border-radius:999px;background:#fff;color:var(--green-dark);font-size:34px;line-height:1;cursor:pointer;box-shadow:var(--shadow)}@media (max-width:900px){.page-hero{padding:72px 24px 62px}.gallery-page-section{padding:70px 24px}.gallery-page-grid,.gallery-page-grid .gallery-item.large{grid-template-columns:1fr;grid-column:auto}.gallery-page-grid .gallery-item.large img,.enhanced-gallery .gallery-item img{height:330px}.lightbox{padding:22px}.lightbox-close{top:14px;right:14px}}.floating-cta{position:fixed;top:132px;right:110px;z-index:30;box-shadow:0 14px 32px rgba(0,0,0,.18);}.content-section{padding:88px 56px;max-width:1220px;margin:0 auto}.two-column{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.content-section h2,.feature-card h3,.form-card h2{font-family:'Source Serif 4',Georgia,serif;font-weight:400;line-height:1.22}.content-section h2{font-size:clamp(34px,4vw,52px);margin:0 0 22px}.lead{font-size:18px;color:var(--muted);margin:0 0 24px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1120px;margin:0 auto}.feature-card{background:#fff;border-radius:18px 64px 18px 18px;padding:38px 32px;box-shadow:var(--shadow);border:1px solid #edf3e8}.feature-card h3{font-size:25px;margin:0 0 14px}.feature-card p{margin:0;color:var(--muted)}.green-band{background:var(--green);color:#fff;padding:86px 56px}.green-band .section-intro{color:#e6f4df}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1120px;margin:42px auto 0}.process-step{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);border-radius:18px;padding:26px}.process-step strong{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;background:var(--green-bright);border-radius:999px;margin-bottom:16px}.image-card img{height:460px;width:100%;object-fit:cover;border-radius:14px 88px 14px 14px;box-shadow:var(--shadow)}.contact-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:38px;align-items:start}.contact-box,.form-card{background:#fff;border-radius:20px;box-shadow:var(--shadow);border:1px solid #edf3e8;padding:34px}.contact-box{background:#f4faef}.contact-list{list-style:none;padding:0;margin:22px 0 0}.contact-list li{padding:10px 0;border-bottom:1px solid #dfead9}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-field{display:flex;flex-direction:column;gap:7px}.form-field.full{grid-column:1/-1}.form-field label{font-weight:700;color:var(--green-dark)}.form-field input,.form-field textarea,.form-field select{border:1px solid #d7e6d0;border-radius:14px;padding:14px 15px;font:inherit;background:#fbfef9}.form-field textarea{min-height:140px;resize:vertical}.note-box{margin-top:18px;padding:16px 18px;border-radius:14px;background:#eef8ea;color:#38513d;font-size:14px}.page-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}@media (max-width:1100px){.floating-cta{right:34px;top:116px}.process-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.floating-cta{position:static;margin:16px 22px 0;display:inline-flex}.content-section{padding:66px 24px}.two-column,.feature-grid,.contact-layout,.form-grid{grid-template-columns:1fr}.green-band{padding:66px 24px}.process-grid{grid-template-columns:1fr}.image-card img{height:340px}}.detail-hero{padding:90px 40px;background:linear-gradient(135deg,#f2faec,#fff);text-align:center;border-bottom:1px solid #e2eedb}.detail-hero h1{font-family:'Source Serif 4',Georgia,serif;font-weight:400;font-size:clamp(40px,5vw,64px);line-height:1.12;margin:0 0 16px}.detail-hero p{max-width:820px;margin:0 auto;color:var(--muted);font-size:18px}.detail-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:start;padding:84px 56px;max-width:1220px;margin:0 auto}.detail-text h2{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(30px,4vw,46px);font-weight:400;line-height:1.2;margin:0 0 20px}.detail-text p,.detail-text li{color:var(--muted);font-size:17px}.check-list{padding-left:0;list-style:none;margin:28px 0}.check-list li{position:relative;padding:10px 0 10px 34px;border-bottom:1px solid #e8f0e4}.check-list li:before{content:'✓';position:absolute;left:0;top:8px;color:var(--green-bright);font-weight:700}.detail-image img{height:520px;width:100%;object-fit:cover;border-radius:16px 88px 16px 16px;box-shadow:var(--shadow)}.subpage-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:34px}.subpage-card{display:block;background:#fff;border:1px solid #e7f0e3;border-radius:18px;padding:28px;box-shadow:0 12px 30px rgba(0,0,0,.07)}.subpage-card:hover{transform:translateY(-2px);transition:.2s;color:var(--green-dark)}.subpage-card h3{font-family:'Source Serif 4',Georgia,serif;font-weight:400;font-size:25px;margin:0 0 8px}.legal-page{max-width:980px;margin:0 auto;padding:78px 32px}.legal-page h1{font-family:'Source Serif 4',Georgia,serif;font-weight:400;font-size:clamp(38px,5vw,58px);margin:0 0 24px}.legal-page h2{font-family:'Source Serif 4',Georgia,serif;font-weight:400;font-size:32px;margin-top:40px}.legal-page p,.legal-page li{color:var(--muted)}.legal-box{background:#f4faef;border:1px solid #ddebd6;border-radius:18px;padding:26px;margin:24px 0}.mini-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.mini-gallery img{height:230px;width:100%;object-fit:cover;border-radius:14px;box-shadow:var(--shadow)}@media(max-width:900px){.detail-layout,.subpage-cards,.mini-gallery{grid-template-columns:1fr}.detail-layout{padding:62px 24px}.detail-image img{height:330px}.detail-hero{padding:68px 24px}.legal-page{padding:58px 24px}.mini-gallery img{height:280px}}.premium-gallery-section{background:linear-gradient(180deg,#fff 0%,#f6fbf2 100%)}.gallery-dashboard{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:980px;margin:0 auto 34px}.gallery-stat{background:#fff;border:1px solid #e2eedb;border-radius:22px;padding:24px;text-align:center;box-shadow:0 14px 36px rgba(12,65,24,.08)}.gallery-stat strong{display:block;font-family:'Source Serif 4',Georgia,serif;font-size:42px;line-height:1;color:var(--green-dark);font-weight:500}.gallery-stat span{display:block;margin-top:9px;color:var(--muted);font-weight:700}.gallery-toolbar{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:0 auto 36px}.gallery-filter{border:1px solid #d7e6d0;background:#fff;color:var(--green-dark);border-radius:999px;padding:13px 22px;font:inherit;font-weight:800;cursor:pointer;box-shadow:0 10px 26px rgba(12,65,24,.06);transition:.2s ease}.gallery-filter:hover,.gallery-filter.active{background:var(--green-bright);border-color:var(--green-bright);color:#fff;transform:translateY(-1px)}.top-gallery-grid{display:grid;grid-template-columns:1.25fr .85fr .85fr;grid-auto-rows:260px;gap:22px;max-width:1180px;margin:0 auto}.top-gallery-grid .gallery-item{height:100%}.top-gallery-grid .gallery-item img{height:100%}.top-gallery-grid .gallery-item.featured{grid-row:span 2;border-radius:24px 96px 24px 24px}.top-gallery-grid .gallery-item.featured img{height:100%}.top-gallery-grid .gallery-item::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 45%,rgba(0,35,7,.42));pointer-events:none}.top-gallery-grid .gallery-item span{z-index:2}.top-gallery-grid .gallery-item.is-hidden{display:none}@media(max-width:1000px){.top-gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:240px}.top-gallery-grid .gallery-item.featured{grid-column:1/-1;grid-row:auto}.gallery-dashboard{grid-template-columns:1fr}}@media(max-width:640px){.top-gallery-grid{grid-template-columns:1fr;grid-auto-rows:260px}.gallery-toolbar{justify-content:flex-start}.gallery-filter{width:100%;justify-content:center}.gallery-dashboard{text-align:left}}.gallery-story-grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:190px;max-width:1280px;}.gallery-story-grid .gallery-item.featured{grid-row:auto;border-radius:18px;}.gallery-story-grid .gallery-item span{left:12px;bottom:12px;background:rgba(87,187,6,.92);color:#fff;border-radius:8px;padding:6px 10px;font-size:12px;text-shadow:none;box-shadow:0 6px 18px rgba(0,0,0,.18);}.gallery-note{max-width:1280px;margin:28px auto 0;display:flex;align-items:center;justify-content:space-between;gap:18px;background:#f0faea;border:1px solid #d8ebd1;border-radius:18px;padding:20px 24px;color:#37523c;}.gallery-note strong{color:var(--green-dark)}.process-showcase{max-width:1280px;margin:0 auto;padding:78px 56px 92px;}.process-showcase h2{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(32px,4vw,48px);font-weight:400;margin:0 0 30px;}.process-showcase-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;}.process-showcase-grid div{background:#fff;border:1px solid #e2eedb;border-radius:18px;padding:24px;box-shadow:0 12px 32px rgba(12,65,24,.08);}.process-showcase-grid strong{display:inline-flex;width:34px;height:34px;border-radius:999px;align-items:center;justify-content:center;background:var(--green-bright);color:#fff;margin-bottom:12px;}.process-showcase-grid h3{margin:0 0 8px;color:var(--green-dark)}.process-showcase-grid p{margin:0;color:var(--muted);font-size:14px}.request-hero{background:linear-gradient(135deg,#f2faec 0%,#fff 70%);}.request-layout{align-items:stretch}.request-info-card h2,.request-form h2{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(36px,4vw,56px);line-height:1.15;font-weight:400;margin:0 0 18px;}.trust-panel{margin-top:26px;padding:18px;background:#fff;border:1px solid #dcebd5;border-radius:16px;color:#415a46;}.trust-panel strong{display:block;color:var(--green-dark);margin-bottom:6px}.request-form{padding:42px;}.form-heading{text-align:center;margin-bottom:22px}.form-heading p{margin:0;color:var(--muted)}.form-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:26px 0 30px;font-size:13px;color:#6c7a70;}.form-steps span{position:relative;text-align:center;border-top:2px solid #dfe8db;padding-top:12px;font-weight:700;}.form-steps span::before{content:"";position:absolute;top:-8px;left:50%;transform:translateX(-50%);width:14px;height:14px;border-radius:999px;background:#fff;border:2px solid #dfe8db;}.form-steps span.active{color:var(--green-bright)}.form-steps span.active::before{background:var(--green-bright);border-color:var(--green-bright)}.captcha-box{display:grid;grid-template-columns:auto 1fr;gap:16px;margin-top:18px;padding:20px;border:1px solid #dcebd5;border-radius:16px;background:linear-gradient(135deg,#f7fcf4,#fff);}.captcha-icon{font-size:28px;line-height:1}.captcha-box strong{color:var(--green-dark)}.captcha-box p{margin:4px 0 12px;color:var(--muted);font-size:14px}.captcha-row{display:flex;align-items:center;gap:14px;font-weight:700}.captcha-row input{max-width:150px;border:1px solid #d7e6d0;border-radius:12px;padding:12px 14px;font:inherit;background:#fff}.secure-note{background:#eef8ea}.form-status{min-height:24px;margin:14px 0 0;font-weight:700;color:var(--green-dark)}.form-status.error{color:#9b1c1c}.benefit-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px;padding-top:20px;border-top:1px solid #e4eee0;color:#526558;font-size:13px;}.benefit-row strong{color:var(--green-dark)}@media(max-width:1100px){.gallery-story-grid{grid-template-columns:repeat(3,1fr)}.process-showcase-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.gallery-story-grid{grid-template-columns:1fr;grid-auto-rows:260px}.gallery-note{display:block}.process-showcase{padding:58px 24px}.process-showcase-grid{grid-template-columns:1fr}.form-steps,.benefit-row{grid-template-columns:1fr}.request-form{padding:28px 22px}.captcha-box{grid-template-columns:1fr}}.main-nav{gap:24px}.reviews-hero{background:linear-gradient(135deg,rgba(238,248,234,.96),rgba(255,255,255,.94)),url('../img/projekt-2.jpg');background-size:cover;background-position:center}.reviews-summary-section{padding:78px 56px 34px;background:#fff}.reviews-summary-card{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.25fr .75fr;gap:34px;align-items:center;background:linear-gradient(135deg,#f5fbf0,#fff);border:1px solid #dfeeda;border-radius:26px;padding:42px;box-shadow:0 18px 45px rgba(12,65,24,.09)}.reviews-summary-card h2{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(32px,4vw,48px);font-weight:400;line-height:1.18;margin:0 0 16px;color:var(--green-dark)}.reviews-summary-card p:not(.eyebrow){color:var(--muted);font-size:17px;margin:0}.rating-box{background:#fff;border-radius:24px;padding:30px;text-align:center;box-shadow:0 16px 38px rgba(12,65,24,.1);border:1px solid #e3efdc}.stars{color:var(--green-bright);font-size:26px;letter-spacing:2px;font-weight:800;line-height:1;margin-bottom:14px}.rating-box strong{display:block;font-family:'Source Serif 4',Georgia,serif;font-size:30px;font-weight:500;color:var(--green-dark);line-height:1.15;margin-bottom:6px}.rating-box span{display:block;color:var(--muted);margin-bottom:22px}.reviews-page-section{padding:72px 56px 92px;background:linear-gradient(180deg,#fff,#f7fbf3)}.reviews-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.review-card-seo{background:#fff;border:1px solid #e2eedb;border-radius:22px;padding:32px;box-shadow:0 14px 36px rgba(12,65,24,.08)}.review-card-seo p{margin:0 0 20px;color:#304638;font-size:16px}.review-card-seo span{font-weight:800;color:var(--green-dark)}.reviews-seo-text{padding-top:92px;padding-bottom:92px}.review-trust-list{display:grid;gap:18px}.review-trust-list div{background:#f4faef;border:1px solid #dfeeda;border-radius:20px;padding:24px;box-shadow:0 12px 30px rgba(12,65,24,.06)}.review-trust-list strong{display:block;color:var(--green-dark);font-size:18px;margin-bottom:6px}.review-trust-list span{color:var(--muted)}.centered-actions{justify-content:center}.reviews-cta .page-actions{margin-top:28px}.trust-preview{padding:92px 56px;background:#fff}.trust-preview-card{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;background:linear-gradient(135deg,#eef8ea,#fff);border:1px solid #dfeeda;border-radius:24px;padding:34px;box-shadow:0 16px 40px rgba(12,65,24,.08)}.trust-preview-card h2{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(30px,4vw,44px);font-weight:400;line-height:1.2;margin:0 0 12px;color:var(--green-dark)}.trust-preview-card p{margin:0;color:var(--muted)}@media(max-width:980px){.reviews-summary-card,.reviews-grid,.trust-preview-card{grid-template-columns:1fr}.reviews-summary-section,.reviews-page-section,.trust-preview{padding-left:24px;padding-right:24px}.trust-preview-card{align-items:start}}.gallery-dashboard,.gallery-note{display:none !important;}.premium-gallery-section{background:linear-gradient(180deg,#ffffff 0%,#f6fbf2 100%);}.gallery-modern-head,.premium-gallery-section .section-head{max-width:900px;margin:0 auto 34px;text-align:center;}.premium-gallery-section .section-head h2{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(38px,5vw,62px);line-height:1.12;font-weight:400;margin:0 0 18px;color:var(--green-dark);}.premium-gallery-section .section-intro{max-width:760px;margin:0 auto;color:var(--muted);font-size:18px;line-height:1.7;}.gallery-toolbar{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:0 auto 42px;}.gallery-filter{border:1px solid #d7e6d0;background:#fff;color:var(--green-dark);border-radius:999px;padding:13px 22px;font:inherit;font-weight:800;cursor:pointer;box-shadow:0 10px 26px rgba(12,65,24,.06);transition:.2s ease;}.gallery-filter:hover,.gallery-filter.active{background:var(--green-bright);border-color:var(--green-bright);color:#fff;transform:translateY(-1px);}.top-gallery-grid.gallery-modern-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;grid-auto-rows:270px;gap:22px;max-width:1180px;margin:0 auto;}.top-gallery-grid.gallery-modern-grid .gallery-item{height:100%;position:relative;border:0;padding:0;overflow:hidden;cursor:pointer;border-radius:22px;background:transparent;box-shadow:0 18px 45px rgba(12,65,24,.12);}.top-gallery-grid.gallery-modern-grid .gallery-item.featured{grid-row:span 2;border-radius:28px 96px 28px 28px;}.top-gallery-grid.gallery-modern-grid .gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease,filter .35s ease;}.top-gallery-grid.gallery-modern-grid .gallery-item:hover img{transform:scale(1.045);filter:saturate(1.08);}.top-gallery-grid.gallery-modern-grid .gallery-item::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 45%,rgba(0,35,7,.48));pointer-events:none;}.top-gallery-grid.gallery-modern-grid .gallery-item span{position:absolute;left:18px;right:auto;bottom:18px;z-index:2;display:inline-flex;width:fit-content;max-width:calc(100% - 36px);padding:11px 16px;border-radius:999px;background:rgba(255,255,255,.93);color:var(--green-dark);font-weight:800;font-size:14px;box-shadow:0 8px 24px rgba(0,0,0,.16);}.top-gallery-grid.gallery-modern-grid .gallery-item.is-hidden{display:none;}.gallery-cta{max-width:780px;margin:58px auto 0;padding:38px;text-align:center;border-radius:26px;background:#fff;border:1px solid #e2eedb;box-shadow:0 18px 45px rgba(12,65,24,.09);}.gallery-cta h3{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(30px,4vw,44px);font-weight:400;margin:0 0 12px;color:var(--green-dark);}.gallery-cta p{margin:0 0 24px;color:var(--muted);}@media (max-width:1000px){.top-gallery-grid.gallery-modern-grid{grid-template-columns:1fr 1fr;grid-auto-rows:240px;}.top-gallery-grid.gallery-modern-grid .gallery-item.featured{grid-column:1 / -1;grid-row:auto;}}@media (max-width:640px){.top-gallery-grid.gallery-modern-grid{grid-template-columns:1fr;grid-auto-rows:260px;}.gallery-toolbar{justify-content:flex-start;}.gallery-filter{width:100%;}.gallery-cta{padding:28px 22px;}}.google-review-card{position:relative;}.google-review-card::before{content:"Google";position:absolute;top:22px;right:24px;font-size:12px;font-weight:800;color:var(--green-bright);letter-spacing:.06em;text-transform:uppercase;}.pending-review{opacity:.72;background:#fbfdf9;}.pending-review p{font-style:italic;}.checkbox-field label{display:flex;align-items:flex-start;gap:10px;line-height:1.5;font-weight:600;color:#38513d;}.checkbox-field input{width:auto;margin-top:4px;accent-color:var(--green-bright);}.checkbox-field a{color:var(--green-bright);font-weight:800;text-decoration:none;}.checkbox-field a:hover{text-decoration:underline;}.request-form .form-field small{display:block;margin-top:7px;color:var(--muted);font-size:13px;line-height:1.45}.website-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.request-form select:required:invalid,.request-form input:required:invalid,.request-form textarea:required:invalid{box-shadow:none}.request-form .form-field label{letter-spacing:.01em}.hero-actions,.centered-actions{display:flex;gap:14px;align-items:center;justify-content:center;flex-wrap:wrap}.hero-secondary{background:rgba(255,255,255,.88)}.conversion-strip{padding:54px 40px;background:#fff;position:relative;z-index:2}.conversion-card{max-width:1120px;margin:0 auto;background:linear-gradient(135deg,#f6fbf2,#fff);border:1px solid #dfeeda;border-radius:24px;padding:32px;display:grid;grid-template-columns:1.2fr .9fr auto;gap:24px;align-items:center;box-shadow:var(--shadow)}.conversion-card h2,.career-preview-card h2{font-family:'Source Serif 4',Georgia,serif;font-weight:400;line-height:1.2;font-size:clamp(30px,3.5vw,46px);margin:0 0 10px;color:var(--green-dark)}.conversion-card p{margin:0;color:var(--muted)}.conversion-points{display:grid;gap:10px;color:var(--green-dark);font-weight:800}.career-preview-section{padding:70px 40px;background:#fff}.career-preview-card{max-width:1120px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:28px;background:var(--green);color:#fff;border-radius:24px;padding:38px;box-shadow:var(--shadow)}.career-preview-card .eyebrow{color:var(--green-bright)}.career-preview-card h2{color:#fff}.career-preview-card p{max-width:660px;color:#eaf4e8;margin:0}.career-hero{min-height:620px;padding:130px 40px 90px;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(135deg,rgba(244,250,239,.96),rgba(255,255,255,.9)),url('../img/hero-garten-oase.webp');background-size:cover;background-position:center;border-bottom:1px solid #e1ecd9}.career-hero-content{max-width:900px}.career-hero h1{font-family:'Source Serif 4',Georgia,serif;font-weight:400;line-height:1.08;font-size:clamp(46px,6vw,82px);margin:0 0 22px;color:var(--green-dark)}.career-hero p:not(.eyebrow){max-width:760px;margin:0 auto 30px;color:var(--muted);font-size:19px;line-height:1.7}.career-benefits .feature-card{min-height:210px}.career-process .process-step h3{margin:0 0 8px;color:#fff}.career-process .process-step p{margin:0;color:#eaf4e8}.career-apply-section{align-items:stretch}.career-form textarea{min-height:120px}@media (max-width:900px){.conversion-card{grid-template-columns:1fr}.career-preview-card{flex-direction:column;align-items:flex-start}.career-hero{min-height:auto;padding:92px 24px 72px}.conversion-strip,.career-preview-section{padding-left:24px;padding-right:24px}}.top-gallery-grid.gallery-modern-grid .gallery-item video{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease,filter .35s ease}.top-gallery-grid.gallery-modern-grid .gallery-item:hover video{transform:scale(1.045);filter:saturate(1.08)}.video-item::before{content:"▶";position:absolute;z-index:3;top:18px;right:18px;width:48px;height:48px;border-radius:999px;display:grid;place-items:center;background:rgba(255,255,255,.92);color:var(--green-dark);font-weight:900;box-shadow:0 8px 24px rgba(0,0,0,.18)}.lightbox video,.lightbox-video{max-width:min(1100px,92vw);max-height:78vh;border-radius:18px;box-shadow:0 24px 70px rgba(0,0,0,.35);background:#000}.services-overview-bg{position:relative;overflow:hidden;background:linear-gradient(rgba(255,255,255,.90),rgba(255,255,255,.92)),url('../img/grundstuecksrodung/grundstuecksrodung-hero-bvh-undenheim.jpg') center/cover no-repeat;}.services-overview-bg>*{position:relative;z-index:1}.video-item video{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.02)}.video-item::before{content:'▶';position:absolute;z-index:3;top:50%;left:50%;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(87,187,6,.92);color:#fff;font-weight:800;font-size:24px;box-shadow:0 14px 30px rgba(0,0,0,.22)}.gallery-modern-head .section-intro{font-size:18px;line-height:1.75}html,body{width:100%;max-width:100%;overflow-x:hidden;}body{-webkit-text-size-adjust:100%;text-size-adjust:100%;}img,video,iframe{max-width:100%;height:auto;}button,input,select,textarea{font:inherit;max-width:100%;}@media (max-width:1200px){.site-header{padding-left:32px;padding-right:32px;}.main-nav{gap:20px;font-size:14px;}.floating-cta{right:32px;}.hero-content{margin-left:8%;transform:none;width:min(760px,88vw);}.content-section,.about-section,.gallery-preview,.gallery-page-section,.process-showcase{padding-left:32px;padding-right:32px;}.gallery-story-grid,.top-gallery-grid.gallery-modern-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}@media (max-width:900px){.site-header{position:sticky;top:0;align-items:center;min-height:76px;}.brand img{width:min(220px,58vw);}.main-nav{max-height:calc(100vh - 76px);overflow-y:auto;}.floating-cta{position:fixed;right:18px;bottom:18px;top:auto;margin:0;padding:13px 20px;font-size:12px;z-index:35;}.hero{min-height:640px;background-position:center center;}.hero-content{width:100%;max-width:720px;margin:0;padding:120px 24px 88px;}.hero h1{font-size:clamp(38px,8vw,58px);line-height:1.08;}.hero-text{font-size:16px;line-height:1.65;}.hero-actions,.centered-actions,.page-actions{justify-content:flex-start;}.service-grid,.feature-grid,.process-grid,.process-showcase-grid,.subpage-cards,.reviews-grid,.gallery-grid,.mini-gallery{grid-template-columns:1fr 1fr;}.about-section,.two-column,.contact-layout,.detail-layout,.conversion-card,.reviews-summary-card,.trust-preview-card{grid-template-columns:1fr;}.form-grid{grid-template-columns:1fr;}.form-field.full{grid-column:auto;}.gallery-story-grid,.top-gallery-grid.gallery-modern-grid,.top-gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:260px;}.gallery-item.featured,.top-gallery-grid .gallery-item.featured,.top-gallery-grid.gallery-modern-grid .gallery-item.featured{grid-column:1 / -1;grid-row:auto;}.about-image img,.image-card img,.detail-image img{height:auto;max-height:560px;object-fit:cover;}}@media (max-width:640px){.site-header{padding:14px 16px;}.brand img{width:min(190px,62vw);}.nav-toggle{padding:9px 13px;font-size:13px;}.main-nav{top:68px;padding:16px;}.main-nav a{width:100%;padding:11px 0;border-bottom:1px solid #edf3e8;}.hero{min-height:580px;background-position:center center;}.hero-overlay{background:linear-gradient(180deg,rgba(0,0,0,.68) 0%,rgba(0,0,0,.46) 55%,rgba(0,0,0,.34) 100%);}.hero-content{padding:92px 18px 92px;text-align:left;}.eyebrow{font-size:11px;letter-spacing:3px;margin-bottom:12px;}.hero h1,.page-hero h1,.career-hero h1{font-size:clamp(34px,11vw,46px);line-height:1.08;}.section-head h2,.about-text h2,.cta-section h2,.content-section h2,.gallery-cta h3,.conversion-card h2,.career-preview-card h2{font-size:clamp(30px,10vw,40px);line-height:1.15;}.hero-actions,.centered-actions,.page-actions{flex-direction:column;align-items:stretch;width:100%;}.btn,.hero-actions .btn,.centered-actions .btn,.page-actions .btn{width:100%;min-height:50px;padding:14px 18px;text-align:center;}.floating-cta{left:14px;right:14px;bottom:14px;width:auto;min-height:48px;}main{padding-bottom:72px;}.services-section,.about-section,.cta-section,.gallery-preview,.content-section,.green-band,.gallery-page-section,.process-showcase,.conversion-strip,.career-preview-section,.reviews-summary-section,.reviews-page-section,.trust-preview{padding-left:18px !important;padding-right:18px !important;}.service-grid,.feature-grid,.process-grid,.process-showcase-grid,.subpage-cards,.reviews-grid,.gallery-grid,.mini-gallery,.gallery-story-grid,.top-gallery-grid.gallery-modern-grid,.top-gallery-grid{grid-template-columns:1fr !important;}.gallery-story-grid,.top-gallery-grid.gallery-modern-grid,.top-gallery-grid{grid-auto-rows:auto;}.gallery-item img,.enhanced-gallery .gallery-item img,.top-gallery-grid .gallery-item img,.top-gallery-grid.gallery-modern-grid .gallery-item img,.gallery-grid img,.mini-gallery img,.gallery-item video,.top-gallery-grid.gallery-modern-grid .gallery-item video{height:auto !important;aspect-ratio:4 / 3;object-fit:cover;}.gallery-toolbar{display:grid;grid-template-columns:1fr;gap:10px;}.gallery-filter{width:100%;padding:12px 16px;}.service-card,.feature-card,.form-card,.contact-box,.gallery-cta,.conversion-card,.career-preview-card{padding:26px 20px;border-radius:20px;}.form-field input,.form-field textarea,.form-field select{min-height:50px;font-size:16px;}.checkbox-field label{align-items:flex-start;}.lightbox{padding:16px;}.lightbox img,.lightbox video,.lightbox-video{max-width:96vw;max-height:72vh;}.site-footer{padding-bottom:92px;}}@media (max-width:390px){.hero h1,.page-hero h1,.career-hero h1{font-size:32px;}.hero-text,.page-hero p:not(.eyebrow),.section-intro,.lead{font-size:15px;}.brand img{width:168px;}}
img,video{max-width:100%;height:auto}img{content-visibility:auto}video{display:block}.hero{background-size:cover;background-position:center}.gallery-grid,.top-gallery-grid{content-visibility:auto;contain-intrinsic-size:800px}.btn,.button,a[class*=btn]{touch-action:manipulation}@media(max-width:900px){.container,.section,.hero-content{padding-left:20px!important;padding-right:20px!important}.hero h1{font-size:clamp(34px,9vw,56px)!important;line-height:1.08!important}.hero p{font-size:16px!important}.hero-buttons,.cta-buttons{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.gallery-grid,.top-gallery-grid,.cards-grid,.service-grid,.services-grid,.project-grid{grid-template-columns:1fr 1fr!important;gap:16px!important}.form-row,.form-grid{grid-template-columns:1fr!important;display:grid!important}}@media(max-width:620px){.gallery-grid,.top-gallery-grid,.cards-grid,.service-grid,.services-grid,.project-grid{grid-template-columns:1fr!important}.hero{min-height:70svh}.nav,.menu{gap:12px}.review-card,.service-card,.card{border-radius:18px!important}}


/* Finale Galerie-Struktur + dezentes Naturdetail-Kopfmotiv */
.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url('../img/naturdetail-kopf.jpg');
  background-size: cover;
  background-position: center;
  opacity: .16;
  filter: saturate(.95) contrast(1.05);
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(246,251,242,.94));
}
.gallery-folder-wrap {
  display: grid;
  gap: 54px;
}
.gallery-folder {
  padding: 28px;
  border: 1px solid #dfeeda;
  border-radius: 30px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 45px rgba(12,65,24,.07);
}
.gallery-folder-head {
  max-width: 840px;
  margin: 0 auto 24px;
  text-align: center;
}
.gallery-folder-head h3 {
  margin: 0 0 10px;
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.15;
  font-weight: 400;
  color: var(--green-dark);
}
.gallery-folder-head p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}
.gallery-folder.is-hidden {
  display: none !important;
}
.gallery-folder .top-gallery-grid {
  max-width: 1180px;
}
.gallery-folder .video-item video {
  cursor: pointer;
}
@media (max-width: 640px) {
  .gallery-folder { padding: 20px 14px; border-radius: 22px; }
  .gallery-folder-wrap { gap: 34px; }
}

/* Galerie final bereinigt */
.gallery-folder-head .eyebrow{display:none!important;}
.gallery-folder[data-folder="gartengestaltung"] .gallery-item.featured img{object-position:center;}
