:root{--primary-clr:#9598C1;--secondary-clr:#BABFD6;--tertiary-clr:#EBF6F5;--text-dark:#212529;--text-medium:#495057;--bg-light:#fff;--bg-subtle:#f8f9fa;--spacing-xs:.5rem;--spacing-sm:1rem;--spacing-md:1.5rem;--spacing-lg:2.5rem;--spacing-xl:4rem;--radius-sm:.375rem;--radius-md:.75rem;--shadow-sm:0 2px 4px #9598c114;--shadow-md:0 4px 12px #9598c11f;--shadow-lg:0 8px 24px #9598c129;--transition-base:.25s ease}
*{margin:0;padding:0;box-sizing:border-box}
body{color:var(--text-dark);background:var(--bg-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:clamp(1rem,0.95rem + 0.25vw,1.125rem)/1.7 'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
header{background:linear-gradient(135deg,var(--primary-clr) 0%,var(--secondary-clr) 100%);box-shadow:var(--shadow-md);position:relative;z-index:100}
.hdr__wrapper-top{max-width:1320px;margin:0 auto;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;min-height:75px}
.hdr__logo-container{display:flex;align-items:center;gap:1rem;flex-shrink:0;z-index:110}
.hdr__logo-img{height:62px;width:62px;display:block;object-fit:contain}
.hdr__brand-title{font-size:clamp(1.25rem,1.15rem + 0.5vw,1.5rem);font-weight:700;color:var(--bg-light);letter-spacing:-.02em}
.hdr__contact-group{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}
.hdr__contact-item{display:flex;align-items:center;gap:.5rem;color:var(--bg-light);font-size:.95rem;font-weight:500;text-decoration:none;transition:opacity var(--transition-base)}
.hdr__contact-item:hover,.hdr__contact-item:focus{opacity:.8;outline:2px solid #ffffff80;outline-offset:3px;border-radius:var(--radius-sm)}
.hdr__contact-icon{font-size:1.1rem}
.hdr__wrapper-nav{background:#ffffff26;backdrop-filter:blur(8px);border-top:1px solid #fff3}
.hdr__nav-container{max-width:1320px;margin:0 auto;padding:.75rem 1.5rem;display:flex;justify-content:center}
.hdr__nav-list{display:flex;list-style:none;gap:.25rem;flex-wrap:wrap;justify-content:center}
.hdr__nav-link{display:block;padding:.625rem 1.25rem;color:var(--bg-light);text-decoration:none;font-weight:600;font-size:.975rem;letter-spacing:.01em;border-radius:var(--radius-sm);transition:background-color var(--transition-base),opacity var(--transition-base);position:relative}
.hdr__nav-link:hover,.hdr__nav-link:focus{background-color:#fff3;outline:none}
.hdr__nav-link:focus-visible{outline:2px solid var(--bg-light);outline-offset:2px}
footer{background:linear-gradient(135deg,var(--text-dark) 0%,#343a40 100%);color:var(--bg-subtle);margin-top:var(--spacing-xl);position:relative}
.ftr__main-content{max-width:1320px;margin:0 auto;padding:2.5rem 1.5rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}
.ftr__section-title{font-size:1.125rem;font-weight:700;color:var(--bg-light);margin-bottom:1rem;letter-spacing:.02em}
.ftr__info-block{line-height:1.8}
.ftr__contact-detail{display:flex;align-items:flex-start;gap:.625rem;margin-bottom:.75rem;font-size:.95rem}
.ftr__contact-icon{flex-shrink:0;margin-top:.25rem;color:var(--secondary-clr)}
.ftr__contact-link{color:var(--bg-subtle);text-decoration:none;transition:color var(--transition-base)}
.ftr__contact-link:hover,.ftr__contact-link:focus{color:var(--tertiary-clr);outline:none;text-decoration:underline}
.ftr__links-list{list-style:none}
.ftr__link-item{margin-bottom:.625rem}
.ftr__service-link{color:var(--bg-subtle);text-decoration:none;font-size:.95rem;display:inline-block;transition:color var(--transition-base),transform var(--transition-base)}
.ftr__service-link:hover,.ftr__service-link:focus{color:var(--tertiary-clr);transform:translateX(4px);outline:none}
.ftr__service-link:focus-visible{outline:2px solid var(--tertiary-clr);outline-offset:3px;border-radius:2px}
.ftr__bottom-bar{border-top:1px solid #babfd633;padding:1.5rem;text-align:center}
.ftr__bottom-container{max-width:1320px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}
.ftr__logo-bottom{height:48px;width:48px;opacity:.85}
.ftr__copyright{font-size:.875rem;color:var(--secondary-clr);font-weight:500}
.consent__overlay{position:fixed;bottom:0;left:0;right:0;background:var(--bg-light);box-shadow:0 -4px 20px #9598c133;border-top:3px solid var(--primary-clr);padding:1.75rem 1.5rem;z-index:9999;transform:translateY(100%);transition:transform .4s cubic-bezier(0.4,0,0.2,1)}
.consent__overlay.cst--visible{transform:translateY(0)}
.consent__container{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;justify-content:space-between}
.consent__text-block{flex:1 1 400px}
.consent__heading{font-size:1.125rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}
.consent__description{font-size:.925rem;color:var(--text-medium);line-height:1.6;margin-bottom:.75rem}
.consent__policy-link{color:var(--primary-clr);text-decoration:underline;font-weight:600;transition:color var(--transition-base)}
.consent__policy-link:hover,.consent__policy-link:focus{color:var(--secondary-clr);outline:none}
.consent__actions{display:flex;gap:.875rem;flex-wrap:wrap;align-items:center}
.consent__btn{padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;border-radius:var(--radius-sm);border:none;cursor:pointer;transition:all var(--transition-base);font-family:inherit;min-width:130px;text-align:center}
.consent__btn:focus-visible{outline:3px solid var(--primary-clr);outline-offset:3px}
.consent__btn--accept{background:linear-gradient(135deg,var(--primary-clr),var(--secondary-clr));color:var(--bg-light);box-shadow:var(--shadow-sm)}
.consent__btn--accept:hover{box-shadow:var(--shadow-md);opacity:.92}
.consent__btn--reject{background:transparent;color:var(--text-dark);border:2px solid var(--secondary-clr)}
.consent__btn--reject:hover{background:var(--tertiary-clr);border-color:var(--primary-clr)}
@media (max-width: 768px) {
.hdr__wrapper-top{flex-direction:column;text-align:center;padding:1rem;gap:1rem}
.hdr__logo-container{flex-direction:column;gap:.625rem}
.hdr__contact-group{flex-direction:column;gap:.75rem;width:100%}
.hdr__nav-list{flex-direction:column;width:100%;align-items:stretch}
.hdr__nav-link{text-align:center;padding:.875rem 1rem}
.ftr__main-content{grid-template-columns:1fr;gap:2rem;padding:2rem 1.25rem}
.consent__container{flex-direction:column;align-items:stretch}
.consent__actions{flex-direction:column;width:100%}
.consent__btn{width:100%}
}
@media (min-width: 769px) and (max-width: 1024px) {
.hdr__wrapper-top{padding:1.125rem 1.25rem}
.hdr__contact-group{gap:1rem}
}
.index-hero-wrap{background:linear-gradient(135deg,#EBF6F5 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.index-hero-wrap::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#9598c11a 0%,transparent 70%);border-radius:50%}
.index-hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.index-hero-left h1{font-size:2.8rem;color:#212529;line-height:1.2;margin-bottom:24px;font-weight:700}
.index-hero-left p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:32px}
.index-hero-right img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 20px 60px #9598c140}
.index-cta-btn{display:inline-block;padding:16px 40px;background:#9598C1;color:#fff;text-decoration:none;border-radius:8px;font-size:1.05rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #9598c14d}
.index-cta-btn:hover{background:#7d80a8;transform:translateY(-2px);box-shadow:0 6px 25px #9598c166}
.index-dual-section{background:#fff;padding:90px 20px}
.index-dual-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:520px}
.index-dual-left{background:linear-gradient(125deg,#9598C1 0%,#BABFD6 100%);padding:60px 50px;display:flex;flex-direction:column;justify-content:center;color:#fff}
.index-dual-left h2{font-size:2.2rem;margin-bottom:28px;line-height:1.3;font-weight:700}
.index-dual-left p{font-size:1.05rem;line-height:1.8;margin-bottom:20px;color:#fff}
.index-dual-right{background:#f8f9fa;padding:60px 50px;display:flex;flex-direction:column;justify-content:center}
.index-dual-right h3{font-size:1.9rem;color:#212529;margin-bottom:24px;font-weight:600}
.index-dual-list{list-style:none;padding:0;margin:0}
.index-dual-list li{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:18px;padding-left:32px;position:relative}
.index-dual-list li::before{content:'';position:absolute;left:0;top:0;color:#9598C1;font-weight:700;font-size:1.3rem}
.index-team-section{background:linear-gradient(180deg,#EBF6F5 0%,#fff 100%);padding:80px 20px}
.index-team-container{max-width:1200px;margin:0 auto}
.index-team-header{text-align:center;margin-bottom:60px}
.index-team-header h2{font-size:2.4rem;color:#212529;margin-bottom:20px;font-weight:700}
.index-team-header p{font-size:1.1rem;color:#495057;line-height:1.7;max-width:700px;margin:0 auto}
.index-team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}
.index-team-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #9598c126;transition:transform .3s ease,box-shadow .3s ease}
.index-team-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #9598c140}
.index-team-img{width:100%;height:320px;object-fit:cover}
.index-team-info{padding:32px}
.index-team-info h3{font-size:1.5rem;color:#212529;margin-bottom:8px;font-weight:600}
.index-team-role{font-size:1rem;color:#9598C1;margin-bottom:16px;font-weight:500}
.index-team-info p{font-size:1rem;color:#495057;line-height:1.7}
.index-process-section{background:#fff;padding:80px 20px;position:relative}
.index-process-container{max-width:1200px;margin:0 auto}
.index-process-intro{text-align:center;margin-bottom:70px}
.index-process-intro h2{font-size:2.4rem;color:#212529;margin-bottom:20px;font-weight:700}
.index-process-intro p{font-size:1.1rem;color:#495057;line-height:1.7;max-width:700px;margin:0 auto}
.index-process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:60px}
.index-process-item{background:#f8f9fa;padding:40px 30px;border-radius:12px;text-align:center;position:relative;transition:all .3s ease}
.index-process-item:hover{background:#EBF6F5;transform:translateY(-5px)}
.index-process-number{width:60px;height:60px;background:linear-gradient(135deg,#9598C1 0%,#BABFD6 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;margin:0 auto 24px}
.index-process-item h3{font-size:1.4rem;color:#212529;margin-bottom:16px;font-weight:600}
.index-process-item p{font-size:1rem;color:#495057;line-height:1.7}
.index-process-visual{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.index-process-img-wrap img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 12px 40px #9598c133}
.index-process-details{padding:20px}
.index-process-details h3{font-size:1.8rem;color:#212529;margin-bottom:24px;font-weight:600}
.index-process-details p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:32px}
.index-secondary-btn{display:inline-block;padding:14px 36px;background:transparent;color:#9598C1;text-decoration:none;border:2px solid #9598C1;border-radius:8px;font-size:1.05rem;font-weight:600;transition:all .3s ease}
.index-secondary-btn:hover{background:#9598C1;color:#fff;transform:translateY(-2px)}
@media (max-width: 768px) {
.index-hero-content{grid-template-columns:1fr;gap:40px}
.index-hero-left h1{font-size:2.2rem}
.index-hero-right img{height:300px}
.index-dual-container{grid-template-columns:1fr;min-height:auto}
.index-dual-left,.index-dual-right{padding:40px 30px}
.index-team-grid{grid-template-columns:1fr;gap:30px}
.index-process-grid{grid-template-columns:1fr;gap:30px}
.index-process-visual{grid-template-columns:1fr}
.index-process-img-wrap img{height:280px}
.index-hero-wrap{padding:60px 20px 40px}
.index-team-section,.index-process-section,.index-dual-section{padding:60px 20px}
}
.kontakt-hero-bereich{background:linear-gradient(135deg,#EBF6F5 0%,#BABFD6 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.kontakt-hero-bereich::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#9598c126;border-radius:50%;z-index:1}
.kontakt-hero-inhalt{max-width:800px;margin:0 auto;position:relative;z-index:2}
.kontakt-hero-inhalt h1{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.kontakt-hero-inhalt .untertitel-text{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:0}
.kontakt-info-raster{background:#fff;padding:70px 20px}
.kontakt-info-wrapper{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}
.info-karte-element{background:#fafbfc;border:2px solid #EBF6F5;border-radius:12px;padding:35px 28px;transition:all .3s ease}
.info-karte-element:hover{transform:translateY(-5px);border-color:#9598C1;box-shadow:0 8px 20px #9598c133}
.info-icon-box{width:60px;height:60px;background:linear-gradient(135deg,#9598C1,#BABFD6);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:22px}
.info-icon-box svg{width:28px;height:28px;fill:#fff}
.info-karte-element h3{font-size:1.3rem;color:#212529;margin-bottom:12px;font-weight:600}
.info-karte-element p{font-size:1rem;color:#495057;line-height:1.6;margin-bottom:0}
.info-karte-element a{color:#9598C1;text-decoration:none;font-weight:500;transition:color .2s ease}
.info-karte-element a:hover{color:#212529}
.formular-sektion-block{background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%);padding:70px 20px}
.formular-container-zentral{max-width:700px;margin:0 auto}
.formular-einfuehrung{text-align:center;margin-bottom:45px}
.formular-einfuehrung h2{font-size:2.2rem;color:#212529;margin-bottom:15px;font-weight:700}
.formular-einfuehrung p{font-size:1.05rem;color:#495057;line-height:1.7}
.kontakt-formular-haupt{background:#fff;border-radius:12px;padding:45px 40px;box-shadow:0 4px 15px #9598c126}
.formular-gruppe-feld{margin-bottom:25px}
.formular-gruppe-feld label{display:block;font-size:1rem;color:#343a40;margin-bottom:8px;font-weight:500}
.formular-gruppe-feld input,.formular-gruppe-feld textarea{width:100%;padding:14px 16px;border:2px solid #BABFD6;border-radius:8px;font-size:1rem;color:#212529;background:#fafbfc;transition:all .3s ease;font-family:inherit}
.formular-gruppe-feld input:focus,.formular-gruppe-feld textarea:focus{outline:none;border-color:#9598C1;background:#fff;box-shadow:0 0 0 3px #9598c11a}
.formular-gruppe-feld textarea{min-height:140px;resize:vertical}
.checkbox-datenschutz-bereich{margin:30px 0;display:flex;align-items:flex-start;gap:12px}
.checkbox-datenschutz-bereich input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#9598C1;flex-shrink:0}
.checkbox-datenschutz-bereich label{font-size:.95rem;color:#495057;line-height:1.6;cursor:pointer;margin-bottom:0}
.checkbox-datenschutz-bereich a{color:#9598C1;text-decoration:none;font-weight:500}
.checkbox-datenschutz-bereich a:hover{text-decoration:underline}
.senden-button-wrapper{text-align:center;margin-top:30px}
.formular-senden-btn{background:linear-gradient(135deg,#9598C1,#BABFD6);color:#fff;padding:16px 50px;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #9598c14d;position:relative;z-index:10}
.formular-senden-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #9598c166}
.formular-senden-btn:active{transform:translateY(0)}
.oeffnungszeiten-segment{background:#fff;padding:70px 20px;border-top:1px solid #EBF6F5}
.zeiten-inhalt-box{max-width:900px;margin:0 auto;text-align:center}
.zeiten-inhalt-box h2{font-size:2rem;color:#212529;margin-bottom:35px;font-weight:700}
.zeitplan-raster{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:40px}
.zeitplan-karte{background:#fafbfc;border:2px solid #EBF6F5;border-radius:10px;padding:30px 25px;transition:border-color .3s ease}
.zeitplan-karte:hover{border-color:#BABFD6}
.zeitplan-karte h3{font-size:1.2rem;color:#343a40;margin-bottom:15px;font-weight:600}
.zeitplan-karte p{font-size:1rem;color:#495057;line-height:1.6;margin-bottom:8px}
.zeitplan-karte .highlight-zeit{color:#9598C1;font-weight:600}
@media (max-width: 768px) {
.kontakt-hero-inhalt h1{font-size:2.2rem}
.kontakt-hero-inhalt .untertitel-text{font-size:1.05rem}
.kontakt-hero-bereich{padding:60px 20px 50px}
.kontakt-info-wrapper{grid-template-columns:1fr;gap:25px}
.formular-einfuehrung h2{font-size:1.8rem}
.kontakt-formular-haupt{padding:35px 25px}
.formular-senden-btn{width:100%;padding:16px 30px}
.zeitplan-raster{grid-template-columns:1fr}
.zeiten-inhalt-box h2{font-size:1.7rem}
}
@media (max-width: 480px) {
.kontakt-hero-inhalt h1{font-size:1.9rem}
.info-karte-element{padding:28px 22px}
.formular-einfuehrung h2{font-size:1.6rem}
}
.about-hero-wrapper{background:linear-gradient(135deg,#EBF6F5 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.about-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#9598c11a 0%,transparent 70%);border-radius:50%}
.about-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.about-hero-content h1{font-size:2.8rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.about-hero-content .hero-subtitle{font-size:1.2rem;color:#495057;max-width:680px;line-height:1.7;margin-bottom:16px}
.about-hero-content .hero-description{font-size:1.05rem;color:#6c757d;max-width:720px;line-height:1.6}
.story-section-wrapper{padding:90px 20px;background:#fff;position:relative}
.story-grid-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.story-content-block{padding-right:20px}
.story-content-block h2{font-size:2.2rem;color:#212529;margin-bottom:28px;font-weight:700;line-height:1.3}
.story-content-block p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.story-content-block .emphasis-text{color:#9598C1;font-weight:600;font-size:1.1rem;display:block;margin-top:28px;line-height:1.6}
.story-visual-column{display:flex;flex-direction:column;gap:24px}
.story-image-container{border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #9598c126;position:relative;transform:translateX(0);transition:transform .4s ease}
.story-image-container:hover{transform:translateX(-8px)}
.story-image-container img{width:100%;height:auto;display:block}
.approach-section-wrapper{padding:80px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#EBF6F5 100%);position:relative}
.approach-container{max-width:1200px;margin:0 auto}
.approach-header{text-align:center;margin-bottom:60px}
.approach-header h2{font-size:2.4rem;color:#212529;margin-bottom:20px;font-weight:700}
.approach-header .section-intro{font-size:1.1rem;color:#6c757d;max-width:700px;margin:0 auto;line-height:1.7}
.approach-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:50px}
.approach-card-item{background:#fff;padding:36px 28px;border-radius:16px;box-shadow:0 4px 16px #0000000f;border-left:4px solid #9598C1;transition:all .3s ease;position:relative}
.approach-card-item:hover{box-shadow:0 12px 32px #9598c133;transform:translateY(-4px)}
.approach-card-item h3{font-size:1.4rem;color:#212529;margin-bottom:16px;font-weight:600}
.approach-card-item p{font-size:1rem;color:#495057;line-height:1.7}
.approach-visual-element{margin-top:40px;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #00000014}
.approach-visual-element img{width:100%;height:auto;display:block}
.team-section-wrapper{padding:90px 20px;background:#fff;position:relative}
.team-section-wrapper::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:200px;background:linear-gradient(to top,#EBF6F5,transparent);pointer-events:none}
.team-content-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.team-intro-section{max-width:800px;margin:0 auto 60px;text-align:center}
.team-intro-section h2{font-size:2.3rem;color:#212529;margin-bottom:24px;font-weight:700}
.team-intro-section p{font-size:1.1rem;color:#495057;line-height:1.8}
.team-members-layout{display:flex;gap:50px;align-items:start;margin-bottom:60px}
.team-profile-card{flex:0 0 320px;background:linear-gradient(135deg,#EBF6F5 0%,#fff 100%);padding:32px;border-radius:20px;box-shadow:0 8px 24px #9598c11f;text-align:center}
.team-profile-image{width:180px;height:180px;border-radius:50%;overflow:hidden;margin:0 auto 24px;border:5px solid #BABFD6;box-shadow:0 6px 20px #0000001a}
.team-profile-image img{width:100%;height:100%;object-fit:cover}
.team-profile-card h3{font-size:1.5rem;color:#212529;margin-bottom:8px;font-weight:600}
.team-profile-card .role-title{font-size:1.05rem;color:#9598C1;font-weight:600;margin-bottom:16px}
.team-profile-card p{font-size:.95rem;color:#6c757d;line-height:1.6}
.team-values-content{flex:1}
.team-values-content h3{font-size:1.8rem;color:#212529;margin-bottom:28px;font-weight:600}
.values-list-styled{list-style:none;padding:0;margin:0}
.values-list-styled li{padding:20px 0;border-bottom:2px solid #EBF6F5;font-size:1.05rem;color:#495057;line-height:1.7;position:relative;padding-left:40px}
.values-list-styled li:last-child{border-bottom:none}
.values-list-styled li::before{content:'→';position:absolute;left:0;top:20px;font-size:1.4rem;color:#9598C1;font-weight:700}
.cta-section-wrapper{background:linear-gradient(135deg,#9598C1 0%,#BABFD6 100%);padding:70px 20px;text-align:center;position:relative;overflow:hidden}
.cta-section-wrapper::after{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);border-radius:50%}
.cta-content-box{max-width:700px;margin:0 auto;position:relative;z-index:2}
.cta-content-box h2{font-size:2.1rem;color:#fff;margin-bottom:20px;font-weight:700}
.cta-content-box p{font-size:1.15rem;color:#fff;margin-bottom:32px;line-height:1.7;opacity:.95}
.cta-button-primary{display:inline-block;background:#fff;color:#9598C1;padding:16px 42px;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;box-shadow:0 6px 20px #00000026;transition:all .3s ease}
.cta-button-primary:hover{background:#EBF6F5;transform:translateY(-3px);box-shadow:0 10px 30px #0003}
@media (max-width: 968px) {
.story-grid-layout{grid-template-columns:1fr;gap:40px}
.story-content-block{padding-right:0}
.approach-cards-grid{grid-template-columns:1fr;gap:24px}
.team-members-layout{flex-direction:column;align-items:center}
.team-profile-card{flex:1 1 100%;max-width:400px}
.about-hero-content h1{font-size:2.2rem}
.approach-header h2,.team-intro-section h2{font-size:2rem}
}
@media (max-width: 640px) {
.about-hero-wrapper{padding:50px 16px 40px}
.about-hero-content h1{font-size:1.9rem}
.about-hero-content .hero-subtitle{font-size:1.05rem}
.story-section-wrapper,.approach-section-wrapper,.team-section-wrapper{padding:60px 16px}
.story-content-block h2{font-size:1.8rem}
.approach-header h2{font-size:1.8rem}
.cta-section-wrapper{padding:50px 16px}
.cta-content-box h2{font-size:1.8rem}
}
.lernprogramm-hero-block{background:linear-gradient(135deg,#EBF6F5 0%,#BABFD6 100%);padding:90px 20px 110px;position:relative;overflow:hidden}
.lernprogramm-hero-block::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#9598c126;border-radius:50%;z-index:1}
.lernprogramm-hero-inner{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.lernprogramm-hero-content{max-width:680px}
.lernprogramm-hero-title{font-size:48px;line-height:1.2;color:#212529;margin:0 0 24px;font-weight:700}
.lernprogramm-hero-description{font-size:19px;line-height:1.7;color:#495057;margin:0 0 36px}
.lernprogramm-hero-cta{display:inline-block;background:#9598C1;color:#fff;padding:16px 42px;text-decoration:none;border-radius:6px;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #9598c14d}
.lernprogramm-hero-cta:hover{background:#7f82a8;transform:translateY(-2px);box-shadow:0 6px 20px #9598c166}
.lernprogramm-journey-wrapper{background:#fff;padding:95px 20px}
.lernprogramm-journey-container{max-width:1140px;margin:0 auto}
.lernprogramm-journey-header{text-align:center;margin-bottom:70px}
.lernprogramm-journey-heading{font-size:38px;color:#212529;margin:0 0 18px;font-weight:700}
.lernprogramm-journey-subtext{font-size:18px;color:#495057;line-height:1.6;max-width:720px;margin:0 auto}
.lernprogramm-timeline-track{position:relative;padding-left:70px}
.lernprogramm-timeline-track::before{content:'';position:absolute;left:18px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#9598C1 0%,#BABFD6 100%)}
.lernprogramm-milestone-item{position:relative;margin-bottom:55px;padding-bottom:15px}
.lernprogramm-milestone-marker{position:absolute;left:-52px;top:5px;width:40px;height:40px;background:#EBF6F5;border:4px solid #9598C1;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#9598C1;font-size:15px;z-index:3}
.lernprogramm-milestone-date{font-size:14px;color:#9598C1;font-weight:600;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}
.lernprogramm-milestone-title{font-size:22px;color:#212529;margin:0 0 12px;font-weight:600}
.lernprogramm-milestone-text{font-size:16px;line-height:1.7;color:#495057;margin:0}
.lernprogramm-case-section{background:#f8f9fa;padding:100px 20px}
.lernprogramm-case-inner{max-width:1240px;margin:0 auto}
.lernprogramm-case-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.lernprogramm-case-visual img{width:100%;height:auto;border-radius:10px;box-shadow:0 8px 30px #0000001f}
.lernprogramm-case-content-block{padding-left:25px}
.lernprogramm-case-label{font-size:14px;color:#9598C1;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin:0 0 16px}
.lernprogramm-case-headline{font-size:36px;color:#212529;margin:0 0 22px;font-weight:700;line-height:1.3}
.lernprogramm-case-story{font-size:17px;line-height:1.8;color:#495057;margin:0 0 28px}
.lernprogramm-case-insights{background:#fff;padding:26px;border-radius:8px;border-left:4px solid #9598C1}
.lernprogramm-insights-title{font-size:18px;color:#212529;font-weight:600;margin:0 0 14px}
.lernprogramm-insights-list{list-style:none;padding:0;margin:0}
.lernprogramm-insights-list li{font-size:15px;color:#495057;line-height:1.7;margin-bottom:10px;padding-left:26px;position:relative}
.lernprogramm-insights-list li::before{content:'→';position:absolute;left:0;color:#9598C1;font-weight:700}
.lernprogramm-testimonials-area{background:#fff;padding:90px 20px}
.lernprogramm-testimonials-wrap{max-width:1140px;margin:0 auto}
.lernprogramm-testimonials-intro{text-align:center;margin-bottom:65px}
.lernprogramm-testimonials-heading{font-size:38px;color:#212529;margin:0 0 16px;font-weight:700}
.lernprogramm-testimonials-caption{font-size:17px;color:#495057;line-height:1.6}
.lernprogramm-testimonials-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.lernprogramm-testimonial-card{background:#f8f9fa;padding:38px;border-radius:10px;box-shadow:0 4px 16px #0000000f;transition:all .3s ease}
.lernprogramm-testimonial-card:hover{transform:translateY(-5px);box-shadow:0 8px 28px #0000001a}
.lernprogramm-testimonial-profile{display:flex;align-items:center;margin-bottom:24px}
.lernprogramm-testimonial-photo{width:68px;height:68px;border-radius:50%;object-fit:cover;margin-right:18px;border:3px solid #BABFD6}
.lernprogramm-testimonial-info h4{font-size:18px;color:#212529;margin:0 0 6px;font-weight:600}
.lernprogramm-testimonial-info p{font-size:14px;color:#9598C1;margin:0}
.lernprogramm-testimonial-quote{font-size:16px;line-height:1.7;color:#495057;margin:0;font-style:italic}
.lernprogramm-approach-section{background:linear-gradient(to bottom,#EBF6F5 0%,#fff 100%);padding:100px 20px}
.lernprogramm-approach-container{max-width:920px;margin:0 auto;text-align:center}
.lernprogramm-approach-visual{margin-bottom:55px}
.lernprogramm-approach-visual img{width:100%;max-width:620px;height:auto;border-radius:12px;box-shadow:0 12px 40px #0000001a}
.lernprogramm-approach-title{font-size:40px;color:#212529;margin:0 0 28px;font-weight:700}
.lernprogramm-approach-description{font-size:18px;line-height:1.8;color:#495057;margin:0 0 24px}
.lernprogramm-approach-details{background:#fff;padding:40px;border-radius:10px;box-shadow:0 6px 24px #9598c126;text-align:left;margin-top:45px}
.lernprogramm-approach-details h3{font-size:24px;color:#212529;margin:0 0 20px;font-weight:600}
.lernprogramm-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.lernprogramm-detail-item h4{font-size:18px;color:#9598C1;margin:0 0 10px;font-weight:600}
.lernprogramm-detail-item p{font-size:15px;line-height:1.7;color:#495057;margin:0}
.lernprogramm-approach-cta{display:inline-block;background:#9598C1;color:#fff;padding:15px 40px;text-decoration:none;border-radius:6px;font-size:17px;font-weight:600;margin-top:35px;transition:all .3s ease}
.lernprogramm-approach-cta:hover{background:#7f82a8;transform:scale(1.05)}
@media (max-width: 768px) {
.lernprogramm-hero-title{font-size:34px}
.lernprogramm-hero-description{font-size:17px}
.lernprogramm-journey-heading,.lernprogramm-testimonials-heading{font-size:30px}
.lernprogramm-timeline-track{padding-left:50px}
.lernprogramm-milestone-marker{left:-44px;width:34px;height:34px;font-size:13px}
.lernprogramm-case-grid{grid-template-columns:1fr;gap:35px}
.lernprogramm-case-content-block{padding-left:0}
.lernprogramm-case-headline{font-size:28px}
.lernprogramm-testimonials-cards{grid-template-columns:1fr;gap:30px}
.lernprogramm-approach-title{font-size:32px}
.lernprogramm-details-grid{grid-template-columns:1fr;gap:24px}
}
.edubiz-hero-wrap{background:linear-gradient(135deg,#EBF6F5 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.edubiz-hero-wrap::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#babfd626 0%,transparent 70%);border-radius:50%}
.edubiz-hero-content{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.edubiz-hero-title{font-size:2.8rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.edubiz-hero-subtitle{font-size:1.15rem;color:#495057;line-height:1.7;max-width:720px;margin-bottom:36px}
.edubiz-hero-cta{display:inline-block;background:#9598C1;color:#fff;padding:14px 32px;text-decoration:none;border-radius:6px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #9598c140}
.edubiz-hero-cta:hover{background:#7e81a8;transform:translateY(-2px);box-shadow:0 6px 18px #9598c159}
.edubiz-approach-section{padding:70px 20px;background:#fff}
.edubiz-approach-inner{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.edubiz-approach-image-holder{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #00000014}
.edubiz-approach-image-holder img{width:100%;height:420px;object-fit:cover;display:block}
.edubiz-approach-text h2{font-size:2.2rem;color:#212529;margin-bottom:20px;font-weight:700}
.edubiz-approach-text p{font-size:1.05rem;color:#495057;line-height:1.75;margin-bottom:18px}
.edubiz-workflow-zone{background:linear-gradient(180deg,#f8f9fa 0%,#EBF6F5 100%);padding:70px 20px}
.edubiz-workflow-container{max-width:960px;margin:0 auto}
.edubiz-workflow-header{text-align:center;margin-bottom:50px}
.edubiz-workflow-header h2{font-size:2.2rem;color:#212529;margin-bottom:16px;font-weight:700}
.edubiz-workflow-header p{font-size:1.05rem;color:#495057;line-height:1.7}
.edubiz-workflow-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.edubiz-workflow-card{background:#fff;padding:32px 24px;border-radius:10px;box-shadow:0 4px 16px #0000000f;transition:all .3s ease;border-top:4px solid #BABFD6}
.edubiz-workflow-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}
.edubiz-workflow-number{width:48px;height:48px;background:linear-gradient(135deg,#9598C1 0%,#BABFD6 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;margin-bottom:20px}
.edubiz-workflow-card h3{font-size:1.3rem;color:#212529;margin-bottom:12px;font-weight:600}
.edubiz-workflow-card p{font-size:.98rem;color:#495057;line-height:1.6;margin:0}
.edubiz-benefits-area{padding:70px 20px;background:#fff}
.edubiz-benefits-layout{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1.2fr 0.8fr;gap:60px;align-items:start}
.edubiz-benefits-content h2{font-size:2.2rem;color:#212529;margin-bottom:28px;font-weight:700}
.edubiz-benefit-item{margin-bottom:32px;padding-left:50px;position:relative}
.edubiz-benefit-item::before{content:'';position:absolute;left:0;top:0;width:36px;height:36px;background:#EBF6F5;color:#9598C1;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}
.edubiz-benefit-item h3{font-size:1.2rem;color:#212529;margin-bottom:8px;font-weight:600}
.edubiz-benefit-item p{font-size:1rem;color:#495057;line-height:1.65;margin:0}
.edubiz-benefits-visual{position:relative}
.edubiz-benefits-image-box{border-radius:12px;overflow:hidden;box-shadow:0 8px 28px #0000001a;position:sticky;top:100px}
.edubiz-benefits-image-box img{width:100%;height:480px;object-fit:cover;display:block}
.edubiz-expert-section{background:linear-gradient(135deg,#f5f6fa 0%,#EBF6F5 100%);padding:70px 20px}
.edubiz-expert-wrapper{max-width:900px;margin:0 auto;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #00000014;display:grid;grid-template-columns:280px 1fr}
.edubiz-expert-photo{background:#EBF6F5;position:relative}
.edubiz-expert-photo img{width:100%;height:100%;object-fit:cover;display:block}
.edubiz-expert-info{padding:44px 40px}
.edubiz-expert-info h2{font-size:2rem;color:#212529;margin-bottom:12px;font-weight:700}
.edubiz-expert-role{font-size:1.05rem;color:#9598C1;margin-bottom:24px;font-weight:600}
.edubiz-expert-quote{font-size:1.05rem;color:#495057;line-height:1.75;font-style:italic;margin-bottom:24px;padding-left:20px;border-left:3px solid #BABFD6}
.edubiz-expert-details{font-size:.98rem;color:#495057;line-height:1.7}
@media (max-width: 992px) {
.edubiz-hero-title{font-size:2.2rem}
.edubiz-approach-inner{grid-template-columns:1fr;gap:40px}
.edubiz-approach-image-holder img{height:360px}
.edubiz-workflow-steps{grid-template-columns:1fr;gap:24px}
.edubiz-benefits-layout{grid-template-columns:1fr;gap:40px}
.edubiz-benefits-image-box{position:relative;top:0}
.edubiz-benefits-image-box img{height:400px}
.edubiz-expert-wrapper{grid-template-columns:1fr}
.edubiz-expert-photo img{height:320px}
}
@media (max-width: 768px) {
.edubiz-hero-wrap{padding:60px 20px 50px}
.edubiz-hero-title{font-size:1.9rem}
.edubiz-hero-subtitle{font-size:1.05rem}
.edubiz-approach-section,.edubiz-workflow-zone,.edubiz-benefits-area,.edubiz-expert-section{padding:50px 20px}
.edubiz-approach-text h2,.edubiz-workflow-header h2,.edubiz-benefits-content h2,.edubiz-expert-info h2{font-size:1.8rem}
.edubiz-expert-info{padding:32px 24px}
.edubiz-benefit-item{padding-left:45px}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fff 0%,#EBF6F5 50%,#f8f9fa 100%);min-height:100vh;padding:0}
.policy-hero-section{background:linear-gradient(to right,#9598C1,#BABFD6);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.policy-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#ebf6f51a;border-radius:50%}
.policy-hero-section::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#ffffff14;border-radius:50%}
.policy-hero-section h1{color:#fff;font-size:2.8rem;font-weight:700;margin:0 0 15px;position:relative;z-index:2}
.policy-update-date{color:#EBF6F5;font-size:.95rem;margin:0;position:relative;z-index:2}
.policy-content-container{max-width:920px;margin:0 auto;padding:60px 25px}
.policy-intro-block{background:#fff;padding:45px;border-radius:12px;box-shadow:0 4px 20px #9598c11f;margin-bottom:50px;border-left:5px solid #9598C1}
.policy-intro-block p{color:#343a40;font-size:1.05rem;line-height:1.75;margin:0 0 18px}
.policy-intro-block p:last-child{margin-bottom:0}
.cookie-types-radial{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin:50px 0;position:relative}
.cookie-types-radial::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:180px;height:180px;background:linear-gradient(135deg,#EBF6F5,#BABFD6);border-radius:50%;z-index:0;opacity:.3}
.cookie-type-card{background:#fff;padding:35px 30px;border-radius:10px;box-shadow:0 3px 15px #9598c11a;position:relative;z-index:1;transition:transform .3s ease,box-shadow .3s ease}
.cookie-type-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #9598c12e}
.cookie-type-card h3{color:#9598C1;font-size:1.4rem;font-weight:600;margin:0 0 15px}
.cookie-type-card p{color:#495057;font-size:.98rem;line-height:1.65;margin:0 0 12px}
.cookie-type-card p:last-child{margin-bottom:0}
.cookie-type-card strong{color:#343a40}
.data-funnel-section{background:#fff;padding:50px 40px;border-radius:12px;box-shadow:0 4px 20px #9598c11f;margin:50px 0}
.funnel-title{color:#343a40;font-size:2rem;font-weight:700;margin:0 0 40px;text-align:center;position:relative;padding-bottom:15px}
.funnel-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(to right,#9598C1,#BABFD6)}
.funnel-levels{max-width:650px;margin:0 auto}
.funnel-level{background:linear-gradient(to right,#EBF6F5,#f8f9fa);padding:30px;margin-bottom:25px;border-radius:8px;border-left:4px solid #9598C1;position:relative}
.funnel-level:nth-child(1){width:100%}
.funnel-level:nth-child(2){width:85%;margin-left:7.5%}
.funnel-level:nth-child(3){width:70%;margin-left:15%}
.funnel-level:nth-child(4){width:55%;margin-left:22.5%}
.funnel-level h4{color:#9598C1;font-size:1.25rem;font-weight:600;margin:0 0 12px}
.funnel-level p{color:#495057;font-size:.95rem;line-height:1.6;margin:0}
.control-zigzag-section{margin:60px 0}
.zigzag-item{display:flex;align-items:center;gap:40px;margin-bottom:45px;background:#fff;padding:40px;border-radius:10px;box-shadow:0 3px 15px #9598c11a}
.zigzag-item:nth-child(even){flex-direction:row-reverse}
.zigzag-number{flex-shrink:0;width:80px;height:80px;background:linear-gradient(135deg,#9598C1,#BABFD6);color:#fff;font-size:2rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}
.zigzag-content h3{color:#343a40;font-size:1.5rem;font-weight:600;margin:0 0 15px}
.zigzag-content p{color:#495057;font-size:1rem;line-height:1.7;margin:0}
.retention-asymmetric{display:grid;grid-template-columns:1fr 2fr;gap:35px;margin:50px 0;background:#fff;padding:45px;border-radius:12px;box-shadow:0 4px 20px #9598c11f}
.retention-sidebar{background:linear-gradient(135deg,#9598C1,#BABFD6);padding:35px 25px;border-radius:8px;color:#fff}
.retention-sidebar h3{color:#fff;font-size:1.6rem;font-weight:700;margin:0 0 20px}
.retention-period-list{list-style:none;padding:0;margin:0}
.retention-period-list li{padding:12px 0;border-bottom:1px solid #fff3;font-size:.95rem}
.retention-period-list li:last-child{border-bottom:none}
.retention-main-content h3{color:#343a40;font-size:1.8rem;font-weight:700;margin:0 0 25px}
.retention-main-content p{color:#495057;font-size:1rem;line-height:1.75;margin:0 0 18px}
.retention-main-content p:last-child{margin-bottom:0}
.third-party-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin:50px 0}
.third-party-card{background:#fff;padding:30px 25px;border-radius:10px;box-shadow:0 3px 15px #9598c11a;text-align:center;transition:transform .3s ease}
.third-party-card:hover{transform:scale(1.05)}
.third-party-icon{width:60px;height:60px;background:linear-gradient(135deg,#EBF6F5,#BABFD6);border-radius:50%;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#9598C1;font-weight:700}
.third-party-card h4{color:#343a40;font-size:1.15rem;font-weight:600;margin:0 0 12px}
.third-party-card p{color:#495057;font-size:.9rem;line-height:1.6;margin:0}
.rights-overlapping-section{position:relative;margin:60px 0;padding-top:40px}
.rights-background-box{background:linear-gradient(to right,#9598C1,#BABFD6);padding:60px 45px;border-radius:12px;position:relative}
.rights-foreground-box{background:#fff;padding:40px;border-radius:10px;box-shadow:0 8px 30px #00000026;position:relative;z-index:2;margin-top:-20px;margin-left:30px;margin-right:30px}
.rights-foreground-box h3{color:#343a40;font-size:1.8rem;font-weight:700;margin:0 0 25px}
.rights-list{list-style:none;padding:0;margin:0}
.rights-list li{color:#495057;font-size:1rem;line-height:1.7;padding:15px 0 15px 35px;border-bottom:1px solid #EBF6F5;position:relative}
.rights-list li:last-child{border-bottom:none}
.rights-list li::before{content:'';position:absolute;left:0;color:#9598C1;font-weight:700;font-size:1.2rem}
.contact-cta-section{background:linear-gradient(135deg,#EBF6F5,#fff);padding:50px;border-radius:12px;text-align:center;margin:50px 0 0;box-shadow:0 4px 20px #9598c11f}
.contact-cta-section h3{color:#343a40;font-size:1.9rem;font-weight:700;margin:0 0 20px}
.contact-cta-section p{color:#495057;font-size:1.05rem;line-height:1.7;margin:0 0 30px;max-width:700px;margin-left:auto;margin-right:auto}
.contact-details-inline{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;margin-bottom:30px}
.contact-detail-item{color:#343a40;font-size:.98rem;font-weight:500}
.contact-detail-item strong{color:#9598C1}
.cta-button-primary{display:inline-block;background:linear-gradient(to right,#9598C1,#BABFD6);color:#fff;padding:15px 45px;border-radius:8px;text-decoration:none;font-size:1.05rem;font-weight:600;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #9598c14d;position:relative;z-index:10}
.cta-button-primary:hover{transform:translateY(-3px);box-shadow:0 6px 25px #9598c166}
@media (max-width: 768px) {
.policy-hero-section{padding:60px 20px 40px}
.policy-hero-section h1{font-size:2rem}
.policy-content-container{padding:40px 20px}
.policy-intro-block{padding:30px 25px}
.cookie-types-radial{grid-template-columns:1fr;gap:20px}
.cookie-types-radial::before{display:none}
.data-funnel-section{padding:35px 25px}
.funnel-title{font-size:1.6rem}
.funnel-level:nth-child(1),.funnel-level:nth-child(2),.funnel-level:nth-child(3),.funnel-level:nth-child(4){width:100%;margin-left:0}
.zigzag-item{flex-direction:column!important;padding:30px 25px;gap:25px}
.zigzag-number{width:60px;height:60px;font-size:1.5rem}
.retention-asymmetric{grid-template-columns:1fr;padding:30px 25px}
.third-party-grid{grid-template-columns:1fr}
.rights-foreground-box{margin-left:15px;margin-right:15px;padding:30px 25px}
.contact-cta-section{padding:35px 25px}
.contact-details-inline{flex-direction:column;gap:15px}
}
.datenschutz-wrapper{background:linear-gradient(135deg,#fff 0%,#f8f9fa 50%,#EBF6F5 100%);min-height:100vh;padding:0}
.datenschutz-header-block{background:linear-gradient(160deg,#9598C1 0%,#BABFD6 100%);padding:4.5rem 1.5rem 3rem;position:relative;overflow:hidden}
.datenschutz-header-block::before{content:'';position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:#ebf6f51a;transform:rotate(-15deg)}
.datenschutz-inner-container{max-width:920px;margin:0 auto;position:relative;z-index:2}
.datenschutz-main-title{font-size:2.8rem;font-weight:700;color:#fff;margin:0 0 1rem;letter-spacing:-.5px;line-height:1.2}
.datenschutz-update-info{font-size:1.05rem;color:#EBF6F5;margin:0;font-weight:400}
.datenschutz-content-area{max-width:920px;margin:0 auto;padding:3.5rem 1.5rem 5rem}
.datenschutz-intro-section{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 2px 12px #9598c114;margin-bottom:2.5rem;border-left:4px solid #9598C1}
.datenschutz-intro-text{font-size:1.08rem;line-height:1.75;color:#343a40;margin:0 0 1.2rem}
.datenschutz-intro-text:last-child{margin-bottom:0}
.datenschutz-policy-section{background:#fff;padding:2.8rem 2.5rem;margin-bottom:2rem;border-radius:10px;box-shadow:0 1px 8px #0000000a;transition:box-shadow .3s ease}
.datenschutz-policy-section:hover{box-shadow:0 4px 16px #9598c11f}
.datenschutz-section-heading{font-size:1.75rem;font-weight:700;color:#212529;margin:0 0 1.5rem;padding-bottom:.8rem;border-bottom:2px solid #EBF6F5;line-height:1.3}
.datenschutz-subheading{font-size:1.35rem;font-weight:600;color:#495057;margin:2rem 0 1rem;line-height:1.4}
.datenschutz-policy-text{font-size:1.02rem;line-height:1.8;color:#495057;margin:0 0 1.3rem}
.datenschutz-text-list{margin:1.2rem 0 1.5rem 1.2rem;padding:0}
.datenschutz-text-list li{font-size:1.02rem;line-height:1.75;color:#495057;margin-bottom:.9rem;padding-left:.5rem}
.datenschutz-text-list li::marker{color:#9598C1}
.datenschutz-highlight-box{background:linear-gradient(135deg,#f8f9fa 0%,#EBF6F5 100%);padding:1.8rem 2rem;border-radius:8px;margin:1.8rem 0;border-left:3px solid #BABFD6}
.datenschutz-highlight-box .datenschutz-policy-text{margin-bottom:.8rem}
.datenschutz-highlight-box .datenschutz-policy-text:last-child{margin-bottom:0}
.datenschutz-contact-block{background:linear-gradient(135deg,#9598C1 0%,#BABFD6 100%);padding:2.5rem;border-radius:10px;margin-top:3rem;text-align:center}
.datenschutz-contact-title{font-size:1.55rem;font-weight:700;color:#fff;margin:0 0 1.2rem}
.datenschutz-contact-text{font-size:1.05rem;line-height:1.7;color:#EBF6F5;margin:0 0 .7rem}
.datenschutz-contact-link{color:#fff;text-decoration:underline;font-weight:600;transition:opacity .2s ease}
.datenschutz-contact-link:hover{opacity:.85}
.datenschutz-data-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 4px #0000000a}
.datenschutz-data-table th{background:#f8f9fa;padding:1rem 1.2rem;text-align:left;font-weight:700;font-size:1rem;color:#212529;border-bottom:2px solid #BABFD6}
.datenschutz-data-table td{padding:1rem 1.2rem;border-bottom:1px solid #f5f6fa;font-size:1rem;color:#495057;line-height:1.6}
.datenschutz-data-table tr:last-child td{border-bottom:none}
.datenschutz-data-table tr:hover{background:#fafbfc}
@media (max-width: 768px) {
.datenschutz-header-block{padding:3rem 1.2rem 2rem}
.datenschutz-main-title{font-size:2rem}
.datenschutz-update-info{font-size:.95rem}
.datenschutz-content-area{padding:2rem 1.2rem 3rem}
.datenschutz-intro-section{padding:1.8rem 1.5rem;margin-bottom:2rem}
.datenschutz-policy-section{padding:2rem 1.5rem;margin-bottom:1.5rem}
.datenschutz-section-heading{font-size:1.45rem}
.datenschutz-subheading{font-size:1.2rem}
.datenschutz-contact-block{padding:2rem 1.5rem}
.datenschutz-data-table{font-size:.9rem}
.datenschutz-data-table th,.datenschutz-data-table td{padding:.8rem}
}
@media (max-width: 480px) {
.datenschutz-main-title{font-size:1.65rem}
.datenschutz-section-heading{font-size:1.3rem}
.datenschutz-intro-section{padding:1.5rem 1.2rem}
.datenschutz-policy-section{padding:1.5rem 1.2rem}
.datenschutz-highlight-box{padding:1.3rem 1.2rem}
}
.erfolg-seite-wrapper{background:linear-gradient(135deg,#EBF6F5 0%,#fff 50%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.erfolg-bestaetigungs-container{max-width:680px;margin:0 auto;padding:80px 25px 60px}
.erfolg-animation-bereich{text-align:center;margin-bottom:45px;position:relative}
.erfolg-checkmark-kreis{width:110px;height:110px;background:linear-gradient(135deg,#9598C1 0%,#BABFD6 100%);border-radius:50%;margin:0 auto 30px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px #9598c14d;animation:erfolg-puls 2s ease-in-out infinite;position:relative}
.erfolg-checkmark-kreis::before{content:'';color:#fff;font-size:58px;font-weight:700;line-height:1}
@keyframes erfolg-puls {
0%,100%{transform:scale(1);box-shadow:0 8px 25px #9598c14d}
50%{transform:scale(1.05);box-shadow:0 12px 35px #9598c166}
}
.erfolg-haupt-titel{font-size:42px;font-weight:700;color:#212529;margin:0 0 18px;line-height:1.2}
.erfolg-untertitel-text{font-size:19px;color:#495057;line-height:1.6;margin:0}
.erfolg-info-karte{background:#fff;border-radius:12px;padding:40px 35px;margin-bottom:35px;box-shadow:0 4px 15px #0000000f;border-left:4px solid #9598C1}
.erfolg-info-karte h2{font-size:24px;color:#212529;margin:0 0 20px;font-weight:600}
.erfolg-info-karte p{font-size:16px;color:#495057;line-height:1.7;margin:0 0 15px}
.erfolg-info-karte p:last-child{margin-bottom:0}
.erfolg-nachste-schritte{background:#f8f9fa;border-radius:10px;padding:30px;margin-bottom:35px}
.erfolg-nachste-schritte h3{font-size:20px;color:#212529;margin:0 0 20px;font-weight:600}
.erfolg-schritte-liste{list-style:none;padding:0;margin:0}
.erfolg-schritte-liste li{padding:12px 0 12px 35px;position:relative;font-size:16px;color:#495057;line-height:1.6}
.erfolg-schritte-liste li::before{content:'→';position:absolute;left:0;top:12px;color:#9598C1;font-weight:700;font-size:20px}
.erfolg-buttons-bereich{display:flex;gap:18px;margin-bottom:40px;flex-wrap:wrap}
.erfolg-primaer-button{flex:1;min-width:200px;background:linear-gradient(135deg,#9598C1 0%,#BABFD6 100%);color:#fff;padding:16px 32px;border-radius:8px;text-decoration:none;font-size:17px;font-weight:600;text-align:center;transition:all .3s ease;box-shadow:0 4px 12px #9598c140;display:inline-block}
.erfolg-primaer-button:hover{transform:translateY(-2px);box-shadow:0 6px 18px #9598c159;color:#fff}
.erfolg-sekundaer-button{flex:1;min-width:200px;background:#fff;color:#9598C1;padding:16px 32px;border-radius:8px;text-decoration:none;font-size:17px;font-weight:600;text-align:center;transition:all .3s ease;border:2px solid #9598C1;display:inline-block}
.erfolg-sekundaer-button:hover{background:#EBF6F5;color:#9598C1;transform:translateY(-2px)}
.erfolg-zusatz-info-box{background:#fff;border-radius:10px;padding:28px;margin-bottom:35px;border:1px solid #BABFD6}
.erfolg-zusatz-info-box h3{font-size:19px;color:#212529;margin:0 0 15px;font-weight:600}
.erfolg-zusatz-info-box p{font-size:15px;color:#495057;line-height:1.6;margin:0}
.erfolg-kontakt-details{background:linear-gradient(135deg,#EBF6F5 0%,#fff 100%);border-radius:10px;padding:30px;text-align:center}
.erfolg-kontakt-details h3{font-size:20px;color:#212529;margin:0 0 20px;font-weight:600}
.erfolg-kontakt-items{display:flex;flex-direction:column;gap:12px;align-items:center}
.erfolg-kontakt-item{font-size:15px;color:#495057;line-height:1.5}
.erfolg-kontakt-item a{color:#9598C1;text-decoration:none;font-weight:500;transition:color .3s ease}
.erfolg-kontakt-item a:hover{color:#212529}
.erfolg-zeitangabe-box{background:#f8f9fa;border-left:3px solid #BABFD6;padding:18px 22px;margin:25px 0;border-radius:6px}
.erfolg-zeitangabe-box p{font-size:15px;color:#343a40;margin:0;line-height:1.6}
@media (max-width: 768px) {
.erfolg-bestaetigungs-container{padding:50px 20px 40px}
.erfolg-haupt-titel{font-size:32px}
.erfolg-untertitel-text{font-size:17px}
.erfolg-checkmark-kreis{width:90px;height:90px}
.erfolg-checkmark-kreis::before{font-size:48px}
.erfolg-info-karte{padding:30px 25px}
.erfolg-buttons-bereich{flex-direction:column}
.erfolg-primaer-button,.erfolg-sekundaer-button{min-width:100%}
.erfolg-kontakt-items{gap:10px}
}
@media (max-width: 480px) {
.erfolg-haupt-titel{font-size:28px}
.erfolg-info-karte h2{font-size:21px}
.erfolg-nachste-schritte{padding:25px 20px}
}
.error-404-wrapper{min-height:100vh;background:linear-gradient(135deg,#EBF6F5 0%,#fff 50%,#BABFD6 100%);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;position:relative;overflow:hidden}
.error-404-wrapper::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#9598c114 1px,transparent 1px);background-size:40px 40px;animation:driftPattern 60s linear infinite}
@keyframes driftPattern {
0%{transform:translate(0,0) rotate(0deg)}
100%{transform:translate(50px,50px) rotate(360deg)}
}
.error-404-content-box{max-width:720px;width:100%;background:#fff;border-radius:24px;padding:3.5rem 2.5rem;box-shadow:0 20px 60px #9598c126 0 8px 20px #9598c11a;position:relative;z-index:2;text-align:center}
.error-404-number-display{font-size:9rem;font-weight:800;line-height:1;margin:0 0 1rem;background:linear-gradient(135deg,#9598C1 0%,#BABFD6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.03em}
.error-404-headline{font-size:1.75rem;font-weight:700;color:#212529;margin:0 0 1rem;line-height:1.3}
.error-404-description{font-size:1.05rem;color:#495057;line-height:1.65;margin:0 0 2rem}
.error-404-suggestions-block{background:#f8f9fa;border-radius:16px;padding:2rem 1.75rem;margin:2.5rem 0;border-left:4px solid #9598C1}
.error-404-suggestions-title{font-size:1.15rem;font-weight:700;color:#212529;margin:0 0 1.25rem;text-align:left}
.error-404-links-list{list-style:none;padding:0;margin:0;text-align:left}
.error-404-links-list li{margin-bottom:.85rem;padding-left:1.75rem;position:relative}
.error-404-links-list li::before{content:'→';position:absolute;left:0;color:#9598C1;font-weight:700;font-size:1.1rem}
.error-404-links-list a{color:#495057;text-decoration:none;font-size:1rem;transition:color .25s ease}
.error-404-links-list a:hover{color:#9598C1}
.error-404-action-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}
.error-404-primary-btn{background:linear-gradient(135deg,#9598C1 0%,#BABFD6 100%);color:#fff;padding:.95rem 2.5rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1.05rem;display:inline-block;transition:all .3s ease;box-shadow:0 4px 15px #9598c14d;border:none;cursor:pointer;position:relative;z-index:10}
.error-404-primary-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #9598c166}
.error-404-secondary-btn{background:transparent;color:#9598C1;padding:.95rem 2.5rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1.05rem;display:inline-block;transition:all .3s ease;border:2px solid #9598C1;position:relative;z-index:10}
.error-404-secondary-btn:hover{background:#9598C1;color:#fff;transform:translateY(-2px)}
.error-404-decorative-shapes{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}
.error-404-shape-circle{position:absolute;border-radius:50%;background:#babfd626}
.error-404-shape-one{width:180px;height:180px;top:10%;left:5%;animation:floatShapeOne 8s ease-in-out infinite}
.error-404-shape-two{width:120px;height:120px;bottom:15%;right:8%;animation:floatShapeTwo 10s ease-in-out infinite}
.error-404-shape-three{width:90px;height:90px;top:50%;right:12%;background:#ebf6f566;animation:floatShapeThree 7s ease-in-out infinite}
@keyframes floatShapeOne {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(20px,-30px) scale(1.1)}
}
@keyframes floatShapeTwo {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(-25px,20px) scale(0.95)}
}
@keyframes floatShapeThree {
0%,100%{transform:translate(0,0) rotate(0deg)}
50%{transform:translate(15px,-15px) rotate(180deg)}
}
.error-404-contact-hint{margin-top:2.5rem;padding-top:2rem;border-top:2px solid #f8f9fa}
.error-404-contact-text{font-size:.95rem;color:#6c757d;line-height:1.6;margin:0}
.error-404-contact-link{color:#9598C1;text-decoration:none;font-weight:600;transition:color .25s ease}
.error-404-contact-link:hover{color:#212529}
@media (max-width: 768px) {
.error-404-content-box{padding:2.5rem 1.5rem}
.error-404-number-display{font-size:6rem}
.error-404-headline{font-size:1.4rem}
.error-404-description{font-size:1rem}
.error-404-suggestions-block{padding:1.5rem 1.25rem}
.error-404-action-buttons{flex-direction:column;align-items:stretch}
.error-404-primary-btn,.error-404-secondary-btn{width:100%;text-align:center}
.error-404-shape-one{width:120px;height:120px}
.error-404-shape-two{width:80px;height:80px}
.error-404-shape-three{width:60px;height:60px}
}
@media (max-width: 480px) {
.error-404-number-display{font-size:4.5rem}
.error-404-headline{font-size:1.25rem}
.error-404-links-list li{font-size:.95rem}
}