html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.navmenu {
    position: fixed;
    left: 1px;
    z-index: 9999;
    overflow-y: auto;
    transition: transform 0.3s ease;
}

/* Nur auf mobilen Viewports ausblenden */
@media (max-width: 991.98px) {
    .navmenu {
        transform: translateX(-100%);
    }
}

.navmenu.navmenu-active {
    transform: translateX(0);
}
.fc-highlight {
    background-color: transparent !important;
}

/* Flacheres Kalender-Design */
.fc {
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
}

.fc-toolbar-title {
    font-weight: 600;
    font-size: 1.3rem;
}

.fc-event {
    border-radius: 8px;
    padding: 2px 4px;
    font-size: 0.9rem;
    border: none;
    color: white;
}

    .fc-event:hover {
        filter: brightness(1.1);
        cursor: pointer;
    }

.fc-timegrid-slot {
    height: 2.5em;
}

.fc-daygrid-event-dot {
    display: none;
}

.fc-highlight {
    background-color: rgba(0,0,0,0.03) !important;
}

.fc-day-today {
    background-color: #f8f9fa !important;
}

.calendar-wrapper {
    overflow-x: auto;
    max-width: 100%;
}



.fc-event-title,
.fc-event-main {
    white-space: normal !important;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.fc-event .text-muted {
    font-size: 0.75rem;
    line-height: 1;
    word-break: break-word;
}
.fc-event {
    padding: 2px 4px;
    font-size: 0.8rem;
}
