/* Bereich Manueller Eintrag: größere Schrift */
#manuell-eingabe-fields, #manuell-eingabe-fields label, #manuell-eingabe-fields input, #manuell-eingabe-fields textarea, #manuell-eingabe-fields button {
    font-size: 1.25em !important;
}
#manuell-eingabe-fields textarea {
    min-height: 2.5em;
    font-size: 1.5em !important;
}
/* Buchen-Seite Buttons wie Menü, aber Standard: dunkelgrün, aktiv: orange */
.buchen-btn {
    font-size: 1em;
    padding: 1.2em 0.5em 1.2em 2em !important;
    border-radius: 8px !important;
    font-weight: 600;
    background: #0f230f !important;
    color: #fff !important;
    border: none;
    margin: 0.7em 0;
    width: 100%;
    text-align: left;
    transition: background 0.2s;
}
.buchen-btn:hover {
    background: #256c25 !important;
    color: #fff !important;
}
/* Aktiver Button im Bereich Manueller Eintrag */
.buchen-btn.active, .buchen-btn.buchen-btn-active {
    background: #ffb900 !important;
    color: #0f230f !important;
}
/* Sidebar-Menü-Buttons größer */
.sidebar a.sidebar-btn {
    font-size: 1em;
    padding: 1.2em 0 !important;
    border-radius: 8px;
    font-weight: 600;
    color: #fff !important;
    padding-left: 2em !important;
    padding-right: 0.5em !important;
}
/* Uhrzeit-Icon bei <input type="time"> ausblenden (Webkit/Blink/Firefox) */
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #bee646;
    font-size: 1.22em;
}

.sidebar {
    width: 240px;
    background: #AFD440 !important;
    color: #111827;
    padding: 20px;
    height: 100vh;
    position: fixed;
}

.sidebar h2 {
    margin-top: 0;
}

.sidebar button {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    background: #1f2937;
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 6px;
}

.sidebar button:hover {
    background: #374151;
}

.content {
    margin-left: 260px;
    padding: 30px;
}

.card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.primary {
    /* Optik wie Menü-Button */
    composes: buchen-btn;
}

.secondary {
    /* Optik wie Menü-Button */
    composes: buchen-btn;
}

input, select {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

th {
    background: #bee646;
    text-align: left;
}
