.card-img-top {
    height: 250px;         /* gewünschte Höhe */
    object-fit: contain;   /* Bild wird komplett angezeigt, ggf. mit Rand */
    background: #f8f9fa;   /* optional: Hintergrundfarbe für leere Bereiche */
}

.anbieter-logo {
    height: 25px;
    width: 25px;
    object-fit: contain;
    margin-right: 5px;
}