:root{--text:#2c2c2c;--text-h:#1a1a1a;--bg:#fff;--border:#dcdcdc;--accent:#b8860b;--gold-light:gold;--gold-dark:#8b6508;--silver:silver;--accent-bg:#b8860b1a;--accent-border:#b8860b80;--shadow:#0000001a 0 4px 12px;--sans:"Inter", system-ui, -apple-system, sans-serif;--heading:"Playfair Display", serif;--mono:ui-monospace, Consolas, monospace;font:16px/1.6 var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg)}@media (prefers-color-scheme:dark){:root{--text:#e0e0e0;--text-h:#fff;--bg:#121212;--border:#333;--accent:#daa520;--gold-light:#ffea00;--gold-dark:#a07810;--accent-bg:#daa52033;--accent-border:#daa52099}}html{background:#1a160e}body{background:#faf8f4;margin:0;overflow-x:hidden}#root{width:100%;min-height:100vh}h1,h2,h3,h4{font-family:var(--heading);color:var(--text-h);line-height:1.2}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.app-container{width:100%}.topbar{color:#ffffffd1;box-sizing:border-box;background:#1a160e;flex-wrap:wrap;justify-content:center;align-items:center;gap:0;width:100%;padding:.55rem clamp(1rem,5%,8rem);font-size:.86rem;display:flex}.topbar-item{white-space:nowrap;align-items:center;gap:.45rem;padding:.25rem 1.4rem;display:flex}.topbar-phone{color:var(--gold-light);letter-spacing:.5px;font-size:1.05rem;font-weight:700;text-decoration:none;transition:opacity .2s}.topbar-phone:hover{opacity:.8}.topbar-divider{background:#fff3;flex-shrink:0;width:1px;height:16px}@media (width<=720px){.topbar{text-align:center;flex-direction:column;gap:.3rem;padding:.65rem 1rem}.topbar-divider{display:none}.topbar-item{padding:.2rem 0}}header{border-bottom:2px solid var(--accent);z-index:200;box-sizing:border-box;background:#fff;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.1rem clamp(1rem,5%,8rem);display:flex;position:sticky;top:0}.logo-container{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.logo-text{font-family:var(--heading);color:var(--accent);letter-spacing:1.5px;font-size:1.5rem;font-weight:700}.footer-logo{margin-bottom:.9rem;font-size:1.35rem;display:block}nav ul{gap:2rem;margin:0;padding:0;list-style:none;display:flex}nav a{color:#333;letter-spacing:.2px;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}nav a:hover{color:var(--accent)}.header-right{flex-shrink:0;align-items:center;gap:1rem;display:flex}.phone-link{color:var(--accent);border:1.5px solid var(--accent-border);white-space:nowrap;border-radius:5px;align-items:center;gap:.4rem;padding:.45rem 1rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.phone-link:hover{background:var(--accent);color:#fff}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:26px;height:18px;padding:0;display:none}.hamburger span{transform-origin:50%;background:#1a160e;border-radius:2px;height:2px;transition:all .28s;display:block}.hamburger-open span:first-child{transform:translateY(8px)rotate(45deg)}.hamburger-open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger-open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.nav-overlay{z-index:150;background:#0006;display:none;position:fixed;inset:0}@media (width<=900px){.nav-overlay{display:block}.hamburger{display:flex}.phone-link{display:none}nav{border-left:2px solid var(--accent);z-index:300;background:#fff;width:260px;height:100vh;padding-top:80px;transition:transform .3s;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-6px 0 24px #0000001f}nav.nav-open{transform:translate(0)}nav ul{flex-direction:column;gap:0;padding:0 2rem}nav li{border-bottom:1px solid #ebe8e1}nav a{padding:1.1rem 0;font-size:1.05rem;display:block}}.hero-section{background:linear-gradient(150deg,#faf8f4 50%,#f0e8d8 100%);width:100%}.hero-inner{box-sizing:border-box;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1440px;min-height:480px;margin:0 auto;padding:4.5rem clamp(1.5rem,5%,8rem) 5rem;display:grid}.ankauf-badge{border:1px solid var(--accent-border);color:var(--accent);letter-spacing:1px;text-transform:uppercase;background:0 0;border-radius:3px;margin-bottom:1.1rem;padding:.35rem .85rem;font-size:.78rem;font-weight:700;display:inline-block}.hero-content h1{color:#1a160e;margin:0 0 1.25rem;font-size:2.7rem;line-height:1.1}.ankauf-tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.ankauf-tag{color:var(--gold-light);letter-spacing:.5px;white-space:nowrap;background:#1a160e;border-radius:3px;padding:.35rem .9rem;font-size:.82rem;font-weight:600}.hero-text{color:#4a4035;max-width:480px;margin-bottom:2rem;font-size:1.05rem;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:.85rem;display:flex}.hero-image{justify-content:center;align-items:center;display:flex}.hero-img{object-fit:cover;border-radius:10px;width:100%;max-width:520px;height:380px;display:block;box-shadow:0 24px 60px #1a160e59}@media (width<=900px){.hero-section{background:linear-gradient(#faf8f4 60%,#f0e8d8 100%)}.hero-inner{text-align:center;min-height:unset;grid-template-columns:1fr;gap:2rem;padding:2.5rem clamp(1rem,5%,3rem) 3.5rem}.hero-image{order:-1}.hero-content h1{font-size:1.9rem}.hero-text{margin-left:auto;margin-right:auto}.ankauf-tags,.hero-actions{justify-content:center}.hero-img{max-width:100%;height:240px}}.cta-button{background:var(--accent);color:#fff;letter-spacing:.2px;cursor:pointer;white-space:nowrap;border:none;border-radius:5px;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.cta-button:hover{background:var(--gold-dark);transform:translateY(-1px)}.cta-button.full-width{justify-content:center;width:100%;font-size:1rem}.secondary-button{color:#1a160e;border:1.5px solid var(--accent);white-space:nowrap;background:0 0;border-radius:5px;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.secondary-button:hover{background:var(--accent-bg)}.categories-section{box-sizing:border-box;background:#f5f2ec;width:100%;padding:5rem clamp(1.5rem,5%,8rem)}.section-title{font-family:var(--heading);text-align:center;color:#1a160e;letter-spacing:-.3px;margin:0 0 .5rem;font-size:2rem}.section-hint{text-align:center;color:#8a7a60;margin:0 0 2.5rem;font-size:.9rem}.category-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:920px;margin:0 auto;display:grid}.category-card{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #e0d9ce;border-radius:10px;transition:border-color .25s,box-shadow .25s,transform .2s;overflow:hidden}.category-card:hover,.category-card.expanded{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 8px 28px #b8860b2e}.category-img-wrap{height:170px;position:relative;overflow:hidden}.category-img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.category-card:hover .category-img,.category-card.expanded .category-img{transform:scale(1.04)}.category-img-overlay{background:linear-gradient(#0000 0%,#1a160e1a 50%,#1a160eb8 100%);position:absolute;inset:0}.category-img-label{font-family:var(--heading);color:#fff;text-shadow:0 2px 8px #00000080;letter-spacing:.3px;font-size:1.35rem;font-weight:700;position:absolute;bottom:.85rem;left:1rem}.category-card-body{border-top:1px solid #ede8df;justify-content:space-between;align-items:center;gap:.75rem;padding:.9rem 1.1rem;display:flex}.category-card-body p{color:#5a5040;margin:0;font-size:.87rem;line-height:1.4}.chevron-icon{color:var(--accent);flex-shrink:0;transition:transform .28s}.chevron-open{transform:rotate(180deg)}.subcategory-list{background:#faf8f4;border-top:0 solid #0000;max-height:0;margin:0;padding:0;list-style:none;transition:max-height .35s,padding .25s;overflow:hidden}.subcategory-open{border-top:1px solid #ede8df;max-height:420px;padding:.75rem 1.1rem 1.1rem}.subcategory-list li{color:#3a3020;border-bottom:1px solid #ede8df;align-items:center;gap:.65rem;padding:.38rem 0;font-size:.9rem;display:flex}.subcategory-list li:last-child{border-bottom:none}.subcategory-list li:before{content:"";background:var(--accent);border-radius:50%;flex-shrink:0;width:5px;height:5px}@media (width<=600px){.category-grid{grid-template-columns:1fr}.category-img-wrap{height:190px}}.ankauf-section{box-sizing:border-box;background:#fff;border-top:1px solid #e0d9ce;width:100%;padding:5rem clamp(1.5rem,5%,8rem)}.section-content{max-width:1080px;margin:0 auto}.section-subtitle{text-align:center;color:var(--accent);letter-spacing:.3px;margin:0 0 3rem;font-size:1rem;font-weight:600}.ankauf-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.ankauf-text h3{font-family:var(--heading);color:#1a160e;margin:0 0 1rem;font-size:1.6rem}.ankauf-text>p{color:#4a4035;font-size:1rem;line-height:1.75}.ankauf-list{margin:1.75rem 0;padding:0;list-style:none}.ankauf-list li{color:#2e2820;border-bottom:1px solid #ede8df;align-items:flex-start;gap:.65rem;padding:.65rem 0;font-size:.97rem;display:flex}.ankauf-list li:last-child{border-bottom:none}.ankauf-list svg{color:var(--accent);flex-shrink:0;margin-top:2px}.personal-note{border-left:3px solid var(--accent);background:#faf8f4;border-radius:0 6px 6px 0;margin-top:2rem;padding:1.5rem 1.5rem 1.25rem}.personal-note p{color:#4a4035;margin-bottom:.75rem;font-size:.97rem;font-style:italic;line-height:1.65}.personal-note cite{color:var(--accent);font-size:.93rem;font-style:normal;font-weight:600}.ankauf-form-container{background:#fff;border:1px solid #e0d9ce;border-radius:10px;padding:2.25rem;box-shadow:0 4px 28px #1a160e1a}.form-group{margin-bottom:1.1rem}.form-group label{color:#4a4035;margin-bottom:.4rem;font-size:.88rem;font-weight:500;display:block}.form-group input,.form-group textarea{width:100%;font-family:var(--sans);color:#1a160e;box-sizing:border-box;background:#faf8f4;border:1.5px solid #d8d0c4;border-radius:5px;padding:.75rem .9rem;font-size:.95rem;transition:border-color .2s,background .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent);background:#fff;outline:none}@media (width<=900px){.ankauf-grid{grid-template-columns:1fr;gap:2.5rem}}.trust-section{border-top:2px solid var(--accent);box-sizing:border-box;background:#1a160e;flex-wrap:wrap;justify-content:center;gap:0;width:100%;padding:3.5rem clamp(1.5rem,5%,8rem);display:flex}.trust-item{text-align:center;max-width:260px;padding:1rem 2rem;position:relative}.trust-item+.trust-item:before{content:"";background:#ffffff26;width:1px;height:60%;position:absolute;top:20%;left:0}.trust-item h3{color:var(--gold-light);font-family:var(--heading);letter-spacing:.3px;margin:0 0 .5rem;font-size:1.05rem}.trust-item p{color:#ffffffa6;font-size:.9rem;line-height:1.5}@media (width<=600px){.trust-item+.trust-item:before{display:none}}footer{color:#ffffffb3;border-top:3px solid var(--accent);box-sizing:border-box;background:#1a160e;width:100%;padding:4rem clamp(1.5rem,5%,8rem) 2rem}.footer-content{grid-template-columns:2fr 1.5fr 1fr;gap:3rem;max-width:1080px;margin:0 auto 3rem;display:grid}.footer-owner{align-items:flex-end;gap:1rem;margin-top:.5rem;display:flex}.footer-portrait{object-fit:cover;object-position:top center;filter:brightness(.95);border-bottom:2px solid var(--accent);flex-shrink:0;width:90px;height:110px}.footer-owner-name{color:#fff;margin-bottom:.3rem;font-size:1rem;font-weight:700}.footer-info>p,.footer-hours p{margin-bottom:.4rem;font-size:.9rem;line-height:1.65}.footer-contact-details{margin-top:1rem}.footer-contact-details p{align-items:center;gap:.4rem;margin-bottom:.55rem;font-size:.9rem;display:flex}.footer-phone-link{color:var(--gold-light);align-items:center;gap:.4rem;font-size:1rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-flex}.footer-phone-link:hover{opacity:.8}.footer-mail-link{color:#ffffffa6;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-mail-link:hover{color:var(--gold-light)}.footer-hours h4,.footer-links h4{color:#fff;font-family:var(--heading);letter-spacing:.5px;text-transform:uppercase;margin:0 0 1rem;font-size:.95rem}.hours-badge{background:var(--accent);color:#fff;letter-spacing:.5px;border-radius:3px;margin-bottom:.75rem;padding:.3rem .75rem;font-size:.78rem;font-weight:700;display:inline-block}.footer-cta{margin-top:1.25rem;padding:.65rem 1.3rem;font-size:.88rem}.footer-links ul{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:.6rem}.footer-links a{color:#fff9;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--gold-light)}.footer-bottom{text-align:center;color:#ffffff59;border-top:1px solid #ffffff1a;max-width:1080px;margin:0 auto;padding-top:2rem;font-size:.82rem}@media (width<=900px){.footer-content{grid-template-columns:1fr 1fr}}@media (width<=560px){.footer-content{grid-template-columns:1fr;gap:2rem}.section-title{font-size:1.65rem}.hero-content h1{font-size:1.75rem}}.contact-form h3{font-family:var(--heading);text-align:center;color:#1a160e;margin:0 0 1.75rem;font-size:1.35rem}.cf-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=480px){.cf-row{grid-template-columns:1fr}}.cf-label-hint{color:#8a7a60;margin-top:2px;font-size:.78rem;font-weight:400;display:block}.cf-dropzone{text-align:center;cursor:pointer;color:#8a7a60;-webkit-user-select:none;user-select:none;background:#faf8f4;border:2px dashed #d8d0c4;border-radius:8px;margin-top:.4rem;padding:1.75rem 1rem;transition:border-color .2s,background .2s}.cf-dropzone:hover,.cf-dropzone-active{border-color:var(--accent);color:var(--accent);background:#b8860b0f}.cf-dropzone-disabled{opacity:.5;cursor:not-allowed}.cf-drop-text{color:inherit;margin:.65rem 0 .3rem;font-size:.93rem;font-weight:500}.cf-drop-link{color:var(--accent);font-weight:600}.cf-drop-hint{color:#aaa;margin:0;font-size:.8rem}.cf-photo-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.6rem;margin-top:.75rem;display:grid}.cf-photo-thumb{aspect-ratio:1;background:#f0ece4;border:1.5px solid #e0d9ce;border-radius:7px;position:relative;overflow:hidden}.cf-photo-thumb img{object-fit:cover;width:100%;height:100%;display:block}.cf-photo-progress{background:#1a160e99;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;display:flex;position:absolute;inset:0}.cf-photo-progress-bar{background:var(--gold-light);border-radius:2px;width:70%;height:3px;transition:width .15s}.cf-photo-progress span{color:#fff;font-size:.72rem;font-weight:700}.cf-photo-done{color:var(--gold-light);background:#1a160e73;justify-content:center;align-items:center;font-size:1.4rem;font-weight:700;display:flex;position:absolute;inset:0}.cf-photo-remove{cursor:pointer;color:#fff;background:#1a160ebf;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;transition:background .2s;display:flex;position:absolute;top:4px;right:4px}.cf-photo-remove:hover{background:#b8860b}.cf-error{color:#dc2626;background:#fef2f2;border:1px solid #fca5a5;border-radius:6px;margin-bottom:.75rem;padding:.75rem 1rem;font-size:.9rem}.cf-success{text-align:center;padding:2.5rem 1.5rem}.cf-success-icon{width:72px;height:72px;color:var(--gold-light);background:#1a160e;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.cf-success h3{font-family:var(--heading);color:#1a160e;margin:0 0 .6rem;font-size:1.5rem}.cf-success p{color:#5a5040;margin:0 0 1.5rem;font-size:.97rem;line-height:1.65}.cf-privacy-note{color:#aaa;text-align:center;margin:.75rem 0 0;font-size:.78rem;line-height:1.5}.cf-inline-link{cursor:pointer;color:var(--accent);font-size:inherit;background:0 0;border:none;padding:0;font-family:inherit;text-decoration:underline}.cta-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.logo-btn{cursor:pointer;background:0 0;border:none;padding:0}.footer-text-btn{cursor:pointer;color:#fff9;font-size:.9rem;font-family:var(--sans);text-align:left;background:0 0;border:none;padding:0;transition:color .2s}.footer-text-btn:hover{color:var(--gold-light)}.legal-page{background:#fff;min-height:60vh;padding:3.5rem 5% 5rem}.legal-content{max-width:780px;margin:0 auto}.back-link{cursor:pointer;color:var(--accent);font-family:var(--sans);background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:2.5rem;padding:0;font-size:.9rem;font-weight:600;transition:opacity .2s;display:inline-flex}.back-link:hover{opacity:.75}.legal-content h1{font-family:var(--heading);color:#1a160e;border-bottom:2px solid var(--accent);margin:0 0 .5rem;padding-bottom:.75rem;font-size:2.2rem}.legal-content section{margin-top:2.25rem}.legal-content h2{font-family:var(--heading);color:#1a160e;margin:0 0 .75rem;font-size:1.15rem}.legal-content p{color:#4a4035;margin-bottom:.75rem;font-size:.95rem;line-height:1.75}.legal-content ul{margin:.5rem 0 .75rem;padding-left:1.5rem}.legal-content li{color:#4a4035;margin-bottom:.3rem;font-size:.95rem;line-height:1.7}.legal-content address{color:#4a4035;border-left:3px solid var(--accent);background:#faf8f4;border-radius:0 6px 6px 0;margin-top:.5rem;padding:1rem 1.25rem;font-size:.95rem;font-style:normal;line-height:1.9}.legal-content address a{color:var(--accent);text-decoration:none}.legal-content address a:hover{text-decoration:underline}.anfahrt-page{min-height:60vh}.anfahrt-hero{box-sizing:border-box;background:#1a160e;width:100%;padding:2.5rem clamp(1.5rem,5%,8rem) 3rem;position:relative;overflow:hidden}.anfahrt-hero:after{content:"";background:var(--accent);height:3px;position:absolute;bottom:0;left:0;right:0}.back-link-light{color:#ffffff8c!important;margin-bottom:1.75rem!important}.back-link-light:hover{color:var(--gold-light)!important;opacity:1!important}.anfahrt-hero-content{text-align:center}.anfahrt-badge{color:var(--gold-light);letter-spacing:1.2px;text-transform:uppercase;background:#b8860b33;border:1px solid #b8860b73;border-radius:3px;margin-bottom:1.1rem;padding:.35rem .9rem;font-size:.78rem;font-weight:700;display:inline-block}.anfahrt-hero h1{font-family:var(--heading);color:#fff;letter-spacing:-.5px;margin:.5rem 0 .75rem;font-size:2.8rem}.anfahrt-address-hero{color:#ffffffa6;letter-spacing:.5px;margin:0;font-size:1.2rem}@media (width<=600px){.anfahrt-hero h1{font-size:2rem}.anfahrt-address-hero{font-size:1rem}}.map-wrapper{background:#1a160e;width:100%;height:clamp(320px,45vw,600px);position:relative}.map-iframe{border:none;width:100%;height:100%;display:block}.map-gradient-bottom{pointer-events:none;background:linear-gradient(#0000,#f5f2ec);height:80px;position:absolute;bottom:0;left:0;right:0}.anfahrt-body{box-sizing:border-box;background:#f5f2ec;width:100%;padding:3.5rem clamp(1.5rem,5%,8rem) 5rem}.anfahrt-body-inner{max-width:1100px;margin:0 auto}.anfahrt-cards{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem;display:grid}.anfahrt-card{background:#fff;border:1px solid #e0d9ce;border-radius:10px;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex;box-shadow:0 2px 12px #1a160e12}.anfahrt-card-icon{width:38px;height:38px;color:var(--gold-light);background:#1a160e;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.anfahrt-card h3{font-family:var(--heading);color:#1a160e;margin:0 0 .5rem;font-size:1rem}.anfahrt-card p{color:#5a5040;margin:0;font-size:.9rem;line-height:1.6}.hours-badge-small{background:var(--accent);color:#fff;border-radius:3px;margin-bottom:.5rem;padding:.2rem .6rem;font-size:.75rem;font-weight:700;display:inline-block}.anfahrt-phone{color:var(--accent);letter-spacing:.3px;font-size:1.15rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:block}.anfahrt-phone:hover{opacity:.75}.anfahrt-nav-buttons{grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:2.5rem;display:grid}.nav-app-btn{border-radius:10px;align-items:center;gap:1rem;padding:1.2rem 1.5rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.nav-app-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000002e}.nav-app-btn span{flex-direction:column;gap:.15rem;display:flex}.nav-app-btn strong{font-size:1rem;font-weight:700;line-height:1.2}.nav-app-btn small{opacity:.75;font-size:.8rem;font-weight:400}.nav-app-btn-google{color:#fff;background:#4285f4}.nav-app-btn-apple{color:#fff;background:#1a160e}.nav-app-btn-apple small{color:#ffffffa6;opacity:1}.nav-app-btn-google svg,.nav-app-btn-apple svg{flex-shrink:0}.anfahrt-hint{text-align:center;color:#6a5f50;border:1px solid #e0d9ce;border-left:3px solid var(--accent);background:#fff;border-radius:8px;padding:1.5rem;font-size:.93rem;line-height:1.75}.kontakt-form-wrapper{max-width:680px;margin-top:2.5rem}@media (width<=800px){.anfahrt-cards,.anfahrt-nav-buttons{grid-template-columns:1fr}}@media (width<=600px){.anfahrt-body{padding:2.5rem 5% 4rem}}.lp-root{font-family:var(--sans,"Inter", system-ui, sans-serif);color:#1a160e;background:#faf8f4;padding-bottom:72px}@media (width>=769px){.lp-root{padding-bottom:0}}.lp-header{z-index:200;background:#1a160e;border-bottom:2px solid #b8860b;justify-content:space-between;align-items:center;padding:.9rem clamp(1rem,5%,6rem);display:flex;position:sticky;top:0}.lp-logo{font-family:var(--heading,"Playfair Display", serif);color:#b8860b;letter-spacing:1.5px;font-size:1.4rem;font-weight:700;text-decoration:none}.lp-header-phone{color:#fff;white-space:nowrap;background:#b8860b;border-radius:5px;align-items:center;gap:.5rem;padding:.6rem 1.4rem;font-size:1rem;font-weight:700;text-decoration:none;transition:background .2s;display:inline-flex}.lp-header-phone:hover{background:#8b6508}.lp-hero{background:linear-gradient(145deg,#1a160e 0%,#2e2415 55%,#1a160e 100%);border-bottom:3px solid #b8860b}.lp-hero-inner{grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;padding:4rem clamp(1.5rem,5%,6rem) 4.5rem;display:grid}.lp-urgency-badge{color:#fff;letter-spacing:.8px;text-transform:uppercase;background:#b8860b;border-radius:3px;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.8rem;font-weight:700;animation:2.5s ease-in-out infinite lp-pulse;display:inline-block}@keyframes lp-pulse{0%,to{opacity:1}50%{opacity:.8}}.lp-hero-content h1{font-family:var(--heading,"Playfair Display", serif);color:#fff;letter-spacing:-.5px;margin:0 0 1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.1}.lp-hero-sub{color:#ffffffbf;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.65}.lp-hero-trust{color:#fffc;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:2rem;font-size:.9rem;display:flex}.lp-dot{color:#ffffff4d}.lp-review-count{color:#fbbf24;font-weight:600}.lp-stars{gap:2px;display:inline-flex}.lp-hero-actions{flex-direction:column;gap:.75rem;display:flex}.lp-cta-primary{color:#fff;cursor:pointer;white-space:nowrap;letter-spacing:.2px;background:#b8860b;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.6rem;padding:1rem 2rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 20px #b8860b66}.lp-cta-primary:hover{background:#8b6508;transform:translateY(-2px);box-shadow:0 8px 28px #b8860b80}.lp-cta-primary:disabled{opacity:.65;cursor:not-allowed;transform:none}.lp-cta-hint{color:#ffffff8c;align-items:center;gap:.45rem;font-size:.88rem;display:flex}.lp-hero-image{justify-content:center;display:flex;position:relative}.lp-hero-img{object-fit:cover;border-radius:10px;width:100%;max-width:480px;height:360px;display:block;box-shadow:0 24px 60px #00000080}.lp-hero-img-badge{color:#fff;text-align:center;background:#b8860b;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:90px;height:90px;line-height:1.2;display:flex;position:absolute;bottom:-18px;right:10px;box-shadow:0 6px 20px #0000004d}.lp-img-badge-top{opacity:.85;font-size:.68rem}.lp-img-badge-main{font-size:.88rem;font-weight:800}.lp-img-badge-sub{opacity:.8;font-size:.63rem}@media (width<=850px){.lp-hero-inner{text-align:center;grid-template-columns:1fr;gap:2.5rem;padding:2.5rem 1.5rem 3.5rem}.lp-hero-image{order:-1}.lp-hero-img{max-width:100%;height:240px}.lp-hero-img-badge{width:78px;height:78px;bottom:-14px;right:0}.lp-hero-trust{justify-content:center}.lp-hero-actions{align-items:center}.lp-cta-hint{justify-content:center}}.lp-trustbar{background:#fff;border-bottom:1px solid #e0d9ce}.lp-trustbar-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;max-width:1100px;margin:0 auto;padding:2rem clamp(1.5rem,5%,6rem);display:flex}.lp-trust-item{flex:1;align-items:center;gap:1rem;min-width:220px;padding:.75rem 2.5rem;display:flex}.lp-trust-item strong{color:#1a160e;margin-bottom:.2rem;font-size:1rem;display:block}.lp-trust-item p{color:#6a5f50;margin:0;font-size:.87rem;line-height:1.4}.lp-trust-icon{color:#b8860b;background:#b8860b1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.lp-trust-divider{background:#e0d9ce;flex-shrink:0;width:1px;height:48px}@media (width<=700px){.lp-trust-divider{display:none}.lp-trust-item{padding:.75rem 1.5rem}}.lp-steps{background:#f5f2ec;padding:4.5rem clamp(1.5rem,5%,6rem)}.lp-steps-inner{text-align:center;max-width:1100px;margin:0 auto}.lp-steps-inner h2{font-family:var(--heading,"Playfair Display", serif);color:#1a160e;margin:0 0 .5rem;font-size:clamp(1.6rem,3vw,2.2rem)}.lp-steps-sub{color:#6a5f50;margin:0 0 3rem;font-size:1rem}.lp-steps-grid{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:0;display:flex}.lp-step{background:#fff;border:1px solid #e0d9ce;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:.75rem;min-width:200px;max-width:280px;padding:2rem 1.75rem;display:flex;box-shadow:0 4px 16px #1a160e0f}.lp-step-num{color:gold;width:48px;height:48px;font-size:1.4rem;font-weight:800;font-family:var(--heading,serif);background:#1a160e;border-radius:50%;justify-content:center;align-items:center;display:flex}.lp-step h3{font-family:var(--heading,"Playfair Display", serif);color:#1a160e;margin:0;font-size:1.1rem}.lp-step p{color:#5a5040;text-align:center;margin:0;font-size:.9rem;line-height:1.65}.lp-step-cta{color:#b8860b;letter-spacing:.3px;border-bottom:2px solid #b8860b66;margin-top:.5rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:border-color .2s;display:inline-block}.lp-step-cta:hover{border-color:#b8860b}.lp-step-arrow{color:#b8860b;align-items:center;margin-top:2rem;padding:0 .5rem;font-size:2rem;display:flex}@media (width<=720px){.lp-step-arrow{display:none}.lp-steps-grid{gap:1rem}.lp-step{max-width:100%}}.lp-ankauf{background:#fff;border-top:1px solid #e0d9ce;padding:4.5rem clamp(1.5rem,5%,6rem)}.lp-ankauf-inner{text-align:center;max-width:900px;margin:0 auto}.lp-ankauf-inner h2{font-family:var(--heading,"Playfair Display", serif);color:#1a160e;margin:0 0 .5rem;font-size:clamp(1.6rem,3vw,2.2rem)}.lp-ankauf-sub{color:#6a5f50;margin:0 0 2.5rem;font-size:1rem;line-height:1.6}.lp-ankauf-grid{grid-template-columns:repeat(auto-fill,minmax(165px,1fr));gap:.85rem;margin-bottom:2.5rem;display:grid}.lp-ankauf-item{color:#2e2820;text-align:center;background:#faf8f4;border:1.5px solid #e0d9ce;border-radius:8px;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .75rem;font-size:.9rem;font-weight:500;transition:border-color .2s,background .2s,transform .15s;display:flex}.lp-ankauf-item:hover{background:#b8860b0d;border-color:#b8860b;transform:translateY(-2px)}.lp-ankauf-icon{font-size:1.6rem}.lp-cta-secondary{color:#1a160e;cursor:pointer;white-space:nowrap;background:0 0;border:2px solid #b8860b;border-radius:6px;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.lp-cta-secondary:hover{color:#fff;background:#b8860b}.lp-ankauf-cta{margin:0 auto}.lp-reviews{background:#f5f2ec;border-top:1px solid #e0d9ce;padding:4.5rem clamp(1.5rem,5%,6rem)}.lp-reviews-inner{max-width:1200px;margin:0 auto}.lp-reviews-header{text-align:center;margin-bottom:2.5rem}.lp-reviews-header h2{font-family:var(--heading,"Playfair Display", serif);color:#1a160e;margin:.6rem 0 .4rem;font-size:clamp(1.6rem,3vw,2.2rem)}.lp-reviews-header p{color:#6a5f50;font-size:.95rem}.lp-reviews-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;display:grid}.lp-review-card{background:#fff;border:1px solid #e0d9ce;border-top:3px solid #b8860b;border-radius:10px;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex;box-shadow:0 4px 12px #1a160e0f}.lp-review-text{color:#3a3020;flex:1;font-size:.94rem;font-style:italic;line-height:1.7}.lp-review-meta{justify-content:space-between;align-items:center;display:flex}.lp-review-name{color:#1a160e;font-size:.9rem;font-weight:700}.lp-review-date{color:#8a7a60;font-size:.82rem}.lp-about{background:#fff;border-top:1px solid #e0d9ce;padding:4.5rem clamp(1.5rem,5%,6rem)}.lp-about-inner{grid-template-columns:220px 1fr;align-items:start;gap:4rem;max-width:1000px;margin:0 auto;display:grid}.lp-portrait{object-fit:cover;object-position:top center;border-bottom:3px solid #b8860b;border-radius:10px;width:200px;height:250px;display:block;box-shadow:0 12px 40px #1a160e33}.lp-about-badge{color:#b8860b;letter-spacing:1px;text-transform:uppercase;background:#b8860b1f;border:1px solid #b8860b66;border-radius:3px;margin-bottom:1rem;padding:.35rem .85rem;font-size:.78rem;font-weight:700;display:inline-block}.lp-about-text h2{font-family:var(--heading,"Playfair Display", serif);color:#1a160e;margin:0 0 1rem;font-size:clamp(1.5rem,2.5vw,1.9rem)}.lp-about-text>p{color:#4a4035;margin-bottom:1.5rem;font-size:1rem;line-height:1.75}.lp-about-list{margin:0 0 1.75rem;padding:0;list-style:none}.lp-about-list li{color:#2e2820;border-bottom:1px solid #ede8df;align-items:flex-start;gap:.6rem;padding:.6rem 0;font-size:.96rem;display:flex}.lp-about-list li:last-child{border-bottom:none}.lp-about-list svg{color:#b8860b;flex-shrink:0;margin-top:2px}.lp-quote{background:#faf8f4;border-left:3px solid #b8860b;border-radius:0 6px 6px 0;margin:0;padding:1.25rem 1.5rem}.lp-quote p{color:#4a4035;margin-bottom:.6rem;font-size:.97rem;font-style:italic;line-height:1.65}.lp-quote cite{color:#b8860b;font-size:.93rem;font-style:normal;font-weight:700}@media (width<=700px){.lp-about-inner{text-align:center;grid-template-columns:1fr;gap:2rem}.lp-portrait{margin:0 auto}.lp-about-list li{text-align:left}}.lp-contact{background:#f5f2ec;border-top:1px solid #e0d9ce;padding:4.5rem clamp(1.5rem,5%,6rem)}.lp-contact-inner{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;max-width:1000px;margin:0 auto;display:grid}.lp-contact-left h2{font-family:var(--heading,"Playfair Display", serif);color:#1a160e;margin:0 0 .75rem;font-size:clamp(1.5rem,2.5vw,1.9rem)}.lp-contact-left>p{color:#5a5040;margin-bottom:1.75rem;font-size:1rem;line-height:1.65}.lp-contact-phone-btn{padding:1.1rem 2rem;font-size:1.2rem}.lp-contact-details{flex-direction:column;gap:.75rem;margin-top:1.75rem;display:flex}.lp-contact-row{color:#5a5040;align-items:flex-start;gap:.65rem;font-size:.93rem;line-height:1.5;display:flex}.lp-contact-row svg{color:#b8860b;flex-shrink:0;margin-top:1px}.lp-form{background:#fff;border:1px solid #e0d9ce;border-radius:12px;padding:2.25rem;box-shadow:0 6px 28px #1a160e1a}.lp-form h3{font-family:var(--heading,"Playfair Display", serif);color:#1a160e;text-align:center;margin:0 0 1.5rem;font-size:1.3rem}.lp-field{margin-bottom:1.1rem}.lp-field label{color:#4a4035;margin-bottom:.4rem;font-size:.88rem;font-weight:500;display:block}.lp-required{color:#b8860b}.lp-label-hint{color:#8a7a60;font-weight:400}.lp-field input,.lp-field textarea{width:100%;font-family:var(--sans,"Inter", sans-serif);color:#1a160e;box-sizing:border-box;background:#faf8f4;border:1.5px solid #d8d0c4;border-radius:5px;padding:.8rem .9rem;font-size:.95rem;transition:border-color .2s,background .2s}.lp-field input:focus,.lp-field textarea:focus{background:#fff;border-color:#b8860b;outline:none}.lp-field textarea{resize:vertical}.lp-form-submit{width:100%;margin-top:.5rem;padding:1rem;font-size:1.05rem}.lp-form-error{color:#dc2626;background:#fef2f2;border:1px solid #fca5a5;border-radius:6px;margin-bottom:.75rem;padding:.7rem 1rem;font-size:.9rem}.lp-privacy-note{color:#aaa;text-align:center;margin:.75rem 0 0;font-size:.78rem;line-height:1.5}.lp-form-success{text-align:center;background:#fff;border:1px solid #e0d9ce;border-radius:12px;padding:3rem 2rem;box-shadow:0 6px 28px #1a160e1a}.lp-form-success-icon{color:gold;background:#1a160e;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;margin:0 auto 1.25rem;font-size:2rem;font-weight:700;display:flex}.lp-form-success h3{font-family:var(--heading,serif);color:#1a160e;margin:0 0 .6rem;font-size:1.5rem}.lp-form-success p{color:#5a5040;margin:0;font-size:.97rem;line-height:1.6}@media (width<=800px){.lp-contact-inner{grid-template-columns:1fr;gap:2.5rem}}.lp-map{border-top:2px solid #b8860b;height:clamp(280px,40vw,480px);position:relative}.lp-map-iframe{border:none;width:100%;height:100%;display:block}.lp-map-overlay-btn{color:gold;z-index:10;background:#1a160e;border-radius:5px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s;display:inline-flex;position:absolute;bottom:1.5rem;right:1.5rem;box-shadow:0 4px 16px #0006}.lp-map-overlay-btn:hover{background:#2e2415}.lp-final-cta{background:linear-gradient(145deg,#1a160e,#2e2415);border-top:3px solid #b8860b;padding:5rem clamp(1.5rem,5%,6rem)}.lp-final-cta-inner{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:700px;margin:0 auto;display:flex}.lp-final-urgency{color:gold;letter-spacing:.8px;text-transform:uppercase;background:#b8860b40;border:1px solid #b8860b80;border-radius:3px;padding:.4rem 1rem;font-size:.82rem;font-weight:700;display:inline-block}.lp-final-cta-inner h2{font-family:var(--heading,"Playfair Display", serif);color:#fff;margin:0;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.15}.lp-final-cta-inner>p{color:#ffffffa6;margin:0;font-size:1rem}.lp-cta-xl{color:#fff;letter-spacing:.5px;background:#b8860b;border-radius:7px;align-items:center;gap:.7rem;margin-top:.5rem;padding:1.1rem 2.5rem;font-size:1.4rem;font-weight:800;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;display:inline-flex;box-shadow:0 6px 28px #b8860b73}.lp-cta-xl:hover{background:#8b6508;transform:translateY(-3px);box-shadow:0 12px 36px #b8860b80}.lp-final-sub{color:#fff6;margin:0;font-size:.85rem}.lp-footer{text-align:center;background:#1a160e;border-top:1px solid #ffffff1a;flex-direction:column;gap:.5rem;padding:1.5rem clamp(1.5rem,5%,6rem);display:flex}.lp-footer p{color:#ffffff59;margin:0;font-size:.82rem}.lp-footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;display:flex}.lp-footer-links a{color:#ffffff73;font-size:.82rem;text-decoration:none;transition:color .2s}.lp-footer-links a:hover{color:gold}.lp-footer-links span{color:#fff3}.lp-sticky-mobile{z-index:500;background:#1a160e;border-top:2px solid #b8860b;padding:.65rem 1rem;display:none;position:fixed;bottom:0;left:0;right:0}.lp-sticky-call{color:#fff;box-sizing:border-box;letter-spacing:.3px;background:#b8860b;border-radius:6px;justify-content:center;align-items:center;gap:.6rem;width:100%;padding:.85rem;font-size:1.05rem;font-weight:800;text-decoration:none;animation:2.5s ease-in-out infinite lp-pulse;display:flex;box-shadow:0 -4px 20px #b8860b4d}@media (width<=768px){.lp-sticky-mobile{display:block}}
