        /* Light Colors*/
        :root {
            --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;


        }

        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; } 

.bg-input       { background-color: #E2F7FD!important; color:#000000!important; }

nav.nav-deep-light .nav-item>a.nav-link{color:var(--article-color)!important;}


.alert-light { background-color:#FFE5E5!important; }
.text-red { color:#8A0000!important; }

.fafont-yes { color:#0070E0!important; }
.fafont-no { color:#DB0000!important; }

.fafont-thumb { color:#316D3C!important; }
