.mt-100 {
    margin-top: 200px
}
#w_language p{
    font-weight: bolder;
}
.progressLg {
    width: 100px;
    height: 100px !important;
    float: left;
    line-height: 100px;
    background: none;
    margin: 20px;
    box-shadow: none;
    position: relative;
    background: #040b1442;
    border-radius: 20px;
}

.progressLg:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0
}

.progressLg>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1
}

.progressLg .progress-left {
    left: 0
}

.progressLg .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0
}

.progressLg .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.progressLg .progress-right {
    right: 0
}

.progressLg .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    /*animation: loading-1 1.8s linear forwards*/
}

.progressLg .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: white;
    font-size: 1rem;
    color: Black;
    line-height: 90px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}



/*#ef5b5b*/
.progressLg.blue .progress-bar {
    border-color: #173b6c /*#20a39e*/
}
.progressLg.blue .progress-right .progress-bar {
    animation: loading-3 1.8s linear forwards
}
.progressLg.blue .progress-left .progress-bar {
    animation: loading-3 1.5s linear forwards 1.8s
}



.progressLg.yellow .progress-bar {
    border-color: #173b6ce0 /*#ffc116*/
}

.progressLg.yellow .progress-right .progress-bar {
    animation: loading-3 1.8s linear forwards
}
.progressLg.yellow .progress-left .progress-bar {
    animation: loading-4 1.5s linear forwards 1.8s
}




.progressLg.red .progress-bar {
    border-color: #173b6cb8 /*lightslategrey*/
    /*#ef5b5b*/
}

.progressLg.red .progress-right .progress-bar {
    animation: loading-3 1.8s linear forwards
}

/*  orange */

.progressLg.orange .progress-bar {
    border-color: #149ddd /*#ee8807*/

}

.progressLg.orange .progress-right .progress-bar {
    animation: loading-4 1.8s linear forwards
}

#orageDeutsch .progressLg .progress-value {
    font-size: 0.9rem;
    z-index: 2;
}
@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(170deg);
        transform: rotate(170deg)
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@media (min-width: 502px) and (max-width: 766px){
    .progressLg {
        margin: auto !important;
    }

}
@media (min-width: 431px) and (max-width: 501px){
    .progressLg {
        margin: 4px !important;
    }

}
@media (min-width: 426px) and (max-width: 430px){
    .progressLg {
        margin: 3px !important;
    }

}
@media (min-width: 420px) and (max-width: 425px){
    .progressLg {
        margin: 1px !important;
    }

}
@media (min-width: 413px) and (max-width: 419px){
    .progressLg {
        margin: 20px !important;
    }

}
@media (min-width: 402px) and (max-width: 412px){
    .progressLg {
        margin: 19px !important;
    }

}
@media (min-width: 387px) and (max-width: 401px){
    .progressLg {
        margin: 17px !important;
    }

}
@media (min-width: 381px) and (max-width: 386px){
    .progressLg {
        margin: 15px !important;
    }

}
@media (min-width: 378px) and (max-width: 380px){
    .progressLg {
        margin: 14px !important;
    }

}
@media (min-width: 322px) and (max-width: 377px){

    .progressLg {
        width: 100px;
        height: 100px !important;
        float: left;
        line-height: 100px;
        background: none;
        margin: 13px !important;
        box-shadow: none;
        position: relative;
        background: #040b1442;
        border-radius: 20px;
    }

}
@media (max-width: 321px){

    .progressLg {
        width: 100px;
        height: 100px !important;
        float: left;
        line-height: 100px;
        background: none;
        margin: 4px !important;
        box-shadow: none;
        position: relative;
        background: #040b1442;
        border-radius: 10px;
    }

}








/* switcher*/

















