:root{--primary-brand:#7E7C85;--secondary-brand:#9C99A3;--tertiary-brand:#B8B2BE;--background-light:#fafbfc;--background-white:#fff;--text-dark:#212529;--text-medium:#495057;--text-light:#6c757d;--gradient-primary:linear-gradient(135deg,#7E7C85 0%,#9C99A3 100%);--gradient-soft:linear-gradient(120deg,#f8f9fa 0%,#fafbfc 100%);--shadow-subtle:0 2px 8px #7e7c8514;--shadow-medium:0 4px 16px #7e7c851f;--shadow-strong:0 8px 24px #7e7c8529}
*{margin:0;padding:0;box-sizing:border-box}
body{color:var(--text-dark);background:var(--background-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:16px/1.7 'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
h1,h2,h3,h4,h5,h6{font-family:'Sora',sans-serif;font-weight:600;line-height:1.3;color:var(--text-dark)}
a{text-decoration:none;color:inherit;transition:opacity .25s ease}
a:focus-visible{outline:2px solid var(--primary-brand);outline-offset:3px;border-radius:2px}
.header_outer_wrap_5k{background:var(--background-white);box-shadow:var(--shadow-subtle);position:relative;z-index:100}
.header_top_row_9zx{display:flex;justify-content:space-between;align-items:center;padding:18px 5%;max-width:1400px;margin:0 auto;min-height:72px;border-bottom:1px solid #7e7c8514}
.logo_container_3pm{position:relative;z-index:150;flex-shrink:0}
.logo_img_7ht{height:58px;width:58px;display:block;object-fit:contain}
.contact_quick_8jf{display:flex;align-items:center;gap:24px;font-size:15px;color:var(--text-medium)}
.phone_link_2vc{display:flex;align-items:center;gap:8px;padding:8px 16px;background:var(--gradient-primary);color:var(--background-white);border-radius:6px;font-weight:500;transition:transform .2s ease,box-shadow .2s ease}
.phone_link_2vc:hover{transform:translateY(-1px);box-shadow:var(--shadow-medium)}
.phone_icon_4ws::before{content:'';font-size:16px}
.header_middle_row_6bg{padding:16px 5%;background:var(--gradient-soft);border-bottom:1px solid #7e7c8514}
.middle_content_1dr{max-width:1400px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:32px}
.company_title_8kp{font-size:28px;font-weight:700;color:var(--primary-brand);letter-spacing:-.5px;text-align:center}
.header_nav_row_4tm{padding:0 5%;background:var(--background-white)}
.nav_inner_wrap_2qx{max-width:1400px;margin:0 auto;display:flex;justify-content:center;min-height:64px}
.main_navigation_5fs{display:flex;align-items:center;gap:8px;list-style:none}
.nav_item_7pk{position:relative}
.nav_link_3bw{display:block;padding:20px 24px;font-size:15px;font-weight:500;color:var(--text-medium);transition:color .25s ease,background-color .25s ease;border-radius:4px}
.nav_link_3bw:hover{color:var(--primary-brand);background-color:#7e7c850a}
.nav_link_3bw:focus-visible{background-color:#7e7c8514}
.footer_main_wrapper_6yz{background:linear-gradient(165deg,#7E7C85 0%,#9C99A3 50%,#B8B2BE 100%);color:var(--background-white);padding:64px 5% 32px;margin-top:80px;position:relative}
.footer_main_wrapper_6yz::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:radial-gradient(circle at 50% 0%,#fff6,transparent)}
.footer_content_grid_9mc{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:48px;margin-bottom:48px}
.footer_section_4hw{display:flex;flex-direction:column;gap:20px}
.footer_logo_box_7np{margin-bottom:12px}
.footer_logo_img_2kt{height:52px;width:52px;display:block;object-fit:contain}
.footer_heading_8vx{margin-bottom:8px;color:var(--background-white);font:600 18px 'Sora',sans-serif}
.footer_text_5rj{font-size:15px;line-height:1.8;color:#ffffffe6}
.contact_detail_3ps{display:flex;flex-direction:column;gap:12px}
.contact_item_9lw{display:flex;align-items:flex-start;gap:12px;font-size:15px;line-height:1.6;color:#ffffffe6}
.contact_icon_6mn{flex-shrink:0;width:20px;text-align:center}
.footer_links_list_4qb{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer_link_item_7ws a{font-size:15px;color:#ffffffe6;transition:color .25s ease,padding-left .25s ease;display:inline-block}
.footer_link_item_7ws a:hover{color:var(--background-white);padding-left:4px}
.footer_bottom_bar_3nk{max-width:1400px;margin:0 auto;padding-top:32px;border-top:1px solid #ffffff26;text-align:center}
.copyright_text_5pm{font-size:14px;color:#ffffffd9}
.consent_modal_wrapper_8kx{position:fixed;bottom:24px;right:24px;max-width:420px;background:var(--background-white);border-radius:12px;box-shadow:var(--shadow-strong);padding:28px;z-index:9999;border:1px solid #7e7c851f;transform:translateY(100px);opacity:0;transition:transform .4s ease,opacity .4s ease}
.consent_modal_wrapper_8kx.active_state_2vn{transform:translateY(0);opacity:1}
.consent_header_6lr{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.cookie_icon_9pm{font-size:28px}
.consent_title_4xw{color:var(--text-dark);font:600 19px 'Sora',sans-serif}
.consent_description_7bn{font-size:14px;line-height:1.7;color:var(--text-medium);margin-bottom:20px}
.consent_actions_5mt{display:flex;gap:12px;flex-wrap:wrap}
.consent_btn_primary_3ks{flex:1;min-width:120px;padding:12px 20px;background:var(--gradient-primary);color:var(--background-white);border:none;border-radius:6px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;font:600 14px 'Inter',sans-serif}
.consent_btn_primary_3ks:hover{transform:translateY(-2px);box-shadow:var(--shadow-medium)}
.consent_btn_secondary_9lr{flex:1;min-width:120px;padding:12px 20px;background:transparent;color:var(--text-medium);border:1px solid var(--secondary-brand);border-radius:6px;cursor:pointer;transition:background-color .2s ease,color .2s ease;font:600 14px 'Inter',sans-serif}
.consent_btn_secondary_9lr:hover{background-color:#7e7c850f;color:var(--primary-brand)}
.consent_policy_link_6kw{display:inline-block;margin-top:12px;font-size:13px;color:var(--primary-brand);text-decoration:underline;transition:opacity .25s ease}
.consent_policy_link_6kw:hover{opacity:.75}
.consent_btn_primary_3ks:focus-visible,.consent_btn_secondary_9lr:focus-visible{outline:2px solid var(--primary-brand);outline-offset:2px}
@media (max-width: 1024px) {
.header_top_row_9zx{padding:16px 4%}
.header_middle_row_6bg{padding:14px 4%}
.company_title_8kp{font-size:24px}
.main_navigation_5fs{gap:4px}
.nav_link_3bw{padding:18px;font-size:14px}
}
@media (max-width: 768px) {
.header_top_row_9zx{flex-direction:column;gap:16px;padding:16px 5%}
.logo_container_3pm{align-self:flex-start}
.contact_quick_8jf{align-self:flex-end}
.company_title_8kp{font-size:20px}
.main_navigation_5fs{flex-wrap:wrap;justify-content:center}
.nav_link_3bw{padding:14px 16px;font-size:14px}
.footer_content_grid_9mc{grid-template-columns:1fr;gap:40px}
.consent_modal_wrapper_8kx{bottom:16px;right:16px;left:16px;max-width:none;padding:24px}
.consent_actions_5mt{flex-direction:column}
.consent_btn_primary_3ks,.consent_btn_secondary_9lr{width:100%;min-width:auto}
}
@media (max-width: 480px) {
.phone_link_2vc{font-size:14px;padding:6px 12px}
.company_title_8kp{font-size:18px}
.nav_link_3bw{padding:12px}
.footer_main_wrapper_6yz{padding:48px 5% 24px}
}
.custom_counter_list{list-style-type:custom-decimal-leading;counter-reset:elegant-counter}
.custom_counter_list li{counter-increment:elegant-counter}
.intl-students-hero{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.intl-students-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#9c99a314 0%,transparent 70%);border-radius:50%}
.hero-content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hero-text-section h1{font-size:2.8em;color:#212529;margin-bottom:24px;line-height:1.2;font-weight:700}
.hero-text-section p{font-size:1.15em;color:#495057;line-height:1.7;margin-bottom:16px}
.hero-img-container{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 12px 40px #7e7c8526}
.hero-img-container img{width:100%;height:420px;object-fit:cover;display:block}
.hero-cta-btn{display:inline-block;background:#7E7C85;color:#fff;padding:14px 32px;border-radius:6px;text-decoration:none;font-weight:600;margin-top:20px;transition:all .3s ease}
.hero-cta-btn:hover{background:#6d6b73;transform:translateY(-2px);box-shadow:0 6px 20px #7e7c8540}
.budget-fundamentals-section{padding:90px 20px;background:#fff}
.fundamentals-container{max-width:1100px;margin:0 auto}
.fundamentals-header{text-align:center;margin-bottom:60px}
.fundamentals-header h2{font-size:2.3em;color:#212529;margin-bottom:18px;font-weight:700}
.fundamentals-header p{font-size:1.1em;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.fundamentals-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.fundamental-card{background:#fafbfc;border:2px solid #f5f6fa;border-radius:10px;padding:32px 26px;transition:all .3s ease}
.fundamental-card:hover{border-color:#B8B2BE;transform:translateY(-4px);box-shadow:0 8px 24px #7e7c851f}
.card-icon-wrapper{width:56px;height:56px;background:linear-gradient(135deg,#9C99A3 0%,#B8B2BE 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.card-icon-wrapper svg{width:28px;height:28px;fill:#fff}
.fundamental-card h3{font-size:1.4em;color:#212529;margin-bottom:14px;font-weight:600}
.fundamental-card p{font-size:1em;color:#495057;line-height:1.6;margin:0}
.income-tracking-visual{padding:80px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.tracking-split-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:45% 55%;gap:50px;align-items:center}
.tracking-img-side{position:relative}
.tracking-img-side img{width:100%;height:480px;object-fit:cover;border-radius:10px;box-shadow:0 10px 35px #7e7c852e}
.tracking-content-side h2{font-size:2.2em;color:#212529;margin-bottom:22px;font-weight:700}
.tracking-content-side p{font-size:1.05em;color:#495057;line-height:1.7;margin-bottom:20px}
.tracking-features-list{list-style:none;padding:0;margin:30px 0 0}
.tracking-features-list li{padding:16px 0;border-bottom:1px solid #f5f6fa;color:#343a40;font-size:1.05em;display:flex;align-items:center}
.tracking-features-list li::before{content:'';display:inline-block;width:26px;height:26px;background:#7E7C85;color:#fff;border-radius:50%;text-align:center;line-height:26px;margin-right:14px;font-weight:700;flex-shrink:0}
.savings-strategy-block{padding:90px 20px;background:#fff;position:relative}
.savings-timeline-wrapper{max-width:1000px;margin:0 auto}
.savings-intro-text{text-align:center;margin-bottom:60px}
.savings-intro-text h2{font-size:2.4em;color:#212529;margin-bottom:20px;font-weight:700}
.savings-intro-text p{font-size:1.1em;color:#495057;max-width:650px;margin:0 auto;line-height:1.6}
.timeline-steps-container{position:relative;padding:40px 0}
.timeline-step{display:grid;grid-template-columns:60px 1fr;gap:30px;margin-bottom:50px;position:relative}
.step-marker-box{position:relative;width:60px;display:flex;flex-direction:column;align-items:center}
.step-number-circle{width:60px;height:60px;background:linear-gradient(135deg,#7E7C85 0%,#9C99A3 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5em;font-weight:700;box-shadow:0 4px 12px #7e7c8540;position:relative;z-index:2}
.step-connector-line{width:3px;height:100%;background:linear-gradient(180deg,#B8B2BE 0%,#f5f6fa 100%);position:absolute;top:60px;left:50%;transform:translateX(-50%);z-index:1}
.timeline-step:last-child .step-connector-line{display:none}
.step-content-box{background:#fafbfc;border-left:4px solid #9C99A3;padding:28px 26px;border-radius:8px}
.step-content-box h3{font-size:1.5em;color:#212529;margin-bottom:14px;font-weight:600}
.step-content-box p{font-size:1.05em;color:#495057;line-height:1.6;margin:0}
.practical-resources-zone{padding:80px 20px;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%)}
.resources-asymmetric-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.resources-left-column h2{font-size:2.3em;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.3}
.resources-left-column p{font-size:1.08em;color:#495057;line-height:1.7;margin-bottom:18px}
.resource-cta-link{display:inline-block;background:transparent;color:#7E7C85;padding:12px 28px;border:2px solid #7E7C85;border-radius:6px;text-decoration:none;font-weight:600;margin-top:20px;transition:all .3s ease}
.resource-cta-link:hover{background:#7E7C85;color:#fff;transform:translateX(4px)}
.resources-right-column img{width:100%;height:500px;object-fit:cover;border-radius:10px;box-shadow:0 12px 40px #7e7c8526}
@media (max-width: 768px) {
.hero-content-wrapper{grid-template-columns:1fr;gap:40px}
.hero-text-section h1{font-size:2.2em}
.hero-img-container img{height:320px}
.fundamentals-grid{grid-template-columns:1fr;gap:24px}
.tracking-split-layout{grid-template-columns:1fr;gap:40px}
.tracking-img-side img{height:360px}
.timeline-step{grid-template-columns:50px 1fr;gap:20px}
.step-marker-box{width:50px}
.step-number-circle{width:50px;height:50px;font-size:1.3em}
.resources-asymmetric-layout{grid-template-columns:1fr;gap:40px}
.resources-right-column img{height:380px}
}
.budgetseite-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.budgetseite-hero{background:linear-gradient(180deg,#fff 0%,#f5f6fa 100%);padding:80px 20px;position:relative;overflow:hidden}
.budgetseite-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#b8b2be26 0%,transparent 70%);border-radius:50%}
.budgetseite-hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.budgetseite-hero-text h1{font-size:3.2rem;color:#212529;margin-bottom:25px;line-height:1.2;font-weight:700}
.budgetseite-hero-text p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:35px}
.budgetseite-hero-bild{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #7e7c8533;transform:rotate(-2deg);transition:transform .4s ease}
.budgetseite-hero-bild:hover{transform:rotate(0deg) scale(1.02)}
.budgetseite-hero-bild img{width:100%;height:420px;object-fit:cover;display:block}
.budgetseite-cta-btn{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#7E7C85 0%,#9C99A3 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 15px #7e7c854d}
.budgetseite-cta-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #7e7c8566}
.budgetseite-probleme{padding:90px 20px;background:#fff}
.budgetseite-probleme-container{max-width:1100px;margin:0 auto}
.budgetseite-probleme h2{font-size:2.5rem;color:#212529;margin-bottom:50px;text-align:center;font-weight:700}
.budgetseite-probleme-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.budgetseite-problem-karte{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:35px;border-radius:15px;border-left:4px solid #7E7C85;transition:all .3s ease}
.budgetseite-problem-karte:hover{transform:translateX(8px);border-left-color:#9C99A3;box-shadow:-8px 8px 25px #7e7c8526}
.budgetseite-problem-karte h3{font-size:1.4rem;color:#343a40;margin-bottom:18px;font-weight:600}
.budgetseite-problem-karte p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:20px}
.budgetseite-problem-loesung{font-size:.95rem;color:#7E7C85;font-weight:600;padding:12px 20px;background:#b8b2be1a;border-radius:8px;margin-top:15px;display:inline-block}
.budgetseite-schritte{padding:90px 20px;background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%);position:relative}
.budgetseite-schritte-container{max-width:900px;margin:0 auto}
.budgetseite-schritte h2{font-size:2.5rem;color:#212529;margin-bottom:60px;text-align:center;font-weight:700}
.budgetseite-schritt-item{display:flex;gap:40px;margin-bottom:50px;position:relative;padding-left:80px}
.budgetseite-schritt-nummer{position:absolute;left:0;top:0;width:60px;height:60px;background:linear-gradient(135deg,#7E7C85 0%,#9C99A3 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;box-shadow:0 6px 20px #7e7c854d;flex-shrink:0}
.budgetseite-schritt-inhalt h3{font-size:1.6rem;color:#343a40;margin-bottom:15px;font-weight:600}
.budgetseite-schritt-inhalt p{font-size:1.05rem;color:#495057;line-height:1.8}
.budgetseite-vorteile{padding:90px 20px;background:#fff}
.budgetseite-vorteile-container{max-width:1200px;margin:0 auto}
.budgetseite-vorteile-layout{display:grid;grid-template-columns:45% 55%;gap:60px;align-items:center}
.budgetseite-vorteile-bild{border-radius:20px;overflow:hidden;box-shadow:0 15px 50px #7e7c8533}
.budgetseite-vorteile-bild img{width:100%;height:480px;object-fit:cover;display:block}
.budgetseite-vorteile-text h2{font-size:2.4rem;color:#212529;margin-bottom:35px;font-weight:700}
.budgetseite-vorteil-box{background:#f8f9fa;padding:25px;border-radius:12px;margin-bottom:20px;border:2px solid transparent;transition:all .3s ease}
.budgetseite-vorteil-box:hover{border-color:#B8B2BE;background:#fff}
.budgetseite-vorteil-box h3{font-size:1.25rem;color:#343a40;margin-bottom:12px;font-weight:600}
.budgetseite-vorteil-box p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.budgetseite-methoden{padding:90px 20px;background:linear-gradient(135deg,#f5f6fa 0%,#fafbfc 100%)}
.budgetseite-methoden-container{max-width:1200px;margin:0 auto}
.budgetseite-methoden h2{font-size:2.5rem;color:#212529;margin-bottom:55px;text-align:center;font-weight:700}
.budgetseite-methoden-raster{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.budgetseite-methode-karte{background:#fff;padding:40px;border-radius:15px;box-shadow:0 10px 35px #7e7c851f;position:relative;overflow:hidden;transition:all .3s ease}
.budgetseite-methode-karte::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#7E7C85 0%,#B8B2BE 100%);transform:scaleY(0);transition:transform .3s ease}
.budgetseite-methode-karte:hover::before{transform:scaleY(1)}
.budgetseite-methode-karte:hover{transform:translateY(-5px);box-shadow:0 15px 45px #7e7c8533}
.budgetseite-methode-karte h3{font-size:1.5rem;color:#343a40;margin-bottom:20px;font-weight:600}
.budgetseite-methode-karte p{font-size:1.05rem;color:#495057;line-height:1.8}
.budgetseite-vergleich{padding:90px 20px;background:#fff}
.budgetseite-vergleich-container{max-width:1100px;margin:0 auto}
.budgetseite-vergleich h2{font-size:2.5rem;color:#212529;margin-bottom:50px;text-align:center;font-weight:700}
.budgetseite-vergleich-tabelle{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:15px;overflow:hidden;box-shadow:0 10px 40px #7e7c8526}
.budgetseite-vergleich-spalte{padding:45px 35px}
.budgetseite-ohne{background:linear-gradient(135deg,#f8f9fa 0%,#f5f6fa 100%);border-right:2px solid #e9ecef}
.budgetseite-mit{background:linear-gradient(135deg,#fff 0%,#fafbfc 100%)}
.budgetseite-vergleich-spalte h3{font-size:1.6rem;color:#343a40;margin-bottom:30px;font-weight:600;text-align:center;padding-bottom:20px;border-bottom:3px solid #7E7C85}
.budgetseite-vergleich-liste{list-style:none;padding:0;margin:0}
.budgetseite-vergleich-liste li{font-size:1.05rem;color:#495057;line-height:1.7;padding:15px 0;padding-left:35px;position:relative}
.budgetseite-ohne .budgetseite-vergleich-liste li::before{content:'';position:absolute;left:0;color:#7E7C85;font-weight:700;font-size:1.3rem}
.budgetseite-mit .budgetseite-vergleich-liste li::before{content:'';position:absolute;left:0;color:#7E7C85;font-weight:700;font-size:1.3rem}
.budgetseite-beispiele{padding:90px 20px;background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%)}
.budgetseite-beispiele-container{max-width:1200px;margin:0 auto}
.budgetseite-beispiele h2{font-size:2.5rem;color:#212529;margin-bottom:55px;text-align:center;font-weight:700}
.budgetseite-beispiele-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.budgetseite-beispiel-karte{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 8px 30px #7e7c851f;transition:all .3s ease}
.budgetseite-beispiel-karte:hover{transform:scale(1.03);box-shadow:0 12px 40px #7e7c8533}
.budgetseite-beispiel-bild{width:100%;height:220px;overflow:hidden}
.budgetseite-beispiel-bild img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.budgetseite-beispiel-karte:hover .budgetseite-beispiel-bild img{transform:scale(1.1)}
.budgetseite-beispiel-text{padding:30px}
.budgetseite-beispiel-text h3{font-size:1.35rem;color:#343a40;margin-bottom:15px;font-weight:600}
.budgetseite-beispiel-text p{font-size:1rem;color:#495057;line-height:1.7}
.budgetseite-aktion{padding:90px 20px;background:linear-gradient(135deg,#7E7C85 0%,#9C99A3 100%);position:relative;overflow:hidden}
.budgetseite-aktion::before{content:'';position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:#ffffff0d;border-radius:50%}
.budgetseite-aktion::after{content:'';position:absolute;top:-150px;right:-150px;width:500px;height:500px;background:#ffffff0d;border-radius:50%}
.budgetseite-aktion-container{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}
.budgetseite-aktion h2{font-size:2.8rem;color:#fff;margin-bottom:25px;font-weight:700}
.budgetseite-aktion p{font-size:1.2rem;color:#fff;line-height:1.8;margin-bottom:40px;opacity:.95}
.budgetseite-aktion-btn{display:inline-block;padding:18px 50px;background:#fff;color:#7E7C85;text-decoration:none;border-radius:10px;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 6px 25px #00000026}
.budgetseite-aktion-btn:hover{transform:translateY(-4px);box-shadow:0 10px 35px #00000040;background:#fafbfc}
@media (max-width: 992px) {
.budgetseite-hero-container{grid-template-columns:1fr;gap:40px}
.budgetseite-hero-text h1{font-size:2.5rem}
.budgetseite-probleme-grid{grid-template-columns:1fr}
.budgetseite-vorteile-layout{grid-template-columns:1fr}
.budgetseite-methoden-raster{grid-template-columns:1fr}
.budgetseite-vergleich-tabelle{grid-template-columns:1fr}
.budgetseite-ohne{border-right:none;border-bottom:2px solid #e9ecef}
.budgetseite-beispiele-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.budgetseite-hero{padding:60px 20px}
.budgetseite-hero-text h1{font-size:2rem}
.budgetseite-hero-text p{font-size:1rem}
.budgetseite-hero-bild img{height:300px}
.budgetseite-schritt-item{padding-left:0;flex-direction:column}
.budgetseite-schritt-nummer{position:relative;margin-bottom:20px}
.budgetseite-vorteile-bild img{height:350px}
.budgetseite-aktion h2{font-size:2rem}
.budgetseite-aktion p{font-size:1.05rem}
}
.kontakt-seite-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.kontakt-hero-bereich{padding:4rem 1.5rem 3rem;background:linear-gradient(to bottom right,#fff,#f5f6fa);position:relative;overflow:hidden}
.kontakt-hero-bereich::before{content:'';position:absolute;top:-50%;right:-20%;width:70%;height:200%;background:radial-gradient(circle,#b8b2be14 0%,transparent 70%);pointer-events:none}
.kontakt-hero-inhalt{max-width:920px;margin:0 auto;position:relative;z-index:2}
.kontakt-hero-bereich h1{font-size:2.8rem;color:#343a40;margin-bottom:1.2rem;font-weight:700;line-height:1.2}
.kontakt-hero-bereich .beschreibung-text{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:2rem}
.info-karten-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.8rem;margin-top:2.5rem}
.info-einzelkarte{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 12px #7e7c8514;border-left:4px solid #7E7C85;transition:all .3s ease}
.info-einzelkarte:hover{transform:translateY(-4px);box-shadow:0 6px 20px #7e7c8524}
.info-einzelkarte h3{font-size:1.25rem;color:#343a40;margin-bottom:1rem;font-weight:600}
.info-einzelkarte .detail-text{font-size:1rem;color:#495057;line-height:1.6;margin-bottom:.5rem}
.info-einzelkarte .detail-text a{color:#7E7C85;text-decoration:none;font-weight:500;transition:color .2s}
.info-einzelkarte .detail-text a:hover{color:#9C99A3}
.formular-sektion-container{padding:4.5rem 1.5rem;background:#fff}
.formular-innerer-wrapper{max-width:850px;margin:0 auto}
.formular-sektion-container h2{font-size:2.2rem;color:#343a40;margin-bottom:1rem;font-weight:700;text-align:center}
.formular-einleitung{font-size:1.05rem;color:#495057;text-align:center;margin-bottom:3rem;line-height:1.6}
.kontakt-formular-element{background:#f8f9fa;padding:2.5rem;border-radius:16px;box-shadow:0 4px 16px #7e7c851a}
.formular-gruppe{margin-bottom:1.8rem}
.formular-gruppe label{display:block;font-size:1rem;color:#343a40;margin-bottom:.5rem;font-weight:500}
.formular-gruppe input,.formular-gruppe textarea{width:100%;padding:.9rem 1.1rem;border:2px solid #B8B2BE;border-radius:8px;font-size:1rem;color:#343a40;background:#fff;transition:all .3s ease;font-family:inherit}
.formular-gruppe input:focus,.formular-gruppe textarea:focus{outline:none;border-color:#7E7C85;box-shadow:0 0 0 3px #7e7c851a}
.formular-gruppe textarea{min-height:160px;resize:vertical}
.datenschutz-checkbox-bereich{margin:2rem 0;display:flex;align-items:flex-start;gap:.8rem}
.datenschutz-checkbox-bereich input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0}
.datenschutz-checkbox-bereich label{font-size:.95rem;color:#495057;line-height:1.5;cursor:pointer}
.datenschutz-checkbox-bereich label a{color:#7E7C85;text-decoration:underline;transition:color .2s}
.datenschutz-checkbox-bereich label a:hover{color:#9C99A3}
.absenden-button{background:linear-gradient(135deg,#7E7C85 0%,#9C99A3 100%);color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #7e7c8540;position:relative;z-index:10}
.absenden-button:hover{transform:translateY(-2px);box-shadow:0 6px 18px #7e7c8559}
.absenden-button:active{transform:translateY(0)}
.hilfreiche-links-bereich{padding:4rem 1.5rem;background:linear-gradient(to right,#f5f6fa,#fafbfc)}
.hilfreiche-links-bereich .innerer-container{max-width:1100px;margin:0 auto}
.hilfreiche-links-bereich h2{font-size:2rem;color:#343a40;margin-bottom:2.5rem;font-weight:700;text-align:center}
.links-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}
.link-karte-element{background:#fff;padding:2.2rem;border-radius:12px;box-shadow:0 3px 14px #7e7c8517;transition:all .3s ease;border-top:3px solid #B8B2BE}
.link-karte-element:hover{box-shadow:0 6px 22px #7e7c8529;border-top-color:#7E7C85}
.link-karte-element h3{font-size:1.3rem;color:#343a40;margin-bottom:.9rem;font-weight:600}
.link-karte-element p{font-size:1rem;color:#495057;line-height:1.6;margin-bottom:1.5rem}
.karte-link-button{display:inline-block;padding:.7rem 1.8rem;background:#7E7C85;color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:all .3s ease;font-size:.95rem}
.karte-link-button:hover{background:#9C99A3;transform:translateX(4px)}
.faq-hilfe-sektion{padding:4rem 1.5rem;background:#fff}
.faq-hilfe-sektion .container-wrapper{max-width:950px;margin:0 auto}
.faq-hilfe-sektion h2{font-size:2.1rem;color:#343a40;margin-bottom:1.2rem;font-weight:700}
.faq-einleitung-text{font-size:1.05rem;color:#495057;margin-bottom:3rem;line-height:1.7}
.faq-liste-container{display:flex;flex-direction:column;gap:1.5rem}
.einzelne-faq-karte{background:#f8f9fa;padding:2rem;border-radius:10px;border-left:4px solid #9C99A3;transition:all .3s ease}
.einzelne-faq-karte:hover{background:#f5f6fa;border-left-color:#7E7C85}
.einzelne-faq-karte h3{font-size:1.2rem;color:#343a40;margin-bottom:.8rem;font-weight:600}
.einzelne-faq-karte p{font-size:1rem;color:#495057;line-height:1.6}
.abschluss-cta-bereich{padding:5rem 1.5rem;background:linear-gradient(135deg,#7E7C85 0%,#9C99A3 50%,#B8B2BE 100%);text-align:center;position:relative;overflow:hidden}
.abschluss-cta-bereich::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#ffffff1a 0%,transparent 60%);pointer-events:none}
.abschluss-cta-inhalt{max-width:800px;margin:0 auto;position:relative;z-index:2}
.abschluss-cta-bereich h2{font-size:2.4rem;color:#fff;margin-bottom:1.2rem;font-weight:700;line-height:1.3}
.abschluss-cta-bereich p{font-size:1.15rem;color:#fff;margin-bottom:2.5rem;line-height:1.7;opacity:.95}
.cta-button-gruppe{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap}
.primaer-cta-button{display:inline-block;padding:1rem 2.5rem;background:#fff;color:#7E7C85;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 14px #00000026;position:relative;z-index:10}
.primaer-cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000040;background:#f8f9fa}
.sekundaer-cta-button{display:inline-block;padding:1rem 2.5rem;background:transparent;color:#fff;text-decoration:none;border:2px solid #fff;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease;position:relative;z-index:10}
.sekundaer-cta-button:hover{background:#ffffff26;transform:translateY(-3px)}
@media (max-width: 768px) {
.kontakt-hero-bereich h1{font-size:2.2rem}
.kontakt-hero-bereich .beschreibung-text{font-size:1.05rem}
.info-karten-container{grid-template-columns:1fr;gap:1.5rem}
.formular-sektion-container h2{font-size:1.9rem}
.kontakt-formular-element{padding:1.8rem}
.links-grid-layout{grid-template-columns:1fr}
.abschluss-cta-bereich h2{font-size:2rem}
.cta-button-gruppe{flex-direction:column;align-items:center}
.primaer-cta-button,.sekundaer-cta-button{width:100%;max-width:300px}
}
@media (max-width: 480px) {
.kontakt-hero-bereich{padding:3rem 1rem 2rem}
.formular-sektion-container{padding:3rem 1rem}
.kontakt-formular-element{padding:1.5rem}
.absenden-button{width:100%}
}
.about-domain-page{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:100vh}
.about-hero-wrapper{background:linear-gradient(to right,#fff,#f5f6fa);padding:90px 20px 70px;position:relative;overflow:hidden}
.about-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#b8b2be26,transparent 70%);border-radius:50%}
.about-hero-content{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.about-hero-content h1{font-size:2.8rem;color:#212529;margin-bottom:25px;font-weight:700;line-height:1.2}
.about-hero-content p{font-size:1.15rem;color:#495057;line-height:1.7;max-width:700px}
.story-section-wrapper{padding:80px 20px;background:#fff}
.story-grid-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.story-text-block h2{font-size:2.2rem;color:#212529;margin-bottom:30px;font-weight:600}
.story-text-block p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.story-image-container{position:relative}
.story-image-container img{width:100%;height:450px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #7e7c8526}
.values-display-section{padding:70px 20px;background:linear-gradient(165deg,#f8f9fa 0%,#fff 100%);position:relative}
.values-display-section::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(to right,#7E7C85,#9C99A3,#B8B2BE)}
.values-content-wrapper{max-width:1100px;margin:0 auto}
.values-content-wrapper h2{font-size:2.1rem;color:#212529;text-align:center;margin-bottom:60px;font-weight:600}
.values-grid-display{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.single-value-card{background:#fff;padding:40px 30px;border-radius:10px;border-left:5px solid #7E7C85;box-shadow:0 4px 16px #7e7c851a;transition:all .3s ease}
.single-value-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #7e7c8533;border-left-color:#9C99A3}
.single-value-card h3{font-size:1.5rem;color:#212529;margin-bottom:18px;font-weight:600}
.single-value-card p{font-size:1rem;color:#495057;line-height:1.7}
.approach-showcase-section{padding:80px 20px;background:#fff}
.approach-dual-panel{max-width:1200px;margin:0 auto;display:flex;gap:50px;align-items:stretch}
.approach-visual-side{flex:1;display:flex;flex-direction:column;gap:25px}
.approach-visual-side img{width:100%;height:280px;object-fit:cover;border-radius:10px;box-shadow:0 6px 20px #7e7c851f}
.approach-content-side{flex:1;display:flex;flex-direction:column;justify-content:center}
.approach-content-side h2{font-size:2.3rem;color:#212529;margin-bottom:35px;font-weight:600}
.approach-step-item{margin-bottom:30px;padding-left:50px;position:relative}
.approach-step-item::before{content:'';position:absolute;left:0;top:5px;width:35px;height:35px;background:linear-gradient(135deg,#7E7C85,#9C99A3);border-radius:50%;box-shadow:0 3px 10px #7e7c8540}
.approach-step-item h3{font-size:1.3rem;color:#212529;margin-bottom:12px;font-weight:600}
.approach-step-item p{font-size:1rem;color:#495057;line-height:1.7}
.commitment-final-section{padding:90px 20px;background:linear-gradient(to bottom,#f5f6fa,#fafbfc);text-align:center}
.commitment-content-box{max-width:900px;margin:0 auto}
.commitment-image-feature{margin-bottom:50px}
.commitment-image-feature img{width:100%;max-width:700px;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #7e7c852e;margin:0 auto;display:block}
.commitment-content-box h2{font-size:2.4rem;color:#212529;margin-bottom:30px;font-weight:600}
.commitment-content-box p{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:40px}
.commitment-cta-button{display:inline-block;padding:16px 50px;background:linear-gradient(135deg,#7E7C85,#9C99A3);color:#fff;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 16px #7e7c8540}
.commitment-cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 24px #7e7c8559;background:linear-gradient(135deg,#9C99A3,#B8B2BE)}
@media (max-width: 968px) {
.about-hero-content h1{font-size:2.2rem}
.story-grid-layout{grid-template-columns:1fr;gap:40px}
.story-image-container img{height:350px}
.values-grid-display{grid-template-columns:1fr;gap:30px}
.approach-dual-panel{flex-direction:column;gap:40px}
.approach-visual-side img{height:240px}
.approach-step-item{padding-left:45px}
.commitment-image-feature img{height:320px}
}
@media (max-width: 640px) {
.about-hero-wrapper{padding:60px 20px 50px}
.about-hero-content h1{font-size:1.9rem}
.about-hero-content p{font-size:1.05rem}
.story-text-block h2{font-size:1.8rem}
.values-content-wrapper h2{font-size:1.8rem}
.approach-content-side h2{font-size:1.9rem}
.commitment-content-box h2{font-size:1.9rem}
.commitment-cta-button{padding:14px 40px;font-size:1rem}
}
.lernprogramm-hero-bereich{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.lernprogramm-hero-bereich::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#b8b2be26 0%,transparent 70%);border-radius:50%}
.lernprogramm-hero-inhalt{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.lernprogramm-hero-text h1{font-size:2.8em;color:#212529;margin-bottom:24px;line-height:1.2;font-weight:700}
.lernprogramm-hero-text p{font-size:1.15em;color:#495057;line-height:1.7;margin-bottom:18px}
.lernprogramm-hero-bild{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0000001f}
.lernprogramm-hero-bild img{width:100%;height:420px;object-fit:cover;display:block}
.lernprogramm-kursstruktur-sektion{padding:90px 20px;background:#fff}
.lernprogramm-kursstruktur-container{max-width:1100px;margin:0 auto}
.lernprogramm-kursstruktur-titel{text-align:center;margin-bottom:70px}
.lernprogramm-kursstruktur-titel h2{font-size:2.4em;color:#212529;margin-bottom:16px;font-weight:700}
.lernprogramm-kursstruktur-titel p{font-size:1.1em;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.lernprogramm-phasen-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:50px}
.lernprogramm-phase-karte{background:linear-gradient(145deg,#f8f9fa 0%,#fff 100%);padding:35px 28px;border-radius:12px;border:2px solid #f5f6fa;transition:all .3s ease}
.lernprogramm-phase-karte:hover{transform:translateY(-6px);box-shadow:0 12px 35px #7e7c852e;border-color:#9C99A3}
.lernprogramm-phase-nummer{width:50px;height:50px;background:linear-gradient(135deg,#7E7C85 0%,#9C99A3 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4em;font-weight:700;margin-bottom:20px}
.lernprogramm-phase-karte h3{font-size:1.35em;color:#212529;margin-bottom:14px;font-weight:600}
.lernprogramm-phase-karte p{font-size:.98em;color:#495057;line-height:1.65;margin-bottom:0}
.lernprogramm-zeitplan-block{background:#fafbfc;padding:45px;border-radius:12px;border-left:5px solid #7E7C85}
.lernprogramm-zeitplan-block h3{font-size:1.5em;color:#212529;margin-bottom:22px;font-weight:600}
.lernprogramm-zeitplan-liste{display:grid;gap:16px}
.lernprogramm-zeitplan-element{display:flex;align-items:flex-start;gap:16px;padding:18px;background:#fff;border-radius:8px;border:1px solid #f5f6fa}
.lernprogramm-zeitplan-icon{width:40px;height:40px;background:linear-gradient(135deg,#B8B2BE 0%,#9C99A3 100%);color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:700;font-size:1.1em}
.lernprogramm-zeitplan-text strong{display:block;color:#212529;font-size:1.05em;margin-bottom:5px;font-weight:600}
.lernprogramm-zeitplan-text span{color:#495057;font-size:.95em;line-height:1.5}
.lernprogramm-praxis-sektion{padding:85px 20px;background:linear-gradient(to bottom,#fff 0%,#f8f9fa 100%);position:relative}
.lernprogramm-praxis-wrapper{max-width:1200px;margin:0 auto;display:flex;gap:55px;align-items:center}
.lernprogramm-praxis-bild{flex:0 0 480px;position:relative}
.lernprogramm-praxis-bild img{width:100%;height:450px;object-fit:cover;border-radius:16px;box-shadow:0 18px 50px #00000024}
.lernprogramm-praxis-inhalt{flex:1}
.lernprogramm-praxis-inhalt h2{font-size:2.3em;color:#212529;margin-bottom:28px;font-weight:700;line-height:1.3}
.lernprogramm-praxis-beschreibung{font-size:1.08em;color:#495057;line-height:1.75;margin-bottom:35px}
.lernprogramm-praxis-liste{display:grid;gap:22px}
.lernprogramm-praxis-punkt{display:flex;gap:18px;align-items:flex-start;padding:22px;background:#fff;border-radius:10px;box-shadow:0 4px 15px #7e7c8514;border:1px solid #f5f6fa;transition:all .3s ease}
.lernprogramm-praxis-punkt:hover{box-shadow:0 8px 25px #7e7c8526;transform:translateX(5px)}
.lernprogramm-praxis-marker{width:32px;height:32px;background:linear-gradient(135deg,#7E7C85 0%,#9C99A3 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:700;font-size:1em}
.lernprogramm-praxis-punkt-text{flex:1}
.lernprogramm-praxis-punkt-text strong{display:block;color:#212529;font-size:1.08em;margin-bottom:6px;font-weight:600}
.lernprogramm-praxis-punkt-text span{color:#495057;font-size:.96em;line-height:1.6}
.lernprogramm-erfolg-sektion{padding:90px 20px;background:#fff}
.lernprogramm-erfolg-container{max-width:1100px;margin:0 auto}
.lernprogramm-erfolg-header{text-align:center;margin-bottom:60px}
.lernprogramm-erfolg-header h2{font-size:2.4em;color:#212529;margin-bottom:18px;font-weight:700}
.lernprogramm-erfolg-header p{font-size:1.1em;color:#495057;max-width:750px;margin:0 auto;line-height:1.65}
.lernprogramm-erfolg-tabelle{background:#fafbfc;border-radius:14px;padding:45px;box-shadow:0 8px 30px #0000000f;margin-bottom:50px}
.lernprogramm-tabelle-wrapper{overflow-x:auto}
.lernprogramm-erfolg-tabelle table{width:100%;border-collapse:separate;border-spacing:0}
.lernprogramm-erfolg-tabelle thead{background:linear-gradient(135deg,#7E7C85 0%,#9C99A3 100%)}
.lernprogramm-erfolg-tabelle th{padding:18px 20px;text-align:left;color:#fff;font-weight:600;font-size:1.05em;border:none}
.lernprogramm-erfolg-tabelle th:first-child{border-top-left-radius:10px}
.lernprogramm-erfolg-tabelle th:last-child{border-top-right-radius:10px}
.lernprogramm-erfolg-tabelle td{padding:16px 20px;color:#343a40;font-size:.98em;border-bottom:1px solid #f5f6fa;background:#fff}
.lernprogramm-erfolg-tabelle tbody tr:hover td{background:#f8f9fa}
.lernprogramm-erfolg-tabelle tbody tr:last-child td:first-child{border-bottom-left-radius:10px}
.lernprogramm-erfolg-tabelle tbody tr:last-child td:last-child{border-bottom-right-radius:10px}
.lernprogramm-erfolg-tabelle .check-symbol{color:#7E7C85;font-weight:700;font-size:1.2em}
.lernprogramm-anmeldung-box{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:50px;border-radius:14px;border:2px solid #B8B2BE;text-align:center}
.lernprogramm-anmeldung-box h3{font-size:1.9em;color:#212529;margin-bottom:20px;font-weight:700}
.lernprogramm-anmeldung-box p{font-size:1.08em;color:#495057;margin-bottom:32px;line-height:1.65}
.lernprogramm-cta-button{display:inline-block;padding:16px 45px;background:linear-gradient(135deg,#7E7C85 0%,#9C99A3 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.08em;transition:all .3s ease;box-shadow:0 6px 20px #7e7c8540;position:relative;z-index:10}
.lernprogramm-cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px #7e7c8559;background:linear-gradient(135deg,#6d6b74 0%,#8b8892 100%)}
@media (max-width: 1024px) {
.lernprogramm-hero-inhalt{grid-template-columns:1fr;gap:40px}
.lernprogramm-phasen-grid{grid-template-columns:1fr;gap:30px}
.lernprogramm-praxis-wrapper{flex-direction:column-reverse;gap:40px}
.lernprogramm-praxis-bild{flex:1;width:100%}
}
@media (max-width: 768px) {
.lernprogramm-hero-bereich{padding:60px 20px 40px}
.lernprogramm-hero-text h1{font-size:2em}
.lernprogramm-hero-bild img{height:320px}
.lernprogramm-kursstruktur-sektion{padding:60px 20px}
.lernprogramm-kursstruktur-titel h2{font-size:1.9em}
.lernprogramm-zeitplan-block{padding:30px 20px}
.lernprogramm-praxis-sektion{padding:60px 20px}
.lernprogramm-praxis-inhalt h2{font-size:1.8em}
.lernprogramm-praxis-bild img{height:320px}
.lernprogramm-erfolg-sektion{padding:60px 20px}
.lernprogramm-erfolg-header h2{font-size:1.9em}
.lernprogramm-erfolg-tabelle{padding:25px 15px}
.lernprogramm-anmeldung-box{padding:35px 25px}
.lernprogramm-anmeldung-box h3{font-size:1.5em}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.cookie-policy-header-section{background:linear-gradient(165deg,#fff 0%,#f5f6fa 100%);padding:80px 20px 60px;text-align:center;border-bottom:3px solid #B8B2BE;position:relative}
.cookie-policy-header-section::before{content:'';position:absolute;top:0;left:0;right:0;height:8px;background:linear-gradient(90deg,#7E7C85 0%,#9C99A3 50%,#B8B2BE 100%)}
.cookie-policy-main-title{font-size:42px;font-weight:700;color:#212529;margin:0 0 16px;letter-spacing:-.5px}
.cookie-policy-subtitle{font-size:18px;color:#495057;margin:0;line-height:1.6;max-width:720px;margin-left:auto;margin-right:auto}
.cookie-policy-update-date{display:inline-block;margin-top:24px;padding:10px 24px;background:#7E7C85;color:#fff;border-radius:25px;font-size:14px;font-weight:600}
.cookie-policy-content-container{max-width:960px;margin:0 auto;padding:60px 20px}
.cookie-intro-block{background:#fff;padding:45px;border-radius:12px;margin-bottom:40px;box-shadow:0 4px 20px #7e7c8514;border-left:5px solid #9C99A3}
.cookie-intro-block p{font-size:17px;line-height:1.8;color:#343a40;margin:0 0 20px}
.cookie-intro-block p:last-child{margin-bottom:0}
.cookie-section-block{background:#fff;padding:40px;border-radius:10px;margin-bottom:35px;box-shadow:0 3px 15px #7e7c850f;transition:transform .3s ease,box-shadow .3s ease}
.cookie-section-block:hover{transform:translateY(-3px);box-shadow:0 6px 25px #7e7c851f}
.cookie-section-title{font-size:28px;font-weight:700;color:#212529;margin:0 0 24px;padding-bottom:16px;border-bottom:3px solid #B8B2BE;display:flex;align-items:center;gap:12px}
.cookie-section-title::before{content:'';width:8px;height:36px;background:linear-gradient(180deg,#7E7C85 0%,#9C99A3 100%);border-radius:4px}
.cookie-section-block p{font-size:16px;line-height:1.8;color:#495057;margin:0 0 18px}
.cookie-section-block p:last-child{margin-bottom:0}
.cookie-types-grid{display:grid;grid-template-columns:1fr;gap:25px;margin-top:30px}
.cookie-type-card{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:30px;border-radius:8px;border:2px solid #B8B2BE;transition:all .3s ease}
.cookie-type-card:hover{border-color:#7E7C85;box-shadow:0 5px 20px #7e7c8526}
.cookie-type-heading{font-size:22px;font-weight:700;color:#212529;margin:0 0 14px;display:flex;align-items:center;gap:10px}
.cookie-type-icon{width:32px;height:32px;background:#7E7C85;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cookie-type-icon::after{content:'●';color:#fff;font-size:16px}
.cookie-type-card p{font-size:15px;line-height:1.7;color:#495057;margin:0}
.cookie-list-container{margin-top:25px}
.cookie-list-container ul{list-style:none;padding:0;margin:0}
.cookie-list-container li{font-size:15px;line-height:1.7;color:#495057;margin-bottom:12px;padding-left:30px;position:relative}
.cookie-list-container li::before{content:'▸';position:absolute;left:8px;color:#9C99A3;font-size:18px;font-weight:700}
.cookie-control-section{background:linear-gradient(135deg,#7E7C85 0%,#9C99A3 100%);padding:45px;border-radius:12px;margin:50px 0;color:#fff}
.cookie-control-title{font-size:30px;font-weight:700;color:#fff;margin:0 0 20px}
.cookie-control-section p{font-size:16px;line-height:1.8;color:#fff;margin:0 0 16px}
.cookie-control-section strong{color:#fff;font-weight:700}
.browser-instructions-grid{display:grid;grid-template-columns:1fr;gap:20px;margin-top:30px}
.browser-card{background:#ffffff26;padding:25px;border-radius:8px;backdrop-filter:blur(10px);border:1px solid #ffffff40}
.browser-card h4{font-size:20px;font-weight:700;color:#fff;margin:0 0 12px}
.browser-card p{font-size:15px;line-height:1.7;color:#fff;margin:0}
.cookie-contact-block{background:#f8f9fa;padding:40px;border-radius:10px;text-align:center;margin-top:50px;border:2px solid #B8B2BE}
.cookie-contact-block h3{font-size:26px;font-weight:700;color:#212529;margin:0 0 20px}
.cookie-contact-block p{font-size:16px;line-height:1.8;color:#495057;margin:0 0 24px}
.cookie-contact-info{display:flex;flex-direction:column;gap:12px;align-items:center}
.cookie-contact-item{font-size:15px;color:#343a40;font-weight:600}
.cookie-contact-item a{color:#7E7C85;text-decoration:none;transition:color .3s ease}
.cookie-contact-item a:hover{color:#9C99A3}
@media (min-width: 768px) {
.cookie-policy-header-section{padding:100px 40px 80px}
.cookie-policy-main-title{font-size:52px}
.cookie-policy-subtitle{font-size:20px}
.cookie-policy-content-container{padding:80px 40px}
.cookie-types-grid{grid-template-columns:repeat(2,1fr);gap:30px}
.browser-instructions-grid{grid-template-columns:repeat(2,1fr);gap:25px}
.cookie-contact-info{flex-direction:row;justify-content:center;gap:30px}
}
@media (min-width: 1024px) {
.cookie-intro-block{padding:55px}
.cookie-section-block{padding:50px}
.cookie-control-section{padding:55px}
}
.datenschutz-hauptseite{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.datenschutz-container-wrapper{max-width:920px;margin:0 auto;padding:60px 30px 80px}
.datenschutz-kopfbereich{text-align:center;margin-bottom:50px;padding-bottom:35px;border-bottom:3px solid #B8B2BE}
.datenschutz-kopfbereich h1{font-size:2.8rem;color:#212529;margin-bottom:18px;font-weight:700;letter-spacing:-.5px}
.datenschutz-aktualisierung{color:#495057;font-size:1rem;font-style:italic}
.datenschutz-einleitung-block{background:#fff;padding:35px;border-radius:8px;margin-bottom:40px;box-shadow:0 2px 8px #7e7c851a;border-left:5px solid #7E7C85}
.datenschutz-einleitung-block p{color:#343a40;line-height:1.8;margin-bottom:16px;font-size:1.05rem}
.datenschutz-einleitung-block p:last-child{margin-bottom:0}
.datenschutz-abschnitt{background:#fff;padding:40px 35px;margin-bottom:28px;border-radius:8px;box-shadow:0 1px 6px #9c99a314;transition:box-shadow .3s ease}
.datenschutz-abschnitt:hover{box-shadow:0 4px 12px #7e7c8526}
.datenschutz-abschnitt h2{color:#212529;font-size:1.75rem;margin-bottom:20px;font-weight:600;padding-bottom:12px;border-bottom:2px solid #B8B2BE}
.datenschutz-abschnitt h3{color:#343a40;font-size:1.35rem;margin-top:28px;margin-bottom:15px;font-weight:600}
.datenschutz-abschnitt p{color:#495057;line-height:1.75;margin-bottom:15px;font-size:1rem}
.datenschutz-abschnitt ul{margin:18px 0 18px 20px;color:#495057}
.datenschutz-abschnitt li{margin-bottom:12px;line-height:1.7;padding-left:8px}
.datenschutz-abschnitt li strong{color:#343a40;font-weight:600}
.datenschutz-wichtig-box{background:linear-gradient(135deg,#f5f6fa 0%,#fafbfc 100%);padding:25px;border-radius:6px;border-left:4px solid #7E7C85;margin:25px 0}
.datenschutz-wichtig-box p{color:#343a40;font-size:.98rem;margin-bottom:10px;line-height:1.7}
.datenschutz-wichtig-box p:last-child{margin-bottom:0}
.datenschutz-kontakt-section{background:linear-gradient(135deg,#7E7C85 0%,#9C99A3 100%);padding:45px;border-radius:8px;margin-top:50px;text-align:center}
.datenschutz-kontakt-section h2{color:#fff;font-size:1.85rem;margin-bottom:22px;font-weight:600}
.datenschutz-kontakt-section p{color:#fff;line-height:1.8;margin-bottom:12px;font-size:1.05rem}
.datenschutz-kontakt-details{margin-top:28px;padding-top:25px;border-top:1px solid #ffffff4d}
.datenschutz-kontakt-details p{color:#fff;font-size:1rem;margin-bottom:8px}
.datenschutz-kontakt-details strong{font-weight:600;display:inline-block;min-width:90px}
.datenschutz-tabelle{width:100%;margin:25px 0;border-collapse:collapse;background:#fff}
.datenschutz-tabelle th{background:#7E7C85;color:#fff;padding:15px;text-align:left;font-weight:600;font-size:1rem}
.datenschutz-tabelle td{padding:15px;border-bottom:1px solid #f5f6fa;color:#495057;line-height:1.6}
.datenschutz-tabelle tr:hover{background:#fafbfc}
.datenschutz-zeitraum-liste{background:#f8f9fa;padding:20px 25px;border-radius:6px;margin:20px 0}
.datenschutz-zeitraum-liste li{padding:8px 0;border-bottom:1px solid #e9ecef}
.datenschutz-zeitraum-liste li:last-child{border-bottom:none}
@media (max-width: 768px) {
.datenschutz-container-wrapper{padding:40px 20px 60px}
.datenschutz-kopfbereich h1{font-size:2rem}
.datenschutz-einleitung-block{padding:25px 20px}
.datenschutz-abschnitt{padding:30px 20px}
.datenschutz-abschnitt h2{font-size:1.5rem}
.datenschutz-abschnitt h3{font-size:1.2rem}
.datenschutz-kontakt-section{padding:35px 25px}
.datenschutz-tabelle{font-size:.9rem}
.datenschutz-tabelle th,.datenschutz-tabelle td{padding:12px 10px}
}
.erfolg-hauptbereich{min-height:100vh;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:0;margin:0}
.erfolg-container-zentral{max-width:680px;margin:0 auto;padding:80px 24px 60px}
.erfolg-icon-bereich{text-align:center;margin-bottom:42px;animation:erfolg-einblenden .6s ease-out}
@keyframes erfolg-einblenden {
from{opacity:0;transform:translateY(-20px)}
to{opacity:1;transform:translateY(0)}
}
.erfolg-check-symbol{width:92px;height:92px;background:linear-gradient(135deg,#7E7C85 0%,#9C99A3 100%);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #7e7c8538;animation:erfolg-skalieren .5s cubic-bezier(0.68,-0.55,0.265,1.55) .2s both}
@keyframes erfolg-skalieren {
from{transform:scale(0)}
to{transform:scale(1)}
}
.erfolg-check-symbol::after{content:'';font-size:48px;color:#fff;font-weight:700;line-height:1}
.erfolg-titel-haupt{font-size:38px;font-weight:700;color:#212529;text-align:center;margin:0 0 18px;letter-spacing:-.5px;animation:erfolg-text-slide .7s ease-out .3s both}
@keyframes erfolg-text-slide {
from{opacity:0;transform:translateX(-30px)}
to{opacity:1;transform:translateX(0)}
}
.erfolg-untertitel{font-size:19px;color:#495057;text-align:center;margin:0 0 48px;line-height:1.6;animation:erfolg-text-slide .7s ease-out .4s both}
.erfolg-info-kasten{background:#fff;border-radius:12px;padding:36px 32px;margin-bottom:32px;box-shadow:0 2px 12px #0000000f;border-left:4px solid #7E7C85;animation:erfolg-text-slide .7s ease-out .5s both}
.erfolg-info-titel{font-size:21px;font-weight:600;color:#343a40;margin:0 0 16px;display:flex;align-items:center;gap:12px}
.erfolg-info-titel::before{content:'';font-size:24px}
.erfolg-info-text{font-size:16px;color:#495057;line-height:1.7;margin:0 0 14px}
.erfolg-info-text:last-child{margin-bottom:0}
.erfolg-zeitrahmen{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:8px;padding:20px 24px;margin-top:24px;border:1px solid #e9ecef}
.erfolg-zeitrahmen-titel{font-size:15px;font-weight:600;color:#7E7C85;text-transform:uppercase;letter-spacing:.5px;margin:0 0 10px}
.erfolg-zeitrahmen-detail{font-size:16px;color:#343a40;margin:0;line-height:1.6}
.erfolg-naechste-schritte{background:#fff;border-radius:12px;padding:36px 32px;margin-bottom:40px;box-shadow:0 2px 12px #0000000f;animation:erfolg-text-slide .7s ease-out .6s both}
.erfolg-schritte-titel{font-size:21px;font-weight:600;color:#343a40;margin:0 0 24px;display:flex;align-items:center;gap:12px}
.erfolg-schritte-titel::before{content:'→';font-size:28px;color:#7E7C85}
.erfolg-schritt-element{display:flex;gap:16px;margin-bottom:20px;align-items:flex-start}
.erfolg-schritt-element:last-child{margin-bottom:0}
.erfolg-schritt-nummer{width:32px;height:32px;background:linear-gradient(135deg,#B8B2BE 0%,#9C99A3 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:#fff;flex-shrink:0;margin-top:2px}
.erfolg-schritt-inhalt{flex:1}
.erfolg-schritt-text{font-size:16px;color:#495057;line-height:1.6;margin:0}
.erfolg-button-bereich{display:flex;flex-direction:column;gap:16px;margin-bottom:40px;animation:erfolg-text-slide .7s ease-out .7s both}
.erfolg-button-primaer{display:inline-block;background:linear-gradient(135deg,#7E7C85 0%,#9C99A3 100%);color:#fff;font-size:17px;font-weight:600;text-decoration:none;padding:16px 32px;border-radius:8px;text-align:center;transition:all .3s ease;box-shadow:0 4px 14px #7e7c8540}
.erfolg-button-primaer:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7e7c8559;background:linear-gradient(135deg,#6d6b73 0%,#8a8791 100%);color:#fff}
.erfolg-button-sekundaer{display:inline-block;background:#fff;color:#7E7C85;font-size:17px;font-weight:600;text-decoration:none;padding:16px 32px;border-radius:8px;text-align:center;transition:all .3s ease;border:2px solid #B8B2BE}
.erfolg-button-sekundaer:hover{background:#f8f9fa;border-color:#9C99A3;color:#7E7C85}
.erfolg-kontakt-info{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:12px;padding:32px 28px;text-align:center;animation:erfolg-text-slide .7s ease-out .8s both}
.erfolg-kontakt-titel{font-size:19px;font-weight:600;color:#343a40;margin:0 0 20px}
.erfolg-kontakt-details{display:flex;flex-direction:column;gap:14px;margin-bottom:0}
.erfolg-kontakt-zeile{font-size:15px;color:#495057;display:flex;align-items:center;justify-content:center;gap:10px}
.erfolg-kontakt-zeile span{color:#7E7C85;font-weight:600}
@media (max-width: 768px) {
.erfolg-container-zentral{padding:60px 20px 40px}
.erfolg-titel-haupt{font-size:32px}
.erfolg-untertitel{font-size:17px;margin-bottom:36px}
.erfolg-check-symbol{width:78px;height:78px}
.erfolg-check-symbol::after{font-size:40px}
.erfolg-info-kasten,.erfolg-naechste-schritte{padding:28px 24px}
.erfolg-button-bereich{gap:12px}
.erfolg-button-primaer,.erfolg-button-sekundaer{font-size:16px;padding:14px 28px}
.erfolg-kontakt-zeile{flex-direction:column;gap:6px}
}
@media (max-width: 480px) {
.erfolg-container-zentral{padding:50px 16px 32px}
.erfolg-titel-haupt{font-size:28px}
.erfolg-info-titel,.erfolg-schritte-titel,.erfolg-kontakt-titel{font-size:19px}
.erfolg-info-kasten,.erfolg-naechste-schritte,.erfolg-kontakt-info{padding:24px 20px}
}