:root{--blau:#236bb7;--grau:#323e48;--hellgrau:#f5f7fa;--hero-primary-color:var(--blau);--hero-text-light:#e3f0ff;--hero-text-dark-contrast:#1a2a3a;--hero-overlay-background:rgba(0, 0, 0, 0.4);--hero-overlay-blur:1.5px;--hero-title-font-size-desktop:4.8rem;--hero-text-font-size-desktop:1.4rem;--hero-trust-font-size-desktop:1.08rem}#home.hero-section{position:relative;overflow:hidden;background-position:center;background-size:cover;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;min-height:100vh;text-align:center;--hero-title-max-desktop:var(--gg-hero-title-max-desktop, var(--hero-title-font-size-desktop, 4.8rem));--hero-title-max-safe:4.8rem;--hero-title-min:1.6rem;--hero-title-fluid:6vw}#home .hero-overlay{display:block;z-index:0}#home .hero-content-card{padding:30px;border-radius:10px;margin-bottom:20px;box-shadow:0 4px 20px rgba(0,0,0,.2);width:100%;box-sizing:border-box}#home .hero-content-card .hero-title{margin-top:0;font-weight:700;line-height:1.2;font-size:clamp(
        var(--hero-title-min),
        var(--hero-title-fluid),
        min(var(--hero-title-max-desktop), var(--hero-title-max-safe))
    );overflow-wrap:anywhere;word-break:normal;hyphens:auto;text-wrap:balance;max-width:100%}#home .hero-text.slogan{line-height:1.6;max-width:800px;margin-left:auto;margin-right:auto;font-size:var(--hero-text-font-size-desktop);font-style:normal}#home .hero-trust{font-weight:500;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem;font-size:var(--hero-trust-font-size-desktop)}#home .hero-trust .hero-trust-logo{max-height:50px;width:auto}#home .hero-buttons{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin-top:2rem}#home .hero-buttons .btn{min-width:250px;padding:.85rem 1.8rem;font-weight:600;text-transform:uppercase;transition:.3s;border-width:2px}#home .hero-buttons .btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.2)}#home .hero-buttons .btn-lg{padding:1rem 2rem}#home .hero-social-bar{margin-top:2rem;display:flex;gap:1.5rem}#home .hero-social-bar.text-left{justify-content:flex-start}#home .hero-social-bar.text-center{justify-content:center}#home .hero-social-bar.text-right{justify-content:flex-end}#home .hero-social-bar a{color:inherit;transition:transform .2s ease-in-out}#home .hero-social-bar a:hover{transform:scale(1.1)}#home .hero-icon-text-block{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;font-weight:500}@media (max-width:768px){#home.hero-section{min-height:60vh;--hero-title-max-safe:3.5rem;--hero-title-min:1.5rem;--hero-title-fluid:8.5vw}#home .hero-content-card{padding:20px}#home .hero-text.slogan{font-size:1.2rem;margin-bottom:2rem}#home .hero-buttons{flex-direction:column;gap:.8rem}#home .hero-buttons .btn{min-width:220px}#home .hero-social-bar{font-size:1.2rem;gap:1rem}#home .hero-icon-text-block{font-size:.9rem}}@media (max-width:576px){#home.hero-section{min-height:50vh;--hero-title-max-safe:2.8rem;--hero-title-min:1.4rem;--hero-title-fluid:10vw}#home .hero-content-card{padding:15px}#home .hero-text.slogan{font-size:1.1rem;margin-bottom:1.5rem}#home .hero-trust{font-size:.9rem}#home .hero-buttons .btn{min-width:100%;font-size:.9rem!important;padding:.7rem 1.5rem}#home .hero-social-bar{font-size:1rem;gap:.8rem}#home .hero-icon-text-block{font-size:.85rem}}@media (max-width:360px){#home.hero-section{--hero-title-max-safe:2.2rem;--hero-title-min:1.3rem;--hero-title-fluid:12vw}}.animate__animated{animation-fill-mode:both}@media (min-width:577px){#home .hero-buttons{flex-direction:row;gap:1.8rem}}.hero-review-box{display:inline-block}.hero-review-link{border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);color:inherit;transition:.3s;font-weight:500}.hero-review-link:hover{background-color:rgba(255,255,255,.2)!important;transform:scale(1.03);box-shadow:0 4px 15px rgba(0,0,0,.1)}.review-box-logo{max-height:35px;width:auto;border-radius:50%}.review-stars{color:#ffc107;text-shadow:0 1px 2px rgba(0,0,0,.2)}@media (max-width:576px){.hero-review-box{width:100%;max-width:320px;margin-left:auto;margin-right:auto}.hero-review-link{flex-direction:column;gap:.5rem;padding:.8rem 1.2rem;font-size:.9em;width:100%;border-radius:1rem!important}.review-box-logo.me-3{margin-right:0!important;margin-bottom:.5rem}.review-stars.ms-2{margin-left:0!important}}
