:root {
    --primary-color: #be0d3e;
    --primary-light-color: #ef1954;
    --primary-dark-color:#980a31;

    --secondary-color: #646d74;
    --secondary-light-color: #808a92;
    --secondary-dark-color: #50575c;

    --highlight-color: #be0d3e;

    --status-color: #57a4bf;

    --chart-color-primary: #be0d3e;
    --chart-color-secondary: #007ca3;
    --chart-color-neutral1: #a8aab3;
    --chart-color-neutral2: #646d74;
    --chart-color-foerderung1: rgb(190,13,62);
    --chart-color-foerderung2: rgb(0,124,163);
    --chart-color-foerderung3: rgb(0,71,103);
    --chart-color-foerderung4: rgb(66,126,91);
    --chart-color-abzug1: #007ca3;
    --chart-color-abzug2: #be0d3e;
    --chart-color-brutto: #007ca3;
    --chart-color-netto: rgb(190,13,62);
    --chart-color-bedarf1: #007ca3;
    --chart-color-bedarf2: #be0d3e;
    --chart-color-luecke: #be0d3e;
    --chart-color-vorschlag: #007ca3;
    --chart-color-optimierung: #007ca3;
    --chart-color-gruen: #427e5b;
    --chart-color-gelb: #f1b41f;
    --chart-color-rot: #dd023a;
    --chart-color-dunkelrot: #be0d3e;
}