ul.vestiging li {
  list-style: none;
  margin: 0;
  float: left;
  display: inline-block;
}

ul.medewerkers {
  list-style: none;
  margin: 0;
}

ul.medewerkers li {
  list-style: none;
  margin: 0;
}

ul.medewerkers ul {
  list-style: none;
  margin: 0;
}

ul.medewerkers ul.afdeling {
  margin-bottom: 0;
  overflow: hidden;
}

h2, h3 {
  margin: 0 0 10px 0;
  cursor: pointer;
}

h2:hover, h3:hover {
  color: #e50000;
}

ul.medewerkers li.medewerker {
  width: 165px;
  min-height: 210px;
  padding: 10px;
  text-align: center;
  float: left;
  margin: 0 15px 20px 0;
  cursor: pointer;
}
ul.medewerkers li.medewerker img {
  max-height: 95px;
}
ul.medewerkers li.medewerker.new {
  padding: 0;
}
ul.medewerkers li.medewerker.new img {
  max-height: none;
}
ul.medewerkers li.medewerker .employee-info {
  padding: 10px;
}
ul.medewerkers li.medewerker h4 {
  font-size: 14px;
  margin: 5px 0;
}
ul.medewerkers li.medewerker span {
  font-style: italic;
}
ul.medewerkers li.medewerker .info {
  display: none;
  width: 600px;
  line-height: 16px;
}
ul.medewerkers li.medewerker .info .box {
  width: 310px;
  font-size: 12px;
  float: left;
  margin: 0 10px 10px 0;
}

#btn-vestiging {
  margin: 0 0 10px 0;
  overflow: hidden;
  padding: 0;
}
#btn-vestiging li:first-child {
  margin-right: 4%;
}
#btn-vestiging li {
  list-style: none;
  float: left;
  width: 48%;
  margin: 0 5px 5px 0;
}
#btn-vestiging a {
  border: none;
  display: block;
  margin: 0 0 10px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
}
#btn-vestiging a.button:hover {
  color: #dd1f26;
  border: 1px solid #dd1f26;
  background: #fff;
}
#btn-vestiging a.active {
  color: #fff;
  border: 1px solid #dd1f26;
  background: #dd1f26;
}
#btn-vestiging a.active:hover {
  color: #fff;
  border: 1px solid #dd1f26;
  background: #dd1f26;
}

#employees .employee {
  width: 150px;
  height: 150px;
  border: 1px solid red;
  margin: 0 10px 10px 0;
  padding: 10px;
  float: left;
  text-align: center;
  background: green;
}
#employees .employee:hover {
  background: blue;
  color: #fff;
}

#employee-index {
  min-height: 300px;
}

#employee-index .employee-holder {
  float: left;
  width: 17.9487179487%;
  margin-bottom: 20px;
  margin-right: 2%;
}
#employee-index .employee-holder .employee {
  position: relative;
  text-align: center;
}
#employee-index .employee-holder .employee-info {
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px;
  background: #282830;
  color: #fff;
}
#employee-index .employee-holder .employee-info .email {
  display: none;
}
#employee-index .employee-holder.active .employee-info {
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
#employee-index .employee-holder.active .employee-info .email {
  transition: all 0.2s ease-in-out;
  display: block;
}
#employee-index .employee-holder.active .employee-info a {
  color: #fff;
}
#employee-index .employee-holder span {
  display: block;
  display: block;
}
@media only screen and (max-width: 1023px) {
  #employee-index .employee-holder {
    width: 23%;
  }
}
@media only screen and (max-width: 860px) {
  #employee-index .employee-holder {
    width: 30%;
  }
}
@media only screen and (max-width: 700px) {
  #employee-index .employee-holder {
    width: 48%;
  }
}

#employee-index div[class^=row-] > div:not([style*="display: none"]):last-child {
  margin-right: 0 !important;
}

#employee-sort ul {
  display: flex;
  flex-wrap: wrap;
}
#employee-sort li {
  list-style: none;
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#employee-sort li.btn {
  margin-bottom: 10px;
}
#employee-sort li:hover {
  background: #282830;
  color: #fff;
}
#employee-sort li.sort-active {
  background: #1c1c22;
  color: #fff;
}

.werken-bij-van-ekris a {
  transition: 0.5s all;
  display: block;
  color: #fff;
  font-family: "Toyota Bold";
  margin: 20px;
  background: #79b829;
  font-size: 30px;
  text-align: center;
  padding: 20px;
  text-decoration: none;
}
