/* ==========================================================================
 * violett-1:       hsl(294, 64%, 28%)
 * 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: 294, 64%; /* base color */
    --l: 28%; /* 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: 66%; /* 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: #e4b4e0; /* amChart hack fuer darkmode*/
    --constant-theme-bg: hsl(294, 64%, 28%); /* bleibt unverändert auch im darkmode */
    --constant-theme-bg-highlight: hsl(294, 64%, 28%); /* bleibt unverändert auch im darkmode */
}

.dark {
    --color: 294, 54%; /* base color */
    --l: 68%; /* initial lightness base color */
    --color-cta: 305, 47%; /* call to action color */
    --l-cta: 80%; /* initial lightness call to action color */
}
