/* Innlights Farben */

:root {
    --innlights-rot: #e21a32;
    --innlights-rot-rgb: rgb(226,26,50);
    --innlights-dunkelrot: #802628;
    --innlights-dunkelrot-rgb: rgb(128,38,40);
    --innlights-grau: #e6e6e6;
    --innlights-grau-rgb: rgb(230,230,230);
    --innlights-rot2: #b01e2d;
    --innlights-rot2-rgb: rgb(176,30,45);
}