*{margin:0;padding:0;box-sizing:border-box}
:root{--primary-color:#777986;--secondary-color:#9C9C9C;--tertiary-color:#CDCDCE;--bg-light:#fafbfc;--bg-white:#fff;--text-dark:#212529;--text-medium:#495057;--text-light:#6c757d}
body{color:var(--text-dark);min-height:100vh;display:flex;flex-direction:column;font:16px/1.6 'Source Sans Pro',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:var(--bg-light)}
header{background:linear-gradient(135deg,#777986f2 0%,#9c9c9ce0 100%);box-shadow:0 3px 12px #77798626;position:relative;z-index:100}
.header__timeline{max-width:1400px;margin:0 auto;padding:28px 40px;display:flex;align-items:center;gap:15px;flex-wrap:wrap}
.timeline_brand{display:flex;align-items:center;gap:15px;position:relative}
.timeline_brand::after{content:'→';font-size:18px;color:#fff9;margin-left:5px}
.brand__logo-wrapper{width:62px;height:62px;background:var(--bg-white);border-radius:50%;display:flex;align-items:center;justify-content:center;padding:8px;box-shadow:0 2px 8px #0000001a}
.brand__logo-wrapper img{width:100%;height:100%;object-fit:contain}
.brand__identity{display:flex;flex-direction:column;gap:3px}
.brand__name{font-size:clamp(20px,3vw,26px);font-weight:700;color:var(--bg-white);letter-spacing:.3px;line-height:1.1}
.brand__tagline{font-size:clamp(13px,1.8vw,15px);color:#ffffffd9;font-weight:400;line-height:1.2}
.timeline_connector{width:24px;height:2px;background:#fff6;position:relative}
.timeline_connector::before{content:'';position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:6px;height:6px;background:#ffffffb3;border-radius:50%}
.timeline_navigation{display:flex;gap:8px;margin-left:auto;align-items:center}
.navigation__link{color:var(--bg-white);text-decoration:none;padding:11px 22px;font-size:15px;font-weight:500;border-radius:6px;transition:background-color .25s ease,opacity .25s ease;white-space:nowrap;letter-spacing:.2px}
.navigation__link:hover{background:#ffffff2e}
.navigation__link:focus{outline:2px solid var(--bg-white);outline-offset:3px}
main{flex:1}
footer{background:linear-gradient(to right,#777986 0%,#9C9C9C 50%,#CDCDCE 100%);color:var(--bg-white);padding:55px 0 30px;margin-top:80px;position:relative}
footer::before{content:'';position:absolute;top:0;left:0;right:0;height:100%;background:linear-gradient(135deg,#777986d9 0%,#9c9c9cbf 100%);pointer-events:none}
.footer__container{max-width:1400px;margin:0 auto;padding:0 40px;position:relative;z-index:2}
.footer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:45px;margin-bottom:45px}
.footer__section-title{font-size:18px;font-weight:700;margin-bottom:18px;color:var(--bg-white);letter-spacing:.5px}
.footer__info-list{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer__info-item{display:flex;align-items:flex-start;gap:10px;font-size:15px;line-height:1.5;color:#ffffffe6}
.footer__info-icon{font-size:18px;margin-top:2px;opacity:.85}
.footer__service-links{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer__service-link{color:#ffffffe6;text-decoration:none;font-size:15px;transition:opacity .25s ease;display:inline-block}
.footer__service-link:hover{opacity:.7}
.footer__service-link:focus{outline:2px solid var(--bg-white);outline-offset:2px}
.footer__bottom{border-top:1px solid #ffffff40;padding-top:28px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:18px}
.footer__copyright{font-size:14px;color:#ffffffd9}
.footer__home-link{color:#ffffffe6;text-decoration:none;font-size:14px;transition:opacity .25s ease}
.footer__home-link:hover{opacity:.7}
.consent_modal{position:fixed;bottom:25px;right:25px;max-width:420px;background:var(--bg-white);border-radius:12px;box-shadow:0 8px 32px #77798640;padding:28px;z-index:9999;border:2px solid var(--tertiary-color);display:none}
.consent_modal.show_consent{display:block;animation:slideInUp .4s ease}
@keyframes slideInUp {
from{transform:translateY(30px);opacity:0}
to{transform:translateY(0);opacity:1}
}
.consent__title{font-size:19px;font-weight:700;color:var(--text-dark);margin-bottom:14px;display:flex;align-items:center;gap:10px}
.consent__icon{font-size:24px;color:var(--primary-color)}
.consent__description{font-size:15px;color:var(--text-medium);line-height:1.6;margin-bottom:20px}
.consent__actions{display:flex;gap:10px;margin-bottom:12px}
.consent__btn{flex:1;padding:12px 20px;border:none;border-radius:7px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .25s ease;font-family:inherit}
.consent__btn:focus{outline:2px solid var(--primary-color);outline-offset:2px}
.consent__btn-accept{color:var(--bg-white);background:var(--primary-color)}
.consent__btn-accept:hover{opacity:.88}
.consent__btn-reject{color:var(--text-dark);background:var(--tertiary-color)}
.consent__btn-reject:hover{opacity:.85}
.consent__policy-link{color:var(--primary-color);text-decoration:none;font-size:14px;transition:opacity .25s ease;display:inline-block}
.consent__policy-link:hover{opacity:.75}
@media (max-width: 968px) {
.header__timeline{padding:22px 28px;gap:12px}
.timeline_brand::after{content:'↓';position:absolute;bottom:-18px;left:50%;transform:translateX(-50%)}
.timeline_connector{display:none}
.timeline_navigation{margin-left:0;width:100%;justify-content:center;flex-wrap:wrap}
.navigation__link{padding:10px 18px;font-size:14px}
.footer__grid{gap:35px;grid-template-columns:1fr}
.footer__bottom{flex-direction:column;text-align:center}
}
@media (max-width: 580px) {
.header__timeline{padding:18px 20px}
.brand__logo-wrapper{width:52px;height:52px}
.timeline_brand{flex-direction:column;align-items:center;text-align:center;width:100%}
.timeline_brand::after{bottom:-22px}
.timeline_navigation{flex-direction:column;gap:6px;width:100%}
.navigation__link{width:100%;text-align:center}
.consent_modal{bottom:15px;right:15px;left:15px;max-width:none;padding:22px}
.consent__actions{flex-direction:column}
.footer__container{padding:0 20px}
}
.lernprogramm-hero-bereich{background:linear-gradient(135deg,#fafbfc 0%,#f5f6fa 100%);padding:80px 20px 90px;position:relative;overflow:hidden}
.lernprogramm-hero-bereich::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#77798614 0%,transparent 70%);border-radius:50%}
.lernprogramm-hero-inhalt{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.lernprogramm-titel-gross{font-size:46px;font-weight:700;color:#212529;margin-bottom:22px;line-height:1.2;letter-spacing:-.5px}
.lernprogramm-untertitel{font-size:20px;color:#495057;line-height:1.7;margin-bottom:35px;max-width:720px}
.lernprogramm-intro-text{font-size:17px;color:#495057;line-height:1.8;margin-bottom:18px}
.lernprogramm-cta-gruppe{display:flex;gap:18px;flex-wrap:wrap;margin-top:40px}
.lernprogramm-btn-primaer{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:linear-gradient(135deg,#777986 0%,#9C9C9C 100%);color:#fff;text-decoration:none;border-radius:8px;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #77798633}
.lernprogramm-btn-primaer:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7779864d}
.lernprogramm-btn-sekundaer{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:#fff;color:#777986;text-decoration:none;border:2px solid #777986;border-radius:8px;font-size:17px;font-weight:600;transition:all .3s ease}
.lernprogramm-btn-sekundaer:hover{background:#777986;color:#fff}
.lernprogramm-meilenstein-bereich{padding:100px 20px;background:#fff;position:relative}
.lernprogramm-meilenstein-container{max-width:1140px;margin:0 auto}
.lernprogramm-section-header{text-align:center;margin-bottom:70px}
.lernprogramm-section-titel{font-size:38px;font-weight:700;color:#212529;margin-bottom:18px;letter-spacing:-.3px}
.lernprogramm-section-beschreibung{font-size:18px;color:#495057;line-height:1.7;max-width:680px;margin:0 auto}
.lernprogramm-zeitstrahl-wrapper{position:relative;padding-left:80px;margin-top:50px}
.lernprogramm-zeitstrahl-linie{position:absolute;left:25px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#777986 0%,#CDCDCE 100%)}
.lernprogramm-meilenstein-item{position:relative;margin-bottom:55px;padding:28px 32px;background:#f8f9fa;border-radius:12px;border-left:4px solid #777986;transition:all .3s ease}
.lernprogramm-meilenstein-item:hover{transform:translateX(8px);box-shadow:0 8px 24px #77798626}
.lernprogramm-meilenstein-marker{position:absolute;left:-67px;top:32px;width:18px;height:18px;background:#777986;border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 4px #f8f9fa}
.lernprogramm-meilenstein-datum{font-size:15px;font-weight:700;color:#777986;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;display:block}
.lernprogramm-meilenstein-titel{font-size:24px;font-weight:700;color:#212529;margin-bottom:14px;line-height:1.3}
.lernprogramm-meilenstein-text{font-size:16px;color:#495057;line-height:1.7;margin-bottom:12px}
.lernprogramm-meilenstein-details{display:flex;gap:20px;flex-wrap:wrap;margin-top:18px}
.lernprogramm-detail-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border-radius:20px;font-size:14px;color:#495057;font-weight:600}
.lernprogramm-detail-badge .typcn{color:#777986;font-size:18px}
.lernprogramm-erfolge-bereich{padding:100px 20px;background:linear-gradient(135deg,#f5f6fa 0%,#fafbfc 100%);position:relative}
.lernprogramm-erfolge-container{max-width:1140px;margin:0 auto}
.lernprogramm-erfolge-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:35px;margin-top:50px}
.lernprogramm-erfolg-karte{background:#fff;padding:40px 32px;border-radius:16px;box-shadow:0 4px 16px #7779861a;transition:all .3s ease;position:relative;overflow:hidden}
.lernprogramm-erfolg-karte::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#777986 0%,#9C9C9C 100%)}
.lernprogramm-erfolg-karte:hover{transform:translateY(-6px);box-shadow:0 12px 32px #77798633}
.lernprogramm-erfolg-icon{width:60px;height:60px;background:linear-gradient(135deg,#777986 0%,#9C9C9C 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.lernprogramm-erfolg-icon .typcn{color:#fff;font-size:32px}
.lernprogramm-erfolg-titel{font-size:22px;font-weight:700;color:#212529;margin-bottom:16px;line-height:1.3}
.lernprogramm-erfolg-beschreibung{font-size:16px;color:#495057;line-height:1.7;margin-bottom:20px}
.lernprogramm-erfolg-metrik{display:flex;align-items:baseline;gap:8px;margin-top:20px;padding-top:20px;border-top:2px solid #f5f6fa}
.lernprogramm-metrik-zahl{font-size:36px;font-weight:700;color:#777986;line-height:1}
.lernprogramm-metrik-label{font-size:14px;color:#495057;font-weight:600}
.lernprogramm-bild-bereich{margin-top:60px;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #77798626}
.lernprogramm-bild-container{position:relative;width:100%;height:480px;overflow:hidden}
.lernprogramm-hauptbild{width:100%;height:100%;object-fit:cover;object-position:center}
.lernprogramm-anerkennung-liste{list-style:none;padding:0;margin:28px 0 0}
.lernprogramm-anerkennung-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;font-size:16px;color:#495057;line-height:1.6}
.lernprogramm-anerkennung-item .typcn{color:#777986;font-size:22px;flex-shrink:0;margin-top:2px}
@media (max-width: 768px) {
.lernprogramm-hero-bereich{padding:60px 20px}
.lernprogramm-titel-gross{font-size:32px;margin-bottom:18px}
.lernprogramm-untertitel{font-size:18px;margin-bottom:28px}
.lernprogramm-cta-gruppe{flex-direction:column;gap:14px}
.lernprogramm-btn-primaer,.lernprogramm-btn-sekundaer{width:100%;justify-content:center;padding:14px 24px}
.lernprogramm-meilenstein-bereich,.lernprogramm-erfolge-bereich{padding:60px 20px}
.lernprogramm-section-titel{font-size:28px}
.lernprogramm-section-beschreibung{font-size:16px}
.lernprogramm-zeitstrahl-wrapper{padding-left:0;padding-top:40px}
.lernprogramm-zeitstrahl-linie{left:15px}
.lernprogramm-meilenstein-marker{left:7px}
.lernprogramm-meilenstein-item{margin-left:50px;padding:22px 24px}
.lernprogramm-meilenstein-titel{font-size:20px}
.lernprogramm-erfolge-grid{grid-template-columns:1fr;gap:25px}
.lernprogramm-bild-container{height:320px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.lernprogramm-titel-gross{font-size:38px}
.lernprogramm-erfolge-grid{grid-template-columns:repeat(2,1fr)}
}
.vorbereitung-hauptinhalt{background:#fafbfc;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif}
.vorbereitung-hauptinhalt .container{max-width:1200px;margin:0 auto;padding:0 20px}
.vorbereitung-einfuehrung-bereich{padding:80px 0 60px;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);position:relative;overflow:hidden}
.vorbereitung-einfuehrung-bereich::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#77798614 0%,transparent 70%);border-radius:50%}
.vorbereitung-einfuehrung-inhalt{max-width:720px;position:relative;z-index:2}
.vorbereitung-einfuehrung-inhalt h1{font-size:2.8rem;color:#212529;margin:0 0 24px;font-weight:700;line-height:1.2}
.vorbereitung-einfuehrung-inhalt .lead-absatz{font-size:1.25rem;color:#495057;margin:0 0 20px;line-height:1.6}
.vorbereitung-einfuehrung-inhalt p{font-size:1.05rem;color:#495057;margin:0 0 16px;line-height:1.7}
.vorbereitung-bild-container{position:relative;margin-top:40px;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000001f}
.vorbereitung-bild-container img{width:100%;height:420px;object-fit:cover;display:block}
.vorbereitung-wichtige-schritte{padding:90px 0;background:#fff}
.vorbereitung-schritte-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.vorbereitung-schritte-links{position:sticky;top:100px}
.vorbereitung-schritte-links h2{font-size:2.4rem;color:#212529;margin:0 0 28px;font-weight:700;line-height:1.25}
.vorbereitung-schritte-links .beschreibung-text{font-size:1.1rem;color:#495057;margin:0 0 18px;line-height:1.65}
.vorbereitung-bild-zwei{margin-top:35px;border-radius:10px;overflow:hidden;box-shadow:0 6px 20px #0000001a}
.vorbereitung-bild-zwei img{width:100%;height:340px;object-fit:cover;display:block}
.vorbereitung-schritte-liste{display:flex;flex-direction:column;gap:32px}
.vorbereitung-schritt-karte{background:#f8f9fa;border-radius:10px;padding:32px;border-left:4px solid #777986;transition:all .3s ease;position:relative}
.vorbereitung-schritt-karte:hover{transform:translateX(8px);box-shadow:0 6px 18px #77798626;border-left-color:#9C9C9C}
.vorbereitung-schritt-kopf{display:flex;align-items:center;gap:18px;margin-bottom:16px}
.vorbereitung-schritt-nummer{width:48px;height:48px;background:linear-gradient(135deg,#777986 0%,#9C9C9C 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;flex-shrink:0}
.vorbereitung-schritt-karte h3{font-size:1.45rem;color:#212529;margin:0;font-weight:600}
.vorbereitung-schritt-karte p{font-size:1.05rem;color:#495057;margin:0;line-height:1.65}
.vorbereitung-dokumente-bereich{padding:80px 0;background:linear-gradient(to bottom,#fff 0%,#f8f9fa 100%);position:relative}
.vorbereitung-dokumente-grid{display:grid;grid-template-columns:45% 55%;gap:60px;align-items:center}
.vorbereitung-dokumente-bild{border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001f;position:relative}
.vorbereitung-dokumente-bild::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#7779861a 0%,transparent 100%);pointer-events:none}
.vorbereitung-dokumente-bild img{width:100%;height:480px;object-fit:cover;display:block}
.vorbereitung-dokumente-inhalt h2{font-size:2.3rem;color:#212529;margin:0 0 26px;font-weight:700;line-height:1.3}
.vorbereitung-dokumente-inhalt .intro-absatz{font-size:1.1rem;color:#495057;margin:0 0 32px;line-height:1.65}
.vorbereitung-checkliste{background:#fff;border-radius:10px;padding:28px;box-shadow:0 4px 16px #00000014}
.vorbereitung-checkliste-punkt{display:flex;align-items:start;gap:16px;padding:18px 0;border-bottom:1px solid #CDCDCE}
.vorbereitung-checkliste-punkt:last-child{border-bottom:none;padding-bottom:0}
.vorbereitung-checkliste-punkt:first-child{padding-top:0}
.vorbereitung-check-icon{width:28px;height:28px;background:#777986;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.vorbereitung-checkliste-punkt h4{font-size:1.15rem;color:#212529;margin:0 0 6px;font-weight:600}
.vorbereitung-checkliste-punkt p{font-size:1rem;color:#495057;margin:0;line-height:1.6}
.vorbereitung-erwartungen-sektion{padding:85px 0;background:#fff}
.vorbereitung-erwartungen-titel{text-align:center;max-width:800px;margin:0 auto 55px}
.vorbereitung-erwartungen-titel h2{font-size:2.5rem;color:#212529;margin:0 0 20px;font-weight:700;line-height:1.25}
.vorbereitung-erwartungen-titel p{font-size:1.15rem;color:#495057;margin:0;line-height:1.65}
.vorbereitung-erwartungen-raster{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.vorbereitung-erwartung-box{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:12px;padding:38px 28px;text-align:center;border:2px solid transparent;transition:all .35s ease;position:relative;overflow:hidden}
.vorbereitung-erwartung-box::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#777986 0%,#9C9C9C 50%,#CDCDCE 100%);transform:translateX(-100%);transition:transform .35s ease}
.vorbereitung-erwartung-box:hover{border-color:#777986;transform:translateY(-6px);box-shadow:0 12px 28px #7779862e}
.vorbereitung-erwartung-box:hover::before{transform:translateX(0)}
.vorbereitung-erwartung-icon{width:70px;height:70px;background:linear-gradient(135deg,#777986 0%,#9C9C9C 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:#fff;font-size:2rem;transition:transform .35s ease}
.vorbereitung-erwartung-box:hover .vorbereitung-erwartung-icon{transform:scale(1.1) rotate(5deg)}
.vorbereitung-erwartung-box h3{font-size:1.35rem;color:#212529;margin:0 0 14px;font-weight:600}
.vorbereitung-erwartung-box p{font-size:1.02rem;color:#495057;margin:0;line-height:1.6}
.vorbereitung-cta-bereich{padding:70px 0;background:linear-gradient(135deg,#777986 0%,#9C9C9C 100%);text-align:center;position:relative;overflow:hidden}
.vorbereitung-cta-bereich::before,.vorbereitung-cta-bereich::after{content:'';position:absolute;width:400px;height:400px;border-radius:50%;background:#ffffff0d}
.vorbereitung-cta-bereich::before{top:-200px;left:-100px}
.vorbereitung-cta-bereich::after{bottom:-200px;right:-100px}
.vorbereitung-cta-inhalt{max-width:700px;margin:0 auto;position:relative;z-index:2}
.vorbereitung-cta-inhalt h2{font-size:2.2rem;color:#fff;margin:0 0 20px;font-weight:700;line-height:1.3}
.vorbereitung-cta-inhalt p{font-size:1.15rem;color:#fff;margin:0 0 35px;line-height:1.6;opacity:.95}
.vorbereitung-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.vorbereitung-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;font-size:1.05rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;position:relative;z-index:3;border:none;cursor:pointer}
.vorbereitung-btn-primaer{background:#fff;color:#777986;box-shadow:0 4px 14px #00000026}
.vorbereitung-btn-primaer:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 6px 20px #0003}
.vorbereitung-btn-sekundaer{background:none;color:#fff;border:2px solid #fff}
.vorbereitung-btn-sekundaer:hover{background:#ffffff26;transform:translateY(-2px)}
@media (max-width: 992px) {
.vorbereitung-schritte-wrapper{grid-template-columns:1fr;gap:40px}
.vorbereitung-schritte-links{position:static}
.vorbereitung-dokumente-grid{grid-template-columns:1fr;gap:40px}
.vorbereitung-erwartungen-raster{grid-template-columns:repeat(2,1fr);gap:25px}
}
@media (max-width: 768px) {
.vorbereitung-einfuehrung-inhalt h1{font-size:2.2rem}
.vorbereitung-einfuehrung-inhalt .lead-absatz{font-size:1.1rem}
.vorbereitung-bild-container img{height:300px}
.vorbereitung-schritte-links h2{font-size:2rem}
.vorbereitung-bild-zwei img{height:280px}
.vorbereitung-schritt-karte{padding:24px}
.vorbereitung-dokumente-bild img{height:350px}
.vorbereitung-dokumente-inhalt h2{font-size:1.9rem}
.vorbereitung-erwartungen-raster{grid-template-columns:1fr}
.vorbereitung-erwartungen-titel h2{font-size:2rem}
.vorbereitung-cta-inhalt h2{font-size:1.8rem}
.vorbereitung-cta-buttons{flex-direction:column;align-items:stretch}
.vorbereitung-btn{justify-content:center}
}
@media (max-width: 576px) {
.vorbereitung-einfuehrung-bereich{padding:50px 0 40px}
.vorbereitung-einfuehrung-inhalt h1{font-size:1.85rem}
.vorbereitung-schritt-nummer{width:42px;height:42px;font-size:1.2rem}
.vorbereitung-schritt-karte h3{font-size:1.25rem}
.vorbereitung-erwartung-icon{width:60px;height:60px;font-size:1.7rem}
}
.finanz-hero-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f5f6fa 100%);padding:80px 0 60px;position:relative;overflow:hidden}
.finanz-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#77798614 0%,transparent 70%);border-radius:50%}
.finanz-hero-content{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:60px;position:relative;z-index:2}
.finanz-hero-text{flex:1;min-width:0}
.finanz-hero-text h1{font-size:48px;line-height:1.2;color:#212529;margin:0 0 24px;font-weight:700}
.finanz-hero-text p{font-size:19px;line-height:1.6;color:#495057;margin:0 0 32px}
.finanz-hero-image{flex:0 0 480px;position:relative}
.finanz-hero-image img{width:100%;height:340px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001a}
.finanz-cta-primary{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:#777986;color:#fff;text-decoration:none;border-radius:6px;font-size:17px;font-weight:600;transition:all .3s ease}
.finanz-cta-primary:hover{background:#5f616d;transform:translateY(-2px);box-shadow:0 6px 16px #7779864d}
.finanz-meilensteine-section{padding:80px 0;background:#fff}
.finanz-meilensteine-inner{max-width:1100px;margin:0 auto;padding:0 20px}
.finanz-section-header{text-align:center;margin-bottom:60px}
.finanz-section-header h2{font-size:38px;color:#212529;margin:0 0 16px;font-weight:700}
.finanz-section-header p{font-size:18px;color:#495057;margin:0;line-height:1.6}
.finanz-meilensteine-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.finanz-meilenstein-karte{background:#f8f9fa;padding:32px 28px;border-radius:8px;border-left:4px solid #9C9C9C;transition:all .3s ease}
.finanz-meilenstein-karte:hover{transform:translateY(-6px);box-shadow:0 12px 28px #00000014;border-left-color:#777986}
.finanz-meilenstein-karte h3{font-size:24px;color:#212529;margin:0 0 14px;font-weight:600}
.finanz-meilenstein-karte p{font-size:16px;color:#495057;margin:0;line-height:1.6}
.finanz-lernprogramm-wrapper{padding:70px 0;background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%);position:relative}
.finanz-lernprogramm-container{max-width:1200px;margin:0 auto;padding:0 20px}
.finanz-lernprogramm-layout{display:flex;gap:50px;align-items:center}
.finanz-lernprogramm-bild{flex:0 0 420px}
.finanz-lernprogramm-bild img{width:100%;height:380px;object-fit:cover;border-radius:10px;box-shadow:0 6px 20px #00000017}
.finanz-lernprogramm-text{flex:1}
.finanz-lernprogramm-text h2{font-size:36px;color:#212529;margin:0 0 20px;font-weight:700}
.finanz-lernprogramm-text p{font-size:17px;color:#495057;line-height:1.7;margin:0 0 18px}
.finanz-lernprogramm-liste{list-style:none;padding:0;margin:24px 0 32px}
.finanz-lernprogramm-liste li{font-size:16px;color:#343a40;padding:12px 0 12px 32px;position:relative;line-height:1.5}
.finanz-lernprogramm-liste li::before{content:'';position:absolute;left:0;top:12px;color:#777986;font-weight:700;font-size:18px}
.finanz-cta-secondary{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:none;color:#777986;text-decoration:none;border:2px solid #777986;border-radius:6px;font-size:16px;font-weight:600;transition:all .3s ease}
.finanz-cta-secondary:hover{background:#777986;color:#fff;transform:translateX(4px)}
.finanz-preise-bereich{padding:80px 0;background:#fff}
.finanz-preise-inneres{max-width:1100px;margin:0 auto;padding:0 20px}
.finanz-preise-inneres h2{text-align:center;font-size:38px;color:#212529;margin:0 0 50px;font-weight:700}
.finanz-preise-tabelle{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.finanz-preis-paket{background:#f8f9fa;border:2px solid #CDCDCE;border-radius:10px;padding:40px 30px;text-align:center;transition:all .3s ease;position:relative}
.finanz-preis-paket:hover{border-color:#777986;box-shadow:0 8px 24px #77798626;transform:scale(1.03)}
.finanz-preis-paket.empfohlen{border-color:#777986;border-width:3px}
.finanz-preis-paket.empfohlen::before{content:'Beliebt';position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:#777986;color:#fff;padding:4px 16px;border-radius:4px;font-size:13px;font-weight:600}
.finanz-paket-titel{font-size:26px;color:#212529;margin:0 0 16px;font-weight:700}
.finanz-paket-preis{font-size:42px;color:#777986;font-weight:700;margin:0 0 8px}
.finanz-paket-zeitraum{font-size:15px;color:#9C9C9C;margin:0 0 24px}
.finanz-paket-merkmale{list-style:none;padding:0;margin:0 0 32px;text-align:left}
.finanz-paket-merkmale li{font-size:15px;color:#495057;padding:10px 0;border-bottom:1px solid #e9ecef}
.finanz-paket-merkmale li:last-child{border-bottom:none}
.finanz-paket-button{display:inline-block;padding:14px 32px;background:#777986;color:#fff;text-decoration:none;border-radius:6px;font-size:16px;font-weight:600;transition:all .3s ease}
.finanz-paket-button:hover{background:#5f616d;transform:translateY(-2px)}
@media (max-width: 968px) {
.finanz-hero-content{flex-direction:column;gap:40px}
.finanz-hero-image{flex:0 0 auto;width:100%}
.finanz-hero-image img{height:280px}
.finanz-hero-text h1{font-size:36px}
.finanz-meilensteine-grid{grid-template-columns:1fr;gap:24px}
.finanz-lernprogramm-layout{flex-direction:column-reverse;gap:32px}
.finanz-lernprogramm-bild{flex:0 0 auto;width:100%}
.finanz-preise-tabelle{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 640px) {
.finanz-hero-wrapper{padding:50px 0 40px}
.finanz-hero-text h1{font-size:30px}
.finanz-hero-text p{font-size:17px}
.finanz-section-header h2{font-size:30px}
.finanz-lernprogramm-text h2{font-size:28px}
.finanz-preise-inneres h2{font-size:30px}
}
.kontakt-hero-bereich{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.kontakt-hero-bereich::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#77798614 0%,transparent 70%);border-radius:50%}
.kontakt-hero-inhalt{max-width:720px;margin:0 auto;text-align:center;position:relative;z-index:2}
.kontakt-hero-titel{font-size:42px;font-weight:700;color:#212529;margin:0 0 20px;line-height:1.2}
.kontakt-hero-text{font-size:18px;color:#495057;line-height:1.7;margin:0}
.kontakt-main-layout{background:#fff;padding:70px 20px}
.kontakt-container-wrap{max-width:1140px;margin:0 auto}
.kontakt-grid-system{display:grid;grid-template-columns:1fr 1.3fr;gap:60px;align-items:start}
.kontakt-info-sektion{background:linear-gradient(145deg,#f8f9fa 0%,#fff 100%);padding:45px 35px;border-radius:12px;box-shadow:0 4px 20px #77798614}
.kontakt-info-titel{font-size:26px;font-weight:600;color:#212529;margin:0 0 30px;line-height:1.3}
.kontakt-detail-item{margin-bottom:28px;display:flex;align-items:flex-start;gap:16px}
.kontakt-detail-item:last-child{margin-bottom:0}
.kontakt-icon-kreis{width:44px;height:44px;background:linear-gradient(135deg,#777986 0%,#9C9C9C 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 3px 12px #77798626}
.kontakt-icon-kreis .typcn{font-size:22px;color:#fff}
.kontakt-detail-text{flex:1}
.kontakt-detail-label{font-size:13px;font-weight:600;color:#777986;text-transform:uppercase;letter-spacing:.5px;margin:0 0 6px;display:block}
.kontakt-detail-wert{font-size:16px;color:#343a40;line-height:1.6;margin:0}
.kontakt-detail-wert a{color:#343a40;text-decoration:none;transition:color .3s ease}
.kontakt-detail-wert a:hover{color:#777986}
.kontakt-form-bereich{background:#fff;padding:45px 40px;border-radius:12px;border:1px solid #CDCDCE;box-shadow:0 6px 24px #7779860f}
.kontakt-form-titel{font-size:28px;font-weight:600;color:#212529;margin:0 0 12px;line-height:1.3}
.kontakt-form-beschreibung{font-size:16px;color:#495057;line-height:1.6;margin:0 0 35px}
.kontakt-formular-gruppe{margin-bottom:24px}
.kontakt-formular-label{display:block;font-size:15px;font-weight:600;color:#343a40;margin-bottom:8px}
.kontakt-formular-label .pflicht-stern{color:#777986;margin-left:3px}
.kontakt-input-feld{width:100%;padding:14px 16px;font-size:15px;color:#212529;background:#f8f9fa;border:2px solid #CDCDCE;border-radius:8px;transition:all .3s ease;font-family:inherit}
.kontakt-input-feld:focus{outline:none;background:#fff;border-color:#777986;box-shadow:0 0 0 3px #77798614}
.kontakt-textarea-feld{width:100%;padding:14px 16px;font-size:15px;color:#212529;background:#f8f9fa;border:2px solid #CDCDCE;border-radius:8px;min-height:140px;resize:vertical;font-family:inherit;transition:all .3s ease}
.kontakt-textarea-feld:focus{outline:none;background:#fff;border-color:#777986;box-shadow:0 0 0 3px #77798614}
.kontakt-checkbox-gruppe{margin:30px 0;display:flex;align-items:flex-start;gap:12px}
.kontakt-checkbox-input{width:20px;height:20px;margin-top:2px;flex-shrink:0;cursor:pointer;accent-color:#777986}
.kontakt-checkbox-label{font-size:14px;color:#495057;line-height:1.6;flex:1}
.kontakt-checkbox-label a{color:#777986;text-decoration:none;font-weight:600;transition:color .3s ease}
.kontakt-checkbox-label a:hover{color:#212529;text-decoration:underline}
.kontakt-submit-button{width:100%;padding:16px 32px;font-size:17px;font-weight:600;color:#fff;background:linear-gradient(135deg,#777986 0%,#9C9C9C 100%);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #77798633;position:relative;z-index:10}
.kontakt-submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7779864d;background:linear-gradient(135deg,#9C9C9C 0%,#777986 100%)}
.kontakt-submit-button:active{transform:translateY(0)}
.kontakt-bild-sektion{background:#f8f9fa;padding:70px 20px;position:relative}
.kontakt-bild-container{max-width:1140px;margin:0 auto}
.kontakt-bild-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center}
.kontakt-bild-wrapper{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #77798626}
.kontakt-bild-wrapper img{width:100%;height:auto;display:block}
.kontakt-bild-text-bereich{padding:20px 0}
.kontakt-bild-uberschrift{font-size:32px;font-weight:700;color:#212529;margin:0 0 20px;line-height:1.3}
.kontakt-bild-absatz{font-size:17px;color:#495057;line-height:1.7;margin:0 0 16px}
.kontakt-bild-absatz:last-child{margin-bottom:0}
.kontakt-erreichbarkeit-bereich{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);padding:70px 20px}
.kontakt-erreichbarkeit-container{max-width:900px;margin:0 auto;text-align:center}
.kontakt-erreichbarkeit-titel{font-size:34px;font-weight:700;color:#212529;margin:0 0 16px;line-height:1.2}
.kontakt-erreichbarkeit-text{font-size:17px;color:#495057;line-height:1.7;margin:0 0 45px}
.kontakt-zeiten-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px}
.kontakt-zeiten-karte{background:#fff;padding:35px 25px;border-radius:12px;border:1px solid #CDCDCE;box-shadow:0 4px 16px #7779860f;transition:all .3s ease}
.kontakt-zeiten-karte:hover{transform:translateY(-4px);box-shadow:0 8px 24px #7779861f}
.kontakt-zeiten-icon{width:52px;height:52px;background:linear-gradient(135deg,#777986 0%,#9C9C9C 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 4px 16px #77798633}
.kontakt-zeiten-icon .typcn{font-size:26px;color:#fff}
.kontakt-zeiten-name{font-size:18px;font-weight:600;color:#212529;margin:0 0 10px}
.kontakt-zeiten-info{font-size:15px;color:#495057;line-height:1.6;margin:0}
.kontakt-faq-bereich{background:#fff;padding:70px 20px}
.kontakt-faq-container{max-width:860px;margin:0 auto}
.kontakt-faq-header{text-align:center;margin-bottom:50px}
.kontakt-faq-titel{font-size:36px;font-weight:700;color:#212529;margin:0 0 14px;line-height:1.2}
.kontakt-faq-untertitel{font-size:17px;color:#495057;line-height:1.6;margin:0}
.kontakt-faq-item{background:#f8f9fa;padding:30px 32px;border-radius:10px;margin-bottom:20px;border-left:4px solid #777986;transition:all .3s ease}
.kontakt-faq-item:hover{background:#fff;box-shadow:0 4px 16px #77798614}
.kontakt-faq-frage{font-size:19px;font-weight:600;color:#212529;margin:0 0 12px;line-height:1.4}
.kontakt-faq-antwort{font-size:16px;color:#495057;line-height:1.7;margin:0}
@media (max-width: 992px) {
.kontakt-grid-system{grid-template-columns:1fr;gap:40px}
.kontakt-bild-grid{grid-template-columns:1fr;gap:40px}
.kontakt-zeiten-grid{grid-template-columns:1fr;gap:24px}
.kontakt-hero-titel{font-size:36px}
.kontakt-form-bereich{padding:35px 28px}
}
@media (max-width: 768px) {
.kontakt-hero-bereich{padding:60px 20px 50px}
.kontakt-hero-titel{font-size:32px}
.kontakt-hero-text{font-size:16px}
.kontakt-main-layout{padding:50px 20px}
.kontakt-info-sektion{padding:35px 25px}
.kontakt-form-bereich{padding:30px 22px}
.kontakt-form-titel{font-size:24px}
.kontakt-bild-uberschrift{font-size:28px}
.kontakt-erreichbarkeit-titel{font-size:28px}
.kontakt-faq-titel{font-size:30px}
}
@media (max-width: 576px) {
.kontakt-hero-titel{font-size:28px}
.kontakt-detail-item{flex-direction:column;align-items:center;text-align:center}
.kontakt-icon-kreis{margin-bottom:8px}
.kontakt-submit-button{padding:14px 28px;font-size:16px}
}
.about-main-wrapper{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;color:#212529;line-height:1.7;background:#fafbfc}
.about-intro-section{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:80px 20px 70px;position:relative;overflow:hidden}
.about-intro-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#77798614 0%,transparent 70%);border-radius:50%}
.about-intro-content{max-width:920px;margin:0 auto;position:relative;z-index:2}
.about-intro-heading{font-size:2.8rem;font-weight:700;color:#343a40;margin-bottom:25px;letter-spacing:-.5px}
.about-intro-text{font-size:1.15rem;color:#495057;margin-bottom:20px}
.about-intro-text:last-of-type{margin-bottom:0}
.about-values-block{padding:90px 20px;background:#fff}
.about-values-container{max-width:1200px;margin:0 auto}
.about-values-title{font-size:2.3rem;font-weight:700;color:#343a40;text-align:center;margin-bottom:60px}
.about-values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}
.about-value-card{background:#f8f9fa;padding:40px 30px;border-radius:12px;border-left:4px solid #777986;transition:all .3s ease}
.about-value-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #77798626}
.about-value-icon{font-size:2.5rem;color:#777986;margin-bottom:20px}
.about-value-heading{font-size:1.4rem;font-weight:600;color:#343a40;margin-bottom:15px}
.about-value-description{font-size:1rem;color:#495057;line-height:1.65}
.about-journey-section{padding:80px 20px;background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%)}
.about-journey-wrapper{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.about-journey-image-box{position:relative}
.about-journey-img{width:100%;height:420px;object-fit:cover;border-radius:16px;box-shadow:0 12px 40px #343a401f}
.about-journey-content{padding:20px 0}
.about-journey-title{font-size:2.1rem;font-weight:700;color:#343a40;margin-bottom:25px}
.about-journey-paragraph{font-size:1.05rem;color:#495057;margin-bottom:18px;line-height:1.7}
.about-approach-block{padding:85px 20px;background:#fff}
.about-approach-container{max-width:1150px;margin:0 auto}
.about-approach-header{text-align:center;margin-bottom:65px}
.about-approach-main-title{font-size:2.3rem;font-weight:700;color:#343a40;margin-bottom:20px}
.about-approach-subtitle{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto}
.about-approach-steps{display:flex;flex-direction:column;gap:50px}
.about-step-item{display:grid;grid-template-columns:auto 1fr;gap:35px;align-items:start}
.about-step-item:nth-child(even){direction:rtl}
.about-step-item:nth-child(even) .about-step-content{direction:ltr}
.about-step-number-wrap{width:80px;height:80px;background:linear-gradient(135deg,#777986 0%,#9C9C9C 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 6px 20px #77798633}
.about-step-number{font-size:2rem;font-weight:700;color:#fff}
.about-step-content{padding:15px 0}
.about-step-heading{font-size:1.5rem;font-weight:600;color:#343a40;margin-bottom:12px}
.about-step-text{font-size:1.05rem;color:#495057;line-height:1.7}
.about-team-section{padding:90px 20px;background:linear-gradient(135deg,#f8f9fa 0%,#f5f6fa 100%);position:relative}
.about-team-container{max-width:1200px;margin:0 auto}
.about-team-intro{text-align:center;margin-bottom:70px}
.about-team-main-heading{font-size:2.4rem;font-weight:700;color:#343a40;margin-bottom:20px}
.about-team-intro-text{font-size:1.1rem;color:#495057;max-width:750px;margin:0 auto}
.about-team-showcase{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.about-showcase-image-box{position:relative;overflow:hidden;border-radius:12px;box-shadow:0 8px 28px #343a401a}
.about-showcase-img{width:100%;height:340px;object-fit:cover;transition:transform .4s ease}
.about-showcase-image-box:hover .about-showcase-img{transform:scale(1.08)}
.about-cta-section{padding:80px 20px;background:linear-gradient(135deg,#777986 0%,#9C9C9C 100%);text-align:center;position:relative;overflow:hidden}
.about-cta-section::after{content:'';position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:#ffffff0d;border-radius:50%}
.about-cta-content{max-width:800px;margin:0 auto;position:relative;z-index:2}
.about-cta-heading{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:25px;letter-spacing:-.5px}
.about-cta-description{font-size:1.15rem;color:#fff;margin-bottom:35px;opacity:.95}
.about-cta-button{display:inline-block;padding:16px 42px;background:#fff;color:#777986;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 6px 20px #00000026}
.about-cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0003;background:#f8f9fa}
@media (max-width: 992px) {
.about-journey-wrapper{grid-template-columns:1fr;gap:40px}
.about-team-showcase{grid-template-columns:repeat(2,1fr)}
.about-intro-heading{font-size:2.3rem}
.about-values-title,.about-approach-main-title{font-size:2rem}
}
@media (max-width: 768px) {
.about-intro-section{padding:60px 20px 50px}
.about-intro-heading{font-size:2rem}
.about-values-grid,.about-team-showcase{grid-template-columns:1fr}
.about-step-item,.about-step-item:nth-child(even){grid-template-columns:1fr;direction:ltr;gap:20px}
.about-step-number-wrap{margin:0 auto}
.about-step-content{text-align:center}
.about-journey-img{height:300px}
.about-showcase-img{height:280px}
.about-cta-heading{font-size:2rem}
.about-values-block,.about-journey-section,.about-approach-block,.about-team-section{padding:60px 20px}
}
@media (max-width: 480px) {
.about-intro-heading{font-size:1.75rem}
.about-intro-text{font-size:1.05rem}
.about-values-title,.about-approach-main-title,.about-team-main-heading{font-size:1.8rem}
.about-cta-button{padding:14px 32px;font-size:1rem}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif}
.cookie-policy-header-section{background:linear-gradient(165deg,#777986 0%,#9C9C9C 100%);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.cookie-policy-header-section::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:#ffffff14;border-radius:50%;z-index:1}
.cookie-policy-header-section::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#cdcdce1f;border-radius:50%;z-index:1}
.policy-main-title{font-size:42px;font-weight:700;color:#fff;margin:0 0 16px;letter-spacing:-.5px;position:relative;z-index:2;line-height:1.2}
.policy-update-date{font-size:15px;color:#ffffffe6;margin:0;position:relative;z-index:2;font-weight:400}
.cookie-content-container{max-width:920px;margin:0 auto;padding:60px 30px 80px}
.policy-intro-block{background:#fff;padding:40px 45px;border-radius:12px;margin-bottom:35px;box-shadow:0 2px 8px #77798614;border-left:4px solid #777986}
.intro-text-content{font-size:16px;line-height:1.75;color:#343a40;margin:0 0 20px}
.intro-text-content:last-child{margin-bottom:0}
.policy-section-block{background:#fff;padding:45px;border-radius:10px;margin-bottom:30px;box-shadow:0 1px 6px #9c9c9c0f;transition:box-shadow .3s ease}
.policy-section-block:hover{box-shadow:0 4px 12px #7779861f}
.section-heading-main{font-size:28px;font-weight:600;color:#212529;margin:0 0 24px;display:flex;align-items:center;gap:12px;letter-spacing:-.3px}
.section-heading-main .typcn{font-size:32px;color:#777986}
.section-text-paragraph{font-size:15px;line-height:1.8;color:#495057;margin:0 0 18px}
.section-text-paragraph:last-child{margin-bottom:0}
.cookie-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-top:30px}
.cookie-type-card{background:linear-gradient(145deg,#f8f9fa 0%,#fff 100%);padding:30px;border-radius:8px;border:1px solid #CDCDCE;position:relative;transition:transform .2s ease,border-color .2s ease}
.cookie-type-card:hover{transform:translateY(-4px);border-color:#9C9C9C}
.cookie-card-icon{width:50px;height:50px;background:linear-gradient(135deg,#777986 0%,#9C9C9C 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.cookie-card-icon .typcn{font-size:26px;color:#fff}
.cookie-card-title{font-size:19px;font-weight:600;color:#212529;margin:0 0 12px;line-height:1.3}
.cookie-card-description{font-size:14px;line-height:1.7;color:#495057;margin:0}
.detailed-list-section{background:#f8f9fa;padding:28px 35px;border-radius:8px;margin-top:25px;border-left:3px solid #9C9C9C}
.list-heading-sub{font-size:18px;font-weight:600;color:#343a40;margin:0 0 16px}
.info-list-custom{list-style:none;padding:0;margin:0}
.info-list-custom li{font-size:15px;line-height:1.7;color:#495057;margin-bottom:12px;padding-left:28px;position:relative}
.info-list-custom li::before{content:'→';position:absolute;left:0;color:#777986;font-weight:700;font-size:18px}
.info-list-custom li:last-child{margin-bottom:0}
.browser-control-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:28px}
.browser-item-box{background:#fff;padding:22px 26px;border-radius:6px;border:1px solid #CDCDCE;display:flex;align-items:flex-start;gap:15px;transition:background .2s ease}
.browser-item-box:hover{background:#fafbfc}
.browser-icon-circle{width:42px;height:42px;background:linear-gradient(135deg,#9C9C9C 0%,#CDCDCE 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.browser-icon-circle .typcn{font-size:22px;color:#fff}
.browser-content-text{flex:1}
.browser-name-title{font-size:16px;font-weight:600;color:#212529;margin:0 0 6px;line-height:1.3}
.browser-instruction-text{font-size:13px;line-height:1.6;color:#495057;margin:0}
.data-table-container{overflow-x:auto;margin-top:30px;border-radius:8px;box-shadow:0 1px 4px #77798614}
.retention-data-table{width:100%;border-collapse:collapse;background:#fff;font-size:14px}
.retention-data-table thead{background:linear-gradient(135deg,#777986 0%,#9C9C9C 100%)}
.retention-data-table thead th{padding:16px 20px;text-align:left;color:#fff;font-weight:600;font-size:15px;border-bottom:2px solid #CDCDCE}
.retention-data-table tbody tr{border-bottom:1px solid #f5f6fa;transition:background .2s ease}
.retention-data-table tbody tr:hover{background:#fafbfc}
.retention-data-table tbody td{padding:18px 20px;color:#495057;line-height:1.6;vertical-align:top}
.retention-data-table tbody td:first-child{font-weight:600;color:#343a40}
.highlight-box-info{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:32px 40px;border-radius:10px;margin-top:35px;border:2px solid #CDCDCE;position:relative}
.highlight-box-info::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#777986 0%,#9C9C9C 100%);border-radius:10px 0 0 10px}
.highlight-heading{font-size:20px;font-weight:600;color:#212529;margin:0 0 16px;display:flex;align-items:center;gap:10px}
.highlight-heading .typcn{font-size:26px;color:#777986}
.highlight-text-content{font-size:15px;line-height:1.75;color:#495057;margin:0}
.contact-info-footer{background:#fff;padding:35px 45px;border-radius:10px;margin-top:40px;text-align:center;box-shadow:0 2px 8px #77798614}
.contact-footer-title{font-size:22px;font-weight:600;color:#212529;margin:0 0 20px}
.contact-details-list{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}
.contact-detail-item{font-size:15px;color:#495057;display:flex;align-items:center;justify-content:center;gap:10px}
.contact-detail-item .typcn{font-size:20px;color:#777986}
.contact-detail-item a{color:#777986;text-decoration:none;transition:color .2s ease}
.contact-detail-item a:hover{color:#9C9C9C;text-decoration:underline}
.back-home-button{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#777986 0%,#9C9C9C 100%);color:#fff;padding:14px 32px;border-radius:6px;text-decoration:none;font-size:15px;font-weight:600;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 6px #77798633;margin-top:10px}
.back-home-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #7779864d}
.back-home-button .typcn{font-size:18px}
@media (max-width: 768px) {
.policy-main-title{font-size:32px}
.cookie-content-container{padding:40px 20px 60px}
.policy-intro-block,.policy-section-block{padding:30px 25px}
.section-heading-main{font-size:24px}
.cookie-types-grid{grid-template-columns:1fr}
.browser-control-grid{grid-template-columns:1fr}
.retention-data-table{font-size:13px}
.retention-data-table thead th,.retention-data-table tbody td{padding:12px 15px}
.highlight-box-info{padding:25px 30px}
.contact-info-footer{padding:30px 25px}
}
@media (max-width: 480px) {
.cookie-policy-header-section{padding:60px 15px 50px}
.policy-main-title{font-size:28px}
.section-heading-main{font-size:21px;flex-direction:column;align-items:flex-start}
.cookie-card-title{font-size:17px}
.browser-item-box{flex-direction:column;text-align:center;align-items:center}
.retention-data-table thead th{font-size:13px}
.contact-details-list{align-items:stretch}
.contact-detail-item{justify-content:flex-start}
}
.datenschutz-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.datenschutz-header-block{background:linear-gradient(165deg,#fff 0%,#f5f6fa 100%);padding:4.5rem 1.5rem 3rem;border-bottom:1px solid #CDCDCE;position:relative;overflow:hidden}
.datenschutz-header-block::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#77798614 0%,transparent 70%);border-radius:50%}
.datenschutz-inner-container{max-width:920px;margin:0 auto;position:relative;z-index:2}
.datenschutz-main-title{font-size:2.8rem;color:#212529;margin:0 0 1rem;font-weight:700;line-height:1.2;letter-spacing:-.5px}
.datenschutz-update-info{color:#777986;font-size:1rem;margin:0 0 1.2rem;font-weight:500}
.datenschutz-intro-text{color:#495057;font-size:1.1rem;line-height:1.7;margin:0}
.datenschutz-content-area{max-width:920px;margin:0 auto;padding:3.5rem 1.5rem}
.datenschutz-section-block{background:#fff;border-radius:8px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #77798614;border-left:4px solid #777986}
.datenschutz-section-title{font-size:1.8rem;color:#212529;margin:0 0 1.5rem;font-weight:600;line-height:1.3}
.datenschutz-subsection-title{font-size:1.4rem;color:#343a40;margin:2rem 0 1rem;font-weight:600;line-height:1.4}
.datenschutz-text-paragraph{color:#495057;font-size:1.05rem;line-height:1.8;margin:0 0 1.3rem}
.datenschutz-text-paragraph:last-child{margin-bottom:0}
.datenschutz-list-container{margin:1.5rem 0;padding-left:0}
.datenschutz-list-item{color:#495057;font-size:1.05rem;line-height:1.8;margin-bottom:1rem;padding-left:2rem;position:relative;list-style:none}
.datenschutz-list-item::before{content:'•';position:absolute;left:.5rem;color:#777986;font-weight:700;font-size:1.4rem}
.datenschutz-contact-block{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:8px;padding:2.5rem;margin-top:3rem;border:2px solid #CDCDCE}
.datenschutz-contact-title{font-size:1.6rem;color:#212529;margin:0 0 1.2rem;font-weight:600}
.datenschutz-contact-detail{color:#495057;font-size:1.05rem;line-height:1.9;margin:.5rem 0}
.datenschutz-contact-detail strong{color:#343a40;font-weight:600}
.datenschutz-highlight-box{background:#f5f6fa;border-left:3px solid #9C9C9C;padding:1.5rem 1.8rem;margin:1.5rem 0;border-radius:4px}
.datenschutz-highlight-text{color:#343a40;font-size:1.05rem;line-height:1.7;margin:0;font-weight:500}
.datenschutz-table-wrapper{overflow-x:auto;margin:1.5rem 0}
.datenschutz-info-table{width:100%;border-collapse:collapse;background:#fff}
.datenschutz-info-table th{background:#f8f9fa;color:#343a40;font-weight:600;padding:1rem 1.2rem;text-align:left;border-bottom:2px solid #CDCDCE;font-size:1.05rem}
.datenschutz-info-table td{padding:1rem 1.2rem;color:#495057;border-bottom:1px solid #CDCDCE;font-size:1rem;line-height:1.6}
.datenschutz-info-table tr:last-child td{border-bottom:none}
.datenschutz-info-table tr:hover{background:#fafbfc}
@media (max-width: 768px) {
.datenschutz-header-block{padding:3rem 1.2rem 2rem}
.datenschutz-main-title{font-size:2rem}
.datenschutz-intro-text{font-size:1rem}
.datenschutz-content-area{padding:2rem 1.2rem}
.datenschutz-section-block{padding:1.8rem;margin-bottom:1.5rem}
.datenschutz-section-title{font-size:1.5rem}
.datenschutz-subsection-title{font-size:1.25rem}
.datenschutz-contact-block{padding:1.8rem}
.datenschutz-info-table{font-size:.9rem}
.datenschutz-info-table th,.datenschutz-info-table td{padding:.8rem}
}
.erfolg-seite-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif}
.erfolg-hauptbereich{max-width:920px;margin:0 auto;padding:80px 25px 60px}
.erfolg-bestaetigungs-box{background:#fff;border-radius:16px;padding:65px 50px;box-shadow:0 8px 24px #7779861f;text-align:center;margin-bottom:50px;position:relative;overflow:hidden}
.erfolg-bestaetigungs-box::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#777986 0%,#9C9C9C 50%,#CDCDCE 100%)}
.erfolg-icon-kreis{width:110px;height:110px;background:linear-gradient(135deg,#777986 0%,#9C9C9C 100%);border-radius:50%;margin:0 auto 35px;display:flex;align-items:center;justify-content:center;animation:erfolg-puls 2s ease-in-out infinite}
@keyframes erfolg-puls {
0%,100%{transform:scale(1);box-shadow:0 0 0 0 #77798666}
50%{transform:scale(1.05);box-shadow:0 0 0 15px #77798600}
}
.erfolg-icon-kreis .typcn{font-size:58px;color:#fff}
.erfolg-haupttitel{font-size:42px;font-weight:700;color:#212529;margin:0 0 20px;letter-spacing:-.5px}
.erfolg-untertitel{font-size:20px;color:#495057;margin:0 0 35px;line-height:1.6}
.erfolg-nachricht-text{font-size:16px;color:#343a40;line-height:1.8;margin:0 0 25px;max-width:680px;margin-left:auto;margin-right:auto}
.erfolg-info-karten-raster{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin:55px 0}
.erfolg-info-einzelkarte{background:#fff;border:2px solid #CDCDCE;border-radius:12px;padding:35px 28px;text-align:left;transition:all .3s ease}
.erfolg-info-einzelkarte:hover{border-color:#777986;transform:translateY(-4px);box-shadow:0 6px 20px #77798626}
.erfolg-karten-symbol{width:52px;height:52px;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border:2px solid #CDCDCE;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:22px}
.erfolg-karten-symbol .typcn{font-size:28px;color:#777986}
.erfolg-karten-titel{font-size:19px;font-weight:600;color:#212529;margin:0 0 12px}
.erfolg-karten-beschreibung{font-size:15px;color:#495057;line-height:1.7;margin:0}
.erfolg-aktions-bereich{text-align:center;margin:50px 0 40px}
.erfolg-button-gruppe{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;margin-bottom:35px}
.erfolg-haupt-button{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#777986 0%,#9C9C9C 100%);color:#fff;padding:16px 38px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 12px #77798633}
.erfolg-haupt-button:hover{transform:translateY(-2px);box-shadow:0 6px 18px #7779864d;background:linear-gradient(135deg,#6a6b77 0%,#8d8d8d 100%)}
.erfolg-sekundaer-button{display:inline-flex;align-items:center;gap:10px;background:#fff;color:#777986;padding:16px 38px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:600;transition:all .3s ease;border:2px solid #777986;cursor:pointer}
.erfolg-sekundaer-button:hover{background:#f8f9fa;transform:translateY(-2px)}
.erfolg-kontakt-hinweis{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);border-left:4px solid #777986;padding:28px 32px;border-radius:8px;margin:45px 0;text-align:left}
.erfolg-kontakt-titel{font-size:18px;font-weight:600;color:#212529;margin:0 0 15px;display:flex;align-items:center;gap:10px}
.erfolg-kontakt-titel .typcn{font-size:24px;color:#777986}
.erfolg-kontakt-details{font-size:15px;color:#495057;line-height:1.8;margin:0}
.erfolg-kontakt-details a{color:#777986;text-decoration:none;font-weight:500;transition:color .3s ease}
.erfolg-kontakt-details a:hover{color:#5f6070;text-decoration:underline}
.erfolg-zusatz-info{background:#fff;border-radius:12px;padding:40px 35px;margin-top:45px;border:1px solid #CDCDCE}
.erfolg-zusatz-titel{font-size:24px;font-weight:600;color:#212529;margin:0 0 25px;text-align:center}
.erfolg-liste-punkte{list-style:none;padding:0;margin:0}
.erfolg-liste-punkte li{padding:18px 0 18px 45px;position:relative;font-size:15px;color:#343a40;line-height:1.7;border-bottom:1px solid #f8f9fa}
.erfolg-liste-punkte li:last-child{border-bottom:none}
.erfolg-liste-punkte li::before{content:'\e129';position:absolute;left:0;top:18px;color:#777986;font:22px 'typicons'}
@media (max-width: 768px) {
.erfolg-hauptbereich{padding:50px 20px 40px}
.erfolg-bestaetigungs-box{padding:45px 28px}
.erfolg-haupttitel{font-size:32px}
.erfolg-untertitel{font-size:18px}
.erfolg-info-karten-raster{grid-template-columns:1fr;gap:20px}
.erfolg-button-gruppe{flex-direction:column;gap:15px}
.erfolg-haupt-button,.erfolg-sekundaer-button{width:100%;justify-content:center}
.erfolg-zusatz-info{padding:30px 22px}
}
@media (max-width: 480px) {
.erfolg-icon-kreis{width:90px;height:90px}
.erfolg-icon-kreis .typcn{font-size:48px}
.erfolg-haupttitel{font-size:28px}
.erfolg-info-einzelkarte{padding:28px 22px}
}
.error-404-wrapper{min-height:100vh;background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 50%,#fff 100%);position:relative;overflow:hidden}
.error-404-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,#77798614 0%,transparent 70%);border-radius:50%;z-index:1}
.error-404-wrapper::after{content:'';position:absolute;bottom:-30%;left:-15%;width:600px;height:600px;background:radial-gradient(circle,#cdcdce1f 0%,transparent 70%);border-radius:50%;z-index:1}
.error-404-content-zone{position:relative;z-index:2;padding:80px 20px 120px;max-width:1140px;margin:0 auto}
.error-404-visual-number{text-align:center;margin-bottom:45px;position:relative}
.error-404-large-text{font-size:180px;font-weight:800;line-height:1;color:#777986;margin:0;letter-spacing:-8px;text-shadow:4px 4px 0 #9c9c9c33;position:relative;display:inline-block}
.error-404-large-text::before{content:'404';position:absolute;top:8px;left:8px;color:#CDCDCE;z-index:-1;opacity:.4}
.error-404-message-block{text-align:center;max-width:680px;margin:0 auto 60px}
.error-404-headline{font-size:36px;font-weight:700;color:#212529;margin:0 0 24px;line-height:1.3}
.error-404-description{font-size:18px;line-height:1.7;color:#495057;margin:0 0 20px}
.error-404-suggestion-text{font-size:16px;line-height:1.6;color:#777986;margin:0}
.error-404-actions-group{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin-bottom:70px}
.error-404-btn-primary{display:inline-flex;align-items:center;gap:10px;padding:16px 38px;background:linear-gradient(135deg,#777986 0%,#9C9C9C 100%);color:#fff;text-decoration:none;font-size:17px;font-weight:600;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 12px #77798640}
.error-404-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #77798659;background:linear-gradient(135deg,#6a6b78 0%,#8d8d8d 100%)}
.error-404-btn-secondary{display:inline-flex;align-items:center;gap:10px;padding:16px 38px;background:#fff;color:#777986;text-decoration:none;font-size:17px;font-weight:600;border-radius:8px;border:2px solid #CDCDCE;transition:all .3s ease}
.error-404-btn-secondary:hover{background:#f8f9fa;border-color:#9C9C9C;transform:translateY(-2px)}
.error-404-help-navigation{background:#fff;border-radius:12px;padding:50px 40px;box-shadow:0 2px 20px #0000000f;max-width:900px;margin:0 auto}
.error-404-help-title{font-size:26px;font-weight:700;color:#212529;margin:0 0 35px;text-align:center}
.error-404-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:25px}
.error-404-link-card{padding:28px 24px;background:#f8f9fa;border-radius:10px;border:1px solid #CDCDCE;transition:all .3s ease;text-decoration:none;display:block}
.error-404-link-card:hover{background:#fff;border-color:#9C9C9C;transform:translateY(-3px);box-shadow:0 6px 18px #77798626}
.error-404-card-icon{width:48px;height:48px;background:linear-gradient(135deg,#777986 0%,#9C9C9C 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.error-404-card-icon .typcn{font-size:28px;color:#fff}
.error-404-card-title{font-size:19px;font-weight:600;color:#212529;margin:0 0 10px}
.error-404-card-text{font-size:15px;line-height:1.6;color:#495057;margin:0}
.error-404-contact-info{text-align:center;margin-top:65px;padding-top:50px;border-top:2px solid #CDCDCE}
.error-404-contact-title{font-size:22px;font-weight:700;color:#212529;margin:0 0 25px}
.error-404-contact-details{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;align-items:center}
.error-404-contact-item{display:flex;align-items:center;gap:10px;color:#495057;font-size:15px}
.error-404-contact-item .typcn{font-size:22px;color:#777986}
@media (max-width: 768px) {
.error-404-content-zone{padding:60px 20px 80px}
.error-404-large-text{font-size:120px;letter-spacing:-4px}
.error-404-headline{font-size:28px;margin-bottom:20px}
.error-404-description{font-size:16px}
.error-404-actions-group{flex-direction:column;align-items:stretch;gap:14px}
.error-404-btn-primary,.error-404-btn-secondary{width:100%;justify-content:center;padding:14px 28px}
.error-404-help-navigation{padding:35px 25px}
.error-404-links-grid{grid-template-columns:1fr;gap:20px}
.error-404-contact-details{flex-direction:column;gap:18px}
}
@media (max-width: 480px) {
.error-404-large-text{font-size:90px}
.error-404-headline{font-size:24px}
.error-404-help-title{font-size:22px}
}