:root {
    --primary-color: #65a518;
    --primary-light-color: #C1DBA3;
    --primary-dark-color: #558817;

    --secondary-color: #6c6f70;
    --secondary-light-color: #C6C7C8;
    --secondary-dark-color: #282828;

    --highlight-color: #65a518;

    --chart-color-primary: #65a518;
    --chart-color-secondary: #6c6f70;
    --chart-color-neutral1: #6C6F70;
    --chart-color-neutral2: #003960;
    --chart-color-foerderung1: #FF9900;
    --chart-color-foerderung2: #DB6301;
    --chart-color-foerderung3: #65A518;
    --chart-color-foerderung4: #00A3A8;
    --chart-color-abzug1: #DB6301;
    --chart-color-abzug2: #FF9900;
    --chart-color-brutto: #65a518;
    --chart-color-netto: #00a3a8;
    --chart-color-bedarf1: #DB6301;
    --chart-color-bedarf2: #003960;
    --chart-color-luecke: #E60018;
    --chart-color-vorschlag: #00A3A8;
    --chart-color-optimierung: #65a518;
}

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

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