:root {
    --primary-color: #d82034;
    --primary-light-color: #df2d40;
    --primary-dark-color: #a11c36;

    --secondary-color: #808080;
    --secondary-light-color: #8c8c8c;
    --secondary-dark-color: #737373;

    --highlight-color: #d82034;

    --chart-color-primary: #d82034;
    --chart-color-secondary: #808080;
    --chart-color-neutral1: #808080;
    --chart-color-neutral2: #B4B4B4;
    --chart-color-foerderung1: #FCC52D;
    --chart-color-foerderung2: #C45417;
    --chart-color-foerderung3: #DDBD88;
    --chart-color-foerderung4: #A11C36;
    --chart-color-brutto: #FCC52D;
    --chart-color-netto: #DDBD88;
    --chart-color-luecke: #D82034;
    --chart-color-vorschlag: #15847B;
    --chart-color-optimierung: #56BA58;
}

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

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