.body{
    
    font-size: 26.5pt;line-height: 1,2rem;
    text-shadow: 5px 3px 20px;
    Margin: 0px;
    background-image: linear-gradient(rgb(249, 192, 36),rgb(234, 220, 69),rgb(238, 189, 73));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    
    

}

body
{
    margin: 0;
}


.bdh{
    text-decoration: underline;
    text-shadow: 8px 6px 7px;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: 200px;
    min-width: 100px;
    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;

}
.textP1
{
    font-size: 22pt; font-variant: small-caps;
    margin-left: 50px;
}
.textP2
{
    width: 800px;
    font-size: 18pt;
    margin-bottom: 70px;
}

.bild1
{
    width: 60%; margin-top: 30px;
    margin-left: 50px;
    border-radius: 20px;
}
.bild2
{
    width: 800px;
}
.bild3
{
    width: 800px;
}
footer
{width: 100%;
height: 50px;
background-image: linear-gradient(to bottom, rgb(228, 225, 225), grey);
display:flex;
justify-content: center;
position: fixed; bottom: 0;
} 
.zurück
{font-size: 14pt;
    background-image: linear-gradient();

}  