@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_fe8b9d92-module__LINzvG__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_fe8b9d92-module__LINzvG__variable{--font-inter:"Inter","Inter Fallback"}
*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#7b6b5e;--secondary-color:#453a31;--accent-color:#7b6b5e;--bg-warm:#f3e9dd;--text-color:#333;--text-light:#666;--bg-light:#f8f9fa;--bg-white:#fff;--border-color:#e0e0e0;--shadow-sm:0 2px 4px #0000000d;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 24px #0000001f;--transition:all .3s cubic-bezier(.4,0,.2,1);--transition-slow:all .6s cubic-bezier(.4,0,.2,1)}html{scroll-behavior:smooth;scroll-padding-top:95px}body{font-family:var(--font-inter),"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:var(--text-color);background-color:var(--bg-white);font-size:16px;line-height:1.7;overflow-x:hidden}.fade-in-up{opacity:0;transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1);transform:translateY(40px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.container{max-width:1400px;margin:0 auto;padding:0 40px}.container-narrow{max-width:1000px;padding:0 40px}.header{background:var(--bg-warm);box-shadow:var(--shadow-sm);z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--transition);background:#f3e9ddf2;position:sticky;top:0}.header.scrolled{box-shadow:var(--shadow-md);background:#f3e9ddfa}.nav{justify-content:space-between;align-items:center;padding:1.4rem 40px;display:flex}.logo-link{transition:var(--transition);align-items:center;gap:1rem;text-decoration:none;display:flex}.logo-img{object-fit:contain;width:auto;height:50px;transition:var(--transition)}.logo-text{color:var(--primary-color);letter-spacing:-.01em;white-space:nowrap;font-size:1.1rem;font-weight:600}.logo-link:hover .logo-img{transform:scale(1.05)}.logo-link:hover .logo-text{color:var(--secondary-color)}.nav-menu{align-items:center;gap:2.5rem;list-style:none;display:flex}.nav-menu a{color:var(--text-color);transition:var(--transition);font-size:.95rem;font-weight:500;text-decoration:none;position:relative}.nav-menu a:after{content:"";background:var(--primary-color);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-5px;left:0}.nav-menu a:hover:after,.nav-menu a.active:after{width:100%}.nav-menu a:hover,.nav-menu a.active{color:var(--primary-color)}.mobile-menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:5px;display:none}.mobile-menu-toggle span{background:var(--text-color);width:25px;height:2px;transition:var(--transition)}.hero{background:linear-gradient(135deg,var(--bg-warm)0%,#f3e9ddb3 100%);align-items:center;min-height:90vh;padding:12rem 0 10rem;display:flex;position:relative;overflow:visible}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 30%,#7b6b5e0d 0%,#0000 50%);position:absolute;inset:0}.hero-content{text-align:center;z-index:1;max-width:1100px;margin:0 auto;padding:0 2rem;animation:1s ease-out fadeIn;position:relative}.hero-title{color:var(--primary-color);margin-bottom:2rem;font-size:1.6rem;font-weight:500;line-height:1.5;animation:.8s ease-out .2s both slideDown}.hero-subtitle{color:var(--secondary-color);margin-bottom:2.5rem;font-size:2rem;font-weight:500;line-height:1.4;animation:.8s ease-out .4s both slideDown}.hero-quote{color:var(--text-light);max-width:900px;box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff9;border-radius:16px;margin:2.5rem auto;padding:2.5rem;font-size:1.2rem;font-style:italic;line-height:1.9;animation:.8s ease-out .6s both slideUp}.hero-quote:hover{box-shadow:var(--shadow-md);background:#fffc;transform:translateY(-2px)}.hero-quote footer{margin-top:1rem;font-size:.95rem;font-style:normal}.hero-quote cite{font-weight:500}.hero-logo{margin-top:3rem}.logo-large{width:auto;height:200px;transition:var(--transition);margin:0 auto;animation:1s ease-out .8s both fadeIn;display:block}.logo-large:hover{transform:scale(1.05)}.section{padding:8rem 0;position:relative}.section-alt{background:var(--bg-warm)}.section-title{color:var(--primary-color);text-align:center;letter-spacing:-.03em;margin-bottom:4rem;padding-bottom:1.5rem;font-size:3rem;font-weight:600;line-height:1.2;position:relative}.section-title:after{content:"";background:var(--secondary-color);border-radius:2px;width:60px;height:3px;transition:width .5s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.section:hover .section-title:after{width:100px}.section-quote{text-align:center;color:var(--text-light);max-width:900px;margin-bottom:4rem;margin-left:auto;margin-right:auto;padding:0 2rem;font-size:1.2rem;font-style:italic;line-height:1.8}.about-images{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;max-width:1200px;margin-bottom:4rem;margin-left:auto;margin-right:auto;padding:0 2rem;display:grid}.about-images img,.about-image{object-fit:cover;object-position:center;width:100%;height:300px;box-shadow:var(--shadow-md);transition:var(--transition-slow);border-radius:16px;display:block}.about-images img:first-child,.about-image:first-child{object-position:top}.about-images img:hover,.about-image:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)scale(1.02)}.about-content{max-width:1100px;margin:0 auto;padding:0 2rem}.about-content h3{color:var(--primary-color);margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.about-list{color:var(--text-light);margin-bottom:2.5rem;padding-left:0;font-size:1.1rem;line-height:2.2;list-style:none}.about-text{color:var(--text-light);margin-top:2.5rem;font-size:1.15rem;line-height:2}.content-text{max-width:1000px;color:var(--text-light);margin:0 auto;padding:0 2rem;font-size:1.15rem;line-height:2}.content-text p{margin-bottom:1.5rem}.content-quote{text-align:center;color:var(--text-light);box-shadow:var(--shadow-sm);border-left:4px solid var(--primary-color);background:#fff9;border-radius:16px;margin:3rem 0;padding:2rem;font-style:italic}.content-quote cite{margin-top:.5rem;font-style:normal;font-weight:500;display:block}.sources{border-top:1px solid var(--border-color);color:var(--text-light);margin-top:2rem;padding-top:2rem;font-size:.95rem}.source-title{margin-bottom:.5rem;font-weight:600}.focus-list{max-width:800px;margin:0 auto;padding:0 2rem}.focus-list ul{color:var(--text-light);text-align:left;padding:0;font-size:1.15rem;line-height:2.5;list-style:none}.services-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;max-width:1300px;margin:0 auto;padding:0 2rem;display:grid}.service-card{background:var(--bg-white);box-shadow:var(--shadow-sm);transition:var(--transition-slow);text-align:center;border-radius:16px;padding:2.5rem}.service-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-10px)scale(1.02)}.service-image{border-radius:8px;margin-bottom:1.5rem;overflow:hidden}.service-image img{object-fit:cover;width:100%;height:200px;display:block}.service-card h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.service-card p{color:var(--text-light);line-height:1.7}.contact-content{grid-template-columns:1fr 1.5fr;align-items:start;gap:6rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid}.contact-info{color:var(--text-light);font-size:1.15rem;line-height:2.2}.contact-info strong{color:var(--primary-color);font-weight:600}.contact-info a{color:var(--primary-color);text-decoration:none}.contact-info a:hover{text-decoration:underline}.contact-form{background:var(--bg-light);box-shadow:var(--shadow-sm);transition:var(--transition);border-radius:20px;padding:3.5rem}.contact-form:hover{box-shadow:var(--shadow-md)}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-color);margin-bottom:.5rem;font-size:.95rem;font-weight:500;display:block}.form-group input,.form-group textarea{border:2px solid var(--border-color);width:100%;transition:var(--transition);background:var(--bg-white);border-radius:8px;padding:.875rem 1rem;font-family:inherit;font-size:1rem}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-color);outline:none;transform:translateY(-2px);box-shadow:0 0 0 3px #7b6b5e1a}.form-group textarea{resize:vertical}.form-notice{border:1px solid #7b6b5e59;border-left:4px solid var(--primary-color);color:var(--secondary-color);background:linear-gradient(135deg,#7b6b5e24 0%,#7b6b5e0f 100%);border-radius:10px;margin:.5rem 0 1.25rem;padding:.9rem 1rem;font-size:.95rem;line-height:1.6}.form-notice strong{letter-spacing:.01em;font-weight:700}.form-notice-icon{margin-right:.35rem;font-weight:700;display:inline-block}.btn{cursor:pointer;transition:var(--transition);border:none;border-radius:8px;padding:.875rem 2rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;display:inline-block}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:var(--secondary-color);box-shadow:var(--shadow-lg);transform:translateY(-3px)scale(1.02)}.btn-primary:active{transform:translateY(-1px)scale(.98)}.btn-secondary{background:var(--bg-light);color:var(--text-color);border:2px solid var(--border-color);align-items:center;gap:.5rem;display:inline-flex}.btn-secondary:hover{background:var(--bg-warm);border-color:var(--primary-color);color:var(--primary-color);transform:translate(-5px)}.impressum-section{background:linear-gradient(to bottom,var(--bg-white)0%,var(--bg-warm)100%);padding:6rem 0}.impressum-header{text-align:center;margin-bottom:4rem}.impressum-title{color:var(--primary-color);letter-spacing:-.03em;margin-bottom:2rem;font-size:3.5rem;font-weight:600;display:inline-block;position:relative}.impressum-title:after{content:"";background:var(--secondary-color);border-radius:2px;width:80px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.impressum-back{margin-top:3rem}.btn-icon{margin-right:.5rem;font-size:1.1em}.impressum-content{background:var(--bg-white);box-shadow:var(--shadow-md);transition:var(--transition);border-radius:24px;max-width:1100px;margin:0 auto;padding:5rem}.impressum-content:hover{box-shadow:var(--shadow-lg)}.impressum-block{border-bottom:2px solid var(--bg-warm);margin-bottom:3.5rem;padding-bottom:3.5rem;position:relative}.impressum-block:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.impressum-block-highlight{background:linear-gradient(135deg,var(--bg-warm)0%,#f3e9dd4d 100%);border:none;border-radius:20px;margin-bottom:4rem;padding:3rem}.block-header{margin-bottom:2rem}.block-header h2{color:var(--primary-color);letter-spacing:-.01em;margin-bottom:1rem;font-size:1.75rem;font-weight:600}.block-intro{color:var(--text-light);margin-top:1rem;font-size:1.1rem;line-height:1.9}.impressum-address{margin:2rem 0;font-style:normal}.address-item{color:var(--text-light);margin-bottom:1.25rem;padding-left:1.5rem;font-size:1.05rem;line-height:1.8;position:relative}.address-item:before{content:"•";color:var(--primary-color);font-size:1.2em;font-weight:700;position:absolute;left:0}.address-item strong{color:var(--primary-color);margin-bottom:.25rem;font-size:1.15rem;font-weight:600;display:block}.address-label{color:var(--text-color);margin-right:.5rem;font-weight:600}.impressum-address a{color:var(--primary-color);transition:var(--transition);font-weight:500;text-decoration:none}.impressum-address a:hover{color:var(--secondary-color);text-decoration:underline}.impressum-footer-note{border-top:1px solid var(--border-color);color:var(--text-light);margin-top:2.5rem;padding-top:2rem;font-size:.95rem}.impressum-footer-note a{color:var(--primary-color);text-decoration:none}.impressum-footer-note a:hover{text-decoration:underline}.impressum-block-privacy{padding-top:1rem}.privacy-section{background:var(--bg-light);transition:var(--transition);border-radius:16px;margin-bottom:3rem;padding:2rem}.privacy-section:hover{background:#f3e9dd66;transform:translate(5px)}.privacy-section:last-child{margin-bottom:0}.privacy-section h3{color:var(--primary-color);align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.3rem;font-weight:600;display:flex}.section-icon{opacity:.8;font-size:1.4rem}.privacy-section p{color:var(--text-light);margin-bottom:0;font-size:1.05rem;line-height:2}.impressum-list-detailed{margin:1.5rem 0 0;padding-left:0;list-style:none}.impressum-list-detailed>li{color:var(--text-light);margin-bottom:1.5rem;padding-left:1.5rem;font-size:1.05rem;line-height:1.9;position:relative}.impressum-list-detailed>li:before{content:"▸";color:var(--primary-color);font-weight:700;position:absolute;left:0}.impressum-list-detailed strong{color:var(--primary-color);font-weight:600}.impressum-sublist{border-left:2px solid var(--bg-warm);margin-top:.75rem;padding-left:1.5rem;list-style:none}.impressum-sublist li{color:var(--text-light);margin-bottom:.75rem;padding-left:1rem;font-size:.98rem;line-height:1.8;position:relative}.impressum-sublist li:before{content:"–";color:var(--primary-color);font-weight:700;position:absolute;left:0}.footer{background:var(--primary-color);color:#fff;padding:4rem 0 2rem;position:relative}.footer:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);height:1px;position:absolute;top:0;left:0;right:0}.footer a{color:#fff;opacity:.9;transition:var(--transition);text-decoration:none}.footer a:hover{opacity:1;text-decoration:underline}.footer-content{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;max-width:1200px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;padding:0 2rem;display:grid}.footer-section h4{margin-bottom:1rem;font-size:1.2rem;font-weight:600}.footer-section p{opacity:.9;margin-bottom:.5rem;line-height:1.8}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#fff;opacity:.9;transition:var(--transition);text-decoration:none}.footer-links a:hover{opacity:1;text-decoration:underline}.social-links{gap:1rem;display:flex}.social-icon{width:32px;height:32px;transition:var(--transition);border-radius:50%}.social-icon:hover{transform:scale(1.1)}.footer-bottom{text-align:center;opacity:.8;border-top:1px solid #fff3;padding-top:2rem;font-size:.9rem}.demo-image{filter:brightness(.95);transition:var(--transition-slow)}.demo-image:hover{filter:brightness();transform:scale(1.02)}.fade-in-up{opacity:0;transform:translateY(40px)}.fade-in-up.animate-in{opacity:1;transform:translateY(0)}@media (max-width:968px){.container{padding:0 30px}.nav{padding:1.2rem 30px}.logo-text{font-size:1rem}.hero-title{font-size:1.3rem}.hero-subtitle{font-size:1.5rem}.contact-content{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.about-content,.content-text,.focus-list,.about-images{padding:0 1rem}.about-text,.content-text p{margin-bottom:1.25rem;text-align:left!important}.content-text{padding:0 1rem}}@media (max-width:768px){.container,.container-narrow{padding:0 20px}.nav{padding:1rem 20px}.logo-text{gap:.75rem;font-size:.9rem}.logo-img{height:40px}.mobile-menu-toggle{display:flex}.nav-menu{background:var(--bg-white);text-align:center;width:100%;transition:var(--transition);box-shadow:var(--shadow-md);flex-direction:column;gap:1.5rem;padding:2rem 0;position:fixed;top:70px;left:-100%}.nav-menu.active{left:0}.section{padding:4rem 0}.section-title{padding:0 1rem;font-size:2.2rem}.hero-title{padding:0 1rem;font-size:1.2rem}.hero-subtitle{padding:0 1rem;font-size:1.3rem}.hero-quote{margin:2rem 1rem;padding:1.5rem}.impressum-content{padding:3rem 2rem}.impressum-title{font-size:2.5rem}.impressum-block-highlight{padding:2rem 1.5rem}.privacy-section{margin-bottom:2rem;padding:1.5rem}.privacy-section h3{flex-wrap:wrap;font-size:1.15rem}.section-icon{font-size:1.2rem}.address-item{padding-left:1.25rem;font-size:1rem}.services-grid,.about-images{grid-template-columns:1fr;padding:0 1rem}.about-text,.content-text p{margin-bottom:1.2rem;line-height:1.8;text-align:left!important}.content-text{padding:0 1rem;line-height:1.8}.about-text{margin-top:1.5rem;padding:0 .5rem}.content-text p{margin-bottom:1.2rem}}@media (max-width:480px){.container{padding:0 15px}.hero{padding:2rem 0}.hero-title,.hero-subtitle{font-size:1.1rem}.section-title{font-size:1.75rem}.contact-form{padding:1.5rem}.form-notice{padding:.8rem .85rem;font-size:.9rem}.about-text,.content-text p{margin-bottom:1.1rem;line-height:1.75;text-align:left!important}.content-text{padding:0 .75rem}.about-text{margin-top:1.25rem;padding:0 .5rem}}.site-credit{color:#ffffffa6;margin-top:.5rem;font-size:.8rem}.footer .site-credit a{color:inherit;text-underline-offset:2px;opacity:1;text-decoration:underline}.footer .site-credit a:hover{color:#fff}
