:root{--color-primary:#969BBB;--color-secondary:#CDD0E4;--color-tertiary:#D4D4E8;--color-overlay:#969bbbcc;--color-dark:#1a1d2e;--color-text:#2c2f3e;--color-text-soft:#4a4d5e;--color-bg-light:#fafbfc;--color-bg-white:#fff;--color-border:#e5e7eb;--spacing-xs:.5rem;--spacing-sm:1rem;--spacing-md:1.5rem;--spacing-lg:2.5rem;--spacing-xl:4rem;--font-display:'Cormorant Garamond',serif;--font-body:Inter,sans-serif;--shadow-soft:0 2px 12px #969bbb14;--shadow-medium:0 4px 24px #969bbb1f;--shadow-strong:0 8px 40px #969bbb29;--transition-smooth:all .25s cubic-bezier(0.4,0,0.2,1)}
*{margin:0;padding:0;box-sizing:border-box}
body{color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:1rem/1.7 var(--font-body);background:var(--color-bg-light)}
.header_luxury_wrap{background:linear-gradient(135deg,var(--color-bg-white) 0%,#f8f9fc 100%);border-bottom:1px solid var(--color-border);position:relative}
.header_row_one{background:linear-gradient(to right,var(--color-primary),var(--color-secondary));padding:15px 0;position:relative;overflow:hidden}
.header_row_one::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,#ffffff1a 50%,transparent 100%);pointer-events:none}
.row_one_container{max-width:1400px;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1}
.brand_identity_section{display:flex;align-items:center;gap:1rem}
.company_title_elegant{color:var(--color-bg-white);letter-spacing:.5px;text-shadow:0 1px 2px #0000000d;font:300 clamp(1.25rem,2.5vw,1.75rem) var(--font-display)}
.location_badge_refined{display:flex;align-items:center;gap:.5rem;background:#ffffff26;padding:.5rem 1rem;border-radius:50px;backdrop-filter:blur(10px)}
.location_icon_minimal{width:14px;height:14px;fill:var(--color-bg-white)}
.location_text_light{font-size:.875rem;color:var(--color-bg-white);font-weight:400}
.header_row_two{padding:35px 0;background:var(--color-bg-white);position:relative}
.row_two_layout{max-width:1400px;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);display:flex;align-items:center;justify-content:space-between;gap:2rem}
.logo_container_premium{flex-shrink:0;z-index:10}
.logo_image_refined{height:65px;width:65px;display:block;transition:var(--transition-smooth)}
.logo_image_refined:hover{opacity:.85}
.cta_group_sophisticated{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}
.cta_button_primary{padding:.875rem 2rem;background:var(--color-primary);color:var(--color-bg-white);text-decoration:none;font-size:.9375rem;font-weight:500;border-radius:6px;transition:var(--transition-smooth);box-shadow:var(--shadow-soft);min-height:44px;display:inline-flex;align-items:center;justify-content:center}
.cta_button_primary:hover{background:#7d8299;box-shadow:var(--shadow-medium)}
.cta_button_primary:focus{outline:2px solid var(--color-primary);outline-offset:2px}
.cta_button_secondary{padding:.875rem 2rem;background:none;color:var(--color-primary);text-decoration:none;font-size:.9375rem;font-weight:500;border:2px solid var(--color-secondary);border-radius:6px;transition:var(--transition-smooth);min-height:44px;display:inline-flex;align-items:center;justify-content:center}
.cta_button_secondary:hover{background:var(--color-tertiary);border-color:var(--color-primary)}
.cta_button_secondary:focus{outline:2px solid var(--color-primary);outline-offset:2px}
.cta_button_tertiary{padding:.875rem 2rem;background:var(--color-tertiary);color:var(--color-text);text-decoration:none;font-size:.9375rem;font-weight:500;border-radius:6px;transition:var(--transition-smooth);min-height:44px;display:inline-flex;align-items:center;justify-content:center}
.cta_button_tertiary:hover{background:var(--color-secondary)}
.cta_button_tertiary:focus{outline:2px solid var(--color-primary);outline-offset:2px}
.header_row_three{padding:20px 0;background:var(--color-bg-light);border-top:1px solid var(--color-border)}
.row_three_navigation_wrap{max-width:1400px;margin:0 auto;padding:0 clamp(1rem,4vw,3rem)}
.main_navigation_elegant{display:flex;justify-content:center;align-items:center;gap:3rem;list-style:none}
.nav_item_refined{position:relative}
.nav_link_sophisticated{color:var(--color-text);text-decoration:none;padding:.5rem 0;display:inline-block;transition:var(--transition-smooth);position:relative;min-height:44px;display:inline-flex;align-items:center;font:500 1rem var(--font-body)}
.nav_link_sophisticated::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--color-primary);transition:width .25s ease}
.nav_link_sophisticated:hover{color:var(--color-primary)}
.nav_link_sophisticated:hover::after{width:100%}
.nav_link_sophisticated:focus{outline:2px solid var(--color-primary);outline-offset:4px;border-radius:2px}
main{min-height:60vh}
.footer_premium_design{background:linear-gradient(165deg,#2a2d3e 0%,#1a1d2e 100%);color:var(--color-bg-light);padding:var(--spacing-xl) 0 var(--spacing-md);position:relative;overflow:hidden}
.footer_premium_design::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(to right,var(--color-primary),var(--color-secondary),var(--color-tertiary))}
.footer_main_container{max-width:1400px;margin:0 auto;padding:0 clamp(1rem,4vw,3rem)}
.footer_grid_sophisticated{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--spacing-xl);margin-bottom:var(--spacing-xl)}
.footer_column_elegant{display:flex;flex-direction:column;gap:var(--spacing-md)}
.footer_logo_wrap{margin-bottom:var(--spacing-sm)}
.footer_logo_image{height:55px;width:55px;display:block}
.footer_heading_refined{color:var(--color-bg-white);margin-bottom:var(--spacing-sm);letter-spacing:.3px;font:400 1.25rem var(--font-display)}
.footer_text_content{font-size:.9375rem;line-height:1.8;color:#fafbfcd9}
.contact_info_list{list-style:none;display:flex;flex-direction:column;gap:var(--spacing-sm)}
.contact_item_elegant{display:flex;align-items:flex-start;gap:.75rem}
.contact_icon_minimal{width:18px;height:18px;fill:var(--color-secondary);flex-shrink:0;margin-top:2px}
.contact_link_refined{color:#fafbfce6;text-decoration:none;transition:var(--transition-smooth);font-size:.9375rem}
.contact_link_refined:hover{color:var(--color-secondary)}
.contact_link_refined:focus{outline:2px solid var(--color-secondary);outline-offset:2px;border-radius:2px}
.footer_links_elegant{list-style:none;display:flex;flex-direction:column;gap:var(--spacing-sm)}
.footer_link_item{position:relative;padding-left:1rem}
.footer_link_item::before{content:'›';position:absolute;left:0;color:var(--color-secondary);font-size:1.25rem;line-height:1}
.footer_link_refined{color:#fafbfcd9;text-decoration:none;transition:var(--transition-smooth);font-size:.9375rem;display:inline-block;min-height:44px;display:inline-flex;align-items:center}
.footer_link_refined:hover{color:var(--color-secondary);transform:translateX(3px)}
.footer_link_refined:focus{outline:2px solid var(--color-secondary);outline-offset:2px;border-radius:2px}
.disclaimer_financial_section{background:#969bbb14;border:1px solid #cdd0e426;border-radius:8px;padding:var(--spacing-md);margin-top:var(--spacing-lg)}
.disclaimer_heading_legal{color:var(--color-secondary);margin-bottom:var(--spacing-sm);font:600 1rem var(--font-body)}
.disclaimer_text_legal{font-size:.875rem;line-height:1.7;color:#fafbfcbf}
.footer_bottom_elegant{border-top:1px solid #cdd0e426;padding-top:var(--spacing-md);margin-top:var(--spacing-lg);text-align:center}
.copyright_text_refined{font-size:.875rem;color:#fafbfcb3}
.consent_modal_card{position:fixed;bottom:30px;right:30px;max-width:420px;background:var(--color-bg-white);border-radius:12px;box-shadow:var(--shadow-strong);padding:var(--spacing-lg);z-index:9999;border:1px solid var(--color-border);animation:slideInUp .4s cubic-bezier(0.4,0,0.2,1)}
@keyframes slideInUp {
from{opacity:0;transform:translateY(30px)}
to{opacity:1;transform:translateY(0)}
}
.consent_header_section{display:flex;align-items:center;gap:var(--spacing-sm);margin-bottom:var(--spacing-md)}
.consent_icon_visual{width:32px;height:32px;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.consent_icon_svg{width:18px;height:18px;fill:var(--color-bg-white)}
.consent_title_text{color:var(--color-dark);margin:0;font:600 1.25rem var(--font-display)}
.consent_description_text{font-size:.9375rem;line-height:1.6;color:var(--color-text-soft);margin-bottom:var(--spacing-md)}
.consent_policy_link{color:var(--color-primary);text-decoration:underline;transition:var(--transition-smooth)}
.consent_policy_link:hover{color:var(--color-text)}
.consent_policy_link:focus{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:2px}
.consent_actions_group{display:flex;gap:var(--spacing-sm);flex-direction:column}
.consent_btn_accept{width:100%;padding:.875rem;background:var(--color-primary);color:var(--color-bg-white);border:none;border-radius:6px;cursor:pointer;transition:var(--transition-smooth);min-height:44px;font:500 .9375rem var(--font-body)}
.consent_btn_accept:hover{background:#7d8299}
.consent_btn_accept:focus{outline:2px solid var(--color-primary);outline-offset:2px}
.consent_btn_reject{width:100%;padding:.875rem;background:none;color:var(--color-text);border:1px solid var(--color-border);border-radius:6px;cursor:pointer;transition:var(--transition-smooth);min-height:44px;font:500 .9375rem var(--font-body)}
.consent_btn_reject:hover{background:var(--color-bg-light);border-color:var(--color-primary)}
.consent_btn_reject:focus{outline:2px solid var(--color-primary);outline-offset:2px}
.consent_hidden_state{display:none}
@media (max-width: 1024px) {
.header_row_two{padding:25px 0}
.row_two_layout{flex-direction:column;text-align:center;gap:1.5rem}
.cta_group_sophisticated{justify-content:center}
.main_navigation_elegant{gap:2rem}
}
@media (max-width: 768px) {
.row_one_container{flex-direction:column;gap:.75rem;text-align:center}
.brand_identity_section{flex-direction:column;gap:.5rem}
.main_navigation_elegant{flex-direction:column;gap:.5rem;align-items:stretch}
.nav_link_sophisticated{padding:.75rem;justify-content:center}
.cta_group_sophisticated{flex-direction:column;width:100%}
.cta_button_primary,.cta_button_secondary,.cta_button_tertiary{width:100%}
.footer_grid_sophisticated{grid-template-columns:1fr;gap:var(--spacing-lg)}
.consent_modal_card{bottom:15px;right:15px;left:15px;max-width:none}
}
@media (max-width: 480px) {
.logo_image_refined{height:50px;width:50px}
.footer_logo_image{height:45px;width:45px}
}
@media print {
.header_luxury_wrap,.consent_modal_card{display:none}
body{background:#fff;color:#000}
.footer_premium_design{background:#fff;color:#000;border-top:2px solid #000}
.footer_text_content,.contact_link_refined,.footer_link_refined{color:#000}
a{text-decoration:underline}
main{page-break-inside:avoid}
}
.uber-uns-hero{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}
.uber-uns-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:linear-gradient(135deg,#969bbb14,#cdd0e41f);border-radius:50%;z-index:1}
.uber-uns-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:1.2fr 0.8fr;gap:4rem;align-items:center}
.uber-uns-hero-text h1{font-size:2.8rem;color:#212529;margin-bottom:1.5rem;line-height:1.2;font-weight:700}
.uber-uns-hero-text p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:1.2rem}
.uber-uns-hero-image{position:relative}
.uber-uns-hero-image img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #00000014}
.werte-section{background:#fff;padding:5rem 2rem}
.werte-container{max-width:1400px;margin:0 auto}
.werte-intro{text-align:center;max-width:800px;margin:0 auto 4rem}
.werte-intro h2{font-size:2.4rem;color:#212529;margin-bottom:1.2rem;font-weight:700}
.werte-intro p{font-size:1.1rem;color:#495057;line-height:1.7}
.werte-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.werte-karte{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);padding:2.5rem;border-radius:8px;border:1px solid #e9ecef;position:relative;transition:all .3s ease}
.werte-karte:hover{transform:translateY(-8px);box-shadow:0 12px 28px #969bbb26;border-color:#969BBB}
.werte-nummer{width:60px;height:60px;background:linear-gradient(135deg,#969BBB,#CDD0E4);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}
.werte-karte h3{font-size:1.5rem;color:#212529;margin-bottom:1rem;font-weight:600}
.werte-karte p{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.team-section{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:5rem 2rem;position:relative}
.team-container{max-width:1200px;margin:0 auto}
.team-header{text-align:center;margin-bottom:4rem}
.team-header h2{font-size:2.4rem;color:#212529;margin-bottom:1rem;font-weight:700}
.team-header p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.team-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.team-mitglied{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px #0000000f;transition:all .3s ease}
.team-mitglied:hover{box-shadow:0 8px 24px #0000001f}
.team-foto{width:100%;height:320px;object-fit:cover}
.team-info{padding:2rem}
.team-info h3{font-size:1.6rem;color:#212529;margin-bottom:.5rem;font-weight:600}
.team-rolle{font-size:1rem;color:#969BBB;margin-bottom:1rem;font-weight:500}
.team-info p{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.philosophie-section{background:#fff;padding:5rem 2rem}
.philosophie-wrapper{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:0.9fr 1.1fr;gap:4rem;align-items:center}
.philosophie-bilder{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.philosophie-bild{width:100%;height:280px;object-fit:cover;border-radius:8px;box-shadow:0 4px 16px #00000014}
.philosophie-bild:first-child{margin-top:2rem}
.philosophie-content h2{font-size:2.4rem;color:#212529;margin-bottom:1.5rem;font-weight:700}
.philosophie-content p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:1.5rem}
.philosophie-liste{list-style:none;padding:0;margin:2rem 0 0}
.philosophie-liste li{padding:1rem 0 1rem 3rem;font-size:1.05rem;color:#343a40;line-height:1.6;position:relative;border-left:3px solid #D4D4E8;margin-bottom:1rem}
.philosophie-liste li::before{content:'';position:absolute;left:12px;top:50%;transform:translateY(-50%);width:28px;height:28px;background:linear-gradient(135deg,#969BBB,#CDD0E4);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}
.cta-kontakt{display:inline-block;padding:.95rem 2.2rem;background:linear-gradient(135deg,#969BBB,#CDD0E4);color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.05rem;transition:all .3s ease;margin-top:1.5rem;box-shadow:0 4px 12px #969bbb40}
.cta-kontakt:hover{transform:translateY(-2px);box-shadow:0 6px 16px #969bbb59;background:linear-gradient(135deg,#8489a8,#b8bdda)}
@media (max-width: 968px) {
.uber-uns-hero-content{grid-template-columns:1fr;gap:2.5rem}
.uber-uns-hero-text h1{font-size:2.2rem}
.werte-grid{grid-template-columns:1fr;gap:1.5rem}
.team-layout{grid-template-columns:1fr;gap:2rem}
.philosophie-wrapper{grid-template-columns:1fr;gap:3rem}
.philosophie-bilder{order:2}
.philosophie-content{order:1}
}
@media (max-width: 640px) {
.uber-uns-hero{padding:3rem 1.5rem 2.5rem}
.uber-uns-hero-text h1{font-size:1.9rem}
.werte-section,.team-section,.philosophie-section{padding:3rem 1.5rem}
.werte-intro h2,.team-header h2,.philosophie-content h2{font-size:2rem}
.philosophie-bilder{grid-template-columns:1fr}
.philosophie-bild:first-child{margin-top:0}
}
.index-hero-wrapper{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.index-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#cdd0e44d 0%,transparent 70%);border-radius:50%;z-index:1}
.index-hero-content{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.index-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.index-hero-text h1{font-size:48px;color:#212529;line-height:1.2;margin-bottom:24px;font-weight:700}
.index-hero-text p{font-size:19px;color:#495057;line-height:1.7;margin-bottom:32px}
.index-hero-cta-group{display:flex;gap:16px;flex-wrap:wrap}
.index-btn-primary{background:linear-gradient(135deg,#969BBB 0%,#CDD0E4 100%);color:#fff;padding:14px 32px;border-radius:6px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;display:inline-block;box-shadow:0 4px 12px #969bbb33}
.index-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #969bbb4d}
.index-btn-secondary{background:#fff;color:#495057;padding:14px 32px;border:2px solid #969BBB;border-radius:6px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;display:inline-block}
.index-btn-secondary:hover{background:#f8f9fa;border-color:#CDD0E4}
.index-hero-image-wrap{position:relative}
.index-hero-image-wrap img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 8px 30px #00000014}
.index-process-section{background:#fff;padding:90px 20px;position:relative}
.index-process-container{max-width:1140px;margin:0 auto}
.index-process-intro{text-align:center;max-width:720px;margin:0 auto 70px}
.index-process-intro h2{font-size:38px;color:#212529;margin-bottom:18px;font-weight:700}
.index-process-intro p{font-size:18px;color:#495057;line-height:1.7}
.index-step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;position:relative}
.index-step-card{background:#fafbfc;padding:40px 28px;border-radius:10px;position:relative;border:2px solid #D4D4E8;transition:all .3s ease}
.index-step-card:hover{transform:translateY(-6px);box-shadow:0 10px 30px #969bbb26;border-color:#969BBB}
.index-step-number{width:56px;height:56px;background:linear-gradient(135deg,#969BBB 0%,#CDD0E4 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin-bottom:24px;box-shadow:0 4px 12px #969bbb33}
.index-step-card h3{font-size:22px;color:#212529;margin-bottom:14px;font-weight:600}
.index-step-card p{font-size:16px;color:#495057;line-height:1.6}
.index-analysis-section{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:80px 20px;position:relative;clip-path:polygon(0 5%,100% 0,100% 95%,0 100%);margin:-50px 0}
.index-analysis-wrapper{max-width:1140px;margin:0 auto}
.index-analysis-layout{display:grid;grid-template-columns:45% 55%;gap:50px;align-items:start}
.index-analysis-image img{width:100%;height:480px;object-fit:cover;border-radius:10px;box-shadow:0 8px 25px #0000001a}
.index-analysis-content h2{font-size:36px;color:#212529;margin-bottom:20px;font-weight:700}
.index-analysis-content p{font-size:17px;color:#495057;line-height:1.7;margin-bottom:16px}
.index-case-study-box{background:#fff;border-left:4px solid #969BBB;padding:24px;margin-top:28px;border-radius:6px;box-shadow:0 4px 15px #0000000f}
.index-case-study-box h4{font-size:19px;color:#212529;margin-bottom:12px;font-weight:600}
.index-case-study-box ul{list-style:none;padding:0;margin:0}
.index-case-study-box li{font-size:15px;color:#495057;padding:8px 0 8px 28px;position:relative;line-height:1.6}
.index-case-study-box li::before{content:'';position:absolute;left:0;color:#969BBB;font-weight:700;font-size:18px}
.index-testimonial-section{background:#fff;padding:80px 20px}
.index-testimonial-container{max-width:1140px;margin:0 auto}
.index-testimonial-header{text-align:center;margin-bottom:60px}
.index-testimonial-header h2{font-size:38px;color:#212529;margin-bottom:16px;font-weight:700}
.index-testimonial-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.index-testimonial-item{background:#fafbfc;padding:36px;border-radius:10px;border:1px solid #D4D4E8;position:relative;transition:all .3s ease}
.index-testimonial-item:hover{box-shadow:0 8px 25px #969bbb1f;border-color:#969BBB}
.index-testimonial-profile{display:flex;align-items:center;gap:18px;margin-bottom:20px}
.index-testimonial-profile img{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid #CDD0E4}
.index-testimonial-info h4{font-size:18px;color:#212529;margin-bottom:4px;font-weight:600}
.index-testimonial-info p{font-size:14px;color:#969BBB;margin:0}
.index-testimonial-text{font-size:16px;color:#495057;line-height:1.7;font-style:italic}
.index-cta-section{background:linear-gradient(135deg,#969BBB 0%,#CDD0E4 100%);padding:70px 20px;position:relative;overflow:hidden}
.index-cta-section::before{content:'';position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);border-radius:50%}
.index-cta-wrapper{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}
.index-cta-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.index-cta-text h2{font-size:36px;color:#fff;margin-bottom:18px;font-weight:700;text-align:left}
.index-cta-text p{font-size:18px;color:#fff;line-height:1.7;margin-bottom:28px;text-align:left;opacity:.95}
.index-cta-image img{width:100%;height:320px;object-fit:cover;border-radius:10px;box-shadow:0 8px 30px #00000026}
.index-btn-white{background:#fff;color:#969BBB;padding:14px 36px;border-radius:6px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;display:inline-block;box-shadow:0 4px 15px #0000001a}
.index-btn-white:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}
@media (max-width: 992px) {
.index-hero-grid{grid-template-columns:1fr;gap:40px}
.index-hero-text h1{font-size:38px}
.index-step-grid{grid-template-columns:1fr;gap:30px}
.index-analysis-layout{grid-template-columns:1fr;gap:40px}
.index-testimonial-grid{grid-template-columns:1fr}
.index-cta-content-grid{grid-template-columns:1fr;gap:35px}
.index-cta-text h2,.index-cta-text p{text-align:center}
}
@media (max-width: 768px) {
.index-hero-wrapper{padding:60px 20px 40px}
.index-hero-text h1{font-size:32px}
.index-hero-text p{font-size:17px}
.index-hero-cta-group{flex-direction:column}
.index-btn-primary,.index-btn-secondary{width:100%;text-align:center}
.index-hero-image-wrap img{height:300px}
.index-process-section{padding:60px 20px}
.index-process-intro h2{font-size:30px}
.index-analysis-section{padding:60px 20px;clip-path:none;margin:0}
.index-analysis-content h2{font-size:28px}
.index-analysis-image img{height:320px}
.index-testimonial-section{padding:60px 20px}
.index-testimonial-header h2{font-size:30px}
.index-cta-section{padding:50px 20px}
.index-cta-text h2{font-size:28px}
.index-cta-image img{height:260px}
}
.kontakt-seite-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.kontakt-hero-bereich{background:linear-gradient(to right,#fff,#f5f6fa);padding:4rem 1.5rem 3rem;position:relative;overflow:hidden}
.kontakt-hero-bereich::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#cdd0e44d 0%,transparent 70%);border-radius:50%;z-index:1}
.kontakt-hero-inhalt{max-width:750px;margin:0 auto;position:relative;z-index:2}
.kontakt-hero-inhalt h1{font-size:2.8rem;color:#212529;margin-bottom:1.2rem;font-weight:700;line-height:1.2}
.kontakt-untertitel{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:0}
.kontakt-info-sektion{padding:3.5rem 1.5rem;background:#fff}
.kontakt-info-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
.info-karte-element{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);padding:2rem;border-radius:8px;border:1px solid #D4D4E8;position:relative;transition:all .3s ease}
.info-karte-element:hover{transform:translateY(-4px);box-shadow:0 6px 20px #969bbb26}
.info-karte-element h3{font-size:1.3rem;color:#212529;margin-bottom:1rem;font-weight:600}
.info-karte-element p{color:#495057;line-height:1.7;margin-bottom:.5rem;font-size:.98rem}
.info-karte-element a{color:#969BBB;text-decoration:none;transition:color .2s ease}
.info-karte-element a:hover{color:#212529}
.formular-hauptbereich{padding:4rem 1.5rem;background:linear-gradient(to bottom,#f8f9fa,#fff)}
.formular-layout-wrapper{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:start}
.bild-bereich-links{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #969bbb33}
.bild-bereich-links img{width:100%;height:480px;object-fit:cover;display:block}
.formular-container-rechts{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 16px #969bbb1f;border:1px solid #D4D4E8}
.formular-container-rechts h2{font-size:2rem;color:#212529;margin-bottom:1.5rem;font-weight:600}
.formular-gruppe-element{margin-bottom:1.5rem}
.formular-gruppe-element label{display:block;font-size:.95rem;color:#343a40;margin-bottom:.5rem;font-weight:500}
.formular-gruppe-element input,.formular-gruppe-element textarea{width:100%;padding:.85rem 1rem;border:1px solid #CDD0E4;border-radius:6px;font-size:.95rem;color:#212529;background:#fafbfc;transition:all .2s ease;font-family:inherit}
.formular-gruppe-element input:focus,.formular-gruppe-element textarea:focus{outline:none;border-color:#969BBB;background:#fff;box-shadow:0 0 0 3px #969bbb1a}
.formular-gruppe-element textarea{min-height:140px;resize:vertical}
.datenschutz-checkbox-wrapper{display:flex;align-items:flex-start;margin-bottom:1.8rem;gap:.7rem}
.datenschutz-checkbox-wrapper input[type="checkbox"]{width:auto;margin-top:.2rem;cursor:pointer;flex-shrink:0}
.datenschutz-checkbox-wrapper label{font-size:.9rem;color:#495057;line-height:1.6;margin-bottom:0;cursor:pointer}
.datenschutz-checkbox-wrapper a{color:#969BBB;text-decoration:underline;transition:color .2s ease}
.datenschutz-checkbox-wrapper a:hover{color:#212529}
.absenden-button-wrapper{text-align:left}
.formular-absenden-btn{background:linear-gradient(135deg,#969BBB 0%,#CDD0E4 100%);color:#fff;padding:.95rem 2.5rem;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #969bbb40;position:relative;z-index:10}
.formular-absenden-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #969bbb59;background:linear-gradient(135deg,#848899 0%,#BCC0D9 100%)}
.standort-karten-sektion{padding:4rem 1.5rem;background:#fff}
.standort-inhalt-wrapper{max-width:1000px;margin:0 auto;text-align:center}
.standort-inhalt-wrapper h2{font-size:2.2rem;color:#212529;margin-bottom:1.2rem;font-weight:700}
.standort-beschreibung-text{font-size:1.05rem;color:#495057;line-height:1.8;max-width:700px;margin:0 auto 2.5rem}
.adress-detail-box{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:2rem;border-radius:10px;border:2px solid #D4D4E8;max-width:550px;margin:0 auto}
.adress-detail-box p{font-size:1.05rem;color:#343a40;margin-bottom:.6rem;line-height:1.7}
.adress-detail-box p:last-child{margin-bottom:0}
.oeffnungszeiten-sektion{padding:4rem 1.5rem;background:linear-gradient(to right,#fafbfc,#f5f6fa)}
.oeffnungszeiten-wrapper{max-width:900px;margin:0 auto}
.oeffnungszeiten-wrapper h2{font-size:2rem;color:#212529;margin-bottom:2rem;text-align:center;font-weight:600}
.zeiten-grid-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.8rem}
.zeit-karte-item{background:#fff;padding:1.8rem;border-radius:8px;border-left:4px solid #969BBB;box-shadow:0 3px 12px #969bbb1a}
.zeit-karte-item h3{font-size:1.2rem;color:#212529;margin-bottom:.8rem;font-weight:600}
.zeit-karte-item p{color:#495057;font-size:.98rem;line-height:1.6;margin-bottom:0}
@media (max-width: 768px) {
.kontakt-hero-inhalt h1{font-size:2rem}
.kontakt-untertitel{font-size:1rem}
.formular-layout-wrapper{grid-template-columns:1fr;gap:2rem}
.bild-bereich-links img{height:320px}
.formular-container-rechts{padding:1.8rem}
.formular-container-rechts h2{font-size:1.6rem}
.standort-inhalt-wrapper h2{font-size:1.8rem}
.oeffnungszeiten-wrapper h2{font-size:1.7rem}
.zeiten-grid-container{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.kontakt-hero-bereich{padding:2.5rem 1rem 2rem}
.kontakt-hero-inhalt h1{font-size:1.7rem}
.kontakt-info-container{grid-template-columns:1fr}
.formular-container-rechts{padding:1.5rem}
.formular-absenden-btn{width:100%}
}
.services-page-wrapper{background:#fff;min-height:100vh}
.services-hero-block{background:linear-gradient(135deg,#D4D4E8 0%,#CDD0E4 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.services-hero-block::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#969bbb26;border-radius:50%;z-index:1}
.services-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.services-hero-content h1{font-size:3.2rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.services-hero-content .hero-subtitle{font-size:1.3rem;color:#495057;max-width:680px;line-height:1.6;margin-bottom:0}
.process-visualization-section{padding:100px 20px;background:#f8f9fa;position:relative}
.process-container{max-width:1200px;margin:0 auto}
.process-intro{text-align:center;margin-bottom:70px}
.process-intro h2{font-size:2.6rem;color:#212529;margin-bottom:20px;font-weight:700}
.process-intro p{font-size:1.15rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-bottom:60px}
.process-card{background:#fff;padding:40px 30px;border-radius:12px;box-shadow:0 4px 20px #969bbb1f;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.process-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #969bbb33}
.process-number{width:60px;height:60px;background:linear-gradient(135deg,#969BBB 0%,#CDD0E4 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-bottom:24px}
.process-card h3{font-size:1.4rem;color:#212529;margin-bottom:16px;font-weight:600}
.process-card p{font-size:1.05rem;color:#495057;line-height:1.6;margin-bottom:0}
.process-image-wrapper{max-width:900px;margin:0 auto;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #969bbb26}
.process-image-wrapper img{width:100%;height:auto;display:block}
.expertise-showcase-section{padding:100px 20px;background:#fff}
.expertise-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.expertise-content-area{padding-right:40px}
.expertise-content-area h2{font-size:2.5rem;color:#212529;margin-bottom:28px;font-weight:700;line-height:1.3}
.expertise-content-area .lead-text{font-size:1.2rem;color:#495057;margin-bottom:32px;line-height:1.7}
.expertise-features-list{list-style:none;padding:0;margin:0 0 40px}
.expertise-features-list li{padding:18px 0;border-bottom:1px solid #e9ecef;font-size:1.1rem;color:#343a40;position:relative;padding-left:40px}
.expertise-features-list li::before{content:'';position:absolute;left:0;top:18px;width:28px;height:28px;background:#969BBB;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}
.expertise-cta-btn{display:inline-block;background:linear-gradient(135deg,#969BBB 0%,#CDD0E4 100%);color:#fff;padding:16px 40px;border-radius:8px;text-decoration:none;font-size:1.1rem;font-weight:600;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #969bbb4d}
.expertise-cta-btn:hover{transform:translateY(-3px);box-shadow:0 6px 25px #969bbb66;color:#fff;text-decoration:none}
.expertise-visual-area img{width:100%;height:auto;border-radius:16px;box-shadow:0 10px 40px #969bbb26}
.testimonial-section{padding:100px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);position:relative}
.testimonial-wrapper{max-width:1100px;margin:0 auto}
.testimonial-header{text-align:center;margin-bottom:60px}
.testimonial-header h2{font-size:2.5rem;color:#212529;margin-bottom:18px;font-weight:700}
.testimonial-header p{font-size:1.15rem;color:#495057;max-width:650px;margin:0 auto}
.testimonial-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px;margin-bottom:60px}
.testimonial-card{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 20px #969bbb1a;border-left:4px solid #969BBB;transition:transform .3s ease}
.testimonial-card:hover{transform:translateX(8px)}
.testimonial-quote{font-size:1.1rem;color:#343a40;line-height:1.7;margin-bottom:28px;font-style:italic}
.testimonial-author-section{display:flex;align-items:center;gap:20px}
.author-image-circle{width:70px;height:70px;border-radius:50%;overflow:hidden;border:3px solid #CDD0E4;flex-shrink:0}
.author-image-circle img{width:100%;height:100%;object-fit:cover}
.author-details h4{font-size:1.15rem;color:#212529;margin-bottom:4px;font-weight:600}
.author-details p{font-size:.95rem;color:#969BBB;margin-bottom:0}
.testimonial-bottom-image{max-width:800px;margin:0 auto;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #969bbb26}
.testimonial-bottom-image img{width:100%;height:auto;display:block}
@media (max-width: 768px) {
.services-hero-content h1{font-size:2.2rem}
.services-hero-content .hero-subtitle{font-size:1.1rem}
.process-intro h2,.expertise-content-area h2,.testimonial-header h2{font-size:2rem}
.expertise-layout{grid-template-columns:1fr;gap:40px}
.expertise-content-area{padding-right:0}
.process-grid{grid-template-columns:1fr;gap:30px}
.testimonial-cards-grid{grid-template-columns:1fr}
.services-hero-block{padding:80px 20px 60px}
.process-visualization-section,.expertise-showcase-section,.testimonial-section{padding:60px 20px}
}
@media (max-width: 480px) {
.services-hero-content h1{font-size:1.8rem}
.process-intro h2,.expertise-content-area h2,.testimonial-header h2{font-size:1.7rem}
.expertise-cta-btn{display:block;text-align:center}
}
.cookie-policy-page{background:#fafbfc;min-height:100vh;padding:0;margin:0}
.cookie-policy-header-section{background:linear-gradient(135deg,#969BBB 0%,#CDD0E4 100%);padding:4.5rem 1.5rem 3.5rem;margin:0;position:relative}
.cookie-policy-header-section::after{content:'';position:absolute;bottom:-2px;left:0;right:0;height:4px;background:linear-gradient(90deg,#D4D4E8 0%,#969BBB 50%,#D4D4E8 100%)}
.cookie-header-container{max-width:920px;margin:0 auto}
.cookie-main-title{font-size:2.8rem;font-weight:700;color:#fff;margin:0 0 1.2rem;line-height:1.2;letter-spacing:-.5px}
.cookie-header-subtitle{font-size:1.15rem;color:#fff;opacity:.95;margin:0;line-height:1.6;font-weight:400}
.cookie-last-updated{display:inline-block;background:#fff3;padding:.5rem 1.2rem;border-radius:20px;font-size:.9rem;color:#fff;margin-top:1.5rem;font-weight:500}
.cookie-content-wrapper{max-width:920px;margin:0 auto;padding:3rem 1.5rem 5rem}
.cookie-intro-block{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 2px 8px #969bbb1a;margin-bottom:2.5rem;border-left:4px solid #969BBB}
.cookie-intro-text{font-size:1.05rem;color:#343a40;line-height:1.8;margin:0 0 1.2rem}
.cookie-intro-text:last-child{margin-bottom:0}
.cookie-section-block{background:#fff;padding:2.8rem 2.5rem;border-radius:12px;box-shadow:0 2px 8px #969bbb14;margin-bottom:2rem;transition:box-shadow .3s ease}
.cookie-section-block:hover{box-shadow:0 4px 16px #969bbb26}
.cookie-section-title{font-size:1.75rem;color:#212529;font-weight:700;margin:0 0 1.5rem;line-height:1.3;position:relative;padding-bottom:.8rem}
.cookie-section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,#969BBB,#CDD0E4);border-radius:2px}
.cookie-section-text{font-size:1rem;color:#495057;line-height:1.75;margin:0 0 1.3rem}
.cookie-section-text:last-child{margin-bottom:0}
.cookie-subsection-title{font-size:1.3rem;color:#343a40;font-weight:600;margin:2rem 0 1rem;line-height:1.4}
.cookie-type-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:2rem 0}
.cookie-type-card{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);border:2px solid #D4D4E8;border-radius:10px;padding:1.8rem;transition:all .3s ease;position:relative;overflow:hidden}
.cookie-type-card::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#969BBB,#CDD0E4);opacity:0;transition:opacity .3s ease}
.cookie-type-card:hover{border-color:#969BBB;box-shadow:0 6px 20px #969bbb1f;transform:translateY(-2px)}
.cookie-type-card:hover::before{opacity:1}
.cookie-type-heading{font-size:1.2rem;color:#212529;font-weight:700;margin:0 0 .8rem;display:flex;align-items:center;gap:.6rem}
.cookie-type-badge{display:inline-block;width:8px;height:8px;border-radius:50%;background:#969BBB}
.cookie-type-description{font-size:.98rem;color:#495057;line-height:1.7;margin:0}
.cookie-list-standard{list-style:none;padding:0;margin:1.5rem 0}
.cookie-list-standard li{padding-left:2rem;margin-bottom:1rem;color:#495057;line-height:1.7;position:relative;font-size:1rem}
.cookie-list-standard li::before{content:'→';position:absolute;left:.5rem;color:#969BBB;font-weight:700;font-size:1.1rem}
.cookie-highlight-box{background:linear-gradient(135deg,#D4D4E8 0%,#CDD0E4 100%);border-radius:10px;padding:2rem;margin:2rem 0;border:1px solid #CDD0E4}
.cookie-highlight-title{font-size:1.2rem;color:#212529;font-weight:700;margin:0 0 1rem}
.cookie-highlight-text{font-size:1rem;color:#343a40;line-height:1.75;margin:0}
.cookie-browser-controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.2rem;margin:2rem 0}
.cookie-browser-item{background:#fff;border:1px solid #D4D4E8;border-radius:8px;padding:1.3rem;transition:all .3s ease}
.cookie-browser-item:hover{border-color:#969BBB;box-shadow:0 4px 12px #969bbb1a}
.cookie-browser-name{font-size:1.05rem;color:#212529;font-weight:600;margin:0 0 .5rem}
.cookie-browser-desc{font-size:.9rem;color:#495057;line-height:1.6;margin:0}
.cookie-contact-section{background:linear-gradient(135deg,#969BBB 0%,#CDD0E4 100%);border-radius:12px;padding:2.5rem;margin-top:3rem;text-align:center;box-shadow:0 4px 16px #969bbb33}
.cookie-contact-title{font-size:1.5rem;color:#fff;font-weight:700;margin:0 0 1rem}
.cookie-contact-text{font-size:1.05rem;color:#fff;line-height:1.7;margin:0 0 1.5rem;opacity:.95}
.cookie-contact-details{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:1.5rem}
.cookie-contact-item{color:#fff;font-size:1rem;font-weight:500;display:flex;align-items:center;gap:.5rem}
.cookie-contact-item::before{content:'•';font-size:1.5rem;line-height:1}
.cookie-table-wrapper{overflow-x:auto;margin:2rem 0;border-radius:8px;box-shadow:0 2px 8px #969bbb14}
.cookie-info-table{width:100%;border-collapse:collapse;background:#fff;font-size:.95rem}
.cookie-info-table thead{background:linear-gradient(135deg,#969BBB,#CDD0E4)}
.cookie-info-table th{padding:1rem 1.2rem;text-align:left;font-weight:600;color:#fff;border-bottom:2px solid #D4D4E8}
.cookie-info-table td{padding:1rem 1.2rem;color:#495057;border-bottom:1px solid #D4D4E8;line-height:1.6}
.cookie-info-table tbody tr:hover{background:#fafbfc}
.cookie-info-table tbody tr:last-child td{border-bottom:none}
@media (max-width: 768px) {
.cookie-policy-header-section{padding:3rem 1.2rem 2.5rem}
.cookie-main-title{font-size:2rem}
.cookie-header-subtitle{font-size:1rem}
.cookie-content-wrapper{padding:2rem 1.2rem 3rem}
.cookie-intro-block{padding:1.8rem}
.cookie-section-block{padding:2rem 1.5rem}
.cookie-section-title{font-size:1.5rem}
.cookie-type-grid{gap:1.2rem}
.cookie-type-card{padding:1.5rem}
.cookie-browser-controls{grid-template-columns:1fr}
.cookie-contact-section{padding:2rem 1.5rem}
.cookie-contact-details{flex-direction:column;gap:1rem}
.cookie-info-table{font-size:.85rem}
.cookie-info-table th,.cookie-info-table td{padding:.8rem}
}
@media (max-width: 480px) {
.cookie-main-title{font-size:1.75rem}
.cookie-section-title{font-size:1.3rem}
.cookie-intro-block,.cookie-section-block{padding:1.5rem 1.2rem}
}
.datenschutz-hauptbereich{background:#fff;min-height:100vh;padding:0}
.datenschutz-header-bereich{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:80px 20px 60px;text-align:center;border-bottom:1px solid #e9ecef}
.datenschutz-header-bereich .titel-haupt{font-size:2.8rem;color:#212529;font-weight:700;margin:0 0 16px;letter-spacing:-.5px}
.datenschutz-header-bereich .aktualisierung-datum{color:#495057;font-size:1.05rem;margin:0}
.datenschutz-inhalt-wrapper{max-width:920px;margin:0 auto;padding:60px 24px 80px}
.datenschutz-einleitung{background:#f5f6fa;padding:32px 36px;border-left:4px solid #969BBB;margin-bottom:48px;border-radius:2px}
.datenschutz-einleitung p{color:#343a40;font-size:1.05rem;line-height:1.7;margin:0 0 16px}
.datenschutz-einleitung p:last-child{margin-bottom:0}
.datenschutz-sektion{margin-bottom:52px;padding-bottom:42px;border-bottom:1px solid #e9ecef}
.datenschutz-sektion:last-child{border-bottom:none}
.datenschutz-sektion h2{color:#212529;font-size:1.75rem;font-weight:600;margin:0 0 20px;letter-spacing:-.3px}
.datenschutz-sektion h3{color:#343a40;font-size:1.35rem;font-weight:600;margin:32px 0 16px}
.datenschutz-sektion p{color:#495057;font-size:1rem;line-height:1.75;margin:0 0 18px}
.datenschutz-sektion ul{list-style:none;padding:0;margin:0 0 24px}
.datenschutz-sektion ul li{color:#495057;font-size:1rem;line-height:1.7;padding-left:28px;position:relative;margin-bottom:12px}
.datenschutz-sektion ul li:before{content:"•";color:#969BBB;font-weight:700;font-size:1.3rem;position:absolute;left:8px;top:-2px}
.datenschutz-tabelle-wrapper{overflow-x:auto;margin:28px 0;border:1px solid #e9ecef;border-radius:4px}
.datenschutz-tabelle{width:100%;border-collapse:collapse;background:#fff}
.datenschutz-tabelle thead{background:#f8f9fa}
.datenschutz-tabelle th{color:#212529;font-weight:600;font-size:.95rem;text-align:left;padding:16px 20px;border-bottom:2px solid #969BBB}
.datenschutz-tabelle td{color:#495057;font-size:.95rem;padding:16px 20px;border-bottom:1px solid #e9ecef;line-height:1.6}
.datenschutz-tabelle tbody tr:last-child td{border-bottom:none}
.datenschutz-tabelle tbody tr:hover{background:#fafbfc}
.kontakt-highlight-box{background:linear-gradient(135deg,#f5f6fa 0%,#fafbfc 100%);border:1px solid #CDD0E4;padding:32px 36px;border-radius:6px;margin:36px 0}
.kontakt-highlight-box h3{color:#212529;font-size:1.4rem;margin:0 0 20px;font-weight:600}
.kontakt-highlight-box p{color:#343a40;margin:0 0 12px;font-size:1rem;line-height:1.7}
.kontakt-highlight-box p strong{color:#212529;font-weight:600}
.kontakt-highlight-box a{color:#969BBB;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}
.kontakt-highlight-box a:hover{border-bottom-color:#969BBB}
.rechte-liste{background:#fafbfc;padding:28px 32px;border-radius:4px;margin:28px 0}
.rechte-liste h4{color:#212529;font-size:1.1rem;font-weight:600;margin:0 0 16px}
.rechte-liste ul{margin-bottom:0}
.wichtig-hinweis{background:#fff9f0;border-left:4px solid #969BBB;padding:24px 28px;margin:32px 0;border-radius:2px}
.wichtig-hinweis p{color:#343a40;margin:0;font-size:1rem;line-height:1.7}
.cookies-info-grid{display:grid;grid-template-columns:1fr;gap:24px;margin:28px 0}
.cookie-kategorie-card{background:#f8f9fa;padding:24px 28px;border-radius:4px;border:1px solid #e9ecef}
.cookie-kategorie-card h4{color:#212529;font-size:1.15rem;font-weight:600;margin:0 0 12px}
.cookie-kategorie-card p{color:#495057;margin:0;font-size:.95rem;line-height:1.6}
@media (min-width: 768px) {
.datenschutz-header-bereich{padding:100px 40px 80px}
.datenschutz-header-bereich .titel-haupt{font-size:3.2rem}
.datenschutz-inhalt-wrapper{padding:80px 40px 100px}
.cookies-info-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 767px) {
.datenschutz-header-bereich .titel-haupt{font-size:2.2rem}
.datenschutz-sektion h2{font-size:1.5rem}
.datenschutz-tabelle-wrapper{font-size:.9rem}
.datenschutz-tabelle th,.datenschutz-tabelle td{padding:12px 14px}
}
.refund-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.refund-hero-section{background:linear-gradient(to right,#969BBB,#CDD0E4);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.refund-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#ffffff14;border-radius:50%;z-index:1}
.refund-hero-content{max-width:800px;margin:0 auto;position:relative;z-index:2}
.refund-hero-content h1{font-size:2.8rem;color:#fff;margin:0 0 20px;font-weight:700;line-height:1.2}
.refund-hero-content .subtitle-text{font-size:1.15rem;color:#fff;opacity:.95;line-height:1.6;max-width:600px;margin:0 auto}
.refund-main-content{max-width:900px;margin:0 auto;padding:60px 25px 80px}
.policy-intro-block{background:#fff;border-radius:12px;padding:40px;margin-bottom:45px;box-shadow:0 2px 12px #969bbb14;border-left:4px solid #969BBB}
.policy-intro-block h2{font-size:1.75rem;color:#212529;margin:0 0 20px;font-weight:600}
.policy-intro-block p{font-size:1.05rem;color:#495057;line-height:1.7;margin:0 0 15px}
.policy-intro-block p:last-child{margin-bottom:0}
.policy-last-updated{display:inline-block;background:#f8f9fa;padding:8px 16px;border-radius:6px;font-size:.95rem;color:#6c757d;margin-top:15px}
.eligibility-section{background:#fff;border-radius:12px;padding:45px 40px;margin-bottom:35px;box-shadow:0 2px 12px #969bbb14}
.eligibility-section h2{font-size:1.9rem;color:#212529;margin:0 0 30px;font-weight:600;padding-bottom:15px;border-bottom:2px solid #D4D4E8}
.eligibility-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-top:30px}
.eligibility-card{background:#f8f9fa;padding:30px 25px;border-radius:10px;border:2px solid #CDD0E4;transition:all .3s ease}
.eligibility-card:hover{border-color:#969BBB;transform:translateY(-3px);box-shadow:0 6px 20px #969bbb1f}
.eligibility-card h3{font-size:1.3rem;color:#212529;margin:0 0 15px;font-weight:600}
.eligibility-card p{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.process-timeline{background:linear-gradient(to bottom,#fff 0%,#fafbfc 100%);border-radius:12px;padding:45px 40px;margin-bottom:35px;box-shadow:0 2px 12px #969bbb14}
.process-timeline h2{font-size:1.9rem;color:#212529;margin:0 0 35px;font-weight:600;text-align:center}
.timeline-steps{position:relative;padding-left:0}
.timeline-step{display:flex;gap:25px;margin-bottom:40px;position:relative}
.timeline-step:last-child{margin-bottom:0}
.step-number{flex-shrink:0;width:50px;height:50px;background:linear-gradient(135deg,#969BBB,#CDD0E4);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;box-shadow:0 4px 12px #969bbb33}
.step-content{flex:1;padding-top:5px}
.step-content h3{font-size:1.35rem;color:#212529;margin:0 0 12px;font-weight:600}
.step-content p{font-size:1.05rem;color:#495057;line-height:1.7;margin:0}
.scenarios-section{background:#fff;border-radius:12px;padding:45px 40px;margin-bottom:35px;box-shadow:0 2px 12px #969bbb14}
.scenarios-section h2{font-size:1.9rem;color:#212529;margin:0 0 30px;font-weight:600}
.scenario-item{background:#fafbfc;padding:30px;border-radius:10px;margin-bottom:20px;border-left:5px solid #D4D4E8;transition:all .3s ease}
.scenario-item:hover{border-left-color:#969BBB;box-shadow:0 4px 16px #969bbb1a}
.scenario-item:last-child{margin-bottom:0}
.scenario-item h3{font-size:1.4rem;color:#212529;margin:0 0 15px;font-weight:600}
.scenario-item p{font-size:1.05rem;color:#495057;line-height:1.7;margin:0 0 10px}
.scenario-item p:last-child{margin-bottom:0}
.payment-methods-block{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:12px;padding:45px 40px;margin-bottom:35px;box-shadow:0 2px 12px #969bbb14}
.payment-methods-block h2{font-size:1.9rem;color:#212529;margin:0 0 30px;font-weight:600}
.payment-list{display:flex;flex-direction:column;gap:20px}
.payment-method{display:flex;align-items:flex-start;gap:20px;background:#fff;padding:25px;border-radius:8px;border:1px solid #D4D4E8}
.payment-icon{width:45px;height:45px;background:linear-gradient(135deg,#CDD0E4,#D4D4E8);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:700;color:#495057;font-size:1.2rem}
.payment-details h3{font-size:1.25rem;color:#212529;margin:0 0 10px;font-weight:600}
.payment-details p{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.exceptions-notice{background:#fff8e6;border:2px solid #ffd966;border-radius:12px;padding:35px;margin-bottom:35px}
.exceptions-notice h2{font-size:1.75rem;color:#212529;margin:0 0 20px;font-weight:600}
.exceptions-notice p{font-size:1.05rem;color:#495057;line-height:1.7;margin:0 0 15px}
.exceptions-notice ul{margin:20px 0 0 20px;padding:0}
.exceptions-notice li{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:10px}
.contact-support-section{background:linear-gradient(135deg,#969BBB,#CDD0E4);border-radius:12px;padding:50px 40px;text-align:center;margin-bottom:35px;box-shadow:0 4px 20px #969bbb26}
.contact-support-section h2{font-size:2rem;color:#fff;margin:0 0 20px;font-weight:600}
.contact-support-section p{font-size:1.1rem;color:#fff;line-height:1.7;margin:0 0 30px;opacity:.95}
.contact-methods{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;margin-top:25px}
.contact-method-item{background:#ffffff26;padding:20px 30px;border-radius:8px;backdrop-filter:blur(10px);border:1px solid #fff3}
.contact-method-item strong{display:block;color:#fff;font-size:.9rem;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}
.contact-method-item a{color:#fff;text-decoration:none;font-size:1.1rem;font-weight:600;transition:opacity .3s ease}
.contact-method-item a:hover{opacity:.8}
.final-notes{background:#f8f9fa;border-radius:12px;padding:40px;margin-bottom:0;border:1px solid #D4D4E8}
.final-notes h2{font-size:1.75rem;color:#212529;margin:0 0 20px;font-weight:600}
.final-notes p{font-size:1.05rem;color:#495057;line-height:1.7;margin:0 0 15px}
.final-notes p:last-child{margin-bottom:0}
@media (max-width: 768px) {
.refund-hero-section{padding:60px 20px 40px}
.refund-hero-content h1{font-size:2rem}
.refund-hero-content .subtitle-text{font-size:1rem}
.refund-main-content{padding:40px 20px 60px}
.policy-intro-block,.eligibility-section,.process-timeline,.scenarios-section,.payment-methods-block,.contact-support-section,.final-notes{padding:30px 25px}
.eligibility-grid{grid-template-columns:1fr;gap:20px}
.timeline-step{gap:15px}
.step-number{width:40px;height:40px;font-size:1.1rem}
.contact-methods{flex-direction:column;gap:15px}
.exceptions-notice{padding:25px 20px}
}
@media (max-width: 480px) {
.refund-hero-content h1{font-size:1.75rem}
.policy-intro-block h2,.eligibility-section h2,.process-timeline h2,.scenarios-section h2,.payment-methods-block h2{font-size:1.5rem}
.eligibility-card,.scenario-item{padding:20px}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.success-content-container{max-width:920px;margin:0 auto;padding:80px 20px 60px}
.success-icon-area{text-align:center;margin-bottom:45px}
.success-checkmark-circle{width:110px;height:110px;margin:0 auto 30px;border-radius:50%;background:linear-gradient(135deg,#969BBB 0%,#CDD0E4 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #969bbb40;animation:successPulse .6s ease-out}
@keyframes successPulse {
0%{transform:scale(0.5);opacity:0}
50%{transform:scale(1.1)}
100%{transform:scale(1);opacity:1}
}
.success-checkmark-circle svg{width:55px;height:55px;stroke:#fff;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round;animation:checkmarkDraw .5s ease-out .3s forwards;stroke-dasharray:100;stroke-dashoffset:100}
@keyframes checkmarkDraw {
to{stroke-dashoffset:0}
}
.success-main-heading{font-size:2.8rem;font-weight:700;color:#212529;margin:0 0 20px;letter-spacing:-.5px;line-height:1.2}
.success-subheading{font-size:1.25rem;color:#495057;margin:0 0 50px;line-height:1.6}
.success-info-block{background:#fff;border-radius:12px;padding:45px 40px;margin-bottom:40px;box-shadow:0 2px 12px #0000000f;border-left:4px solid #969BBB}
.success-info-block h2{font-size:1.5rem;color:#343a40;margin:0 0 20px;font-weight:600}
.success-info-block p{font-size:1.05rem;color:#495057;line-height:1.7;margin:0 0 18px}
.success-info-block p:last-child{margin-bottom:0}
.success-timeline-list{list-style:none;padding:0;margin:25px 0 0}
.success-timeline-list li{padding-left:35px;position:relative;margin-bottom:20px;font-size:1.05rem;color:#495057;line-height:1.6}
.success-timeline-list li:before{content:"→";position:absolute;left:0;top:0;color:#969BBB;font-weight:700;font-size:1.3rem}
.success-cta-section{background:linear-gradient(135deg,#D4D4E8 0%,#CDD0E4 100%);border-radius:12px;padding:50px 40px;text-align:center;margin-bottom:40px}
.success-cta-section h2{font-size:1.6rem;color:#212529;margin:0 0 25px;font-weight:600}
.success-cta-section p{font-size:1.05rem;color:#343a40;margin:0 0 35px;line-height:1.6}
.success-button-group{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.success-btn-primary{display:inline-block;padding:16px 38px;background:#969BBB;color:#fff;text-decoration:none;border-radius:8px;font-size:1.05rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #969bbb4d}
.success-btn-primary:hover{background:#848999;transform:translateY(-2px);box-shadow:0 6px 18px #969bbb66;color:#fff}
.success-btn-secondary{display:inline-block;padding:16px 38px;background:#fff;color:#969BBB;text-decoration:none;border-radius:8px;font-size:1.05rem;font-weight:600;transition:all .3s ease;border:2px solid #969BBB}
.success-btn-secondary:hover{background:#969BBB;color:#fff;transform:translateY(-2px)}
.success-additional-resources{background:#fff;border-radius:12px;padding:45px 40px;box-shadow:0 2px 12px #0000000f}
.success-additional-resources h2{font-size:1.5rem;color:#343a40;margin:0 0 30px;font-weight:600;text-align:center}
.success-resource-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px}
.success-resource-card{padding:28px;border:2px solid #f5f6fa;border-radius:8px;transition:all .3s ease}
.success-resource-card:hover{border-color:#CDD0E4;box-shadow:0 4px 16px #969bbb26;transform:translateY(-3px)}
.success-resource-card h3{font-size:1.15rem;color:#212529;margin:0 0 12px;font-weight:600}
.success-resource-card p{font-size:.95rem;color:#495057;line-height:1.6;margin:0}
.success-contact-info{background:linear-gradient(to right,#f8f9fa 0%,#fafbfc 100%);border-radius:8px;padding:35px;margin-top:40px;text-align:center}
.success-contact-info p{font-size:1.05rem;color:#495057;margin:0 0 15px;line-height:1.6}
.success-contact-info a{color:#969BBB;text-decoration:none;font-weight:600;transition:color .3s ease}
.success-contact-info a:hover{color:#848999;text-decoration:underline}
.success-contact-details{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;margin-top:20px}
.success-contact-item{font-size:.95rem;color:#343a40}
@media (max-width: 768px) {
.success-content-container{padding:60px 20px 40px}
.success-main-heading{font-size:2.2rem}
.success-subheading{font-size:1.1rem;margin-bottom:40px}
.success-info-block{padding:35px 25px}
.success-cta-section{padding:40px 25px}
.success-button-group{flex-direction:column;gap:15px}
.success-btn-primary,.success-btn-secondary{width:100%;text-align:center}
.success-additional-resources{padding:35px 25px}
.success-resource-grid{grid-template-columns:1fr}
.success-contact-details{flex-direction:column;gap:15px}
.success-checkmark-circle{width:95px;height:95px}
.success-checkmark-circle svg{width:48px;height:48px}
}
@media (max-width: 480px) {
.success-main-heading{font-size:1.9rem}
.success-info-block h2,.success-additional-resources h2{font-size:1.3rem}
.success-cta-section h2{font-size:1.4rem}
}