#image img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
}

hr {
    border-top: 5px solid;
}

#sponsoren img {
    object-fit: contain;
    height: 200px;
}

@media(max-width: 992px) {
    #sponsoren img {
        height: 150px;
    }
}