:root{--primary-clr:#61818C;--secondary-clr:#A6ABB9;--tertiary-clr:#E5EAED;--bg-light:#fafbfc;--bg-white:#fff;--text-dark:#212529;--text-medium:#495057;--text-light:#6c757d;--shadow-sm:0 2px 8px #61818c14;--shadow-md:0 4px 16px #61818c1f;--shadow-lg:0 8px 32px #61818c29;--transition-base:.3s ease;--border-radius:8px}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:16px;line-height:1.7;color:var(--text-dark);background-color:var(--bg-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.top_company_strip{background:linear-gradient(135deg,var(--primary-clr) 0%,#4a6773 100%);padding:16px 0;text-align:center}
.company_title_h1{font-family:'Playfair Display',serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--bg-white);letter-spacing:.5px;text-shadow:0 2px 4px #0000001a}
.middle_info_row{background:var(--bg-white);padding:20px 0;box-shadow:var(--shadow-sm)}
.middle_content_wrapper{max-width:1280px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:32px}
.left_contact_details{display:flex;flex-direction:column;gap:12px;justify-self:start}
.contact_item_link{display:flex;align-items:center;gap:10px;font-size:.95rem;color:var(--text-medium);text-decoration:none;transition:color var(--transition-base)}
.contact_item_link:hover{color:var(--primary-clr)}
.contact_icon_svg{width:18px;height:18px;fill:var(--primary-clr);flex-shrink:0}
.center_logo_container{display:flex;align-items:center;justify-content:center;position:relative;z-index:10}
.brand_logo_img{height:70px;width:70px;object-fit:contain;display:block}
.right_trust_indicators{display:flex;flex-direction:column;gap:8px;justify-self:end;align-items:flex-end}
.trust_badge_item{font-size:.9rem;color:var(--text-medium);display:flex;align-items:center;gap:8px}
.badge_icon_check{width:16px;height:16px;fill:#28a745}
.navigation_row_bottom{background:linear-gradient(90deg,var(--tertiary-clr) 0%,#d4dce0 50%,var(--tertiary-clr) 100%);border-top:1px solid #61818c26;padding:0}
.nav_container_main{max-width:1280px;margin:0 auto;padding:0 24px}
.primary_nav_menu{display:flex;justify-content:center;align-items:center;gap:8px;list-style:none;flex-wrap:wrap;padding:0}
.nav_menu_item{position:relative}
.nav_link_anchor{display:block;padding:18px 24px;font-size:1rem;font-weight:500;color:var(--text-dark);text-decoration:none;transition:color var(--transition-base),background-color var(--transition-base);border-radius:4px;letter-spacing:.3px}
.nav_link_anchor:hover,.nav_link_anchor:focus{color:var(--primary-clr);background-color:#61818c14;outline:none}
.nav_link_anchor:focus-visible{outline:2px solid var(--primary-clr);outline-offset:2px}
main{min-height:60vh}
footer{background:linear-gradient(165deg,#2d3e47 0%,var(--primary-clr) 50%,#4a6773 100%);color:var(--bg-white);padding:64px 0 24px;margin-top:80px;position:relative}
footer::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#fff3 50%,transparent 100%)}
.footer_grid_layout{max-width:1280px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:48px}
.footer_section_block{display:flex;flex-direction:column;gap:20px}
.footer_heading_h3{font-family:'Playfair Display',serif;font-size:1.3rem;font-weight:600;margin-bottom:8px;color:var(--bg-white);letter-spacing:.5px}
.footer_logo_wrapper{display:flex;align-items:center;gap:16px;margin-bottom:16px}
.footer_logo_image{height:60px;width:60px;object-fit:contain}
.footer_brand_name{font-family:'Playfair Display',serif;font-size:1.5rem;font-weight:700;color:var(--bg-white)}
.footer_text_para{font-size:.95rem;line-height:1.6;color:#ffffffd9;margin-bottom:12px}
.contact_info_list{list-style:none;display:flex;flex-direction:column;gap:14px}
.contact_list_item{display:flex;align-items:flex-start;gap:12px;font-size:.95rem;color:#ffffffd9}
.footer_icon_svg{width:20px;height:20px;fill:var(--tertiary-clr);flex-shrink:0;margin-top:2px}
.footer_link_anchor{color:#ffffffd9;text-decoration:none;transition:color var(--transition-base)}
.footer_link_anchor:hover{color:var(--bg-white);text-decoration:underline}
.service_links_list{list-style:none;display:flex;flex-direction:column;gap:12px}
.service_link_item{font-size:.95rem}
.service_link_anchor{color:#ffffffd9;text-decoration:none;transition:color var(--transition-base);display:inline-block}
.service_link_anchor:hover{color:var(--bg-white);text-decoration:underline}
.footer_bottom_bar{max-width:1280px;margin:48px auto 0;padding:24px 24px 0;border-top:1px solid #ffffff26;text-align:center}
.copyright_text_span{font-size:.9rem;color:#ffffffbf;letter-spacing:.3px}
.consent_overlay_bg{position:fixed;bottom:0;left:0;right:0;background:#212529f2;backdrop-filter:blur(4px);z-index:9999;padding:24px;box-shadow:0 -4px 24px #0003;transform:translateY(100%);transition:transform .4s cubic-bezier(0.4,0,0.2,1)}
.consent_overlay_bg.visible_state{transform:translateY(0)}
.consent_inner_container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center}
.consent_text_section{color:var(--bg-white)}
.consent_heading_h2{font-size:1.3rem;font-weight:600;margin-bottom:12px;color:var(--bg-white)}
.consent_description_p{font-size:.95rem;line-height:1.6;color:#ffffffe6;margin-bottom:8px}
.policy_link_inline{color:var(--tertiary-clr);text-decoration:underline;transition:color var(--transition-base)}
.policy_link_inline:hover{color:var(--bg-white)}
.consent_buttons_group{display:flex;gap:12px;flex-wrap:wrap}
.consent_btn_base{padding:12px 28px;font-size:.95rem;font-weight:500;border:none;border-radius:var(--border-radius);cursor:pointer;transition:all var(--transition-base);min-width:140px;font-family:inherit}
.accept_btn_primary{background:linear-gradient(135deg,var(--primary-clr),#4a6773);color:var(--bg-white);box-shadow:var(--shadow-md)}
.accept_btn_primary:hover{background:linear-gradient(135deg,#4a6773,var(--primary-clr));box-shadow:var(--shadow-lg)}
.reject_btn_secondary{background:transparent;color:var(--bg-white);border:2px solid #ffffff4d}
.reject_btn_secondary:hover{background:#ffffff1a;border-color:#ffffff80}
@media (max-width: 968px) {
.middle_content_wrapper{grid-template-columns:1fr;gap:24px;text-align:center}
.left_contact_details,.right_trust_indicators{justify-self:center;align-items:center}
.consent_inner_container{grid-template-columns:1fr;gap:20px;text-align:center}
.consent_buttons_group{justify-content:center}
}
@media (max-width: 768px) {
.company_title_h1{font-size:1.3rem}
.middle_info_row{padding:16px 0}
.brand_logo_img{height:55px;width:55px}
.primary_nav_menu{flex-direction:column;gap:0}
.nav_link_anchor{padding:14px 20px;width:100%;text-align:center}
.footer_grid_layout{grid-template-columns:1fr;gap:32px}
.consent_overlay_bg{padding:20px 16px}
.consent_btn_base{width:100%}
}
@media (max-width: 480px) {
.left_contact_details{display:none}
.right_trust_indicators{font-size:.85rem}
}
.ueber-uns-wrapper{background:#fff;min-height:100vh}
.ueber-hero-block{background:linear-gradient(135deg,#E5EAED 0%,#f8f9fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.ueber-hero-block::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#61818c14;border-radius:50%;z-index:1}
.ueber-hero-content{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.ueber-hero-header{font-size:2.8rem;color:#212529;margin-bottom:25px;font-weight:700;line-height:1.2}
.ueber-hero-subtext{font-size:1.15rem;color:#495057;line-height:1.7;max-width:720px;margin-bottom:35px}
.ueber-hero-stats{display:flex;gap:45px;flex-wrap:wrap;margin-top:40px}
.ueber-stat-item{display:flex;flex-direction:column}
.ueber-stat-number{font-size:2.5rem;color:#61818C;font-weight:700;line-height:1;margin-bottom:8px}
.ueber-stat-label{font-size:.95rem;color:#495057;text-transform:uppercase;letter-spacing:.5px}
.ueber-vision-section{padding:90px 20px;background:#fff}
.ueber-vision-container{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.ueber-vision-left{position:relative}
.ueber-vision-image-wrap{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 15px 40px #61818c26}
.ueber-vision-image-wrap img{width:100%;height:480px;object-fit:cover;display:block}
.ueber-vision-accent{position:absolute;bottom:-20px;right:-20px;width:180px;height:180px;background:linear-gradient(135deg,#61818C,#A6ABB9);border-radius:8px;z-index:-1}
.ueber-vision-right{padding-top:20px}
.ueber-vision-tag{display:inline-block;background:#E5EAED;color:#61818C;padding:8px 20px;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.8px;margin-bottom:20px}
.ueber-vision-title{font-size:2.2rem;color:#212529;margin-bottom:25px;font-weight:700;line-height:1.3}
.ueber-vision-text{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.ueber-values-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-top:35px}
.ueber-value-card{background:#fafbfc;padding:25px;border-radius:6px;border-left:4px solid #61818C}
.ueber-value-heading{font-size:1.1rem;color:#212529;font-weight:700;margin-bottom:10px}
.ueber-value-desc{font-size:.95rem;color:#495057;line-height:1.6}
.ueber-approach-section{padding:90px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.ueber-approach-container{max-width:1140px;margin:0 auto}
.ueber-approach-header{text-align:center;margin-bottom:60px}
.ueber-approach-maintitle{font-size:2.4rem;color:#212529;margin-bottom:18px;font-weight:700}
.ueber-approach-subtitle{font-size:1.1rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.ueber-approach-split{display:grid;grid-template-columns:45% 55%;gap:0;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 10px 35px #61818c1f}
.ueber-approach-left-panel{background:linear-gradient(135deg,#61818C 0%,#A6ABB9 100%);padding:50px 40px;display:flex;flex-direction:column;justify-content:center}
.ueber-approach-left-title{font-size:1.8rem;color:#fff;margin-bottom:25px;font-weight:700;line-height:1.3}
.ueber-approach-feature-list{list-style:none;padding:0;margin:0}
.ueber-approach-feature-item{display:flex;align-items:start;margin-bottom:20px;color:#fff}
.ueber-approach-feature-icon{width:28px;height:28px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:15px;flex-shrink:0;font-weight:700;font-size:.9rem}
.ueber-approach-feature-text{font-size:1rem;line-height:1.6;padding-top:3px}
.ueber-approach-right-panel{padding:50px 45px;display:flex;flex-direction:column;gap:35px}
.ueber-approach-image-block{position:relative;border-radius:6px;overflow:hidden}
.ueber-approach-image-block img{width:100%;height:260px;object-fit:cover;display:block}
.ueber-approach-text-block{display:flex;flex-direction:column;gap:18px}
.ueber-approach-paragraph{font-size:1rem;color:#495057;line-height:1.7}
.ueber-team-section{padding:90px 20px;background:#fff}
.ueber-team-container{max-width:1140px;margin:0 auto}
.ueber-team-intro{margin-bottom:55px}
.ueber-team-heading{font-size:2.3rem;color:#212529;margin-bottom:20px;font-weight:700}
.ueber-team-description{font-size:1.05rem;color:#495057;line-height:1.8;max-width:820px}
.ueber-team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.ueber-team-member-card{background:#f8f9fa;border-radius:8px;padding:35px;transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid #A6ABB9}
.ueber-team-member-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #61818c26}
.ueber-team-role{display:inline-block;background:#E5EAED;color:#61818C;padding:6px 16px;border-radius:15px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.6px;margin-bottom:18px}
.ueber-team-name{font-size:1.5rem;color:#212529;margin-bottom:15px;font-weight:700}
.ueber-team-bio{font-size:.98rem;color:#495057;line-height:1.7;margin-bottom:20px}
.ueber-team-expertise{display:flex;flex-wrap:wrap;gap:10px}
.ueber-expertise-badge{background:#fff;color:#61818C;padding:6px 14px;border-radius:4px;font-size:.85rem;font-weight:600;border:1px solid #E5EAED}
.ueber-cta-section{padding:80px 20px;background:linear-gradient(135deg,#61818C 0%,#A6ABB9 100%);text-align:center}
.ueber-cta-content{max-width:780px;margin:0 auto}
.ueber-cta-title{font-size:2.2rem;color:#fff;margin-bottom:20px;font-weight:700;line-height:1.3}
.ueber-cta-text{font-size:1.1rem;color:#fffffff2;line-height:1.7;margin-bottom:35px}
.ueber-cta-button{display:inline-block;background:#fff;color:#61818C;padding:16px 40px;border-radius:6px;font-size:1.05rem;font-weight:700;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 8px 25px #00000026}
.ueber-cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 35px #0003}
@media (max-width: 992px) {
.ueber-vision-container{grid-template-columns:1fr;gap:45px}
.ueber-vision-accent{display:none}
.ueber-approach-split{grid-template-columns:1fr}
.ueber-team-grid{grid-template-columns:1fr}
.ueber-values-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.ueber-hero-header{font-size:2rem}
.ueber-hero-subtext{font-size:1rem}
.ueber-hero-stats{gap:30px}
.ueber-stat-number{font-size:2rem}
.ueber-vision-title{font-size:1.8rem}
.ueber-approach-maintitle{font-size:1.9rem}
.ueber-team-heading{font-size:1.9rem}
.ueber-cta-title{font-size:1.8rem}
.ueber-approach-left-panel,.ueber-approach-right-panel{padding:35px 25px}
.ueber-team-member-card{padding:25px}
}
.finanzwelt-hero{background:linear-gradient(135deg,#E5EAED 0%,#fff 100%);padding:80px 20px 100px;position:relative;overflow:hidden}
.finanzwelt-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#61818c14 0%,transparent 70%);border-radius:50%}
.hero-innenwelt{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center;position:relative;z-index:2}
.hero-textraum h1{font-size:3.2rem;color:#212529;line-height:1.15;margin-bottom:24px;font-weight:700}
.hero-textraum p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:32px}
.hero-bildzone{position:relative}
.hero-bildzone img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 20px 60px #61818c26}
.startbutton-gruppe{display:flex;gap:16px;flex-wrap:wrap}
.startbutton-prime{background:#61818C;color:#fff;padding:14px 32px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;display:inline-block}
.startbutton-prime:hover{background:#4f6b75;transform:translateY(-2px);box-shadow:0 8px 20px #61818c40}
.startbutton-sekundaer{background:transparent;color:#61818C;padding:14px 32px;border:2px solid #61818C;border-radius:6px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;display:inline-block}
.startbutton-sekundaer:hover{background:#61818C;color:#fff;transform:translateY(-2px)}
.entscheidungsbaum-bereich{background:#fff;padding:90px 20px}
.entscheidungsbaum-container{max-width:1100px;margin:0 auto}
.baum-titel{text-align:center;margin-bottom:60px}
.baum-titel h2{font-size:2.4rem;color:#212529;margin-bottom:16px;font-weight:700}
.baum-titel p{font-size:1.1rem;color:#495057;line-height:1.6}
.fragenreihe{display:grid;gap:24px}
.frage-karte{background:#f8f9fa;border-left:4px solid #61818C;padding:28px 32px;border-radius:8px;transition:all .3s ease;cursor:pointer}
.frage-karte:hover{background:#E5EAED;transform:translateX(8px);box-shadow:0 6px 24px #61818c1f}
.frage-karte h3{font-size:1.3rem;color:#212529;margin-bottom:12px;font-weight:600}
.frage-karte p{font-size:1rem;color:#495057;line-height:1.65;margin:0}
.pfad-symbole{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:50px}
.pfad-box{text-align:center;padding:32px 24px;background:linear-gradient(145deg,#fff 0%,#f8f9fa 100%);border-radius:10px;border:1px solid #E5EAED;transition:all .3s ease}
.pfad-box:hover{border-color:#61818C;box-shadow:0 8px 28px #61818c26;transform:translateY(-4px)}
.pfad-ikone{width:70px;height:70px;background:#61818C;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:2rem;color:#fff}
.pfad-box h4{font-size:1.2rem;color:#212529;margin-bottom:12px;font-weight:600}
.pfad-box p{font-size:.95rem;color:#495057;line-height:1.6;margin:0}
.redaktionelle-sektion{background:#f5f6fa;padding:80px 20px}
.redaktion-raster{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:0.9fr 1.1fr;gap:50px;align-items:start}
.redaktion-bild{position:sticky;top:40px}
.redaktion-bild img{width:100%;height:480px;object-fit:cover;border-radius:10px;box-shadow:0 16px 48px #61818c2e}
.redaktion-artikel{background:#fff;padding:40px;border-radius:10px;box-shadow:0 4px 16px #0000000f}
.redaktion-artikel h2{font-size:2.2rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.3}
.artikel-absatz{margin-bottom:28px}
.artikel-absatz h3{font-size:1.4rem;color:#61818C;margin-bottom:14px;font-weight:600}
.artikel-absatz p{font-size:1.05rem;color:#495057;line-height:1.75;margin-bottom:16px}
.artikel-liste{list-style:none;padding:0;margin:20px 0}
.artikel-liste li{padding-left:32px;position:relative;margin-bottom:14px;font-size:1.05rem;color:#495057;line-height:1.6}
.artikel-liste li::before{content:'→';position:absolute;left:0;color:#61818C;font-weight:700;font-size:1.2rem}
.vergleichstabelle-zone{background:#fff;padding:90px 20px}
.tabelle-wrapper{max-width:1150px;margin:0 auto}
.tabelle-kopf{text-align:center;margin-bottom:50px}
.tabelle-kopf h2{font-size:2.5rem;color:#212529;margin-bottom:18px;font-weight:700}
.tabelle-kopf p{font-size:1.1rem;color:#495057;line-height:1.65}
.vergleich-tabelle{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 8px 32px #61818c1f}
.vergleich-tabelle thead{background:linear-gradient(135deg,#61818C 0%,#4f6b75 100%)}
.vergleich-tabelle thead th{color:#fff;padding:20px 24px;text-align:left;font-weight:600;font-size:1.1rem}
.vergleich-tabelle tbody tr{border-bottom:1px solid #E5EAED;transition:background .2s ease}
.vergleich-tabelle tbody tr:hover{background:#f8f9fa}
.vergleich-tabelle tbody tr:last-child{border-bottom:none}
.vergleich-tabelle td{padding:18px 24px;color:#495057;font-size:1rem;line-height:1.6}
.vergleich-tabelle td:first-child{font-weight:600;color:#212529}
.tabelle-check{color:#61818C;font-weight:700;font-size:1.3rem}
.tabelle-cross{color:#A6ABB9;font-size:1.3rem}
.bild-mit-liste{max-width:1200px;margin:60px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.liste-bildraum img{width:100%;height:380px;object-fit:cover;border-radius:10px;box-shadow:0 12px 40px #61818c29}
.strukturierte-liste h3{font-size:1.8rem;color:#212529;margin-bottom:28px;font-weight:700}
.liste-punkte{list-style:none;padding:0}
.liste-punkte li{background:#f8f9fa;padding:16px 20px;margin-bottom:12px;border-radius:6px;border-left:3px solid #61818C;font-size:1.05rem;color:#495057;line-height:1.6;transition:all .3s ease}
.liste-punkte li:hover{background:#E5EAED;transform:translateX(6px)}
@media (max-width: 968px) {
.hero-innenwelt{grid-template-columns:1fr;gap:40px}
.hero-textraum h1{font-size:2.4rem}
.hero-bildzone img{height:320px}
.pfad-symbole{grid-template-columns:1fr;gap:24px}
.redaktion-raster{grid-template-columns:1fr;gap:40px}
.redaktion-bild{position:relative;top:0}
.redaktion-artikel{padding:28px}
.vergleich-tabelle{font-size:.9rem}
.vergleich-tabelle td,.vergleich-tabelle th{padding:14px 16px}
.bild-mit-liste{grid-template-columns:1fr;gap:40px}
.liste-bildraum{order:-1}
}
@media (max-width: 640px) {
.finanzwelt-hero{padding:60px 20px 70px}
.hero-textraum h1{font-size:2rem}
.startbutton-gruppe{flex-direction:column}
.startbutton-prime,.startbutton-sekundaer{width:100%;text-align:center}
.baum-titel h2{font-size:1.9rem}
.frage-karte{padding:20px 24px}
.redaktion-artikel h2{font-size:1.8rem}
.tabelle-kopf h2{font-size:2rem}
.vergleich-tabelle{display:block;overflow-x:auto}
}
.kontakt-hero-wrap{background:linear-gradient(135deg,#E5EAED 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.kontakt-hero-wrap::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#61818c14 0%,transparent 70%);border-radius:50%}
.kontakt-hero-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.kontakt-hero-title{font-size:2.8rem;color:#212529;margin-bottom:16px;font-weight:700;line-height:1.2}
.kontakt-hero-subtitle{font-size:1.15rem;color:#495057;line-height:1.6;max-width:680px}
.kontakt-main-grid{max-width:1200px;margin:0 auto;padding:70px 20px;display:grid;grid-template-columns:1fr 1.3fr;gap:60px;align-items:start}
.kontakt-info-block{background:#fff;padding:40px;border-radius:8px;box-shadow:0 2px 12px #0000000f;border-left:4px solid #61818C}
.kontakt-info-heading{font-size:1.5rem;color:#212529;margin-bottom:24px;font-weight:600}
.kontakt-detail-item{margin-bottom:28px;padding-left:32px;position:relative}
.kontakt-detail-item:last-child{margin-bottom:0}
.kontakt-detail-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;color:#61818C;font-weight:600;margin-bottom:6px;display:block}
.kontakt-detail-value{font-size:1.05rem;color:#343a40;line-height:1.5}
.kontakt-detail-value a{color:#61818C;text-decoration:none;transition:color .3s ease}
.kontakt-detail-value a:hover{color:#4a6570}
.kontakt-detail-item::before{content:'';position:absolute;left:0;top:4px;width:20px;height:20px;background:#E5EAED;border-radius:50%;border:2px solid #61818C}
.kontakt-image-wrapper{margin-top:40px;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px #00000014}
.kontakt-image-wrapper img{width:100%;height:280px;object-fit:cover;display:block}
.kontakt-form-container{background:#fafbfc;padding:45px;border-radius:8px;box-shadow:0 2px 12px #0000000f}
.kontakt-form-title{font-size:1.65rem;color:#212529;margin-bottom:12px;font-weight:600}
.kontakt-form-intro{font-size:1rem;color:#495057;margin-bottom:32px;line-height:1.6}
.kontakt-form-group{margin-bottom:24px}
.kontakt-form-label{display:block;font-size:.95rem;color:#343a40;margin-bottom:8px;font-weight:500}
.kontakt-form-input,.kontakt-form-textarea{width:100%;padding:14px 16px;border:2px solid #E5EAED;border-radius:6px;font-size:1rem;color:#212529;background:#fff;transition:all .3s ease;font-family:inherit}
.kontakt-form-input:focus,.kontakt-form-textarea:focus{outline:none;border-color:#61818C;box-shadow:0 0 0 3px #61818c1a}
.kontakt-form-textarea{resize:vertical;min-height:140px}
.kontakt-privacy-wrapper{margin-bottom:28px;display:flex;align-items:start;gap:10px}
.kontakt-privacy-checkbox{margin-top:4px;width:18px;height:18px;cursor:pointer;flex-shrink:0}
.kontakt-privacy-text{font-size:.92rem;color:#495057;line-height:1.5}
.kontakt-privacy-text a{color:#61818C;text-decoration:underline}
.kontakt-privacy-text a:hover{color:#4a6570}
.kontakt-submit-btn{background:#61818C;color:#fff;border:none;padding:16px 40px;font-size:1.05rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .3s ease;width:100%;position:relative;z-index:10}
.kontakt-submit-btn:hover{background:#4a6570;transform:translateY(-2px);box-shadow:0 6px 20px #61818c4d}
.kontakt-submit-btn:active{transform:translateY(0)}
.kontakt-zusatz-bereich{max-width:1200px;margin:0 auto;padding:0 20px 80px}
.kontakt-zusatz-karten{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.kontakt-karte-einzeln{background:#fff;padding:35px 28px;border-radius:8px;box-shadow:0 2px 10px #0000000d;border-top:3px solid #A6ABB9;transition:all .3s ease}
.kontakt-karte-einzeln:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}
.kontakt-karte-titel{font-size:1.25rem;color:#212529;margin-bottom:14px;font-weight:600}
.kontakt-karte-text{font-size:.98rem;color:#495057;line-height:1.65}
@media (max-width: 968px) {
.kontakt-main-grid{grid-template-columns:1fr;gap:40px;padding:50px 20px}
.kontakt-zusatz-karten{grid-template-columns:1fr;gap:24px}
.kontakt-hero-title{font-size:2.2rem}
.kontakt-form-container{padding:35px 28px}
}
@media (max-width: 640px) {
.kontakt-hero-wrap{padding:60px 20px 45px}
.kontakt-hero-title{font-size:1.85rem}
.kontakt-hero-subtitle{font-size:1.05rem}
.kontakt-info-block{padding:30px 24px}
.kontakt-form-container{padding:30px 20px}
.kontakt-submit-btn{padding:14px 32px}
}
.lernprogramm-hero-bereich{background:linear-gradient(135deg,#E5EAED 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.lernprogramm-hero-bereich::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#61818c14 0%,transparent 70%);border-radius:50%}
.lernprogramm-hero-inhalt{max-width:900px;margin:0 auto;position:relative;z-index:2}
.lernprogramm-hero-inhalt h1{font-size:2.8rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.lernprogramm-hero-inhalt .einleitung-text{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:18px}
.lernprogramm-hero-inhalt .detail-text{font-size:1.05rem;color:#5a6570;line-height:1.6}
.programm-struktur-sektion{padding:70px 20px;background:#fff}
.programm-struktur-container{max-width:1200px;margin:0 auto}
.struktur-kopf{text-align:center;margin-bottom:50px}
.struktur-kopf h2{font-size:2.3rem;color:#212529;margin-bottom:16px;font-weight:700}
.struktur-kopf p{font-size:1.1rem;color:#5a6570;max-width:700px;margin:0 auto;line-height:1.6}
.phasen-raster{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px}
.phase-karte{background:#fafbfc;border:2px solid #E5EAED;border-radius:8px;padding:32px 26px;transition:all .3s ease;position:relative}
.phase-karte:hover{transform:translateY(-6px);border-color:#61818C;box-shadow:0 8px 24px #61818c26}
.phase-nummer{display:inline-block;width:50px;height:50px;background:linear-gradient(135deg,#61818C 0%,#A6ABB9 100%);color:#fff;border-radius:50%;font-size:1.4rem;font-weight:700;line-height:50px;text-align:center;margin-bottom:20px}
.phase-karte h3{font-size:1.4rem;color:#212529;margin-bottom:14px;font-weight:600}
.phase-karte p{font-size:1rem;color:#5a6570;line-height:1.6;margin-bottom:12px}
.phase-dauer{font-size:.95rem;color:#61818C;font-weight:600;margin-top:16px;padding-top:16px;border-top:1px solid #E5EAED}
.themenbereiche-sektion{padding:65px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.themenbereiche-wrapper{max-width:1100px;margin:0 auto}
.themenbereiche-wrapper h2{font-size:2.2rem;color:#212529;margin-bottom:20px;font-weight:700}
.themenbereiche-intro{font-size:1.08rem;color:#495057;margin-bottom:45px;line-height:1.7;max-width:800px}
.themen-flex-container{display:flex;gap:40px;align-items:flex-start}
.themen-bild-spalte{flex:0 0 420px}
.themen-bild-spalte img{width:100%;height:500px;object-fit:cover;border-radius:12px;box-shadow:0 6px 20px #61818c33}
.themen-liste-spalte{flex:1}
.thema-item{background:#fff;border-left:4px solid #61818C;padding:22px 24px;margin-bottom:20px;border-radius:6px;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}
.thema-item:hover{box-shadow:0 4px 16px #61818c2e;transform:translateX(6px)}
.thema-item h3{font-size:1.3rem;color:#212529;margin-bottom:10px;font-weight:600}
.thema-item p{font-size:1rem;color:#5a6570;line-height:1.6;margin:0}
.lernmethoden-sektion{padding:70px 20px;background:#fff;position:relative}
.lernmethoden-sektion::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#61818C 0%,#A6ABB9 50%,#E5EAED 100%)}
.lernmethoden-container{max-width:1050px;margin:0 auto}
.lernmethoden-container h2{font-size:2.3rem;color:#212529;margin-bottom:18px;font-weight:700;text-align:center}
.methoden-beschreibung{text-align:center;font-size:1.1rem;color:#495057;margin-bottom:50px;line-height:1.7;max-width:750px;margin-left:auto;margin-right:auto}
.methoden-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}
.methode-box{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);border:1px solid #E5EAED;border-radius:10px;padding:35px 30px;position:relative;transition:all .3s ease}
.methode-box::before{content:'';position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(180deg,#61818C 0%,#A6ABB9 100%);border-radius:10px 0 0 10px;opacity:0;transition:opacity .3s ease}
.methode-box:hover::before{opacity:1}
.methode-box:hover{box-shadow:0 8px 24px #61818c24}
.methode-box h3{font-size:1.45rem;color:#212529;margin-bottom:16px;font-weight:600}
.methode-box p{font-size:1.02rem;color:#5a6570;line-height:1.65;margin-bottom:14px}
.methode-box ul{list-style:none;padding:0;margin:0}
.methode-box li{font-size:.98rem;color:#495057;padding-left:26px;margin-bottom:10px;position:relative;line-height:1.5}
.methode-box li::before{content:'';position:absolute;left:0;color:#61818C;font-weight:700;font-size:1.1rem}
.anmeldung-sektion{padding:75px 20px 80px;background:linear-gradient(135deg,#E5EAED 0%,#f8f9fa 100%);position:relative}
.anmeldung-inhalt{max-width:900px;margin:0 auto;text-align:center}
.anmeldung-inhalt h2{font-size:2.4rem;color:#212529;margin-bottom:22px;font-weight:700}
.anmeldung-info{font-size:1.12rem;color:#495057;line-height:1.75;margin-bottom:20px}
.starttermin-box{background:#fff;border:2px solid #A6ABB9;border-radius:10px;padding:30px;margin:35px auto 40px;max-width:600px;box-shadow:0 4px 16px #61818c1f}
.starttermin-box h3{font-size:1.5rem;color:#61818C;margin-bottom:14px;font-weight:700}
.starttermin-box p{font-size:1.08rem;color:#495057;margin-bottom:10px;line-height:1.6}
.starttermin-box .hinweis-text{font-size:.95rem;color:#5a6570;margin-top:18px;padding-top:18px;border-top:1px solid #E5EAED}
.anmeldung-aktionen{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-top:35px}
.btn-anmeldung{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#61818C 0%,#A6ABB9 100%);color:#fff;text-decoration:none;border-radius:8px;font-size:1.1rem;font-weight:600;transition:all .3s ease;border:none;box-shadow:0 4px 12px #61818c40}
.btn-anmeldung:hover{transform:translateY(-3px);box-shadow:0 6px 20px #61818c59}
.btn-kontakt{display:inline-block;padding:16px 40px;background:#fff;color:#61818C;text-decoration:none;border-radius:8px;font-size:1.1rem;font-weight:600;transition:all .3s ease;border:2px solid #61818C}
.btn-kontakt:hover{background:#61818C;color:#fff;transform:translateY(-3px)}
@media (max-width: 768px) {
.lernprogramm-hero-inhalt h1{font-size:2rem}
.lernprogramm-hero-inhalt .einleitung-text{font-size:1.05rem}
.phasen-raster{grid-template-columns:1fr}
.themen-flex-container{flex-direction:column}
.themen-bild-spalte{flex:1;width:100%}
.themen-bild-spalte img{height:350px}
.methoden-grid{grid-template-columns:1fr}
.anmeldung-aktionen{flex-direction:column;align-items:stretch}
.btn-anmeldung,.btn-kontakt{width:100%;text-align:center}
.struktur-kopf h2,.lernmethoden-container h2,.anmeldung-inhalt h2{font-size:1.9rem}
}
.erfolgsgeschichten-hero{background:linear-gradient(135deg,#E5EAED 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.erfolgsgeschichten-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#61818c14 0%,transparent 70%);border-radius:50%}
.erfolgsgeschichten-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.erfolgsgeschichten-hero h1{font-size:42px;color:#212529;margin:0 0 20px;font-weight:700;line-height:1.2}
.erfolgsgeschichten-hero-intro{font-size:19px;color:#495057;line-height:1.7;max-width:720px;margin:0 0 35px}
.erfolgsgeschichten-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:25px;margin-top:45px}
.erfolgsgeschichten-stat-box{background:#fff;padding:28px;border-radius:8px;border-left:4px solid #61818C;box-shadow:0 2px 8px #0000000f}
.erfolgsgeschichten-stat-number{font-size:36px;font-weight:700;color:#61818C;margin:0 0 8px;line-height:1}
.erfolgsgeschichten-stat-label{font-size:15px;color:#495057;margin:0;line-height:1.4}
.erfolgsgeschichten-entscheidung{padding:70px 20px;background:#fff}
.erfolgsgeschichten-entscheidung-wrapper{max-width:1200px;margin:0 auto}
.erfolgsgeschichten-section-title{font-size:34px;color:#212529;margin:0 0 45px;font-weight:600;text-align:center}
.erfolgsgeschichten-zwei-wege{display:grid;grid-template-columns:1fr 1fr;gap:0;border:2px solid #E5EAED;border-radius:10px;overflow:hidden;margin-bottom:50px}
.erfolgsgeschichten-weg-links{background:#f8f9fa;padding:45px 35px;border-right:2px solid #E5EAED}
.erfolgsgeschichten-weg-rechts{background:#fff;padding:45px 35px}
.erfolgsgeschichten-weg-header{font-size:24px;color:#212529;margin:0 0 25px;font-weight:600;display:flex;align-items:center;gap:12px}
.erfolgsgeschichten-weg-icon{width:40px;height:40px;background:#61818C;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;flex-shrink:0}
.erfolgsgeschichten-weg-liste{list-style:none;padding:0;margin:0}
.erfolgsgeschichten-weg-liste li{padding:15px 0;border-bottom:1px solid #E5EAED;color:#343a40;font-size:16px;line-height:1.6}
.erfolgsgeschichten-weg-liste li:last-child{border-bottom:none}
.erfolgsgeschichten-weg-liste li::before{content:'→';color:#61818C;font-weight:700;margin-right:12px}
.erfolgsgeschichten-frage-flow{background:linear-gradient(to right,#E5EAED 0%,#fff 100%);padding:35px;border-radius:10px;margin-top:40px}
.erfolgsgeschichten-frage-title{font-size:20px;color:#212529;margin:0 0 25px;font-weight:600;text-align:center}
.erfolgsgeschichten-frage-schritte{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-wrap:wrap}
.erfolgsgeschichten-frage-schritt{flex:1;min-width:220px;background:#fff;padding:25px 20px;border-radius:8px;text-align:center;box-shadow:0 2px 6px #0000000d;position:relative}
.erfolgsgeschichten-frage-schritt-num{width:36px;height:36px;background:#61818C;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin:0 auto 15px;font-size:18px}
.erfolgsgeschichten-frage-schritt-text{font-size:15px;color:#343a40;margin:0;line-height:1.5}
.erfolgsgeschichten-fallstudien{padding:70px 20px;background:linear-gradient(180deg,#fafbfc 0%,#fff 100%)}
.erfolgsgeschichten-fallstudien-wrapper{max-width:1200px;margin:0 auto}
.erfolgsgeschichten-karten-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:35px;margin-top:40px}
.erfolgsgeschichten-karte{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease}
.erfolgsgeschichten-karte:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}
.erfolgsgeschichten-karte-bild{width:100%;height:240px;object-fit:cover}
.erfolgsgeschichten-karte-inhalt{padding:30px}
.erfolgsgeschichten-karte-firma{font-size:13px;color:#61818C;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px}
.erfolgsgeschichten-karte-titel{font-size:22px;color:#212529;margin:0 0 18px;font-weight:600;line-height:1.3}
.erfolgsgeschichten-karte-text{font-size:15px;color:#495057;line-height:1.7;margin:0 0 25px}
.erfolgsgeschichten-karte-metriken{display:flex;gap:20px;padding-top:20px;border-top:1px solid #E5EAED}
.erfolgsgeschichten-metrik{flex:1}
.erfolgsgeschichten-metrik-wert{font-size:24px;font-weight:700;color:#61818C;margin:0 0 5px;line-height:1}
.erfolgsgeschichten-metrik-label{font-size:13px;color:#6c757d;margin:0;line-height:1.3}
.erfolgsgeschichten-testimonial-komplex{padding:70px 20px;background:#fff}
.erfolgsgeschichten-testimonial-wrapper{max-width:1100px;margin:0 auto}
.erfolgsgeschichten-testimonial-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:50px;align-items:start}
.erfolgsgeschichten-testimonial-sidebar{background:linear-gradient(135deg,#61818C 0%,#A6ABB9 100%);padding:40px 35px;border-radius:10px;color:#fff;position:sticky;top:20px}
.erfolgsgeschichten-testimonial-zitat-icon{font-size:48px;color:#ffffff4d;margin:0 0 20px;line-height:1}
.erfolgsgeschichten-testimonial-name{font-size:22px;font-weight:600;margin:0 0 8px;color:#fff}
.erfolgsgeschichten-testimonial-position{font-size:15px;margin:0 0 25px;color:#ffffffd9}
.erfolgsgeschichten-testimonial-kurzinfo{font-size:14px;line-height:1.6;margin:0;color:#ffffffe6;padding-top:20px;border-top:1px solid #fff3}
.erfolgsgeschichten-testimonial-haupttext{background:#f8f9fa;padding:45px 40px;border-radius:10px;border-left:5px solid #61818C}
.erfolgsgeschichten-testimonial-haupttext h3{font-size:26px;color:#212529;margin:0 0 25px;font-weight:600;line-height:1.3}
.erfolgsgeschichten-testimonial-haupttext p{font-size:16px;color:#343a40;line-height:1.8;margin:0 0 20px}
.erfolgsgeschichten-testimonial-haupttext p:last-child{margin-bottom:0}
.erfolgsgeschichten-testimonial-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:20px;margin-top:30px;padding-top:30px;border-top:2px solid #E5EAED}
.erfolgsgeschichten-highlight-item{text-align:center}
.erfolgsgeschichten-highlight-wert{font-size:28px;font-weight:700;color:#61818C;margin:0 0 8px;line-height:1}
.erfolgsgeschichten-highlight-beschreibung{font-size:13px;color:#6c757d;margin:0;line-height:1.4}
@media (max-width: 992px) {
.erfolgsgeschichten-hero h1{font-size:36px}
.erfolgsgeschichten-zwei-wege{grid-template-columns:1fr}
.erfolgsgeschichten-weg-links{border-right:none;border-bottom:2px solid #E5EAED}
.erfolgsgeschichten-testimonial-layout{grid-template-columns:1fr;gap:35px}
.erfolgsgeschichten-testimonial-sidebar{position:static}
}
@media (max-width: 768px) {
.erfolgsgeschichten-hero{padding:60px 20px 40px}
.erfolgsgeschichten-hero h1{font-size:30px}
.erfolgsgeschichten-hero-intro{font-size:17px}
.erfolgsgeschichten-stats-grid{grid-template-columns:1fr}
.erfolgsgeschichten-section-title{font-size:28px}
.erfolgsgeschichten-frage-schritte{flex-direction:column}
.erfolgsgeschichten-karten-grid{grid-template-columns:1fr}
.erfolgsgeschichten-entscheidung,.erfolgsgeschichten-fallstudien,.erfolgsgeschichten-testimonial-komplex{padding:50px 20px}
.erfolgsgeschichten-weg-links,.erfolgsgeschichten-weg-rechts{padding:30px 25px}
.erfolgsgeschichten-testimonial-haupttext{padding:30px 25px}
}
@media (max-width: 480px) {
.erfolgsgeschichten-hero h1{font-size:26px}
.erfolgsgeschichten-stat-box{padding:20px}
.erfolgsgeschichten-stat-number{font-size:30px}
.erfolgsgeschichten-karte-inhalt{padding:25px}
.erfolgsgeschichten-karte-metriken{flex-direction:column;gap:15px}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:100vh;padding:0}
.cookie-policy-header-section{background:linear-gradient(to right,#E5EAED,#fff);padding:80px 20px 60px;text-align:center;border-bottom:3px solid #61818C}
.cookie-policy-header-section h1{color:#212529;font-size:2.8rem;font-weight:700;margin:0 0 15px;line-height:1.2}
.cookie-policy-last-update{color:#495057;font-size:.95rem;font-weight:500;margin:0}
.cookie-policy-content-container{max-width:900px;margin:0 auto;padding:60px 25px}
.cookie-intro-block{background:#fff;padding:40px;border-radius:8px;margin-bottom:45px;box-shadow:0 2px 12px #61818c14;border-left:5px solid #61818C}
.cookie-intro-block p{color:#343a40;font-size:1.05rem;line-height:1.75;margin:0 0 18px}
.cookie-intro-block p:last-child{margin-bottom:0}
.cookie-section-wrapper{background:#fff;padding:45px;border-radius:8px;margin-bottom:35px;box-shadow:0 1px 8px #a6abb91f}
.cookie-section-wrapper h2{color:#212529;font-size:1.9rem;font-weight:700;margin:0 0 25px;padding-bottom:15px;border-bottom:2px solid #E5EAED}
.cookie-section-wrapper h3{color:#343a40;font-size:1.4rem;font-weight:600;margin:35px 0 18px}
.cookie-section-wrapper h3:first-of-type{margin-top:0}
.cookie-section-wrapper p{color:#495057;font-size:1.02rem;line-height:1.7;margin:0 0 16px}
.cookie-section-wrapper ul{margin:20px 0;padding-left:0;list-style:none}
.cookie-section-wrapper ul li{color:#495057;font-size:1.02rem;line-height:1.65;margin-bottom:14px;padding-left:30px;position:relative}
.cookie-section-wrapper ul li::before{content:"→";color:#61818C;font-weight:700;position:absolute;left:0;top:0}
.cookie-types-grid{display:grid;grid-template-columns:1fr;gap:25px;margin:30px 0}
.cookie-type-card{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:30px;border-radius:6px;border:2px solid #E5EAED;transition:all .3s ease}
.cookie-type-card:hover{border-color:#A6ABB9;box-shadow:0 4px 16px #61818c26;transform:translateY(-2px)}
.cookie-type-card h4{color:#61818C;font-size:1.3rem;font-weight:700;margin:0 0 15px}
.cookie-type-card p{color:#495057;font-size:1rem;line-height:1.65;margin:0}
.browser-instructions-block{background:linear-gradient(to bottom,#E5EAED,#f8f9fa);padding:35px;border-radius:8px;margin:30px 0}
.browser-instructions-block h4{color:#212529;font-size:1.25rem;font-weight:600;margin:0 0 12px}
.browser-instructions-block p{color:#343a40;font-size:1rem;line-height:1.65;margin:0}
.cookie-notice-box{background:#61818C;color:#fff;padding:35px;border-radius:8px;margin:40px 0;text-align:center}
.cookie-notice-box p{color:#fff;font-size:1.05rem;line-height:1.7;margin:0 0 12px}
.cookie-notice-box p:last-child{margin-bottom:0}
.cookie-contact-section{background:#fff;padding:45px;border-radius:8px;margin-top:40px;box-shadow:0 2px 12px #61818c1a;text-align:center;border:2px solid #E5EAED}
.cookie-contact-section h2{color:#212529;font-size:1.8rem;font-weight:700;margin:0 0 20px}
.cookie-contact-section p{color:#495057;font-size:1.05rem;line-height:1.7;margin:0 0 25px}
.cookie-contact-details{color:#343a40;font-size:1.02rem;line-height:1.8;margin:0}
.cookie-contact-details strong{color:#61818C;font-weight:600}
@media (min-width: 768px) {
.cookie-types-grid{grid-template-columns:repeat(2,1fr)}
.cookie-policy-header-section h1{font-size:3.2rem}
}
@media (max-width: 767px) {
.cookie-policy-header-section{padding:50px 15px 40px}
.cookie-policy-header-section h1{font-size:2rem}
.cookie-policy-content-container{padding:40px 15px}
.cookie-intro-block{padding:25px}
.cookie-section-wrapper{padding:30px 20px}
.cookie-section-wrapper h2{font-size:1.5rem}
.cookie-type-card{padding:20px}
.cookie-contact-section{padding:30px 20px}
}
.datenschutz-container-main{max-width:920px;margin:0 auto;padding:60px 24px 80px;background:#fff}
.datenschutz-header-block{margin-bottom:56px;padding-bottom:32px;border-bottom:2px solid #E5EAED}
.datenschutz-header-block h1{font-size:2.8rem;line-height:1.2;color:#61818C;margin:0 0 16px;font-weight:700}
.datenschutz-aktualisierung-info{font-size:.95rem;color:#6c757d;margin:0;padding:12px 20px;background:#f8f9fa;border-left:4px solid #A6ABB9;border-radius:4px}
.datenschutz-intro-absatz{font-size:1.1rem;line-height:1.7;color:#343a40;margin:0 0 48px}
.datenschutz-sektion-wrapper{margin-bottom:44px}
.datenschutz-sektion-wrapper h2{font-size:1.9rem;color:#61818C;margin:0 0 20px;font-weight:600;line-height:1.3}
.datenschutz-sektion-wrapper h3{font-size:1.4rem;color:#495057;margin:32px 0 16px;font-weight:600}
.datenschutz-sektion-wrapper p{font-size:1.05rem;line-height:1.75;color:#212529;margin:0 0 20px}
.datenschutz-liste-standard{margin:20px 0 28px 24px;padding:0}
.datenschutz-liste-standard li{font-size:1.05rem;line-height:1.7;color:#212529;margin-bottom:12px;padding-left:8px}
.datenschutz-liste-standard li::marker{color:#61818C}
.datenschutz-kontakt-box{background:linear-gradient(135deg,#f8f9fa 0%,#E5EAED 100%);padding:32px;border-radius:8px;margin:40px 0;border:1px solid #d1d6da}
.datenschutz-kontakt-box h3{color:#61818C;margin-top:0;font-size:1.5rem;margin-bottom:16px}
.datenschutz-kontakt-box p{margin-bottom:8px;color:#212529;font-size:1.05rem}
.datenschutz-kontakt-box a{color:#61818C;text-decoration:none;font-weight:500;border-bottom:2px solid transparent;transition:border-color .3s ease}
.datenschutz-kontakt-box a:hover{border-bottom-color:#61818C}
.datenschutz-tabelle-wrapper{overflow-x:auto;margin:28px 0;border-radius:8px;box-shadow:0 2px 8px #00000014}
.datenschutz-tabelle-daten{width:100%;border-collapse:collapse;background:#fff;font-size:1.02rem}
.datenschutz-tabelle-daten thead{background:linear-gradient(135deg,#61818C 0%,#A6ABB9 100%)}
.datenschutz-tabelle-daten th{padding:16px 20px;text-align:left;color:#fff;font-weight:600;font-size:1.05rem}
.datenschutz-tabelle-daten td{padding:16px 20px;border-bottom:1px solid #E5EAED;color:#212529;line-height:1.6}
.datenschutz-tabelle-daten tbody tr:hover{background:#fafbfc}
.datenschutz-wichtig-hinweis{background:#fff8e6;border-left:5px solid #A6ABB9;padding:24px 28px;margin:32px 0;border-radius:4px}
.datenschutz-wichtig-hinweis p{margin:0;color:#495057;font-size:1.05rem;line-height:1.7}
.datenschutz-rechte-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin:32px 0}
.datenschutz-rechte-karte{background:#fff;border:2px solid #E5EAED;border-radius:8px;padding:24px;transition:transform .3s ease,box-shadow .3s ease}
.datenschutz-rechte-karte:hover{transform:translateY(-4px);box-shadow:0 6px 16px #61818c26}
.datenschutz-rechte-karte h4{color:#61818C;margin:0 0 12px;font-size:1.2rem;font-weight:600}
.datenschutz-rechte-karte p{margin:0;color:#495057;font-size:1rem;line-height:1.6}
.datenschutz-dsgvo-referenz{display:inline-block;background:#f8f9fa;color:#61818C;padding:4px 12px;border-radius:4px;font-size:.9rem;font-weight:500;margin-left:8px}
@media (max-width: 768px) {
.datenschutz-container-main{padding:40px 20px 60px}
.datenschutz-header-block h1{font-size:2rem}
.datenschutz-sektion-wrapper h2{font-size:1.5rem}
.datenschutz-sektion-wrapper h3{font-size:1.2rem}
.datenschutz-intro-absatz,.datenschutz-sektion-wrapper p,.datenschutz-liste-standard li{font-size:1rem}
.datenschutz-kontakt-box{padding:24px 20px}
.datenschutz-tabelle-daten th,.datenschutz-tabelle-daten td{padding:12px 14px;font-size:.95rem}
.datenschutz-rechte-grid{grid-template-columns:1fr;gap:16px}
}
.erfolg-hauptbereich{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#fff 100%);min-height:85vh;display:flex;align-items:center;padding:2.5rem 1.25rem}
.erfolg-innerer-container{max-width:780px;margin:0 auto;text-align:center}
.erfolg-check-animation{width:95px;height:95px;margin:0 auto 2.2rem;position:relative;display:inline-block}
.erfolg-check-kreis{width:95px;height:95px;border-radius:50%;background:linear-gradient(145deg,#61818C,#5a7682);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #61818c40;animation:erfolg-erscheinen .6s ease-out}
.erfolg-check-symbol{width:42px;height:42px;border-left:4.5px solid #fff;border-bottom:4.5px solid #fff;transform:rotate(-45deg) translateY(-4px);animation:erfolg-haken .5s .3s ease-out forwards;opacity:0}
@keyframes erfolg-erscheinen {
from{transform:scale(0.3);opacity:0}
to{transform:scale(1);opacity:1}
}
@keyframes erfolg-haken {
from{opacity:0;transform:rotate(-45deg) translateY(-4px) scale(0.4)}
to{opacity:1;transform:rotate(-45deg) translateY(-4px) scale(1)}
}
.erfolg-haupttitel{font-size:2.65rem;font-weight:700;color:#212529;margin-bottom:1.3rem;line-height:1.2;letter-spacing:-.5px}
.erfolg-untertitel{font-size:1.35rem;color:#495057;margin-bottom:2.8rem;line-height:1.5;font-weight:400}
.erfolg-infobox{background:#fff;border:1.5px solid #E5EAED;border-radius:12px;padding:2.2rem 2rem;margin-bottom:2.5rem;text-align:left;box-shadow:0 2px 12px #61818c14}
.erfolg-infobox-titel{font-size:1.15rem;font-weight:600;color:#343a40;margin-bottom:1.1rem;display:flex;align-items:center;gap:.7rem}
.erfolg-infobox-punkt{width:8px;height:8px;background:#61818C;border-radius:50%;display:inline-block}
.erfolg-infobox-text{font-size:1.025rem;color:#495057;line-height:1.7;margin-bottom:.85rem}
.erfolg-infobox-text:last-child{margin-bottom:0}
.erfolg-zeitangabe{background:#f8f9fa;padding:1.4rem 1.6rem;border-radius:8px;border-left:4px solid #61818C;margin-top:1.5rem}
.erfolg-zeitangabe-text{font-size:.975rem;color:#343a40;margin:0;line-height:1.6}
.erfolg-zeitangabe-wichtig{font-weight:600;color:#61818C}
.erfolg-button-bereich{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.8rem}
.erfolg-btn-primaer{background:linear-gradient(135deg,#61818C 0%,#5a7682 100%);color:#fff;padding:1rem 2.2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;border:none;box-shadow:0 4px 14px #61818c38;display:inline-block;position:relative;z-index:10}
.erfolg-btn-primaer:hover{transform:translateY(-2px);box-shadow:0 6px 20px #61818c59;color:#fff}
.erfolg-btn-sekundaer{background:#fff;color:#61818C;padding:1rem 2.2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;border:2px solid #61818C;display:inline-block;position:relative;z-index:10}
.erfolg-btn-sekundaer:hover{background:#61818C;color:#fff;transform:translateY(-2px)}
.erfolg-zusatz-infos{background:#fff;border-radius:12px;padding:2rem;border:1.5px solid #E5EAED;margin-bottom:2rem}
.erfolg-zusatz-titel{font-size:1.25rem;font-weight:600;color:#343a40;margin-bottom:1.5rem;text-align:left}
.erfolg-kontakt-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;text-align:left}
.erfolg-kontakt-item{display:flex;flex-direction:column;gap:.5rem}
.erfolg-kontakt-label{font-size:.875rem;font-weight:600;color:#61818C;text-transform:uppercase;letter-spacing:.5px}
.erfolg-kontakt-wert{font-size:1rem;color:#343a40;word-break:break-word}
.erfolg-kontakt-link{color:#61818C;text-decoration:none;transition:color .2s ease}
.erfolg-kontakt-link:hover{color:#5a7682;text-decoration:underline}
.erfolg-naechste-schritte{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:12px;padding:2rem;border:1.5px solid #E5EAED;text-align:left}
.erfolg-schritte-titel{font-size:1.25rem;font-weight:600;color:#343a40;margin-bottom:1.5rem}
.erfolg-schritt-liste{display:flex;flex-direction:column;gap:1.2rem}
.erfolg-schritt-item{display:flex;gap:1rem;align-items:flex-start}
.erfolg-schritt-nummer{min-width:36px;height:36px;background:#61818C;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;flex-shrink:0}
.erfolg-schritt-inhalt{flex:1;padding-top:.4rem}
.erfolg-schritt-text{font-size:1rem;color:#495057;line-height:1.6;margin:0}
@media (max-width: 768px) {
.erfolg-hauptbereich{padding:2rem 1rem;min-height:auto}
.erfolg-haupttitel{font-size:2rem}
.erfolg-untertitel{font-size:1.15rem;margin-bottom:2rem}
.erfolg-infobox{padding:1.5rem 1.25rem}
.erfolg-button-bereich{flex-direction:column;gap:1rem}
.erfolg-btn-primaer,.erfolg-btn-sekundaer{width:100%;text-align:center}
.erfolg-kontakt-grid{grid-template-columns:1fr}
.erfolg-zusatz-infos,.erfolg-naechste-schritte{padding:1.5rem}
}
@media (max-width: 480px) {
.erfolg-haupttitel{font-size:1.75rem}
.erfolg-check-animation{width:75px;height:75px}
.erfolg-check-kreis{width:75px;height:75px}
.erfolg-check-symbol{width:34px;height:34px;border-left-width:3.5px;border-bottom-width:3.5px}
}