@media (max-width: 768px) {
    .termin-table td {
        display: block !important;
        text-align: center !important;
    }

    .termin-table td:first-child {
        border-bottom: 1px solid #dee2e6 !important; /* Fügt eine Linie zwischen der Uhrzeit und dem Terminnamen hinzu */
    }
}

@media (max-width: 480px) {

    body {
        font-size: 12px !important;
    }

    .termin-table td {
        display: block !important;
        text-align: center !important;
        padding: 10px 0 !important; /* Reduziert den Abstand, um mehr Inhalt auf dem Bildschirm zu zeigen */
    }

    td.col-md-2 {
        width: 30% !important;
    }

    .termin-table td:first-child {
        border-bottom: 1px solid #dee2e6 !important;
    }

    .termin-table tr {
        margin-bottom: 15px !important; /* Fügt Abstand zwischen den Terminen hinzu, um sie klarer zu trennen */
    }

}

label {
    font-weight: bold;
}

.option-disabled {
    color: red;
}

