/* Hero Section */.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg, #0f2027 0%, #040708 50%, #2c5364 100%);margin-top:120px}.hero-container{display:flex;align-items:center;gap:60px;max-width:1400px;width:90%;padding:40px;background:linear-gradient(235deg, #00FFE5 19%, #E30615CE 40%)}.hero-content{position:relative;z-index:2;flex:1;color:white;display:flex;flex-direction:column;justify-content:center}.hero-content h1{font-size:clamp(1rem, 2vw, 3.4rem);margin-bottom:20px;line-height:1.2;color:#ffffff}.hero-content p{font-size:1.5rem;margin-bottom:30px;opacity:0.9;color:#ffffff}.hero-content .cta-button{display:inline-block;background:#7ffb7d;color:rgb(0, 0, 0);padding:1rem 2.5rem;text-decoration:none;border-radius:10px;font-weight:bold;font-size:clamp(1rem, 2vw, 1.1rem);transition:all 0.3s;box-shadow:0 4px 15px rgba(255, 107, 53, 0.4);width:100%;text-align:center}.hero-content .cta-button:hover{background:#e5ff1d;color:#1a1a1a;transform:translateY(-2px);box-shadow:0 6px 20px rgba(255, 107, 53, 0.6)}.hero-bild-container{position:relative;flex:1;height:400px;z-index:1;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgba(0, 0, 0, 0.5)}.hero-bild{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent);z-index:1}/* Container */.container{max-width:1200px;margin:0 auto;padding:2rem 2rem}/* Section Styles */section{margin-bottom:4rem}h2{font-size:clamp(1.5rem, 4vw, 2.5rem);margin-bottom:2rem;text-align:center;color:#1a1a1a;word-wrap:break-word}.info-boxtop{background:#E30615CE 40%;color:rgb(255, 254, 254);color:rgb(255, 255, 255);padding:3rem;border-radius:15px;margin:0rem 0;box-shadow:0 10px 30px rgba(0, 0, 0, 0.2);font-size:clamp(1rem, 2vw, 1.3rem)}/* Klassen Grid */#klassen{margin-top:8rem}.klassen-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(320px, 1fr));gap:2rem;margin-top:3rem}.klasse-card{background:white;border-radius:15px;padding:2rem;box-shadow:0 5px 20px rgba(0, 0, 0, 0.1);transition:transform 0.3s,box-shadow 0.3s;border-top:4px solid #E30615CE}.klasse-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(0, 0, 0, 0.2)}.klasse-card h3{font-size:2rem;color:#E30615CE;margin-bottom:1rem}.klasse-card .voraussetzung{background:#f0f0f0;padding:0.5rem 1rem;border-radius:20px;display:inline-block;margin-bottom:1rem;font-weight:bold}.klasse-card ul{list-style:none;padding-left:0}.klasse-card ul li{padding:0.3rem 0;font-size:clamp(1rem, 2vw, 1.1rem);position:relative}.features-grid{list-style:none;padding:0;margin:0}.features-grid li{display:grid;grid-template-columns:24px 1fr;/* 1. Spalte = Icon, 2. Spalte = Text */gap:10px;/* Abstand zwischen Icon und Text */align-items:center;/* vertikal mittig */margin-bottom:2px}.klasse-card .highlight{background:#eeededce;padding:1rem;border-radius:8px;margin-top:1rem;border-left:4px solid #E30615CE;color:#040708}.klasse-card .cta-button{display:inline-block;background:#E30615CE;color:rgb(255, 255, 255);padding:1rem 2.5rem;text-decoration:none;border-radius:10px;font-weight:bold;font-size:clamp(1rem, 2vw, 1.1rem);transition:all 0.3s;box-shadow:0 4px 15px rgba(255, 107, 53, 0.4);width:100%;text-align:center;margin-top:1.5rem}.klasse-card .cta-button:hover{background:rgb(75, 255, 123);color:#1a1a1a;transform:translateY(-2px);box-shadow:0 6px 20px rgba(255, 107, 53, 0.6)}/* tabelle vergleiche B96 und BE*/.comparison-wrapper{background:#f9f9f9;padding:2rem;border-radius:10px;margin-top:4rem}.comparison-title{color:#e30615ce;margin-bottom:1rem}.table-container{overflow-x:auto}.comparison-table{width:100%;border-collapse:collapse}.comparison-table tr{background:white}.comparison-table td{padding:1rem;border:1px solid #ddd}.comparison-table td strong{font-weight:bold}.icon-check{color:#22c55e;width:24px;height:24px;display:inline-block;vertical-align:middle;margin-right:4px}.icon-x{color:#ef4444;width:24px;height:24px;display:inline-block;vertical-align:middle;margin-right:4px}/* Gallery */.gallery{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:1.5rem}.gallery-item{aspect-ratio:4/3;background:linear-gradient(135deg, #f093fb 0%, #f5576c 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;color:white;font-size:2rem;box-shadow:0 5px 15px rgba(0, 0, 0, 0.1);transition:transform 0.3s}.gallery-item:hover{transform:scale(1.05)}.gallery-item img{width:100%;height:100%;object-fit:cover;border-radius:10px}/* Info Section */#kontakt{padding:0rem 0rem;text-align:center}#kontakt h2{font-size:clamp(1.5rem, 4vw, 2.5rem);margin-bottom:3rem;color:#333}.info-box{background:#e30615ce;padding:3rem;border-radius:15px;margin:1rem auto;max-width:1200px;box-shadow:0 10px 30px rgba(0, 0, 0, 0.2);display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:2rem}.kontakt-card{background-color:rgba(255, 255, 255, 0.95);color:#333;padding:2rem;border-radius:10px;box-shadow:0 5px 15px rgba(0, 0, 0, 0.1);transition:transform 0.3s ease,box-shadow 0.3s ease}.kontakt-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0, 0, 0, 0.2)}.kontakt-card h3{font-size:clamp(1.2rem, 3vw, 1.8rem);margin-bottom:1.5rem;color:#e30615ce;border-bottom:2px solid #e30615ce;padding-bottom:0.5rem}.kontakt-card p.with-icon{display:flex;align-items:center;gap:0.7rem}.kontakt-card p.with-icon i{color:#e30615ce;flex-shrink:0;width:20px;height:20px}.kontakt-card strong{color:#e30615ce}/* Responsive */@media (max-width: 768px){/* Section Styles */section{margin-bottom:1rem}.hero{min-height:80vh;/* Statt 100vh */padding:0px;margin-top:100px}.hero-container{flex-direction:column;gap:20px;background:linear-gradient(35deg, #00FFE5 19%, #E30615CE 40%)}.hero-content h1{font-size:2.5rem;word-wrap:break-word}.hero-content p{font-size:1.6rem}.hero-bild-container{width:100%;height:400px;background-color:#e5ff1d}.info-boxtop{font-size:1.1rem;padding:25px}.info-boxtop h3{font-size:1.5rem}.info-box{grid-template-columns:1fr;padding:2rem 1rem;width:100%}#klassen{margin-top:4rem}.klassen-grid{margin-bottom:3rem}#kontakt h2{font-size:2rem}h2{font-size:2rem;word-wrap:break-word}.comparison-wrapper{padding:1.5rem;margin-top:2rem}.comparison-table td{padding:0.75rem;font-size:0.9rem}}@media (max-width: 576px){.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.cta-button{padding:12px 30px;font-size:1rem}.comparison-wrapper{padding:1rem;margin-top:1.5rem}.comparison-title{font-size:1.1rem}.comparison-table td{padding:0.5rem;font-size:0.85rem}.icon-check,.icon-x{width:14px;height:14px}}