.content ul li {
    margin-bottom: 12px;
}
.bedrijf {
    background: #ce1331;
}
.particulier {
    background: #0d653a;
}
.minimenu li::before {
    content:"»" !important;
}
.card-feature__list-item {
    padding: 12px 12px 12px 0 !important;
    }
.button {
    font-size:18px !important;
}

.container {
    overflow: hidden;
  }
  
  .filterDiv {
    float: left;
    color: #ffffff;
    width: 100px;
    line-height: 100px;
    text-align: center;
    margin: 2px;
    display: none; /* Hidden by default */
  }
  
  /* The "show" class is added to the filtered elements */
  .show {
    display: block;
  }
  
  /* Style the buttons */
  .btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    margin-bottom: 5px;
    background-color: #f1f1f1;
    cursor: pointer;
    font-family: "Open Sans",sans-serif;
    text-transform: uppercase;
  }
  
  /* Add a light grey background on mouse-over */
  .btn:hover {
    background-color: #0d653aa7;
    color:#ffffff;
  }
  
  /* Add a dark background to the active button */
  .btn.active {
    background-color: #0d653a;
    color: white;
  }