/*###########################################################################################################################################################################*/
/*####################################################################### Ladekreisel #######################################################################################*/
/*###########################################################################################################################################################################*/

#Layer_Bitte_Warten {
    position: fixed;
    padding-top: 160px;
    z-index: 999;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: white;
}

#Layer_Bitte_Warten_Kreisel {
    border: 8px solid #efefef;
    border-radius: 60%;
    border-top: 7px solid darkgrey;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
