@media (max-width: 767px) {
    #lwit-form-wrapper .lwit-tab-legs .row {
        display: flex;
        flex-direction: column;
    }

    #lwit-form-wrapper .lwit-tab-legs .col-1 {
        width: 100% !important;
    }

    #lwit-form-wrapper .lwit-tab-legs .col-2 {
        width: 100% !important;
    }

    #lwit-form-wrapper .lwit-tab-legs .col-3 {
        width: 100% !important;
    }

    #lwit-form-wrapper .lwit-tab-legs .col-4 {
        width: 100% !important;
    }

    #lwit-form-wrapper .lwit-tab-legs .col-5 {
        width: 100% !important;
    }

    #lwit-form-wrapper .lwit-tab-legs .col-6 {
        width: 100%
    }

    #add-flight-button {
        margin-bottom: 30px;
        width: 100% !important;
    }

    #continue-button {
        width: 100% !important;

    }

    #lwit-form-wrapper .lwit-tab-contact .col-0 {
        width: 100% !important;
    }

    #lwit-form-wrapper .lwit-tab-contact .col-1 {
        width: 100% !important;
    }

    #lwit-form-wrapper .lwit-tab-contact .col-2 {
        width: 100% !important;
    }
}

    #lwit-form-wrapper {
        border: 1px solid black;
    font-family: 'Didact Gothic', Sans-serif;
    font-size: 13px;
    padding: 30px;
}

#lwit-form-wrapper .lwit-tab-legs {
    width: 100%;
    background-color: white;
    border: none;
    padding: 20px;
}

#lwit-form-wrapper .lwit-tab-contact {
    width: 100%;
    background-color: white;
    border: none;
    padding: 20px;
    display:none;
}
#lwit-form-wrapper #error-box{

/*    border: 1px solid red; */
    margin-bottom:15px;
    padding:8px;
    color: red;
}
#lwit-form-wrapper #error-contact{

    /*    border: 1px solid red; */
    margin-bottom:15px;
    padding:8px;
    color: red;
}
#lwit-form-wrapper .lwit-tab-legs .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    width: 100%;
    margin-bottom: 15px;
}

.row {

}

#lwit-form-wrapper label {
    line-height: 16px;
}

#lwit-form-wrapper input, #lwit-form-wrapper button{
    font-size: 13px;
    height: 40px;
    border-radius: 0 !important;
}

#lwit-form-wrapper .lwit-tab-legs .passenger-input {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

/* general border colors */
#lwit-form-wrapper .empty {
    border: 1px solid #b1b1b1;
}
#lwit-form-wrapper .filled {
    border: 1px solid black;
}

/* column widht &spacing */
#lwit-form-wrapper .lwit-tab-legs .col-1 { width: calc(29% - 15px); }
#lwit-form-wrapper .lwit-tab-legs .col-2 { width: calc(29% - 15px); }
#lwit-form-wrapper .lwit-tab-legs .col-3 { width: calc(13% - 15px); }
#lwit-form-wrapper .lwit-tab-legs .col-4 { width: calc(11% - 15px); }
#lwit-form-wrapper .lwit-tab-legs .col-5 { width: calc(14% - 13px); }
#lwit-form-wrapper .lwit-tab-legs .col-6 { width: 40px; }

/*#lwit-form-wrapper .lwit-tab-legs .col-6 { display: none; }*/

/*
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6 {
    background-color: lightgreen;
}
*/


/* date fields */
#lwit-form-wrapper .lwit-tab-legs .col-3 input {
    font-size: 13px;
    width: 100%;
    padding: 0 0 0 45px !important;
    background-repeat: no-repeat !important;
    background-position: 8px 6px !important;
    background-size: 25px 25px !important;
}

#lwit-form-wrapper .icon-calendar.empty {
    background: url(../images/calendar-grey.svg);
}

#lwit-form-wrapper .icon-calendar.filled {
    background: url(../images/calendar-black.svg);
}

/* time fields */
#lwit-form-wrapper .lwit-tab-legs .col-4 input {
    width: 100%;
    padding: 0 0 0 45px !important;
    background-repeat: no-repeat !important;
    background-position: 8px 6px !important;
    background-size: 25px 25px !important;
    font-size: 13px;
}

.ui-timepicker-wrapper {
    font-size: 13px;
    font-family: 'Didact Gothic', Sans-serif;
}


#lwit-form-wrapper .icon-clock.empty {
    background: url(../images/clock-grey.svg);
}

#lwit-form-wrapper .icon-clock.filled {
    background: url(../images/clock-black.svg);
}

/* passenger count */
#lwit-form-wrapper .lwit-tab-legs .col-5 .passenger-input {
    border: 1px solid #b1b1b1;
    width: 100%;
}

#lwit-form-wrapper .lwit-tab-legs .col-5 input {
    width: calc(100% - 80px);
    min-width: 40px;
    text-align: center;
    border: none !important;
    padding:0 !important;
}

#lwit-form-wrapper .lwit-tab-legs .col-5 button {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 25px 25px !important;
    border: none;
}

#lwit-form-wrapper .lwit-tab-legs .passenger-button.minus {
    background: url(../images/minus-grey.svg);
    border-right: none;
}
#lwit-form-wrapper .lwit-tab-legs .passenger-button.plus {
    background: url(../images/plus-grey.svg);
    border-left: none;
}

/* remove leg button */
#lwit-form-wrapper .lwit-tab-legs .col-6 label {
    visibility: hidden;
}

