#warenkorb_wrapper {
    display: flex;
    flex-direction: column;
    gap:10px;
    justify-content: flex-start;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.warenkorb_items {
    display: flex;
    flex-direction: column;
    min-width: 350px;
    background-color: white;
    padding: 10px;
    border: 1px solid var(--color_logo);
    margin-bottom: 10px;
}

.check_reservierung {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--color_logo);
    background-color: white;
    padding: 10px;
}

#warenkorb_item_headline, #check_reservierung_headline {
    border-bottom: 1px solid var(--color2);
}

#warenkorb_item_summe {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.warenkorb_item {
    display: flex;
    flex-direction: row;
    background-color: white;
    padding: 7px;
    border-bottom: 1px solid var(--color_logo);
    gap: 10px;
}

.warenkorb_item_picture {
    width: 175px;
    height: 100px;
    margin-right: 10px;
    border-radius: 10px;
    border: 1px solid var(--color_logo);
}

.warenkorb_item_infos {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.warenkorb_item_infos_1 {
    margin-top: -2px;
}
.warenkorb_item_infos_2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.warenkorb_item_infos_3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 40px;
    padding-bottom: 7px;
}

.warenkorb_item_infos_3_menge {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items:flex-end;
    flex-wrap: wrap;

}


.warenkorb_abschluss {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    min-width: 200px;
    height: 120px;
    border: 1px solid var(--color_logo);
    background-color: white;
    margin-bottom: 10px;
}


.warenkorb_item_bild_info {
    display: flex;
    flex-direction: column;
}

.warenkorb_item_bild {
    width: 145px;
    height: 200px;
    background-size: cover;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.warenkorb_item_bild h5 {
    color: white;
    width: 100%;
    background-color: var(--color_logo);
    text-align: center;
}
