.ws5_ozg_box_content {
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
}

.ws5_ozg_warenkorb_button {
    height: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 2px;
    width: 100%;
    padding: 0 1rem;
    margin-top: 5px;
}

.ws5_ozg_plus {
    font-size: 2rem;
}

.ws5_ozg_plus_container{
    align-self: center;
    padding: 10px;
}

.ws5_ozg_box_headline {
    font-size: 20px;
}

.ws5_ozg_checkbox_row {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    align-items: center;
}

.ws5_ozg_checkbox_label {
    margin: 0;
}

.ws5_ozg_box_content> :first-child {
    margin-left: 0;
}

.ws5_ozg_bildcontainer {
    height: 100px;
    max-width: 150px;
}

.ws5_ozg_artikel img {
    max-height: 100px;
    max-width: 150px;
}

.ws5_ozg_artikel div {
    text-align: center;
}

.ws5_ozg_container {
    margin-bottom: 30px;
}

.ws5_ozg_success_message {
    display: none;
    text-align: center;
    padding: 0.75rem 1.25rem;
}

.ws5_mobile_button_div {
    display: none;
}

.ws5_ozg_checkbox_container {
    padding: 0 1rem;
    margin: 0;
}

@media (max-width: 995px) {
    .ws5_ozg_warenkorb_button {
        position: relative;
    }

    .ws5_ozg_checkbox_row .col-1 {
        padding-left: 0;
    }
}

@media (max-width: 557px) {
    .ws5_ozg_checkbox_row {
        margin-left: 0;
    }
}

@media (max-width: 557px) {
    .ws5_ozg_bildcontainer {
        height: 70px;
        max-width: 80px;
    }

    .ws5_ozg_artikel img {
        max-height: 70px;
        max-width: 80px;
    }
}