.RegelBox{
    display: flex;
    justify-content: center; /* Center the flex items horizontally */ 
}
.RegelBox2{
    display: flex;
    justify-content: center; /* Center the flex items horizontally */ 
}

.RegelBox Div{
    margin:10px ;
    padding:5px 7px 5px 0;
}
.OuterBoxLocatie{    
    float:left;
    width:50%;
    height: 120px;
    border: 1px solid #d1d1d1;
    padding:10px;
}

.BoxLocatie{
    display: flex;
    /*flex-direction: column;*/    
    /*flex-wrap: wrap;*/
    width: 100% !important;
}
.BoxLocatie div:first-child {
    flex: 1 1 65%; /* Make each form group take 50% of the container width */
    
}
.BoxLocatie div:last-child {
    flex: 1 1 35%; /* Make each form group take 50% of the container width */
    
    
}
.RegelBox label {
    display: block;
    margin-bottom: 5px;
    color:#42aba5;
  }
.RegelBox input, select {
    height: 38px;
    width: 100% !important;
    margin:0 !important;
}

.OuterBoxHandel{
    float:left;
    width:30%;
    height: 120px;
    border: 1px solid #d1d1d1;
    padding:10px;
}

.BoxHandel{
    
    list-style: none;
    /*margin: 0 100px 0 0;*/
    margin:17px 10px 0 -20px;
    
}
.BoxHandel h3{
    font-size: 18px;
    font-weight: bold;
}


.TiProductfilter{
    width: calc(80% + 21px);
    height: 50px;
    margin:5px 0 0 0;
    padding:15px;
    
    background-color: #42aba5;
    color: white;
}

.OuterBoxProducten{
    background-color:#dbf0ef;    
    width: calc(80% + 21px);
    display: flex;
    flex-wrap: wrap;  
    border: 1px solid #42aba5;
    /*padding:10px;*/
}

.OuterBoxProducten div {
    flex: 1 1 33%; 
    
}
.BoxProduct {    
    padding:0;
    /*border:#42aba5 1px solid;*/
}

.BoxProduct h4{    
    margin:0;
    font-size: 18px;
    color:#42aba5;
    font-weight: bold;
}
.BoxProduct div{    
    /*text-align: center;*/
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.BoxProduct ul{    
    list-style: none;
    /*margin: 0 100px 0 0;    */
    margin-left:-39px;
    margin-bottom:10px;
}
.BoxProduct ul li{    
    /*margin: 0 !important;*/
    margin-left:40px;
    font-weight:200;
    font-size: 14px;    
}

.BoxProduct ul li input{    
    width: auto;
    margin-right:5px;
    margin-bottom:0px;
}
.BoxProduct ul li label{  
    margin-bottom:0px;
}



.bh-sl-map-container{
    border-top: 1px solid #42aba5;
    padding-top:10px;
    border-bottom: 1px solid #42aba5;
    padding-bottom:10px;
}



@media (max-width: 1024px) {
    .RegelBox{    
        display: block;     
    }
    .RegelBox Div{
        margin:0 0 10px 0;
        padding:5px;
    }

    .OuterBoxLocatie{    
        float:none;
        width:100%; 
        height: 110px;             
    }
    .OuterBoxHandel{    
        float:none;
        width:100%; 
        height: 110px;             
    }
    .BoxHandel{
       margin:17px 10px 0 -30px;
    }
    .BoxLocatie .BoxKolom label {
        font-size: 14px;
      }
    
    .OuterBoxProducten{
        width:100%;
        
    }
    .OuterBoxProducten div {
        flex: 1 1 100%; 
        
    }
    .TiProductfilter{
        width:100%;
        
    }


    .BoxProduct div img{    
        /*padding-top: 30px;*/
        padding:20px;

    }
    
    .BoxProduct ul{    
        margin-bottom: 10px;
        
    }
    .BoxProduct {            
        border-bottom: #42aba5 10px solid;
    }
}