/* ==========================================================================
 * dunkelblau-1:        hsl(212, 100%, 21%)
 * dunkelblau-1 cta:    hsl(212, 100%, 29%)
 * Abweichende Call-to-Action Farbe wegen Kontrast
 * color-highlight entspricht color
 * und wird für flächige Elemtente verwendet.
  ========================================================================== */

:root {
    --nbg-theme-bg-highlight-hex: #004594; /* amChart hack */
    --color: 212, 100%; /* base color */
    --l: 21%; /* initial lightness */
    --color-cta: var(--color); /* call to action color */
    --l-cta: 29%; /* initial lightness call to action color */
    --color-highlight: var(--color); /* color highlight */
    --l-highlight: var(--l); /* initial lightness color highlight */
    --l-modifier: 7%; /* added to lightness */
    --l-modifier-pastel: 70%; /* added to lightness to create a pastel version of the theme highlight color)*/
}
