.ets-data * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
    
.ets-data {
    position: relatve;
    overflow: hidden;
    > div {
        position: relative;
        > div {
            display: flex;
            align-items: center;
            margin: 8px !important;
            padding: 0 15px !important;
            background: #242424 !important;
            border-radius: 10px !important;
            > div {
                position: relative;
                margin-left: 10px !important;
                width: 100%;

            }
        }
    }
    & i {
        color: #ffc000;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        width: 32px;
    }
    & label {
        color: #FFF !important;
        position: absolute;
        left: 4px; top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
    }
    & select {
        color: #B5B5B5;
        border: 0;
        width: 100%;
        outline: none;
        font-family: inherit;
        font-size: inherit;
        background: none;
        position: relative;
        padding: 15px 0 !important;
        z-index: 1;
        > option {
            color: #000;
        }
    }
    .ets-hide {
        display: none;
    }
    .ets-loc {
        display: block !important;
        > div {
            background: #ffc000 url('https://expresstaxi-soelden.at/wp-content/assets/images/1946770.png') no-repeat center left !important;
            background-size: 30px !important;
            background-position-x: 15px !important;
        }
        & select {
            color: #000 !important;
            text-indent: 30px;
            padding: 20px 0 !important;
            
        }
    }
    & :where(.ets-von, .ets-bis) {
        display: block;
        & select {
            padding-top: 35px !important;
            text-indent: 0;
        }
        .hv label {
            font-size: 12px;
            display: block;
            top: 20px;
            line-height: 12px;
            &:before {
                display: none;
            }
        }
    }
    .ets-von > div {
        margin-bottom: 1px !important;
        border-radius: 10px 10px 0 0 !important;
    }
    .ets-bis > div {
        margin-top: 0 !important;
        border-radius: 0 0 10px 10px !important;
    }
    .ets-preis {
        margin-top: 20px !important;
        > div {    
            background: none !important;
                > div {
                display: flex;
                align-items: center;
                justify-content: left;
                flex-direction: row-reverse;
            }
        }
        & label {
            display: block;
            position: initial;
            font-size: initial;
            margin-right: 10px !important;
            line-height: inherit;
            &:before {
                display: none;
            }
        }
        & strong {
            color: #ffc000 !important;
            font-size: 25px;
        }
    }
    .ets-disabled i, 
    .ets-disabled label {
        opacity: .3;
    }
    
}

.ets-customer-fields {
    color: #FFF;
    display: none; 
    border: 1px solid #242424;
     border-radius: 10px;
    padding: 30px 20px;
    margin: 20px 10px 0;
    & div {
        padding: 0;
        margin-bottom: 10px;
        position: relative;
        clear: both;
    }
    & :where(input, textarea, button) {
        background: #242424 !important;
        border: 0 !important;
        padding: 20px !important;
        border-radius: 10px;
        width: 100%;
        font-family: inherit;
        font-size: inherit;
        color: #FFF !important;
        height: 64px;
        color-scheme: dark;
        border: 1px solid #ffc000 !important;
        &::placeholder {
            color: #FFF;
        }
    }
    & input[type=checkbox] {
        padding: 0 !important;
        width: 20px;
        margin: 0 10px 0 20px;
        height: auto;
    }
    & textarea {
        height: 200px;
        border-radius: 10px;
    }
    & button {
        background: #ffc000 !important;
        padding: 20px 30px !important;
        color: #000 !important;
        clear: both;
        cursor: pointer;
        font-weight: bold;
        &:hover {
            background: #e5e643 !important;
        }
    }
    & span {
        position: absolute;
        right: 8px;
        bottom: -3px;
        font-size: 13px;
        color: tomato;
    }
    .ets-abholdatum:before {
        content: "Abholdatum";
        margin-left: 20px;
    }
    .ets-abholzeit:before {
        content: "Abholzeit";
        margin-left: 20px;
    }
    .ets-retour_abholdatum {
        display: none; 
        &:before {
            content: "Abholdatum";
            margin-left: 20px;
        }
    }
    .ets-retour_abholzeit {
        display: none; 
        &:before {
            content: "Abholzeit";
            margin-left: 20px;
        }
    }
}


.ets-preis>div>div {
    padding-top: 35px;
}

.ets-retour {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    & input {
        appearance: none !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        width: 20px;
        height: 20px;
        border: 1px solid #ffc000;
        border-radius: 3px;
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
        &:checked:before {
            content: "\f00c" !important;
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            color: #FFF;
        }
    }
        
}

.ets-retour_abholdatum {
    border: 1px solid;
    padding: 15px 0px 20px 20px !important;
    border-radius: 10px 0 0 10px;
    border-right: 0;
    margin-top: 30px;
    &:before {
        margin-left: 0 !important;
    }
    &:after {
        content: "Retour Fahrt";
        position: absolute;
        top: -30px;
        left: 20px;
    }
}

.ets-retour_abholzeit {
    border: 1px solid;
    padding: 15px 20px 20px 0 !important;
    border-radius: 0 10px 10px 0;
    border-left: 0;
    margin-top: 30px;
    &:before {
        margin-left: 0 !important;
    }
}
    
.ets-booking.process button {
    background-image: url(https://expresstaxi-soelden.at/wp-content/assets/images/spinner.gif) !important;
    background-size: 50px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    color: transparent !important;
}

.ets-notice {
    background: rgb(139, 195, 74);
    color: #000;
    padding: 20px;
    margin: 30px 10px 0;
    border-radius: 10px;
}

.booked .ets-data:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

@media (min-width: 767px) {
    
    .ets-abholdatum, 
    .ets-retour_abholdatum {
        width: 55%;
        float: left;
        clear: none !important;
        & input {
            border-radius: 10px 0 0 10px !important;
            border-right: 0 !important;
        }
    }
    
    .ets-abholzeit, 
    .ets-retour_abholzeit{
        width: 45%;
        float: left;
        clear: none !important;
        & input {
            border-radius: 0 10px 10px 0 !important;
        }
        &:before {
            margin-left: 20px;
        }
    }
    
}

@media (max-width: 580px) {
    
    .ets-customer-fields {
        border: 0;
        padding: 0;
    }
    
    .ets-customer-fields span {
        position: initial;
        margin-left: 20px;
    }
    
}

@media (max-width: 767px) {
        
    .ets-retour_abholdatum {
        margin: 40px 0 0 !important;
        padding-right: 20px !important;
        border-radius: 10px 10px 0 0;
        border: 1px solid;
        border-bottom: 0;
    }
    .ets-retour_abholzeit {
        border: 1px solid;
        border-top: 0;
        border-radius: 0 0 10px 10px;
        margin-top: 0;
        padding: 0 20px 20px !important;
    }
    
}