/* ==========================================================================
 * tannengruen-2:       hsl(172, 98%, 24%)
 * tannengruen-2 cta:   hsl(172, 98%, 24%)
 * color-highlight entspricht color
 * und wird für flächige Elemtente verwendet.
   ========================================================================== */

   :root {
    --nbg-theme-bg-highlight-hex: #017b6a; /* amChart hack */
    --color: 172, 98%; /* base color */
    --l: 24%; /* initial lightness */
    --color-cta: var(--color); /* call to action color */
    --l-cta: var(--l); /* 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)*/
}
