#calender {
    height: 100%;
}

/* Verhindert die Begrenzung der Zellhöhe */
.fc .fc-event-main-frame {
    max-height: none !important;
    overflow: visible !important;
}

/* Events kompakter machen */
.fc-event-main {
    font-size: 0.7rem;
    padding: 1px 2px;
    margin: 1px 0;
    line-height: 1.1;
}

.fc .fc-button-primary {
    background-color: #871f2e;
    border-color: #871f2e;
}

.fc .fc-button-primary:hover {
    background-color: #58141e;
    border-color: #58141e;
}

.fc .fc-button-primary:disabled {
    background-color: #58141e;
    border-color: #58141e;
}

.fc-toolbar-chunk {
    display: flex;
}

@media (max-width: 768px) {
    .fc-event-main {
        font-size: 0.5rem;
        padding: 0.5px 1px;
        margin: 1px 0;
        line-height: 0.7;
    }
}