.lb_booking_filter_datepicker {
    position: absolute;
}

:host {
    --color-bg-locked: #82828285;
}
.lb_booking_box {
    min-width:300px;
    display:flex;
    flex-direction: column
}
.lb_booking_box_row {
    display:flex;
    flex-direction: row;
    padding-top:10px;
    padding-bottom:10px;
}
.lb_booking_box_row >div {
    flex: 50%;

    align-content: center;
}

#lb_apply_booking_filter {
    background-color: #373D41 !important;
    border:1px solid #373D41 !important;
    padding: 15px 30px;
    color: white;

}
#lb_apply_booking_filter:hover {
    background-color: #AE9150 !important;
}


.lb_booking_box {
    display:flex;
    flex-direction: column
}
.lb_booking_box_row {
    display:flex;
    flex-direction: row;
    padding-top:10px;
    padding-bottom:10px;
}
.lb_booking_box_right {

    display: flex;
    flex-direction: row-reverse;
}

.lb_booking_box_row >div {
    flex: 50%;
}
.lb-filter-container {
    display: none;
}

#lb_content_people, #lb_content_daterange {
    display:none;
}

.lb_booking_submit {
    display:flex;
    flex-direction: row;
    align-self: self-end;
}

.lb_booking_hero {
    min-height: auto;
    height: 100vh;
    max-height: 350px;
    justify-content: end;
    padding-bottom: 20px;

}
.lb-mietvereinbarung p {
    margin-bottom:0px;
}


.lb_popout {
    flex-direction: row;
    border:1px solid #999999;
    cursor:default;
    margin-top: 15px;
    text-align:left;
    display:none;
    padding: 10px 10px;
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.lb_popoutmodal {
    background-color: #fefefe;
    border: 1px solid #888;
    width: 100%;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    border-radius:20px;
}
.lb_popoutpeople .lb_popoutmodal {

    max-width:450px !important;
}

.lb_popoutdaterange  .lb_popoutmodal {

    max-width:1020px !important;
}

.lb_popoutmodal >div {
padding:20px;
}

.lb-booking {
    float: right;
    background: #CDAE6D;
    color: white !important;
    padding: 10px 15px !important;
}

.lb-booking:hover {
    background: #AB9157;
}

.lb-booking-price {
    display: inline-block;
    font-size:1.3em !important;
    margin-top: 10px !important;
    color: black !important;
}


.lb-summary {
    display:flex;
    flex-direction: row;
}
.lb-summary-name {
    flex-basis: 50%;
    font-weight:400;
}
.lb-summary-value {
    flex-basis: 50%;
    text-align:right;
}
.lb-summary-total-tax {
    font-size:10px;
    display: block;;
    font-weight:400;
}

.lb-summary-details span {
    display: block;
}

.lb-summary-container {
    color:#4D5256;
}
.lb-summary-payments-title, .lb-summary-title, .lb-summary-details-name {
    font-weight:600;
    padding-top:15px;
    padding-bottom:2px;

}
.lb-summary-total .lb-summary-value, .lb-summary-total .lb-summary-name {
    font-size:18px;
    font-weight:600;
    padding-top:20px;
}
.lb-summary-container h3 {
    font-size:20px;
    font-weight:600;
}
.lb_maximum_people {
    color:red;
    font-weight:normal;
}

#lb_apartment_title {
    font-weight:bold;
}

.lb-summary-container {
    /*border: 1px #dddddd solid;*/
    border-radius:0;
    padding:15px;
    background-color:#ffffff;
}
.lb-summary-payments-row {
    font-size:14px;
}

#fluentform_3,#fluentform_4 { color:white ;}

#fluentform_3 .ff_t_c strong, #fluentform_4 .ff_t_c strong {
    padding-bottom:10px;
    display: block;
}

.ff_t_c strong {
    padding-left:10px;
}

.lb-booking-button, .ff-btn-submit {
    background-color: #ffffff !important;
    border:0;
    padding: 15px 30px;
    color: #373d41 !important;
}

.lb-booking-button {
    background-color: #373d41 !important;
    color:white !important;
}

.lb-booking-button:hover, .ff-btn-submit:hover {
    background-color: #AE9150 !important;;
    color:white !important;
}
.lb-datepickers {
    display:none;
}

.lb-booking-summary-icons {
    padding: .5em 0;
    display: flex
;
    gap: 8px 8px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.lb-booking-summary-value {
font-size: 1em;
line-height: 1.4;

    margin-bottom: auto;
    margin-top: auto;
}

.lb-booking-summary-icon {
    stroke-width: 2;
    width: 1em;
    height: 1em;
    color: black;
    margin-top: auto;
    margin-bottom: auto;
}
.lb-booking-summary-icon svg {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    overflow: visible;
    pointer-events: none;
    vertical-align: top;
    width: 100%;
}


.quantity input{
    padding:0;
}

.quantity {
    display: inline-block;
    border: 0px solid #ab9157;
    border-radius: 0;
    overflow: hidden;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
}

.lb_booking_box_row:not(:last-child) {

    border-bottom: 1px #9e9e9e solid;
}

.lb_booking_box_row label {

    color: #4d5256;
    font-size:14px;
}

.lb_popoutpeople .lb_booking_box_row label {

    color: #4d5256;
    font-size:16px;
}
.lb_popoutpeople >div >div {
    width:450px;
    padding:20px;
}

.quantity button {
    background-color: #ab915714 ;
    border: 1px #9e9e9e solid;
    color: #4d5256;
    padding:5px 10px;
    cursor: pointer;
    font-size: 20px;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
}

.quantity button:hover {
    background-color: #ab9157;
}

.input-box {
    width: 100%;
    max-width: 40px;
    text-align: center;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    outline: none;
    border:0  !important;
    outline:0  !important;
    line-height:1.2 !important;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-box[type="number"] {
    -moz-appearance: textfield;
}






/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.fluentform .iti__selected-flag {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.lb_booking_table_input {
    position: absolute;;
}

.fs-image-container >svg {
    position:absolute;
    top: 180px;
    left: 150px;
    width:60px;
    height:60px;
    fill:white;
}

@media only screen and (max-width: 1024px) {
    .fs-image-container >svg {
    top: 200px;
    left: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .fs-image-container >svg {
        top: 300px;
        left: 300px;
    }
}

/*TABLET*/
@media (max-width: 1024px) {
    .lb_booking_container_seperator {

    }

    .lb_popoutpeople >div >div {
        width:100%
    }


    .lb_popoutdaterange  .lb_popoutmodal {

        max-width:530px !important;
    }

}

/*PHONE*/
@media (max-width: 767px) {
    .lb_booking_box_row {

    }

    .lb_booking_container_seperator {
        display: none;
    }
    .lb_popoutpeople, .lb_popoutdaterange  {
        width:100%
    }

    .lb_popoutdaterange  .lb_popoutmodal {

        max-width:460px !important;
    }
}


