#grillmobil {
    background-image: url("../medien/sites/kontakt/grillmobil.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1200px) {
    #grillmobil {
        background-position: top center;
    }
}
@media screen and (max-width: 991px) {
    #grillmobil {
        padding-bottom:62%;
    }
}