.vicinityGroup.hidden {
    display: none;
}
body.page-template-search main .filter .filterContainer ul .filter .filterOptions input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    position: relative;
}
body.page-template-search main .filter .filterContainer ul .filter .filterOptions .flex-item input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    position: relative;
    margin-right:10px;
}

.filter .slider-wrapper {
    position: relative;
    margin: 40px 30px;
}

.filter .slider-wrapper .slider-range {
    outline: none;
    margin: 10px 0 20px 0;
    padding: 0;
    -webkit-appearance: none;
    border: 1px solid var(--link-color);
    border-radius: 100px;
    background-color: #F3F3F3;
    height: 5px;
}

.filter .slider-wrapper .slider-range .ui-slider-range {
    background-color: var(--link-color);
}

.filter .slider-wrapper .ui-slider-range span.ui-slider-handle {
    z-index: 1;
    outline: 0;
    top: -10px;
    position: absolute;
    -webkit-appearance: none;
    height: 26px;
    width: 26px;
    border: 2px solid var(--link-color);
    border-radius: 50px;
    background-color: var(--link-color);
}

.filter .slider-wrapper .handle-label {
    position: absolute;
    top: -50%;
    color: #000;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    min-width: 100px;
}


.filter .slider-wrapper .handle-label.min {
    transform: translate(-100%, -100%);
    left: 0;
    text-align: right;
}
.filter .slider-wrapper .handle-label.max {
    transform: translate(75%, -100%);
    right: 0;
    text-align: left;
}


/*Filter*/

body.page-template-search main .filter{
    background: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 20px;
}


body.page-template-search main .filter .filterContainer ul .filter .filterOptions.time .date-container {
    position: relative;
    display: block;
    text-align: left;
    margin: 0 0 15px 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
body.page-template-search main .filter .filterContainer ul .filter .filterOptions.time .date-container-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
body.page-template-search main .filter .filterContainer ul .filter .filterOptions.time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
body.page-template-search main .filter .filterContainer ul .filter .filterOptions {
    color: black;
}
body.page-template-search main .filter .filterContainer ul .filter {
    position: relative;
    display: inline-block;
    font-size: 15px;
    margin-right: 30px;
    padding-right: 25px;
    cursor: pointer;
}
Benutzer-Agent-Stylesheet
li {
    text-align: -webkit-match-parent;
}
body.page-template-search main .filter .filterContainer ul {
    position: relative;
    list-style: none;
    border-bottom: 1px solid #E6E6E6;
    margin: 0 auto;
    display: block;
    text-align: center;
}
Benutzer-Agent-Stylesheet
ul {
    list-style-type: disc;
}
body.page-template-search main .filter .filterContainer {
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
}
body.page-template-search main .filter .filterContainer .filterTriggerMobile{
    position: relative;
    display: none;
    width: 100%;
    border: 2px solid #E6E6E6;
    padding: 10px 15px;
    margin-top: 15px;
    /*background-image: url(img/icons/filter.png);*/
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px auto;
    cursor: pointer;
}

body.page-template-search main .filter .filterContainer ul {
    position: relative;
    list-style: none;
    border-bottom: 1px solid #E6E6E6;
    margin: 0 auto;
    display: block;
    text-align: center;
}

body.page-template-search main .filter .filterContainer #activeFiltersContainer {
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    height: 0;
    overflow: hidden;
}

body.page-template-search main .filter .metainfo {
    position: relative;
    padding-top: 30px;
}

body.page-template-search main .filter .metainfo .resultCount {
    float: left;
    font-weight: 600;
}

body.page-template-search main .filter .metainfo .resultOrder {
    position: relative;
    text-align:center;
    float: right;
    top: -15px;
}

.clearfix:after, body.page-template-search main .filter .metainfo:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}


body.page-template-search main .filter .metainfo .resultOrder .resultOrderSelect {
    position: relative;
    
    padding: 7px 40px 7px 20px;
    border: 1px solid #E6E6E6;
    height: 40px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
    background: #FFFFFF;

    /*background-image: url(img/icons/down.png);*/
    /*background-position: right 17px center;*/
    /*background-size: auto 8px;*/
    /*background-repeat: no-repeat;*/
}
body.page-template-search main .filter .metainfo .resultOrder:after {
    /*font-family: "Font Awesome 5 Pro";*/
    /*content:"\f107";*/
    /*right:17px;*/
    /*top:13px;*/
    /*position:absolute;*/

}

body.page-template-search main .filter .filterContainer ul .filter {
    position: relative;
    display: inline-block;
    font-size: 15px;
    margin-right: 30px;
    padding-right: 25px;
    cursor: pointer;
}

body.page-template-search main .filter .filterContainer ul .filter .filterOptions {
    color: black;
}

body.page-template-search main .filter .filterContainer ul .filter .filterOptions {
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 425px;
    height: 0;
    overflow: hidden;
    padding: 0 30px;
    transform: translate(-45%, 98%);
    z-index: 500;
}

body.page-template-search main .filter .filterContainer ul .filter:after {
    content: '\f107';
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    right: 0px;

    bottom: 35px;
    height: 8px;
    width: 16px;
    /*background-image: url(img/icons/down.png);*/
    /*background-position: center;*/
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
}

