body{
    background-color: black;
    
}
p{
    color: white;
    font-family: sans-serif;
    
}
h1{
    color: white;
    text-align: center;
    font-family: sans-serif;
    border-bottom: 2px solid white;
}
#siefkekontakt{
    background-color: darkred;
    color: white;
    text-align: center;
    padding-top: 10px;
    font-style: oblique;
    position: fixed;
    z-index: 999;
    width: 100vw;
    top: 0px;
}

#welcomehead{
    padding-top: 50px;
    text-align: center;
    color: white;
}
#welcomehead>h1>span{
    color: darkred;
    text-decoration: underline
}
#leistungen{
    text-align: center;
    color: white;
    border-bottom: 2px solid white;
    padding-top: 5px;
}
#leistungen>div{
    
}
#leistungenueberschrift{
    color: white;
    text-align: center;
    border-bottom: 2px solid white;
}
#leistungen>div>h3{
    background-color: darkred;
}
#ablauf{
    text-align: center;
    color: white;
    border-bottom: 2px solid white;
    padding-left: 15px;
    padding-right: 15px;
}
#ablauftext>p{
    text-align: left;
    padding-left: 15px;
}
#textrot{
    color: red;
    border-bottom: 2px solid red;
    border-top: 2px solid red;
    padding-top: 5px;
    padding-bottom: 5px;
}
h2{
    text-align: center;
    color: white;
}
h3{
    text-align: center;
    color: white;
}
#galeriedan{
    border-bottom: 2px solid white;
}
#galerietext{
    text-align: center;
    color: white;
}
#mausover:hover{
    background-color: darkred;
    color: white;
    border-color: white;
}
#mausover{
    border: 2px solid darkred;
    padding: 10px;
    margin-top: 5px;
    color: darkred;
    background-color: white;
    font-family: sans-serif;
    font-weight: 700;
    
}
#daschu{
    padding-left: 20px;
    padding-right: 210px;
}
#daschu>p>a{
    color: darkred;
}
#zuhase{
    background-color: darkred;
    color: white;
    padding: 10px;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: 700;
    border: 2px solid white;
    position: fixed;
    top: 80px;
    right: 20px;
    
}