.card-body p {
  margin-bottom: -0.5rem !important;
}

ul {
  list-style-type: none;
  padding-left: 20px;
}

.ul-arrow li::before {
  content: "\2192";
  display: inline-block;
  margin-right: 10px;
  color: #fff;
}

.btn-wat {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.slide-text-color {
  color: #ffffff;
}

.slide-overlay p {
  font-size: 1.25rem;
}

.link-legal {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: all 0.3s ease;
}

.link-legal:hover {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}

.link-legal:active {
  color: #fff;
}

.link-legal:visited {
  color: rgba(255, 255, 255, 0.6);
}

.container {
}

#vakgebieden-wrapper {
  position: relative;
  z-index: 0;
}

h1, h2, h3, h4, .btn {
  font-family: 'Roboto';
}

.heading_contact {
  font-size: 1.5rem;
}

.card-testimonial {
  background-color: #2d5396;
}

.form-control::placeholder {
  color: #555555 !important;
}

.form-control:focus {
  background-color: #ffffff !important;
  color: initial !important;
}

