        /* Light Colors*/
        .theme-light {
            --background: #fff;
            --color: #000;

            --article-background: #fff;
            --article-color: #444444;

            --btn-background: #fff;
            --btn-color: #444444;

            --svd-color: #0f96ce;
            --svd-color2: #0D7FAF;
            --svd-border: #0f96ce;
            --svd-border2: #0D7FAF;

            --wechsel-text-color: #444444;
            --wechsel-bg-color: #fff;

            --wechsel-text-color-blue: #0f96ce;
            --wechsel-bg-color-blue: #fff;

            --wechsel-text-color-re: #fff;
            --wechsel-bg-color-re: #444444;


            --www3-bg: #3366CC;
            --www3-color: #FFFFFF !important;

            --text-lesezeichen-premium: #009933 !important;


        }

        /* Dark Colors */
        .theme-dark {
            --background: #212121;
            --color: #fff;

            --article-background: #212121;
            --article-color: #fff;

            --btn-background: #212121;
            --btn-color:  #fff;

            --svd-color: #fff;
            --svd-color2: #fff;
            --svd-border: #fff;
            --svd-border2: #fff;

            --wechsel-text-color: #fff;
            --wechsel-bg-color: #212121;

            --wechsel-text-color-blue: #fff;
            --wechsel-bg-color-blue: #0f96ce;


            --wechsel-text-color-re: #212121;
            --wechsel-bg-color-re: #fff;

            --www3-bg: #3366CC;
            --www3-color: #FFFFFF !important;

            --text-lesezeichen-premium: #FFCC00 !important;

        }

        html,
        body {
            background: var(--background);
            color: var(--color);
        }

article {
            background: var(--article-background);
            color: var(--article-color);
        }

.section {  background-color: var(--background)!important;color:var(--article-color)!important; }



.ul, .li {  background-color: var(--background)!important;color:var(--article-color)!important; }



.card, .card-body { background-color: var(--background)!important;color:var(--article-color)!important; border-color:var(--svd-border); }
.card-header, .card-title {  background-color: var(--background)!important;color:var(--svd-color)!important; }



.link-normal    { color:var(--wechsel-text-color)!important; }
.text-wechsel   { color:var(--wechsel-text-color)!important; }
.bg-wechsel     { background-color: var(--wechsel-bg-color)!important; }

.text-wechsel-blue   { color:var(--wechsel-text-color-blue)!important; }
.bg-wechsel-blue     { background-color: var(--wechsel-bg-color-blue)!important; }


/*.text-dark    { color:var(--wechsel-text-color)!important; }  */
/*.text-white    { color:var(--wechsel-text-color)!important; }  */

.a    { color:var(--wechsel-text-color)!important; }


.text-wechsel-gray   { color:var(--wechsel-text-color-blue)!important; }
.bg-wechsel-gray     { background-color: #999999!important; }


.text-lz-premium    { color:var(--text-lesezeichen-premium)!important; }


#section > .bg-wechsel     { background-color: var(--wechsel-bg-color)!important; }
#card-header > .text-wechsel   { color:var(--wechsel-text-color)!important; }



.text-wechsel-re   { color:var(--wechsel-text-color-re)!important; }
.bg-wechsel-re     { background-color: var(--wechsel-bg-color-re)!important; }

.border-wechsel   { color:var(--wechsel-text-color)!important; } 


nav.nav-deep-light .nav-item>a.nav-link{color:var(--article-color)!important;}


