/**************************/
/* Booking Hauptcontainer */
/**************************/

@media (max-width: 959px) {
    .booking {
        position: inherit !important;
        margin-top: 35px !important;
        background: transparent;
        width: inherit !important;
    }
}

@media (min-width: 960px) {
    .booking {
        padding: 20px 0px 0px 0px;
        position: absolute !important;
        margin-top: -150px !important;
        background: rgba(255, 255, 255, 0.85);
        width: 100% !important;
    }
}


/**************************/
/* Booking Formular       */
/**************************/

form#fidForm {
    margin-top: -5px;
    text-align: center;
    margin-bottom: 0px;
}


/*****************************/
/* Booking Formular-Elemente */
/*****************************/

#fidForm p {
    padding: 0px 18px 0 18px;
    display: inline-block;
    margin-bottom: 12px;
}

.booking input:not(#bkButton), .booking select, .booking input#datepicker {
    background: transparent!important;
    border-radius: 0px!important;
    border-bottom: 1px solid black!important;
    border-top: none!important;
    -webkit-appearance: inherit!important;
    border-left: none!important;
    border-right: none!important;
    box-shadow: none!important;
    cursor: pointer!important;
    line-height: 1.9!important;
}

.booking input#datepicker {
    width: 140px;
    padding: 8px;
}

.booking input#datepicker:hover {
    color: #555!important;
}

.booking select {
    width: 50px;
    z-index: 99999;
    position: relative;
}

.booking #bkButton {
    box-shadow: none;
    border-radius: 0px;
    border: 0px;
    padding: 7px 15px;
    background: rgb(0, 168, 16);
    color: #fff;
}

.booking input:hover {
    background: rgb(0, 168, 16);
    color: #fff;
}

.booking input#bkButton:hover {
    background: rgb(0, 122, 29);
}

/**************************/
/* Booking Label          */
/**************************/

.booking label {
    float: left;
    border-bottom: 1px solid black;
    padding-top: 2px;
    padding-bottom: 1px;
    color: #000;
    font-size: 1.2rem;
}


/******************************/
/* Font Awesome - Erweiterung */
/******************************/

.booking .fa {
    font-size: 1.6rem;
}

.booking .fal {
    float: left;
    padding: 8px 10px;
    color: #313131;
}

.booking .far{
    position:relative;
    z-index: 1;
}