@keyframes kenburns{0%,100%{transform:scale(1.1) translate(0,0)}50%{transform:scale(1) translate(-1%,1%)}}#leistungen.hero-section{--card-title-size:1.5rem;--pre-title-size:0.9rem;--subtitle-size:1.25rem;--card-bg-color-rgba:rgba(255, 255, 255, 0.8);--card-blur:15px;--card-border-radius:1.75rem;--card-padding:2.5rem;--card-shadow:0 8px 32px rgba(20, 40, 80, 0.1);--card-shadow-hover:0 20px 40px rgba(20, 40, 80, 0.2);--card-note-color:#6c757d;overflow:hidden;position:relative}#leistungen.hero-section::before{content:'';position:absolute;top:-5%;left:-5%;width:110%;height:110%;background-image:inherit;background-size:cover;background-position:var(--hero-bg-position,center center);background-repeat:no-repeat;transform-origin:center center;animation:40s ease-in-out infinite kenburns;z-index:0;filter:brightness(.9)}#leistungen.kenburns-disabled::before{animation:none;transform:scale(1.1)}@media (prefers-reduced-motion:reduce){#leistungen.hero-section::before{animation:none}}.hero-heading-content{margin-bottom:3.5rem}.hero-divider{width:80px;margin:0 auto 1.5rem;border-color:var(--hero-divider-color,#fff);opacity:var(--hero-divider-opacity, .5)}.hero-pre-title{font-size:var(--pre-title-size);font-weight:600;text-transform:uppercase;letter-spacing:.2em;margin-bottom:1.5rem;text-shadow:0 1px 5px rgba(0,0,0,.3)}#leistungen .leistungen-subtitle{font-size:var(--subtitle-size, 1.25rem);font-weight:300;text-shadow:0 2px 8px rgba(0,0,0,.4);max-width:700px;margin:0 auto;line-height:1.7}#leistungen .leistungen-btn{border-radius:50px;font-weight:600;font-size:1.15rem;padding:.9rem 2.4rem;border:2px solid #fff;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#fff;transition:.3s;box-shadow:0 5px 15px rgba(0,0,0,.2)}#leistungen .leistungen-btn:focus,#leistungen .leistungen-btn:hover{background:#fff;color:var(--btn-hover-color,#236bb7)!important;box-shadow:0 10px 30px rgba(35,107,183,.2);transform:translateY(-3px)}#leistungen .leistungen-card{position:relative;z-index:1;border-radius:var(--card-border-radius,1.75rem);background:var(--card-bg-color-rgba,rgba(255,255,255,.8));backdrop-filter:blur(var(--card-blur,15px));-webkit-backdrop-filter:blur(var(--card-blur,15px));border:1px solid rgba(255,255,255,.5);box-shadow:var(--card-shadow);padding:var(--card-padding,2.5rem);display:flex;flex-direction:column;align-items:center;text-align:center;transition:.4s cubic-bezier(.25, .8, .25, 1)}#leistungen .leistungen-card:hover{transform:translateY(-12px);box-shadow:var(--card-shadow-hover);border-color:rgba(255,255,255,.9)}.leistungen-card-icon{width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,var(--card-icon-bg-start,#236bb7),var(--card-icon-bg-end,#3e8ed0));color:var(--card-icon-color,#fff);display:flex;align-items:center;justify-content:center;font-size:1.8rem;box-shadow:0 5px 15px rgba(35,107,183,.4)}.leistungen-card-title{font-size:var(--card-title-size, 1.5rem);font-weight:700;color:var(--card-title-color,#1d3557);margin-top:1.5rem;margin-bottom:1.25rem!important;line-height:1.3;position:relative;padding-bottom:.5rem}.leistungen-card-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:40px;height:3px;background:var(--card-title-underline-color,#236bb7);border-radius:2px}#leistungen .leistungen-card-list{flex:1 1 auto;font-size:1rem;line-height:1.8;color:var(--card-list-text-color,#495057);margin-bottom:1.5rem;padding-left:0;list-style-type:none}#leistungen .leistungen-card-list li{margin-bottom:.75em;padding-left:1.8em;position:relative;text-align:left}#leistungen .leistungen-card-list li::before{content:"\f00c";font:var(--fa-font-solid);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--card-list-tick-color,#198754);position:absolute;left:0;top:4px}@supports not (font:var(--fa-font-solid)){#leistungen .leistungen-card-list li::before{font-family:"Font Awesome 7 Free","Font Awesome 6 Free","Font Awesome 5 Free";font-weight:900}}#leistungen .leistungen-card-note{margin-top:auto;font-size:.9rem;color:var(--card-note-color,#6c757d)}@media (max-width:600px){.hero-pre-title{letter-spacing:.15em}}
.read-more-toggle:hover,.social-btn{text-decoration:none}:root{--angebote-title-font-size-desktop:2.8rem}#angebote.hero-section{background-image:var(--hero-bg-image);background-color:var(--hero-bg-color);background-size:cover;background-position:center;position:relative;padding-top:5rem;padding-bottom:5rem;display:flex;align-items:center;min-height:500px;--angebote-title-max-desktop:var(--gg-angebote-title-max-desktop, var(--angebote-title-font-size-desktop, 2.8rem));--angebote-title-max-safe:2.8rem;--angebote-title-min:1.25rem;--angebote-title-fluid:6.5vw}#angebote .hero-overlay{background-color:var(--hero-overlay-color);opacity:var(--hero-overlay-opacity);z-index:0}#angebote .display-4{color:var(--hero-title-color);text-shadow:var(--hero-title-text-shadow);margin-bottom:3rem;font-family:Raleway,sans-serif;font-weight:300;letter-spacing:1.5px;text-transform:uppercase}#angebote .btn-hero-custom{border-width:1px;border-style:solid;background-color:transparent;color:var(--hero-btn-text-color);border-color:var(--hero-btn-border-color);transition:.3s;padding:.75rem 1.5rem;font-size:1.1rem;border-radius:.5rem;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}#angebote .btn-hero-custom:hover{background-color:var(--hero-btn-hover-bg-color);color:var(--hero-btn-hover-text-color);border-color:var(--hero-btn-hover-border-color);text-decoration:none}#angebote .btn-hero-custom .btn-logo{height:1.5em;width:auto;max-width:120px}#angebote .btn-hero-custom.logo-only{padding:.5rem .75rem}#angebote .btn-hero-custom .btn-logo-only{height:2em;width:auto;max-width:150px}#angebote .card{border:none;border-radius:var(--card-border-radius);overflow:hidden;background-color:var(--card-bg-color);color:var(--card-text-color);box-shadow:var(--card-box-shadow);transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column;height:100%;margin-bottom:1.5rem;position:relative}#angebote .card-img-top,#angebote .carousel-item img{height:220px;object-fit:cover}#angebote .card:hover{transform:translateY(-4px);box-shadow:0 1rem 2rem rgba(0,0,0,.15)}#angebote .card-img-top{width:100%;border-top-left-radius:var(--card-border-radius);border-top-right-radius:var(--card-border-radius)}#angebote .carousel-control-next-icon,#angebote .carousel-control-prev-icon{width:2rem;height:2rem;background-color:rgba(0,0,0,.5);border-radius:50%;display:flex;align-items:center;justify-content:center}#angebote .card-body{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1;text-align:left}.property-status{position:absolute;top:15px;right:15px;background-color:#007bff;color:#fff;padding:.3em .8em;border-radius:.3rem;font-size:.85rem;font-weight:600;z-index:10;text-transform:capitalize}.property-status.status-verkauft{background-color:#dc3545}.property-status.status-vermietet{background-color:#ffc107;color:#333}.property-status.status-reserviert{background-color:#6c757d}.property-status.status-in_planung{background-color:#17a2b8}#angebote .card-title{font-size:1.35rem;font-weight:700;margin-bottom:1rem;line-height:1.3;min-height:55px}.property-price{font-size:1.8rem;font-weight:700;color:#28a745;margin-bottom:1.5rem;display:flex;align-items:baseline;flex-wrap:wrap;position:relative}.property-price::after{content:'';display:block;width:50%;height:1px;background-color:var(--bs-border-color);position:absolute;bottom:-.75rem;left:0}.property-price .price-value{margin-right:.5rem}.property-price .price-suffix{font-size:.9rem;font-weight:500;color:#6c757d}#angebote .immobilien-fakten{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.4rem 1rem;margin-bottom:1.5rem}#angebote .immobilien-fakt-item{display:flex;align-items:center;font-size:.9rem;line-height:1.4}#angebote .immobilien-fakt-item i{color:#007bff;width:20px;text-align:center;margin-right:.5rem;flex-shrink:0}#angebote .immobilien-beschreibung{font-weight:400;color:var(--card-text-color);flex-grow:1}.description-wrapper{position:relative;overflow:hidden;transition:max-height .5s ease-in-out}.description-wrapper.collapsed{max-height:100px}.description-wrapper.collapsed::after{content:'';position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to bottom,transparent,var(--card-bg-color));pointer-events:none}.description-wrapper:not(.collapsed){max-height:2000px}.read-more-toggle{background:0 0;border:none;color:#007bff;font-weight:600;padding:0;margin-top:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;width:100%;gap:.75rem}.read-more-toggle::after,.read-more-toggle::before{content:'';flex-grow:1;height:1px;background-color:rgba(0,0,0,.5)}.read-more-toggle .read-more-text{flex-shrink:0;display:inline-flex;align-items:center}.read-more-toggle .read-more-text:hover{text-decoration:underline}.read-more-toggle .arrow-icon{margin-left:.25rem;transition:transform .2s ease-in-out}.read-more-toggle.expanded .arrow-icon{transform:rotate(180deg)}#angebote .card-body .btn-primary{background-color:#007bff;border-color:#007bff;color:#fff;font-weight:600;padding:.6rem 1.2rem;border-radius:.4rem;font-size:.95rem;transition:.2s ease-in-out}#angebote .card-body .btn-primary:hover{background-color:#0056b3;border-color:#0056b3;color:#fff}.immobilien-social-share{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start;padding-top:.75rem;border-top:1px solid rgba(0,0,0,.1)}.social-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .6rem;font-size:.8rem;font-weight:500;border-radius:.3rem;color:#fff;transition:opacity .2s ease-in-out}.social-btn:hover{color:#fff;opacity:.85}.social-btn i{font-size:1.1em}.social-btn.whatsapp-contact-btn,.social-btn.whatsapp-share-btn{background-color:#25d366}.social-btn.facebook-share-btn{background-color:#1877f2}.social-btn.twitter-share-btn{background-color:#14171a}@media (max-width:991.98px){#angebote .card-title{min-height:auto}}@media (max-width:767.98px){#angebote.hero-section{padding-top:3rem;padding-bottom:3rem}#angebote .display-4{margin-bottom:2rem;letter-spacing:1px}#angebote .card-img-top,#angebote .carousel-item img{height:180px}#angebote .card-title{font-size:1.15rem}#angebote .immobilien-fakten{grid-template-columns:1fr;font-size:.85rem}.property-price{font-size:1.5rem}#angebote .card-body{padding:1rem}#angebote .btn-hero-custom{font-size:1rem;padding:.6rem 1.2rem;margin-left:.25rem!important;margin-right:.25rem!important}}#angebote .display-4,#angebote .hero-title{hyphens:manual;overflow-wrap:break-word;word-break:normal;text-wrap:balance;line-height:1.15;max-width:100%;font-size:clamp(
    var(--angebote-title-min),
    var(--angebote-title-fluid),
    min(var(--angebote-title-max-desktop), var(--angebote-title-max-safe))
  )}@media (max-width:768px){#angebote.hero-section{--angebote-title-max-safe:2.6rem;--angebote-title-min:1.2rem;--angebote-title-fluid:8.5vw}}@media (max-width:576px){#angebote.hero-section{--angebote-title-max-safe:2.3rem;--angebote-title-min:1.15rem;--angebote-title-fluid:10vw}}@media (max-width:380px){#angebote.hero-section{--angebote-title-max-safe:2.05rem;--angebote-title-min:1.1rem;--angebote-title-fluid:12vw}}#angebote .container,#angebote .container-fluid{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}
.team-contact,.team-main-content,.team-name,.team-pos,.team-title{text-align:center}.sr-only,.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.team-contact a,.team-details-content .card-body,.team-main-content,.team-name,.team-pos{overflow-wrap:break-word;word-break:break-word}.skip-to-team{position:absolute;left:-9999px;top:0;background:#fff;color:#000;padding:.5rem .75rem;border-radius:.25rem;z-index:9999}.skip-to-team:focus{left:.5rem;top:.5rem;outline:#236bb7 solid 3px}.team-hero-section{padding:140px 0 120px;min-height:760px;position:relative;isolation:isolate}.team-hero-section .team-hero-bg{position:absolute;inset:0;background-position:center;background-size:cover;background-repeat:no-repeat;z-index:0}.team-hero-section .hero-overlay{position:absolute;inset:0;z-index:1;pointer-events:none}.team-title{position:relative;z-index:2;color:#fff;font-weight:800;font-size:2.6rem;margin-bottom:3rem;letter-spacing:.01em;line-height:1.2}.team-hero-section .row.justify-content-center{align-items:stretch}.team-hero-section .team-card-trans{position:relative;z-index:2;background:rgba(255,255,255,.97)!important;color:#1b1b1b!important;border:1px solid rgba(255,255,255,.7);box-shadow:0 12px 48px rgba(50,62,72,.1);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:2rem;display:flex;flex-direction:column;align-items:stretch;height:100%;width:100%;padding:2.2rem 2rem;transition:transform .2s ease-out,box-shadow .2s ease-out}.btn-blau:focus,.btn-blau:hover,.btn-outline-blau:focus,.btn-outline-blau:hover{box-shadow:0 8px 24px rgba(60,80,180,.15);transform:translateY(-2px) scale(1.03)}.team-card-trans:focus-within{outline:3px solid var(--blau,#236bb7);outline-offset:4px}@media (prefers-reduced-motion:no-preference){.team-hero-section .team-card-trans:hover{transform:translateY(-5px);box-shadow:0 18px 60px rgba(50,62,72,.15)}}.team-card-trans .team-content-flex-grow{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;align-items:center;gap:.75rem}.team-name{font-weight:700;font-size:1.35rem;margin:0;line-height:1.3}.team-pos{font-size:.95rem;color:#495057;margin-bottom:.5rem}.bg-blau,.bg-grau{color:#fff!important}.team-main-content{width:100%;line-height:1.5}.team-contact-info{display:flex;flex-direction:column;align-items:center;margin-top:auto;gap:.7rem;padding-top:.75rem;border-top:1px solid rgba(0,0,0,.08);width:100%;margin-bottom:.75rem}.team-contact{font-size:.95rem}.team-contact a{color:inherit;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease-out}.btn-whatsapp,button.details-trigger-link-immo-style{font-weight:600;text-decoration:none;display:inline-flex}.team-contact a:focus,.team-contact a:hover{color:var(--blau,#236bb7)}.team-contact i{margin-right:.35em}.bg-blau{background:var(--blau,#236bb7)!important}.bg-grau{background:var(--grau,#343a40)!important}.bg-hellgrau{background:var(--hellgrau,#f1f3f5)!important;color:var(--grau,#343a40)!important}.btn-blau{background:var(--blau,#236bb7)!important;color:#fff!important;border-radius:32px;border:none;padding:.75rem 2rem;font-weight:600;transition:background .15s,transform .15s,box-shadow .15s}.btn-blau:focus,.btn-blau:hover{background:#17456e!important}.btn-outline-blau{border:2px solid var(--blau,#236bb7);color:var(--blau,#236bb7)!important;border-radius:32px;padding:.75rem 2rem;background:0 0;font-weight:600;transition:background .15s,color .15s,transform .15s,box-shadow .15s}.btn-outline-blau:focus,.btn-outline-blau:hover{background:var(--blau,#236bb7)!important;color:#fff!important}.btn-whatsapp{background-color:#25d366!important;color:#fff!important;border-radius:32px;border:none;padding:.75rem 1.5rem;transition:background-color .15s,transform .15s,box-shadow .15s;align-items:center;justify-content:center}.btn-whatsapp:focus,.btn-whatsapp:hover{background-color:#1da851!important;transform:translateY(-2px) scale(1.03);box-shadow:0 8px 24px rgba(37,211,102,.3);color:#fff!important}.btn-whatsapp i{margin-right:8px}.slogan{font-size:1.35rem;font-style:italic;color:var(--blau,#236bb7);letter-spacing:.02em}.round-img{border-radius:50%;width:170px;height:170px;object-fit:cover;box-shadow:0 8px 38px rgba(35,107,183,.09);border:5px solid #fff;margin-bottom:1rem}.team-details-wrapper{width:100%;text-align:center}.details-divider{border-top:1px solid rgba(0,0,0,.1);width:90%;margin:0 auto .5rem}button.details-trigger-link-immo-style{background:0 0;border:none;padding:0;font-family:inherit;font-size:.95rem;color:var(--blau,#236bb7);cursor:pointer;align-items:center;gap:.5rem;transition:color .15s ease-in-out}button.details-trigger-link-immo-style:focus,button.details-trigger-link-immo-style:hover{color:#333}button.details-trigger-link-immo-style .arrow-icon{transition:transform .3s ease-in-out;font-size:.85em;display:inline-block}button.details-trigger-link-immo-style .read-less-text,button.details-trigger-link-immo-style[aria-expanded=true] .read-more-text{display:none}button.details-trigger-link-immo-style[aria-expanded=true] .arrow-icon{transform:rotate(180deg)}button.details-trigger-link-immo-style[aria-expanded=true] .read-less-text{display:inline}.team-details-content.collapse{width:92%;margin:.75rem auto 0}.team-details-content .card-body{background:#f8f9fa;border:1px solid #dee2e6;border-radius:var(--bs-border-radius-sm,.25rem);font-size:.95rem;line-height:1.55;text-align:center;width:100%;box-sizing:border-box}@media (max-width:1199px){.team-hero-section{padding:110px 0 90px;min-height:auto}.team-title{font-size:2.2rem;margin-bottom:2.2rem}.round-img{width:150px;height:150px}}@media (max-width:991px){.team-title{font-size:2rem}.round-img{width:130px;height:130px}.team-hero-section .team-card-trans{padding:1.6rem 1.2rem}}@media (max-width:767px){.team-hero-section{padding:90px 0 70px;min-height:auto}.team-title{font-size:1.6rem;margin-bottom:1.5rem}.round-img{width:110px;height:110px}.team-hero-section .team-card-trans{padding:1.2rem .9rem}.team-name{font-size:1.05rem}.team-contact,.team-desc,.team-pos{font-size:.9rem}.team-details-content.collapse{width:100%}button.details-trigger-link-immo-style{font-size:.9rem;padding:.35rem .75rem}}@media (min-width:1400px){.team-hero-section{padding:160px 0 140px;min-height:auto}.team-title{font-size:2.8rem}}
.ratgeber-hero-section{position:relative;overflow:hidden;padding:5rem 0;background-color:var(--hellgrau)}.ratgeber-hero-section .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.ratgeber-hero-section .container{position:relative;z-index:2}.ratgeber-title{font-size:2.8rem;margin-bottom:3rem;color:var(--grau)}.ratgeber-card{border:none;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;background-color:#fff}.ratgeber-card:hover{transform:translateY(-5px);box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.ratgeber-card-img-wrap{height:180px;overflow:hidden;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.ratgeber-card-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}.ratgeber-card:hover .ratgeber-card-img{transform:scale(1.05)}.ratgeber-card-title a{color:var(--grau);font-size:1.15rem;line-height:1.4}.ratgeber-card-title a:hover{color:var(--blau)}.ratgeber-card-excerpt{flex-grow:1;font-size:.95rem;line-height:1.6}.ratgeber-read-more{font-size:.85rem;padding:.5rem 1rem;border-radius:50rem;border:1px solid var(--grau);color:var(--grau);transition:.3s}.ratgeber-read-more:hover{background-color:#236bb7;border-color:#236bb7;color:#fff}.btn-blog,.btn-contact{padding:.8rem 1.8rem;border-radius:.5rem;font-weight:600;font-size:1.05rem;transition:.3s}.btn-contact{background-color:var(--blau);border-color:var(--blau);color:#fff}.btn-contact:hover{background-color:#1a5196;border-color:#1a5196}.btn-blog{background-color:transparent;border:2px solid var(--blau);color:var(--blau)}.btn-blog:hover{background-color:var(--blau);color:#fff}@media (max-width:767.98px){.ratgeber-title{font-size:2rem;margin-bottom:2rem}.btn-blog,.btn-contact{width:100%}}
#kontakt.hero-section{position:relative;padding:8rem 0;background-position:center;background-size:cover;background-repeat:no-repeat;color:var(--bs-light)}#kontakt .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;transition:background-color .3s}#kontakt .hero-title{font-size:3.5rem;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}#kontakt .hero-text{color:#e3f0ff;max-width:800px;margin-left:auto;margin-right:auto}#kontakt .contact-form-box,#kontakt .contact-info-box{background-color:rgba(255,255,255,.95);color:var(--bs-dark);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}#kontakt .contact-info-box a{color:var(--blau)}#kontakt .contact-info-box a:hover{color:#1a5196}#kontakt .form-control{padding:.75rem 1rem}#kontakt .contact-form-btn,#kontakt .whatsapp-btn{padding:.8rem 2rem;font-weight:600;transition:background-color .3s,transform .2s;color:#fff}#kontakt .contact-form-btn{border-radius:50px;background-color:var(--blau);border:none}#kontakt .contact-form-btn:hover{background-color:#1a5196;transform:translateY(-2px)}#kontakt .whatsapp-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:50px;background-color:#25d366;text-decoration:none}#kontakt .whatsapp-btn:hover{background-color:#1da851;color:#fff;transform:translateY(-2px)}#kontakt .whatsapp-btn .fa-whatsapp{font-size:1.2em}.trust-logos-container{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1.5rem;border-top:1px solid #dee2e6;border-bottom:1px solid #dee2e6;padding:1rem 0}.trust-logo-link img{max-height:60px;width:auto;opacity:.8;transition:opacity .3s}.trust-logo-link:hover img{opacity:1}@media (max-width:991.98px){#kontakt.hero-section{padding:6rem 0}#kontakt .hero-title{font-size:2.8rem}}@media (max-width:767.98px){#kontakt.hero-section{padding:4rem 0}#kontakt .hero-title{font-size:2.2rem}#kontakt .contact-form-box,#kontakt .contact-info-box{padding:1.5rem!important}}