
.searchform-wrapper{
    min-height: 400px;
}
.main-search form#searchform {
    background-color: var(--beon-form-background);
    max-width: 1000px;
    height: 42px;
    padding-left: 50px;
}
.main-search .form-group{
    display: inline-block;
    position: relative;
    min-width: 160px;
    min-height: 100%;
    padding: 10px;
}
:root {
	--form-background: var(--beon-form-background);
}
.main-search .activeoptions-wrapper {
	display: flex;
	align-items: center;
    margin-top: 20px;
}

.main-search .activeoptions-wrapper .activeoptions-label {
	margin-right: 25px;
}

.activeoptions {
	display: flex;
	flex-wrap: wrap;
}

.activeoptions .parameter-wrapper {
	padding: 7px 5px 7px 10px;
	background-color:var(--beon-form-background);
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
    align-items: center;
}

.activeoptions .parameter-wrapper a, .close-popup {
	width: 20px;
	height: 20px;
	margin-left: 5px;
	background: url(/wp-content/plugins/beon-voffice/assets/images/xmark-solid.svg);
	background-repeat: no-repeat;
    background-size: contain;
}

span#select2-order-container::after {
	content: "";
	background: url(/wp-content/plugins/beon-voffice/assets/images/chevron-down-solid.svg);
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
    transform: translate(0, -50%);
    right: 0;
}

#calender-wrapper {
    bottom: auto;
    top: 69px;
    z-index: 22;
}
.toggleGuests {
    bottom: auto;
    top: 47px;
}
.form-tooltip:after {
    display: none;
}

/* my css */
.property-wrapper{
    display: flex;
    background: var(--beon-form-background);
    margin-top: -50px;
    height: 100px;
    justify-content: center;
    align-items: center;
    padding: 28px 28px 32px 40px;
}
.main-search form#searchform input[type="submit"]{
    height: 42px;
    border: 1px solid var(--beon-primary-color);
    background-color: var(--beon-form-background);
    color: var(--beon-primary-color);
    width: 120px;
    padding: 05px 10px;
}
.main-search form#searchform input[type="submit"]:hover{
    color: var(--beon-button-text-color) !important;
    background-color: var(--beon-primary-color);
    transition: all 0.2s;
}

.title-suche h4{
    font-size: 20px;
    text-transform: uppercase;
    margin: 0px;
}
.main-search .beon-form-label{
   padding-bottom: 0px;
    font-size: var(--beon-14px-font);
}
.main-search .form-group.dateInput,
.main-search .form-group.dateInput > div,
.main-search .wrap-guests {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.main-search .beon-formgroup{
    display: flex;
    gap: 50px;
}

.no-results-wrapper{
    padding: 50px 0px;
}

.wrap-filter{
    background: white;
    display: flex;
    margin-top: 50px;
    padding: 20px;
    gap: 20px;
    flex-wrap: wrap;
}
.wrap-filter label{
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 0.56px;
    font-family: var(--beon-font-family);
    padding-bottom: 2px;
    cursor: pointer;
}
.wrap-filter label input{
    opacity: 0;
    width: 0;
    height: 0;
}
.wrap-filter .checkbox-wrapper label:has(input[type="checkbox"]:checked) {
    color: var(--beon-text-color);
    border-bottom: 2px solid var(--beon-text-color);
}

.wrap-filter .checkbox-count{
    display: none;
}
@media only screen and (max-width: 1024px){
    .main-search .form-group.dateInput{
        justify-content: flex-start;
        padding-left: 0px;
        margin: 0px;
    }
    .content-wrapper{
        padding: 0px 15px;
    }
    .property-wrapper{
        height: 100%;
        padding: 20px;
    }
    .main-search .wrap-guests{
        padding-left: 0px;
    }
    form#searchform {
        max-width: 250px;
        /* min-height: 150px; */
        height: 100%;
    }
    .title-suche{
        text-align: left;
        width: auto;
        display: none;
    }
    .wrap-region, .wrap-guests, form select, form .select2-container {
        min-height: 20px !important;
        max-height: 30px !important;
    }
    .main-search .beon-formgroup{
        align-items: center;
        gap: 20px;
    }
    .main-search form#searchform{
        padding-left: 0px;
    }
    #guests{
        justify-content: flex-start;
    }
    .overview ul {
        flex-wrap: wrap;
    }
    .overview ul li:nth-child(2) {
        order: 2;
    }
    .overview ul li:first-child {
        padding-right: 0px;
    }
    .overview ul li:last-child {
        padding-left: 0px;
    }
    .overview ul li:nth-child(2) {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }
    
    .overview ul::after {
        display: none;
    }
    .main-search .activeoptions-wrapper {
        flex-wrap: wrap;   
    }
    .main-search .activeoptions-wrapper .activeoptions-label {
        width: 100%;
    }
    .main-search .property-wrapper label {
        font-size: var(--font-size-small);
    }
}

@media only screen and (max-width:768px){
    .property-wrapper{
        flex-direction: column;
        padding: 30px 20px 28px 20px;
    }

    .main-search .beon-formgroup{
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    form#searchform{
        min-height: 150px;
    }
    .main-search form#searchform{
        padding-top: 0px;
    }
}