*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Manrope',-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.7;color:#1f2937;background:linear-gradient(135deg,#fefefe 0%,#f7faf9 100%);min-height:100vh;display:flex;flex-direction:column}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit;transition:opacity .3s ease}
ul{list-style:none}
button{cursor:pointer;border:none;background:none;font-family:inherit}
.container{width:100%;max-width:1240px;margin:0 auto;padding:0 24px}
header{background:linear-gradient(to bottom,#0d7c5408,#f8fddc26);border-bottom:1px solid #0d7c5414;box-shadow:0 2px 12px #0d7c540a 0 8px 24px #9e44e905}
.HeaderEpoch{padding:18px 0;border-bottom:1px solid #9e44e90f}
.HeaderEpoch .container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:32px}
.BrandPhase{display:flex;flex-direction:column;gap:4px}
.LogoFrame{display:flex;align-items:center;gap:14px}
.LogoFrame img{width:85px;height:85px;object-fit:contain}
.CompanyTitle{font-family:'Space Grotesk',sans-serif;font-size:26px;font-weight:700;color:#0D7C54;letter-spacing:-.02em}
.HoursDisplay{font-size:14px;color:#6b7280;font-weight:400}
.NavPhase{padding:22px 0}
.NavPhase .container{display:flex;flex-direction:row;justify-content:center;align-items:center}
.MainNavList{display:flex;flex-direction:row;gap:42px;align-items:center}
.NavItem{position:relative}
.NavLink{font-size:16px;font-weight:500;color:#374151;padding:8px 4px;display:block;transition:color .25s ease}
.NavLink:hover{color:#0D7C54}
.NavLink:focus{outline:2px solid #9E44E9;outline-offset:3px;border-radius:4px}
.SubMenuToggle{display:flex;align-items:center;gap:6px}
.SubMenuArrow{font-size:11px;transition:transform .25s ease}
.NavItem:hover .SubMenuArrow{transform:rotate(180deg)}
.SubMenuList{position:absolute;top:100%;left:0;background:#fff;min-width:220px;border-radius:8px;box-shadow:0 4px 16px #0d7c541f 0 2px 8px #9e44e914;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .3s ease,transform .3s ease,visibility .3s ease;z-index:100;margin-top:8px;padding:10px 0}
.NavItem:hover .SubMenuList{opacity:1;visibility:visible;transform:translateY(0)}
.SubMenuLink{display:block;padding:12px 20px;font-size:15px;color:#4b5563;transition:background .25s ease,color .25s ease}
.SubMenuLink:hover{background:#0d7c540f;color:#0D7C54}
main{flex:1}
footer{background:linear-gradient(165deg,#0D7C54 0%,#065a3d 100%);color:#F8FDDC;padding:52px 0 28px;position:relative;overflow:hidden;box-shadow:0 -6px 24px #0d7c5426 0 -2px 8px #9e44e914}
footer::before{content:'';position:absolute;top:-120px;right:-80px;width:320px;height:320px;background:radial-gradient(circle,#9e44e924 0%,transparent 70%);border-radius:50%;pointer-events:none}
footer::after{content:'';position:absolute;bottom:-90px;left:-60px;width:280px;height:280px;background:radial-gradient(circle,#f8fddc14 0%,transparent 65%);border-radius:50%;pointer-events:none}
.FooterFlow{position:relative;z-index:1}
.FooterColumn{display:flex;flex-direction:column;align-items:center;gap:38px;text-align:center}
.FooterLogoZone{display:flex;flex-direction:column;align-items:center;gap:16px}
.FooterLogoZone img{width:95px;height:95px;object-fit:contain;filter:drop-shadow(0 4px 12px #f8fddc40)}
.FooterBrandName{font-family:'Space Grotesk',sans-serif;font-size:22px;font-weight:600;color:#F8FDDC;letter-spacing:-.01em}
.FooterNavZone{display:flex;flex-direction:row;gap:28px;flex-wrap:wrap;justify-content:center}
.FooterNavLink{font-size:15px;font-weight:400;color:#f8fddce0;transition:color .3s ease;padding:6px 10px}
.FooterNavLink:hover{color:#fff}
.FooterContactZone{display:flex;flex-direction:column;gap:10px}
.FooterContactItem{font-size:15px;color:#f8fddcd1;transition:color .3s ease}
.FooterContactItem:hover{color:#fff}
.FooterDivider{width:100%;height:1px;background:linear-gradient(to right,transparent,#f8fddc40,transparent);margin:24px 0}
.FooterCopyright{font-size:14px;color:#f8fddcb3;font-weight:300}
.CookiePhase{position:fixed;bottom:24px;left:24px;max-width:460px;background:#fff;border-radius:12px;padding:28px 32px;box-shadow:0 8px 32px #0d7c542e 0 4px 16px #9e44e91f 0 2px 8px #00000014;z-index:9999;transform:translateY(120%);opacity:0;transition:transform .4s ease,opacity .4s ease}
.CookiePhase.CookieVisible{transform:translateY(0);opacity:1}
.CookieHeader{font-family:'Space Grotesk',sans-serif;font-size:19px;font-weight:600;color:#0D7C54;margin-bottom:14px}
.CookieText{font-size:14px;line-height:1.65;color:#4b5563;margin-bottom:20px}
.CookieCategories{display:flex;flex-direction:column;gap:12px;margin-bottom:22px}
.CookieCategory{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#f8fddc40;border-radius:8px;border:1px solid #0d7c541f}
.CategoryLabel{font-size:14px;font-weight:500;color:#374151}
.ToggleSwitch{position:relative;width:48px;height:26px;background:#d1d5db;border-radius:13px;cursor:pointer;transition:background .3s ease}
.ToggleSwitch.Active{background:#0D7C54}
.ToggleSwitch::after{content:'';position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .3s ease;box-shadow:0 2px 4px #00000026}
.ToggleSwitch.Active::after{transform:translateX(22px)}
.CookieActions{display:flex;gap:12px}
.CookieBtn{flex:1;padding:12px 20px;border-radius:8px;font-size:15px;font-weight:600;transition:background .25s ease,transform .25s ease}
.CookieAccept{background:#0D7C54;color:#fff}
.CookieAccept:hover{background:#0a6344}
.CookieReject{background:#e5e7eb;color:#374151}
.CookieReject:hover{background:#d1d5db}
.CookieBtn:focus{outline:2px solid #9E44E9;outline-offset:2px}
@media (max-width: 968px) {
.HeaderEpoch .container{flex-direction:column;gap:18px;align-items:center}
.BrandPhase{align-items:center;text-align:center}
.MainNavList{flex-direction:column;gap:18px}
.NavPhase{padding:18px 0}
.SubMenuList{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;margin-top:8px;background:#f8fddc33}
.NavItem:hover .SubMenuArrow{transform:none}
.CookiePhase{left:16px;right:16px;bottom:16px;max-width:none;padding:22px 24px}
.CookieActions{flex-direction:column}
}
@media (max-width: 640px) {
.CompanyTitle{font-size:22px}
.LogoFrame img{width:70px;height:70px}
.MainNavList{gap:14px}
.NavLink{font-size:15px}
.FooterColumn{gap:28px}
.FooterNavZone{flex-direction:column;gap:16px}
.FooterLogoZone img{width:75px;height:75px}
}
.stproj_wrap{background:linear-gradient(135deg,#FAFFF0 0%,#F0FFF4 100%);min-height:100vh}
.stproj_hero{padding:80px 0 60px;position:relative;overflow:hidden}
.stproj_hero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#9e44e914 0%,transparent 70%);border-radius:50%}
.stproj_hero .container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 20px}
.stproj_intro_txt{max-width:720px;margin:0 auto;text-align:center}
.stproj_intro_txt h1{font-size:3.2rem;color:#1a4d3a;margin-bottom:24px;font-weight:700;line-height:1.2}
.stproj_intro_txt h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#0D7C54 0%,#9E44E9 100%);margin:20px auto 0;border-radius:2px}
.stproj_intro_txt p{font-size:1.15rem;color:#2d5a47;line-height:1.7;margin-bottom:16px}
.archiv_sektion{padding:70px 0;background:#fff}
.archiv_sektion .container{max-width:1280px;margin:0 auto;padding:0 20px}
.archiv_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:50px}
.projekt_card{background:#FAFFF0;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:2px solid #E8F5E9}
.projekt_card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #0d7c5426;border-color:#0D7C54}
.projekt_img_box{width:100%;height:240px;overflow:hidden;position:relative}
.projekt_img_box img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.projekt_card:hover .projekt_img_box img{transform:scale(1.08)}
.projekt_badge{position:absolute;top:15px;right:15px;background:linear-gradient(135deg,#9E44E9 0%,#7A2EC4 100%);color:#fff;padding:6px 14px;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.projekt_inhalt{padding:28px}
.projekt_inhalt h3{font-size:1.4rem;color:#1a4d3a;margin-bottom:14px;font-weight:600}
.projekt_inhalt p{font-size:.98rem;color:#3d6b56;line-height:1.6;margin-bottom:18px}
.projekt_meta{display:flex;gap:20px;padding-top:16px;border-top:1px solid #D4E7DD;font-size:.88rem;color:#2d5a47}
.projekt_meta span::before{content:'→';margin-right:6px;color:#0D7C54;font-weight:700}
.verlauf_block{padding:85px 0;background:linear-gradient(180deg,#F0FFF4 0%,#fff 100%);position:relative}
.verlauf_block::before{content:'';position:absolute;left:0;top:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#0D7C54 50%,transparent 100%)}
.verlauf_block .container{max-width:1100px;margin:0 auto;padding:0 20px}
.verlauf_header{text-align:center;margin-bottom:65px}
.verlauf_header h2{font-size:2.6rem;color:#1a4d3a;margin-bottom:18px;font-weight:700}
.verlauf_header h2::before{content:'';display:inline-block;width:50px;height:3px;background:#9E44E9;margin-right:15px;vertical-align:middle;border-radius:2px}
.verlauf_timeline{position:relative;padding-left:80px}
.verlauf_timeline::before{content:'';position:absolute;left:25px;top:10px;bottom:10px;width:3px;background:linear-gradient(180deg,#0D7C54 0%,#9E44E9 100%);border-radius:2px}
.verlauf_schritt{position:relative;margin-bottom:50px;padding:30px;background:#fff;border-radius:10px;border-left:4px solid #0D7C54;box-shadow:0 4px 15px #0000000f}
.verlauf_schritt::before{content:'';position:absolute;left:-84px;top:35px;width:20px;height:20px;background:#0D7C54;border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 3px #E8F5E9}
.verlauf_schritt:nth-child(even){border-left-color:#9E44E9}
.verlauf_schritt:nth-child(even)::before{background:#9E44E9}
.verlauf_schritt h4{font-size:1.3rem;color:#1a4d3a;margin-bottom:12px;font-weight:600}
.verlauf_schritt p{font-size:1rem;color:#3d6b56;line-height:1.65;margin-bottom:0}
.highlight_zone{padding:75px 0;background:#fff}
.highlight_zone .container{max-width:1200px;margin:0 auto;padding:0 20px}
.highlight_split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.highlight_text h2{font-size:2.4rem;color:#1a4d3a;margin-bottom:25px;font-weight:700;line-height:1.3}
.highlight_text h2 span{color:#9E44E9;position:relative}
.highlight_text h2 span::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#9E44E9 0%,#0D7C54 100%)}
.highlight_text p{font-size:1.08rem;color:#3d6b56;line-height:1.75;margin-bottom:20px}
.highlight_liste{list-style:none;padding:0;margin:30px 0}
.highlight_liste li{padding:14px 0 14px 35px;position:relative;font-size:1.05rem;color:#2d5a47;line-height:1.6}
.highlight_liste li::before{content:'';position:absolute;left:0;top:14px;width:24px;height:24px;background:linear-gradient(135deg,#0D7C54 0%,#0a5f41 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700}
.highlight_visuell{position:relative}
.highlight_visuell img{width:100%;height:auto;border-radius:15px;box-shadow:0 15px 40px #0d7c5433;display:block}
.highlight_visuell::before{content:'';position:absolute;top:-20px;left:-20px;right:20px;bottom:20px;border:3px solid #9E44E9;border-radius:15px;z-index:-1}
@media (max-width: 1024px) {
.archiv_grid{grid-template-columns:repeat(2,1fr);gap:30px}
.highlight_split{grid-template-columns:1fr;gap:45px}
.verlauf_timeline{padding-left:60px}
.verlauf_schritt::before{left:-64px}
}
@media (max-width: 768px) {
.stproj_intro_txt h1{font-size:2.4rem}
.archiv_grid{grid-template-columns:1fr;gap:25px}
.verlauf_header h2{font-size:2rem}
.verlauf_timeline{padding-left:0;padding-top:20px}
.verlauf_timeline::before{display:none}
.verlauf_schritt::before{position:relative;left:0;top:0;margin-bottom:15px;display:block}
.verlauf_schritt{padding:25px 20px}
.highlight_text h2{font-size:2rem}
.highlight_visuell::before{display:none}
.projekt_meta{flex-direction:column;gap:10px}
}
@media (max-width: 480px) {
.stproj_hero{padding:50px 0 40px}
.stproj_intro_txt h1{font-size:2rem}
.stproj_intro_txt p{font-size:1.05rem}
.verlauf_header h2::before{display:block;margin:0 auto 15px}
.highlight_liste li{padding-left:32px;font-size:1rem}
}
.ki_einstieg_raum{background:linear-gradient(135deg,#F8FDDC 0%,#fff 100%);padding:0;margin:0}
.ki_einstieg_raum .oberflaeche_hero{position:relative;min-height:520px;display:flex;align-items:center;background:linear-gradient(to right,#F8FDDC 0%,#fff 50%,#F8FDDC 100%);overflow:hidden;padding:80px 0}
.ki_einstieg_raum .hero_bild_schicht{position:absolute;right:8%;top:50%;transform:translateY(-50%);width:420px;height:380px;z-index:2;box-shadow:-12px 12px 28px #0d7c5426;border-radius:8px}
.ki_einstieg_raum .hero_bild_schicht img{width:100%;height:100%;object-fit:cover;border-radius:8px}
.ki_einstieg_raum .hero_text_ebene{position:relative;z-index:3;max-width:580px;padding:40px 60px 40px 40px;background:#ffffffeb;border-left:5px solid #0D7C54;box-shadow:0 8px 24px #00000014;margin-left:60px}
.ki_einstieg_raum .hero_text_ebene h1{font-size:2.8rem;font-weight:700;color:#1a1a1a;margin-bottom:20px;line-height:1.2}
.ki_einstieg_raum .hero_text_ebene .highlight_begriff{color:#0D7C54;position:relative}
.ki_einstieg_raum .hero_text_ebene .highlight_begriff::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#0D7C54,#9E44E9)}
.ki_einstieg_raum .hero_text_ebene p{font-size:1.15rem;color:#444;line-height:1.7;margin-bottom:28px}
.ki_einstieg_raum .cta_schaltflaeche_prime{display:inline-block;padding:16px 38px;background:linear-gradient(135deg,#0D7C54 0%,#0a5f40 100%);color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 12px #0d7c5440}
.ki_einstieg_raum .cta_schaltflaeche_prime:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0d7c5459;background:linear-gradient(135deg,#0a5f40 0%,#0D7C54 100%)}
.grundlagen_territorium{padding:90px 0;background:#fff}
.grundlagen_territorium .container{max-width:1200px;margin:0 auto;padding:0 20px}
.grundlagen_territorium .sektion_kopf_zentral{text-align:center;margin-bottom:70px}
.grundlagen_territorium .sektion_kopf_zentral h2{font-size:2.4rem;color:#1a1a1a;font-weight:700;margin-bottom:18px;position:relative;display:inline-block}
.grundlagen_territorium .sektion_kopf_zentral h2::before{content:'';position:absolute;top:-12px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,#9E44E9,#0D7C54);border-radius:2px}
.grundlagen_territorium .sektion_kopf_zentral p{font-size:1.1rem;color:#555;max-width:720px;margin:0 auto;line-height:1.6}
.grundlagen_territorium .konzept_raster{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.grundlagen_territorium .konzept_karte{background:#F8FDDC;padding:38px 32px;border-radius:8px;border-top:4px solid #9E44E9;transition:all .3s ease;position:relative}
.grundlagen_territorium .konzept_karte:hover{transform:translateY(-6px);box-shadow:0 12px 28px #9e44e92e}
.grundlagen_territorium .konzept_karte h4{font-size:1.4rem;color:#1a1a1a;margin-bottom:16px;font-weight:600}
.grundlagen_territorium .konzept_karte p{font-size:1rem;color:#444;line-height:1.65}
.grundlagen_territorium .konzept_karte::before{content:'';position:absolute;top:12px;right:12px;width:40px;height:40px;background:#9e44e91a;border-radius:50%}
.lerninhalte_zone{padding:85px 0;background:linear-gradient(180deg,#fff 0%,#F8FDDC 100%)}
.lerninhalte_zone .container{max-width:1200px;margin:0 auto;padding:0 20px}
.lerninhalte_zone .anordnung_links_rechts{display:flex;align-items:center;gap:60px;margin-bottom:70px}
.lerninhalte_zone .bild_behaelter_links{flex:0 0 45%;position:relative}
.lerninhalte_zone .bild_behaelter_links img{width:100%;height:360px;object-fit:cover;border-radius:8px;box-shadow:8px 8px 24px #0d7c5433}
.lerninhalte_zone .bild_behaelter_links::after{content:'';position:absolute;bottom:-18px;right:-18px;width:100%;height:100%;border:3px solid #9E44E9;border-radius:8px;z-index:-1}
.lerninhalte_zone .inhalt_bereich_rechts{flex:1}
.lerninhalte_zone .inhalt_bereich_rechts h3{font-size:2rem;color:#1a1a1a;font-weight:700;margin-bottom:22px}
.lerninhalte_zone .inhalt_bereich_rechts h3 .akzent_wort{color:#9E44E9;position:relative}
.lerninhalte_zone .inhalt_bereich_rechts h3 .akzent_wort::before{content:'▸';position:absolute;left:-28px;color:#0D7C54;font-size:1.4rem}
.lerninhalte_zone .inhalt_bereich_rechts p{font-size:1.05rem;color:#444;line-height:1.7;margin-bottom:18px}
.lerninhalte_zone .themen_liste_gruppe{margin-top:28px}
.lerninhalte_zone .themen_liste_gruppe h5{font-size:1.25rem;color:#0D7C54;font-weight:600;margin-bottom:14px}
.lerninhalte_zone .themen_liste_gruppe ul{list-style:none;padding:0}
.lerninhalte_zone .themen_liste_gruppe li{padding:10px 0;padding-left:30px;position:relative;color:#444;font-size:1rem;line-height:1.6}
.lerninhalte_zone .themen_liste_gruppe li::before{content:'→';position:absolute;left:0;color:#9E44E9;font-weight:700}
.lerninhalte_zone .anordnung_rechts_links{display:flex;align-items:center;gap:60px;flex-direction:row-reverse}
.lerninhalte_zone .bild_behaelter_rechts{flex:0 0 45%;position:relative}
.lerninhalte_zone .bild_behaelter_rechts img{width:100%;height:360px;object-fit:cover;border-radius:8px;box-shadow:-8px 8px 24px #9e44e933}
.lerninhalte_zone .bild_behaelter_rechts::after{content:'';position:absolute;bottom:-18px;left:-18px;width:100%;height:100%;border:3px solid #0D7C54;border-radius:8px;z-index:-1}
.lerninhalte_zone .inhalt_bereich_links{flex:1}
.lerninhalte_zone .inhalt_bereich_links h3{font-size:2rem;color:#1a1a1a;font-weight:700;margin-bottom:22px}
.lerninhalte_zone .inhalt_bereich_links h3 .akzent_wort{color:#0D7C54;position:relative}
.lerninhalte_zone .inhalt_bereich_links h3 .akzent_wort::after{content:'';position:absolute;bottom:-3px;left:0;width:100%;height:2px;background:#9E44E9}
.lerninhalte_zone .inhalt_bereich_links p{font-size:1.05rem;color:#444;line-height:1.7}
.praxis_dimension{padding:80px 0;background:#fff;position:relative}
.praxis_dimension::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#0D7C54,#9E44E9,#0D7C54)}
.praxis_dimension .container{max-width:1200px;margin:0 auto;padding:0 20px}
.praxis_dimension .zentrale_ueberschrift{text-align:center;margin-bottom:65px}
.praxis_dimension .zentrale_ueberschrift h2{font-size:2.3rem;color:#1a1a1a;font-weight:700;margin-bottom:16px}
.praxis_dimension .zentrale_ueberschrift p{font-size:1.1rem;color:#555;max-width:680px;margin:0 auto;line-height:1.65}
.praxis_dimension .projekt_galerie{display:grid;grid-template-columns:repeat(2,1fr);gap:45px}
.praxis_dimension .projekt_element{background:linear-gradient(135deg,#F8FDDC 0%,#fff 100%);border-radius:8px;overflow:hidden;box-shadow:0 6px 18px #00000014;transition:all .35s ease;position:relative}
.praxis_dimension .projekt_element:hover{transform:scale(1.03);box-shadow:0 12px 32px #0d7c542e}
.praxis_dimension .projekt_element img{width:100%;height:240px;object-fit:cover}
.praxis_dimension .projekt_beschreibung{padding:32px 28px}
.praxis_dimension .projekt_beschreibung h4{font-size:1.5rem;color:#1a1a1a;font-weight:600;margin-bottom:14px;position:relative;padding-left:20px}
.praxis_dimension .projekt_beschreibung h4::before{content:'';position:absolute;left:0;top:8px;width:6px;height:20px;background:#9E44E9;border-radius:3px}
.praxis_dimension .projekt_beschreibung p{font-size:1rem;color:#444;line-height:1.7}
.ablauf_bereich{padding:85px 0;background:linear-gradient(135deg,#F8FDDC 0%,#fff 50%,#F8FDDC 100%)}
.ablauf_bereich .container{max-width:1100px;margin:0 auto;padding:0 20px}
.ablauf_bereich .titel_zentrum{text-align:center;margin-bottom:70px}
.ablauf_bereich .titel_zentrum h2{font-size:2.4rem;color:#1a1a1a;font-weight:700;margin-bottom:18px}
.ablauf_bereich .titel_zentrum h2 .markierung_text{color:#0D7C54;border-bottom:3px solid #9E44E9;padding-bottom:2px}
.ablauf_bereich .schritte_linie{position:relative;padding-left:80px}
.ablauf_bereich .schritte_linie::before{content:'';position:absolute;left:28px;top:30px;bottom:30px;width:3px;background:linear-gradient(180deg,#0D7C54,#9E44E9)}
.ablauf_bereich .schritt_einheit{position:relative;margin-bottom:55px;padding:28px 32px;background:#fff;border-radius:8px;box-shadow:0 4px 16px #0000000f;transition:all .3s ease}
.ablauf_bereich .schritt_einheit:hover{transform:translateX(8px);box-shadow:0 8px 24px #9e44e926}
.ablauf_bereich .schritt_markierung{position:absolute;left:-52px;top:28px;width:52px;height:52px;background:linear-gradient(135deg,#0D7C54,#9E44E9);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.4rem;font-weight:700;box-shadow:0 4px 12px #0d7c544d;z-index:2}
.ablauf_bereich .schritt_einheit h5{font-size:1.4rem;color:#1a1a1a;font-weight:600;margin-bottom:12px}
.ablauf_bereich .schritt_einheit p{font-size:1.05rem;color:#444;line-height:1.7;margin:0}
.anmeldung_areal{padding:90px 0;background:#fff;position:relative}
.anmeldung_areal::after{content:'';position:absolute;bottom:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#9E44E9,#0D7C54,#9E44E9)}
.anmeldung_areal .container{max-width:1000px;margin:0 auto;padding:0 20px}
.anmeldung_areal .zentral_box{background:linear-gradient(135deg,#F8FDDC 0%,#fff 100%);padding:65px 55px;border-radius:12px;box-shadow:0 12px 36px #0000001a;text-align:center;border:2px solid #0D7C54;position:relative;overflow:hidden}
.anmeldung_areal .zentral_box::before{content:'';position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,#9e44e90d 0%,transparent 70%);animation:pulse_effekt 8s ease-in-out infinite}
@keyframes pulse_effekt {
0%,100%{transform:scale(1);opacity:.5}
50%{transform:scale(1.1);opacity:.8}
}
.anmeldung_areal .zentral_box h2{font-size:2.5rem;color:#1a1a1a;font-weight:700;margin-bottom:20px;position:relative;z-index:2}
.anmeldung_areal .zentral_box h2 .hervorhebung{color:#9E44E9;position:relative}
.anmeldung_areal .zentral_box h2 .hervorhebung::after{content:'';position:absolute;bottom:-5px;left:0;width:100%;height:4px;background:#0D7C54}
.anmeldung_areal .zentral_box p{font-size:1.15rem;color:#444;line-height:1.75;margin-bottom:35px;max-width:720px;margin-left:auto;margin-right:auto;position:relative;z-index:2}
.anmeldung_areal .aktions_gruppe{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;position:relative;z-index:2}
.anmeldung_areal .button_primaer{display:inline-block;padding:18px 42px;background:linear-gradient(135deg,#0D7C54 0%,#0a5f40 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 6px 18px #0d7c544d}
.anmeldung_areal .button_primaer:hover{transform:translateY(-3px);box-shadow:0 10px 28px #0d7c5466}
.anmeldung_areal .button_sekundaer{display:inline-block;padding:18px 42px;background:#fff;color:#9E44E9;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;border:2px solid #9E44E9;transition:all .3s ease}
.anmeldung_areal .button_sekundaer:hover{background:#9E44E9;color:#fff;transform:translateY(-3px);box-shadow:0 6px 18px #9e44e94d}
@media (max-width: 768px) {
.ki_einstieg_raum .oberflaeche_hero{flex-direction:column;padding:50px 0;min-height:auto}
.ki_einstieg_raum .hero_bild_schicht{position:relative;right:auto;top:auto;transform:none;width:100%;max-width:380px;height:280px;margin-bottom:30px}
.ki_einstieg_raum .hero_text_ebene{margin-left:0;max-width:100%;padding:30px 25px}
.ki_einstieg_raum .hero_text_ebene h1{font-size:2rem}
.grundlagen_territorium .konzept_raster{grid-template-columns:1fr;gap:25px}
.lerninhalte_zone .anordnung_links_rechts,.lerninhalte_zone .anordnung_rechts_links{flex-direction:column;gap:35px}
.lerninhalte_zone .bild_behaelter_links,.lerninhalte_zone .bild_behaelter_rechts{flex:1;width:100%}
.praxis_dimension .projekt_galerie{grid-template-columns:1fr;gap:30px}
.ablauf_bereich .schritte_linie{padding-left:70px}
.ablauf_bereich .schritt_markierung{left:-60px;width:44px;height:44px;font-size:1.2rem}
.anmeldung_areal .zentral_box{padding:45px 30px}
.anmeldung_areal .zentral_box h2{font-size:1.9rem}
.anmeldung_areal .aktions_gruppe{flex-direction:column;align-items:stretch}
.anmeldung_areal .button_primaer,.anmeldung_areal .button_sekundaer{width:100%}
}
.kontakt-oberflaeche{background:linear-gradient(165deg,#F8FDDC 0%,#fff 45%,#f4f9ff 100%);min-height:600px;position:relative;overflow:hidden}
.kontakt-oberflaeche::before{content:'';position:absolute;top:-120px;right:-80px;width:420px;height:420px;background:radial-gradient(circle,#9e44e914 0%,transparent 65%);border-radius:50%;pointer-events:none}
.kontakt-oberflaeche .container{max-width:1180px;margin:0 auto;padding:85px 30px 90px;position:relative;z-index:2}
.ansprache-zone{max-width:740px;margin-bottom:48px}
.ansprache-zone h1{font-size:2.85rem;font-weight:700;color:#1a1a1a;margin-bottom:22px;line-height:1.15;letter-spacing:-.02em}
.ansprache-zone h1::after{content:'';display:block;width:72px;height:5px;background:linear-gradient(90deg,#0D7C54 0%,#9E44E9 100%);margin-top:18px;border-radius:3px}
.ansprache-zone p{font-size:1.08rem;line-height:1.72;color:#3d3d3d;margin-bottom:0}
.formular-bereich{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:start}
.eingabe-struktur{background:#fff;padding:44px 38px 42px;border-radius:16px;box-shadow:0 8px 28px #0d7c5417;border:1px solid #0d7c541f}
.eingabe-struktur h2{font-size:1.65rem;font-weight:600;color:#1a1a1a;margin-bottom:28px;position:relative;padding-left:18px}
.eingabe-struktur h2::before{content:'';position:absolute;left:0;top:3px;width:4px;height:28px;background:linear-gradient(180deg,#9E44E9 0%,#0D7C54 100%);border-radius:2px}
.feld-einheit{margin-bottom:26px}
.feld-einheit label{display:block;font-size:.92rem;font-weight:500;color:#2d2d2d;margin-bottom:9px;letter-spacing:.01em}
.feld-einheit input[type="text"],.feld-einheit input[type="email"],.feld-einheit input[type="tel"],.feld-einheit textarea,.feld-einheit select{width:100%;padding:13px 16px;border:2px solid #e4e4e4;border-radius:10px;font-size:1rem;color:#2d2d2d;background:#fafafa;transition:all .28s ease;font-family:inherit}
.feld-einheit input[type="text"]:focus,.feld-einheit input[type="email"]:focus,.feld-einheit input[type="tel"]:focus,.feld-einheit textarea:focus,.feld-einheit select:focus{outline:none;border-color:#0D7C54;background:#fff;box-shadow:0 0 0 4px #0d7c5414}
.feld-einheit textarea{min-height:138px;resize:vertical}
.feld-einheit select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%232d2d2d' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}
.zustimmungs-abschnitt{margin-top:28px;margin-bottom:30px;display:flex;align-items:start;gap:12px}
.zustimmungs-abschnitt input[type="checkbox"]{margin-top:4px;width:19px;height:19px;flex-shrink:0;cursor:pointer;accent-color:#0D7C54}
.zustimmungs-abschnitt label{font-size:.9rem;line-height:1.6;color:#4d4d4d;cursor:pointer}
.zustimmungs-abschnitt label a{color:#9E44E9;text-decoration:none;font-weight:500;transition:color .22s ease}
.zustimmungs-abschnitt label a:hover{color:#0D7C54;text-decoration:underline}
.absende-taste{width:100%;padding:16px 28px;background:linear-gradient(135deg,#0D7C54 0%,#0a5f40 100%);color:#fff;font-size:1.08rem;font-weight:600;border:none;border-radius:11px;cursor:pointer;transition:all .32s ease;box-shadow:0 6px 20px #0d7c5440;position:relative;z-index:10}
.absende-taste:hover{transform:translateY(-2px);box-shadow:0 10px 28px #0d7c5459;background:linear-gradient(135deg,#0a6846 0%,#084d33 100%)}
.absende-taste:active{transform:translateY(0)}
.info-stapel{display:flex;flex-direction:column;gap:26px}
.kontakt-karte{background:linear-gradient(145deg,#fff 0%,#f9f9f9 100%);padding:32px 28px;border-radius:14px;border:1px solid #e8e8e8;transition:all .28s ease}
.kontakt-karte:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000012}
.kontakt-karte h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:18px;display:flex;align-items:center;gap:12px}
.kontakt-karte h3::before{content:'';width:36px;height:36px;background:linear-gradient(135deg,#9E44E9 0%,#0D7C54 100%);border-radius:8px;display:inline-block;flex-shrink:0}
.kontakt-karte p{font-size:1rem;line-height:1.68;color:#3d3d3d;margin-bottom:0}
.kontakt-karte a{color:#0D7C54;text-decoration:none;font-weight:500;transition:color .22s ease}
.kontakt-karte a:hover{color:#9E44E9;text-decoration:underline}
.bild-segment{background:linear-gradient(165deg,#fff 0%,#f4f9ff 100%);padding:80px 30px 85px;position:relative}
.bild-segment .container{max-width:1180px;margin:0 auto}
.galerie-arrangement{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:center}
.text-begleitung{max-width:580px}
.text-begleitung h2{font-size:2.15rem;font-weight:700;color:#1a1a1a;margin-bottom:24px;line-height:1.25;position:relative;padding-bottom:18px}
.text-begleitung h2::after{content:'';position:absolute;bottom:0;left:0;width:85px;height:4px;background:linear-gradient(90deg,#9E44E9 0%,#0D7C54 100%);border-radius:2px}
.text-begleitung p{font-size:1.05rem;line-height:1.75;color:#3d3d3d;margin-bottom:28px}
.projekt-verweis{display:inline-block;padding:14px 32px;background:linear-gradient(135deg,#9E44E9 0%,#7d35ba 100%);color:#fff;text-decoration:none;font-size:1.02rem;font-weight:600;border-radius:10px;transition:all .3s ease;box-shadow:0 6px 20px #9e44e947;position:relative;z-index:5}
.projekt-verweis:hover{transform:translateY(-2px);box-shadow:0 10px 28px #9e44e961;background:linear-gradient(135deg,#8a3ace 0%,#6b2d9a 100%)}
.bild-halter{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #0000001f}
.bild-halter::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0d7c5414 0%,#9e44e914 100%);z-index:1;pointer-events:none}
.bild-halter img{width:100%;height:420px;object-fit:cover;display:block;transition:transform .5s ease}
.bild-halter:hover img{transform:scale(1.05)}
@media (max-width: 968px) {
.kontakt-oberflaeche .container{padding:60px 25px 65px}
.ansprache-zone h1{font-size:2.2rem}
.formular-bereich{grid-template-columns:1fr;gap:38px}
.eingabe-struktur{padding:36px 28px 34px}
.galerie-arrangement{grid-template-columns:1fr;gap:38px}
.text-begleitung h2{font-size:1.85rem}
.bild-halter img{height:340px}
}
@media (max-width: 640px) {
.kontakt-oberflaeche .container{padding:45px 20px 50px}
.ansprache-zone h1{font-size:1.85rem}
.ansprache-zone p{font-size:1rem}
.eingabe-struktur{padding:28px 22px 26px}
.eingabe-struktur h2{font-size:1.4rem}
.kontakt-karte{padding:24px 20px}
.text-begleitung h2{font-size:1.65rem}
.bild-halter img{height:280px}
.bild-segment{padding:60px 20px 65px}
}
.oberflaeche--primarius{background:linear-gradient(135deg,#F8FDDC 0%,#fff 100%);min-height:400px;position:relative;overflow:hidden;padding:80px 0 60px}
.oberflaeche--primarius::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#9e44e914 0%,transparent 70%);border-radius:50%}
.oberflaeche--primarius .container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 20px}
.titel--hauptbereich{font-size:3.2rem;font-weight:700;color:#0D7C54;margin-bottom:24px;line-height:1.2}
.untertitel--begleitend{font-size:1.25rem;color:#4a5568;max-width:680px;line-height:1.7;margin-bottom:0}
.zweiter--inhaltsblock{background:#fff;padding:90px 0;position:relative}
.zweiter--inhaltsblock .container{max-width:1200px;margin:0 auto;padding:0 20px}
.raster--zweiteilig{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.bild--rahmen__links{width:100%;height:480px;overflow:hidden;border-radius:12px;box-shadow:0 8px 24px #0d7c541f}
.bild--rahmen__links img{width:100%;height:100%;object-fit:cover}
.textbereich--rechts h2{font-size:2.4rem;color:#0D7C54;margin-bottom:28px;line-height:1.3;font-weight:700}
.textbereich--rechts h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#9E44E9 0%,#0D7C54 100%);margin-top:16px}
.textbereich--rechts p{font-size:1.05rem;color:#4a5568;line-height:1.8;margin-bottom:18px}
.dritter--strukturbereich{background:linear-gradient(180deg,#f7f9fc 0%,#fff 100%);padding:85px 0}
.dritter--strukturbereich .container{max-width:1200px;margin:0 auto;padding:0 20px}
.zentrale--uberschrift{text-align:center;margin-bottom:70px}
.zentrale--uberschrift h2{font-size:2.6rem;color:#0D7C54;margin-bottom:20px;font-weight:700}
.zentrale--uberschrift p{font-size:1.1rem;color:#4a5568;max-width:720px;margin:0 auto;line-height:1.7}
.dreier--kartengitter{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.karte--einzelmodul{background:#fff;border-radius:10px;padding:38px 28px;box-shadow:0 4px 16px #0000000f;transition:all .3s ease;border-top:4px solid transparent}
.karte--einzelmodul:nth-child(1){border-top-color:#0D7C54}
.karte--einzelmodul:nth-child(2){border-top-color:#9E44E9}
.karte--einzelmodul:nth-child(3){border-top-color:#0D7C54}
.karte--einzelmodul:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0d7c5426}
.bildsymbol--kreis{width:100%;height:220px;overflow:hidden;border-radius:8px;margin-bottom:24px}
.bildsymbol--kreis img{width:100%;height:100%;object-fit:cover}
.karte--einzelmodul h3{font-size:1.4rem;color:#2d3748;margin-bottom:14px;font-weight:600}
.karte--einzelmodul p{font-size:.98rem;color:#4a5568;line-height:1.7;margin-bottom:0}
.vierter--ablaufsektor{background:#fff;padding:90px 0;position:relative}
.vierter--ablaufsektor::before{content:'';position:absolute;top:0;left:0;width:100%;height:220px;background:linear-gradient(135deg,#9e44e90a 0%,#0d7c540a 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 70%)}
.vierter--ablaufsektor .container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.asymmetrisch--layout{display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:start}
.schritte--sequenz h2{font-size:2.5rem;color:#0D7C54;margin-bottom:48px;font-weight:700;position:relative;padding-left:24px}
.schritte--sequenz h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:60%;background:linear-gradient(180deg,#9E44E9 0%,#0D7C54 100%);border-radius:3px}
.einzelschritt--container{margin-bottom:42px;padding-left:70px;position:relative}
.nummerierung--kreis{position:absolute;left:0;top:0;width:52px;height:52px;background:linear-gradient(135deg,#0D7C54 0%,#9E44E9 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.4rem;font-weight:700;box-shadow:0 4px 12px #0d7c5440}
.einzelschritt--container h4{font-size:1.3rem;color:#2d3748;margin-bottom:12px;font-weight:600}
.einzelschritt--container p{font-size:1rem;color:#4a5568;line-height:1.7;margin-bottom:0}
.bildergalerie--seitlich{display:grid;grid-template-columns:1fr;gap:24px}
.miniaturansicht--box{width:100%;height:260px;overflow:hidden;border-radius:10px;box-shadow:0 6px 20px #00000014}
.miniaturansicht--box img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.miniaturansicht--box:hover img{transform:scale(1.06)}
.abschluss--sektion{background:linear-gradient(135deg,#0D7C54 0%,#9E44E9 100%);padding:70px 0;text-align:center;position:relative;overflow:hidden}
.abschluss--sektion::after{content:'';position:absolute;bottom:-100px;left:50%;transform:translateX(-50%);width:500px;height:500px;background:radial-gradient(circle,#f8fddc1a 0%,transparent 70%);border-radius:50%}
.abschluss--sektion .container{max-width:900px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.abschluss--sektion h2{font-size:2.4rem;color:#fff;margin-bottom:22px;font-weight:700}
.abschluss--sektion p{font-size:1.15rem;color:#fffffff2;margin-bottom:36px;line-height:1.7}
.aktionsknopf--primaer{display:inline-block;background:#fff;color:#0D7C54;padding:16px 42px;border-radius:8px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 6px 20px #00000026}
.aktionsknopf--primaer:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00000040;background:#F8FDDC}
@media (max-width: 992px) {
.titel--hauptbereich{font-size:2.6rem}
.raster--zweiteilig{grid-template-columns:1fr;gap:40px}
.dreier--kartengitter{grid-template-columns:1fr;gap:28px}
.asymmetrisch--layout{grid-template-columns:1fr;gap:50px}
.einzelschritt--container{padding-left:60px}
.nummerierung--kreis{width:46px;height:46px;font-size:1.2rem}
}
@media (max-width: 768px) {
.oberflaeche--primarius{padding:60px 0 40px}
.titel--hauptbereich{font-size:2.2rem}
.untertitel--begleitend{font-size:1.1rem}
.zweiter--inhaltsblock{padding:60px 0}
.bild--rahmen__links{height:320px}
.textbereich--rechts h2{font-size:2rem}
.dritter--strukturbereich{padding:60px 0}
.zentrale--uberschrift h2{font-size:2.1rem}
.vierter--ablaufsektor{padding:60px 0}
.schritte--sequenz h2{font-size:2rem;padding-left:18px}
.einzelschritt--container{padding-left:0;margin-bottom:38px}
.nummerierung--kreis{position:relative;margin-bottom:14px}
.miniaturansicht--box{height:220px}
.abschluss--sektion{padding:50px 0}
.abschluss--sektion h2{font-size:2rem}
.aktionsknopf--primaer{padding:14px 36px}
}
.lernzeitgeist{background:linear-gradient(135deg,#F8FDDC 0%,#fff 100%);min-height:400px;padding:80px 20px;position:relative;overflow:hidden}
.lernzeitgeist::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#9e44e914 0%,transparent 70%);border-radius:50%;z-index:1}
.lernzeitgeist .container{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.lernzeitgeist__kopfzeile{max-width:780px;margin:0 0 60px}
.lernzeitgeist__titel{font-size:2.8rem;line-height:1.2;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.lernzeitgeist__titel::after{content:'';display:block;width:90px;height:4px;background:linear-gradient(90deg,#0D7C54 0%,#9E44E9 100%);margin-top:16px}
.lernzeitgeist__beschreibung{font-size:1.15rem;line-height:1.7;color:#3a3a3a;margin:0}
.lernzeitgeist__raster{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px}
.schwerpunkt__karte{background:#fff;border-radius:12px;padding:35px 28px;border:2px solid #e8e8e8;transition:all .3s ease;position:relative}
.schwerpunkt__karte:hover{transform:translateY(-5px);border-color:#0D7C54;box-shadow:0 12px 28px #0d7c541f}
.schwerpunkt__symbol{width:58px;height:58px;background:linear-gradient(135deg,#0D7C54 0%,#0a5f40 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.schwerpunkt__symbol svg{width:30px;height:30px;fill:#fff}
.schwerpunkt__name{font-size:1.35rem;font-weight:600;color:#1a1a1a;margin:0 0 14px}
.schwerpunkt__info{font-size:.98rem;line-height:1.6;color:#5a5a5a;margin:0}
.wissensaufbau{background:#fff;padding:90px 20px;position:relative}
.wissensaufbau .container{max-width:1200px;margin:0 auto}
.wissensaufbau__rahmen{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.wissensaufbau__visuell{position:relative}
.wissensaufbau__bild{width:100%;height:480px;object-fit:cover;border-radius:16px;box-shadow:0 8px 24px #0000001a}
.wissensaufbau__akzent{position:absolute;bottom:-20px;right:-20px;width:180px;height:180px;background:linear-gradient(135deg,#9E44E9 0%,#7a2ec4 100%);border-radius:16px;z-index:-1}
.wissensaufbau__inhalt h2{font-size:2.5rem;line-height:1.3;color:#1a1a1a;margin:0 0 26px;font-weight:700;position:relative}
.wissensaufbau__inhalt h2::before{content:'';position:absolute;left:-40px;top:10px;width:6px;height:60px;background:#9E44E9;border-radius:3px}
.wissensaufbau__text{font-size:1.05rem;line-height:1.75;color:#4a4a4a;margin:0 0 28px}
.wissensaufbau__sequenz{margin-top:40px}
.sequenz__schritt{display:flex;gap:20px;margin-bottom:32px;position:relative}
.sequenz__nummer{min-width:48px;height:48px;background:linear-gradient(135deg,#0D7C54 0%,#0a5f40 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;color:#fff;flex-shrink:0}
.sequenz__detail h5{font-size:1.15rem;font-weight:600;color:#1a1a1a;margin:0 0 10px}
.sequenz__detail h6{font-size:.92rem;line-height:1.6;color:#5a5a5a;margin:0;font-weight:400}
.wissensaufbau__aktion{margin-top:38px}
.wissensaufbau__button{display:inline-block;padding:15px 36px;background:linear-gradient(135deg,#0D7C54 0%,#0a5f40 100%);color:#fff;text-decoration:none;border-radius:8px;font-size:1.05rem;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 12px #0d7c5433}
.wissensaufbau__button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0d7c544d;background:linear-gradient(135deg,#0a5f40 0%,#084a32 100%)}
.lernpfad{background:linear-gradient(180deg,#fafafa 0%,#fff 100%);padding:90px 20px;position:relative}
.lernpfad::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle,#e8e8e8 1px,transparent 1px);background-size:30px 30px;opacity:.3;z-index:1}
.lernpfad .container{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.lernpfad__struktur{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:start}
.lernpfad__zentral h3{font-size:2.3rem;line-height:1.3;color:#1a1a1a;margin:0 0 30px;font-weight:700}
.lernpfad__zentral h3::after{content:'';display:block;width:70px;height:4px;background:#9E44E9;margin-top:14px}
.lernpfad__absatz{font-size:1.05rem;line-height:1.75;color:#4a4a4a;margin:0 0 24px}
.lernpfad__liste{list-style:none;padding:0;margin:35px 0 0}
.lernpfad__punkt{display:flex;align-items:start;gap:16px;margin-bottom:22px;padding-left:0}
.lernpfad__punkt::before{content:'';min-width:12px;height:12px;background:#0D7C54;border-radius:50%;margin-top:6px;flex-shrink:0}
.lernpfad__punkt h6{font-size:1rem;font-weight:600;color:#2a2a2a;margin:0 0 6px}
.lernpfad__punkt span{font-size:.95rem;line-height:1.6;color:#5a5a5a;display:block}
.lernpfad__visuell{position:relative}
.lernpfad__foto{width:100%;height:540px;object-fit:cover;border-radius:16px;box-shadow:0 8px 24px #0000001a}
.lernpfad__dekor{position:absolute;top:-25px;left:-25px;width:150px;height:150px;border:4px solid #9E44E9;border-radius:16px;z-index:-1}
@media (max-width: 1024px) {
.lernzeitgeist__raster{grid-template-columns:repeat(2,1fr);gap:25px}
.wissensaufbau__rahmen{grid-template-columns:1fr;gap:45px}
.lernpfad__struktur{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.lernzeitgeist{padding:60px 20px}
.lernzeitgeist__titel{font-size:2.2rem}
.lernzeitgeist__raster{grid-template-columns:1fr;gap:20px}
.wissensaufbau{padding:60px 20px}
.wissensaufbau__inhalt h2{font-size:2rem}
.wissensaufbau__inhalt h2::before{left:0;top:-20px;width:50px;height:4px}
.wissensaufbau__bild{height:350px}
.lernpfad{padding:60px 20px}
.lernpfad__zentral h3{font-size:1.9rem}
.lernpfad__foto{height:400px}
}
@media (max-width: 480px) {
.lernzeitgeist__titel{font-size:1.8rem}
.schwerpunkt__karte{padding:28px 22px}
.wissensaufbau__inhalt h2{font-size:1.7rem}
.sequenz__nummer{min-width:42px;height:42px;font-size:1.05rem}
.lernpfad__zentral h3{font-size:1.6rem}
}
.tracking-container{max-width:920px;margin:0 auto;padding:48px 24px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.72;color:#2a2a2a;background:#fefefe}
.tracking-container h1{font-size:2.6rem;font-weight:700;color:#0D7C54;margin:0 0 28px;line-height:1.18;letter-spacing:-.02em}
.tracking-container h2{font-size:1.85rem;font-weight:650;color:#1a4d3c;margin:52px 0 24px;line-height:1.3;border-bottom:3px solid #F8FDDC;padding-bottom:12px}
.tracking-container h3{font-size:1.45rem;font-weight:600;color:#2a2a2a;margin:38px 0 18px;line-height:1.35}
.tracking-container h4{font-size:1.15rem;font-weight:600;color:#3d3d3d;margin:28px 0 14px;line-height:1.4}
.tracking-container p{margin:0 0 18px;color:#353535;font-size:1.02rem}
.tracking-container ul{margin:20px 0;padding-left:28px;list-style-type:none}
.tracking-container li{margin-bottom:16px;padding-left:22px;position:relative;color:#404040;font-size:1rem;line-height:1.68}
.tracking-container li::before{content:'→';position:absolute;left:0;color:#9E44E9;font-weight:600}
.tracking-container section{margin-bottom:32px}
.tracking-container div.highlight-box{background:linear-gradient(135deg,#F8FDDC 0%,#e8f5e9 100%);border-left:4px solid #0D7C54;padding:22px 26px;margin:28px 0;border-radius:6px;box-shadow:0 2px 8px #0d7c5414}
.tracking-container div.info-section{background:#fcfcfc;padding:24px;margin:24px 0;border:1px solid #e4e4e4;border-radius:8px}
.privacy-policy-container{max-width:1200px;margin:0 auto;padding:60px 24px;background:linear-gradient(135deg,#fff 0%,#fdfef8 100%);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.8;color:#2d2d2d}
.privacy-policy-container h1{font-size:2.8rem;font-weight:700;color:#0D7C54;margin-bottom:48px;letter-spacing:-.02em;line-height:1.2}
.privacy-policy-container h2{font-size:2rem;font-weight:600;color:#0D7C54;margin-top:56px;margin-bottom:28px;padding-bottom:12px;border-bottom:3px solid #F8FDDC;letter-spacing:-.01em}
.privacy-policy-container h3{font-size:1.5rem;font-weight:600;color:#9E44E9;margin-top:40px;margin-bottom:20px;letter-spacing:-.01em}
.privacy-policy-container h4{font-size:1.2rem;font-weight:600;color:#0D7C54;margin-top:32px;margin-bottom:16px}
.privacy-policy-container p{margin-bottom:20px;font-size:1.05rem;color:#3a3a3a;text-align:justify}
.privacy-policy-container ul{margin:24px 0;padding-left:0;list-style:none}
.privacy-policy-container li{margin-bottom:16px;padding-left:32px;position:relative;font-size:1.05rem;color:#3a3a3a}
.privacy-policy-container li::before{content:'→';position:absolute;left:0;color:#9E44E9;font-weight:700;font-size:1.2rem}
.privacy-policy-container span{font-weight:600;color:#0D7C54;background:linear-gradient(120deg,#F8FDDC 0%,transparent 100%);padding:2px 6px;border-radius:3px}
.privacy-intro{background:linear-gradient(135deg,#F8FDDC 0%,#fff 100%);padding:32px;border-radius:12px;margin-bottom:48px;box-shadow:0 4px 20px #0d7c5414}
.privacy-section{margin-bottom:40px}
.highlight-box{background:linear-gradient(135deg,#fdfffe 0%,#F8FDDC 100%);border-left:4px solid #9E44E9;padding:24px;margin:28px 0;border-radius:0 8px 8px 0;box-shadow:0 2px 12px #9e44e90f}
.vh-beacon-arrival{background:linear-gradient(165deg,#F8FDDC 0%,#fff 45%,#e8f5ee 100%);min-height:85vh;display:flex;align-items:center;padding:4rem 1.5rem;position:relative;overflow:hidden}
.vh-beacon-arrival::before{content:'';position:absolute;top:-15%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,#9d44e914 0%,transparent 70%);border-radius:50%;pointer-events:none}
.vh-beacon-arrival::after{content:'';position:absolute;bottom:-20%;left:-8%;width:450px;height:450px;background:radial-gradient(circle,#0d7c540f 0%,transparent 65%);border-radius:50%;pointer-events:none}
.vh-confirmation-shell{max-width:820px;margin:0 auto;background:#fff;border-radius:24px;padding:3.5rem 3rem;box-shadow:0 8px 32px #0d7c541f 0 2px 8px #0000000a;position:relative;z-index:2}
.vh-icon-orbit{width:92px;height:92px;margin:0 auto 2rem;position:relative;display:flex;align-items:center;justify-content:center}
.vh-icon-orbit::before{content:'';position:absolute;width:100%;height:100%;background:linear-gradient(135deg,#0D7C54 0%,#9E44E9 100%);border-radius:50%;opacity:.15;animation:vh-pulse-ring 2.5s ease-in-out infinite}
.vh-icon-orbit::after{content:'';font-size:48px;font-weight:600;color:#0D7C54;position:relative;z-index:2}
@keyframes vh-pulse-ring {
0%,100%{transform:scale(1);opacity:.15}
50%{transform:scale(1.18);opacity:.08}
}
.vh-headline-cascade{text-align:center;margin-bottom:1.8rem}
.vh-headline-cascade h1{font-size:2.4rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem;line-height:1.25}
.vh-headline-cascade h1::after{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#0D7C54 0%,#9E44E9 100%);margin:1.2rem auto 0;border-radius:2px}
.vh-narrative-flow{font-size:1.05rem;line-height:1.75;color:#3a3a3a;margin-bottom:2.2rem;text-align:center}
.vh-narrative-flow p{margin-bottom:1.1rem}
.vh-narrative-flow p:last-child{margin-bottom:0}
.vh-detail-capsule{background:linear-gradient(135deg,#F8FDDC 0%,#e8f5ee 100%);border-left:4px solid #0D7C54;padding:1.8rem 2rem;border-radius:12px;margin:2.5rem 0}
.vh-detail-capsule h5{font-size:1.15rem;font-weight:600;color:#0D7C54;margin-bottom:1rem;display:flex;align-items:center}
.vh-detail-capsule h5::before{content:'◆';margin-right:.6rem;font-size:.9rem;color:#9E44E9}
.vh-detail-capsule ul{list-style:none;padding:0;margin:0}
.vh-detail-capsule li{padding-left:1.8rem;margin-bottom:.8rem;position:relative;font-size:.98rem;color:#3a3a3a;line-height:1.6}
.vh-detail-capsule li::before{content:'→';position:absolute;left:0;color:#9E44E9;font-weight:600}
.vh-detail-capsule li:last-child{margin-bottom:0}
.vh-temporal-hint{background:#fff;border:2px dashed #9E44E9;padding:1.5rem;border-radius:10px;margin:2rem 0;text-align:center}
.vh-temporal-hint h6{font-size:1.05rem;font-weight:600;color:#9E44E9;margin-bottom:.6rem}
.vh-temporal-hint p{font-size:.95rem;color:#555;margin:0;line-height:1.55}
.vh-action-pathway{display:flex;gap:1.2rem;margin-top:3rem;justify-content:center;flex-wrap:wrap}
.vh-button-primary-glow{background:linear-gradient(135deg,#0D7C54 0%,#0a5f40 100%);color:#fff;padding:1rem 2.2rem;border-radius:10px;text-decoration:none;font-weight:600;font-size:1.05rem;display:inline-flex;align-items:center;transition:all .3s ease;box-shadow:0 4px 16px #0d7c5440;border:none;cursor:pointer}
.vh-button-primary-glow:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0d7c5459;background:linear-gradient(135deg,#0a5f40 0%,#0D7C54 100%);color:#fff}
.vh-button-secondary-outline{background:transparent;color:#9E44E9;padding:1rem 2.2rem;border-radius:10px;text-decoration:none;font-weight:600;font-size:1.05rem;display:inline-flex;align-items:center;transition:all .3s ease;border:2px solid #9E44E9;cursor:pointer}
.vh-button-secondary-outline:hover{background:#9E44E9;color:#fff;transform:translateY(-2px);box-shadow:0 4px 16px #9e44e94d}
.vh-footer-whisper{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid #e0e0e0}
.vh-footer-whisper p{font-size:.92rem;color:#777;line-height:1.6;margin-bottom:.5rem}
.vh-footer-whisper a{color:#0D7C54;text-decoration:none;font-weight:500;transition:color .25s ease}
.vh-footer-whisper a:hover{color:#9E44E9;text-decoration:underline}
@media (max-width: 768px) {
.vh-beacon-arrival{padding:3rem 1.2rem;min-height:auto}
.vh-confirmation-shell{padding:2.5rem 1.8rem;border-radius:16px}
.vh-icon-orbit{width:76px;height:76px;margin-bottom:1.5rem}
.vh-icon-orbit::after{font-size:38px}
.vh-headline-cascade h1{font-size:1.9rem}
.vh-narrative-flow{font-size:1rem}
.vh-detail-capsule{padding:1.4rem 1.5rem}
.vh-detail-capsule h5{font-size:1.05rem}
.vh-action-pathway{flex-direction:column;gap:1rem}
.vh-button-primary-glow,.vh-button-secondary-outline{width:100%;justify-content:center;padding:.95rem 1.5rem}
}
@media (max-width: 480px) {
.vh-headline-cascade h1{font-size:1.65rem}
.vh-confirmation-shell{padding:2rem 1.4rem}
.vh-detail-capsule{padding:1.2rem}
.vh-temporal-hint{padding:1.2rem}
}