body.page-template-search main .filter .filterContainer ul .filter.active > .filterOptions {
    height: auto;
    padding: 30px;
    overflow: visible;
    background: #FFFFFF;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 24%);
}

body.page-template-search main .filter .filterContainer ul .filter .filterOptions:before {
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -5px;
    content: '';
    width: 15px;
    height: 20px;
    /*background-image: url(img/triangle.png);*/
    background-position: top center;
    background-size: 50px;
}


/*input[type='checkbox'].check-custom {*/
/*    position: absolute;*/
/*    left: -10000px;*/
/*    top: auto;*/
/*    width: 1px;*/
/*    height: 1px;*/
/*    overflow: hidden;*/
/*}*/
/*input[type='checkbox'].check-custom ~ .check-toggle {*/
/*    width: 1em;*/
/*    height: 1em;*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    border: 1px solid #000;*/
/*    border-radius: 2px;*/
/*    cursor: pointer;*/
/*}*/
/*input[type='checkbox'].check-custom:checked ~ .check-toggle {*/
/*    border-color: #000;*/
/*    background: url(img/icons/filter-option-active.png) center no-repeat;*/
/*    background-size: 75%;*/
/*}*/

body.page-template-search main .filter .filterContainer ul .filter .filterOptions.time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

body.page-template-search main .filter .filterContainer ul .filter .filterOptions:before {
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -5px;
    content: '';
    width: 15px;
    height: 20px;
    /*background-image: url(img/triangle.png);*/
    background-position: top center;
    background-size: 50px;
}

body.page-template-search main .filter .filterContainer ul .filter .filterOptions.time h3 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 15px;
    margin-top: 0;
}

body.page-template-search main .filter .filterContainer ul .filter .filterOptions.time .date-container-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

body.page-template-search main .filter .filterContainer ul .filter .filterOptions.time .date-container {
    position: relative;
    display: block;
    text-align: left;
    margin: 0 0 15px 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

body.page-template-search main .filter .filterContainer ul .filter .filterOptions.time .date-container input {
    width: 145px;
    font-size: 15px;
    font-family: "Open Sans",sans-serif;
    padding: 10px 15px;
    border-radius: 20px;
    background: #fff;
    border: 1.5px solid #e6e6e6;
    color: #000;
    letter-spacing: 0;
    display: inline-block;
    margin: 0 auto;
    margin-left: 5px;
}

body.page-template-search main .filter .filterContainer ul .filter .filterOptions.time .date-container i.close {
    background: #FFFFFF;
    background-image: url(./img/icons/close-filter-black.png);
    background-repeat: no-repeat;
    background-size: 14px;
    position: absolute;
    width: 14px;
    height: 14px;
    right: 33px;
    top: 15px;
}

body.page-template-search main .filter .filterContainer ul .filter .filterOptions.time .divider {
    display: block;
    clear: both;
    height: 1px;
    width: 100%;
    border-top: 1px solid #E6E6E6;
    margin-bottom: 15px;
}

body.page-template-search main .filter .filterContainer ul .filter .filterOptions.time .day-selector {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

body.page-template-search main .filter .day-selector label {
    display: block;
    text-align: left;
    color: #000;
    margin: 8px 0;
    cursor: pointer;
}

body.page-template-search main .filter .filterContainer ul .filter .filterOptions.time .day-selector label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    margin: 4px 0;
}

input[type='checkbox'].check-custom:hover ~ .check-toggle {
    border-color: #4a4a4a;
}



body.page-template-search main .filter .filterContainer ul .filter .filterOptions.time .day-selector label .check-toggle {
    margin-right: 5px;
    margin-left: -10px;
}

body.page-template-search main .filter .filterContainer ul .filter .filterOptions.time .timeslot {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    padding: 10px 20px;
    border-radius: 20px;
    background: #FFFFFF;
    border: 1.5px solid #E6E6E6;
    color: #000000;
    letter-spacing: 0;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}


input.postcode {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 20px;
    border-radius: 20px;
    background: #FFFFFF;
    border: 1.5px solid #E6E6E6;
    color: #000000;
    letter-spacing: 0;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.vicinityGroup select.vicinity, .vicinityGroup select.timeslot {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}
.more label {
    display: block;
    text-align: left;
}
.filter .slider-wrapper .slider-range span.ui-slider-handle{
    z-index: 1;
    outline: 0;
    top: -10px;
    position: absolute;
    -webkit-appearance: none;
    height: 26px;
    width: 26px;
    border: 2px solid var(--link-color);
    border-radius: 50px;
    background-color: var(--link-color);
}


.grid-3x3{
    display:grid;
    grid-template-columns: 1fr 1fr auto;

}

.filterBtn.active{
    background: var(--red-color);
	color: white;
}

.filterBtn{
    /*text-transform: uppercase;*/
    color: black;
    background: WHITE;
    font-weight: 700;
    /*letter-spacing: 1px;*/
    padding: 5px;
    background: var(--link-color);

    width:auto;
    border-radius: 3px;
    border-color:var(--link-color);

    text-align: center;
    display: inline-block;
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
    min-width:120px;
}

/*.input.checkbox{*/
/*    padding-top:0px;*/
/*    padding-bottom:25px;*/
/*}*/


.k-slider-track{
    width:500px;
}


