.hero-custom{min-height:90vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--light-gray) 0%,var(--white) 100%);position:relative;overflow:hidden;padding:260px 0 120px 0}.hero-custom::before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 10h8v8h-8zM42 10h8v8h-8zM10 42h8v8h-8zM42 42h8v8h-8z' fill='%23E85D3F' fill-opacity='0.08'/%3E%3C/svg%3E");opacity:1;pointer-events:none}.hero-custom::after{content:'';position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(232,93,63,0.12) 0%,transparent 70%);top:-100px;right:-100px;border-radius:50%;pointer-events:none}.hero-content-custom{text-align:center;max-width:900px;margin:0 auto;animation:fadeInUp 1s ease}.hero-title-large{font-size:clamp(3rem,8vw,5.5rem);font-weight:800;line-height:1.1;margin-bottom:2rem;color:var(--dark);display:flex;flex-direction:column;gap:0.5rem}.hero-title-large .line-1{color:var(--dark);display:block}.hero-title-large .line-2{color:var(--primary-orange);display:block}.hero-subtitle-custom{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#4A5568;margin-bottom:3rem;font-weight:400;line-height:1.6}.hero-buttons-custom{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.section-custom{padding:clamp(60px,10vw,120px) 0;position:relative}.section-custom::before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='2' fill='%23E85D3F' fill-opacity='0.1'/%3E%3Ccircle cx='80' cy='80' r='2' fill='%23E85D3F' fill-opacity='0.1'/%3E%3Ccircle cx='50' cy='50' r='1.5' fill='%23E85D3F' fill-opacity='0.08'/%3E%3C/svg%3E");opacity:1;pointer-events:none;z-index:0}.section-header-custom{text-align:center;max-width:800px;margin:0 auto 4rem;position:relative;z-index:1}.section-label{font-size:0.875rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--primary-orange);margin-bottom:1rem}.section-headline{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:var(--dark);margin-bottom:1.5rem;line-height:1.2}.section-headline-large{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;color:var(--dark);margin-bottom:2rem;line-height:1.1}.section-intro{font-size:1.25rem;color:#4A5568;line-height:1.8}.text-highlight{color:var(--primary-orange);font-weight:700}.repeating-text-container{overflow:hidden;margin:3rem 0;padding:2rem 0;background:linear-gradient(90deg,transparent 0%,var(--light-gray) 10%,var(--light-gray) 90%,transparent 100%);position:relative}.repeating-text-container::before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;background-image:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='10' y='10' width='12' height='12' fill='%23E85D3F' fill-opacity='0.05'/%3E%3Crect x='58' y='10' width='12' height='12' fill='%23E85D3F' fill-opacity='0.05'/%3E%3Crect x='10' y='58' width='12' height='12' fill='%23E85D3F' fill-opacity='0.05'/%3E%3Crect x='58' y='58' width='12' height='12' fill='%23E85D3F' fill-opacity='0.05'/%3E%3C/svg%3E");opacity:1;pointer-events:none;z-index:0}.repeating-text{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700;color:var(--primary-orange);white-space:nowrap;animation:scroll-text 20s linear infinite;opacity:0.3;position:relative;z-index:1}@keyframes scroll-text{0%{transform:translateX(0%)}100%{transform:translateX(-50%)}}.image-grid-custom{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:4rem 0;position:relative;z-index:1}.image-box{border-radius:20px;overflow:hidden;box-shadow:var(--shadow-lg);transition:transform 0.4s ease}.image-box:hover{transform:translateY(-10px)}.placeholder-image{width:100%;height:350px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.content-text-custom{max-width:900px;margin:3rem auto 0;position:relative;z-index:1}.content-text-custom p{font-size:1.125rem;line-height:1.9;color:#4A5568;margin-bottom:1.5rem}.content-text-custom strong{color:var(--dark);font-weight:600}.services-section-custom{background:var(--white);position:relative;overflow:hidden}.services-section-custom::before{content:'</>';position:absolute;font-size:300px;font-weight:700;color:var(--primary-orange);opacity:0.03;top:50%;right:-50px;transform:translateY(-50%) rotate(-15deg);font-family:monospace;pointer-events:none;z-index:0}.services-section-custom::after{content:'{}';position:absolute;font-size:250px;font-weight:700;color:var(--primary-orange);opacity:0.03;top:20%;left:-50px;transform:rotate(15deg);font-family:monospace;pointer-events:none;z-index:0}.services-grid-custom{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:3rem;position:relative;z-index:1}.service-card-custom{background:var(--white);padding:3rem 2rem;border-radius:20px;box-shadow:0 5px 20px rgba(0,0,0,0.08);transition:all 0.4s ease;position:relative;border:1px solid var(--border-gray);display:flex;flex-direction:column;min-height:420px}.service-card-custom p{flex-grow:1}.service-card-custom:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(229,107,71,0.15);border-color:var(--primary-orange)}.service-icon-custom{width:80px;height:80px;background:linear-gradient(135deg,var(--primary-orange),var(--primary-orange-hover));border-radius:16px;display:flex;align-items:center;justify-content:center;color:white;margin-bottom:2rem;transition:transform 0.4s ease}.service-card-custom:hover .service-icon-custom{transform:scale(1.1) rotate(5deg)}.service-card-custom h3{font-size:1.5rem;color:var(--dark);margin-bottom:1rem;font-weight:700}.service-badge{display:inline-block;background:rgba(229,107,71,0.1);color:var(--primary-orange);padding:0.375rem 0.875rem;border-radius:20px;font-size:0.75rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:0.5px}.service-card-custom p{color:#4A5568;line-height:1.7;margin-bottom:1.5rem;font-size:1rem}.link-arrow{color:var(--primary-orange);font-weight:600;text-decoration:none;transition:all 0.3s ease;display:inline-block}.link-arrow:hover{transform:translateX(5px);color:var(--primary-orange-hover)}.anspruch-section{background:var(--light-gray);position:relative;overflow:hidden}.anspruch-section::before{content:'"';position:absolute;font-size:500px;font-weight:900;color:var(--primary-orange);opacity:0.025;top:-100px;left:-80px;font-family:Georgia,serif;pointer-events:none;z-index:0}.anspruch-section::after{content:'"';position:absolute;font-size:500px;font-weight:900;color:var(--primary-orange);opacity:0.025;bottom:-150px;right:-80px;font-family:Georgia,serif;pointer-events:none;z-index:0;transform:rotate(180deg)}.quote-section-custom{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:3rem auto 0;position:relative;z-index:1}.quote-content{position:relative}.quote-mark{font-size:120px;font-weight:900;color:var(--primary-orange);opacity:0.2;line-height:1;position:absolute;top:-40px;left:-20px;font-family:Georgia,serif}.quote-content blockquote{position:relative;z-index:1;padding:2rem;background:var(--white);border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,0.08)}.quote-content blockquote p{font-size:1.125rem;line-height:1.9;color:#4A5568;margin-bottom:1.5rem}.quote-content blockquote p:last-of-type{margin-bottom:0}.quote-signature{margin-top:2rem;padding-left:2rem}.signature-text{font-size:1.25rem;font-weight:700;color:var(--dark);margin-bottom:0.5rem}.signature-title{font-size:1rem;color:#4A5568;font-style:italic}.quote-image{display:flex;align-items:center;justify-content:center}.profile-placeholder{width:300px;height:300px;border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 15px 50px rgba(229,107,71,0.2)}.features-section-custom{background:var(--white);position:relative;overflow:hidden}.features-section-custom::before{content:'';position:absolute;width:300px;height:300px;background:url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='20' y='20' width='40' height='40' fill='%23E85D3F' fill-opacity='0.08'/%3E%3Crect x='140' y='20' width='40' height='40' fill='%23E85D3F' fill-opacity='0.08'/%3E%3Crect x='20' y='140' width='40' height='40' fill='%23E85D3F' fill-opacity='0.08'/%3E%3Crect x='140' y='140' width='40' height='40' fill='%23E85D3F' fill-opacity='0.08'/%3E%3C/svg%3E");top:-50px;left:-50px;opacity:0.5;pointer-events:none;z-index:0}.features-section-custom::after{content:'';position:absolute;width:300px;height:300px;background:url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='20' y='20' width='40' height='40' fill='%23E85D3F' fill-opacity='0.08'/%3E%3Crect x='140' y='20' width='40' height='40' fill='%23E85D3F' fill-opacity='0.08'/%3E%3Crect x='20' y='140' width='40' height='40' fill='%23E85D3F' fill-opacity='0.08'/%3E%3Crect x='140' y='140' width='40' height='40' fill='%23E85D3F' fill-opacity='0.08'/%3E%3C/svg%3E");bottom:-50px;right:-50px;opacity:0.5;pointer-events:none;z-index:0}.features-grid-custom{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1200px;margin:0 auto;position:relative;z-index:1}.feature-box-custom{text-align:left}.feature-number{font-size:3rem;font-weight:900;color:var(--primary-orange);opacity:0.3;line-height:1;margin-bottom:1rem}.feature-box-custom h3{font-size:1.5rem;font-weight:700;color:var(--dark);margin-bottom:1rem}.feature-box-custom p{color:#4A5568;line-height:1.8;font-size:1rem}.cta-section-custom{background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-hover) 100%);padding:80px 0;position:relative;overflow:hidden}.cta-section-custom::before{content:'';position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,0.1) 0%,transparent 70%);bottom:-200px;left:-200px;border-radius:50%}.cta-content-custom{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:1}.cta-content-custom h2{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:var(--white);margin-bottom:1.5rem;line-height:1.2}.cta-content-custom p{font-size:1.25rem;color:rgba(255,255,255,0.95);margin-bottom:3rem;line-height:1.7}.btn-custom{display:inline-block;padding:18px 40px;font-size:1rem;font-weight:600;text-align:center;border-radius:50px;transition:all 0.4s ease;text-decoration:none;border:2px solid transparent;cursor:pointer;position:relative;overflow:hidden;z-index:1}.btn-custom::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,0.2);transform:translate(-50%,-50%);transition:width 0.6s ease,height 0.6s ease;z-index:-1}.btn-custom:hover::before{width:300px;height:300px}.btn-primary-custom{background:var(--primary-orange);color:var(--white);box-shadow:0 10px 30px rgba(229,107,71,0.3)}.btn-primary-custom:hover{background:var(--primary-orange-hover);transform:translateY(-3px);box-shadow:0 15px 40px rgba(229,107,71,0.4)}.btn-outline-custom{background:transparent;border:2px solid var(--primary-orange);color:var(--primary-orange)}.btn-outline-custom:hover{background:var(--primary-orange);color:var(--white);transform:translateY(-3px);box-shadow:0 10px 30px rgba(229,107,71,0.3)}.btn-cta-custom{background:var(--white);color:var(--primary-orange);font-size:1.125rem;padding:20px 50px;box-shadow:0 15px 40px rgba(0,0,0,0.2)}.btn-cta-custom:hover{background:var(--light-gray);transform:translateY(-5px);box-shadow:0 20px 50px rgba(0,0,0,0.3)}@media (max-width:768px){.hero-custom{min-height:70vh;padding:220px 0 80px 0}.hero-title-large{font-size:2.5rem}.hero-buttons-custom{flex-direction:column;align-items:center;gap:1rem}.btn-custom{width:100%;max-width:300px}.section-custom{padding:60px 0}.section-headline{font-size:2rem}.section-headline-large{font-size:2.5rem}.repeating-text{font-size:1.5rem}.image-grid-custom{grid-template-columns:1fr;gap:1.5rem}.services-grid-custom{grid-template-columns:1fr;gap:2rem}.quote-section-custom{grid-template-columns:1fr;gap:2rem}.quote-image{order:-1}.profile-placeholder{width:100%;max-width:300px;height:250px}.features-grid-custom{grid-template-columns:1fr;gap:2rem}.cta-section-custom{padding:60px 0}.content-text-custom p{font-size:1rem}}@media (max-width:480px){.hero-title-large{font-size:2rem}.service-card-custom{padding:2rem 1.5rem}.feature-number{font-size:2.5rem}.btn-custom{padding:14px 30px;font-size:0.9375rem}}@keyframes fadeInUp{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeInUp 0.8s ease}html{scroll-behavior:smooth}#floating-logo-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:transparent;padding:10px 0;transition:all 0.3s ease;pointer-events:none}#floating-logo-header .container{display:flex;justify-content:center;align-items:center;height:100%}.floating-logo-link{display:inline-block;text-decoration:none;transition:transform 0.3s ease;pointer-events:auto;background:rgba(255,255,255,0.9);border-radius:50%;padding:10px;box-shadow:0 4px 20px rgba(0,0,0,0.1)}.floating-logo-link:hover{transform:scale(1.05)}.floating-logo{width:200px;height:200px;object-fit:contain;transition:transform 0.4s ease}.floating-logo-link:hover .floating-logo{transform:rotate(5deg)}@media (max-width:768px){#floating-logo-header{padding:5px 0}.floating-logo-link{padding:5px}.floating-logo{width:120px;height:120px}}#main-footer-custom{background:var(--dark);color:var(--white);position:relative;margin-top:60px}.footer-wave{position:absolute;top:-1px;left:0;width:100%;overflow:hidden;line-height:0}.footer-wave svg{position:relative;display:block;width:calc(100% + 1.3px);height:80px}.footer-content-custom{padding:50px 0 20px}.footer-grid-custom{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2rem;width:100%}.footer-column-custom{display:flex;flex-direction:column}.footer-main-column{padding-right:1rem}.footer-logo-link{display:inline-block;transition:transform 0.3s ease;text-decoration:none}.footer-logo-link:hover{transform:scale(1.05)}.footer-logo-custom{width:150px;height:150px;object-fit:contain;margin-bottom:1.5rem;background:var(--white);padding:16px;border-radius:20px;box-shadow:0 6px 20px rgba(255,255,255,0.15);transition:all 0.3s ease}.footer-logo-link:hover .footer-logo-custom{box-shadow:0 8px 30px rgba(255,255,255,0.25);transform:rotate(5deg)}.footer-brand-name{font-size:2.5rem;font-weight:700;color:var(--white);margin-bottom:0.75rem}.footer-tagline{font-size:1rem;color:var(--primary-orange);font-weight:600;margin-bottom:1rem}.footer-desc{color:rgba(255,255,255,0.85);line-height:1.7;font-size:0.9375rem;margin-bottom:1.5rem}.footer-heading{font-size:1.125rem;font-weight:700;color:var(--white);margin-bottom:1.5rem}.footer-heading.mt-3{margin-top:2rem}.social-links-custom{display:flex;gap:1rem;margin-top:1rem}.social-icon-custom{width:40px;height:40px;background:rgba(255,255,255,0.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);transition:all 0.3s ease;text-decoration:none}.social-icon-custom:hover{background:var(--primary-orange);transform:translateY(-3px)}.footer-contact-list,.footer-hours-list,.footer-legal-list,.footer-services-list{list-style:none;padding:0;margin:0}.footer-contact-list li,.footer-hours-list li,.footer-legal-list li,.footer-services-list li{margin-bottom:0.875rem;display:flex;align-items:center;gap:0.75rem;color:rgba(255,255,255,0.85);font-size:0.9375rem}.footer-contact-list li svg{flex-shrink:0;color:var(--primary-orange)}.footer-contact-list a,.footer-legal-list a,.footer-services-list a{color:rgba(255,255,255,0.85);text-decoration:none;transition:color 0.3s ease}.footer-contact-list a:hover,.footer-legal-list a:hover,.footer-services-list a:hover{color:var(--primary-orange)}.footer-hours-list li{justify-content:space-between;padding:0.5rem 0;border-bottom:1px solid rgba(255,255,255,0.1)}.footer-hours-list li:last-child{border-bottom:none}.footer-bottom-custom{border-top:1px solid rgba(255,255,255,0.1);padding:1.5rem 0}.footer-bottom-content-custom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom-content-custom p{margin:0;color:rgba(255,255,255,0.85);font-size:0.875rem}.footer-made-with{display:flex;align-items:center;gap:0.25rem}.contact-section-custom{background:var(--light-gray);position:relative;overflow:hidden}.contact-section-custom::before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;background-image:url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='3' fill='%23E85D3F' fill-opacity='0.12'/%3E%3Ccircle cx='90' cy='30' r='3' fill='%23E85D3F' fill-opacity='0.12'/%3E%3Ccircle cx='30' cy='90' r='3' fill='%23E85D3F' fill-opacity='0.12'/%3E%3Ccircle cx='90' cy='90' r='3' fill='%23E85D3F' fill-opacity='0.12'/%3E%3Cline x1='30' y1='30' x2='90' y2='30' stroke='%23E85D3F' stroke-opacity='0.06' stroke-width='1'/%3E%3Cline x1='30' y1='30' x2='30' y2='90' stroke='%23E85D3F' stroke-opacity='0.06' stroke-width='1'/%3E%3C/svg%3E");opacity:1;pointer-events:none;z-index:0}.contact-grid-custom{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem;position:relative;z-index:1}.contact-info-box{background:var(--white);padding:2.5rem 2rem;border-radius:20px;text-align:center;box-shadow:0 5px 20px rgba(0,0,0,0.08);transition:all 0.4s ease;border:1px solid var(--border-gray)}.contact-info-box:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(229,107,71,0.15);border-color:var(--primary-orange)}.contact-icon{width:70px;height:70px;background:linear-gradient(135deg,var(--primary-orange),var(--primary-orange-hover));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:white;transition:transform 0.4s ease}.contact-info-box:hover .contact-icon{transform:scale(1.1) rotate(5deg)}.contact-info-box h4{font-size:1.25rem;font-weight:700;color:var(--dark);margin-bottom:1rem}.contact-info-box a{color:var(--primary-orange);text-decoration:none;font-weight:600;transition:color 0.3s ease}.contact-info-box a:hover{color:var(--primary-orange-hover)}.contact-info-box span{color:#4A5568;display:block;line-height:1.7}@media (max-width:1100px){.footer-grid-custom{grid-template-columns:1fr 1fr;gap:2rem}.footer-main-column{grid-column:1 / -1;padding-right:0;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,0.1)}}@media (max-width:768px){#main-footer-custom{margin-top:60px}.footer-wave svg{height:80px}.footer-content-custom{padding:60px 0 30px}.footer-grid-custom{grid-template-columns:1fr;gap:2rem}.footer-main-column{border-bottom:none;padding-bottom:0}.footer-bottom-content-custom{flex-direction:column;text-align:center}.contact-grid-custom{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:480px){.footer-logo-custom{width:120px;height:120px;padding:14px}.footer-brand-name{font-size:2rem}.contact-info-box{padding:2rem 1.5rem}}