  #map {
   height: 500px;
   width: 100%;
   overflow: hidden;
   float: left;
   }
   
     .aanbod hr {
    width: 100%;
    border-color: #b8b8b8;
    margin: 0;

}

.aanbod {
    padding-bottom:0px!important;
    margin-top: 20px;
    height:auto!important;
    max-height: unset!important;
}
.aanbod .informatie{
    padding-bottom:20px;
}
.row.filters {
    border: 1px solid #ccc;
    padding: 30px;
    margin: 0px!important;
    top: -25px;
    z-index: 9999!important;
    position: absolute;
    background: #fff;
    border-radius: 5px;
}          
        [id*="tabwijk"]:target {
          display:block;
        }
        .tabwijken{
            padding:20px 0px;
        }
        .aanbod {
            width: 48%;
            max-height: 150px;
            DISPLAY: inline-block;
            height: 150px;
        }
        
@media (max-width:1080px){
    .container.list {
        padding-top: 400px!important;
    }
    
    .row.filters .col-md-6 {
        margin-bottom: 25px!important;
        margin-top: 0px!important;
    }
}