@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


.subscribe-btn,
.footer,
.job-function {
    display: none !important;
}

.job-search {
  border-color: #000;
}

.search-btn {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.search-btn:hover {
  background-color: #1d64a3;
  color: #fff;
  border-color: #1d64a3;
}

.experience-select,
.function-select,
.location-select {
  display: none;
}

.departments-select,
.layers-1-select,
.layers-3-select,
.layers-6-select {
  display: inline-block !important;
}

.select {
  border-radius: 0px !important;
  border: 0;
  border-bottom: 1px solid #000;
  color: #000;
}

.select.departments-select:before {
  content: 'Locatie:';

  font-family: "Inter", serif;
  color: #000;
}
.select.layers-1-select:before {
  content: 'Vakgebied:';
  font-family: "Inter", serif;
  color: #000;
}
.select.layers-3-select:before {
    content: 'Opleidingsniveau:';
  font-family: "Inter", serif;
  color: #000;
}
.select.layers-6-select:before {
  content: 'Aantal uur:';
  font-family: "Inter", serif;
  color: #000;
}

.title {
    font-family: "Inter", serif;
    color: #000;
    font-size: 16px;
    color: white;
}

.job {
    background: #1d64a3;
    margin-bottom: 10px;
    border-radius: 10px;
    border: none !important;
    padding: 20px !important;
    transition: 0.2s linear;
}

.job-details {
    color: black;
    font-size: 15px !important;
    margin: 0;
  color: white;
}

.job:hover {
    background: #f29100 !important;
    margin-left: 20px;
}

.job:hover .title {
    color: white;
}

.job:hover .job-details {
    color: white;
}

.pagination a {
    border: none !important;
    background: none !important;
    font-weight: bold;
}

.job-details .job-departments,
.job-details .job-layers-3,
.job-details .job-layers-6 {
  display: inline-block;
}

.job-details .job-layers-3,
.job-details .job-layers-6 {
  margin-right: 5px;
}

.separator.separator-location {
  display: none;
}