:root{--blue:#6b4c2a;--blue-dark:#4e3520;--blue-light:#f5ede0;--text:#16181a;--text-muted:#6b7280;--bg:#ffffff;--bg-alt:#faf6f0;--border:#e5e7eb;--shadow-sm:0 1px 3px rgba(0,0,0,.08);--shadow:0 4px 16px rgba(0,0,0,.08);--radius:6px;--max-w:1100px;--nav-h:70px;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
          Helvetica Neue, Arial, sans-serif}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.7;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--blue)}a:hover{text-decoration:underline}a:focus-visible{outline:3px solid var(--blue);outline-offset:2px;border-radius:2px}ul{list-style:none}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100%;left:1rem;background:var(--blue);color:#fff;padding:.5rem 1rem;border-radius:var(--radius);font-size:.875rem;font-weight:600;z-index:9999;text-decoration:none}.skip-link:focus{top:1rem}.container{max-width:var(--max-w);margin-inline:auto;padding-inline:1.25rem}.content-narrow{max-width:720px}.section{padding-block:4rem}.section--alt{background:var(--bg-alt)}.section-title{font-size:clamp(1.5rem,3vw,2rem);text-align:center;margin-bottom:2.5rem;color:var(--text)}.section-intro{text-align:center;color:var(--text-muted);max-width:600px;margin:-1.5rem auto 2rem}.section-cta{text-align:center;margin-top:2.5rem}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.65rem 1.5rem;border-radius:var(--radius);font-size:.9rem;font-weight:600;font-family:var(--font);text-decoration:none;cursor:pointer;border:2px solid transparent;transition:background .15s,color .15s,border-color .15s,box-shadow .15s;white-space:nowrap}.btn:hover{text-decoration:none}.btn-primary{background:var(--blue);color:#fff;border-color:var(--blue)}.btn-primary:hover{background:var(--blue-dark);border-color:var(--blue-dark)}.btn-secondary{background:0 0;color:var(--blue);border-color:var(--blue)}.btn-secondary:hover{background:var(--blue);color:#fff}.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--border);height:var(--nav-h);box-shadow:var(--shadow-sm)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:1rem}.site-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;flex-shrink:0}.site-logo:hover{text-decoration:none}.site-logo img{height:44px;width:auto}.logo-text{font-size:.875rem;font-weight:700;color:var(--text);line-height:1.2}.logo-sub{display:block;font-size:.75rem;font-weight:400;color:var(--text-muted)}.primary-nav{display:block}.nav-list{display:flex;align-items:center;gap:0}.nav-list>li{position:relative}.nav-list a{display:block;padding:.5rem .85rem;color:var(--text);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s;border-radius:var(--radius)}.nav-list a:hover,.nav-list a[aria-current=page]{color:var(--blue);text-decoration:none}.nav-has-children>a::after{content:" ▾";font-size:.6rem;opacity:.7;margin-left:.1rem}.dropdown{display:none;position:absolute;top:calc(100% + 4px);left:0;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);min-width:200px;z-index:200;padding:.25rem 0}.nav-has-children:hover .dropdown,.nav-has-children:focus-within .dropdown{display:block}.dropdown li{border:none}.dropdown a{display:block;padding:.55rem 1rem;color:var(--text);font-size:.85rem;border-radius:0}.dropdown a:hover{background:var(--bg-alt);color:var(--blue)}.menu-btn{display:none;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:40px;height:40px;background:0 0;border:none;cursor:pointer;padding:0;border-radius:var(--radius);transition:background .15s}.menu-btn:hover{background:var(--bg-alt)}.menu-btn span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:.2s}.menu-btn[aria-expanded=true] span:nth-child(1){transform:translateY(7px)rotate(45deg)}.menu-btn[aria-expanded=true] span:nth-child(2){opacity:0}.menu-btn[aria-expanded=true] span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media(max-width:768px){.menu-btn{display:flex}.site-header{position:relative}#primary-nav{display:none;position:absolute;top:var(--nav-h);left:0;right:0;background:#fff;border-bottom:2px solid var(--blue);box-shadow:0 8px 24px rgba(0,0,0,.1);z-index:99;padding-bottom:.5rem}#primary-nav.is-open{display:block}.nav-list{flex-direction:column;align-items:stretch;gap:0}.nav-list>li{border-bottom:1px solid var(--border)}.nav-list>li:last-child{border-bottom:none}.nav-list a{padding:.8rem 1.25rem;border-radius:0}.nav-has-children>a::after{float:right;margin-top:.15rem}.dropdown{display:block;position:static;box-shadow:none;border:none;border-top:1px solid var(--border);border-radius:0;padding:0;min-width:unset}.dropdown a{padding-left:2rem;background:var(--bg-alt)}.dropdown a:hover{background:var(--blue-light)}}.hero{position:relative;background-size:cover;background-position:50% 30%;background-repeat:no-repeat;background-color:#2a1a0a;padding:7rem 0 5rem;text-align:center}.hero::before{content:'';position:absolute;inset:0;background:rgba(18,9,3,.58)}.hero-content{position:relative;z-index:1}.hero h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;color:#fff;margin-bottom:1rem;text-shadow:0 2px 12px rgba(0,0,0,.3)}.hero-tagline{font-size:clamp(.95rem,2vw,1.2rem);color:rgba(255,255,255,.85);max-width:600px;margin:0 auto 2.25rem}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-hero-outline{background:0 0;color:#fff;border:2px solid rgba(255,255,255,.75)}.btn-hero-outline:hover{background:rgba(255,255,255,.15);border-color:#fff;color:#fff;text-decoration:none}.hero-credit{position:absolute;bottom:.75rem;right:1.25rem;z-index:1;font-size:.7rem;color:rgba(255,255,255,.45);margin:0}.hero-credit a{color:rgba(255,255,255,.45);text-decoration:none}.hero-credit a:hover{color:rgba(255,255,255,.85);text-decoration:underline}.about-teaser{padding-block:4rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}.about-image img{border-radius:var(--radius);box-shadow:var(--shadow);width:100%;height:auto}.about-text h2{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:1rem}.about-text blockquote{border-left:4px solid var(--blue);padding-left:1rem;margin-bottom:1.25rem;color:var(--text-muted);font-style:italic;font-size:1rem}.about-text p{margin-bottom:1rem;color:var(--text-muted)}.about-text .btn{margin-top:.5rem}@media(max-width:768px){.about-grid{grid-template-columns:1fr;gap:1.75rem}}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.25rem}.service-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem 1.5rem;transition:box-shadow .2s,transform .2s}.service-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.service-icon{color:var(--blue);margin-bottom:1rem;line-height:0}.service-card h2,.service-card h3{font-size:1.05rem;font-weight:600;margin-bottom:.5rem}.service-card h2 a,.service-card h3 a{color:var(--text);text-decoration:none}.service-card h2 a:hover,.service-card h3 a:hover{color:var(--blue)}.service-card p{font-size:.875rem;color:var(--text-muted);margin-bottom:1rem;line-height:1.6}.service-link{font-size:.85rem;font-weight:600;color:var(--blue);text-decoration:none}.service-link:hover{text-decoration:underline}.gallery-preview-section{padding-block:4rem}.gallery-preview{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1rem}.gallery-preview-item img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius)}.gallery-caption{margin-top:.5rem;font-size:.8rem;color:var(--text-muted);text-align:center}@media(max-width:600px){.gallery-preview{grid-template-columns:1fr}}.contact-cta-section .contact-cta{text-align:center}.contact-cta h2{font-size:clamp(1.4rem,3vw,2rem);margin-bottom:1rem}.contact-cta>p{color:var(--text-muted);max-width:520px;margin:0 auto 1.5rem}.contact-info{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}.contact-info a{display:flex;align-items:center;gap:.4rem;color:var(--text);font-size:.95rem;font-weight:500;text-decoration:none}.contact-info a:hover{color:var(--blue);text-decoration:none}.page-header{background:var(--bg-alt);border-bottom:1px solid var(--border);padding:2.5rem 0}.page-header h1{font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.2}.breadcrumb{font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem}.breadcrumb a{color:var(--text-muted);text-decoration:none}.breadcrumb a:hover{color:var(--blue)}.page-intro{margin-top:.75rem;color:var(--text-muted);font-size:1.05rem;max-width:680px}.page-content{padding-block:3rem}.page-content h2{font-size:1.4rem;margin-top:2rem;margin-bottom:.75rem;color:var(--text)}.page-content h3{font-size:1.15rem;margin-top:1.5rem;margin-bottom:.5rem}.page-content p{margin-bottom:1rem}.page-content strong{font-weight:600}.page-content ul,.leistungs-list{list-style:disc;padding-left:1.5rem;margin-bottom:1.25rem}.page-content ul li,.leistungs-list li{margin-bottom:.3rem;color:var(--text-muted)}.inline-cta{background:var(--bg-alt);border:1px solid var(--border);border-left:4px solid var(--blue);border-radius:var(--radius);padding:1.25rem 1.5rem;margin-top:2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.inline-cta p{margin:0;font-weight:500}.leistungen-list-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2.5rem}.leistungen-card{display:flex;gap:1.5rem;align-items:flex-start;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.75rem;transition:box-shadow .2s,transform .2s}.leistungen-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.leistungen-card-icon{color:var(--blue);flex-shrink:0;line-height:0}.leistungen-card-body h2{font-size:1.15rem;margin-top:0;margin-bottom:.5rem}.leistungen-card-body h2 a{color:var(--text);text-decoration:none}.leistungen-card-body h2 a:hover{color:var(--blue)}.leistungen-card-body p{font-size:.9rem;color:var(--text-muted);margin-bottom:.75rem}@media(max-width:640px){.leistungen-list-grid{grid-template-columns:1fr}.leistungen-card{flex-direction:column;gap:1rem}}.gallery-intro{margin-top:3rem;margin-bottom:1rem}.gallery-intro h2{font-size:1.5rem}.gallery-intro p{color:var(--text-muted)}.gallery-section{padding-top:2rem;border-top:1px solid var(--border);margin-top:1.5rem}.gallery-section h3{font-size:1.1rem;margin-bottom:1rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.85rem}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.gallery-figure{margin:0}.gallery-figure img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius);transition:opacity .2s}.gallery-figure img:hover{opacity:.9}.gallery-figure figcaption{font-size:.8rem;color:var(--text-muted);margin-top:.4rem;text-align:center}@media(max-width:768px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.gallery-grid{grid-template-columns:1fr}}.page-contact-bar{padding:2rem 0;margin-top:3rem}.page-contact-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.page-contact-bar-inner p{font-size:1rem;font-weight:500;margin:0}.kontakt-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:4rem;padding-block:1rem}.kontakt-info h1{display:none}.kontakt-info .page-content{padding:0}.kontakt-address{font-style:normal;font-size:.9rem;line-height:2;color:var(--text-muted)}.kontakt-address a{display:inline-flex;align-items:center;gap:.35rem;color:var(--text-muted);text-decoration:none;font-size:.9rem}.kontakt-address a:hover{color:var(--blue)}.kontakt-address strong{display:block;color:var(--text);margin-bottom:.25rem;font-size:1rem}.kontakt-form-wrap h2{font-size:1.3rem;margin-bottom:1.25rem}.form-honeypot{position:absolute;left:-9999px;height:0;overflow:hidden}.contact-form .form-group{margin-bottom:1.1rem}.contact-form label{display:block;font-size:.85rem;font-weight:500;margin-bottom:.3rem;color:var(--text)}.required{color:var(--blue)}.optional{color:var(--text-muted);font-weight:400;font-size:.8rem}.contact-form input,.contact-form textarea{width:100%;padding:.6rem .9rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.9rem;font-family:var(--font);background:#fff;color:var(--text);transition:border-color .15s,box-shadow .15s;appearance:none}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(66,134,245,.15)}.contact-form textarea{height:140px;resize:vertical}.form-submit{margin-top:1.25rem}.form-notice{font-size:.8rem;color:var(--text-muted);margin-top:.75rem;line-height:1.5}.form-alert{padding:.875rem 1.125rem;border-radius:6px;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.form-alert--ok{background:#f0faf0;border:1px solid #a8d5a8;color:#1e4d1e}.form-alert--err{background:#fdf3f3;border:1px solid #e8b4b4;color:#6b1a1a}@media(max-width:768px){.kontakt-grid{grid-template-columns:1fr;gap:2rem}}.legal-content h2{font-size:1.2rem;margin-top:2.5rem;margin-bottom:.5rem;padding-bottom:.3rem;border-bottom:1px solid var(--border)}.legal-content h2:first-child{margin-top:0}.legal-content p{margin-bottom:.75rem;color:var(--text-muted)}.legal-content address{font-style:normal;line-height:1.9;color:var(--text-muted)}.legal-content a{color:var(--blue)}.site-footer{background:#16181a;color:#e5e7eb;padding-top:3rem;margin-top:0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem}.footer-brand img{height:80px;width:auto;margin-bottom:1rem}.footer-brand p{font-size:.85rem;color:#9ca3af;max-width:280px;line-height:1.6}.footer-col h3{font-size:.875rem;font-weight:600;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.06em}.footer-col address{font-style:normal;font-size:.85rem;color:#9ca3af;line-height:1.9}.footer-col a{color:#9ca3af;text-decoration:none;font-size:.85rem;display:block;margin-bottom:.4rem;transition:color .15s}.footer-col a:hover{color:var(--blue);text-decoration:none}.footer-bar{border-top:1px solid rgba(255,255,255,8%);padding:1rem 0}.footer-bar-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;font-size:.8rem;color:#6b7280}.footer-bar-inner a{color:#6b7280;text-decoration:none}.footer-bar-inner a:hover{color:var(--blue)}@media(max-width:768px){.footer-grid{grid-template-columns:1fr;gap:1.75rem}.footer-bar-inner{flex-direction:column;text-align:center}}