:root {
    --primary-color: #00A4DE;
    --primary-light-color: #00bee0;
    --primary-dark-color: #002452;

    --secondary-color: #888888;
    --secondary-light-color: #939393;
    --secondary-dark-color: #7c7c7c;

    --highlight-color: #00A4DE;

    --chart-color-primary: #00A4DE;
    --chart-color-secondary: #888888;
    --chart-color-neutral1: #888888;
    --chart-color-neutral2: #3C3C3C;
    --chart-color-foerderung1: #00A4DE;
    --chart-color-foerderung2: #66C8EB;
    --chart-color-foerderung3: #C8A474;
    --chart-color-foerderung4: #DEC8AC;
    --chart-color-brutto: #00A4DE;
    --chart-color-netto: #C8A474;
    --chart-color-luecke: #f02040;
    --chart-color-vorschlag: #ffa840;
    --chart-color-optimierung: #00b05c;
}


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

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