.tablewrapper{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.table-container {
    width: 90%;
    max-width: 1200px;
    overflow-x: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: white;
    border-radius: 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

thead {
    background-color: #1e549f;
    color: white;
}

th, td {
    padding: 12px;
    border: 1px solid #ddd;
}



tbody tr:hover {
    background-color: #f1f1f1;
}

@media (max-width: 768px) {
    th, td {
        font-size: 14px;
        padding: 8px;
    }
}


/* Farbklassen */
.pilates {
    background-color: #e5b3e7; /* Fliederfarben */
}

.entspannung {
    background-color: #b8e1b8; /* Helles Grün */
}

.bad {
    background-color: #b3e7f2; /* Helles Cyan */
}

.seepferdchen {
    background-color: #f2d28d; /* Gelb/Gold */
}

.aquafit {
    background-color: #b3e7f2; /* Cyan */
}

.baby {
    background-color: #add8e6; /* Hellblau */
}

.ruckenschule {
    background-color: #d9b3e7; /* Helles Lila */
}

.body-fun {
    background-color: #f28b82; /* Rot */
}

.yoga {
    background-color: #f5f5dc; /* Beige */
}
