#category-overview {
  padding-top:0px;
  padding-bottom:80px;
}

#category-overview strong {
  margin-right:10px;
  color:#232323;
}

#category-overview button {
  display:inline-block;
  margin-right:5px;
  padding:3px 8px;
  border:0px;
  border-radius:50px;
  color:#ffffff !important;
}

#category-overview button:hover {
  background:#232323;
}

button.filteractive {
  background:#232323;
}

#tools {
  padding-top:0px;
}

#tools .lightbluebg {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:110px;
  z-index:-1;
}

#tools .kader {
  margin-bottom:30px;
  padding:35px;
  border-radius:30px;
  transition: all .3s ease-in-out;
  background:#ffffff;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

#tools .kaderttitle {
  margin-bottom:20px;
  font-size:16px;
  font-weight:600;
  line-height:1;
}

#tools .kaderttitle img {
  float:right;
  max-height:16px;
  transition: all .3s ease-in-out;
}

#tools .kadertekst {
  margin-bottom:10px;
  color:#777777 !important;
}

#tools .kadercategorie {
  display:inline-block;
  margin-right:5px;
  padding:3px 8px;
  border-radius:50px;
  color:#ffffff !important;
}

#tools .kader:hover {
  box-shadow: rgba(149, 157, 165, 0.1) 0px 2px 6px;
  cursor:pointer;
}

#tools .kader:hover .kaderttitle img {
 margin-right:10px;
}