.ff-seite{--bg-primary:#fff;--bg-secondary:#f9f9f9;--text-primary:#333;--text-secondary:#555;--text-muted:#666;--card-bg:#fff;--card-shadow:#0000001a;--footer-bg:#1a1a1a;--gruen:#1e8449;--gruen-dunkel:#17693a;--gruen-hell:#2ecc71;color:var(--text-primary);background:var(--bg-primary);cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3ClinearGradient id='b' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%2300BFFF'/%3E%3Cstop offset='100%25' stop-color='%230080AA'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' x1='0%25' y1='0%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23555'/%3E%3Cstop offset='50%25' stop-color='%23888'/%3E%3Cstop offset='100%25' stop-color='%23555'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='2' y='1' width='36' height='6' rx='1' fill='url(%23b)' stroke='%23006080' stroke-width='.5'/%3E%3Crect x='4' y='2' width='32' height='1' fill='rgba(255,255,255,.4)'/%3E%3Crect x='16' y='7' width='8' height='5' fill='%23444' rx='1'/%3E%3Crect x='17' y='12' width='6' height='22' rx='2' fill='url(%23h)' stroke='%23333' stroke-width='.5'/%3E%3Crect x='18' y='14' width='1.5' height='18' fill='rgba(255,255,255,.2)'/%3E%3Cellipse cx='20' cy='36' rx='4' ry='2' fill='%23666'/%3E%3C/svg%3E") 20 1,auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;transition:background .3s,color .3s}.ff-seite[data-theme=dark]{--bg-primary:#1a1a2e;--bg-secondary:#16213e;--text-primary:#eaeaea;--text-secondary:#ccc;--text-muted:#aaa;--card-bg:#1f2940;--card-shadow:#0000004d;--footer-bg:#0f0f1a}.ff-seite *,.ff-seite :before,.ff-seite :after{box-sizing:border-box;margin:0;padding:0}.ff-seite a,.ff-seite button,.ff-seite input,.ff-seite textarea,.ff-seite select{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3ClinearGradient id='b2' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%2300BFFF'/%3E%3Cstop offset='100%25' stop-color='%230080AA'/%3E%3C/linearGradient%3E%3ClinearGradient id='h2' x1='0%25' y1='0%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23555'/%3E%3Cstop offset='50%25' stop-color='%23888'/%3E%3Cstop offset='100%25' stop-color='%23555'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='2' y='1' width='36' height='6' rx='1' fill='url(%23b2)' stroke='%23006080' stroke-width='.5'/%3E%3Crect x='4' y='2' width='32' height='1' fill='rgba(255,255,255,.4)'/%3E%3Crect x='16' y='7' width='8' height='5' fill='%23444' rx='1'/%3E%3Crect x='17' y='12' width='6' height='22' rx='2' fill='url(%23h2)' stroke='%23333' stroke-width='.5'/%3E%3Crect x='18' y='14' width='1.5' height='18' fill='rgba(255,255,255,.2)'/%3E%3Cellipse cx='20' cy='36' rx='4' ry='2' fill='%23666'/%3E%3C/svg%3E") 20 1,pointer}.ff-seite .navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e8449f2;justify-content:space-between;align-items:center;padding:15px 20px;display:flex;position:fixed;top:0;left:0;right:0}.ff-seite .nav-brand{color:#fff;align-items:center;gap:10px;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.ff-seite .nav-logo{filter:drop-shadow(0 1px 2px #00000040);width:auto;height:38px}.ff-seite .nav-links{gap:30px;list-style:none;display:flex}.ff-seite .nav-links a{color:#fff;font-weight:500;text-decoration:none;transition:opacity .3s}.ff-seite .nav-links a:hover{opacity:.8}.ff-seite .hamburger{background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.ff-seite .hamburger span{background:#fff;border-radius:3px;width:25px;height:3px;transition:all .3s}.ff-seite .theme-toggle{background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-left:15px;font-size:1.3rem;transition:transform .3s,background .3s;display:flex}.ff-seite .theme-toggle:hover{background:#ffffff4d;transform:scale(1.1)}.ff-seite .hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1e8449 0%,#17693a 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:120px 20px 60px;display:flex}.ff-seite .hero-logo{width:280px;max-width:80vw;height:auto;margin-bottom:20px;animation:2s ease-in-out infinite ff-bounce}@keyframes ff-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (prefers-reduced-motion:reduce){.ff-seite .hero-logo{animation:none}}.ff-seite .hero h1{text-shadow:2px 2px 4px #0003;margin-bottom:10px;font-size:3.5rem}.ff-seite .tagline{opacity:1;margin-bottom:8px;font-size:1.5rem}.ff-seite .tagline-sub{opacity:.95;margin-bottom:30px;font-size:1.05rem}.ff-seite .hero-buttons{flex-wrap:wrap;justify-content:center;gap:15px;display:flex}.ff-seite .cta-button{color:var(--gruen);background:#fff;border:none;border-radius:50px;padding:15px 40px;font-size:1.2rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-block}.ff-seite .cta-button:hover{transform:scale(1.05);box-shadow:0 10px 30px #0003}.ff-seite .whatsapp-button{color:#fff;background:#25d366;border-radius:50px;align-items:center;gap:10px;padding:15px 40px;font-size:1.2rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-flex}.ff-seite .whatsapp-button:hover{transform:scale(1.05);box-shadow:0 10px 30px #0003}.ff-seite section{padding:80px 20px}.ff-seite section h2{text-align:center;color:var(--gruen);margin-bottom:50px;font-size:2.5rem}.ff-seite .hinweis-text{text-align:center;color:var(--text-secondary);max-width:700px;margin:-30px auto 40px}.ff-seite .services{background:var(--bg-secondary);transition:background .3s}.ff-seite .services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto;display:grid}.ff-seite .service-card{background:var(--card-bg);text-align:center;box-shadow:0 5px 20px var(--card-shadow);border-radius:15px;padding:40px 30px;transition:transform .3s,background .3s}.ff-seite .service-card:hover{transform:translateY(-5px)}.ff-seite .service-card .icon{margin-bottom:20px;font-size:50px}.ff-seite .service-card h3{color:var(--gruen);margin-bottom:15px;font-size:1.4rem}.ff-seite .service-card p{color:var(--text-muted)}.ff-seite .calculator{background:var(--bg-secondary);transition:background .3s}.ff-seite .calculator-box{background:var(--card-bg);max-width:500px;box-shadow:0 10px 40px var(--card-shadow);border-radius:20px;margin:0 auto;padding:40px;transition:background .3s}.ff-seite .calc-row{border-bottom:1px solid #7f7f7f40;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:20px;display:flex}.ff-seite .calc-row:last-of-type{border-bottom:none;margin-bottom:15px}.ff-seite .calc-label{color:var(--text-primary);flex-direction:column;display:flex}.ff-seite .calc-label span{font-size:1.1rem;font-weight:600}.ff-seite .calc-label small{color:var(--text-muted);font-size:.85rem}.ff-seite .calc-input{align-items:center;gap:10px;display:flex}.ff-seite .calc-input button{background:var(--gruen);color:#fff;border:none;border-radius:10px;width:40px;height:40px;font-size:1.5rem;transition:background .3s,transform .2s}.ff-seite .calc-input button:hover{background:var(--gruen-dunkel);transform:scale(1.05)}.ff-seite .calc-input input{text-align:center;background:var(--bg-primary);width:60px;height:40px;color:var(--text-primary);border:2px solid #7f7f7f40;border-radius:10px;font-size:1.2rem;font-weight:700}.ff-seite .calc-result{text-align:center;color:#fff;background:linear-gradient(135deg,#1e8449 0%,#17693a 100%);border-radius:15px;margin-top:20px;padding:25px}.ff-seite .calc-result-label{opacity:.9;margin-bottom:5px;font-size:1rem}.ff-seite .calc-result-price{font-size:3rem;font-weight:700}.ff-seite .calc-result-hint{opacity:.9;margin-top:6px;font-size:.85rem}.ff-seite .calc-cta{background:var(--gruen);color:#fff;text-align:center;border:none;border-radius:10px;width:100%;margin-top:20px;padding:15px;font-size:1.1rem;font-weight:700;text-decoration:none;transition:background .3s,transform .2s;display:block}.ff-seite .calc-cta:hover{background:var(--gruen-dunkel);transform:scale(1.02)}.ff-seite .about{background:var(--bg-primary);transition:background .3s}.ff-seite .about-content{text-align:center;max-width:800px;margin:0 auto}.ff-seite .about p{color:var(--text-secondary);margin-bottom:20px;font-size:1.2rem}.ff-seite .benefits{flex-wrap:wrap;justify-content:center;gap:40px;margin-top:40px;display:flex}.ff-seite .benefit{text-align:center}.ff-seite .benefit .icon{margin-bottom:10px;font-size:40px}.ff-seite .benefit p{color:var(--gruen);font-size:1rem;font-weight:700}.ff-seite .minigame{background:var(--bg-secondary);text-align:center;transition:background .3s}.ff-seite .game-container{max-width:500px;margin:0 auto}.ff-seite .game-window{cursor:none;background:#8b4513;border:4px solid #5d3a1a;border-radius:8px;width:100%;max-width:400px;margin:0 auto;padding:15px;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000004d}.ff-seite .game-window:before{content:"";z-index:5;pointer-events:none;background:#6b4423;border-radius:2px;height:12px;position:absolute;top:50%;left:15px;right:15px;transform:translateY(-50%);box-shadow:inset 0 2px 4px #0000004d}.ff-seite .game-window:after{content:"";z-index:5;pointer-events:none;background:#6b4423;border-radius:2px;width:12px;position:absolute;top:15px;bottom:15px;left:50%;transform:translate(-50%);box-shadow:inset 0 2px 4px #0000004d}.ff-seite .window-frame-inner{border-radius:4px;position:relative;overflow:hidden;box-shadow:inset 0 0 10px #00000080}.ff-seite .game-canvas{touch-action:none;width:100%;height:auto;display:block}.ff-seite .game-squeegee{pointer-events:none;z-index:10;width:60px;height:60px;position:absolute;transform:translate(-50%,-50%)}.ff-seite .game-info{color:var(--text-secondary);margin-top:20px;font-size:1.1rem}.ff-seite .game-progress{background:#7f7f7f40;border-radius:10px;width:100%;max-width:300px;height:20px;margin:15px auto;overflow:hidden}.ff-seite .game-progress-bar{background:linear-gradient(90deg,#1e8449,#2ecc71);border-radius:10px;height:100%;transition:width .3s}.ff-seite .game-message{color:var(--gruen);min-height:30px;margin-top:15px;font-size:1.3rem;font-weight:700}.ff-seite .game-reset{background:var(--gruen);color:#fff;border:none;border-radius:25px;margin-top:15px;padding:12px 30px;font-size:1rem;transition:transform .3s,background .3s}.ff-seite .game-reset:hover{background:var(--gruen-dunkel);transform:scale(1.05)}.ff-seite .gallery{background:var(--bg-primary);transition:background .3s}.ff-seite .gallery-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;max-width:1200px;margin:0 auto;display:grid}.ff-seite .gallery-item{background:var(--card-bg);aspect-ratio:4/3;color:var(--text-muted);box-shadow:0 3px 10px var(--card-shadow);border-radius:15px;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.ff-seite .map-section{background:var(--bg-secondary);transition:background .3s}.ff-seite .map-container{border-radius:15px;max-width:1200px;margin:0 auto;overflow:hidden}.ff-seite .map-placeholder{text-align:center;border:2px dashed var(--gruen);background:var(--card-bg);width:100%;height:400px;color:var(--text-primary);border-radius:15px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:20px;font-family:inherit;font-size:1rem;display:flex}.ff-seite .map-placeholder small{opacity:.75;max-width:420px;font-size:.85rem}.ff-seite .map-laden{background:var(--gruen);color:#fff;border:none;border-radius:25px;padding:12px 28px;font-size:1rem;font-weight:700;transition:background .3s,transform .2s}.ff-seite .map-laden:hover{background:var(--gruen-dunkel);transform:scale(1.03)}.ff-seite .map-container iframe{border:none;width:100%;height:400px;display:block}.ff-seite .map-info{text-align:center;color:var(--text-secondary);max-width:800px;margin:0 auto 25px}.ff-seite .contact{color:#fff;background:linear-gradient(135deg,#1e8449 0%,#17693a 100%)}.ff-seite .contact h2{color:#fff}.ff-seite .contact-wrapper{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:50px;max-width:1200px;margin:0 auto;display:grid}.ff-seite .contact-info-box{text-align:center}.ff-seite .contact-info-box h3{margin-bottom:30px;font-size:1.5rem}.ff-seite .contact-item{margin-bottom:20px;font-size:1.1rem}.ff-seite .contact-item a{color:#fff;border-bottom:2px solid #ffffff80;text-decoration:none;transition:border-color .3s}.ff-seite .contact-item a:hover{border-color:#fff}.ff-seite .contact-item small{opacity:.95;margin-top:5px;font-size:.85rem;display:block}.ff-seite .contact-form-box{background:#ffffff1f;border-radius:15px;padding:30px}.ff-seite .contact-form-box h3{text-align:center;margin-bottom:20px;font-size:1.5rem}.ff-seite .form-group{margin-bottom:20px}.ff-seite .form-group label{margin-bottom:8px;font-weight:500;display:block}.ff-seite .form-group input,.ff-seite .form-group textarea,.ff-seite .form-group select{color:#333;background:#fff;border:none;border-radius:8px;width:100%;padding:12px 15px;font-family:inherit;font-size:1rem}.ff-seite .form-group textarea{resize:vertical;min-height:120px}.ff-seite .form-hinweis{opacity:.9;font-size:.85rem;line-height:1.5}.ff-seite .form-hinweis a{color:#fff}.ff-seite .submit-button{width:100%;color:var(--gruen);background:#fff;border:none;border-radius:8px;padding:15px;font-size:1.1rem;font-weight:700;transition:transform .3s,box-shadow .3s}.ff-seite .submit-button:hover:not(:disabled){transform:scale(1.02);box-shadow:0 5px 20px #0003}.ff-seite .submit-button:disabled{opacity:.6}.ff-seite .form-fehler{background:#00000040;border-left:4px solid #ffd166;border-radius:8px;margin-bottom:20px;padding:12px 15px;font-size:.95rem}.ff-seite .honigtopf{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.ff-seite .reviews{background:var(--bg-primary);text-align:center;transition:background .3s}.ff-seite .reviews-box{background:var(--card-bg);max-width:640px;box-shadow:0 5px 20px var(--card-shadow);border-radius:15px;margin:0 auto;padding:40px 30px}.ff-seite .reviews-box h3{color:var(--gruen);margin-bottom:15px;font-size:1.4rem}.ff-seite .reviews-box p{color:var(--text-secondary);margin-bottom:25px}.ff-seite .reviews-box .weiter{color:var(--gruen);border-bottom:1px solid;margin-top:22px;text-decoration:none;display:inline-block}.ff-seite footer{background:var(--footer-bg);color:#aaa;text-align:center;padding:30px 20px;transition:background .3s}.ff-seite footer a{color:var(--gruen);text-decoration:none}.ff-seite footer a:hover{text-decoration:underline}.ff-seite .whatsapp-float{color:#fff;z-index:999;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;text-decoration:none;transition:transform .3s;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 5px 20px #0000004d}.ff-seite .whatsapp-float:hover{transform:scale(1.1)}.ff-seite .call-button{color:#fff;z-index:999;background:linear-gradient(135deg,#1e8449 0%,#17693a 100%);border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;font-size:26px;text-decoration:none;transition:transform .3s;display:flex;position:fixed;bottom:30px;left:30px;box-shadow:0 4px 15px #1e844966}.ff-seite .call-button:hover{transform:scale(1.1)}.ff-seite .back-to-top{background:var(--gruen);color:#fff;opacity:0;visibility:hidden;z-index:1000;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:24px;transition:opacity .3s,visibility .3s,transform .3s;display:flex;position:fixed;bottom:100px;right:30px;box-shadow:0 4px 15px #1e844966}.ff-seite .back-to-top.sichtbar{opacity:1;visibility:visible}.ff-seite .back-to-top:hover{background:var(--gruen-dunkel);transform:translateY(-3px)}.ff-seite.animation-an .scroll-animate{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(40px)}.ff-seite.animation-an .scroll-animate.sichtbar{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.ff-seite.animation-an .scroll-animate{opacity:1;transition:none;transform:none}}@media (max-width:768px){.ff-seite .nav-links{text-align:center;background:#1e8449fa;flex-direction:column;gap:15px;padding:20px;display:none;position:absolute;top:100%;left:0;right:0}.ff-seite .nav-links.offen,.ff-seite .hamburger{display:flex}.ff-seite .hero h1{font-size:2.5rem}.ff-seite .tagline{font-size:1.2rem}.ff-seite section h2{font-size:2rem}.ff-seite .hero-buttons{flex-direction:column;align-items:center}.ff-seite .contact-wrapper{grid-template-columns:1fr}.ff-seite .whatsapp-float{width:50px;height:50px;bottom:20px;right:20px}.ff-seite .call-button{width:50px;height:50px;bottom:20px;left:20px}.ff-seite .back-to-top{width:45px;height:45px;bottom:80px;right:20px}}@media (max-width:480px){.ff-seite .nav-logo{height:30px}.ff-seite .nav-brand{font-size:1.25rem}}.ff-seite .rechtstext{max-width:800px;margin:0 auto;padding:110px 20px 60px}.ff-seite .rechtstext h1{color:var(--gruen);margin-bottom:30px;font-size:2.5rem}.ff-seite .rechtstext h2{color:var(--gruen);text-align:left;margin:30px 0 15px;font-size:1.3rem}.ff-seite .rechtstext h3{color:var(--text-primary);margin:20px 0 10px;font-size:1.1rem}.ff-seite .rechtstext p,.ff-seite .rechtstext li{color:var(--text-secondary);margin-bottom:15px;line-height:1.8}.ff-seite .rechtstext ul{margin-bottom:15px;margin-left:20px}.ff-seite .rechtstext a{color:var(--gruen)}
