body{
    background-color:#0e0e0e;
    font-family: Arial, sans-serif;
    color:#e0e0e0;
}
.Ü1{
   text-align: center;
   color: rgb(233, 141, 3);
}

h2{
    color: rgb(240, 191, 100);
    margin-bottom: 5px;
}

.slogan{
    display: flex;
    justify-content: center;
    text-align: center;
}

.Logo{
   display: block;
    border-radius: 25px;
    margin:0 auto;
    max-width: 100%;
    height: auto;
}

.HB{
    display: block;
    border-radius: 25px;
    margin:0 auto;
    max-width: 100%;
    height: auto;
}

.ÜberUnsText{
    align-items: center;
    padding: 0px 20px;
    text-align: center;
}

.Leistungen{
    
   
    text-align: center;
    max-width: 100%;
    align-items: center;
}
.LB{
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;

}



.Kontaktbereich{
    
    text-align: center;
    max-width: 100%;
    align-items: center;
}
.Kontaktbereich>a{
    text-decoration: none;
    color: orange;
}
.Kontaktbereich>a:hover{
    text-decoration: underline;
    color: orangered
}

.DS{
    text-align: center;
}

.DS>ul{
    list-style: none;
}

.DS>a{
    color: rgb(201, 145, 61);
    border: 1px solid white;
    border-radius: 10px;
    padding: 10px;
    margin:10px;
}