/* Kalender Styles */
.svt-calendar {
    max-width: 100%;
    margin: 0 auto;
    font-family: inherit;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fafafa;
}
.svt-logo-container { text-align: center; margin-bottom: 10px; }
.svt-logo { max-width: 120px; height: auto; }
.svt-event { padding: 6px; border-radius: 4px; margin: 4px 0; cursor: pointer; color: #fff; display: inline-block; }
.svt-training { background-color: #5dade2; }
.svt-spiel { background-color: #e74c3c; }
.svt-interne { background-color: #58d68d; }
.svt-oeffentlich { background-color: #f4d03f; color: #000; }
.svt-tooltip { position: absolute; background: #fff; border: 1px solid #ccc; padding: 8px; display: none; z-index: 9999; box-shadow: 2px 2px 6px rgba(0,0,0,0.2); border-radius: 4px; max-width: 250px; }
.svt-platzbelegung { margin-top: 20px; }
.svt-platzbelegung table { width: 100%; border-collapse: collapse; }
.svt-platzbelegung th, .svt-platzbelegung td { border: 1px solid #ddd; padding: 6px; text-align: center; }
.svt-filter { margin: 10px 0; }
.svt-filter label { margin-right: 15px; }
#svt-event-form label { display: block; margin-bottom: 6px; }
#svt-event-form input, #svt-event-form select, #svt-event-form textarea { padding: 4px; margin-left: 5px; width: 95%; max-width: 300px; }
