.table .calendar .button {
    background-color: #555;
    color: white;
    font-weight: bold;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.table .sticky_header {
}

.table tr.row_saturday > td {
    background-color: #ccddff !important;
}

.table tr.row_sunday > td {
    background-color: #99bbff !important;
}

.table .button:hover {
    background-color: black;
}

.table .btn:disabled {
    background-color: grey !important;
    color: white;
    border-color: grey !important;
    opacity: 0.2 !important;
    cursor: not-allowed !important;
    pointer-events: none;
}

.table .btn {
    background-color: grey !important;
    color: white;
    border-color: grey !important;
}

.rb {
    border: 2px solid #dee2e6;
    border-radius: 8px;
}

.notification {
    border: 2px solid #ff8080;
    border-radius: 8px;
}

.notification ul {
    list-style-type: none;
    vertical-align: middle;
}

.footer-bs {
    position: absolute;
    width: 100%;
    min-height: 320px;
    bottom: 40px;
    left: 0;
}

@media (max-width: 576px) {
    /* Für Smartphones */
    .table td,
    .table th {
        font-size: 0.8rem; /* Schrift kleiner machen */
        white-space: normal; /* Zeilenumbruch erlauben */

        .table td:first-child, .table th:first-child {
            min-width: 150px; /* Mindestbreite der ersten Spalte */
        }
    }
}