*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;color:#333;background:#f5f5f5}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{background:#2c3e50;color:#fff;padding:1rem 0;margin-bottom:2rem}header h1{font-size:1.5rem;margin-bottom:.5rem}nav{display:flex;gap:1rem;flex-wrap:wrap}nav a{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:4px;transition:background .3s}nav a:hover{background:rgba(255,255,255,.1)}main{min-height:calc(100vh - 200px)}h2{margin-bottom:1.5rem;color:#2c3e50}h3{margin:1.5rem 0 1rem;color:#34495e}.hero{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:4rem 2rem;text-align:center;border-radius:8px;margin-bottom:2rem}.hero h2{font-size:2.5rem;margin-bottom:1rem;color:#fff}.hero p{font-size:1.2rem;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.features{background:#fff;padding:3rem 2rem;border-radius:8px;margin-bottom:2rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-box{padding:1.5rem;background:#f8f9fa;border-radius:8px}.feature-box h3{margin-top:0;color:#667eea}.feature-box ul{list-style:none}.feature-box li{padding:.5rem 0 .5rem 1.5rem;position:relative}.feature-box li::before{content:'✓';position:absolute;left:0;color:#27ae60;font-weight:bold}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:4px;text-decoration:none;font-weight:500;cursor:pointer;border:none;transition:all .3s}.btn-primary{background:#3498db;color:#fff}.btn-primary:hover{background:#2980b9}.btn-secondary{background:#95a5a6;color:#fff}.btn-secondary:hover{background:#7f8c8d}.btn-small{padding:.4rem .8rem;font-size:.9rem}.form-container{background:#fff;padding:2rem;border-radius:8px;max-width:500px;margin:0 auto}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-group textarea{resize:vertical;min-height:100px}.alert{padding:1rem;border-radius:4px;margin-bottom:1.5rem}.alert-error{background:#e74c3c;color:#fff}.alert-success{background:#27ae60;color:#fff}.alert-info{background:#3498db;color:#fff}.alert-info a{color:#fff;text-decoration:underline}.section{background:#fff;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem}.quick-actions{background:#fff;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.quick-actions h3{margin:0;flex:1 1 100%}.announcements{background:#fff;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem}.announcement{padding:1rem;border-left:4px solid #3498db;margin-bottom:1rem;background:#f8f9fa}.announcement h4{margin-bottom:.5rem}.announcement-info{border-left-color:#3498db}.announcement-closure{border-left-color:#e74c3c;background:#fee}.announcement-event{border-left-color:#f39c12}.current-activities{background:#fff;padding:1.5rem;border-radius:8px}.current-activities ul{list-style:none}.current-activities li{padding:.75rem;border-bottom:1px solid #eee}.club-item{margin-bottom:1rem}.club-item button{width:100%;text-align:left}.horse-list,.resource-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:1.5rem}.horse-item,.resource-item{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.horse-item h3,.resource-item h3{margin:0 0 1rem}.actions{display:flex;gap:.5rem;margin-top:1rem}.status{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-size:.875rem;font-weight:500}.status-frei{background:#d4edda;color:#155724}.status-fast-voll{background:#fff3cd;color:#856404}.status-voll{background:#f8d7da;color:#721c24}.date-navigation{display:flex;gap:1rem;margin-bottom:1.5rem;justify-content:center}table{width:100%;background:#fff;border-collapse:collapse;margin-top:1.5rem;border-radius:8px;overflow:hidden}table thead{background:#34495e;color:#fff}table th,table td{padding:1rem;text-align:left}table tbody tr{border-bottom:1px solid #eee}table tbody tr:hover{background:#f8f9fa}.announcements-list{margin-top:1.5rem}.announcement-item{background:#fff;padding:1.5rem;border-radius:8px;margin-bottom:1rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.announcement-item h3{margin:0 0 .5rem}.announcement-item small{color:#666}.settings-info{background:#fff;padding:1.5rem;border-radius:8px}.settings-info p{margin-bottom:1rem}.settings-info code{background:#f8f9fa;padding:.25rem .5rem;border-radius:4px;font-family:monospace}footer{background:#2c3e50;color:#fff;text-align:center;padding:2rem 0;margin-top:3rem}@media (max-width:768px){.cta-buttons{flex-direction:column}.horse-list,.resource-list{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr}table{font-size:.875rem}table th,table td{padding:.5rem}}