/* ==========================================================================
 * violett-1:       hsl(272, 57%, 24%)
 * violett-1 cta:   hsl(315, 97%, 34%)
 * Abweichende Call-to-Action Farbe wegen Kontrast
 * color-highlight entspricht color
 * und wird für flächige Elemtente verwendet.
   ========================================================================== */

:root {
    --color: 272, 57%; /* base color */
    --l: 24%; /* initial lightness base color */
    --color-cta: 315, 97%; /* call to action color */
    --l-cta: 34%; /* 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: 68%; /* added to lightness to create a pastel version of the theme highlight color)*/

    --nbg-theme-bg-highlight-hex: #ac0382; /* amChart hack */
    --nbg-theme-bg-highlight-hex-dark: #bf9edc; /* amChart hack fuer darkmode*/
    --constant-theme-bg: hsl(272, 57%, 24%); /* bleibt unverändert auch im darkmode */
    --constant-theme-bg-highlight: hsl(272, 57%, 24%); /* bleibt unverändert auch im darkmode */
}

.dark {
    --color: 272, 47%; /* base color */
    --l: 64%; /* initial lightness base color */
    --color-cta: 300, 47%; /* call to action color */
    --l-cta: 74%; /* initial lightness call to action color */
}
