/* style-eisenbahn.css */

:root {
    --header-bg: #679A63;          /* Hauptfarbe */
    --tab-bg: #d0e5f2;             /* heller Hintergrund Tabs */
    --tab-border: #3a7bb8;
    --tab-color: #335a7d;
    --tab-hover-bg: #a9c7e4;
    --tab-active-border: #000099;  /* Akzent */
    --tab-active-bg: #f0f7fb;
    --tab-active-color: #000099;   /* Akzent */
    --footer-bg: #2e4f73;
    --bg-color: #f7fbff;
    --text-color: #133241;

    /* Akzentfarbe */
    --accent-color: #000099;
}

a, button {
    color: var(--accent-color);
}

button:hover, a:hover {
    text-decoration: underline;
    color: #000077;
}
