:root {
    --primary-color: #00008F;
    --primary-light-color: #3333a8;
    --primary-dark-color: #00005c;

    --secondary-color: #74BDE8;
    --secondary-light-color: #97CEEE;
    --secondary-dark-color: #5D97BA;

    --highlight-color: #00008F;

    --chart-color-primary: #00008F;
    --chart-color-secondary: #74BDE8;
    --chart-color-neutral1: #74BDE8;
    --chart-color-neutral2: #81EEBB;
    --chart-color-foerderung1: #58C645;
    --chart-color-foerderung2: #0F717F;
    --chart-color-foerderung3: #FFF06C;
    --chart-color-foerderung4: #FF9C62;
    --chart-color-brutto: #74BDE8;
    --chart-color-netto: #58C645;
    --chart-color-luecke: #A30245;
    --chart-color-vorschlag: #81EEBB;
    --chart-color-optimierung: #58C645;
}

.template-wrapper .template-topbar .template-header .template-content .logo {
    height: 45px;
    margin-right: 1.5rem;
}

.template-wrapper .template-topbar .template-header .template-content .logo-small {
    height: 40px;
}
