/*
 * Theme: Grün (Standard)
 * Tour Lotse
 */

/* ── CSS-Variablen ─────────────────────────────────────────────────────────── */
:root {
    --rm-green:  #2d6a4f;   /* Navbar & primäre Card-Header   */
    --rm-blue:   #1a5c38;   /* Sekundäre Card-Header          */
    --rm-orange: #3d8a5e;   /* Tertiäre Card-Header           */
    --rm-bg:     #f8f9fa;
    --sidebar-bg: #112b1d;   /* Sidebar – dunkles Grün */
    --rm-row-open-bg: rgba(45, 106, 79, .25);
    --rm-detail-bg:   rgba(45, 106, 79, .15);
}

/* ── Primärer Button (btn-rm-green) ────────────────────────────────────────── */
.btn-rm-green { background-color: #2d6a4f; border-color: #2d6a4f; color: #fff; }
.btn-rm-green:hover, .btn-rm-green:active {
    background-color: #1e4f3a !important;
    border-color:     #1e4f3a !important;
    color: #fff !important;
}

/* ── Outline-Button ────────────────────────────────────────────────────────── */
.btn-outline-rm-green { border-color: #2d6a4f; color: #2d6a4f; }
.btn-outline-rm-green:hover { background-color: #2d6a4f; color: #fff; }

/* ── Text-Farbe ────────────────────────────────────────────────────────────── */
.text-rm-green { color: #2d6a4f !important; }

/* ── Checkboxen (Nachweis-Formular) ────────────────────────────────────────── */
.cb-work, .cb-home { accent-color: #2d6a4f; }

/* ── Navbar ────────────────────────────────────────────────────────────────── */
.navbar { box-shadow: 0 2px 6px rgba(29, 78, 56, .35); }

/* ── Nachweis-Tabelle & Meta-Bereich ───────────────────────────────────────── */
.nachweis-tabelle { border-color: #1a5c38; }
.nachweis-tabelle thead th { border-bottom-color: #1a5c38; }
.nachweis-meta { border-bottom-color: #2d6a4f; }
