[data-theme="dark"] {
    background-color: #111 !important;
    color: #eee !important;
}

[data-theme="dark"] .table {
    color: #eee !important;
}

[data-theme="dark"] .stundenplan {
    filter: invert(100%);
    height: auto;
    width: 80vh;
    max-width: 100%;
}

.bg-red {
    --bs-bg-opacity: 1;
    background-color: red !important;
}

.bg-orange {
    --bs-bg-opacity: 1;
    background-color: orange !important;
}

.stundenplan {
    height: auto;
    width: 80vh;
    max-width: 100%;
}