

.mailorder_form_container .veranstaltung_liste .veranstaltung_liste_inner .veranstaltung_liste_entry{
    margin: 0;
    background-color: rgba(244, 246, 249, 1);
}

.mailorder_form_container .kategorie_uebersicht {
    padding: 1em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mailorder_form_container .kategorie_uebersicht .kategorie{
    /*width: calc(100% - 0.4em);*/
    margin: 0.2em;
    min-width: 200px;
}

.mailorder_form_container .kategorie_uebersicht .kategorie:nth-child(2n) {
    margin: 0.2em;
}


.mailorder_form_container .hinweis:not(:empty){
    margin-bottom: 1em;
}

.mailorder_form_container .kategorie_uebersicht .kategorie .preis {
    display: block;
}

/*.mailorder_form_container .kategorie_uebersicht .kategorie:first-child:nth-last-child(2),*/
/*.mailorder_form_container .kategorie_uebersicht .kategorie:first-child:nth-last-child(2) ~ .kategorie{*/
/*    width: 50%;*/
/*    width: calc(100% / 2 - 0.4em);*/
/*}*/
/*.mailorder_form_container .kategorie_uebersicht .kategorie:first-child:nth-last-child(3),*/
/*.mailorder_form_container .kategorie_uebersicht .kategorie:first-child:nth-last-child(3) ~ .kategorie{*/
/*    width: 33.3333%;*/
/*    width: calc(100% / 3 - 0.4em);*/
/*}*/
/*.mailorder_form_container .kategorie_uebersicht .kategorie:first-child:nth-last-child(4),*/
/*.mailorder_form_container .kategorie_uebersicht .kategorie:first-child:nth-last-child(4) ~ .kategorie{*/
/*    width:  25%;*/
/*    width: calc(100% / 4 - 0.4em);*/
/*}*/
/*.mailorder_form_container .kategorie_uebersicht .kategorie:first-child:nth-last-child(5),*/
/*.mailorder_form_container .kategorie_uebersicht .kategorie:first-child:nth-last-child(5) ~ .kategorie{*/
/*    width: 20%;*/
/*    width: calc(100% / 5 - 0.4em);*/
/*}*/
/*.mailorder_form_container .kategorie_uebersicht .kategorie:first-child:nth-last-child(6),*/
/*.mailorder_form_container .kategorie_uebersicht .kategorie:first-child:nth-last-child(6) ~ .kategorie{*/
/*    width:16.6666%;*/
/*    width: calc(100% / 6 - 0.4em);*/
/*}*/
/*.mailorder_form_container .kategorie_uebersicht .kategorie:first-child:nth-last-child(7),*/
/*.mailorder_form_container .kategorie_uebersicht .kategorie:first-child:nth-last-child(7)~ .kategorie{*/
/*    width: 14.2857%;*/
/*    width: calc(100% / 7 - 0.4em);*/
/*}*/
/*.mailorder_form_container .kategorie_uebersicht .kategorie .preis{*/
/*    display: block;*/
/*}*/

.mailorder_form_container .kategorie_uebersicht .kategorie .preis .preis_bezeichner,
.mailorder_form_container .kategorie_uebersicht .kategorie .preis .preis_value
{
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 50%;
    text-align: left;
}

.mailorder_form_container .kategorie_uebersicht .kategorie .preis .preis_value
{
    text-align: right;

}



.mailorder_form_container .mailorder_content{
    padding: 1em;
    background-color: #ffffff;
}
.mailorder_form_container .order_entry select{
    display: block;
    width: 100%;
    padding: 4px 6px;
}
.mailorder_form_container .order_entry .row.head i,
.mailorder_form_container .order_entry .row .mobile_label i
{
    display: inline-block;
    vertical-align: top;
    font-size: 0.4em;
    color: red;
}
.mailorder_form_container .order_entry .row .mobile_label {
    display: none;
}


.mailorder_form_container .order_entry .row .col-4{
    padding-left: 10px;
    padding-right: 10px;
}

.mailorder_form_container .order_entry .row .col-4:first-child{
    padding-left: 0px;
    padding-right: 20px;
}

.mailorder_form_container .order_entry .row .col-4:last-child{
    padding-left: 20px;
    padding-right: 0px;
}
.mailorder_form_container .gastbestellung_form .row{
    padding: 0.4em 0;
}

.mailorder_form_container .gastbestellung_form .row.anrede,
.mailorder_form_container .gastbestellung_form .row.titel
{
    display: inline-block;;
    vertical-align: top;
    box-sizing: border-box;
    width: 50%;
    padding-right: 15px;

}

.mailorder_form_container .gastbestellung_form .row.titel{
    padding-right: 0;
    padding-left: 15px;
}

.mailorder_form_container .gastbestellung_form .row.zip {
    display: inline-block;;
    vertical-align: top;
    box-sizing: border-box;
    width: 33.3333%;
    padding-right: 15px;

}
.mailorder_form_container .gastbestellung_form .row.city {
    display: inline-block;;
    vertical-align: top;
    box-sizing: border-box;
    width: 66.6666%;
    padding-left: 15px;

}

.mailorder_form_container .gastbestellung_form input[type="radio"] + label:before,
.mailorder_form_container .gastbestellung_form input[type="radio"] + label span{
    display: inline-block;;
    vertical-align: middle;
    box-sizing: border-box;

}

.mailorder_form_container .gastbestellung_form .list_label{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 300px;
}

.mailorder_form_container .gastbestellung_form .list_entries{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}


.mailorder_form_container .gastbestellung_form .agb_box{
height: 12em;
    padding: 1em;
    overflow-y: scroll;
}

.mailorder_form_container input[name="alternate_date_part[]"]{

    text-align: center;
}

.mailorder_form .input_group {
    padding-top: 0.5rem;
}

.mailorder_form .input_group input {
    display: inline-block;
    vertical-align: top;
    max-width: 1.5rem;
    margin-right: 0.5rem;
}

@media screen and (max-width: 920px) {

    .mailorder_form_container .order_entry .row .col-9,
    .mailorder_form_container .order_entry .row .col-4{
        padding-right: 0px;
        width: 100%;
        padding-bottom: 0.5em;
        padding-left: 0;
        padding-right: 0;
    }

    .mailorder_form_container .order_entry .row.head {
        display: none;
    }
    .mailorder_form_container .order_entry .row .mobile_label {
        display: block;
    }

    .mailorder_form_container .order_entry .row .col-4,
    .mailorder_form_container .order_entry .row .col-8,
    .mailorder_form_container .order_entry .row .col-4:first-child,
    .mailorder_form_container .order_entry .row .col-8:first-child,
    .mailorder_form_container .order_entry .row .col-4:last-child,
    .mailorder_form_container .order_entry .row .col-8:last-child{
        padding-left: 0px;
        padding-right: 0px;
    }

    .mailorder_form_container .order_entry .row:last-child .col-4,
    .mailorder_form_container .order_entry .row:last-child .col-8
    {
        width: 50%;
    }


}