#jhlist ul {
    list-style-type: disc;
    margin: 30px;
    padding-left: 10px;
}


#jhlist ol {
    font-weight: 300;
    line-height: 20.8px;
    color: rgb(118,118,118);
}


#jhlist ol li {
    list-style-type: lower-latin;
    margin-bottom: 20px;
}


#jhlist ol li ul li {
    list-style-type: none;
    margin-bottom: 20px;
}


#jhlist li {
    margin: 0px
}

#jhlist ul li:before {
   background-color: aliceblue;
    position: absolute;
    left: 50px;
    margin-top: -10px;
    padding-top: 3px;
    content: '';
    display: inline-block;
    text-align: center;
    margin: 5px 10px;
    line-height: 10px;
    transition: all .2s;
    color: #ffffff;
    background: #767676;;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}


#jhlist2 {
    margin-left: 25px;
}

#dsgvo_hinweis {
    display: block;
    position: fixed;
    background-color: darkgray;
    opacity: 0.9;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
    padding-top: 20px;
    text-align: Center;
    cursor: Default;
}