:root {
    --hauptfarbe: rgb(214, 255, 216);
    --farbe1: rgb(0, 27, 24);
    --farbe2: rgb(107, 255, 112);
    --rahmeni: rgb(255, 106, 0);
    --navi1: rgb(0, 70, 20);
    
    --textsw: black;
    --textw: white;

    --textblau: rgb(9, 9, 84);
    --textorange: rgb(250, 121, 22);
    --texthellorange: rgb(252, 206, 19);
    --textgelb: #FCFF00;

    --texterot:  rgb(195, 15, 15);
    --textdunkelgrau: rgb(69, 69, 69);

    --texteinladung: rgb(255, 185, 45);

    --liniesw: rgb(0, 0, 0);

    

}

.logoausschaltenw {
    display: none;
}

body {
    background-color: var(--hauptfarbe);
     
}



body::before {
    content: "";
    background-image: url(../bilder/AcggHintergrund0.png);
    filter: blur(2px);
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.navi1 {
    background-color: var(--navi1);
    color: var(--textw);
}

fieldset {
    background-color:  var(--farbe2);
    border-color: var(--rahmeni);
}

fieldset>legend {
    color: var(--textgelb);
    background-color: #870000;
    border-color: rgb(0, 0, 0);
}

.linieweiss {
    display: none;
}

.liniesw {
    color: var(--liniesw);
}


.farbe1 {
    background-color: var(--farbe1);

}

.farbe2 ,.farbelinie {
    background-color: var(--farbe2);


}

.zusammen {
    color: var(--textdunkelgrau);
}

.cggmc {
    color: var(--texterot);
}


.foto {
    border-width: .3em;
    border-style:  solid;
    border-color:  var(--rahmeni);
}

.textsw {
    color: var(--textsw);
}

.textw {
    color: var(--textw);
}

.textblau {
    color: var(--textblau);
}

.texthellorange {
    color: var(--texthellorange);
}

.textorange {
    color: var(--textorange);
}

.texterot {
    color: var(--texterot);
}


.texteinladung {
    color: var(--texteinladung);
}

.rahmen {
    border-width: 0.5em;
    border-style: solid;
    border-color: var(--rahmeni);
    border-radius: .375rem .375rem;
}