.best_h1 {
    text-align: center;
    padding: 3rem 0 1rem;
    font-size: 2rem;
}

.best_p {
    font-style: italic;
    text-align: center;
    padding-bottom: 2rem;
}

.cont_versand {
    width: 100%;
}

.cont_versand .cont {
    width: 80rem;
    margin: 0 auto;
    padding: 4rem 6rem;
    border-radius: .5rem;
    -webkit-box-shadow: 0px 2px 22px -6px rgba(189,189,189,1);
    -moz-box-shadow: 0px 2px 22px -6px rgba(189,189,189,1);
    box-shadow: 0px 2px 10px -6px rgb(126, 126, 126);
    margin-bottom: 7rem;
}

.cont_versand form.bestellung {
    margin-bottom: 2rem;
}

.cont_versand form .row {
    margin-bottom: 1rem;
}

.cont_versand form .row label p{
    margin-bottom: .6rem;
    color: rgb(59, 59, 59);
}

.cont_versand form .row.name_email {
    display: flex;
    gap: 1.3rem;
}

.cont_versand form .row.name_email div {
    width: 100%;
}

.cont_versand form .row.stadt_plz{
    display: flex;
    gap: 1.3rem;
}

.cont_versand form .row.row.stadt_plz div {
    width: 100%;
}

.cont_versand form input {
    padding: .4rem 2rem .4rem .4rem;
    width: 100%;
    border-radius: .2rem;
    outline: none;
    border: .01rem solid rgb(209, 209, 209);
}

.cont_versand form select {
    padding: .4rem 2rem .4rem .4rem;
    width: 100%;
    border-radius: .2rem;
    outline: none;
    border: .01rem solid rgb(209, 209, 209);
}


.cont_versand form .row.gultig .selects {
    display: flex;
}

.cont_versand form .row.gultig select {
    margin-left: 1rem;
    padding: 0;
    padding-left: .3rem;
    height: 2rem;
}

.cont_versand form .row.gultig select:first-child {
    margin-left: 0;
}

.cont_versand form button {
    padding: .4rem 5rem;
    margin: 0 auto;
    margin-top: 3rem;
    border: none;
    outline: none;
    color: white;
    background-color: rgb(0, 111, 190);
    font-size: 1rem;
    border-radius: .2rem;
    display: block;
    cursor: pointer;
}


















.cont .row_products:first-child {
    margin-top: 0;
}

.cont .row_products {
    display: flex;
    border-bottom: .01rem solid rgb(185, 185, 185);
    padding-bottom: 1rem;
    margin-top: 4rem;
}

.cont .row_products .col { 
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cont .row_products .col.product_img {
    height: 15rem;
}

.cont .row_products .col.product_img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}


.cont .row_products .col.product_info p {
    width: 10rem;
    text-align: start;
    margin-bottom: .7rem;
    font-size: 1.1rem;
}

.cont .row_products button {
    background-color: red;
}

.cont.products form {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
}

.cont.products form p {
    font-size: 1.7rem;
}

.cont.products .kaufen button {
    margin: 0;
    background-color: rgb(41, 134, 50);
}

