:root {
    --primary-color: #1F95EB;
    --primary-light-color: #4CAAEF;
    --primary-dark-color: #061E2F;

    --secondary-color: #061E2F;
    --secondary-light-color: #384B59;
    --secondary-dark-color: #051826;

    --highlight-color: #1F95EB;

    --chart-color-neutral1: #1F95EB;
    --chart-color-foerderung1: #E3CD04;
    --chart-color-foerderung2: #8EE304;
}

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

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