body {
    padding:20px;
}

.artikel_cards {
    width: 18rem;
    float:left;
    margin-bottom:10px;
    min-height: 575px;
}

.card-img, .card-img-top {
    max-height: 250px;
    object-fit: contain;
}
.card-text {
    max-height: 35px;
    overflow: hidden;
    min-height: 35px;
    float:left;
}
.card-price {
    font-weight: bold;
    font-size:1.3em;
    float:right;
}

.short-input {
    max-width: 60px;
}
footer#fusszeile {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: green;
    color: white;
    text-align: center;
}
footer#fusszeile > a {
    color: white;
}