:root{--primary-brand:#A785A2;--secondary-brand:#D4D0CD;--tertiary-brand:#E9ECE9;--text-dark:#2a2a2a;--text-medium:#4a4a4a;--text-light:#6a6a6a;--bg-white:#fff;--bg-light:#fafbfc;--bg-cream:#f8f9fa;--shadow-subtle:0 2px 8px #a785a214;--shadow-medium:0 4px 16px #a785a21f}
*{margin:0;padding:0;box-sizing:border-box}
body{color:var(--text-dark);background:var(--bg-white);overflow-x:hidden;font:16px/1.7 'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
.header_wrapper{background:linear-gradient(135deg,var(--bg-white) 0%,var(--tertiary-brand) 100%);border-bottom:1px solid #a785a226;position:relative}
.header_topRow_8k3{background:linear-gradient(90deg,#a785a214 0%,#d4d0cd1f 100%);padding:12px 0;border-bottom:1px solid #a785a21a}
.header_topRow_container{max-width:1280px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}
.brand_textLayer_97q{color:var(--text-medium);letter-spacing:1.8px;text-transform:uppercase;opacity:.75;font:600 13px 'Space Grotesk',sans-serif}
.contact_miniBar_2fx{display:flex;gap:24px;align-items:center;flex-wrap:wrap}
.contact_item_link{font-size:14px;color:var(--text-medium);text-decoration:none;transition:color .25s ease;display:flex;align-items:center;gap:6px}
.contact_item_link:hover{color:var(--primary-brand)}
.header_middleRow_5jx{padding:22px 0;position:relative}
.header_midRow_container{max-width:1280px;margin:0 auto;padding:0 24px;display:flex;justify-content:center;align-items:center;position:relative;z-index:10}
.logo_container_9pz{display:flex;align-items:center;justify-content:center;z-index:15;position:relative}
.logo_img_element{height:68px;width:68px;object-fit:contain;display:block}
.header_bottomRow_3rk{background:#e9ece966;backdrop-filter:blur(8px);padding:16px 0;border-top:1px solid #a785a21f;position:sticky;top:0;z-index:100;transition:box-shadow .3s ease}
.header_bottomRow_3rk.scrolled_state{box-shadow:var(--shadow-medium)}
.navigation_container_7mq{max-width:1280px;margin:0 auto;padding:0 24px;display:flex;justify-content:center}
.main_nav_ul_8ks{display:flex;list-style:none;gap:8px;flex-wrap:wrap;justify-content:center}
.nav_item_li{margin:0}
.nav_link_anchor{display:block;padding:10px 20px;color:var(--text-dark);text-decoration:none;border-radius:6px;transition:background-color .25s ease,color .25s ease;white-space:nowrap;min-height:44px;display:flex;align-items:center;font:500 15px 'Space Grotesk',sans-serif}
.nav_link_anchor:hover,.nav_link_anchor:focus{background-color:#a785a226;color:var(--primary-brand);outline:none}
.nav_link_anchor:focus-visible{outline:2px solid var(--primary-brand);outline-offset:2px}
.footer_wrapper{background:linear-gradient(165deg,var(--text-dark) 0%,#1a1a1a 100%);color:var(--tertiary-brand);padding:64px 0 32px;margin-top:80px;position:relative}
.footer_wrapper::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-brand) 0%,var(--secondary-brand) 50%,var(--primary-brand) 100%)}
.footer_mainContent_6tx{max-width:1280px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:48px;margin-bottom:48px}
.footer_section_block{display:flex;flex-direction:column;gap:18px}
.footer_logo_container{margin-bottom:16px}
.footer_logo_img{height:56px;width:56px;object-fit:contain}
.footer_heading_3kl{color:var(--bg-white);margin-bottom:8px;letter-spacing:.5px;font:600 17px 'Space Grotesk',sans-serif}
.footer_text_para{font-size:14px;line-height:1.8;color:var(--secondary-brand);margin-bottom:8px}
.footer_contact_item{font-size:14px;color:var(--secondary-brand);display:flex;align-items:flex-start;gap:10px;line-height:1.7}
.footer_link_list{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer_link_item{margin:0}
.footer_link_anchor{font-size:14px;color:var(--secondary-brand);text-decoration:none;transition:color .25s ease;display:inline-block;padding:4px 0}
.footer_link_anchor:hover,.footer_link_anchor:focus{color:var(--bg-white)}
.footer_link_anchor:focus-visible{outline:2px solid var(--primary-brand);outline-offset:2px;border-radius:2px}
.footer_bottom_8qx{max-width:1280px;margin:0 auto;padding:24px 24px 0;border-top:1px solid #d4d0cd33;text-align:center}
.footer_copyright_text{font-size:13px;color:var(--secondary-brand);opacity:.85}
.consent_overlay_4kz{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(180deg,var(--bg-white) 0%,var(--tertiary-brand) 100%);border-top:3px solid var(--primary-brand);box-shadow:0 -4px 24px #00000026;padding:28px 24px;z-index:9999;transform:translateY(100%);transition:transform .4s cubic-bezier(0.68,-0.55,0.265,1.55)}
.consent_overlay_4kz.active_view{transform:translateY(0)}
.consent_inner_container{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.consent_text_block{flex:1;min-width:280px}
.consent_heading_5px{color:var(--text-dark);margin-bottom:8px;font:600 18px 'Space Grotesk',sans-serif}
.consent_description_para{font-size:14px;color:var(--text-medium);line-height:1.7;margin-bottom:12px}
.consent_policy_link{color:var(--primary-brand);text-decoration:underline;font-weight:500;transition:opacity .2s ease}
.consent_policy_link:hover{opacity:.8}
.consent_actions_7wk{display:flex;gap:12px;flex-wrap:wrap}
.consent_btn_base{padding:12px 28px;border:none;border-radius:6px;cursor:pointer;transition:background-color .25s ease,transform .15s ease;min-width:120px;min-height:44px;font:600 15px 'Space Grotesk',sans-serif}
.consent_btn_base:hover{transform:translateY(-1px)}
.consent_btn_base:active{transform:translateY(0)}
.consent_btn_base:focus-visible{outline:2px solid var(--primary-brand);outline-offset:2px}
.consent_accept_btn{background:linear-gradient(135deg,var(--primary-brand) 0%,#8f6d8d 100%);color:var(--bg-white)}
.consent_accept_btn:hover{background:linear-gradient(135deg,#8f6d8d 0%,var(--primary-brand) 100%)}
.consent_reject_btn{background:var(--bg-cream);color:var(--text-dark);border:1px solid var(--secondary-brand)}
.consent_reject_btn:hover{background:var(--secondary-brand)}
@media (max-width: 768px) {
.header_topRow_container{flex-direction:column;text-align:center;gap:12px}
.contact_miniBar_2fx{justify-content:center;gap:16px}
.brand_textLayer_97q{font-size:12px;letter-spacing:1.2px}
.logo_img_element{height:56px;width:56px}
.main_nav_ul_8ks{gap:6px}
.nav_link_anchor{padding:10px 16px;font-size:14px}
.footer_mainContent_6tx{grid-template-columns:1fr;gap:36px}
.consent_inner_container{flex-direction:column;align-items:stretch}
.consent_text_block{min-width:100%}
.consent_actions_7wk{flex-direction:column}
.consent_btn_base{width:100%}
.consent_heading_5px{font-size:17px}
.consent_description_para{font-size:13px}
}
@media (max-width: 480px) {
.header_topRow_8k3{padding:10px 0}
.header_middleRow_5jx{padding:18px 0}
.header_bottomRow_3rk{padding:12px 0}
.contact_item_link{font-size:13px}
.footer_wrapper{padding:48px 0 24px;margin-top:60px}
}
.teampage-wrapper{background:#fafbfc;min-height:100vh}
.teampage-hero-zone{background:linear-gradient(135deg,#E9ECE9 0%,#D4D0CD 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.teampage-hero-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#a785a214;border-radius:50%}
.teampage-hero-content{max-width:800px;margin:0 auto;position:relative;z-index:2}
.teampage-hero-content h1{font-size:3.2rem;color:#212529;margin-bottom:24px;line-height:1.2;font-weight:700}
.teampage-hero-content p{font-size:1.25rem;color:#495057;line-height:1.7;margin-bottom:0}
.teampage-intro-block{padding:100px 20px;background:#fff}
.teampage-intro-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.teampage-intro-text h2{font-size:2.4rem;color:#212529;margin-bottom:28px;font-weight:600}
.teampage-intro-text p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.teampage-intro-text p:last-child{margin-bottom:0}
.teampage-intro-visual{position:relative}
.teampage-intro-visual img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 8px 30px #0000001f}
.teampage-values-section{padding:90px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#E9ECE9 100%)}
.teampage-values-wrapper{max-width:1000px;margin:0 auto}
.teampage-values-wrapper h2{font-size:2.6rem;color:#212529;text-align:center;margin-bottom:70px;font-weight:600}
.teampage-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.teampage-value-card{background:#fff;padding:40px 30px;border-radius:8px;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}
.teampage-value-card:hover{transform:translateY(-6px);box-shadow:0 8px 35px #a785a233}
.teampage-value-icon{width:56px;height:56px;background:linear-gradient(135deg,#A785A2 0%,#D4D0CD 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.teampage-value-icon i{font-size:24px;color:#fff}
.teampage-value-card h3{font-size:1.5rem;color:#212529;margin-bottom:16px;font-weight:600}
.teampage-value-card p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:0}
.teampage-expertise-block{padding:100px 20px;background:#fff;position:relative}
.teampage-expertise-layout{max-width:1200px;margin:0 auto}
.teampage-expertise-header{text-align:center;margin-bottom:60px}
.teampage-expertise-header h2{font-size:2.5rem;color:#212529;margin-bottom:20px;font-weight:600}
.teampage-expertise-header p{font-size:1.15rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.teampage-expertise-timeline{position:relative;padding-left:80px}
.teampage-expertise-timeline::before{content:'';position:absolute;left:28px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#A785A2 0%,#D4D0CD 100%)}
.teampage-timeline-item{position:relative;margin-bottom:50px;padding-left:30px}
.teampage-timeline-item:last-child{margin-bottom:0}
.teampage-timeline-marker{position:absolute;left:-65px;top:4px;width:18px;height:18px;background:#A785A2;border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 4px #a785a233}
.teampage-timeline-item h3{font-size:1.4rem;color:#212529;margin-bottom:12px;font-weight:600}
.teampage-timeline-item p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:0}
.teampage-approach-zone{padding:90px 20px;background:#f5f6fa}
.teampage-approach-container{max-width:1100px;margin:0 auto}
.teampage-approach-container h2{font-size:2.5rem;color:#212529;text-align:center;margin-bottom:24px;font-weight:600}
.teampage-approach-subtitle{font-size:1.15rem;color:#495057;text-align:center;max-width:650px;margin:0 auto 60px;line-height:1.7}
.teampage-approach-blocks{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}
.teampage-approach-item{background:#fff;padding:45px 40px;border-left:5px solid #A785A2;border-radius:6px;box-shadow:0 3px 15px #0000000f;transition:all .3s ease}
.teampage-approach-item:hover{box-shadow:0 6px 28px #a785a22e;transform:translateX(5px)}
.teampage-approach-item h3{font-size:1.45rem;color:#212529;margin-bottom:16px;font-weight:600}
.teampage-approach-item p{font-size:1.05rem;color:#495057;line-height:1.75;margin-bottom:0}
.teampage-cta-final{padding:80px 20px;background:linear-gradient(135deg,#A785A2 0%,#D4D0CD 100%);text-align:center}
.teampage-cta-content{max-width:750px;margin:0 auto}
.teampage-cta-content h2{font-size:2.3rem;color:#fff;margin-bottom:20px;font-weight:600}
.teampage-cta-content p{font-size:1.15rem;color:#fff;margin-bottom:35px;line-height:1.7;opacity:.95}
.teampage-cta-button{display:inline-block;padding:16px 42px;background:#fff;color:#A785A2;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:6px;transition:all .3s ease;box-shadow:0 4px 18px #00000026}
.teampage-cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 25px #00000040;background:#f8f9fa}
@media (max-width: 992px) {
.teampage-hero-content h1{font-size:2.6rem}
.teampage-intro-container{grid-template-columns:1fr;gap:50px}
.teampage-values-grid{grid-template-columns:1fr;gap:30px}
.teampage-approach-blocks{grid-template-columns:1fr}
.teampage-expertise-timeline{padding-left:60px}
.teampage-timeline-marker{left:-55px}
}
@media (max-width: 768px) {
.teampage-hero-zone{padding:80px 20px 60px}
.teampage-hero-content h1{font-size:2.2rem}
.teampage-hero-content p{font-size:1.1rem}
.teampage-intro-block{padding:70px 20px}
.teampage-intro-text h2{font-size:2rem}
.teampage-values-section{padding:70px 20px}
.teampage-values-wrapper h2{font-size:2.2rem;margin-bottom:50px}
.teampage-expertise-block{padding:70px 20px}
.teampage-expertise-header h2{font-size:2.1rem}
.teampage-expertise-timeline{padding-left:0}
.teampage-expertise-timeline::before{display:none}
.teampage-timeline-marker{display:none}
.teampage-timeline-item{padding-left:0;margin-bottom:40px}
.teampage-approach-zone{padding:70px 20px}
.teampage-approach-container h2{font-size:2.1rem}
.teampage-cta-final{padding:60px 20px}
.teampage-cta-content h2{font-size:2rem}
}
.bildung-unternehmen-page{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.bildung-hero-wrap{padding:90px 20px 70px;background:linear-gradient(165deg,#fff 0%,#E9ECE9 100%);position:relative;overflow:hidden}
.bildung-hero-wrap::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a785a214 0%,transparent 70%);border-radius:50%}
.bildung-hero-inner{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.bildung-hero-content{max-width:680px}
.bildung-hero-content h1{font-size:3.2rem;line-height:1.15;color:#212529;margin:0 0 25px;font-weight:700}
.bildung-hero-content .tagline-text{font-size:1.3rem;line-height:1.6;color:#495057;margin:0 0 35px}
.bildung-intro-box{background:#fff;padding:30px;border-radius:8px;border-left:4px solid #A785A2;box-shadow:0 2px 12px #0000000d;margin-top:40px}
.bildung-intro-box p{font-size:1.05rem;line-height:1.7;color:#343a40;margin:0}
.bildung-werte-section{padding:80px 20px;background:#fff}
.bildung-werte-container{max-width:1200px;margin:0 auto}
.bildung-section-header{text-align:center;margin-bottom:60px}
.bildung-section-header h2{font-size:2.5rem;color:#212529;margin:0 0 18px;font-weight:700}
.bildung-section-header .subtitle-line{font-size:1.15rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.bildung-werte-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:35px;margin-bottom:50px}
.werte-card-item{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:35px 30px;border-radius:10px;border:2px solid #E9ECE9;transition:all .3s ease;position:relative}
.werte-card-item::before{content:'';position:absolute;top:0;left:0;width:5px;height:0;background:#A785A2;transition:height .3s ease;border-radius:10px 0 0 10px}
.werte-card-item:hover::before{height:100%}
.werte-card-item:hover{transform:translateY(-4px);box-shadow:0 8px 20px #a785a226;border-color:#D4D0CD}
.werte-card-item h3{font-size:1.5rem;color:#212529;margin:0 0 15px;font-weight:600}
.werte-card-item p{font-size:1.02rem;line-height:1.65;color:#495057;margin:0}
.werte-beispiel-box{background:#fafbfc;padding:25px;border-radius:8px;border-left:3px solid #D4D0CD;margin-top:20px}
.werte-beispiel-box .beispiel-label{font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;color:#A785A2;font-weight:600;margin:0 0 10px}
.werte-beispiel-box p{font-size:.98rem;line-height:1.6;color:#343a40;margin:0;font-style:italic}
.bildung-metriken-section{padding:85px 20px;background:linear-gradient(180deg,#E9ECE9 0%,#f8f9fa 100%);position:relative}
.bildung-metriken-wrapper{max-width:1150px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.metriken-text-side h2{font-size:2.4rem;color:#212529;margin:0 0 25px;font-weight:700;line-height:1.2}
.metriken-text-side .intro-paragraph{font-size:1.08rem;line-height:1.7;color:#495057;margin:0 0 35px}
.metriken-visual-side{position:relative}
.metriken-image-container{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001f}
.metriken-image-container img{width:100%;height:400px;object-fit:cover;display:block}
.metriken-stats-overlay{position:absolute;bottom:20px;left:20px;right:20px;background:#fffffff2;backdrop-filter:blur(10px);padding:25px;border-radius:8px;box-shadow:0 4px 15px #0000001a}
.stat-item-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}
.stat-item-row:last-child{margin-bottom:0}
.stat-item-row .stat-label{font-size:.95rem;color:#495057;font-weight:500}
.stat-item-row .stat-value{font-size:1.5rem;color:#A785A2;font-weight:700}
.metriken-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin-top:40px}
.metrik-detail-card{background:#fff;padding:25px;border-radius:8px;border:1px solid #E9ECE9;transition:all .3s ease}
.metrik-detail-card:hover{border-color:#A785A2;box-shadow:0 4px 15px #a785a21a}
.metrik-detail-card .card-title{font-size:1.15rem;color:#212529;margin:0 0 12px;font-weight:600}
.metrik-detail-card .card-description{font-size:.98rem;line-height:1.6;color:#495057;margin:0}
.bildung-programm-section{padding:80px 20px;background:#fff}
.bildung-programm-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:400px 1fr;gap:60px;align-items:start}
.programm-sidebar-visual{position:sticky;top:30px}
.programm-image-stack{position:relative}
.programm-main-image{border-radius:12px;overflow:hidden;box-shadow:0 8px 25px #0000001a}
.programm-main-image img{width:100%;height:320px;object-fit:cover;display:block}
.programm-accent-image{position:absolute;bottom:-30px;right:-30px;width:200px;height:200px;border-radius:10px;overflow:hidden;border:5px solid #fff;box-shadow:0 6px 20px #00000026}
.programm-accent-image img{width:100%;height:100%;object-fit:cover;display:block}
.programm-content-main h2{font-size:2.5rem;color:#212529;margin:0 0 25px;font-weight:700}
.programm-intro-text{font-size:1.1rem;line-height:1.7;color:#495057;margin:0 0 40px}
.programm-details-table{width:100%;border-collapse:separate;border-spacing:0;margin-bottom:40px;border:1px solid #E9ECE9;border-radius:8px;overflow:hidden}
.programm-details-table thead{background:linear-gradient(135deg,#A785A2 0%,#8a6f8a 100%)}
.programm-details-table thead th{padding:18px 20px;text-align:left;font-size:1.05rem;color:#fff;font-weight:600}
.programm-details-table tbody tr{border-bottom:1px solid #E9ECE9;transition:background .2s ease}
.programm-details-table tbody tr:hover{background:#fafbfc}
.programm-details-table tbody tr:last-child{border-bottom:none}
.programm-details-table tbody td{padding:20px;font-size:1rem;color:#343a40;line-height:1.6}
.programm-details-table tbody td:first-child{font-weight:600;color:#212529;width:35%}
.programm-timeline-title{font-size:1.8rem;color:#212529;margin:0 0 30px;font-weight:600}
.programm-timeline-wrapper{position:relative;padding-left:50px}
.programm-timeline-wrapper::before{content:'';position:absolute;left:18px;top:10px;bottom:10px;width:3px;background:linear-gradient(180deg,#A785A2 0%,#D4D0CD 100%)}
.timeline-phase-item{position:relative;margin-bottom:35px;padding-bottom:15px}
.timeline-phase-item::before{content:'';position:absolute;left:-43px;top:5px;width:14px;height:14px;background:#A785A2;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 3px #a785a233}
.timeline-phase-item .phase-header{font-size:1.25rem;color:#212529;margin:0 0 10px;font-weight:600}
.timeline-phase-item .phase-description{font-size:1rem;line-height:1.65;color:#495057;margin:0}
.programm-cta-box{background:linear-gradient(135deg,#A785A2 0%,#8a6f8a 100%);padding:35px 40px;border-radius:10px;margin-top:50px;text-align:center;box-shadow:0 6px 20px #a785a240}
.programm-cta-box h3{font-size:1.6rem;color:#fff;margin:0 0 15px;font-weight:600}
.programm-cta-box p{font-size:1.05rem;color:#fffffff2;margin:0 0 25px;line-height:1.6}
.cta-button-primary{display:inline-block;padding:14px 40px;background:#fff;color:#A785A2;font-size:1.05rem;font-weight:600;border-radius:6px;text-decoration:none;transition:all .3s ease;border:2px solid #fff}
.cta-button-primary:hover{background:transparent;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #0003}
@media (max-width: 992px) {
.bildung-metriken-wrapper{grid-template-columns:1fr;gap:40px}
.bildung-programm-layout{grid-template-columns:1fr;gap:50px}
.programm-sidebar-visual{position:static}
.programm-accent-image{display:none}
}
@media (max-width: 768px) {
.bildung-hero-content h1{font-size:2.2rem}
.bildung-hero-content .tagline-text{font-size:1.15rem}
.bildung-werte-grid{grid-template-columns:1fr;gap:25px}
.bildung-section-header h2{font-size:2rem}
.metriken-detail-grid{grid-template-columns:1fr;gap:20px}
.metriken-image-container img{height:300px}
.programm-timeline-wrapper{padding-left:40px}
.timeline-phase-item::before{left:-36px}
.programm-details-table{font-size:.9rem}
.programm-details-table tbody td{padding:15px;display:block;width:100%}
.programm-details-table tbody td:first-child{width:100%;border-bottom:1px solid #E9ECE9;padding-bottom:8px;margin-bottom:8px}
.programm-details-table thead{display:none}
.programm-details-table tbody tr{display:block;margin-bottom:20px;border:1px solid #E9ECE9;border-radius:6px;padding:15px}
}
@media (max-width: 480px) {
.bildung-hero-wrap{padding:60px 15px 50px}
.bildung-intro-box{padding:20px}
.programm-cta-box{padding:25px 20px}
.metriken-stats-overlay{padding:18px}
.stat-item-row .stat-value{font-size:1.3rem}
}
.budgetseite-hero{background:linear-gradient(135deg,#fafbfc 0%,#E9ECE9 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.budgetseite-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a785a21a 0%,transparent 70%);border-radius:50%}
.budgetseite-hero-inhalt{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:48px;color:#212529;margin-bottom:24px;line-height:1.2;font-weight:700}
.budgetseite-hero-text p{font-size:18px;color:#495057;line-height:1.7;margin-bottom:32px}
.budgetseite-hero-bild img{width:100%;height:450px;object-fit:cover;border-radius:12px;box-shadow:0 20px 40px #0000001a}
.budgetseite-cta-btn{display:inline-block;background:#A785A2;color:#fff;padding:16px 36px;text-decoration:none;border-radius:8px;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #a785a24d}
.budgetseite-cta-btn:hover{background:#8f6e8d;transform:translateY(-2px);box-shadow:0 6px 20px #a785a266}
.budgetseite-philosophie{padding:70px 20px;background:#fff}
.budgetseite-philosophie-wrapper{max-width:900px;margin:0 auto}
.budgetseite-philosophie h2{font-size:36px;color:#212529;text-align:center;margin-bottom:50px;position:relative;padding-bottom:20px}
.budgetseite-philosophie h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#A785A2 0%,#D4D0CD 100%);border-radius:2px}
.budgetseite-prinzipien{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:50px}
.budgetseite-prinzip-item{text-align:center;padding:30px 20px;background:#fafbfc;border-radius:8px;transition:all .3s ease}
.budgetseite-prinzip-item:hover{transform:translateY(-8px);box-shadow:0 12px 24px #a785a226}
.budgetseite-prinzip-icon{font-size:42px;color:#A785A2;margin-bottom:20px}
.budgetseite-prinzip-item h3{font-size:20px;color:#212529;margin-bottom:12px;font-weight:600}
.budgetseite-prinzip-item p{font-size:15px;color:#495057;line-height:1.6}
.budgetseite-ansatz{padding:70px 20px;background:linear-gradient(180deg,#E9ECE9 0%,#fff 100%);position:relative}
.budgetseite-ansatz-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:center}
.budgetseite-ansatz-bild img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 15px 35px #0000001f;transform:rotate(-2deg)}
.budgetseite-ansatz-text h2{font-size:38px;color:#212529;margin-bottom:28px;line-height:1.3}
.budgetseite-ansatz-text p{font-size:16px;color:#495057;line-height:1.8;margin-bottom:20px}
.budgetseite-vorteile-liste{margin-top:30px;padding-left:0;list-style:none}
.budgetseite-vorteile-liste li{padding:12px 0 12px 35px;position:relative;font-size:16px;color:#343a40;line-height:1.6}
.budgetseite-vorteile-liste li::before{content:'';position:absolute;left:0;color:#A785A2;font-weight:700;font-size:20px}
.budgetseite-methodik{padding:70px 20px;background:#fff}
.budgetseite-methodik-wrapper{max-width:1100px;margin:0 auto}
.budgetseite-methodik h2{font-size:36px;color:#212529;text-align:center;margin-bottom:60px}
.budgetseite-schritte{display:grid;grid-template-columns:repeat(2,1fr);gap:50px 40px}
.budgetseite-schritt{display:flex;gap:25px;padding:25px;background:#fafbfc;border-radius:10px;border-left:5px solid #A785A2;transition:all .3s ease}
.budgetseite-schritt:hover{background:#f5f6fa;transform:translateX(5px)}
.budgetseite-schritt-nummer{width:50px;height:50px;background:linear-gradient(135deg,#A785A2 0%,#8f6e8d 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;flex-shrink:0}
.budgetseite-schritt-content h3{font-size:19px;color:#212529;margin-bottom:10px;font-weight:600}
.budgetseite-schritt-content p{font-size:15px;color:#495057;line-height:1.6}
.budgetseite-werkzeuge{padding:70px 20px;background:linear-gradient(135deg,#fafbfc 0%,#E9ECE9 50%,#D4D0CD 100%);position:relative;overflow:hidden}
.budgetseite-werkzeuge::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#a785a214 0%,transparent 70%);border-radius:50%}
.budgetseite-werkzeuge-container{max-width:1200px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1.3fr;gap:60px;align-items:center}
.budgetseite-werkzeuge-bild img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 20px 40px #00000026}
.budgetseite-werkzeuge-text h2{font-size:38px;color:#212529;margin-bottom:30px;line-height:1.3}
.budgetseite-werkzeuge-text p{font-size:16px;color:#343a40;line-height:1.8;margin-bottom:25px}
.budgetseite-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin-top:35px}
.budgetseite-feature-box{padding:20px;background:#ffffffb3;border-radius:8px;backdrop-filter:blur(10px)}
.budgetseite-feature-box h4{font-size:17px;color:#212529;margin-bottom:8px;font-weight:600}
.budgetseite-feature-box p{font-size:14px;color:#495057;line-height:1.5;margin:0}
.budgetseite-erfahrungen{padding:70px 20px;background:#fff}
.budgetseite-erfahrungen-wrapper{max-width:1000px;margin:0 auto}
.budgetseite-erfahrungen h2{font-size:36px;color:#212529;text-align:center;margin-bottom:55px}
.budgetseite-testimonials{display:flex;flex-direction:column;gap:35px}
.budgetseite-testimonial{padding:35px;background:linear-gradient(135deg,#fafbfc 0%,#f5f6fa 100%);border-radius:10px;border-left:4px solid #A785A2;position:relative}
.budgetseite-testimonial-quote{font-size:16px;color:#343a40;line-height:1.8;margin-bottom:20px;font-style:italic}
.budgetseite-testimonial-autor{display:flex;align-items:center;gap:15px}
.budgetseite-autor-initial{width:50px;height:50px;background:linear-gradient(135deg,#A785A2 0%,#D4D0CD 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700}
.budgetseite-autor-info h4{font-size:17px;color:#212529;margin-bottom:4px;font-weight:600}
.budgetseite-autor-info p{font-size:14px;color:#495057;margin:0}
.budgetseite-kontakt-final{padding:80px 20px;background:linear-gradient(135deg,#A785A2 0%,#8f6e8d 100%);text-align:center;position:relative;overflow:hidden}
.budgetseite-kontakt-final::before{content:'';position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:#ffffff1a;border-radius:50%}
.budgetseite-kontakt-final::after{content:'';position:absolute;bottom:-80px;left:-80px;width:250px;height:250px;background:#ffffff14;border-radius:50%}
.budgetseite-kontakt-content{max-width:700px;margin:0 auto;position:relative;z-index:2}
.budgetseite-kontakt-content h2{font-size:40px;color:#fff;margin-bottom:22px;font-weight:700}
.budgetseite-kontakt-content p{font-size:18px;color:#f5f6fa;line-height:1.7;margin-bottom:35px}
.budgetseite-kontakt-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.budgetseite-btn-weiss{display:inline-block;background:#fff;color:#A785A2;padding:16px 36px;text-decoration:none;border-radius:8px;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #00000026}
.budgetseite-btn-weiss:hover{background:#f5f6fa;transform:translateY(-3px);box-shadow:0 6px 20px #0003}
.budgetseite-btn-outline{display:inline-block;background:transparent;color:#fff;padding:16px 36px;text-decoration:none;border-radius:8px;font-size:16px;font-weight:600;border:2px solid #fff;transition:all .3s ease}
.budgetseite-btn-outline:hover{background:#fff;color:#A785A2;transform:translateY(-3px)}
@media (max-width: 968px) {
.budgetseite-hero-inhalt{grid-template-columns:1fr;gap:40px}
.budgetseite-hero-text h1{font-size:38px}
.budgetseite-prinzipien{grid-template-columns:1fr;gap:30px}
.budgetseite-ansatz-container{grid-template-columns:1fr;gap:40px}
.budgetseite-ansatz-bild img{transform:rotate(0deg)}
.budgetseite-schritte{grid-template-columns:1fr;gap:30px}
.budgetseite-werkzeuge-container{grid-template-columns:1fr;gap:40px}
.budgetseite-features-grid{grid-template-columns:1fr}
.budgetseite-kontakt-buttons{flex-direction:column;align-items:center}
.budgetseite-btn-weiss,.budgetseite-btn-outline{width:100%;max-width:300px}
}
@media (max-width: 640px) {
.budgetseite-hero{padding:50px 20px 40px}
.budgetseite-hero-text h1{font-size:32px}
.budgetseite-hero-text p{font-size:16px}
.budgetseite-philosophie h2,.budgetseite-methodik h2,.budgetseite-erfahrungen h2{font-size:28px}
.budgetseite-ansatz-text h2,.budgetseite-werkzeuge-text h2{font-size:30px}
.budgetseite-kontakt-content h2{font-size:32px}
.budgetseite-schritt{flex-direction:column;text-align:center}
.budgetseite-schritt-nummer{margin:0 auto}
}
.kontakt-haupt-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#E9ECE9 100%);min-height:100vh;padding:0;margin:0}
.kontakt-hero-bereich{background:linear-gradient(to bottom right,#A785A2,#D4D0CD);padding:90px 20px 70px;position:relative;overflow:hidden}
.kontakt-hero-bereich::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#e9ece926;border-radius:50%}
.kontakt-hero-inhalt{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.kontakt-hero-inhalt h1{color:#fff;font-size:2.8rem;font-weight:700;margin-bottom:18px;letter-spacing:-.5px}
.kontakt-hero-inhalt p{color:#E9ECE9;font-size:1.15rem;line-height:1.7;max-width:680px}
.kontakt-haupt-sektion{max-width:1200px;margin:0 auto;padding:80px 20px}
.kontakt-grid-layout{display:grid;grid-template-columns:1fr 1.4fr;gap:60px;align-items:start}
.kontakt-info-spalte{background:#fff;border-radius:12px;padding:45px 35px;box-shadow:0 4px 20px #a785a214;position:sticky;top:30px}
.kontakt-info-spalte h2{color:#212529;font-size:1.8rem;font-weight:600;margin-bottom:28px;border-bottom:3px solid #A785A2;padding-bottom:15px}
.kontakt-detail-gruppe{margin-bottom:32px}
.kontakt-detail-gruppe h3{color:#A785A2;font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.8px;margin-bottom:10px}
.kontakt-detail-gruppe p{color:#495057;font-size:1.05rem;line-height:1.8;margin:5px 0}
.kontakt-detail-gruppe a{color:#495057;text-decoration:none;transition:color .3s ease}
.kontakt-detail-gruppe a:hover{color:#A785A2}
.kontakt-bild-container{margin-top:35px;border-radius:10px;overflow:hidden;box-shadow:0 3px 15px #0000000f}
.kontakt-bild-container img{width:100%;height:240px;object-fit:cover;display:block}
.kontakt-formular-spalte{background:#fff;border-radius:12px;padding:50px 45px;box-shadow:0 4px 20px #a785a214}
.kontakt-formular-spalte h2{color:#212529;font-size:1.9rem;font-weight:600;margin-bottom:15px}
.kontakt-formular-untertitel{color:#6c757d;font-size:1.05rem;line-height:1.6;margin-bottom:35px}
.kontakt-formular-gruppe{margin-bottom:25px}
.kontakt-formular-gruppe label{display:block;color:#343a40;font-size:.95rem;font-weight:500;margin-bottom:8px}
.kontakt-formular-gruppe input,.kontakt-formular-gruppe textarea{width:100%;padding:14px 18px;border:2px solid #D4D0CD;border-radius:8px;font-size:1rem;color:#212529;background:#fafbfc;transition:all .3s ease;font-family:inherit}
.kontakt-formular-gruppe input:focus,.kontakt-formular-gruppe textarea:focus{outline:none;border-color:#A785A2;background:#fff;box-shadow:0 0 0 3px #a785a21a}
.kontakt-formular-gruppe textarea{min-height:160px;resize:vertical}
.kontakt-datenschutz-box{margin:30px 0;padding:18px;background:#f8f9fa;border-radius:8px;border-left:4px solid #A785A2}
.kontakt-datenschutz-box label{display:flex;align-items:start;gap:12px;color:#495057;font-size:.95rem;line-height:1.6;cursor:pointer}
.kontakt-datenschutz-box input[type="checkbox"]{margin-top:4px;width:18px;height:18px;cursor:pointer;flex-shrink:0}
.kontakt-datenschutz-box a{color:#A785A2;text-decoration:underline;font-weight:500}
.kontakt-datenschutz-box a:hover{color:#8a6d89}
.kontakt-senden-button{background:linear-gradient(135deg,#A785A2 0%,#8a6d89 100%);color:#fff;padding:16px 45px;border:none;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #a785a240}
.kontakt-senden-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a785a259}
.kontakt-senden-button:active{transform:translateY(0)}
@media (max-width: 968px) {
.kontakt-grid-layout{grid-template-columns:1fr;gap:40px}
.kontakt-info-spalte{position:relative;top:0}
.kontakt-hero-inhalt h1{font-size:2.2rem}
.kontakt-formular-spalte{padding:40px 30px}
}
@media (max-width: 640px) {
.kontakt-hero-bereich{padding:60px 15px 50px}
.kontakt-hero-inhalt h1{font-size:1.85rem}
.kontakt-haupt-sektion{padding:50px 15px}
.kontakt-info-spalte,.kontakt-formular-spalte{padding:30px 20px}
.kontakt-formular-gruppe input,.kontakt-formular-gruppe textarea{padding:12px 15px}
}
.ueber-uns-hero{background:linear-gradient(135deg,#E9ECE9 0%,#D4D0CD 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.ueber-uns-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a785a226 0%,transparent 70%);border-radius:50%}
.ueber-uns-hero-innenhalt{max-width:900px;margin:0 auto;position:relative;z-index:2}
.ueber-uns-hero-innenhalt h1{font-size:2.8rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.ueber-uns-hero-text{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:32px}
.ueber-uns-nav-links{display:flex;gap:16px;flex-wrap:wrap}
.ueber-uns-btn-primaer{background-color:#A785A2;color:#fff;padding:14px 28px;text-decoration:none;border-radius:6px;font-weight:600;transition:all .3s ease;display:inline-block;border:2px solid #A785A2}
.ueber-uns-btn-primaer:hover{background-color:#8f6d8e;border-color:#8f6d8e;transform:translateY(-2px);box-shadow:0 6px 20px #a785a24d}
.ueber-uns-btn-sekundaer{background-color:transparent;color:#A785A2;padding:14px 28px;text-decoration:none;border-radius:6px;font-weight:600;border:2px solid #A785A2;transition:all .3s ease;display:inline-block}
.ueber-uns-btn-sekundaer:hover{background-color:#A785A2;color:#fff;transform:translateY(-2px)}
.geschichte-bereich{padding:100px 20px;background-color:#fff}
.geschichte-raster{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.geschichte-bild-wrapper{position:relative}
.geschichte-bild-wrapper img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 12px 40px #0000001f}
.geschichte-bild-wrapper::after{content:'';position:absolute;top:20px;left:20px;width:100%;height:100%;border:3px solid #A785A2;border-radius:12px;z-index:-1}
.geschichte-inhalt h2{font-size:2.4rem;color:#212529;margin-bottom:28px;font-weight:700;line-height:1.3}
.geschichte-inhalt p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.geschichte-highlights{margin-top:36px;padding:28px;background:linear-gradient(120deg,#f8f9fa 0%,#E9ECE9 100%);border-radius:8px;border-left:4px solid #A785A2}
.geschichte-highlights h3{font-size:1.3rem;color:#343a40;margin-bottom:16px;font-weight:600}
.geschichte-highlights ul{list-style:none;padding:0;margin:0}
.geschichte-highlights li{padding:10px 0;color:#495057;font-size:1.05rem;position:relative;padding-left:28px}
.geschichte-highlights li::before{content:'→';position:absolute;left:0;color:#A785A2;font-weight:700}
.werte-bereich{padding:90px 20px;background:linear-gradient(180deg,#fafbfc 0%,#E9ECE9 100%)}
.werte-container{max-width:1400px;margin:0 auto}
.werte-ueberschrift{text-align:center;margin-bottom:70px}
.werte-ueberschrift h2{font-size:2.6rem;color:#212529;margin-bottom:20px;font-weight:700}
.werte-ueberschrift p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.werte-karten-raster{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}
.werte-karte{background:#fff;padding:42px 32px;border-radius:10px;box-shadow:0 4px 20px #00000014;transition:all .35s ease;position:relative;overflow:hidden}
.werte-karte::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#A785A2 0%,#D4D0CD 100%);transform:scaleX(0);transform-origin:left;transition:transform .35s ease}
.werte-karte:hover::before{transform:scaleX(1)}
.werte-karte:hover{transform:translateY(-8px);box-shadow:0 12px 32px #a785a22e}
.werte-karte h3{font-size:1.5rem;color:#343a40;margin-bottom:18px;font-weight:600}
.werte-karte p{font-size:1.02rem;color:#495057;line-height:1.7;margin:0}
.ansatz-sektion{padding:100px 20px;background-color:#fff;position:relative}
.ansatz-wrapper{max-width:1300px;margin:0 auto}
.ansatz-kopf{text-align:center;margin-bottom:60px}
.ansatz-kopf h2{font-size:2.5rem;color:#212529;margin-bottom:24px;font-weight:700}
.ansatz-visual-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center}
.ansatz-bilder-gruppe{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.ansatz-bild-item{position:relative;overflow:hidden;border-radius:10px}
.ansatz-bild-item img{width:100%;height:280px;object-fit:cover;transition:transform .4s ease}
.ansatz-bild-item:hover img{transform:scale(1.08)}
.ansatz-bild-item:first-child{grid-column:1 / -1}
.ansatz-bild-item:first-child img{height:350px}
.ansatz-text-spalte h3{font-size:1.8rem;color:#343a40;margin-bottom:24px;font-weight:600;line-height:1.4}
.ansatz-text-spalte p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.ansatz-merkmale{margin-top:32px;display:flex;flex-direction:column;gap:16px}
.ansatz-merkmal-punkt{display:flex;align-items:start;gap:14px;padding:16px;background-color:#f8f9fa;border-radius:8px;transition:background-color .3s ease}
.ansatz-merkmal-punkt:hover{background-color:#E9ECE9}
.ansatz-merkmal-punkt strong{color:#343a40;font-size:1.08rem;display:block;margin-bottom:4px}
.ansatz-merkmal-symbol{color:#A785A2;font-size:1.3rem;font-weight:700;flex-shrink:0;line-height:1;padding-top:2px}
.ansatz-cta-box{margin-top:40px;padding:32px;background:linear-gradient(135deg,#A785A2 0%,#8f6d8e 100%);border-radius:10px;text-align:center}
.ansatz-cta-box p{color:#fff;font-size:1.1rem;margin-bottom:20px;line-height:1.6}
.ansatz-cta-btn{background-color:#fff;color:#A785A2;padding:14px 32px;text-decoration:none;border-radius:6px;font-weight:600;transition:all .3s ease;display:inline-block}
.ansatz-cta-btn:hover{transform:scale(1.05);box-shadow:0 8px 24px #00000026}
@media (max-width: 992px) {
.geschichte-raster{grid-template-columns:1fr;gap:50px}
.geschichte-bild-wrapper::after{display:none}
.ansatz-visual-grid{grid-template-columns:1fr;gap:50px}
.ansatz-bilder-gruppe{order:2}
}
@media (max-width: 768px) {
.ueber-uns-hero-innenhalt h1{font-size:2.2rem}
.ueber-uns-nav-links{flex-direction:column}
.ueber-uns-btn-primaer,.ueber-uns-btn-sekundaer{text-align:center}
.geschichte-inhalt h2{font-size:2rem}
.werte-ueberschrift h2{font-size:2rem}
.werte-karten-raster{grid-template-columns:1fr}
.ansatz-kopf h2{font-size:2rem}
.ansatz-bilder-gruppe{grid-template-columns:1fr}
.ansatz-bild-item:first-child{grid-column:1}
}
.events-page-wrapper{background:#fff;min-height:100vh}
.events-hero-section{background:linear-gradient(135deg,#E9ECE9 0%,#D4D0CD 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.events-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#A785A2;opacity:.08;border-radius:50%}
.events-hero-content{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.events-hero-content h1{font-size:2.8rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.events-hero-content p{font-size:1.15rem;color:#495057;line-height:1.7;max-width:680px}
.events-timeline-section{padding:90px 20px;background:#fafbfc;position:relative}
.events-timeline-container{max-width:1000px;margin:0 auto}
.events-timeline-header{text-align:center;margin-bottom:70px}
.events-timeline-header h2{font-size:2.3rem;color:#212529;margin-bottom:18px;font-weight:700}
.events-timeline-header p{font-size:1.08rem;color:#495057;line-height:1.6;max-width:620px;margin:0 auto}
.timeline-events-wrapper{position:relative;padding-left:0}
.timeline-event-item{background:#fff;border-radius:12px;padding:35px 40px;margin-bottom:35px;box-shadow:0 3px 15px #a785a21f;border-left:5px solid #A785A2;transition:transform .3s ease,box-shadow .3s ease;position:relative}
.timeline-event-item:hover{transform:translateX(8px);box-shadow:0 6px 25px #a785a233}
.timeline-event-date{display:inline-block;background:#A785A2;color:#fff;padding:8px 20px;border-radius:20px;font-size:.92rem;font-weight:600;margin-bottom:18px}
.timeline-event-item h3{font-size:1.6rem;color:#212529;margin-bottom:14px;font-weight:700}
.timeline-event-item p{font-size:1.02rem;color:#495057;line-height:1.65;margin-bottom:8px}
.timeline-event-location{font-size:.96rem;color:#A785A2;font-weight:600;margin-top:12px}
.events-grid-section{padding:85px 20px;background:#fff}
.events-grid-container{max-width:1200px;margin:0 auto}
.events-grid-intro{margin-bottom:60px}
.events-grid-intro h2{font-size:2.2rem;color:#212529;margin-bottom:20px;font-weight:700}
.events-grid-intro p{font-size:1.06rem;color:#495057;line-height:1.7;max-width:750px}
.events-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:35px}
.event-card-item{background:#f8f9fa;border-radius:16px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:2px solid #E9ECE9}
.event-card-item:hover{transform:translateY(-6px);box-shadow:0 8px 30px #a785a226;border-color:#A785A2}
.event-card-image{width:100%;height:240px;object-fit:cover}
.event-card-content{padding:30px 28px}
.event-card-category{display:inline-block;background:#D4D0CD;color:#212529;padding:6px 16px;border-radius:15px;font-size:.88rem;font-weight:600;margin-bottom:15px}
.event-card-content h3{font-size:1.5rem;color:#212529;margin-bottom:12px;font-weight:700;line-height:1.3}
.event-card-content p{font-size:.98rem;color:#495057;line-height:1.6;margin-bottom:18px}
.event-card-meta{display:flex;justify-content:space-between;align-items:center;padding-top:18px;border-top:1px solid #D4D0CD}
.event-card-date{font-size:.94rem;color:#A785A2;font-weight:600}
.event-card-format{font-size:.9rem;color:#495057;background:#E9ECE9;padding:5px 12px;border-radius:10px}
.events-benefits-section{padding:90px 20px;background:linear-gradient(to bottom,#E9ECE9 0%,#fff 100%)}
.events-benefits-container{max-width:1150px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.events-benefits-text{padding-top:20px}
.events-benefits-text h2{font-size:2.4rem;color:#212529;margin-bottom:25px;font-weight:700;line-height:1.25}
.events-benefits-text p{font-size:1.04rem;color:#495057;line-height:1.7;margin-bottom:35px}
.benefits-list-wrapper{list-style:none;padding:0;margin:0}
.benefits-list-wrapper li{padding:18px 0 18px 45px;position:relative;font-size:1.02rem;color:#343a40;line-height:1.6;border-bottom:1px solid #D4D0CD}
.benefits-list-wrapper li:last-child{border-bottom:none}
.benefits-list-wrapper li::before{content:'';position:absolute;left:0;top:22px;width:28px;height:28px;background:#A785A2;border-radius:50%}
.benefits-list-wrapper li::after{content:'';position:absolute;left:8px;top:20px;color:#fff;font-weight:700;font-size:1.1rem}
.events-benefits-visual{position:relative}
.events-benefits-visual img{width:100%;height:auto;border-radius:16px;box-shadow:0 10px 40px #a785a233}
.events-cta-section{padding:80px 20px;background:linear-gradient(135deg,#A785A2 0%,#8a6d8c 100%);text-align:center;position:relative;overflow:hidden}
.events-cta-section::before{content:'';position:absolute;bottom:-40%;left:-15%;width:500px;height:500px;background:#D4D0CD;opacity:.1;border-radius:50%}
.events-cta-content{max-width:800px;margin:0 auto;position:relative;z-index:2}
.events-cta-content h2{font-size:2.5rem;color:#fff;margin-bottom:22px;font-weight:700;line-height:1.3}
.events-cta-content p{font-size:1.12rem;color:#E9ECE9;line-height:1.7;margin-bottom:38px}
.events-cta-button{display:inline-block;background:#fff;color:#A785A2;padding:16px 48px;border-radius:30px;font-size:1.08rem;font-weight:700;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 6px 20px #00000026}
.events-cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00000040;color:#A785A2}
@media (max-width: 768px) {
.events-hero-content h1{font-size:2rem}
.events-hero-content p{font-size:1.02rem}
.events-timeline-header h2{font-size:1.8rem}
.timeline-event-item{padding:25px 22px;margin-bottom:25px}
.timeline-event-item h3{font-size:1.35rem}
.events-grid-intro h2{font-size:1.75rem}
.events-cards-grid{grid-template-columns:1fr;gap:25px}
.events-benefits-container{grid-template-columns:1fr;gap:40px}
.events-benefits-text h2{font-size:1.9rem}
.benefits-list-wrapper li{padding-left:42px;font-size:.98rem}
.events-cta-content h2{font-size:1.85rem}
.events-cta-content p{font-size:1.02rem}
.events-cta-button{padding:14px 36px;font-size:1rem}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:60px 20px}
.cookie-policy-container{max-width:920px;margin:0 auto;background:#fff;padding:70px 55px;border-radius:12px;box-shadow:0 4px 20px #a785a214}
.cookie-policy-header{margin-bottom:50px;border-bottom:3px solid #E9ECE9;padding-bottom:35px}
.cookie-policy-title{font-size:42px;color:#212529;margin-bottom:18px;font-weight:700;letter-spacing:-.5px}
.cookie-last-updated{font-size:15px;color:#6c757d;font-style:italic}
.cookie-intro-text{font-size:17px;line-height:1.8;color:#343a40;margin-bottom:45px;padding:28px;background:#f8f9fa;border-left:4px solid #A785A2;border-radius:6px}
.cookie-section-block{margin-bottom:50px}
.cookie-section-heading{font-size:28px;color:#212529;margin-bottom:22px;font-weight:600;position:relative;padding-left:18px}
.cookie-section-heading::before{content:"";position:absolute;left:0;top:8px;width:5px;height:24px;background:linear-gradient(180deg,#A785A2 0%,#D4D0CD 100%);border-radius:3px}
.cookie-section-text{font-size:16px;line-height:1.75;color:#495057;margin-bottom:20px}
.cookie-types-grid{display:grid;grid-template-columns:1fr;gap:24px;margin-top:35px;margin-bottom:35px}
.cookie-type-card{background:#fff;border:2px solid #E9ECE9;border-radius:10px;padding:32px;transition:all .3s ease}
.cookie-type-card:hover{border-color:#A785A2;box-shadow:0 6px 18px #a785a21f;transform:translateY(-3px)}
.cookie-type-title{font-size:21px;color:#A785A2;margin-bottom:14px;font-weight:600;display:flex;align-items:center;gap:12px}
.cookie-type-icon{width:32px;height:32px;background:linear-gradient(135deg,#A785A2 0%,#D4D0CD 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cookie-type-description{font-size:15px;line-height:1.7;color:#495057;margin-bottom:16px}
.cookie-type-examples{font-size:14px;color:#6c757d;background:#f8f9fa;padding:16px;border-radius:6px;margin-top:14px}
.cookie-type-examples strong{color:#343a40;display:block;margin-bottom:8px}
.cookie-info-boxes{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin:40px 0}
.cookie-info-box{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);border:1px solid #D4D0CD;border-radius:8px;padding:28px}
.cookie-info-box-title{font-size:19px;color:#212529;margin-bottom:16px;font-weight:600}
.cookie-info-box-content{font-size:15px;line-height:1.7;color:#495057}
.cookie-browser-list{margin:30px 0;padding:0;list-style:none}
.cookie-browser-item{background:#fff;border-left:4px solid #A785A2;padding:20px 24px;margin-bottom:16px;border-radius:6px;box-shadow:0 2px 8px #0000000a}
.cookie-browser-name{font-size:17px;color:#212529;font-weight:600;margin-bottom:8px}
.cookie-browser-desc{font-size:14px;color:#6c757d;line-height:1.6}
.cookie-contact-section{background:linear-gradient(135deg,#A785A2 0%,#D4D0CD 100%);padding:40px;border-radius:10px;margin-top:55px;text-align:center}
.cookie-contact-heading{font-size:24px;color:#fff;margin-bottom:18px;font-weight:600}
.cookie-contact-text{font-size:16px;color:#fff;line-height:1.7;margin-bottom:12px}
.cookie-contact-details{font-size:15px;color:#fff;margin-top:20px}
.cookie-contact-details a{color:#fff;text-decoration:underline;font-weight:600}
.cookie-data-table{width:100%;border-collapse:collapse;margin:30px 0;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #0000000f}
.cookie-data-table thead{background:linear-gradient(135deg,#A785A2 0%,#D4D0CD 100%)}
.cookie-data-table th{padding:18px 20px;text-align:left;font-size:15px;color:#fff;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.cookie-data-table td{padding:16px 20px;border-bottom:1px solid #E9ECE9;font-size:15px;color:#495057;line-height:1.6}
.cookie-data-table tbody tr:last-child td{border-bottom:none}
.cookie-data-table tbody tr:hover{background:#f8f9fa}
.cookie-highlight-box{background:#fff8f0;border:2px solid #A785A2;border-radius:8px;padding:28px;margin:35px 0}
.cookie-highlight-title{font-size:20px;color:#A785A2;margin-bottom:16px;font-weight:600}
.cookie-highlight-text{font-size:15px;line-height:1.75;color:#343a40}
@media (max-width: 768px) {
.cookie-policy-wrapper{padding:40px 15px}
.cookie-policy-container{padding:40px 25px}
.cookie-policy-title{font-size:32px}
.cookie-section-heading{font-size:24px}
.cookie-info-boxes{grid-template-columns:1fr;gap:20px}
.cookie-type-title{font-size:19px}
.cookie-contact-section{padding:30px 20px}
.cookie-data-table{font-size:14px}
.cookie-data-table th,.cookie-data-table td{padding:12px 14px}
}
@media (max-width: 480px) {
.cookie-policy-title{font-size:28px}
.cookie-section-heading{font-size:22px}
.cookie-type-card{padding:24px}
.cookie-intro-text{padding:20px;font-size:16px}
}
.datenschutz-wrapper{background:#fff;min-height:100vh;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
.datenschutz-header-zone{background:linear-gradient(135deg,#fafbfc 0%,#E9ECE9 100%);padding:4rem 1.5rem 3rem;border-bottom:3px solid #A785A2;position:relative;overflow:hidden}
.datenschutz-header-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:40%;height:200%;background:#a785a20d;transform:rotate(15deg);z-index:0}
.datenschutz-header-container{max-width:900px;margin:0 auto;position:relative;z-index:1}
.datenschutz-main-title{font-size:2.5rem;font-weight:700;color:#212529;margin:0 0 1rem;line-height:1.2}
.datenschutz-update-info{color:#495057;font-size:.95rem;margin:0;padding:.75rem 1.25rem;background:#fffc;border-left:4px solid #A785A2;display:inline-block}
.datenschutz-content-area{max-width:900px;margin:0 auto;padding:3rem 1.5rem}
.datenschutz-intro-block{background:#f8f9fa;padding:2rem;border-radius:8px;margin-bottom:3rem;border:1px solid #D4D0CD}
.datenschutz-intro-block p{color:#343a40;line-height:1.7;margin:0 0 1rem;font-size:1.05rem}
.datenschutz-intro-block p:last-child{margin-bottom:0}
.datenschutz-section-block{margin-bottom:3.5rem}
.datenschutz-section-heading{font-size:1.75rem;font-weight:700;color:#212529;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid #A785A2;position:relative}
.datenschutz-section-heading::after{content:'';position:absolute;bottom:-2px;left:0;width:80px;height:2px;background:#E9ECE9}
.datenschutz-subsection-title{font-size:1.35rem;font-weight:600;color:#343a40;margin:2rem 0 1rem}
.datenschutz-text-content p{color:#495057;line-height:1.8;margin:0 0 1.25rem;font-size:1rem}
.datenschutz-text-content strong{color:#212529;font-weight:600}
.datenschutz-list-standard{list-style:none;padding:0;margin:1.5rem 0}
.datenschutz-list-standard li{padding:.75rem 0 .75rem 2rem;color:#495057;line-height:1.7;position:relative;border-bottom:1px solid #E9ECE9}
.datenschutz-list-standard li:last-child{border-bottom:none}
.datenschutz-list-standard li::before{content:'→';position:absolute;left:0;color:#A785A2;font-weight:700;font-size:1.2rem}
.datenschutz-emphasis-box{background:linear-gradient(135deg,#fafbfc 0%,#E9ECE9 50%);padding:1.75rem;border-radius:6px;margin:2rem 0;border-left:5px solid #A785A2}
.datenschutz-emphasis-box p{color:#343a40;margin:0 0 .75rem;font-size:1rem;line-height:1.7}
.datenschutz-emphasis-box p:last-child{margin-bottom:0}
.datenschutz-rights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}
.datenschutz-right-card{background:#fff;border:2px solid #D4D0CD;border-radius:8px;padding:1.5rem;transition:all .3s ease}
.datenschutz-right-card:hover{border-color:#A785A2;box-shadow:0 4px 12px #a785a226;transform:translateY(-2px)}
.datenschutz-right-card h4{color:#A785A2;font-size:1.15rem;font-weight:700;margin:0 0 .75rem}
.datenschutz-right-card p{color:#495057;line-height:1.6;margin:0;font-size:.95rem}
.datenschutz-data-table{width:100%;border-collapse:collapse;margin:2rem 0;background:#fff;border:1px solid #D4D0CD;border-radius:8px;overflow:hidden}
.datenschutz-data-table th{background:#A785A2;color:#fff;padding:1rem;text-align:left;font-weight:600;font-size:1rem}
.datenschutz-data-table td{padding:1rem;color:#495057;border-bottom:1px solid #E9ECE9;line-height:1.6}
.datenschutz-data-table tr:last-child td{border-bottom:none}
.datenschutz-data-table tr:nth-child(even){background:#f8f9fa}
.datenschutz-contact-section{background:linear-gradient(135deg,#E9ECE9 0%,#D4D0CD 100%);padding:2.5rem;border-radius:8px;margin-top:3rem;border:2px solid #A785A2}
.datenschutz-contact-section h3{color:#212529;font-size:1.5rem;font-weight:700;margin:0 0 1.5rem}
.datenschutz-contact-details{display:flex;flex-direction:column;gap:1rem}
.datenschutz-contact-item{display:flex;align-items:flex-start;gap:1rem;background:#ffffffb3;padding:1rem;border-radius:6px}
.datenschutz-contact-icon{color:#A785A2;font-size:1.25rem;min-width:24px;margin-top:.2rem}
.datenschutz-contact-text{color:#343a40;line-height:1.6;margin:0;font-size:1rem}
.datenschutz-contact-text strong{display:block;color:#212529;margin-bottom:.25rem}
.datenschutz-numbered-steps{counter-reset:step-counter;list-style:none;padding:0;margin:2rem 0}
.datenschutz-numbered-steps li{counter-increment:step-counter;position:relative;padding:1.5rem 1.5rem 1.5rem 5rem;margin-bottom:1.5rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #A785A2;color:#495057;line-height:1.7}
.datenschutz-numbered-steps li::before{content:counter(step-counter);position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);width:40px;height:40px;background:#A785A2;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;flex-shrink:0}
.datenschutz-security-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem;margin:2rem 0}
.datenschutz-security-item{background:#fff;padding:1.5rem;border:1px solid #D4D0CD;border-radius:6px;text-align:center;transition:all .3s ease}
.datenschutz-security-item:hover{border-color:#A785A2;box-shadow:0 3px 10px #a785a21f}
.datenschutz-security-icon{font-size:2.5rem;color:#A785A2;margin-bottom:1rem}
.datenschutz-security-item h5{color:#212529;font-size:1.1rem;font-weight:600;margin:0 0 .75rem}
.datenschutz-security-item p{color:#495057;line-height:1.6;margin:0;font-size:.95rem}
@media (max-width: 768px) {
.datenschutz-header-zone{padding:3rem 1rem 2rem}
.datenschutz-main-title{font-size:2rem}
.datenschutz-content-area{padding:2rem 1rem}
.datenschutz-section-heading{font-size:1.5rem}
.datenschutz-rights-grid{grid-template-columns:1fr}
.datenschutz-data-table{font-size:.9rem}
.datenschutz-data-table th,.datenschutz-data-table td{padding:.75rem .5rem}
.datenschutz-numbered-steps li{padding:1.25rem 1rem 1.25rem 4.5rem}
.datenschutz-numbered-steps li::before{width:35px;height:35px;left:1rem;font-size:1.1rem}
.datenschutz-security-features{grid-template-columns:1fr}
.datenschutz-contact-section{padding:1.75rem}
}
@media (max-width: 480px) {
.datenschutz-main-title{font-size:1.75rem}
.datenschutz-intro-block{padding:1.5rem}
.datenschutz-emphasis-box{padding:1.25rem}
}
.erfolg-hauptbereich{min-height:100vh;background:linear-gradient(135deg,#fafbfc 0%,#E9ECE9 50%,#f8f9fa 100%);padding:0;position:relative;overflow:hidden}
.erfolg-hauptbereich::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#a785a226 0%,transparent 70%);border-radius:50%;z-index:1}
.erfolg-hauptbereich::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#d4d0cd33 0%,transparent 70%);border-radius:50%;z-index:1}
.erfolg-container-innen{max-width:720px;margin:0 auto;padding:80px 20px;position:relative;z-index:2}
.erfolg-symbol-wrapper{text-align:center;margin-bottom:45px;animation:erfolgErscheinen .8s ease-out}
@keyframes erfolgErscheinen {
0%{opacity:0;transform:scale(0.5) rotate(-180deg)}
60%{transform:scale(1.1) rotate(10deg)}
100%{opacity:1;transform:scale(1) rotate(0deg)}
}
.erfolg-haken-kreis{width:110px;height:110px;background:linear-gradient(135deg,#A785A2 0%,#8a6d88 100%);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;position:relative;box-shadow:0 15px 40px #a785a24d}
.erfolg-haken-kreis::before{content:'';position:absolute;width:130px;height:130px;border:3px solid #a785a233;border-radius:50%;animation:pulsieren 2s infinite}
@keyframes pulsieren {
0%,100%{transform:scale(1);opacity:.5}
50%{transform:scale(1.15);opacity:.2}
}
.erfolg-haken-symbol{width:50px;height:50px;border-left:5px solid #fff;border-bottom:5px solid #fff;transform:rotate(-45deg) translateY(-8px);animation:hakenZeichnen .5s ease-out .3s backwards}
@keyframes hakenZeichnen {
0%{width:0;height:0}
50%{width:25px;height:0}
100%{width:50px;height:50px}
}
.erfolg-haupttitel{font-size:2.8rem;font-weight:700;color:#212529;text-align:center;margin-bottom:20px;line-height:1.2;animation:textEinblenden .6s ease-out .4s backwards}
@keyframes textEinblenden {
0%{opacity:0;transform:translateY(20px)}
100%{opacity:1;transform:translateY(0)}
}
.erfolg-untertitel{font-size:1.25rem;color:#495057;text-align:center;margin-bottom:50px;line-height:1.6;animation:textEinblenden .6s ease-out .6s backwards}
.erfolg-info-karte{background:#fff;border-radius:16px;padding:40px;margin-bottom:35px;box-shadow:0 8px 25px #0000000f;border:2px solid #E9ECE9;animation:textEinblenden .6s ease-out .8s backwards}
.erfolg-info-uberschrift{font-size:1.4rem;font-weight:600;color:#343a40;margin-bottom:18px;display:flex;align-items:center;gap:12px}
.erfolg-info-uberschrift::before{content:'';width:6px;height:28px;background:linear-gradient(180deg,#A785A2 0%,#8a6d88 100%);border-radius:3px}
.erfolg-info-text{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:14px}
.erfolg-zeit-hinweis{background:linear-gradient(135deg,#a785a214 0%,#e9ece91f 100%);border-left:4px solid #A785A2;padding:20px 24px;border-radius:8px;margin-top:25px}
.erfolg-zeit-hinweis p{font-size:.98rem;color:#343a40;margin:0;line-height:1.6}
.erfolg-naechste-schritte{background:#fff;border-radius:16px;padding:40px;margin-bottom:40px;box-shadow:0 8px 25px #0000000f;border:2px solid #E9ECE9;animation:textEinblenden .6s ease-out 1s backwards}
.erfolg-schritte-titel{font-size:1.4rem;font-weight:600;color:#343a40;margin-bottom:28px;text-align:center}
.erfolg-schritt-liste{list-style:none;padding:0;margin:0}
.erfolg-schritt-eintrag{display:flex;align-items:flex-start;gap:18px;margin-bottom:24px;padding-left:0}
.erfolg-schritt-eintrag:last-child{margin-bottom:0}
.erfolg-schritt-nummer{min-width:42px;height:42px;background:linear-gradient(135deg,#A785A2 0%,#8a6d88 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0;box-shadow:0 4px 12px #a785a240}
.erfolg-schritt-inhalt p{font-size:1.02rem;color:#495057;line-height:1.6;margin:0}
.erfolg-button-gruppe{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;margin-top:45px;animation:textEinblenden .6s ease-out 1.2s backwards}
.erfolg-button-primaer{background:linear-gradient(135deg,#A785A2 0%,#8a6d88 100%);color:#fff;padding:16px 38px;border-radius:10px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 6px 20px #a785a24d;position:relative;z-index:10}
.erfolg-button-primaer:hover{transform:translateY(-3px);box-shadow:0 10px 30px #a785a266}
.erfolg-button-sekundaer{background:#fff;color:#A785A2;padding:16px 38px;border-radius:10px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;border:2px solid #A785A2;cursor:pointer;position:relative;z-index:10}
.erfolg-button-sekundaer:hover{background:#A785A2;color:#fff;transform:translateY(-3px);box-shadow:0 6px 20px #a785a24d}
.erfolg-kontakt-bereich{background:linear-gradient(135deg,#d4d0cd26 0%,#e9ece926 100%);border-radius:16px;padding:35px;text-align:center;animation:textEinblenden .6s ease-out 1.4s backwards}
.erfolg-kontakt-titel{font-size:1.25rem;font-weight:600;color:#343a40;margin-bottom:22px}
.erfolg-kontakt-details{display:flex;flex-direction:column;gap:14px;align-items:center}
.erfolg-kontakt-zeile{font-size:1.02rem;color:#495057;display:flex;align-items:center;gap:10px;justify-content:center}
.erfolg-kontakt-zeile strong{color:#343a40;font-weight:600}
.erfolg-kontakt-zeile a{color:#A785A2;text-decoration:none;transition:color .2s ease}
.erfolg-kontakt-zeile a:hover{color:#8a6d88}
.erfolg-zusatz-info{background:#fff;border-radius:12px;padding:28px;margin-top:35px;border:1px solid #E9ECE9;animation:textEinblenden .6s ease-out 1.6s backwards}
.erfolg-zusatz-text{font-size:.96rem;color:#495057;line-height:1.7;margin:0;text-align:center}
@media (max-width: 768px) {
.erfolg-container-innen{padding:60px 20px}
.erfolg-haupttitel{font-size:2.2rem}
.erfolg-untertitel{font-size:1.1rem}
.erfolg-info-karte,.erfolg-naechste-schritte{padding:28px 22px}
.erfolg-button-gruppe{flex-direction:column;gap:14px}
.erfolg-button-primaer,.erfolg-button-sekundaer{width:100%;text-align:center}
.erfolg-haken-kreis{width:90px;height:90px}
.erfolg-haken-symbol{width:40px;height:40px}
.erfolg-kontakt-bereich{padding:25px 18px}
}
@media (max-width: 480px) {
.erfolg-haupttitel{font-size:1.9rem}
.erfolg-info-karte,.erfolg-naechste-schritte{padding:22px 18px}
.erfolg-schritt-nummer{min-width:36px;height:36px;font-size:.95rem}
}