:root{--primary-clr:#989283;--secondary-clr:#C0BBA7;--tertiary-clr:#EDE1D0;--text-dark:#212529;--text-medium:#495057;--bg-light:#fff;--bg-cream:#fafbfc;--bg-soft:#f8f9fa;--shadow-sm:0 2px 6px #98928314;--shadow-md:0 4px 12px #9892831f;--shadow-lg:0 8px 24px #98928329}
*{margin:0;padding:0;box-sizing:border-box}
body{color:var(--text-dark);min-height:100vh;display:flex;flex-direction:column;font:16px/1.7 'General Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;background:var(--bg-cream)}
main{flex:1}
header{background:linear-gradient(135deg,var(--bg-light) 0%,var(--tertiary-clr) 100%);border-bottom:1px solid #98928326;box-shadow:var(--shadow-sm)}
.header_top_row_8kz{display:flex;justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:18px 32px;gap:24px}
.logo__wrapper_9xp{display:flex;align-items:center;gap:14px;position:relative;z-index:10}
.logo_image_5vn{height:58px;width:58px;object-fit:contain;object-position:center}
.company__name_7mq{font-size:1.45rem;font-weight:600;color:var(--text-dark);letter-spacing:-.02em}
.contact__info_2rt{display:flex;align-items:center;gap:22px}
.contact_item_4wl{display:flex;align-items:center;gap:8px;font-size:.95rem;color:var(--text-medium);text-decoration:none;transition:color .25s ease}
.contact_item_4wl:hover{color:var(--primary-clr)}
.contact_item_4wl .oi{font-size:.85rem;opacity:.75}
.header_nav_row_3bk{background:linear-gradient(135deg,var(--primary-clr) 0%,var(--secondary-clr) 100%);border-top:1px solid #ffffff1a}
.main__navigation_6hp{max-width:1280px;margin:0 auto;padding:0 32px}
.nav_menu_list_1qw{display:flex;justify-content:center;align-items:center;list-style:none;gap:4px}
.nav__menu_item_8df{position:relative}
.nav_link_5tz{display:block;padding:16px 26px;color:var(--bg-light);text-decoration:none;font-size:.98rem;font-weight:500;letter-spacing:.01em;transition:background-color .25s ease,color .25s ease;position:relative}
.nav_link_5tz:hover,.nav_link_5tz:focus{outline:none;background:#ffffff1f}
.nav_link_5tz:focus-visible{outline:2px solid var(--bg-light);outline-offset:-2px}
footer{background:linear-gradient(135deg,#2d2d2d 0%,#3a3a3a 100%);color:#e8e8e8;margin-top:80px;border-top:3px solid var(--primary-clr)}
.footer__container_7xm{max-width:1280px;margin:0 auto;padding:56px 32px 32px}
.footer_grid_9pk{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:48px;margin-bottom:42px}
.footer_section_2vr h3{font-size:1.15rem;font-weight:600;color:var(--tertiary-clr);margin-bottom:18px;letter-spacing:.02em}
.footer_section_2vr p,.footer_section_2vr address{font-size:.92rem;line-height:1.8;color:#d4d4d4;font-style:normal;margin-bottom:12px}
.footer_section_2vr a{color:#e8e8e8;text-decoration:none;transition:color .25s ease;display:inline-block}
.footer_section_2vr a:hover,.footer_section_2vr a:focus{color:var(--secondary-clr);outline:none}
.footer_section_2vr a:focus-visible{outline:2px solid var(--secondary-clr);outline-offset:2px}
.footer__links_8hq{list-style:none}
.footer__links_8hq li{margin-bottom:11px}
.footer__links_8hq a{font-size:.92rem}
.footer_logo_img_4kx{height:52px;width:52px;object-fit:contain;margin-bottom:16px}
.footer_divider_3bw{height:1px;background:linear-gradient(90deg,transparent 0%,#c0bba74d 50%,transparent 100%);margin:32px 0 24px}
.footer_bottom_6rn{text-align:center;font-size:.88rem;color:#b8b8b8;padding-top:8px}
.consent_popup_overlay_7km{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(180deg,#0000 0%,#000000b3 100%);display:flex;justify-content:center;align-items:flex-end;z-index:9999;padding:0;animation:slideUpFade .4s cubic-bezier(0.4,0,0.2,1)}
@keyframes slideUpFade {
from{opacity:0;transform:translateY(100%)}
to{opacity:1;transform:translateY(0)}
}
.consent_card_container_9xb{background:var(--bg-light);border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 -8px 32px #0003;max-width:720px;width:100%;padding:32px 28px 28px}
.consent_text_header_4pz{font-size:1.28rem;font-weight:600;color:var(--text-dark);margin-bottom:14px;line-height:1.3}
.consent_description_8vm{font-size:.95rem;color:var(--text-medium);line-height:1.65;margin-bottom:24px}
.consent_button_group_5qn{display:flex;gap:12px;flex-wrap:wrap}
.consent_btn_primary_2wk,.consent_btn_secondary_7hp,.consent_link_policy_3mx{padding:13px 24px;border-radius:8px;font-size:.94rem;font-weight:500;cursor:pointer;transition:all .25s ease;border:none;text-decoration:none;display:inline-block;text-align:center;min-width:140px}
.consent_btn_primary_2wk{background:linear-gradient(135deg,var(--primary-clr) 0%,var(--secondary-clr) 100%);color:var(--bg-light)}
.consent_btn_primary_2wk:hover{opacity:.88}
.consent_btn_secondary_7hp{background:var(--bg-soft);color:var(--text-dark);border:1px solid #9892834d}
.consent_btn_secondary_7hp:hover{background:#e9ecef}
.consent_link_policy_3mx{background:none;color:var(--primary-clr);border:1px solid var(--primary-clr);padding:13px 20px;min-width:auto}
.consent_link_policy_3mx:hover{background:#98928314}
.consent_btn_primary_2wk:focus-visible,.consent_btn_secondary_7hp:focus-visible,.consent_link_policy_3mx:focus-visible{outline:2px solid var(--primary-clr);outline-offset:2px}
@media (max-width: 768px) {
.header_top_row_8kz{flex-direction:column;align-items:flex-start;padding:16px 20px}
.contact__info_2rt{flex-direction:column;align-items:flex-start;gap:12px;width:100%}
.company__name_7mq{font-size:1.25rem}
.logo_image_5vn{height:48px;width:48px}
.main__navigation_6hp{padding:0 20px}
.nav_menu_list_1qw{flex-direction:column;align-items:stretch;gap:0}
.nav_link_5tz{padding:14px 20px;border-bottom:1px solid #ffffff1a}
.footer__container_7xm{padding:42px 20px 24px}
.footer_grid_9pk{grid-template-columns:1fr;gap:32px}
.consent_card_container_9xb{padding:24px 20px 22px;border-radius:0}
.consent_text_header_4pz{font-size:1.12rem}
.consent_description_8vm{font-size:.9rem}
.consent_button_group_5qn{flex-direction:column}
.consent_btn_primary_2wk,.consent_btn_secondary_7hp,.consent_link_policy_3mx{width:100%;min-width:auto}
}
@media (max-width: 480px) {
.logo__wrapper_9xp{gap:10px}
.company__name_7mq{font-size:1.1rem}
.contact_item_4wl{font-size:.88rem}
.nav_link_5tz{font-size:.92rem}
.consent_text_header_4pz{font-size:1.05rem}
}
.studentprojects-hero-wrap{background:linear-gradient(135deg,#EDE1D0 0%,#C0BBA7 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.studentprojects-hero-wrap::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#98928326;border-radius:50%}
.studentprojects-hero-content{max-width:920px;margin:0 auto;position:relative;z-index:2}
.studentprojects-hero-content h1{font-size:2.8em;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.studentprojects-hero-content p{font-size:1.15em;color:#495057;line-height:1.7;margin-bottom:15px}
.studentprojects-showcase-grid{padding:90px 20px;background:#fff}
.studentprojects-showcase-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.studentprojects-showcase-visual img{width:100%;height:420px;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #0000001f}
.studentprojects-showcase-text h2{font-size:2.2em;color:#212529;margin-bottom:25px;font-weight:600}
.studentprojects-showcase-text p{font-size:1.05em;color:#495057;line-height:1.8;margin-bottom:20px}
.studentprojects-showcase-list{list-style:none;padding:0;margin:25px 0}
.studentprojects-showcase-list li{padding:12px 0 12px 30px;position:relative;color:#343a40;font-size:1.02em;line-height:1.6}
.studentprojects-showcase-list li::before{content:'→';position:absolute;left:0;color:#989283;font-weight:700}
.studentprojects-mentors-section{padding:85px 20px;background:#f8f9fa;position:relative}
.studentprojects-mentors-container{max-width:1150px;margin:0 auto}
.studentprojects-mentors-heading{text-align:center;margin-bottom:60px}
.studentprojects-mentors-heading h2{font-size:2.4em;color:#212529;margin-bottom:18px;font-weight:600}
.studentprojects-mentors-heading p{font-size:1.1em;color:#495057;max-width:720px;margin:0 auto;line-height:1.7}
.studentprojects-mentors-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.studentprojects-mentor-card{background:#fff;border-radius:10px;padding:35px 28px;box-shadow:0 4px 16px #00000014;text-align:center;transition:transform .3s ease,box-shadow .3s ease}
.studentprojects-mentor-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00000024}
.studentprojects-mentor-photo{width:140px;height:140px;border-radius:50%;margin:0 auto 22px;overflow:hidden;border:4px solid #EDE1D0}
.studentprojects-mentor-photo img{width:100%;height:100%;object-fit:cover}
.studentprojects-mentor-card h3{font-size:1.4em;color:#212529;margin-bottom:8px;font-weight:600}
.studentprojects-mentor-card .mentor-role{font-size:.95em;color:#989283;margin-bottom:16px;font-weight:500}
.studentprojects-mentor-card p{font-size:.98em;color:#495057;line-height:1.7}
.studentprojects-timeline-wrapper{padding:90px 20px;background:linear-gradient(180deg,#fff 0%,#fafbfc 100%)}
.studentprojects-timeline-content{max-width:980px;margin:0 auto}
.studentprojects-timeline-content h2{font-size:2.3em;color:#212529;text-align:center;margin-bottom:55px;font-weight:600}
.studentprojects-timeline-phases{position:relative;padding-left:0}
.studentprojects-phase-item{display:flex;gap:35px;margin-bottom:50px;align-items:flex-start}
.studentprojects-phase-marker{flex-shrink:0;width:70px;height:70px;background:linear-gradient(135deg,#989283,#C0BBA7);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5em;font-weight:700;box-shadow:0 4px 12px #9892834d}
.studentprojects-phase-details h3{font-size:1.6em;color:#212529;margin-bottom:12px;font-weight:600}
.studentprojects-phase-details p{font-size:1.05em;color:#495057;line-height:1.75;margin-bottom:10px}
.studentprojects-phase-meta{display:inline-block;background:#EDE1D0;color:#343a40;padding:6px 16px;border-radius:20px;font-size:.9em;font-weight:500;margin-top:10px}
.studentprojects-cta-block{padding:80px 20px;background:linear-gradient(135deg,#C0BBA7 0%,#989283 100%);text-align:center}
.studentprojects-cta-inner{max-width:820px;margin:0 auto}
.studentprojects-cta-inner h2{font-size:2.5em;color:#fff;margin-bottom:22px;font-weight:600}
.studentprojects-cta-inner p{font-size:1.15em;color:#f8f9fa;line-height:1.7;margin-bottom:35px}
.studentprojects-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.studentprojects-btn-primary{background:#fff;color:#343a40;padding:16px 40px;border-radius:6px;text-decoration:none;font-size:1.05em;font-weight:600;box-shadow:0 4px 12px #00000026;transition:all .3s ease;display:inline-block}
.studentprojects-btn-primary:hover{background:#EDE1D0;transform:translateY(-2px);box-shadow:0 6px 18px #0003}
.studentprojects-btn-secondary{background:none;color:#fff;padding:16px 40px;border:2px solid #fff;border-radius:6px;text-decoration:none;font-size:1.05em;font-weight:600;transition:all .3s ease;display:inline-block}
.studentprojects-btn-secondary:hover{background:#fff;color:#343a40;transform:translateY(-2px)}
@media (max-width: 768px) {
.studentprojects-hero-content h1{font-size:2em}
.studentprojects-showcase-inner{grid-template-columns:1fr;gap:35px}
.studentprojects-showcase-visual img{height:320px}
.studentprojects-mentors-grid{grid-template-columns:1fr;gap:30px}
.studentprojects-phase-item{flex-direction:column;gap:20px}
.studentprojects-phase-marker{width:60px;height:60px;font-size:1.3em}
.studentprojects-cta-buttons{flex-direction:column;align-items:center}
.studentprojects-btn-primary,.studentprojects-btn-secondary{width:100%;max-width:320px}
}
.techreq-wrapper-main{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.techreq-hero-section{background:linear-gradient(165deg,#EDE1D0 0%,#C0BBA7 100%);padding:5rem 1.5rem 4rem;position:relative;overflow:hidden}
.techreq-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff1a;border-radius:50%;z-index:1}
.techreq-hero-content{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.techreq-hero-title{font-size:2.8rem;color:#212529;font-weight:700;margin-bottom:1.5rem;line-height:1.2}
.techreq-hero-subtitle{font-size:1.25rem;color:#495057;margin-bottom:2rem;line-height:1.6;max-width:720px}
.techreq-main-content-zone{max-width:1240px;margin:0 auto;padding:4rem 1.5rem}
.techreq-zigzag-container{display:flex;flex-direction:column;gap:5rem;margin-bottom:3rem}
.techreq-zigzag-row{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.techreq-zigzag-row.reverse{direction:rtl}
.techreq-zigzag-row.reverse > *{direction:ltr}
.techreq-content-block{padding:2rem}
.techreq-block-label{display:inline-block;background:#989283;color:#fff;padding:.5rem 1.2rem;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:.5px}
.techreq-block-heading{font-size:2rem;color:#212529;font-weight:700;margin-bottom:1.2rem;line-height:1.3}
.techreq-block-text{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:1rem}
.techreq-image-wrapper{border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #98928326;position:relative}
.techreq-image-wrapper img{width:100%;height:420px;object-fit:cover;display:block}
.techreq-specs-section{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 4px 16px #0000000f;margin-bottom:4rem}
.techreq-specs-header{text-align:center;margin-bottom:3rem}
.techreq-specs-title{font-size:2.2rem;color:#212529;font-weight:700;margin-bottom:1rem}
.techreq-specs-intro{font-size:1.1rem;color:#495057;line-height:1.6;max-width:800px;margin:0 auto}
.techreq-requirements-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}
.techreq-req-card{background:#f8f9fa;border-radius:12px;padding:2rem;border-left:4px solid #989283;transition:transform .3s ease,box-shadow .3s ease}
.techreq-req-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #98928333}
.techreq-req-icon{font-size:2rem;color:#989283;margin-bottom:1rem}
.techreq-req-title{font-size:1.4rem;color:#212529;font-weight:600;margin-bottom:1rem}
.techreq-req-list{list-style:none;padding:0;margin:0}
.techreq-req-list li{font-size:1rem;color:#495057;line-height:1.8;padding-left:1.5rem;position:relative;margin-bottom:.5rem}
.techreq-req-list li::before{content:'';position:absolute;left:0;color:#989283;font-weight:700}
.techreq-comparison-table-wrapper{overflow-x:auto;margin-bottom:3rem}
.techreq-comparison-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}
.techreq-comparison-table thead{background:linear-gradient(135deg,#989283 0%,#C0BBA7 100%)}
.techreq-comparison-table th{padding:1.2rem;text-align:left;color:#fff;font-weight:600;font-size:1rem}
.techreq-comparison-table td{padding:1rem 1.2rem;border-bottom:1px solid #f0f0f0;color:#495057;font-size:.95rem}
.techreq-comparison-table tbody tr:hover{background:#fafbfc}
.techreq-comparison-table tbody tr:last-child td{border-bottom:none}
.techreq-experts-section{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:16px;padding:3rem;margin-bottom:4rem}
.techreq-experts-header{text-align:center;margin-bottom:3rem}
.techreq-experts-heading{font-size:2.2rem;color:#212529;font-weight:700;margin-bottom:1rem}
.techreq-experts-subtext{font-size:1.1rem;color:#495057;line-height:1.6}
.techreq-experts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}
.techreq-expert-profile{display:flex;gap:1.5rem;align-items:flex-start;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000000d}
.techreq-expert-image{flex-shrink:0}
.techreq-expert-image img{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid #C0BBA7}
.techreq-expert-details{flex-grow:1}
.techreq-expert-name{font-size:1.3rem;color:#212529;font-weight:700;margin-bottom:.5rem}
.techreq-expert-role{font-size:.95rem;color:#989283;font-weight:600;margin-bottom:1rem}
.techreq-expert-bio{font-size:.95rem;color:#495057;line-height:1.6}
.techreq-cta-section{background:linear-gradient(135deg,#989283 0%,#C0BBA7 100%);border-radius:16px;padding:3.5rem 2.5rem;text-align:center;position:relative;overflow:hidden}
.techreq-cta-section::after{content:'';position:absolute;bottom:-50px;left:-50px;width:300px;height:300px;background:#ffffff14;border-radius:50%}
.techreq-cta-title{font-size:2rem;color:#fff;font-weight:700;margin-bottom:1rem;position:relative;z-index:2}
.techreq-cta-description{font-size:1.1rem;color:#fff;line-height:1.6;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto;position:relative;z-index:2}
.techreq-cta-button{display:inline-block;background:#fff;color:#989283;padding:1rem 2.5rem;border-radius:8px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;position:relative;z-index:2}
.techreq-cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026;color:#989283}
@media (max-width: 768px) {
.techreq-hero-section{padding:3rem 1rem 2.5rem}
.techreq-hero-title{font-size:2rem}
.techreq-hero-subtitle{font-size:1.05rem}
.techreq-main-content-zone{padding:2.5rem 1rem}
.techreq-zigzag-container{gap:3rem}
.techreq-zigzag-row{grid-template-columns:1fr;gap:2rem}
.techreq-zigzag-row.reverse{direction:ltr}
.techreq-content-block{padding:1rem}
.techreq-block-heading{font-size:1.6rem}
.techreq-image-wrapper img{height:300px}
.techreq-specs-section{padding:2rem 1.5rem}
.techreq-specs-title{font-size:1.8rem}
.techreq-requirements-grid{grid-template-columns:1fr;gap:1.5rem}
.techreq-req-card{padding:1.5rem}
.techreq-experts-section{padding:2rem 1.5rem}
.techreq-experts-heading{font-size:1.8rem}
.techreq-experts-grid{grid-template-columns:1fr;gap:2rem}
.techreq-expert-profile{flex-direction:column;text-align:center;align-items:center}
.techreq-cta-section{padding:2.5rem 1.5rem}
.techreq-cta-title{font-size:1.6rem}
.techreq-cta-description{font-size:1rem}
}
.finanzbildung-wrapper{background:#fff;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;color:#212529;line-height:1.6;overflow-x:hidden}
.finanzbildung-wrapper *{box-sizing:border-box}
.finanzbildung-hero{background:linear-gradient(135deg,#EDE1D0 0%,#C0BBA7 100%);padding:120px 20px 80px;position:relative}
.finanzbildung-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url(./uploads_gallery/Ymxza.jpg) no-repeat center/cover;opacity:.15;z-index:1}
.finanzbildung-hero-content{max-width:1100px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.finanzbildung-hero-text h1{font-size:3.2rem;font-weight:800;color:#212529;margin:0 0 24px;line-height:1.15}
.finanzbildung-hero-text p{font-size:1.25rem;color:#343a40;margin:0 0 36px}
.finanzbildung-hero-visual{position:relative}
.finanzbildung-hero-visual img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 20px 60px #00000026}
.finanzbildung-cta-group{display:flex;gap:16px;flex-wrap:wrap}
.finanzbildung-btn-primary{background:#989283;color:#fff;padding:16px 32px;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.05rem;transition:all .3s ease;display:inline-block;border:2px solid #989283}
.finanzbildung-btn-primary:hover{background:#7a7467;border-color:#7a7467;transform:translateY(-2px);box-shadow:0 8px 20px #9892834d}
.finanzbildung-btn-secondary{background:none;color:#343a40;padding:16px 32px;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.05rem;transition:all .3s ease;display:inline-block;border:2px solid #989283}
.finanzbildung-btn-secondary:hover{background:#989283;color:#fff;transform:translateY(-2px)}
.finanzbildung-programm-section{padding:100px 20px;background:#f8f9fa;position:relative}
.finanzbildung-programm-container{max-width:1200px;margin:0 auto}
.finanzbildung-section-header{text-align:center;margin-bottom:70px}
.finanzbildung-section-header h2{font-size:2.6rem;font-weight:700;color:#212529;margin:0 0 20px}
.finanzbildung-section-header p{font-size:1.15rem;color:#495057;max-width:700px;margin:0 auto}
.finanzbildung-programm-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.finanzbildung-programm-card{background:#fff;padding:40px 30px;border-radius:8px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;position:relative;overflow:hidden}
.finanzbildung-programm-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:#989283;transition:height .3s ease}
.finanzbildung-programm-card:hover::before{height:100%}
.finanzbildung-programm-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f}
.finanzbildung-programm-card h3{font-size:1.5rem;font-weight:700;color:#212529;margin:0 0 16px}
.finanzbildung-programm-card p{font-size:1rem;color:#495057;margin:0 0 24px;line-height:1.7}
.finanzbildung-programm-card ul{list-style:none;padding:0;margin:0 0 28px}
.finanzbildung-programm-card ul li{padding:8px 0;color:#343a40;font-size:.95rem;position:relative;padding-left:28px}
.finanzbildung-programm-card ul li::before{content:'';position:absolute;left:0;color:#989283;font-weight:700}
.finanzbildung-mentoren-section{padding:100px 20px;background:linear-gradient(180deg,#fff 0%,#EDE1D0 100%)}
.finanzbildung-mentoren-container{max-width:1100px;margin:0 auto}
.finanzbildung-mentoren-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}
.finanzbildung-mentoren-bilder{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.finanzbildung-mentor-bild{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 8px 30px #0000001f}
.finanzbildung-mentor-bild img{width:100%;height:280px;object-fit:cover;transition:transform .4s ease}
.finanzbildung-mentor-bild:hover img{transform:scale(1.08)}
.finanzbildung-mentor-bild:first-child{grid-column:1 / -1}
.finanzbildung-mentor-bild:first-child img{height:380px}
.finanzbildung-mentoren-inhalt h2{font-size:2.4rem;font-weight:700;color:#212529;margin:0 0 28px}
.finanzbildung-mentoren-inhalt p{font-size:1.1rem;color:#343a40;margin:0 0 20px;line-height:1.75}
.finanzbildung-mentor-zitat{background:#fff;padding:30px;border-left:4px solid #989283;margin:30px 0;border-radius:4px}
.finanzbildung-mentor-zitat p{font-style:italic;color:#495057;margin:0 0 12px}
.finanzbildung-mentor-zitat cite{color:#989283;font-weight:600;font-style:normal;font-size:.95rem}
.finanzbildung-projekte-section{padding:100px 20px;background:#fff}
.finanzbildung-projekte-container{max-width:1200px;margin:0 auto}
.finanzbildung-projekte-asymmetrie{display:grid;grid-template-columns:0.8fr 1.2fr;gap:50px;align-items:center;margin-bottom:60px}
.finanzbildung-projekte-visual{position:relative}
.finanzbildung-projekte-visual img{width:100%;height:450px;object-fit:cover;border-radius:12px;box-shadow:0 10px 40px #00000026}
.finanzbildung-projekte-inhalt h2{font-size:2.5rem;font-weight:700;color:#212529;margin:0 0 24px}
.finanzbildung-projekte-inhalt p{font-size:1.1rem;color:#343a40;margin:0 0 20px;line-height:1.7}
.finanzbildung-projekte-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-top:40px}
.finanzbildung-highlight-box{background:linear-gradient(135deg,#C0BBA7 0%,#EDE1D0 100%);padding:30px;border-radius:8px;transition:transform .3s ease}
.finanzbildung-highlight-box:hover{transform:translateX(8px)}
.finanzbildung-highlight-box h3{font-size:1.3rem;font-weight:700;color:#212529;margin:0 0 12px}
.finanzbildung-highlight-box p{font-size:.95rem;color:#343a40;margin:0;line-height:1.6}
.finanzbildung-projekt-beispiel{background:#f8f9fa;padding:50px;border-radius:12px;margin-top:50px}
.finanzbildung-projekt-beispiel h3{font-size:1.8rem;font-weight:700;color:#212529;margin:0 0 30px;text-align:center}
.finanzbildung-projekt-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.finanzbildung-projekt-item{background:#fff;padding:24px;border-radius:6px;border:2px solid #EDE1D0;transition:all .3s ease}
.finanzbildung-projekt-item:hover{border-color:#989283;box-shadow:0 6px 20px #98928333}
.finanzbildung-projekt-item h4{font-size:1.1rem;font-weight:700;color:#212529;margin:0 0 12px}
.finanzbildung-projekt-item p{font-size:.9rem;color:#495057;margin:0;line-height:1.6}
@media (max-width: 968px) {
.finanzbildung-hero-content{grid-template-columns:1fr;gap:40px}
.finanzbildung-hero-text h1{font-size:2.4rem}
.finanzbildung-hero-visual img{height:320px}
.finanzbildung-programm-grid{grid-template-columns:1fr;gap:24px}
.finanzbildung-mentoren-layout{grid-template-columns:1fr;gap:40px}
.finanzbildung-projekte-asymmetrie{grid-template-columns:1fr;gap:30px}
.finanzbildung-projekte-visual img{height:350px}
.finanzbildung-projekte-highlights{grid-template-columns:1fr}
.finanzbildung-projekt-grid{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.finanzbildung-hero{padding:80px 20px 60px}
.finanzbildung-hero-text h1{font-size:1.9rem}
.finanzbildung-hero-text p{font-size:1.05rem}
.finanzbildung-cta-group{flex-direction:column}
.finanzbildung-btn-primary,.finanzbildung-btn-secondary{width:100%;text-align:center}
.finanzbildung-section-header h2{font-size:2rem}
.finanzbildung-mentoren-bilder{grid-template-columns:1fr}
.finanzbildung-mentor-bild:first-child{grid-column:1}
.finanzbildung-projekte-inhalt h2{font-size:2rem}
}
.kontakt-hero-band{background:linear-gradient(135deg,#EDE1D0 0%,#C0BBA7 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.kontakt-hero-band::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#9892831a;border-radius:50%;z-index:1}
.kontakt-hero-inner{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.kontakt-hero-title{font-size:48px;color:#2d2a24;margin:0 0 20px;font-weight:700;line-height:1.2}
.kontakt-hero-subtitle{font-size:20px;color:#4a453d;margin:0;line-height:1.6;max-width:650px}
.kontakt-main-wrapper{background:#fff;padding:0}
.kontakt-doppelt-section{max-width:1200px;margin:0 auto;padding:70px 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.kontakt-info-kolonne h2{font-size:32px;color:#2d2a24;margin:0 0 30px;font-weight:600}
.kontakt-detail-block{margin-bottom:35px;padding-left:40px;position:relative}
.kontakt-detail-block::before{content:'';position:absolute;left:0;top:5px;width:24px;height:24px;background:#989283;border-radius:50%;z-index:1}
.kontakt-detail-label{font-size:14px;color:#6b6659;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px;font-weight:500}
.kontakt-detail-wert{font-size:18px;color:#2d2a24;margin:0;line-height:1.5}
.kontakt-detail-wert a{color:#2d2a24;text-decoration:none;transition:color .3s ease}
.kontakt-detail-wert a:hover{color:#989283}
.kontakt-form-kolonne h2{font-size:32px;color:#2d2a24;margin:0 0 30px;font-weight:600}
.kontakt-formular{background:#fafbfc;padding:35px;border-radius:8px;border:1px solid #EDE1D0}
.kontakt-feld-gruppe{margin-bottom:25px}
.kontakt-feld-label{display:block;font-size:15px;color:#2d2a24;margin-bottom:8px;font-weight:500}
.kontakt-feld-input{width:100%;padding:14px 16px;font-size:16px;color:#2d2a24;background:#fff;border:2px solid #C0BBA7;border-radius:4px;transition:border-color .3s ease;box-sizing:border-box}
.kontakt-feld-input:focus{outline:none;border-color:#989283}
.kontakt-feld-textarea{width:100%;padding:14px 16px;font-size:16px;color:#2d2a24;background:#fff;border:2px solid #C0BBA7;border-radius:4px;min-height:140px;resize:vertical;transition:border-color .3s ease;box-sizing:border-box;font-family:inherit}
.kontakt-feld-textarea:focus{outline:none;border-color:#989283}
.kontakt-checkbox-wrapper{margin:25px 0;display:flex;align-items:start;gap:10px}
.kontakt-checkbox-input{margin-top:4px;width:18px;height:18px;cursor:pointer;flex-shrink:0}
.kontakt-checkbox-text{font-size:14px;color:#4a453d;line-height:1.5}
.kontakt-checkbox-text a{color:#989283;text-decoration:underline}
.kontakt-submit-btn{background:#989283;color:#fff;border:none;padding:16px 40px;font-size:17px;font-weight:600;border-radius:4px;cursor:pointer;transition:all .3s ease;width:100%;position:relative;z-index:10}
.kontakt-submit-btn:hover{background:#7d7669;transform:translateY(-2px);box-shadow:0 4px 12px #9892834d}
.kontakt-bild-band{background:#f8f9fa;padding:80px 20px}
.kontakt-bild-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.2fr 0.8fr;gap:50px;align-items:center}
.kontakt-bild-inhalt h3{font-size:36px;color:#2d2a24;margin:0 0 25px;font-weight:600;line-height:1.3}
.kontakt-bild-text{font-size:17px;color:#4a453d;line-height:1.7;margin-bottom:20px}
.kontakt-bild-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #2d2a2426}
.kontakt-bild-element{width:100%;height:380px;object-fit:cover;display:block}
.kontakt-zeiten-section{background:linear-gradient(180deg,#fff 0%,#EDE1D0 100%);padding:70px 20px}
.kontakt-zeiten-inner{max-width:900px;margin:0 auto;text-align:center}
.kontakt-zeiten-inner h3{font-size:34px;color:#2d2a24;margin:0 0 45px;font-weight:600}
.kontakt-zeiten-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:40px}
.kontakt-zeit-karte{background:#fff;padding:30px 25px;border-radius:8px;border:2px solid #C0BBA7;text-align:center;transition:all .3s ease}
.kontakt-zeit-karte:hover{transform:translateY(-5px);box-shadow:0 6px 20px #98928333;border-color:#989283}
.kontakt-zeit-titel{font-size:18px;color:#989283;margin:0 0 12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.kontakt-zeit-info{font-size:16px;color:#2d2a24;margin:0;line-height:1.6}
.kontakt-zusatz-band{background:#fafbfc;padding:60px 20px}
.kontakt-zusatz-container{max-width:1000px;margin:0 auto;display:flex;gap:40px;align-items:start}
.kontakt-zusatz-bild-box{flex:0 0 420px;position:relative}
.kontakt-zusatz-foto{width:100%;height:340px;object-fit:cover;border-radius:10px;box-shadow:0 6px 18px #2d2a241f}
.kontakt-zusatz-text-box{flex:1}
.kontakt-zusatz-text-box h4{font-size:28px;color:#2d2a24;margin:0 0 20px;font-weight:600}
.kontakt-zusatz-absatz{font-size:16px;color:#4a453d;line-height:1.7;margin-bottom:18px}
@media (max-width: 968px) {
.kontakt-hero-title{font-size:38px}
.kontakt-doppelt-section{grid-template-columns:1fr;gap:50px;padding:50px 20px}
.kontakt-bild-container{grid-template-columns:1fr;gap:35px}
.kontakt-bild-element{height:320px}
.kontakt-zeiten-grid{grid-template-columns:1fr;gap:25px}
.kontakt-zusatz-container{flex-direction:column}
.kontakt-zusatz-bild-box{flex:1 1 auto;width:100%}
.kontakt-zusatz-foto{height:300px}
}
@media (max-width: 640px) {
.kontakt-hero-band{padding:60px 15px 45px}
.kontakt-hero-title{font-size:32px}
.kontakt-hero-subtitle{font-size:18px}
.kontakt-formular{padding:25px 20px}
.kontakt-info-kolonne h2,.kontakt-form-kolonne h2{font-size:26px}
.kontakt-bild-inhalt h3{font-size:28px}
.kontakt-zeiten-inner h3{font-size:28px}
.kontakt-submit-btn{padding:14px 30px}
}
.lernprogramm-hero-wrapper{background:linear-gradient(135deg,#EDE1D0 0%,#C0BBA7 100%);padding:4.5rem 1.5rem 4rem;position:relative;overflow:hidden}
.lernprogramm-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff26;border-radius:50%;z-index:0}
.lernprogramm-hero-content{max-width:1140px;margin:0 auto;position:relative;z-index:1}
.lernprogramm-hero-content h1{font-size:2.8rem;color:#343a40;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.lernprogramm-hero-content .hero-subtitle{font-size:1.25rem;color:#495057;margin-bottom:2rem;line-height:1.6;max-width:700px}
.lernprogramm-hero-content .hero-beschreibung{font-size:1rem;color:#495057;line-height:1.7;max-width:650px;margin-bottom:2rem}
.hero-cta-button{display:inline-block;background:#989283;color:#fff;padding:1rem 2.5rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 12px #9892834d}
.hero-cta-button:hover{background:#7a7569;transform:translateY(-2px);box-shadow:0 6px 18px #98928366}
.lernmodule-zigzag-section{padding:5rem 1.5rem;background:#fff}
.lernmodule-container{max-width:1140px;margin:0 auto}
.lernmodule-header{text-align:center;margin-bottom:4rem}
.lernmodule-header h2{font-size:2.4rem;color:#343a40;margin-bottom:1rem;font-weight:700}
.lernmodule-header p{font-size:1.15rem;color:#495057;max-width:720px;margin:0 auto;line-height:1.6}
.modul-reihe{display:flex;align-items:center;gap:3rem;margin-bottom:4rem}
.modul-reihe:nth-child(even){flex-direction:row-reverse}
.modul-bild-wrapper{flex:0 0 45%;position:relative}
.modul-bild-wrapper img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001f}
.modul-text-inhalt{flex:1}
.modul-text-inhalt h3{font-size:1.9rem;color:#343a40;margin-bottom:1.2rem;font-weight:700}
.modul-text-inhalt p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:1rem}
.modul-feature-liste{list-style:none;padding:0;margin:1.5rem 0 0}
.modul-feature-liste li{padding:.6rem 0;color:#495057;font-size:1rem;position:relative;padding-left:2rem}
.modul-feature-liste li::before{content:'';position:absolute;left:0;color:#989283;font-weight:700;font-size:1.2rem}
.mentoring-grid-bereich{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:5rem 1.5rem}
.mentoring-inneres{max-width:1140px;margin:0 auto}
.mentoring-inneres h2{font-size:2.4rem;color:#343a40;margin-bottom:1rem;font-weight:700;text-align:center}
.mentoring-intro-text{text-align:center;font-size:1.1rem;color:#495057;margin-bottom:3.5rem;max-width:750px;margin-left:auto;margin-right:auto;line-height:1.6}
.mentoren-karten-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-bottom:3rem}
.mentor-karte{background:#fff;border-radius:10px;padding:2rem;box-shadow:0 6px 20px #00000014;text-align:center;transition:transform .3s ease,box-shadow .3s ease}
.mentor-karte:hover{transform:translateY(-6px);box-shadow:0 10px 30px #00000024}
.mentor-bild-container{width:140px;height:140px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;border:4px solid #C0BBA7}
.mentor-bild-container img{width:100%;height:100%;object-fit:cover}
.mentor-karte h3{font-size:1.4rem;color:#343a40;margin-bottom:.5rem;font-weight:700}
.mentor-expertise{font-size:.95rem;color:#989283;margin-bottom:1rem;font-weight:600}
.mentor-karte p{font-size:.95rem;color:#495057;line-height:1.6}
.zeitplan-flexibel-block{padding:5rem 1.5rem;background:#fff}
.zeitplan-wrapper{max-width:1140px;margin:0 auto}
.zeitplan-titel-bereich{text-align:center;margin-bottom:4rem}
.zeitplan-titel-bereich h2{font-size:2.4rem;color:#343a40;margin-bottom:1rem;font-weight:700}
.zeitplan-titel-bereich p{font-size:1.1rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.6}
.zeitplan-optionen-container{display:flex;gap:2rem;margin-bottom:3rem}
.zeitplan-option-box{flex:1;background:linear-gradient(135deg,#EDE1D0 0%,#C0BBA7 100%);border-radius:12px;padding:2.5rem;box-shadow:0 6px 20px #0000001a}
.zeitplan-option-box h3{font-size:1.7rem;color:#343a40;margin-bottom:1rem;font-weight:700}
.zeitplan-option-box p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:1rem}
.zeitplan-detail-liste{list-style:none;padding:0;margin:1.5rem 0 0}
.zeitplan-detail-liste li{padding:.6rem 0;color:#495057;font-size:.95rem;position:relative;padding-left:1.8rem}
.zeitplan-detail-liste li::before{content:'→';position:absolute;left:0;color:#989283;font-weight:700}
.support-tabelle-bereich{background:#f8f9fa;padding:5rem 1.5rem}
.support-container{max-width:1140px;margin:0 auto}
.support-container h2{font-size:2.4rem;color:#343a40;margin-bottom:1rem;font-weight:700;text-align:center}
.support-einleitung{text-align:center;font-size:1.1rem;color:#495057;margin-bottom:3rem;max-width:720px;margin-left:auto;margin-right:auto;line-height:1.6}
.support-vergleich-tabelle{width:100%;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 6px 20px #0000001a;margin-bottom:2.5rem}
.support-vergleich-tabelle table{width:100%;border-collapse:collapse}
.support-vergleich-tabelle th{background:#989283;color:#fff;padding:1.2rem;text-align:left;font-weight:700;font-size:1rem}
.support-vergleich-tabelle td{padding:1.2rem;border-bottom:1px solid #e9ecef;color:#495057;font-size:.95rem}
.support-vergleich-tabelle tr:last-child td{border-bottom:none}
.support-vergleich-tabelle tr:nth-child(even){background:#f8f9fa}
.support-check-icon{color:#989283;font-weight:700;font-size:1.2rem}
.support-abschluss-cta{text-align:center;margin-top:3rem}
.support-cta-button{display:inline-block;background:#989283;color:#fff;padding:1rem 2.5rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 12px #9892834d}
.support-cta-button:hover{background:#7a7569;transform:translateY(-2px);box-shadow:0 6px 18px #98928366}
@media (max-width: 992px) {
.lernprogramm-hero-content h1{font-size:2.2rem}
.modul-reihe{flex-direction:column;gap:2rem}
.modul-reihe:nth-child(even){flex-direction:column}
.modul-bild-wrapper{flex:0 0 100%}
.modul-bild-wrapper img{height:320px}
.mentoren-karten-grid{grid-template-columns:1fr;gap:2rem}
.zeitplan-optionen-container{flex-direction:column}
}
@media (max-width: 768px) {
.lernprogramm-hero-wrapper{padding:3rem 1.5rem 2.5rem}
.lernprogramm-hero-content h1{font-size:1.9rem}
.lernprogramm-hero-content .hero-subtitle{font-size:1.1rem}
.lernmodule-zigzag-section{padding:3.5rem 1.5rem}
.lernmodule-header h2{font-size:2rem}
.modul-bild-wrapper img{height:280px}
.modul-text-inhalt h3{font-size:1.6rem}
.mentoring-grid-bereich{padding:3.5rem 1.5rem}
.mentoring-inneres h2{font-size:2rem}
.zeitplan-flexibel-block{padding:3.5rem 1.5rem}
.zeitplan-titel-bereich h2{font-size:2rem}
.support-tabelle-bereich{padding:3.5rem 1.5rem}
.support-container h2{font-size:2rem}
.support-vergleich-tabelle{overflow-x:auto}
.support-vergleich-tabelle th,.support-vergleich-tabelle td{padding:.9rem;font-size:.9rem}
}
.preisseite-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;position:relative}
.preisseite-intro-block{max-width:1100px;margin:0 auto;padding:80px 25px 60px;position:relative}
.preisseite-intro-block::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:180px;height:4px;background:linear-gradient(90deg,#989283,#C0BBA7);border-radius:2px}
.preisseite-intro-flex{display:flex;gap:50px;align-items:flex-start;margin-top:30px}
.preisseite-intro-text{flex:1.2}
.preisseite-intro-bild{flex:.8;position:relative}
.preisseite-intro-bild img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #98928326}
.preisseite-intro-bild::after{content:'';position:absolute;bottom:-15px;right:-15px;width:100%;height:100%;border:2px solid #C0BBA7;border-radius:12px;z-index:-1}
.preisseite-haupttitel{font-size:2.8rem;color:#212529;margin:0 0 20px;font-weight:700;line-height:1.2}
.preisseite-intro-text p{font-size:1.1rem;color:#495057;line-height:1.75;margin:0 0 18px}
.preisseite-intro-text p:last-child{margin-bottom:0}
.preisseite-pakete-section{background:#fff;padding:90px 25px;position:relative;overflow:hidden}
.preisseite-pakete-section::before{content:'';position:absolute;top:0;right:-100px;width:400px;height:400px;background:radial-gradient(circle,#ede1d04d,transparent);border-radius:50%}
.preisseite-pakete-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.preisseite-pakete-kopf{text-align:center;margin-bottom:60px}
.preisseite-pakete-kopf h2{font-size:2.4rem;color:#212529;margin:0 0 15px;font-weight:700}
.preisseite-pakete-kopf p{font-size:1.15rem;color:#495057;max-width:650px;margin:0 auto;line-height:1.7}
.preisseite-pakete-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:35px;margin-top:45px}
.preisseite-paket-karte{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);border:2px solid #EDE1D0;border-radius:16px;padding:40px 30px;transition:all .35s ease;position:relative;overflow:hidden}
.preisseite-paket-karte::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#989283,#C0BBA7);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.preisseite-paket-karte:hover::before{transform:scaleX(1)}
.preisseite-paket-karte:hover{transform:translateY(-8px);border-color:#C0BBA7;box-shadow:0 12px 32px #98928333}
.preisseite-paket-karte.hervorgehoben{border:3px solid #989283;background:linear-gradient(135deg,#fff 0%,#fafbfc 100%)}
.preisseite-paket-kopf h3{font-size:1.7rem;color:#212529;margin:0 0 12px;font-weight:700}
.preisseite-paket-preis{display:flex;align-items:baseline;gap:8px;margin:20px 0 25px}
.preisseite-paket-preis .betrag{font-size:3rem;color:#989283;font-weight:700;line-height:1}
.preisseite-paket-preis .zeitraum{font-size:1.1rem;color:#6c757d}
.preisseite-paket-beschreibung{font-size:1.05rem;color:#495057;line-height:1.6;margin:0 0 30px}
.preisseite-paket-merkmale{list-style:none;padding:0;margin:0 0 35px}
.preisseite-paket-merkmale li{padding:12px 0 12px 35px;position:relative;font-size:1.05rem;color:#343a40;line-height:1.5}
.preisseite-paket-merkmale li::before{content:'';position:absolute;left:0;top:12px;color:#989283;font-weight:700;font-size:1.3rem}
.preisseite-paket-button{display:block;width:100%;padding:16px 28px;background:linear-gradient(135deg,#989283,#C0BBA7);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center;text-decoration:none;box-shadow:0 4px 12px #98928340}
.preisseite-paket-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #98928359;background:linear-gradient(135deg,#C0BBA7,#989283)}
.preisseite-beratung-section{padding:80px 25px;background:linear-gradient(135deg,#EDE1D0 0%,#f8f9fa 100%);position:relative}
.preisseite-beratung-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.preisseite-beratung-links{position:relative}
.preisseite-beratung-links h2{font-size:2.3rem;color:#212529;margin:0 0 25px;font-weight:700;line-height:1.25}
.preisseite-beratung-links p{font-size:1.1rem;color:#495057;line-height:1.7;margin:0 0 20px}
.preisseite-beratung-vorteile{margin-top:35px}
.preisseite-beratung-vorteil{display:flex;gap:20px;margin-bottom:25px;align-items:flex-start}
.preisseite-beratung-vorteil:last-child{margin-bottom:0}
.preisseite-beratung-icon{width:55px;height:55px;background:linear-gradient(135deg,#989283,#C0BBA7);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #98928333}
.preisseite-beratung-icon span{color:#fff;font-size:1.4rem;font-weight:700}
.preisseite-beratung-vorteil-text h3{font-size:1.3rem;color:#212529;margin:0 0 8px;font-weight:600}
.preisseite-beratung-vorteil-text p{font-size:1.05rem;color:#495057;margin:0;line-height:1.6}
.preisseite-beratung-rechts{display:flex;flex-direction:column;gap:25px}
.preisseite-beratung-profil{background:#fff;border-radius:12px;padding:25px;display:flex;gap:20px;align-items:center;box-shadow:0 4px 16px #9892831f;transition:transform .3s ease,box-shadow .3s ease}
.preisseite-beratung-profil:hover{transform:translateX(8px);box-shadow:0 6px 24px #9892832e}
.preisseite-beratung-profil img{width:90px;height:90px;border-radius:50%;object-fit:cover;border:3px solid #EDE1D0}
.preisseite-beratung-profil-info h4{font-size:1.25rem;color:#212529;margin:0 0 8px;font-weight:600}
.preisseite-beratung-profil-info p{font-size:1rem;color:#6c757d;margin:0 0 12px;line-height:1.5}
.preisseite-beratung-kontakt{display:flex;flex-direction:column;gap:8px}
.preisseite-beratung-kontakt a{font-size:.95rem;color:#989283;text-decoration:none;transition:color .3s ease}
.preisseite-beratung-kontakt a:hover{color:#C0BBA7}
@media (max-width: 992px) {
.preisseite-intro-flex{flex-direction:column;gap:35px}
.preisseite-intro-bild img{height:350px}
.preisseite-beratung-container{grid-template-columns:1fr;gap:45px}
}
@media (max-width: 768px) {
.preisseite-intro-block{padding:60px 20px 50px}
.preisseite-haupttitel{font-size:2.2rem}
.preisseite-intro-text p{font-size:1.05rem}
.preisseite-pakete-section{padding:70px 20px}
.preisseite-pakete-kopf h2{font-size:2rem}
.preisseite-pakete-grid{grid-template-columns:1fr;gap:25px}
.preisseite-beratung-section{padding:60px 20px}
.preisseite-beratung-links h2{font-size:1.9rem}
.preisseite-beratung-vorteil{flex-direction:column;gap:15px}
.preisseite-beratung-profil{flex-direction:column;text-align:center}
}
@media (max-width: 480px) {
.preisseite-haupttitel{font-size:1.8rem}
.preisseite-intro-bild img{height:280px}
.preisseite-paket-preis .betrag{font-size:2.5rem}
.preisseite-beratung-icon{width:50px;height:50px}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
.cookie-hero-section{background:linear-gradient(to right,#EDE1D0 0%,#C0BBA7 100%);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.cookie-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:#ffffff1a;border-radius:50%;z-index:1}
.cookie-hero-content{max-width:800px;margin:0 auto;position:relative;z-index:2}
.cookie-hero-title{font-size:2.8rem;color:#212529;margin:0 0 20px;font-weight:700;line-height:1.2}
.cookie-hero-subtitle{font-size:1.15rem;color:#495057;margin:0;line-height:1.6}
.cookie-main-content{max-width:920px;margin:0 auto;padding:60px 24px 80px}
.cookie-update-notice{background:#fff;border-left:4px solid #989283;padding:24px 28px;margin-bottom:50px;box-shadow:0 2px 8px #0000000f;border-radius:0 8px 8px 0}
.cookie-update-notice p{margin:0;color:#343a40;font-size:.95rem;line-height:1.7}
.cookie-update-notice strong{color:#212529;font-weight:600}
.cookie-intro-text{font-size:1.08rem;color:#495057;line-height:1.8;margin-bottom:50px;text-align:left}
.cookie-section-block{background:#fff;padding:44px 36px;margin-bottom:32px;border-radius:12px;box-shadow:0 3px 12px #0000000d;border-top:3px solid #C0BBA7}
.cookie-section-heading{font-size:1.75rem;color:#212529;margin:0 0 24px;font-weight:700;position:relative;padding-bottom:14px}
.cookie-section-heading::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:#989283;border-radius:2px}
.cookie-section-block p{color:#495057;font-size:1rem;line-height:1.75;margin:0 0 18px}
.cookie-section-block p:last-child{margin-bottom:0}
.cookie-types-grid{display:grid;grid-template-columns:1fr;gap:28px;margin-top:32px}
.cookie-type-card{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);padding:28px 26px;border-radius:10px;border:1px solid #EDE1D0;transition:all .3s ease}
.cookie-type-card:hover{transform:translateY(-3px);box-shadow:0 6px 18px #98928326;border-color:#C0BBA7}
.cookie-type-title{font-size:1.3rem;color:#212529;margin:0 0 14px;font-weight:600;display:flex;align-items:center;gap:10px}
.cookie-type-icon{width:32px;height:32px;background:#989283;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:.9rem;flex-shrink:0}
.cookie-type-card p{color:#495057;font-size:.98rem;line-height:1.7;margin:0}
.cookie-list-wrapper{margin:24px 0}
.cookie-custom-list{list-style:none;padding:0;margin:0}
.cookie-custom-list li{padding:14px 0 14px 36px;color:#495057;font-size:1rem;line-height:1.7;position:relative;border-bottom:1px solid #f0f0f0}
.cookie-custom-list li:last-child{border-bottom:none}
.cookie-custom-list li::before{content:'◆';position:absolute;left:0;color:#989283;font-size:.85rem;top:14px}
.cookie-control-box{background:linear-gradient(to bottom right,#EDE1D0 0%,#fff 100%);padding:36px 32px;border-radius:12px;margin:40px 0;border:2px solid #C0BBA7}
.cookie-control-box h3{font-size:1.4rem;color:#212529;margin:0 0 20px;font-weight:700}
.cookie-control-box p{color:#495057;font-size:.98rem;line-height:1.75;margin:0 0 16px}
.cookie-browser-instructions{background:#fff;padding:24px;border-radius:8px;margin-top:20px}
.cookie-browser-instructions ul{list-style:none;padding:0;margin:16px 0 0}
.cookie-browser-instructions li{padding:10px 0 10px 28px;color:#495057;font-size:.96rem;position:relative;line-height:1.6}
.cookie-browser-instructions li::before{content:'→';position:absolute;left:0;color:#989283;font-weight:700}
.cookie-info-callout{background:#f8f9fa;border:1px solid #C0BBA7;border-radius:10px;padding:28px 30px;margin:36px 0}
.cookie-info-callout p{color:#343a40;font-size:.98rem;line-height:1.75;margin:0}
.cookie-contact-section{background:linear-gradient(135deg,#989283 0%,#C0BBA7 100%);padding:50px 36px;border-radius:14px;text-align:center;margin-top:60px;box-shadow:0 8px 24px #98928333}
.cookie-contact-section h2{font-size:1.85rem;color:#fff;margin:0 0 18px;font-weight:700}
.cookie-contact-section p{color:#fff;font-size:1.05rem;line-height:1.7;margin:0 0 28px;opacity:.95}
.cookie-contact-details{display:flex;flex-direction:column;gap:14px;align-items:center;margin-top:24px}
.cookie-contact-item{color:#fff;font-size:1rem;text-decoration:none;display:flex;align-items:center;gap:10px;transition:opacity .3s ease}
.cookie-contact-item:hover{opacity:.8}
.cookie-btn-primary{display:inline-block;background:#fff;color:#989283;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.02rem;transition:all .3s ease;box-shadow:0 4px 12px #0000001a;margin-top:10px}
.cookie-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00000026;background:#fafbfc}
@media (max-width: 768px) {
.cookie-hero-section{padding:60px 20px 40px}
.cookie-hero-title{font-size:2rem}
.cookie-hero-subtitle{font-size:1.05rem}
.cookie-main-content{padding:40px 20px 60px}
.cookie-section-block{padding:32px 24px}
.cookie-section-heading{font-size:1.5rem}
.cookie-type-card{padding:24px 20px}
.cookie-contact-section{padding:40px 24px}
.cookie-contact-section h2{font-size:1.6rem}
}
@media (min-width: 769px) {
.cookie-types-grid{grid-template-columns:repeat(2,1fr)}
.cookie-contact-details{flex-direction:row;justify-content:center;gap:32px}
}
.datenschutz-wrapper-2025{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
.datenschutz-header-block{background:linear-gradient(165deg,#EDE1D0 0%,#C0BBA7 100%);padding:4.5rem 1.5rem 3rem;position:relative;overflow:hidden}
.datenschutz-header-block::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:#ffffff1f;border-radius:50%;z-index:1}
.datenschutz-header-container{max-width:920px;margin:0 auto;position:relative;z-index:2}
.datenschutz-main-title{font-size:2.75rem;font-weight:700;color:#212529;margin:0 0 1rem;line-height:1.2;letter-spacing:-.02em}
.datenschutz-subtitle-text{font-size:1.125rem;color:#495057;margin:0 0 .5rem;line-height:1.6}
.datenschutz-update-info{font-size:.9375rem;color:#6c757d;margin:1.5rem 0 0;font-style:italic}
.datenschutz-content-area{max-width:920px;margin:0 auto;padding:3.5rem 1.5rem 5rem}
.datenschutz-intro-section{background:#fff;padding:2.5rem;border-radius:12px;margin-bottom:3rem;box-shadow:0 2px 12px #0000000d;border-left:4px solid #989283}
.datenschutz-intro-text{font-size:1.0625rem;color:#343a40;line-height:1.8;margin:0 0 1.25rem}
.datenschutz-intro-text:last-child{margin-bottom:0}
.datenschutz-section-block{margin-bottom:3.5rem}
.datenschutz-section-heading{font-size:1.875rem;font-weight:700;color:#212529;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:3px solid #EDE1D0;line-height:1.3}
.datenschutz-subsection-title{font-size:1.375rem;font-weight:600;color:#343a40;margin:2rem 0 1rem;line-height:1.4}
.datenschutz-text-paragraph{font-size:1rem;color:#495057;line-height:1.75;margin:0 0 1.25rem}
.datenschutz-list-items{margin:1.5rem 0;padding-left:0;list-style:none}
.datenschutz-list-items li{position:relative;padding-left:2rem;margin-bottom:1rem;font-size:1rem;color:#495057;line-height:1.7}
.datenschutz-list-items li::before{content:'';position:absolute;left:0;top:.5rem;width:8px;height:8px;background:#989283;border-radius:50%}
.datenschutz-emphasis-box{background:#f8f9fa;padding:1.75rem;border-radius:8px;margin:2rem 0;border:2px solid #EDE1D0}
.datenschutz-emphasis-box p{margin:0 0 1rem;font-size:1rem;color:#343a40;line-height:1.7}
.datenschutz-emphasis-box p:last-child{margin-bottom:0}
.datenschutz-contact-section{background:linear-gradient(135deg,#989283 0%,#C0BBA7 100%);padding:2.5rem;border-radius:12px;margin-top:4rem;color:#fff}
.datenschutz-contact-title{font-size:1.625rem;font-weight:700;color:#fff;margin:0 0 1.5rem;line-height:1.3}
.datenschutz-contact-details{font-size:1rem;line-height:1.8;margin:0;color:#fff}
.datenschutz-contact-details strong{display:block;margin-top:1rem;font-weight:600}
.datenschutz-contact-details a{color:#fff;text-decoration:underline;transition:opacity .3s ease}
.datenschutz-contact-details a:hover{opacity:.8}
.datenschutz-table-container{overflow-x:auto;margin:2rem 0;border-radius:8px;box-shadow:0 2px 8px #0000000f}
.datenschutz-data-table{width:100%;border-collapse:collapse;background:#fff}
.datenschutz-data-table thead{background:#989283}
.datenschutz-data-table th{padding:1rem;text-align:left;font-weight:600;color:#fff;font-size:.9375rem;border-bottom:2px solid #C0BBA7}
.datenschutz-data-table td{padding:1rem;color:#495057;font-size:.9375rem;border-bottom:1px solid #EDE1D0;line-height:1.6}
.datenschutz-data-table tbody tr:last-child td{border-bottom:none}
.datenschutz-data-table tbody tr:hover{background:#fafbfc}
@media (max-width: 768px) {
.datenschutz-main-title{font-size:2rem}
.datenschutz-header-block{padding:3rem 1.25rem 2rem}
.datenschutz-content-area{padding:2.5rem 1.25rem 3.5rem}
.datenschutz-section-heading{font-size:1.5rem}
.datenschutz-subsection-title{font-size:1.25rem}
.datenschutz-intro-section{padding:1.75rem}
.datenschutz-contact-section{padding:1.75rem}
.datenschutz-emphasis-box{padding:1.5rem}
.datenschutz-data-table th,.datenschutz-data-table td{padding:.75rem;font-size:.875rem}
}
@media (max-width: 480px) {
.datenschutz-main-title{font-size:1.75rem}
.datenschutz-subtitle-text{font-size:1rem}
.datenschutz-list-items li{padding-left:1.5rem;font-size:.9375rem}
}
.erfolg-hauptbereich{min-height:100vh;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#EDE1D0 100%);padding:0;position:relative;overflow:hidden}
.erfolg-hauptbereich::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#c0bba726 0%,transparent 70%);border-radius:50%;z-index:1}
.erfolg-hauptbereich::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#9892831a 0%,transparent 70%);border-radius:50%;z-index:1}
.erfolg-inhalt-wrapper{max-width:820px;margin:0 auto;padding:80px 25px;position:relative;z-index:2}
.erfolg-icon-bereich{text-align:center;margin-bottom:35px;animation:erfolg-fade-slide .8s ease-out}
.erfolg-check-symbol{width:95px;height:95px;background:linear-gradient(135deg,#989283 0%,#C0BBA7 100%);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;position:relative;box-shadow:0 12px 35px #98928340}
.erfolg-check-symbol::before{content:'';font-size:52px;color:#fff;font-weight:700;line-height:1}
.erfolg-check-symbol::after{content:'';position:absolute;width:110px;height:110px;border:2px solid #C0BBA7;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);animation:erfolg-pulse 2s infinite}
@keyframes erfolg-pulse {
0%,100%{opacity:.4;transform:translate(-50%,-50%) scale(1)}
50%{opacity:0;transform:translate(-50%,-50%) scale(1.3)}
}
@keyframes erfolg-fade-slide {
from{opacity:0;transform:translateY(-25px)}
to{opacity:1;transform:translateY(0)}
}
.erfolg-titel-haupt{font-size:42px;color:#212529;text-align:center;margin:0 0 18px;font-weight:700;line-height:1.2;animation:erfolg-fade-slide .8s ease-out .2s both}
.erfolg-untertitel{font-size:21px;color:#495057;text-align:center;margin:0 0 45px;line-height:1.5;animation:erfolg-fade-slide .8s ease-out .3s both}
.erfolg-nachricht-box{background:#fff;border-radius:12px;padding:40px 35px;margin-bottom:35px;box-shadow:0 8px 24px #9892831f;border-left:5px solid #989283;animation:erfolg-fade-slide .8s ease-out .4s both}
.erfolg-nachricht-titel{font-size:22px;color:#212529;margin:0 0 20px;font-weight:600;display:flex;align-items:center;gap:12px}
.erfolg-nachricht-titel::before{content:'●';color:#C0BBA7;font-size:14px}
.erfolg-nachricht-text{font-size:16px;color:#495057;line-height:1.7;margin:0 0 15px}
.erfolg-nachricht-text:last-child{margin-bottom:0}
.erfolg-info-karten{display:grid;grid-template-columns:1fr;gap:22px;margin-bottom:45px;animation:erfolg-fade-slide .8s ease-out .5s both}
.erfolg-info-einzeln{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border-radius:10px;padding:28px 30px;border:1px solid #EDE1D0;transition:all .3s ease;position:relative;overflow:hidden}
.erfolg-info-einzeln::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#989283 0%,#C0BBA7 100%);transform:scaleY(0);transition:transform .3s ease;transform-origin:bottom}
.erfolg-info-einzeln:hover{transform:translateX(8px);box-shadow:0 6px 18px #98928326}
.erfolg-info-einzeln:hover::before{transform:scaleY(1);transform-origin:top}
.erfolg-info-kopf{font-size:18px;color:#212529;margin:0 0 12px;font-weight:600;display:flex;align-items:center;gap:10px}
.erfolg-info-kopf::before{content:'→';color:#989283;font-weight:700;font-size:20px}
.erfolg-info-beschreibung{font-size:15px;color:#495057;line-height:1.6;margin:0}
.erfolg-zeitlinie-section{background:#fff;border-radius:12px;padding:35px;margin-bottom:40px;box-shadow:0 6px 20px #9892831a;animation:erfolg-fade-slide .8s ease-out .6s both}
.erfolg-zeitlinie-titel{font-size:20px;color:#212529;margin:0 0 25px;font-weight:600;text-align:center}
.erfolg-schritte-liste{display:flex;flex-direction:column;gap:25px;position:relative}
.erfolg-schritt-item{display:flex;align-items:flex-start;gap:20px;position:relative}
.erfolg-schritt-nummer{min-width:42px;width:42px;height:42px;background:linear-gradient(135deg,#989283 0%,#C0BBA7 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;flex-shrink:0;box-shadow:0 4px 12px #98928333;margin-top:3px}
.erfolg-schritt-inhalt{flex:1;padding-top:2px}
.erfolg-schritt-text{font-size:16px;color:#343a40;line-height:1.6;margin:0}
.erfolg-button-bereich{display:flex;flex-direction:column;gap:18px;align-items:center;margin-top:45px;animation:erfolg-fade-slide .8s ease-out .7s both}
.erfolg-btn-primar{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,#989283 0%,#C0BBA7 100%);color:#fff;padding:18px 45px;border-radius:8px;text-decoration:none;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 6px 18px #98928340;border:none;cursor:pointer;min-width:240px}
.erfolg-btn-primar:hover{transform:translateY(-3px);box-shadow:0 10px 28px #98928359;color:#fff}
.erfolg-btn-sekundar{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:none;color:#989283;padding:16px 40px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:600;transition:all .3s ease;border:2px solid #C0BBA7;cursor:pointer;min-width:240px}
.erfolg-btn-sekundar:hover{background:#EDE1D0;color:#212529;border-color:#989283}
.erfolg-kontakt-footer{background:linear-gradient(135deg,#f8f9fa 0%,#EDE1D0 100%);border-radius:12px;padding:32px;text-align:center;margin-top:40px;animation:erfolg-fade-slide .8s ease-out .8s both}
.erfolg-kontakt-uberschrift{font-size:18px;color:#212529;margin:0 0 20px;font-weight:600}
.erfolg-kontakt-details{display:flex;flex-direction:column;gap:12px;align-items:center}
.erfolg-kontakt-zeile{display:flex;align-items:center;gap:10px;font-size:15px;color:#495057;text-decoration:none;transition:color .3s ease}
.erfolg-kontakt-zeile:hover{color:#989283}
.erfolg-kontakt-icon{width:20px;height:20px;color:#989283}
@media (min-width: 768px) {
.erfolg-inhalt-wrapper{padding:100px 40px}
.erfolg-titel-haupt{font-size:52px;margin-bottom:22px}
.erfolg-untertitel{font-size:24px;margin-bottom:55px}
.erfolg-nachricht-box{padding:50px 45px}
.erfolg-info-karten{grid-template-columns:repeat(2,1fr);gap:25px}
.erfolg-button-bereich{flex-direction:row;justify-content:center}
.erfolg-kontakt-details{flex-direction:row;justify-content:center;gap:35px}
.erfolg-zeitlinie-section{padding:45px 50px}
}
@media (max-width: 767px) {
.erfolg-titel-haupt{font-size:34px}
.erfolg-untertitel{font-size:18px}
.erfolg-check-symbol{width:80px;height:80px}
.erfolg-check-symbol::before{font-size:42px}
.erfolg-nachricht-box{padding:30px 25px}
.erfolg-btn-primar,.erfolg-btn-sekundar{width:100%;min-width:auto}
}
.fehler-seite-hauptbereich{min-height:100vh;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#EDE1D0 100%);padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#212529;overflow-x:hidden}
.fehler-container-zentral{max-width:680px;margin:0 auto;padding:80px 24px 60px;text-align:center}
.fehler-grafik-wrapper{position:relative;width:280px;height:280px;margin:0 auto 48px}
.fehler-kreis-gross{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:240px;height:240px;border-radius:50%;background:linear-gradient(165deg,#C0BBA7 0%,#989283 100%);opacity:.15;animation:puls-animation 3s ease-in-out infinite}
@keyframes puls-animation {
0%,100%{transform:translate(-50%,-50%) scale(1);opacity:.15}
50%{transform:translate(-50%,-50%) scale(1.1);opacity:.25}
}
.fehler-kreis-mittel{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:180px;height:180px;border-radius:50%;background:#fff;box-shadow:0 8px 24px #98928333;display:flex;align-items:center;justify-content:center}
.fehler-nummer-display{font-size:84px;font-weight:700;color:#989283;line-height:1;letter-spacing:-2px}
.fehler-uberschrift-haupt{font-size:32px;font-weight:600;color:#212529;margin:0 0 16px;line-height:1.3}
.fehler-text-beschreibung{font-size:17px;line-height:1.6;color:#495057;margin:0 0 42px}
.navigation-hilfe-bereich{background:#fff;border-radius:16px;padding:36px 32px;margin:48px 0;box-shadow:0 4px 16px #9892831f}
.hilfe-uberschrift{font-size:20px;font-weight:600;color:#343a40;margin:0 0 24px;text-align:center}
.schnellzugriff-liste{display:grid;grid-template-columns:1fr;gap:14px;list-style:none;padding:0;margin:0 0 28px}
.schnellzugriff-punkt{background:#f8f9fa;border-radius:10px;padding:16px 20px;transition:all .25s ease;border:2px solid transparent}
.schnellzugriff-punkt:hover{background:#EDE1D0;border-color:#C0BBA7;transform:translateX(4px)}
.schnellzugriff-link{display:flex;align-items:center;gap:14px;text-decoration:none;color:#343a40;font-size:16px;font-weight:500}
.schnellzugriff-link .oi{color:#989283;font-size:18px;flex-shrink:0}
.hauptaktion-button{display:inline-block;background:linear-gradient(135deg,#989283 0%,#C0BBA7 100%);color:#fff;font-size:17px;font-weight:600;padding:16px 48px;border-radius:12px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #9892834d;border:none;cursor:pointer}
.hauptaktion-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #98928366;color:#fff}
.zusatzinfo-text{margin:32px 0 0;padding:24px;background:#ede1d04d;border-radius:12px;border-left:4px solid #989283}
.zusatzinfo-text p{font-size:15px;line-height:1.6;color:#495057;margin:0 0 12px}
.zusatzinfo-text p:last-child{margin:0}
.kontakt-info-klein{font-size:14px;color:#6c757d;margin:0}
.kontakt-info-klein a{color:#989283;text-decoration:none;font-weight:500;transition:color .2s ease}
.kontakt-info-klein a:hover{color:#C0BBA7;text-decoration:underline}
@media (max-width: 768px) {
.fehler-container-zentral{padding:60px 20px 40px}
.fehler-grafik-wrapper{width:220px;height:220px;margin-bottom:36px}
.fehler-kreis-gross{width:180px;height:180px}
.fehler-kreis-mittel{width:140px;height:140px}
.fehler-nummer-display{font-size:64px}
.fehler-uberschrift-haupt{font-size:26px;margin-bottom:14px}
.fehler-text-beschreibung{font-size:16px;margin-bottom:32px}
.navigation-hilfe-bereich{padding:28px 24px;margin:36px 0}
.hilfe-uberschrift{font-size:18px;margin-bottom:20px}
.schnellzugriff-punkt{padding:14px 18px}
.hauptaktion-button{font-size:16px;padding:14px 36px}
.zusatzinfo-text{padding:20px;margin-top:28px}
}
@media (max-width: 480px) {
.fehler-container-zentral{padding:40px 16px 32px}
.fehler-grafik-wrapper{width:180px;height:180px}
.fehler-kreis-gross{width:150px;height:150px}
.fehler-kreis-mittel{width:120px;height:120px}
.fehler-nummer-display{font-size:52px}
.fehler-uberschrift-haupt{font-size:23px}
.hauptaktion-button{padding:13px 32px;font-size:15px}
}