﻿*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;line-height:1.6;color:#44546a;background-color:#fff}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem;color:#44546a}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}@media(min-width: 768px){h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.75rem}}p{margin-bottom:1rem}a{color:#44546a;text-decoration:none;transition:color .3s ease}a:hover{color:#099}ul,ol{margin-bottom:1rem}li{margin-bottom:.25rem}img{max-width:100%;height:auto;display:block}:focus{outline:2px solid #44546a;outline-offset:2px}@media(prefers-reduced-motion: reduce){*{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}.btn{display:inline-block;padding:12px 24px;border-radius:8px;font-weight:600;text-decoration:none;text-align:center;border:2px solid rgba(0,0,0,0);cursor:pointer;transition:all .3s ease}.btn:hover{transform:translateY(-2px)}.btn--primary{background-color:#099;color:#fff;border-color:#099}.btn--primary:hover{background-color:#ed7d31;border-color:#ed7d31;box-shadow:0 4px 12px rgba(0,153,153,.2)}.btn--secondary{background-color:#fff;color:#44546a;border-color:#c4ceda}.btn--secondary:hover{background-color:#099;color:#fff;border-color:#099;box-shadow:0 2px 8px rgba(0,153,153,.3)}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width: 768px){.container{padding:0 4rem}}.section-title{text-align:center;font-size:2rem;font-weight:700;color:#44546a;margin-bottom:2.5rem}.services .section-title,.insights .section-title,.about .section-title{color:#44546a;font-weight:800}.card{background-color:#f5bc95;padding:5rem;border-radius:12px;box-shadow:0 2px 10px rgba(68,84,106,.06);transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(245,188,149,.3)}.card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(68,84,106,.15);border-color:rgba(0,153,153,.4);background-color:#fff}.form-group{margin-bottom:2.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#44546a}.form-group input,.form-group textarea{width:100%;padding:12px;border:2px solid #c4ceda;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#44546a}.form-group textarea{resize:vertical;min-height:120px}body.nav-open{overflow:hidden}@media(min-width: 768px){body.nav-open{overflow:auto}}.form-message{padding:2.5rem;border-radius:8px;margin-bottom:2.5rem;font-weight:500}.form-message--success{background-color:#d1fae5;color:#065f46;border:1px solid #10b981}.form-message--error{background-color:#fee2e2;color:#991b1b;border:1px solid #ef4444}.scroll-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;border:none;border-radius:50%;background-color:#44546a;color:#fff;font-size:20px;font-weight:bold;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease;z-index:999;box-shadow:0 2px 10px rgba(68,84,106,.06)}.scroll-to-top:hover{background-color:#099;transform:translateY(0);box-shadow:0 8px 25px rgba(68,84,106,.1)}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:focus{outline:2px solid #44546a;outline-offset:2px}.btn:disabled{opacity:.6;cursor:not-allowed}.btn:disabled:hover{transform:none;box-shadow:none}.nav-toggle:focus,.btn:focus,input:focus,textarea:focus{outline:2px solid #44546a;outline-offset:2px}@media(prefers-contrast: high){.btn--primary{border:2px solid #44546a}.nav-link:hover{background-color:#44546a;color:#fff;padding:4px 8px;border-radius:4px}}.header{background-color:#fff;box-shadow:0 1px 3px rgba(68,84,106,.08);border-bottom:3px solid #c4ceda;position:sticky;top:0;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width: 768px){.nav-container{padding:0 4rem}}.nav-container{display:flex;justify-content:space-between;align-items:center;min-height:70px}.nav-brand{text-align:left;display:flex;align-items:flex-end;gap:1rem}.nav-brand .brand-logo{height:35px;width:auto;max-width:250px;object-fit:contain}.nav-brand .brand-title{font-size:1.5rem;font-weight:700;color:#44546a;margin-bottom:0}.nav-brand .brand-subtitle{font-size:1rem;font-weight:500;color:#44546a;margin-bottom:0;opacity:.9;line-height:1}.nav-menu{display:flex;list-style:none;gap:4rem;margin:0}@media(max-width: 639px){.nav-menu{position:fixed;top:70px;right:-100%;width:100%;height:calc(100vh - 70px);background-color:#fff;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:5rem;transition:right .3s ease;box-shadow:0 2px 10px rgba(68,84,106,.06)}.nav-menu.active{right:0}}.nav-link{text-decoration:none;color:#44546a;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#099}@media(max-width: 639px){.nav-link{font-size:1.25rem;padding:2.5rem 0}}.nav-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;width:30px;height:30px;justify-content:space-around}@media(max-width: 639px){.nav-toggle{display:flex}}.nav-toggle span{display:block;height:3px;width:100%;background-color:#44546a;transition:all .3s ease}.nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px, 5px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px, -6px)}.footer{background-color:#44546a;color:#fff;padding:5rem 0}.footer-content{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width: 768px){.footer-content{padding:0 4rem}}.footer-content{display:grid;grid-template-columns:1fr;align-items:center;gap:4rem;margin-bottom:4rem}@media(min-width: 768px){.footer-content{grid-template-columns:1fr 1fr}}.footer-info h3{color:#fff;margin-bottom:.5rem}.footer-info p{color:#c4ceda}.footer-links ul{list-style:none;display:flex;gap:4rem;margin:0}.footer-links a{color:#c4ceda;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-bottom{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width: 768px){.footer-bottom{padding:0 4rem}}.footer-bottom{border-top:1px solid #099;padding-top:2.5rem;text-align:center}.footer-bottom p{color:#c4ceda;margin:0}.hero{background-image:url("/images/hintergrund 2.jpg");background-size:cover;background-position:right bottom;background-repeat:no-repeat;display:flex;align-items:center;color:#fff;position:relative}.hero-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width: 768px){.hero-container{padding:0 4rem}}.hero-container{display:flex;flex-direction:column;justify-content:space-between;height:100%;width:100%;padding-top:2rem;padding-bottom:1rem}@media(min-width: 768px){.hero-container{padding-top:2rem;padding-bottom:1rem}}.hero-content{max-width:500px;width:100%}.hero-title{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:2.5rem;line-height:1.1;text-shadow:0 3px 8px rgba(0,0,0,.8),0 1px 4px rgba(0,0,0,.9)}@media(min-width: 768px){.hero-title{font-size:3.5rem}}@media(max-width: 768px){.hero-title{font-size:2rem}}@media(max-width: 480px){.hero-title{font-size:1.6rem}}.hero-description{font-size:1.25rem;color:#fff;margin-bottom:1rem;line-height:1.6;text-shadow:0 2px 6px rgba(0,0,0,.8),0 1px 3px rgba(0,0,0,.9);font-weight:500}.hero-description:last-of-type{margin-bottom:2.5rem}@media(max-width: 768px){.hero-description{font-size:1.1rem;line-height:1.5;margin-bottom:.5rem}.hero-description:last-of-type{margin-bottom:1rem}}@media(max-width: 480px){.hero-description{font-size:1rem;line-height:1.4;margin-bottom:1rem}}.hero-values{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-top:5rem}@media(min-width: 768px){.hero-values{grid-template-columns:repeat(2, 1fr)}}.hero-actions{display:flex;gap:2.5rem;flex-wrap:wrap}.hero-image{text-align:center}.hero-image img{max-width:100%;height:auto}.value-props{padding:6rem 0;background-color:#fff;padding:5rem 0}.value-props-grid{display:grid;grid-template-columns:1fr;align-items:center;gap:4rem;max-width:1000px;margin:0 auto}@media(min-width: 768px){.value-props-grid{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 640px)and (max-width: 767px){.value-props-grid{grid-template-columns:repeat(2, 1fr)}}.value-proposition{background:#44546a;padding:4rem;border-radius:12px;text-align:center;box-shadow:0 1px 3px rgba(68,84,106,.08);border:1px solid rgba(68,84,106,.4);transition:all .3s ease}.value-proposition:hover{transform:translateY(-4px);box-shadow:0 2px 10px rgba(68,84,106,.06);border-color:#099;background:rgb(58.0344827586,71.6896551724,90.4655172414)}.value-proposition h3{color:#fff;font-size:1.1rem;margin-bottom:1rem;font-weight:700}.value-proposition:hover .value-proposition h3{color:#fff}.value-proposition p{color:#fff;font-size:.9rem;margin:0;line-height:1.4}.value-proposition:hover .value-proposition p{color:#fff}.hero-cta{margin-top:3rem;max-width:500px;width:100%}@media(max-width: 768px){.hero-cta{margin-top:2.5rem}}@media(max-width: 480px){.hero-cta{margin-top:2rem}}.cta-content{background:rgba(68,84,106,.05);padding:1.25rem 1.5rem;border-radius:12px;text-align:left;box-shadow:0 8px 32px rgba(0,0,0,.3);border:2px solid hsla(0,0%,100%,.2);backdrop-filter:blur(12px);display:flex;flex-direction:column;justify-content:center;align-items:center}@media(max-width: 768px){.cta-content{padding:1rem 1.25rem}}@media(max-width: 480px){.cta-content{padding:.875rem 1rem}}.cta-content h3{color:#fff;font-size:1.5rem;font-weight:800;margin-bottom:1rem;line-height:1.1;text-shadow:0 3px 8px rgba(0,0,0,.8),0 1px 4px rgba(0,0,0,.9)}@media(max-width: 768px){.cta-content h3{font-size:1.3rem}}@media(max-width: 480px){.cta-content h3{font-size:1.1rem}}.cta-action .btn--cta{background:#ed7d31;color:#fff;padding:8px 70px;font-size:.95rem;font-weight:700;border-radius:12px;letter-spacing:.3px;box-shadow:0 4px 15px rgba(237,125,49,.4);border:2px solid #ed7d31;display:flex;flex-direction:column;align-items:center;gap:3px;text-align:center}.cta-action .btn--cta:hover{background:rgb(225.4964285714,102.8964285714,19.7035714286);transform:translateY(-3px);box-shadow:0 6px 20px rgba(237,125,49,.5);border-color:rgb(225.4964285714,102.8964285714,19.7035714286)}.cta-action .cta-button-text{font-size:18px;font-weight:700}.cta-action .cta-button-email{font-size:15px;font-weight:500;opacity:.95}.values{padding:6rem 0;background:#fff;padding-top:6rem;padding-bottom:5rem;scroll-margin-top:100px}.values-content{display:grid;grid-template-columns:1fr;align-items:center;gap:4rem;align-items:start;max-width:1000px;margin:0 auto;padding:4rem;background:#c4ceda;color:#44546a;border-radius:12px;box-shadow:0 2px 10px rgba(68,84,106,.06)}@media(min-width: 768px){.values-content{grid-template-columns:1fr 1fr}}@media(min-width: 768px){.values-text{padding-top:3.1rem}}.values-text p{font-size:1.125rem;line-height:1.65;padding:1rem 0;margin-bottom:0;color:#44546a}.values-core h3{color:#44546a;margin-bottom:1rem}.values-core .values-list li{color:#44546a;border-bottom-color:rgba(68,84,106,.2);font-size:18px}.values-core .values-list li strong{color:#44546a}.values-mission{max-width:800px;margin:5rem auto 0;padding:2.5rem 4rem;background:#ed7d31;border-radius:12px;text-align:center;border:none;box-shadow:0 2px 10px rgba(68,84,106,.06)}.values-mission h3{color:#fff;margin-bottom:1rem;font-size:1.3rem}.values-mission p{font-size:1rem;line-height:1.5;margin:0;color:#fff}.values-list{list-style:none;padding:0}.values-list li{padding:1rem 0;color:#fff;border-bottom:1px solid hsla(0,0%,100%,.2);line-height:1.5}.values-list li strong{color:#fff;font-weight:700;display:block}.values-list li:last-child{border-bottom:none}.services{padding:6rem 0;background:#fff;padding-top:4rem;padding-bottom:2.5rem;scroll-margin-top:300px}.services-grid{display:grid;grid-template-columns:1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:1rem;align-items:stretch}@media(min-width: 768px){.services-grid{grid-template-columns:repeat(2, 1fr)}}.services-differentiator{max-width:1000px;margin:2.5rem auto 0;padding:1rem 2.5rem;background:#ed7d31;color:#fff;border-radius:12px;text-align:center;box-shadow:0 2px 10px rgba(68,84,106,.06)}.services-differentiator h3{color:#fff;margin-bottom:.5rem;font-size:1.2rem}.services-differentiator p{color:#fff;font-size:.95rem;line-height:1.4;margin:0}.services-differentiator p strong{color:#fff}.service-card{text-align:left;display:flex;flex-direction:column;height:100%;position:relative;overflow:hidden;padding:1rem 2.5rem;border-radius:12px;box-shadow:0 2px 10px rgba(68,84,106,.06);transition:all .3s ease;background:#44546a;color:#fff;border:2px solid rgba(68,84,106,.4)}.service-card:hover{box-shadow:0 8px 25px rgba(68,84,106,.1);border-color:#e5fdc9}.service-card h3{color:#fff;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.service-card>p{color:#fff;margin-bottom:.5rem;font-size:.9rem;line-height:1.4;flex-grow:1}.service-features ul{list-style:none;padding:0;margin:0}.service-features ul li{padding:2px 0;color:#fff;font-size:.85rem;position:relative;padding-left:2.5rem}.service-features ul li:before{content:"✓";position:absolute;left:0;color:#ed7d31;font-weight:bold}.value-section{padding:6rem 0;background-color:#fff;color:#44546a;scroll-margin-top:50px;padding-bottom:0}.value-section .section-title{color:#44546a;text-align:center;margin-bottom:2.5rem}.about-section{padding:6rem 0;background-color:#fff;color:#44546a;scroll-margin-top:50px;padding-top:5rem}.about-section .section-title{color:#44546a;text-align:center;margin-bottom:2.5rem}.about-box{background-color:#c4ceda;padding:5rem;border-radius:12px;margin:0 auto;max-width:1000px;text-align:center}.about-box .section-title{margin-bottom:.5rem !important;margin-top:0}.about-box .about-intro p{color:#44546a;font-size:1.125rem}.understanding-value{background:#44546a;color:#fff;border-radius:12px;padding:2.5rem;max-width:1000px;margin:0 auto;box-shadow:0 8px 25px rgba(68,84,106,.1)}.understanding-value p{font-size:1.05rem;line-height:1.5;margin-bottom:1rem;color:hsla(0,0%,100%,.9);text-align:center}.understanding-value .highlight-text{font-weight:600;font-size:1.2rem;color:#ed7d31}.understanding-value .claim-preparation{background:rgba(0,0,0,.2);padding:1rem;border-radius:12px;margin:1rem 0}.understanding-value .claim-preparation h4{color:#fff;font-size:1.2rem;margin-bottom:1rem;font-weight:700}.understanding-value .claim-preparation ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:.5rem}@media(min-width: 640px)and (max-width: 767px){.understanding-value .claim-preparation ul{grid-template-columns:1fr 1fr}}.understanding-value .claim-preparation ul li{display:flex;align-items:flex-start;justify-content:flex-start;text-align:left;gap:.5rem;color:hsla(0,0%,100%,.9);padding:0;font-size:1rem}.understanding-value .claim-preparation ul li:before{content:"•";color:#ed7d31;font-weight:bold;font-size:1.5em;line-height:1;margin-top:-0.1em;flex-shrink:0;position:static}.understanding-value .closing-text{text-align:center;font-weight:600;font-size:1.2rem;margin-top:2.5rem;color:#fff}.footer-contact{margin-top:2.5rem}.footer-contact p{margin-bottom:.5rem}.footer-contact p:first-child{font-weight:600;margin-bottom:1rem}.footer-contact a{color:hsla(0,0%,100%,.9);text-decoration:underline}.footer-contact a:hover{color:#fff}/*# sourceMappingURL=landing.css.map */
