.block_shop_bestellung {
    text-align: center;
}

.block_shop_bestellung .spaltenbereich {
    display: inline-block;
    width: 350px;
    margin: 0px 16px 32px 16px;
    vertical-align: top;
    text-align: left;
}

.block_shop_bestellung .artikel {
    border-bottom: 1px solid #575757;
    display: block;
    text-align: left;
    padding: 4px;
}

.block_shop_bestellung .artikel .bildbereich {
    width: 50px;
    height: 80px;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 10px;
    vertical-align: top;
    display: inline-block;
}

.block_shop_bestellung .artikel .textbereich {
    width: calc(100% - 100px);
    margin: 10px;
    vertical-align: top;
    display: inline-block;
}

.block_shop_bestellung .preisgesamt {
    font-size: 30px;
    color: var(--firmenfarbe);
    margin-top: 30px;
}

.block_shop_bestellung .preisdetails {
    font-size: 11px;
    color: #777777;
}