#aanbod .mcb-section-aanbodhead {
    background-size: cover;
    background-position: center;
    padding-top: 250px;
    padding-bottom: 200px;
}
#aanbod .mcb-section-aanbodhead .mcb-background-overlay {
    background-image: linear-gradient(0deg, #000000 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.25;
    background-color: #000000;
}
#aanbod .mcb-section-aanbodhead .mcb-wrap{
    justify-content: center;
}

#aanbod .mcb-section-aanbod {
    padding-top: 70px;
    padding-bottom: 70px;
}

#entity-search {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    margin-bottom: 50px;
}
#entity-search select,
#entity-search input{
    margin-bottom: 0;
} 

#entity-search .area_prijs .search-items {
    display: flex;
    gap: 10px
}
#entity-search .area_status select {
    width: 250px;
}
#entity-search .area_prijs select,
#entity-search .area_slaapkamers select,
#entity-search .area_kamers select {
    width: 155px;
}
#entity-search .area_adres input {
    width: 290px;
}

#entity-search input[type=submit]{
    height: 40px;
    width: 125px;
}


#entity-results .search-settings {
    display: flex;
}
#entity-results .search-settings select {
    margin-left: auto;
    width: auto;
    text-align: right;
    padding-right: 35px;
    border: 0;
}


@media screen and (max-width: 1239px) {
    #entity-search {
        flex-wrap: wrap;
        gap: 30px 20px;
    }
    #entity-search .area_adres,
    #entity-search .area_prijs {
        width: calc(50% - 10px);
    }
    #entity-search .area_status,
    #entity-search .area_kamers {
        width: calc(50% - 83px);
    }

    #entity-search .area_adres input {
        width: 100%;
    }
    #entity-search .area_prijs select, 
    #entity-search .area_slaapkamers select, 
    #entity-search .area_kamers select,
    #entity-search .area_status select {
        width: 100%;
    }
    #entity-search .h6-form {
        line-height: 10px;
    }
}

@media screen and (max-width: 550px) {
    #entity-search .area_adres,
    #entity-search .area_prijs {
        width: 100%;
    }
    #entity-search .area_status,
    #entity-search .area_kamers {
        width: calc(50% - 10px);
    }
    #entity-search input[type=submit] {
        width: 100%;
    }
}