#lwit-form-wrapper .remove-flight-button {
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 25px 25px !important;
    background: url(../images/close-grey.svg);
    border: 1px solid #b1b1b1;
}

#lwit-form-wrapper .remove-flight-button.active {
    background: url(../images/close-black.svg);
    border: 1px solid black;
}
#lwit-form-wrapper .remove-flight-button.error {
    background: url(../images/close-red.svg);
    border: 1px solid red;
}


#lwit-form-wrapper input[type="date"]::-webkit-calendar-picker-indicator {
   /* opacity: 0; /* Macht das Icon unsichtbar */
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    color: transparent;
    background: transparent;
}

#lwit-form-wrapper input[type="date"]::-webkit-datetime-edit-text{
    font-size:13px !important;

}

#lwit-form-wrapper input[type="time"]::-webkit-calendar-picker-indicator {
    opacity: 0; /* Macht das Icon unsichtbar */

}
/* button style for all */
#lwit-form-wrapper button{
    line-height:normal !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
/* leg management buttons */
#add-flight-button {
    width: auto;
    height: 40px;
    background: url(../images/plus-black.svg) no-repeat 6px 6px;
    background-size: 25px 25px;
    color: black;
    padding-left: 40px;
    border: solid 1px black;
}

#continue-button {
    width: auto;
    height: 40px;
    background: #b1b1b1 url(../images/arrow-white.svg) no-repeat calc(100% - 6px);
    background-size: 25px 25px;
    color: white;
    padding-right: 40px;
    border: none;
}

/* styling of select2 input fields */

#lwit-form-wrapper .airport-search-field {
/*    background-color: #ccc; */
  /*  height: 80px; */
}

#lwit-form-wrapper .airport-search .select2-container--default {
    height: 40px;
    border: none;
}
/* remove background to show aircraft image */
#lwit-form-wrapper .airport-search .select2-container--default .select2-selection--single {
    margin-top: 6px;
    background: unset !important;
    border: none;
}

#lwit-form-wrapper .airport-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

#lwit-form-wrapper .airport-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 50px
}


#lwit-form-wrapper .airport-search .select2-container--default {
    z-index: 1;
    background-repeat: no-repeat !important;
    background-position: 8px 6px !important;
    background-size: 25px 25px !important;
    border: 1px solid #b1b1b1;
}
#lwit-form-wrapper .airport-search.from .select2-container--default {
    background: url(../images/departure-grey.svg);
}

#lwit-form-wrapper .airport-search.to .select2-container--default {
    background: url(../images/arrival-grey.svg);
}

/* format select2 dropdown */
#lwit-form-wrapper .airport-search .select2-results__option {
    font-family: 'Didact Gothic', Sans-serif;
    font-size: 13px;
    color: red;
}

/* contact tab */

#lwit-form-wrapper .lwit-tab-contact .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}


#lwit-form-wrapper .lwit-tab-contact .col-0 { width: 100%; }
#lwit-form-wrapper .lwit-tab-contact .col-1 { width: calc(50% - 7px); }
#lwit-form-wrapper .lwit-tab-contact .col-2 { width: calc(50% - 7px); }

#lwit-form-wrapper .lwit-tab-contact .col-1 input, label {
    font-size: 13px;
    width: 100%;

}
#lwit-form-wrapper .lwit-tab-contact .col-2 input, label {
    font-size: 13px;
    width: 100%;

}
#lwit-form-wrapper .lwit-tab-contact #additional-info{
    font-size:13px ;
}
#lwit-form-wrapper .lwit-tab-contact .checkbox-label{
    display: flex;
    align-items: center;

}

#lwit-form-wrapper .lwit-tab-contact .checkbox-label input[type="checkbox"] {
    margin-right: 10px;
}


/*  ????  */


.flightrequest .flightrequest-destinations .select2-container--default .select2-selection--single .select2-selection__rendered:before {
    content: "";
    display: block;
    width: 42px;
    height: 26px;
    position: absolute;
    top: 22px;
    left: 12px;
    z-index: 1;
    border-right: 1px solid #bebebe;
    background-repeat: no-repeat !important;
    background-size: 28px !important;
    background-position: 0 !important;
}

.select2-results__option{
    font-size:13px ;
}
.select2-search__field{
    font-size:13px ;
}
#flight-request-button{
    width: auto;
    height: 40px;
    background: #b1b1b1;
    background-size: 25px 25px;
    color: white;
    border: none;
}
#back-button{
    width: auto;
    height: 40px;
    background: #b1b1b1;
    background-size: 25px 25px;
    color: white;
    border: none;
}

.lwit-thankyou-message {
    justify-content: center;
    align-items: center;
    display:none;
    background-color:white !important;
}
.lwit-thankyou-message .row {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    margin-top:50px;
}


.lwit-thankyou-message .field-group {
    max-width: 600px;
    font-size: 13px;
}

.lwit-error-message {
    justify-content: center;
    align-items: center;
    display:none;
    background-color:white !important;
}
.lwit-error-message .row {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    margin-top:50px;
}
#error-box-contact{
    color:red;
    margin-bottom:20px;
}


.lwit-error-message .field-group {
    max-width: 600px;
    font-size: 13px;
}

#another-request-button{
    width: auto;
    height: 40px;
    background: #b1b1b1;
    background-size: 25px 25px;
    color: white;
    border: none;
}
#retrySubmissionButton{
    width: auto;
    height: 40px;
    background: #b1b1b1;
    background-size: 25px 25px;
    color: white;
    border: none;
}