body {
    background-color: #fff;
    color: #000;
    font-family:Verdana, Geneva, Tahoma, sans-serif
}

.banner{
    margin: 40px 40px;
    justify-content: left;
    align-items: left;
    font-size: 12px;
    max-width: 800px;
}
.banner div:nth-child(1){
   font-size: 3em;
}
.banner .image{
    width: 100%;
    height: 100hv;
}

.banner .footer{
    display: flex; 
    height: 80px;
    max-width: 800px;
    margin: -40px;
}
.banner .footer .VGH-OEVB{
    display: flex;
    width: 100%;
    height: 100px;
}
.banner .footer .OESA-OEFFENTLICHE{
    display: flex; 
    width: 100%;
    height: 100px;
}
@media(max-width: 700px){
    .banner div:nth-child(1){
        font-size: 2em;
     }
    .banner .footer{
        display: grid;
        padding: 10 0px;
    }
    .banner .footer .VGH-OEVB{
        height: 90px;
        margin-left: 20px;
        margin-top: 10px;
    }
    .banner .footer .OESA-OEFFENTLICHE{
        height: 90px;
        margin-left: 20px;
        margin-top: -20px;
    }
}
@media(max-width: 500px){
    .banner div:nth-child(1){
        font-size: 2em;
     }
    .banner .footer{
        display: grid;
    }
    .banner .footer .VGH-OEVB{
        height: 60px;
        margin-left: 20px;
        margin-top: 10px;
    }
    .banner .footer .OESA-OEFFENTLICHE{
        height: 60px;
        margin-left: 20px;
        margin-top: -20px;
    }
}