:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media(prefers-color-scheme:dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{max-width:1280px;margin:0 auto;padding:2rem;font-weight:400}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}@media(hover:hover){a:hover{background-color:#00bd7e33}}@media(min-width:1024px){body{display:flex;place-items:center}#app{display:grid;grid-template-columns:1fr 1fr;padding:0 2rem}}*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;width:100%;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333}.app-bar{background-color:#757575;color:#fff;padding:0 1rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:1000;box-shadow:0 2px 4px #0000001a}.app-bar__title{font-size:1.5rem;font-weight:500;display:flex;flex-direction:row;align-items:center;gap:.5rem}.app-bar__logo{width:40px;height:auto}.hero{position:relative;min-height:100vh;background-image:url(/assets/Road-XdcQxlmX.jpg);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center}.hero:before{content:"";position:absolute;inset:0;background:#0006}.hero__content{position:relative;z-index:1;padding:2rem}.hero__title{font-size:clamp(2rem,5vw,3rem);font-weight:300;margin-bottom:1rem}.hero__subtitle{font-size:clamp(3rem,8vw,5rem);font-weight:900;display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.hero__logo{width:clamp(60px,10vw,120px);height:auto}.scroll-btn{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);background:transparent;border:2px solid white;color:#fff;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:2rem}.scroll-btn:hover{background:#ffffff1a;transform:translate(-50%) translateY(5px)}.section{padding:5rem 2rem}.header{padding:2rem 0}.section--gray{background-color:#f5f5f5}.section--dark{background-color:#333;color:#fff}.container{margin:0 auto}.section__title{font-size:clamp(2rem,4vw,3rem);font-weight:700;text-align:center;margin-bottom:2rem}.section__divider{width:56px;height:4px;background:#333;margin:0 auto 2rem;position:relative}.section__divider:after{content:"";position:absolute;bottom:-6px;left:0;right:0;height:4px;background:#333}.section--gray .section__divider,.section--gray .section__divider:after{background:#333}.section__description{text-align:center;max-width:720px;margin:0 auto 3rem;font-size:1.125rem;font-weight:300}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:800px;margin:0 auto;justify-content:center}.team-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden;text-align:center;padding:2rem}.team-card__avatar{width:164px;height:164px;border-radius:8px;object-fit:cover;margin:0 auto 1rem}.team-card__name{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.team-card__role{color:#666;font-size:.95rem}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem;max-width:1200px;margin-left:auto;margin-right:auto;justify-items:center}@media(min-width:1200px){.cards-grid{grid-template-columns:repeat(3,1fr)}}.class-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.class-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px #00000026}.class-card__image{width:100%;height:200px;object-fit:cover;display:block}.class-card__title{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);color:#fff;padding:1rem;font-size:1.5rem;font-weight:700}.class-card__image-wrapper{position:relative}.class-card__content{padding:1.5rem}.class-card__subtitle{font-weight:600;margin-bottom:.75rem;color:#666}.class-card__description{color:#333;line-height:1.6}.info-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media(min-width:768px){.info-grid{grid-template-columns:1fr 1.2fr}}.info-card{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 1px 4px #0000001a}.info-card__title{font-size:1.25rem;font-weight:600;text-align:center;margin-bottom:1rem;color:#333}.info-card__content{text-align:center;color:#666;line-height:1.8}.map-container{width:100%;height:450px;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.map-container iframe{width:100%;height:100%;border:none}.footer{text-align:center;padding:2rem}.dialog-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem}.dialog{background:#fff;border-radius:8px;max-width:900px;max-height:90vh;width:100%;overflow:hidden;display:flex;flex-direction:column}.dialog__header{background:#e0e0e0;padding:1.5rem;font-size:1.25rem;font-weight:600}.dialog__content{padding:2rem;overflow-y:auto;flex:1}.dialog__actions{padding:1rem 1.5rem;border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end}.btn{padding:.75rem 2rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:all .3s ease;background:#757575;color:#fff}.btn:hover{background:#616161}.datenSchutz{line-height:1.8;color:#333}.datenSchutz p{margin-bottom:1rem}#app{margin:0;padding:0;width:100%;max-width:none;display:block}@media(max-width:768px){.section{padding:3rem 1rem}.cards-grid{grid-template-columns:1fr}.hero__subtitle{font-size:2.5rem}}
