@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap');


* {
    font-family: "Assistant", sans-serif;
}

.categories,
.experience,
.function,
.location {
    display: none;
}

.layers-1 {
   display: block;
    margin-bottom: 10px;
  margin-top: 10px;
}

.filters {
    margin-bottom: 10px;
}
.title {
    font-weight: bold;
    font-size: 18px;
    color: #1f6c90;
}

label {
    font-weight: 500;
    margin-right: 10px !important;
  font-size: 17px;
}

label:hover {
    cursor: pointer;
    color: #000;
}

.selection label {
    margin-right: 5px;
    font-weight: normal;
}

.btn {
  border: 0 !important;
  padding: 15px 40px;
  font-size: 16px;
  background: linear-gradient(270deg, rgba(0, 161, 153, .9), #1d6f91 38%, #1f6c90) !important;
  color: #fff;
}

.btn:hover {
  background: linear-gradient(#1f6c90,#1f6c90) !important;
  color: #fff;
}

a {
    text-decoration: underline;
    
}

input[type="radio"],
input[type="checkbox"] {
    accent-color: #1f6c90;
}

.form-group {
    display: block !important;
    margin-bottom: 5px !important;
}

.layers-1 .title .placeholder,
.departments .title .placeholder {
  display: none;
}

.departments .title:after {
  content: 'Locaties';
}

.layers-1 .title:after {
  content: 'Vakgebied';
}

label:has(input:focus-visible),
a:focus  {
  outline: 1px solid #292b2c !important;
}

.btn:focus {
  outline: solid #292b2c !important;
  color: #fff !important;
}

.email-label {
  font-weight: bold;
  font-size: 18px;
  color: #1f6c90;
  display: block !important;
  font-family: "Assistant", sans-serif;
}

#email {
  width: 100%;
  max-width: 400px;
  font-size: 16px;
height: 45px;
}
