.body{
    
    /* font-size: 26.5pt;line-height: 1,2rem;
    text-shadow: 5px 3px 20px;
    Margin: 0px; */
    background-image: url(./Hintergrund\ Index.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    

}

body
{
    width: 100%;
    height: 100%;
}


.bdh{
    text-decoration: underline;
    text-shadow: 15px -19px 9px;text-align: center; 
    font-size: 100px;
    font-weight: 700;
    position: relative;
    top: 40px;color: black;
    line-height: 6rem;
}
.überschrift {
    text-decoration: underline;
    text-shadow: 5px 3px 7px;text-align: center;
}
.logo-Links, .logo-Rechts{
    width: 10%;
    border: solid;
    border-radius: 20px;
    border-color: red;
    border-width: 1px;

}
/* .logo-Links{
    position: absolute;
    left: 40px; top: 40px;

} */
/* .logo-Rechts{
    position: absolute;
    right: 47px; top:40px;

} */


.ul-Index>li{
    font-size: 15pt;
    list-style:circle;
    line-height: 1.5rem;
    font-weight: bold;
    
}



nav>ul>li>a{
    color: rgb(3, 3, 131);
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 600;
       
}


