:root{--primary-color:#95B18D;--secondary-color:#C8DBC1;--tertiary-color:#E6F2E7;--text-dark:#212529;--text-medium:#495057;--text-light:#6c757d;--bg-white:#fff;--bg-light:#f8f9fa;--bg-cream:#fafbfc;--shadow-sm:0 2px 8px #00000014;--shadow-md:0 4px 16px #0000001f;--shadow-lg:0 8px 32px #00000026}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:2rem;font-size:16px}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:var(--text-dark);background:linear-gradient(135deg,var(--bg-white) 0%,var(--bg-cream) 100%);line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.header_master_wrap{background:linear-gradient(to bottom,var(--bg-white),#e6f2e766);box-shadow:var(--shadow-sm);position:relative;width:100%;padding:0}
.header_company_layer{position:relative;background:radial-gradient(ellipse at top,#c8dbc126,transparent 70%);padding:1.8rem 0;text-align:center;z-index:1}
.header_company_name_text{font-family:'Source Serif Pro',Georgia,serif;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;color:var(--text-dark);letter-spacing:-.02em;opacity:.12;text-transform:uppercase;margin:0}
.header_logo_container_row{position:relative;z-index:3;padding:2.2rem 0;display:flex;justify-content:center;align-items:center;background:linear-gradient(90deg,transparent 0%,#95b18d0f 50%,transparent 100%)}
.header_logo_box{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.2rem;background:var(--bg-white);border-radius:12px;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease}
.header_logo_box:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}
.header_logo_img{height:62px;width:62px;object-fit:contain;display:block}
.header_nav_wrapper{position:relative;z-index:2;background:var(--bg-white);padding:0;border-top:1px solid #95b18d33;box-shadow:0 4px 12px #0000000a}
.header_nav_container{max-width:1280px;margin:0 auto;padding:0 2rem}
.header_primary_nav{display:flex;justify-content:center;align-items:center;gap:.5rem;list-style:none;padding:0;margin:0;flex-wrap:wrap}
.header_primary_nav li{margin:0}
.header_primary_nav a{display:block;padding:1.2rem 1.8rem;color:var(--text-dark);text-decoration:none;font-size:1rem;font-weight:500;position:relative;transition:color .25s ease,background-color .25s ease;border-radius:4px}
.header_primary_nav a:hover{color:var(--primary-color);background-color:#95b18d14}
.header_primary_nav a:focus{outline:2px solid var(--primary-color);outline-offset:2px}
.header_primary_nav a::after{content:'';position:absolute;bottom:8px;left:1.8rem;right:1.8rem;height:2px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));transform:scaleX(0);transition:transform .25s ease}
.header_primary_nav a:hover::after{transform:scaleX(1)}
main{min-height:60vh}
.footer_complete_wrapper{background:linear-gradient(135deg,#2d3e2a 0%,#3a4f36 100%);color:var(--tertiary-color);padding:4rem 0 2rem;margin-top:5rem;position:relative}
.footer_complete_wrapper::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color),var(--primary-color))}
.footer_content_grid{max-width:1280px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3.5rem;margin-bottom:3rem}
.footer_brand_section{display:flex;flex-direction:column;gap:1.5rem}
.footer_logo_container{display:inline-flex;align-items:center;background:#fffffff2;padding:.7rem 1rem;border-radius:10px;width:fit-content;box-shadow:0 4px 16px #0003}
.footer_logo_image{height:55px;width:55px;object-fit:contain}
.footer_brand_title{font-family:'Source Serif Pro',Georgia,serif;font-size:1.5rem;font-weight:600;color:var(--bg-white);margin:.5rem 0 .8rem}
.footer_brand_description{color:#e6f2e7d9;font-size:.95rem;line-height:1.65;max-width:340px}
.footer_section_heading{font-size:1.15rem;font-weight:600;color:var(--bg-white);margin-bottom:1.3rem;letter-spacing:.02em}
.footer_contact_list{list-style:none;display:flex;flex-direction:column;gap:1rem}
.footer_contact_item{display:flex;align-items:flex-start;gap:.8rem;color:#e6f2e7e6;font-size:.95rem;line-height:1.6}
.footer_contact_icon{flex-shrink:0;width:20px;height:20px;margin-top:2px}
.footer_contact_link{color:#e6f2e7e6;text-decoration:none;transition:color .25s ease}
.footer_contact_link:hover{color:var(--secondary-color)}
.footer_links_list{list-style:none;display:flex;flex-direction:column;gap:.8rem}
.footer_link_item a{color:#e6f2e7d9;text-decoration:none;font-size:.95rem;transition:color .25s ease,padding-left .25s ease;display:inline-block;position:relative;padding-left:0}
.footer_link_item a::before{content:'→';position:absolute;left:-20px;opacity:0;transition:opacity .25s ease,left .25s ease}
.footer_link_item a:hover{color:var(--secondary-color);padding-left:20px}
.footer_link_item a:hover::before{opacity:1;left:0}
.footer_bottom_bar{max-width:1280px;margin:0 auto;padding:2rem 2rem 0;border-top:1px solid #c8dbc133;text-align:center}
.footer_copyright_text{color:#e6f2e7bf;font-size:.9rem;margin:0}
.privacy_overlay_backdrop{display:none;position:fixed;bottom:0;left:0;right:0;background:linear-gradient(to top,#2d3e2af7,#2d3e2af2);padding:2rem;box-shadow:0 -8px 32px #0000004d;z-index:9999;border-top:4px solid var(--primary-color)}
.privacy_overlay_backdrop.active_state{display:block;animation:slideUpFade .4s ease-out}
@keyframes slideUpFade {
from{transform:translateY(100%);opacity:0}
to{transform:translateY(0);opacity:1}
}
.privacy_content_container{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:1.8rem}
.privacy_message_block{color:var(--tertiary-color);font-size:1rem;line-height:1.7}
.privacy_message_block strong{color:var(--bg-white);font-weight:600}
.privacy_action_row{display:flex;gap:1.2rem;flex-wrap:wrap;align-items:center;justify-content:center}
.btn_accept_main{background:linear-gradient(135deg,var(--primary-color),#7a9573);color:var(--bg-white);border:none;padding:1rem 2.5rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:opacity .3s ease,transform .2s ease;box-shadow:0 4px 16px #95b18d66;min-width:180px;min-height:48px}
.btn_accept_main:hover{opacity:.9;transform:translateY(-1px)}
.btn_accept_main:focus{outline:3px solid var(--secondary-color);outline-offset:2px}
.btn_decline_secondary{background:transparent;color:var(--tertiary-color);border:2px solid #c8dbc180;padding:1rem 2.5rem;font-size:1rem;font-weight:500;border-radius:8px;cursor:pointer;transition:background-color .3s ease,border-color .3s ease;min-width:180px;min-height:48px}
.btn_decline_secondary:hover{background-color:#c8dbc11a;border-color:var(--secondary-color)}
.btn_decline_secondary:focus{outline:3px solid var(--secondary-color);outline-offset:2px}
.link_policy_details{color:var(--secondary-color);text-decoration:underline;font-size:.95rem;transition:color .25s ease;min-height:44px;display:inline-flex;align-items:center;padding:.5rem 1rem}
.link_policy_details:hover{color:var(--tertiary-color)}
@media (max-width: 768px) {
.header_company_layer{padding:1.2rem 0}
.header_company_name_text{font-size:1.5rem}
.header_logo_container_row{padding:1.8rem 0}
.header_logo_img{height:50px;width:50px}
.header_nav_container{padding:0 1rem}
.header_primary_nav{flex-direction:column;gap:0;width:100%}
.header_primary_nav li{width:100%}
.header_primary_nav a{padding:1rem 1.5rem;width:100%;text-align:center}
.header_primary_nav a::after{display:none}
.footer_content_grid{grid-template-columns:1fr;gap:2.5rem;padding:0 1.5rem}
.privacy_overlay_backdrop{padding:1.5rem}
.privacy_action_row{flex-direction:column;gap:1rem}
.btn_accept_main,.btn_decline_secondary{width:100%;min-width:auto}
}
@media (min-width: 769px) and (max-width: 1024px) {
.header_nav_container{padding:0 1.5rem}
.footer_content_grid{grid-template-columns:repeat(2,1fr)}
}
.lernprogramm-hero-wrapper{background:linear-gradient(135deg,#E6F2E7 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.lernprogramm-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#c8dbc14d 0%,transparent 70%);border-radius:50%}
.lernprogramm-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.lernprogramm-hero-grid{display:grid;grid-template-columns:1fr;gap:50px;align-items:center}
.lernprogramm-hero-text h1{font-size:2.8rem;color:#212529;margin-bottom:24px;line-height:1.2;font-weight:700}
.lernprogramm-hero-text p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:20px}
.lernprogramm-hero-highlight{background:#C8DBC1;padding:25px;border-radius:8px;margin-top:30px;border-left:4px solid #95B18D}
.lernprogramm-hero-highlight p{margin:0;color:#212529;font-size:1.05rem}
.lernprogramm-curriculum-section{padding:70px 20px;background:#fff}
.lernprogramm-curriculum-container{max-width:1100px;margin:0 auto}
.lernprogramm-curriculum-header{text-align:center;margin-bottom:60px}
.lernprogramm-curriculum-header h2{font-size:2.4rem;color:#212529;margin-bottom:18px;font-weight:700}
.lernprogramm-curriculum-header p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.lernprogramm-modules-layout{display:flex;gap:40px;align-items:flex-start}
.lernprogramm-modules-visual{flex:0 0 340px}
.lernprogramm-modules-visual img{width:100%;height:460px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #95b18d33}
.lernprogramm-modules-content{flex:1}
.lernprogramm-module-item{background:#fafbfc;padding:28px;margin-bottom:20px;border-radius:10px;border:2px solid #E6F2E7;transition:all .3s ease;position:relative;padding-left:75px}
.lernprogramm-module-item:hover{border-color:#95B18D;box-shadow:0 4px 16px #95b18d26;transform:translateX(5px)}
.lernprogramm-module-number{position:absolute;left:28px;top:28px;width:40px;height:40px;background:linear-gradient(135deg,#95B18D 0%,#C8DBC1 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;color:#fff}
.lernprogramm-module-item h3{font-size:1.4rem;color:#212529;margin-bottom:12px;font-weight:600}
.lernprogramm-module-item p{color:#495057;font-size:1rem;line-height:1.6;margin:0}
.lernprogramm-pricing-section{padding:80px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#E6F2E7 100%);position:relative}
.lernprogramm-pricing-wrapper{max-width:1200px;margin:0 auto}
.lernprogramm-pricing-intro{text-align:center;margin-bottom:55px}
.lernprogramm-pricing-intro h2{font-size:2.5rem;color:#212529;margin-bottom:16px;font-weight:700}
.lernprogramm-pricing-intro p{font-size:1.1rem;color:#495057;max-width:650px;margin:0 auto}
.lernprogramm-pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}
.lernprogramm-price-card{background:#fff;padding:40px;border-radius:12px;box-shadow:0 6px 20px #00000014;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.lernprogramm-price-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #95b18d40}
.lernprogramm-price-card.featured-plan{border:3px solid #95B18D;position:relative}
.lernprogramm-price-badge{position:absolute;top:-15px;right:30px;background:#95B18D;color:#fff;padding:6px 18px;border-radius:20px;font-size:.9rem;font-weight:600}
.lernprogramm-price-header h3{font-size:1.8rem;color:#212529;margin-bottom:10px;font-weight:700}
.lernprogramm-price-amount{display:flex;align-items:baseline;margin-bottom:20px}
.lernprogramm-price-amount .currency{font-size:2.8rem;color:#95B18D;font-weight:700}
.lernprogramm-price-amount .period{font-size:1rem;color:#495057;margin-left:8px}
.lernprogramm-price-description{color:#495057;font-size:1rem;line-height:1.6;margin-bottom:28px;padding-bottom:28px;border-bottom:2px solid #E6F2E7}
.lernprogramm-price-features{list-style:none;padding:0;margin:0 0 30px}
.lernprogramm-price-features li{color:#343a40;font-size:.98rem;margin-bottom:14px;padding-left:30px;position:relative}
.lernprogramm-price-features li::before{content:'';position:absolute;left:0;color:#95B18D;font-weight:700;font-size:1.2rem}
.lernprogramm-price-cta{display:inline-block;background:linear-gradient(135deg,#95B18D 0%,#C8DBC1 100%);color:#fff;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;text-align:center;width:100%;border:none;cursor:pointer}
.lernprogramm-price-cta:hover{background:linear-gradient(135deg,#7a9773 0%,#b0c9a9 100%);transform:translateY(-2px);box-shadow:0 6px 16px #95b18d4d}
.lernprogramm-testimonial-section{padding:70px 20px;background:#fff}
.lernprogramm-testimonial-container{max-width:1100px;margin:0 auto}
.lernprogramm-testimonial-title{text-align:center;margin-bottom:50px}
.lernprogramm-testimonial-title h2{font-size:2.3rem;color:#212529;font-weight:700}
.lernprogramm-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.lernprogramm-testimonial-card{background:#fafbfc;padding:32px;border-radius:10px;border:2px solid #E6F2E7;transition:all .3s ease}
.lernprogramm-testimonial-card:hover{border-color:#C8DBC1;box-shadow:0 8px 20px #95b18d26}
.lernprogramm-testimonial-profile{display:flex;align-items:center;margin-bottom:20px}
.lernprogramm-testimonial-photo{width:65px;height:65px;border-radius:50%;object-fit:cover;margin-right:16px;border:3px solid #C8DBC1}
.lernprogramm-testimonial-info h4{font-size:1.1rem;color:#212529;margin-bottom:4px;font-weight:600}
.lernprogramm-testimonial-info p{font-size:.9rem;color:#495057;margin:0}
.lernprogramm-testimonial-text{color:#343a40;font-size:.98rem;line-height:1.7;font-style:italic}
@media (max-width: 992px) {
.lernprogramm-modules-layout{flex-direction:column}
.lernprogramm-modules-visual{flex:0 0 auto;width:100%}
.lernprogramm-pricing-grid{grid-template-columns:1fr}
.lernprogramm-testimonial-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.lernprogramm-hero-text h1{font-size:2.2rem}
.lernprogramm-curriculum-header h2,.lernprogramm-pricing-intro h2,.lernprogramm-testimonial-title h2{font-size:2rem}
.lernprogramm-module-item{padding-left:28px;padding-top:65px}
.lernprogramm-module-number{left:28px;top:18px}
.lernprogramm-modules-visual img{height:320px}
}
.tech-req-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#fff 100%);min-height:100vh;padding:0;margin:0}
.tech-req-hero-section{background:linear-gradient(165deg,#E6F2E7 0%,#C8DBC1 40%,#95B18D 100%);padding:4rem 1.5rem 3rem;position:relative;overflow:hidden}
.tech-req-hero-section::before{content:'';position:absolute;width:400px;height:400px;background:#ffffff26;border-radius:50%;top:-150px;right:-100px;z-index:1}
.tech-req-hero-section::after{content:'';position:absolute;width:300px;height:300px;background:#ffffff1a;border-radius:50%;bottom:-80px;left:-50px;z-index:1}
.tech-req-hero-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.tech-req-hero-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.tech-req-hero-text h1{font-size:2.8rem;color:#212529;margin:0 0 1.5rem;line-height:1.2;font-weight:700}
.tech-req-hero-text p{font-size:1.15rem;color:#343a40;line-height:1.7;margin:0 0 1.2rem}
.tech-req-hero-image{position:relative}
.tech-req-hero-image img{width:100%;height:420px;object-fit:cover;border-radius:16px;box-shadow:0 20px 40px #00000026;border:4px solid #fff}
.tech-req-main-content{max-width:1200px;margin:0 auto;padding:4rem 1.5rem}
.tech-req-experts-section{background:#fff;border-radius:20px;padding:3rem;margin-bottom:4rem;box-shadow:0 4px 20px #95b18d14}
.tech-req-experts-grid{display:grid;grid-template-columns:280px 1fr;gap:2.5rem;align-items:start}
.tech-req-expert-cards{display:flex;flex-direction:column;gap:1.5rem}
.tech-req-expert-card{background:linear-gradient(135deg,#E6F2E7 0%,#C8DBC1 100%);border-radius:12px;padding:1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}
.tech-req-expert-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #95b18d40}
.tech-req-expert-photo{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto 1rem;border:4px solid #fff;box-shadow:0 4px 12px #0000001a}
.tech-req-expert-name{font-size:1.1rem;font-weight:700;color:#212529;margin:0 0 .3rem}
.tech-req-expert-role{font-size:.9rem;color:#495057;margin:0}
.tech-req-experts-content{padding-top:1rem}
.tech-req-experts-content h2{font-size:2.2rem;color:#212529;margin:0 0 1.5rem;font-weight:700}
.tech-req-specs-list{display:flex;flex-direction:column;gap:2rem}
.tech-req-spec-item{position:relative;padding-left:80px;min-height:60px}
.tech-req-spec-number{position:absolute;left:0;top:0;width:60px;height:60px;background:linear-gradient(135deg,#95B18D 0%,#C8DBC1 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;color:#fff;box-shadow:0 4px 12px #95b18d4d}
.tech-req-spec-content h3{font-size:1.4rem;color:#212529;margin:0 0 .8rem;font-weight:600}
.tech-req-spec-content p{font-size:1rem;color:#495057;line-height:1.7;margin:0 0 .6rem}
.tech-req-requirements-section{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:20px;padding:3.5rem;border:2px solid #E6F2E7;margin-bottom:4rem}
.tech-req-requirements-section h2{font-size:2.4rem;color:#212529;text-align:center;margin:0 0 3rem;font-weight:700}
.tech-req-comparison-table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border-radius:12px;box-shadow:0 4px 20px #0000000f}
.tech-req-comparison-table thead{background:linear-gradient(135deg,#95B18D 0%,#C8DBC1 100%)}
.tech-req-comparison-table thead th{padding:1.3rem 1.5rem;text-align:left;font-size:1.1rem;font-weight:700;color:#fff;border:none}
.tech-req-comparison-table tbody tr{background:#fff;transition:background-color .2s ease}
.tech-req-comparison-table tbody tr:nth-child(even){background:#fafbfc}
.tech-req-comparison-table tbody tr:hover{background:#E6F2E7}
.tech-req-comparison-table tbody td{padding:1.2rem 1.5rem;border-bottom:1px solid #E6F2E7;color:#343a40;font-size:1rem;line-height:1.6}
.tech-req-comparison-table tbody td:first-child{font-weight:600;color:#212529}
.tech-req-checkmark{color:#95B18D;font-size:1.3rem;font-weight:700}
.tech-req-crossmark{color:#dc3545;font-size:1.3rem;font-weight:700}
.tech-req-cta-section{background:linear-gradient(135deg,#95B18D 0%,#C8DBC1 50%,#E6F2E7 100%);border-radius:20px;padding:3rem 2.5rem;text-align:center;position:relative;overflow:hidden}
.tech-req-cta-section::before{content:'';position:absolute;width:250px;height:250px;background:#ffffff26;border-radius:50%;top:-80px;left:-60px}
.tech-req-cta-section::after{content:'';position:absolute;width:200px;height:200px;background:#ffffff1a;border-radius:50%;bottom:-50px;right:-40px}
.tech-req-cta-content{position:relative;z-index:2}
.tech-req-cta-content h3{font-size:2rem;color:#212529;margin:0 0 1rem;font-weight:700}
.tech-req-cta-content p{font-size:1.1rem;color:#343a40;margin:0 0 2rem;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}
.tech-req-contact-info{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}
.tech-req-contact-item{display:flex;align-items:center;gap:.6rem;background:#fff;padding:.9rem 1.5rem;border-radius:10px;box-shadow:0 4px 12px #00000014;transition:transform .3s ease}
.tech-req-contact-item:hover{transform:translateY(-3px)}
.tech-req-contact-item i{font-size:1.3rem;color:#95B18D}
.tech-req-contact-item span{font-size:1rem;color:#343a40;font-weight:500}
.tech-req-btn-primary{display:inline-block;background:linear-gradient(135deg,#212529 0%,#343a40 100%);color:#fff;padding:1rem 2.5rem;border-radius:10px;text-decoration:none;font-size:1.1rem;font-weight:600;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 6px 20px #21252940;border:none;cursor:pointer;position:relative;z-index:3}
.tech-req-btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px #21252959}
@media (max-width: 992px) {
.tech-req-hero-content{grid-template-columns:1fr;gap:2rem}
.tech-req-hero-text h1{font-size:2.3rem}
.tech-req-hero-image img{height:350px}
.tech-req-experts-grid{grid-template-columns:1fr;gap:2rem}
.tech-req-expert-cards{flex-direction:row;justify-content:center;flex-wrap:wrap}
.tech-req-spec-item{padding-left:0;padding-top:70px;text-align:center}
.tech-req-spec-number{left:50%;transform:translateX(-50%)}
}
@media (max-width: 768px) {
.tech-req-hero-section{padding:3rem 1rem 2rem}
.tech-req-hero-text h1{font-size:2rem}
.tech-req-hero-text p{font-size:1rem}
.tech-req-hero-image img{height:280px}
.tech-req-main-content{padding:3rem 1rem}
.tech-req-experts-section{padding:2rem 1.5rem}
.tech-req-experts-content h2{font-size:1.8rem}
.tech-req-spec-content h3{font-size:1.2rem}
.tech-req-requirements-section{padding:2.5rem 1.5rem}
.tech-req-requirements-section h2{font-size:1.9rem}
.tech-req-comparison-table{font-size:.9rem}
.tech-req-comparison-table thead th,.tech-req-comparison-table tbody td{padding:1rem}
.tech-req-cta-section{padding:2.5rem 1.5rem}
.tech-req-cta-content h3{font-size:1.7rem}
.tech-req-cta-content p{font-size:1rem}
.tech-req-contact-info{flex-direction:column;gap:1rem}
}
@media (max-width: 576px) {
.tech-req-hero-text h1{font-size:1.7rem}
.tech-req-expert-cards{flex-direction:column}
.tech-req-comparison-table thead th,.tech-req-comparison-table tbody td{padding:.8rem .6rem;font-size:.85rem}
}
.preisseite-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.preisseite-intro-bereich{max-width:1140px;margin:0 auto;padding:80px 20px 60px;text-align:center}
.preisseite-intro-bereich h1{font-size:2.8rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.preisseite-intro-bereich .intro-beschreibung{font-size:1.15rem;color:#495057;max-width:720px;margin:0 auto 40px;line-height:1.7}
.preisseite-vertrauenssignale{display:flex;gap:30px;justify-content:center;flex-wrap:wrap;margin-top:50px}
.vertrauenssignal-element{display:flex;align-items:center;gap:12px;background:#fff;padding:18px 28px;border-radius:12px;box-shadow:0 2px 8px #95b18d26;border:1px solid #E6F2E7}
.vertrauenssignal-element i{font-size:28px;color:#95B18D}
.vertrauenssignal-element span{font-size:.95rem;color:#343a40;font-weight:500}
.preisseite-budgetansatz-block{background:#fff;padding:70px 20px;position:relative}
.preisseite-budgetansatz-block::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#95B18D 0%,#C8DBC1 50%,#E6F2E7 100%)}
.budgetansatz-inhalt{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}
.budgetansatz-text h2{font-size:2.2rem;color:#212529;margin-bottom:28px;font-weight:700;line-height:1.3}
.budgetansatz-text p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.budgetansatz-text .besonderheit-hinweis{background:linear-gradient(135deg,#E6F2E7 0%,#C8DBC1 100%);padding:24px;border-radius:10px;border-left:4px solid #95B18D;margin-top:30px}
.besonderheit-hinweis p{margin:0;color:#343a40;font-weight:500}
.budgetansatz-bild-container{position:relative}
.budgetansatz-bild-container img{width:100%;height:420px;object-fit:cover;border-radius:16px;box-shadow:0 12px 35px #0000001f}
.preisseite-philosophie-zone{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:80px 20px;position:relative;overflow:hidden}
.preisseite-philosophie-zone::after{content:'';position:absolute;bottom:-50px;right:-50px;width:300px;height:300px;background:radial-gradient(circle,#95b18d14 0%,transparent 70%);border-radius:50%}
.philosophie-container{max-width:1140px;margin:0 auto;position:relative;z-index:1}
.philosophie-header{text-align:center;margin-bottom:60px}
.philosophie-header h2{font-size:2.4rem;color:#212529;margin-bottom:20px;font-weight:700}
.philosophie-header .untertitel-philosophie{font-size:1.1rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.philosophie-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.philosophie-karte{background:#fff;padding:35px;border-radius:14px;box-shadow:0 4px 15px #00000014;border-top:4px solid #95B18D;transition:transform .3s ease,box-shadow .3s ease}
.philosophie-karte:hover{transform:translateY(-8px);box-shadow:0 8px 25px #95b18d40}
.philosophie-karte h3{font-size:1.4rem;color:#212529;margin-bottom:16px;font-weight:600}
.philosophie-karte p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.preisseite-prozess-abschnitt{background:#fff;padding:75px 20px}
.prozess-wrapper{max-width:1140px;margin:0 auto}
.prozess-titel-bereich{text-align:center;margin-bottom:55px}
.prozess-titel-bereich h2{font-size:2.3rem;color:#212529;margin-bottom:18px;font-weight:700}
.prozess-titel-bereich p{font-size:1.05rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.prozess-schritte-container{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-top:50px}
.prozess-schritt-box{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);padding:40px;border-radius:12px;border:2px solid #E6F2E7;position:relative;transition:all .3s ease}
.prozess-schritt-box:hover{border-color:#95B18D;box-shadow:0 8px 20px #95b18d33}
.schritt-nummer{position:absolute;top:-20px;left:35px;width:50px;height:50px;background:linear-gradient(135deg,#95B18D 0%,#C8DBC1 100%);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 #95b18d66}
.prozess-schritt-box h3{font-size:1.35rem;color:#212529;margin-bottom:14px;margin-top:20px;font-weight:600}
.prozess-schritt-box p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.preisseite-expertinnen-sektion{background:linear-gradient(135deg,#E6F2E7 0%,#fff 50%,#f8f9fa 100%);padding:80px 20px}
.expertinnen-layout{max-width:1140px;margin:0 auto}
.expertinnen-intro{text-align:center;margin-bottom:60px}
.expertinnen-intro h2{font-size:2.4rem;color:#212529;margin-bottom:22px;font-weight:700}
.expertinnen-intro p{font-size:1.08rem;color:#495057;max-width:720px;margin:0 auto;line-height:1.7}
.expertinnen-team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;margin-bottom:55px}
.expertin-profil-karte{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 6px 20px #0000001a;display:flex;gap:30px;padding:35px;transition:transform .3s ease}
.expertin-profil-karte:hover{transform:scale(1.02)}
.expertin-bild{flex-shrink:0}
.expertin-bild img{width:140px;height:140px;object-fit:cover;border-radius:50%;border:4px solid #E6F2E7}
.expertin-info h3{font-size:1.4rem;color:#212529;margin-bottom:8px;font-weight:600}
.expertin-rolle{font-size:.95rem;color:#95B18D;margin-bottom:16px;font-weight:500}
.expertin-info p{font-size:.98rem;color:#495057;line-height:1.7;margin:0}
.expertinnen-cta-box{background:linear-gradient(135deg,#95B18D 0%,#C8DBC1 100%);padding:45px;border-radius:14px;text-align:center;box-shadow:0 8px 25px #95b18d4d}
.expertinnen-cta-box h3{font-size:1.8rem;color:#fff;margin-bottom:18px;font-weight:700}
.expertinnen-cta-box p{font-size:1.05rem;color:#fff;margin-bottom:30px;line-height:1.7}
.expertin-kontakt-button{display:inline-block;background:#fff;color:#95B18D;padding:16px 40px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 12px #00000026}
.expertin-kontakt-button:hover{background:#212529;color:#fff;transform:translateY(-3px);box-shadow:0 6px 18px #00000040}
@media (max-width: 992px) {
.budgetansatz-inhalt{grid-template-columns:1fr;gap:40px}
.philosophie-grid{grid-template-columns:1fr}
.prozess-schritte-container{grid-template-columns:1fr}
.expertinnen-team-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.preisseite-intro-bereich h1{font-size:2rem}
.preisseite-vertrauenssignale{flex-direction:column;align-items:center}
.budgetansatz-text h2,.philosophie-header h2,.prozess-titel-bereich h2,.expertinnen-intro h2{font-size:1.8rem}
.expertin-profil-karte{flex-direction:column;text-align:center}
.expertin-bild{align-self:center}
.budgetansatz-bild-container img{height:300px}
}
.budgetmeister-wrap{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#2d3436;line-height:1.7;background:#fafbfc}
.budgetmeister-wrap *{box-sizing:border-box}
.budget-hero-main{background:linear-gradient(135deg,#E6F2E7 0%,#fff 100%);padding:90px 20px 70px;position:relative;overflow:hidden}
.budget-hero-main::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#95b18d26 0%,transparent 70%);border-radius:50%}
.hero-content-grid{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center;position:relative;z-index:2}
.hero-text-block h1{font-size:2.8rem;font-weight:700;color:#1a1a1a;margin:0 0 22px;line-height:1.2}
.hero-text-block .hero-subtitle{font-size:1.15rem;color:#4a5568;margin-bottom:28px;line-height:1.65}
.hero-btn-group{display:flex;gap:18px;margin-top:35px}
.btn-primary-hero{background:#95B18D;color:#fff;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;display:inline-block;border:2px solid #95B18D}
.btn-primary-hero:hover{background:#7d9676;transform:translateY(-2px);box-shadow:0 8px 20px #95b18d4d}
.btn-secondary-hero{background:transparent;color:#95B18D;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;display:inline-block;border:2px solid #95B18D}
.btn-secondary-hero:hover{background:#E6F2E7;transform:translateY(-2px)}
.hero-img-wrapper{position:relative}
.hero-img-wrapper img{width:100%;height:420px;object-fit:cover;border-radius:16px;box-shadow:0 15px 40px #0000001f}
.diagonal-split-section{background:#fff;padding:80px 20px;position:relative;clip-path:polygon(0 5%,100% 0,100% 95%,0 100%);margin:-40px 0}
.diagonal-content-wrapper{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:0.9fr 1.1fr;gap:60px;align-items:center}
.diagonal-image-side img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #00000014}
.diagonal-text-side h2{font-size:2.3rem;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.diagonal-text-side p{color:#4a5568;font-size:1.05rem;margin-bottom:18px;line-height:1.7}
.feature-list-custom{list-style:none;padding:0;margin:28px 0 0}
.feature-list-custom li{padding:12px 0 12px 35px;position:relative;color:#2d3436;font-size:1.02rem}
.feature-list-custom li::before{content:'';position:absolute;left:0;color:#95B18D;font-weight:700;font-size:1.3rem}
.asymmetric-cards-block{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:85px 20px}
.asymmetric-cards-container{max-width:1140px;margin:0 auto}
.section-heading-center{text-align:center;margin-bottom:55px}
.section-heading-center h2{font-size:2.4rem;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.section-heading-center p{font-size:1.1rem;color:#5a6c7d;max-width:720px;margin:0 auto}
.cards-asymmetric-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}
.card-asymmetric-item{background:#fff;border-radius:14px;padding:40px 32px;box-shadow:0 4px 16px #0000000f;transition:all .35s ease;position:relative;overflow:hidden}
.card-asymmetric-item::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:#95B18D;transform:scaleY(0);transition:transform .35s ease}
.card-asymmetric-item:hover{transform:translateY(-6px);box-shadow:0 12px 32px #95b18d33}
.card-asymmetric-item:hover::before{transform:scaleY(1)}
.card-asymmetric-item:nth-child(1){grid-column:1 / 2}
.card-asymmetric-item:nth-child(2){grid-column:2 / 3;margin-top:40px}
.card-asymmetric-item:nth-child(3){grid-column:1 / 2;margin-top:-20px}
.card-asymmetric-item h3{font-size:1.6rem;color:#1a1a1a;margin:0 0 18px;font-weight:600}
.card-asymmetric-item p{color:#4a5568;font-size:1rem;line-height:1.7;margin:0}
.testimonial-zigzag-section{background:#fff;padding:80px 20px}
.testimonial-zigzag-wrapper{max-width:1140px;margin:0 auto}
.testimonial-row-alternating{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;margin-bottom:65px}
.testimonial-row-alternating:last-child{margin-bottom:0}
.testimonial-row-alternating:nth-child(even) .testimonial-content-block{order:2}
.testimonial-row-alternating:nth-child(even) .testimonial-portrait-block{order:1}
.testimonial-portrait-block img{width:100%;height:380px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001a}
.testimonial-content-block{padding:25px 0}
.testimonial-content-block h3{font-size:1.85rem;color:#1a1a1a;margin:0 0 20px;font-weight:600}
.testimonial-content-block p{color:#4a5568;font-size:1.05rem;line-height:1.75;margin-bottom:16px}
.testimonial-author-info{margin-top:24px;padding-top:20px;border-top:2px solid #E6F2E7}
.testimonial-author-name{font-weight:600;color:#1a1a1a;font-size:1.08rem;margin-bottom:4px}
.testimonial-author-role{color:#95B18D;font-size:.95rem}
.visual-process-showcase{background:linear-gradient(135deg,#C8DBC1 0%,#E6F2E7 100%);padding:85px 20px;position:relative}
.process-showcase-container{max-width:1140px;margin:0 auto}
.process-header-block{text-align:center;margin-bottom:60px}
.process-header-block h2{font-size:2.5rem;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.process-header-block p{font-size:1.12rem;color:#2d3436;max-width:680px;margin:0 auto}
.process-visual-grid{display:grid;grid-template-columns:1.1fr 0.9fr;gap:55px;align-items:center}
.process-img-feature{position:relative}
.process-img-feature img{width:100%;height:450px;object-fit:cover;border-radius:16px;box-shadow:0 12px 35px #00000026}
.process-steps-list{background:#ffffffb3;backdrop-filter:blur(10px);padding:45px 38px;border-radius:14px;box-shadow:0 6px 20px #00000014}
.process-step-item{margin-bottom:32px;padding-left:65px;position:relative}
.process-step-item:last-child{margin-bottom:0}
.step-number-badge{position:absolute;left:0;top:0;width:48px;height:48px;background:#95B18D;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.3rem;box-shadow:0 4px 12px #95b18d4d}
.process-step-item h4{font-size:1.4rem;color:#1a1a1a;margin:0 0 12px;font-weight:600}
.process-step-item p{color:#4a5568;font-size:1rem;line-height:1.65;margin:0}
.final-cta-centered{background:#fff;padding:75px 20px;text-align:center}
.cta-centered-content{max-width:780px;margin:0 auto}
.cta-centered-content h2{font-size:2.6rem;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.cta-centered-content p{font-size:1.15rem;color:#4a5568;margin-bottom:38px;line-height:1.7}
.cta-btn-primary{background:#95B18D;color:#fff;padding:16px 48px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;display:inline-block;border:none;box-shadow:0 6px 20px #95b18d40}
.cta-btn-primary:hover{background:#7d9676;transform:translateY(-3px);box-shadow:0 10px 30px #95b18d59}
@media (max-width: 768px) {
.hero-content-grid{grid-template-columns:1fr;gap:35px}
.hero-text-block h1{font-size:2rem}
.hero-btn-group{flex-direction:column;gap:12px}
.btn-primary-hero,.btn-secondary-hero{text-align:center}
.hero-img-wrapper img{height:300px}
.diagonal-content-wrapper{grid-template-columns:1fr;gap:40px}
.diagonal-image-side{order:2}
.diagonal-text-side{order:1}
.diagonal-image-side img{height:320px}
.cards-asymmetric-grid{grid-template-columns:1fr;gap:25px}
.card-asymmetric-item:nth-child(2),.card-asymmetric-item:nth-child(3){margin-top:0}
.testimonial-row-alternating{grid-template-columns:1fr;gap:35px;margin-bottom:50px}
.testimonial-row-alternating:nth-child(even) .testimonial-content-block,.testimonial-row-alternating:nth-child(even) .testimonial-portrait-block{order:initial}
.testimonial-portrait-block img{height:280px}
.process-visual-grid{grid-template-columns:1fr;gap:40px}
.process-img-feature{order:2}
.process-steps-list{order:1}
.process-img-feature img{height:320px}
.process-step-item{padding-left:60px}
.step-number-badge{width:42px;height:42px;font-size:1.15rem}
.section-heading-center h2,.process-header-block h2,.cta-centered-content h2{font-size:1.9rem}
}
.kontakt-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#E6F2E7 100%);min-height:100vh}
.kontakt-hero-bereich{padding:80px 20px 60px;max-width:1200px;margin:0 auto;text-align:center}
.kontakt-hero-bereich h1{font-size:2.8rem;color:#2d3436;margin-bottom:20px;font-weight:700;line-height:1.2}
.kontakt-hero-bereich .untertitel-text{font-size:1.15rem;color:#636e72;max-width:680px;margin:0 auto 50px;line-height:1.7}
.kontakt-hauptinhalt{max-width:1200px;margin:0 auto;padding:0 20px 80px;display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}
.info-saeule{background:#fff;padding:45px;border-radius:12px;box-shadow:0 4px 15px #95b18d1f}
.info-saeule h2{font-size:1.9rem;color:#2d3436;margin-bottom:25px;font-weight:600}
.info-saeule p{color:#636e72;line-height:1.8;margin-bottom:35px;font-size:1.05rem}
.kontakt-detail-gruppe{margin-bottom:30px}
.kontakt-detail-gruppe h3{font-size:1rem;color:#95B18D;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;font-weight:600}
.kontakt-detail-gruppe a{color:#2d3436;text-decoration:none;font-size:1.1rem;display:block;margin-bottom:5px;transition:color .3s ease}
.kontakt-detail-gruppe a:hover{color:#95B18D}
.buero-adresse{color:#636e72;line-height:1.6;font-size:1.05rem}
.bild-dekoration{margin-top:35px;border-radius:8px;overflow:hidden}
.bild-dekoration img{width:100%;height:280px;object-fit:cover;display:block}
.formular-saeule{background:#fff;padding:50px;border-radius:12px;box-shadow:0 4px 15px #95b18d1f}
.formular-saeule h2{font-size:1.9rem;color:#2d3436;margin-bottom:15px;font-weight:600}
.formular-saeule .form-intro{color:#636e72;margin-bottom:35px;line-height:1.7;font-size:1.05rem}
.kontakt-formular-block{display:flex;flex-direction:column;gap:25px}
.eingabe-gruppe{display:flex;flex-direction:column}
.eingabe-gruppe label{font-size:.95rem;color:#2d3436;margin-bottom:8px;font-weight:500}
.eingabe-gruppe input,.eingabe-gruppe textarea{padding:14px 18px;border:2px solid #E6F2E7;border-radius:6px;font-size:1rem;color:#2d3436;background:#fafbfc;transition:all .3s ease}
.eingabe-gruppe input:focus,.eingabe-gruppe textarea:focus{outline:none;border-color:#95B18D;background:#fff}
.eingabe-gruppe textarea{min-height:150px;resize:vertical;font-family:inherit}
.datenschutz-zustimmung{display:flex;align-items:start;gap:12px;margin-top:10px}
.datenschutz-zustimmung input[type="checkbox"]{margin-top:4px;width:18px;height:18px;cursor:pointer}
.datenschutz-zustimmung label{font-size:.95rem;color:#636e72;line-height:1.6;cursor:pointer}
.datenschutz-zustimmung label a{color:#95B18D;text-decoration:underline}
.datenschutz-zustimmung label a:hover{color:#7a9874}
.absenden-knopf{background:linear-gradient(135deg,#95B18D 0%,#7a9874 100%);color:#fff;padding:16px 40px;border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:15px}
.absenden-knopf:hover{transform:translateY(-2px);box-shadow:0 6px 20px #95b18d4d}
.weitere-infos-bereich{max-width:1200px;margin:0 auto;padding:70px 20px;background:#fff;border-radius:12px;margin-bottom:60px}
.weitere-infos-bereich h2{font-size:2.2rem;color:#2d3436;text-align:center;margin-bottom:50px;font-weight:600}
.info-karten-raster{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.info-einzelkarte{padding:35px;border:2px solid #E6F2E7;border-radius:8px;transition:all .3s ease}
.info-einzelkarte:hover{border-color:#95B18D;box-shadow:0 4px 15px #95b18d26}
.info-einzelkarte h3{font-size:1.4rem;color:#2d3436;margin-bottom:15px;font-weight:600}
.info-einzelkarte p{color:#636e72;line-height:1.7;font-size:1.05rem}
.oeffnungszeiten-tabelle{margin-top:20px;width:100%}
.oeffnungszeiten-tabelle tr{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #E6F2E7}
.oeffnungszeiten-tabelle tr:last-child{border-bottom:none}
.oeffnungszeiten-tabelle td:first-child{color:#2d3436;font-weight:500}
.oeffnungszeiten-tabelle td:last-child{color:#636e72}
.bild-voller-breite{max-width:1200px;margin:60px auto;padding:0 20px}
.bild-voller-breite img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 8px 25px #00000014}
.anfahrt-sektion{max-width:1200px;margin:0 auto 80px;padding:60px 20px;background:linear-gradient(180deg,#E6F2E7 0%,white 100%);border-radius:12px}
.anfahrt-sektion h2{font-size:2rem;color:#2d3436;margin-bottom:35px;font-weight:600}
.anfahrt-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px}
.anfahrt-option{padding:30px;background:#fff;border-radius:8px;border-left:4px solid #95B18D}
.anfahrt-option h3{font-size:1.3rem;color:#2d3436;margin-bottom:15px;font-weight:600}
.anfahrt-option p{color:#636e72;line-height:1.8;margin-bottom:12px;font-size:1.05rem}
.anfahrt-option strong{color:#95B18D;font-weight:600}
@media (max-width: 968px) {
.kontakt-hauptinhalt{grid-template-columns:1fr;gap:40px}
.info-karten-raster{grid-template-columns:1fr;gap:25px}
.anfahrt-grid{grid-template-columns:1fr;gap:30px}
.kontakt-hero-bereich h1{font-size:2.2rem}
.formular-saeule,.info-saeule{padding:35px 25px}
}
@media (max-width: 640px) {
.kontakt-hero-bereich{padding:50px 15px 40px}
.kontakt-hero-bereich h1{font-size:1.9rem}
.bild-voller-breite img{height:250px}
.formular-saeule,.info-saeule{padding:25px 20px}
}
.ueber-uns-haupt{background:linear-gradient(135deg,#fafbfc 0%,#E6F2E7 100%);min-height:100vh}
.ueber-hero-bereich{padding:80px 20px 60px;max-width:1200px;margin:0 auto;position:relative}
.ueber-hero-inhalt h1{font-size:3.2rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.ueber-hero-inhalt p{font-size:1.25rem;color:#495057;line-height:1.7;max-width:720px}
.gruender-story-wrapper{background:#fff;padding:90px 20px;position:relative}
.gruender-story-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.gruender-bild-box{position:relative}
.gruender-bild-box img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #95b18d33}
.gruender-text-bereich h2{font-size:2.4rem;color:#212529;margin-bottom:28px;font-weight:600}
.gruender-text-bereich p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.werte-section{background:linear-gradient(to bottom,#E6F2E7 0%,#C8DBC1 100%);padding:85px 20px}
.werte-hauptbox{max-width:1150px;margin:0 auto}
.werte-titel{text-align:center;margin-bottom:70px}
.werte-titel h2{font-size:2.6rem;color:#212529;margin-bottom:18px;font-weight:600}
.werte-titel p{font-size:1.15rem;color:#343a40;max-width:680px;margin:0 auto;line-height:1.7}
.werte-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.werte-karte{background:#fff;padding:42px 32px;border-radius:8px;box-shadow:0 4px 16px #00000014;transition:transform .3s ease,box-shadow .3s ease}
.werte-karte:hover{transform:translateY(-6px);box-shadow:0 8px 28px #95b18d40}
.werte-karte h3{font-size:1.5rem;color:#95B18D;margin-bottom:16px;font-weight:600}
.werte-karte p{font-size:1rem;color:#495057;line-height:1.7}
.team-bereich-voll{background:#f8f9fa;padding:90px 20px}
.team-container-zentral{max-width:1200px;margin:0 auto}
.team-kopfzeile{text-align:center;margin-bottom:65px}
.team-kopfzeile h2{font-size:2.5rem;color:#212529;margin-bottom:20px;font-weight:600}
.team-kopfzeile p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.team-mitglieder-flex{display:flex;justify-content:center;gap:50px;flex-wrap:wrap}
.team-mitglied-karte{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 6px 20px #0000001a;max-width:340px;transition:transform .3s ease}
.team-mitglied-karte:hover{transform:scale(1.03)}
.team-foto-box img{width:100%;height:380px;object-fit:cover}
.team-info-inhalt{padding:28px 24px}
.team-info-inhalt h3{font-size:1.4rem;color:#212529;margin-bottom:8px;font-weight:600}
.team-info-inhalt .position-text{font-size:.95rem;color:#95B18D;margin-bottom:14px;font-weight:500}
.team-info-inhalt p{font-size:.98rem;color:#495057;line-height:1.6}
.methodik-sektion{background:#fff;padding:85px 20px}
.methodik-wrapper{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:45% 55%;gap:55px;align-items:start}
.methodik-bilder-stapel{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.methodik-bild-einzeln{position:relative}
.methodik-bild-einzeln img{width:100%;height:240px;object-fit:cover;border-radius:8px;box-shadow:0 4px 12px #0000001a}
.methodik-bild-einzeln:nth-child(1){margin-top:40px}
.methodik-text-spalte h2{font-size:2.3rem;color:#212529;margin-bottom:26px;font-weight:600}
.methodik-text-spalte p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:22px}
.methodik-cta-button{display:inline-block;background:#95B18D;color:#fff;padding:14px 36px;border-radius:6px;text-decoration:none;font-size:1.05rem;font-weight:600;transition:background .3s ease,transform .2s ease;margin-top:10px}
.methodik-cta-button:hover{background:#7a9a72;transform:translateY(-2px)}
.kontakt-banner-block{background:linear-gradient(135deg,#C8DBC1 0%,#95B18D 100%);padding:70px 20px;text-align:center}
.kontakt-banner-inhalt{max-width:800px;margin:0 auto}
.kontakt-banner-inhalt h2{font-size:2.4rem;color:#fff;margin-bottom:20px;font-weight:600}
.kontakt-banner-inhalt p{font-size:1.15rem;color:#fff;margin-bottom:32px;line-height:1.7}
.kontakt-buttons-reihe{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.kontakt-btn-primar{background:#fff;color:#95B18D;padding:14px 38px;border-radius:6px;text-decoration:none;font-size:1.05rem;font-weight:600;transition:background .3s ease,color .3s ease}
.kontakt-btn-primar:hover{background:#E6F2E7;color:#7a9a72}
.kontakt-btn-sekundar{background:transparent;color:#fff;padding:14px 38px;border:2px solid #fff;border-radius:6px;text-decoration:none;font-size:1.05rem;font-weight:600;transition:background .3s ease,color .3s ease}
.kontakt-btn-sekundar:hover{background:#fff;color:#95B18D}
@media (max-width: 768px) {
.ueber-hero-inhalt h1{font-size:2.2rem}
.gruender-story-container{grid-template-columns:1fr;gap:40px}
.gruender-bild-box img{height:360px}
.werte-grid{grid-template-columns:1fr;gap:30px}
.team-mitglieder-flex{flex-direction:column;align-items:center}
.methodik-wrapper{grid-template-columns:1fr;gap:40px}
.methodik-bilder-stapel{grid-template-columns:1fr}
.methodik-bild-einzeln:nth-child(1){margin-top:0}
.kontakt-buttons-reihe{flex-direction:column;align-items:center}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.cookie-hero-section{background:linear-gradient(to right,#E6F2E7,#fff);padding:80px 20px 60px;text-align:center;border-bottom:3px solid #95B18D}
.cookie-hero-section h1{font-size:2.8rem;color:#212529;margin:0 0 20px;font-weight:700;line-height:1.2}
.cookie-hero-section .update-date{font-size:1rem;color:#495057;margin:0}
.cookie-content-container{max-width:920px;margin:0 auto;padding:60px 25px 80px}
.cookie-intro-block{background:#fff;padding:40px;border-radius:8px;margin-bottom:50px;box-shadow:0 2px 8px #0000000f;border-left:5px solid #95B18D}
.cookie-intro-block p{font-size:1.1rem;line-height:1.7;color:#343a40;margin:0 0 18px}
.cookie-intro-block p:last-child{margin-bottom:0}
.cookie-section-wrapper{margin-bottom:45px}
.cookie-section-title{font-size:2rem;color:#212529;margin:0 0 25px;font-weight:600;position:relative;padding-left:18px}
.cookie-section-title:before{content:'';position:absolute;left:0;top:8px;width:5px;height:28px;background:#95B18D;border-radius:3px}
.cookie-text-block{background:#fff;padding:35px;border-radius:6px;margin-bottom:30px;box-shadow:0 1px 4px #0000000a}
.cookie-text-block h3{font-size:1.5rem;color:#212529;margin:0 0 18px;font-weight:600}
.cookie-text-block p{font-size:1.05rem;line-height:1.75;color:#495057;margin:0 0 16px}
.cookie-text-block p:last-child{margin-bottom:0}
.cookie-types-grid{display:grid;grid-template-columns:1fr;gap:25px;margin:35px 0}
.cookie-type-card{background:linear-gradient(135deg,#fff 0%,#E6F2E7 100%);padding:30px;border-radius:8px;border:2px solid #C8DBC1;transition:transform .3s ease,box-shadow .3s ease}
.cookie-type-card:hover{transform:translateY(-3px);box-shadow:0 6px 16px #95b18d33}
.cookie-type-card h4{font-size:1.35rem;color:#212529;margin:0 0 15px;font-weight:600;display:flex;align-items:center;gap:10px}
.cookie-type-card h4:before{content:'→';color:#95B18D;font-weight:700;font-size:1.5rem}
.cookie-type-card p{font-size:1.05rem;line-height:1.7;color:#343a40;margin:0}
.cookie-list-container{background:#f8f9fa;padding:30px;border-radius:6px;margin:30px 0}
.cookie-list-container ul{list-style:none;padding:0;margin:0}
.cookie-list-container li{font-size:1.05rem;line-height:1.7;color:#495057;margin-bottom:15px;padding-left:30px;position:relative}
.cookie-list-container li:before{content:'';position:absolute;left:0;color:#95B18D;font-weight:700;font-size:1.3rem}
.cookie-control-section{background:linear-gradient(to bottom right,#C8DBC1,#E6F2E7);padding:45px;border-radius:8px;margin:40px 0;border:2px solid #95B18D}
.cookie-control-section h3{font-size:1.7rem;color:#212529;margin:0 0 25px;font-weight:600}
.cookie-control-section p{font-size:1.05rem;line-height:1.75;color:#343a40;margin:0 0 18px}
.browser-instructions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:30px}
.browser-card{background:#fff;padding:25px;border-radius:6px;text-align:center;box-shadow:0 2px 6px #0000000d}
.browser-card h5{font-size:1.2rem;color:#212529;margin:0 0 12px;font-weight:600}
.browser-card p{font-size:.95rem;color:#495057;margin:0;line-height:1.6}
.cookie-retention-block{background:#fff;padding:40px;border-radius:8px;margin:35px 0;border-top:4px solid #95B18D;box-shadow:0 3px 10px #0000000f}
.cookie-retention-block h3{font-size:1.6rem;color:#212529;margin:0 0 20px;font-weight:600}
.cookie-retention-block p{font-size:1.05rem;line-height:1.75;color:#495057;margin:0 0 16px}
.cookie-contact-footer{background:linear-gradient(to right,#95B18D,#C8DBC1);padding:50px 35px;border-radius:8px;text-align:center;margin-top:50px}
.cookie-contact-footer h3{font-size:1.8rem;color:#fff;margin:0 0 20px;font-weight:600}
.cookie-contact-footer p{font-size:1.1rem;color:#fff;margin:0 0 12px;line-height:1.6}
.cookie-contact-footer a{color:#fff;text-decoration:underline;font-weight:500;transition:opacity .3s ease}
.cookie-contact-footer a:hover{opacity:.85}
@media (max-width: 768px) {
.cookie-hero-section{padding:60px 20px 40px}
.cookie-hero-section h1{font-size:2rem}
.cookie-content-container{padding:40px 20px 60px}
.cookie-intro-block{padding:30px 25px}
.cookie-section-title{font-size:1.6rem}
.cookie-text-block{padding:25px 20px}
.cookie-type-card{padding:25px 20px}
.cookie-control-section{padding:30px 25px}
.browser-instructions-grid{grid-template-columns:1fr}
.cookie-contact-footer{padding:40px 25px}
}
@media (max-width: 480px) {
.cookie-hero-section h1{font-size:1.7rem}
.cookie-section-title{font-size:1.4rem}
.cookie-type-card h4{font-size:1.2rem}
}
.datenschutz-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#E6F2E7 100%);min-height:100vh;padding:60px 20px}
.datenschutz-container{max-width:920px;margin:0 auto;background:#fff;padding:70px 55px;border-radius:6px;box-shadow:0 2px 12px #95b18d1f}
.datenschutz-header{margin-bottom:50px;border-bottom:3px solid #95B18D;padding-bottom:30px}
.datenschutz-header h1{font-size:2.6em;color:#212529;margin-bottom:18px;font-weight:700;letter-spacing:-.5px}
.datenschutz-updated{color:#495057;font-size:.95em;font-style:italic;margin-top:12px}
.datenschutz-intro{background:#E6F2E7;padding:28px 32px;border-left:5px solid #95B18D;margin-bottom:45px;border-radius:3px}
.datenschutz-intro p{color:#343a40;line-height:1.7;margin:0;font-size:1.05em}
.datenschutz-section{margin-bottom:48px}
.datenschutz-section h2{font-size:1.75em;color:#212529;margin-bottom:20px;font-weight:600;position:relative;padding-left:20px}
.datenschutz-section h2:before{content:'';position:absolute;left:0;top:8px;width:6px;height:24px;background:#95B18D;border-radius:2px}
.datenschutz-section h3{font-size:1.35em;color:#343a40;margin-top:32px;margin-bottom:16px;font-weight:600}
.datenschutz-section p{color:#495057;line-height:1.8;margin-bottom:18px;font-size:1.02em}
.datenschutz-section ul{margin:20px 0;padding-left:0;list-style:none}
.datenschutz-section ul li{color:#495057;line-height:1.75;margin-bottom:12px;padding-left:32px;position:relative;font-size:1.02em}
.datenschutz-section ul li:before{content:'';position:absolute;left:0;color:#95B18D;font-weight:700;font-size:1.2em}
.datenschutz-highlight-box{background:#C8DBC1;padding:24px 28px;border-radius:4px;margin:28px 0}
.datenschutz-highlight-box p{color:#212529;margin:0;font-weight:500}
.datenschutz-table-wrapper{overflow-x:auto;margin:28px 0}
.datenschutz-info-table{width:100%;border-collapse:collapse;background:#fafbfc}
.datenschutz-info-table th{background:#95B18D;color:#fff;padding:16px;text-align:left;font-weight:600;font-size:1.05em}
.datenschutz-info-table td{padding:16px;border-bottom:1px solid #C8DBC1;color:#495057;line-height:1.7}
.datenschutz-info-table tr:last-child td{border-bottom:none}
.datenschutz-contact-block{background:linear-gradient(135deg,#E6F2E7 0%,#C8DBC1 100%);padding:35px 40px;border-radius:5px;margin-top:50px}
.datenschutz-contact-block h2{font-size:1.65em;color:#212529;margin-bottom:20px}
.datenschutz-contact-block h2:before{display:none}
.datenschutz-contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-top:24px}
.datenschutz-contact-item{display:flex;align-items:flex-start;gap:14px}
.datenschutz-contact-item i{color:#95B18D;font-size:1.4em;margin-top:3px}
.datenschutz-contact-item div p{color:#343a40;margin:0;line-height:1.6;font-size:.98em}
.datenschutz-contact-item div p:first-child{font-weight:600;margin-bottom:4px}
.datenschutz-rights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin:28px 0}
.datenschutz-right-card{background:#fafbfc;padding:22px 26px;border-left:4px solid #95B18D;border-radius:3px}
.datenschutz-right-card h4{color:#212529;font-size:1.15em;margin-bottom:10px;font-weight:600}
.datenschutz-right-card p{color:#495057;margin:0;font-size:.96em;line-height:1.65}
.datenschutz-footer-note{margin-top:50px;padding-top:30px;border-top:2px solid #C8DBC1;text-align:center}
.datenschutz-footer-note p{color:#495057;font-size:.93em;line-height:1.7}
.datenschutz-link-button{display:inline-block;margin-top:20px;padding:13px 28px;background:#95B18D;color:#fff;text-decoration:none;border-radius:4px;font-weight:600;transition:all .3s ease}
.datenschutz-link-button:hover{background:#7a9674;transform:translateY(-2px);box-shadow:0 4px 12px #95b18d4d}
@media (max-width: 768px) {
.datenschutz-wrapper{padding:30px 15px}
.datenschutz-container{padding:40px 25px}
.datenschutz-header h1{font-size:2em}
.datenschutz-section h2{font-size:1.5em}
.datenschutz-contact-info{grid-template-columns:1fr}
.datenschutz-rights-grid{grid-template-columns:1fr}
.datenschutz-info-table{font-size:.9em}
.datenschutz-info-table th,.datenschutz-info-table td{padding:12px 10px}
}
@media (max-width: 480px) {
.datenschutz-header h1{font-size:1.7em}
.datenschutz-section h2{font-size:1.35em}
.datenschutz-intro{padding:20px 22px}
}
.erfolg-hero-zone{background:linear-gradient(135deg,#E6F2E7 0%,#C8DBC1 50%,#95B18D 100%);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.erfolg-hero-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:#ffffff1a;border-radius:50%;z-index:1}
.erfolg-hero-zone::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#ffffff14;border-radius:50%;z-index:1}
.erfolg-container-main{max-width:720px;margin:0 auto;position:relative;z-index:2}
.erfolg-check-symbol{width:90px;height:90px;margin:0 auto 30px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #95b18d4d;animation:erfolg-bounce .6s ease-out}
@keyframes erfolg-bounce {
0%{transform:scale(0) rotate(-180deg);opacity:0}
50%{transform:scale(1.1) rotate(10deg)}
100%{transform:scale(1) rotate(0);opacity:1}
}
.erfolg-check-symbol i{font-size:48px;color:#95B18D}
.erfolg-haupt-titel{font-size:42px;font-weight:700;color:#212529;margin:0 0 18px;line-height:1.2}
.erfolg-unter-text{font-size:19px;color:#495057;line-height:1.6;margin:0 0 40px}
.erfolg-info-bereich{background:#fff;padding:50px 20px}
.erfolg-info-inneres{max-width:680px;margin:0 auto}
.erfolg-nachricht-box{background:#fafbfc;border-left:4px solid #95B18D;padding:28px 32px;margin:0 0 35px;border-radius:0 8px 8px 0}
.erfolg-nachricht-box h2{font-size:24px;font-weight:600;color:#212529;margin:0 0 14px}
.erfolg-nachricht-box p{font-size:16px;color:#495057;line-height:1.7;margin:0 0 12px}
.erfolg-nachricht-box p:last-child{margin:0}
.erfolg-schritte-wrapper{margin:0 0 45px}
.erfolg-schritt-element{display:flex;gap:20px;margin:0 0 24px;align-items:flex-start}
.erfolg-schritt-nummer{min-width:44px;height:44px;background:linear-gradient(135deg,#95B18D,#C8DBC1);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#fff;flex-shrink:0}
.erfolg-schritt-inhalt h3{font-size:18px;font-weight:600;color:#212529;margin:0 0 8px}
.erfolg-schritt-inhalt p{font-size:15px;color:#495057;line-height:1.6;margin:0}
.erfolg-zeitrahmen-hinweis{background:#E6F2E7;padding:22px 28px;border-radius:8px;margin:0 0 40px;text-align:center}
.erfolg-zeitrahmen-hinweis p{font-size:16px;color:#343a40;margin:0;line-height:1.6}
.erfolg-zeitrahmen-hinweis strong{color:#95B18D;font-weight:600}
.erfolg-button-gruppe{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin:0 0 50px}
.erfolg-btn-hauptseite{display:inline-flex;align-items:center;gap:10px;background:#95B18D;color:#fff;padding:16px 32px;border-radius:8px;text-decoration:none;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #95b18d4d}
.erfolg-btn-hauptseite:hover{background:#7d9876;transform:translateY(-2px);box-shadow:0 6px 18px #95b18d66;color:#fff}
.erfolg-btn-sekundaer{display:inline-flex;align-items:center;gap:10px;background:#fff;color:#95B18D;padding:16px 32px;border-radius:8px;text-decoration:none;font-size:17px;font-weight:600;border:2px solid #95B18D;transition:all .3s ease}
.erfolg-btn-sekundaer:hover{background:#E6F2E7;transform:translateY(-2px);color:#95B18D}
.erfolg-kontakt-karte{background:#fafbfc;padding:35px 30px;border-radius:12px;border:1px solid #e0e5e9}
.erfolg-kontakt-karte h3{font-size:22px;font-weight:600;color:#212529;margin:0 0 20px;text-align:center}
.erfolg-kontakt-zeile{display:flex;align-items:center;gap:14px;margin:0 0 16px;padding:12px;background:#fff;border-radius:6px}
.erfolg-kontakt-zeile:last-child{margin:0}
.erfolg-kontakt-zeile i{font-size:22px;color:#95B18D;min-width:28px}
.erfolg-kontakt-zeile a{color:#495057;text-decoration:none;font-size:15px;transition:color .3s ease}
.erfolg-kontakt-zeile a:hover{color:#95B18D}
.erfolg-kontakt-zeile span{color:#495057;font-size:15px}
@media (max-width: 768px) {
.erfolg-hero-zone{padding:60px 16px 40px}
.erfolg-haupt-titel{font-size:32px}
.erfolg-unter-text{font-size:17px}
.erfolg-check-symbol{width:75px;height:75px}
.erfolg-check-symbol i{font-size:38px}
.erfolg-nachricht-box{padding:22px 20px}
.erfolg-nachricht-box h2{font-size:21px}
.erfolg-button-gruppe{flex-direction:column;gap:12px}
.erfolg-btn-hauptseite,.erfolg-btn-sekundaer{width:100%;justify-content:center}
.erfolg-schritt-element{gap:16px}
.erfolg-schritt-nummer{min-width:38px;height:38px;font-size:16px}
.erfolg-kontakt-karte{padding:28px 20px}
}
@media (max-width: 480px) {
.erfolg-haupt-titel{font-size:28px}
.erfolg-unter-text{font-size:16px}
.erfolg-nachricht-box{border-left-width:3px;padding:18px 16px}
}