@charset "UTF-8";
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "altenawerkt" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ------------------------------------------------ // fonts */
/* ------------------------------------------------ // colors */
/* ------------------------------------------------ // font weights */
/* ------------------------------------------------ // grid breakpoints */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1540px;
  }
}

@media (max-width: 991.98px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .desktop-only-md {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .mobile-only-md {
    display: none !important;
  }
}

/* ------------------------------------------------ // kop */
html {
  overflow-x: hidden;
}

body {
  font-family: "Inter" !important;
  background: #F3F5FA;
  overflow-x: hidden;
}
body img {
  max-width: 100%;
}
body h1,
body .entry-header h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 15px 0 10px;
  color: #001833;
  font-family: "Inter";
  font-weight: 700;
  margin-top: 1em;
}
body h1,
body #main .entry-header h1 {
  margin-bottom: 1.25rem;
  font-size: 40px;
  line-height: 55px;
}
@media (max-width: 767.98px) {
  body h1,
body #main .entry-header h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
body h2 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 17px;
  margin-top: 79px;
}
@media (max-width: 767.98px) {
  body h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 33px;
  }
}
body h3 {
  font-size: 28px;
  line-height: 36px;
}
@media (max-width: 767.98px) {
  body h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
  }
}
body h4,
body h5,
body h6 {
  font-size: 22px;
  line-height: 27px;
}
@media (max-width: 767.98px) {
  body h4,
body h5,
body h6 {
    font-size: 16px;
    line-height: 22px;
  }
}

/* ------------------------------------------------ // links */
a {
  color: #0278FF;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #fd7e14;
}

/* ------------------------------------------------ // Main text */
p {
  color: #33465C;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }
}

.entry-content li {
  color: #33465C;
  font-size: 18px;
  line-height: 34px;
}
@media (max-width: 767.98px) {
  .entry-content li {
    font-size: 14px;
    line-height: 30px;
  }
}

.entry-content ol {
  margin-bottom: 30px;
}

span.label {
  font-size: 14px;
  line-height: 18px;
}

/* ------------------------------------------------ // Form */
input, button, select, optgroup, textarea, span {
  font-family: "Inter";
}

/* ------------------------------------------------ // List style */
.main-contents ul {
  list-style: none;
  margin-left: 20px;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .main-contents ul {
    margin-left: 10px;
    margin-top: 15px;
  }
}
.main-contents ul li {
  font-size: 18px;
  color: #33465C;
  line-height: 36px;
}
@media (max-width: 767.98px) {
  .main-contents ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
.main-contents ul li:before {
  content: "•";
  font-size: 18px;
  color: #0278FF;
  margin-right: 8px;
  position: relative;
  bottom: -1px;
}
@media (max-width: 767.98px) {
  .main-contents ul li:before {
    margin-right: 4px;
  }
}

.alert {
  margin-top: 20px;
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}
.alert.alert-warning {
  border: 1px solid #ffecb5;
  color: #664d03;
  background-color: #ffecb5;
}
.alert.alert-error {
  border: 1px solid #f5c2c7;
  color: #FF0000;
  background-color: #f8d7da;
}
.alert.alert-error a {
  color: #FF0000;
  text-decoration: underline;
}
.alert.alert-success {
  color: #59C527;
  background-color: #DDFFCD;
  border-color: #DDFFCD;
  justify-content: space-between;
  padding: 15px 20px;
  border-radius: 8px;
  color: #001833;
}
@media (max-width: 767.98px) {
  .alert.alert-success {
    flex-direction: column;
  }
}
.alert.alert-success a {
  color: #001833;
  font-weight: bold;
  transition: 0.3s;
}
@media (max-width: 767.98px) {
  .alert.alert-success a.button-link {
    margin-top: 10px;
    margin-left: auto;
  }
}
.alert.alert-success a:hover {
  text-decoration: underline;
}

button,
.btn {
  border: 0;
  background-color: transparent;
  color: #212529;
  width: auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}
button a,
.btn a {
  border-radius: 5px;
  padding: 14px 25px;
}
button a:after,
.btn a:after {
  content: "";
  font-family: "altenawerkt";
  margin-left: 10px;
  font-size: 13px;
}
button a:hover,
.btn a:hover {
  color: inherit;
}
button:hover, button:focus, button:active,
.btn:hover,
.btn:focus,
.btn:active {
  outline: 0;
  box-shadow: none;
}

.btn.default a {
  background-color: #0278FF;
}
.btn.default a:hover {
  color: #ffffff;
  background: #003E85;
}
.btn.btn-download {
  background: #EEF826;
  color: #000000;
  padding: 15px 20px;
  border-radius: 5px;
}
.btn.btn-download:after {
  content: "";
  font-family: "altenawerkt";
  margin-left: 8px;
}
.btn.btn-download:hover {
  background: #C9D120;
}
.btn.btn-download-alt {
  display: block;
  width: fit-content;
  padding: 15px 20px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #0278FF;
}
.btn.btn-download-alt:hover {
  background: #003E85;
}
.btn.btn-download-alt:after {
  content: "";
  font-family: "altenawerkt";
  margin-left: 8px;
}
.btn.accent a {
  background: #EEF826;
  color: #001833;
  padding-block: 13px;
  padding-left: 35px;
  padding-right: 47px;
}
.btn.accent a:hover {
  background: #C9D120;
}

.read-more {
  color: #0278FF;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  padding-bottom: 1px;
  transition: 0.3s;
}
.read-more:hover {
  border-bottom: 2px solid #0278FF;
  color: #0278FF;
}

.btn-primary, .card-vacature .modal-dialog input[type=submit], .promoten .modal-dialog .modal-content .gform_footer .gform_button.button,
.uitlichten .modal-dialog .modal-content .gform_footer .gform_button.button,
.uitlichten-promoten .modal-dialog .modal-content .gform_footer .gform_button.button, .btn-no-icon {
  padding: 13px 15px;
  background-color: #0278FF;
  border-radius: 5px;
  color: #ffffff;
  transition: 0.3s;
}
.btn-primary:after, .card-vacature .modal-dialog input[type=submit]:after, .promoten .modal-dialog .modal-content .gform_footer .gform_button.button:after,
.uitlichten .modal-dialog .modal-content .gform_footer .gform_button.button:after,
.uitlichten-promoten .modal-dialog .modal-content .gform_footer .gform_button.button:after, .btn-no-icon:after {
  content: "";
  font-family: "altenawerkt";
  margin-left: 10px;
  font-size: 13px;
  font-weight: 400;
}
.btn-primary:hover, .card-vacature .modal-dialog input[type=submit]:hover, .promoten .modal-dialog .modal-content .gform_footer .gform_button.button:hover,
.uitlichten .modal-dialog .modal-content .gform_footer .gform_button.button:hover,
.uitlichten-promoten .modal-dialog .modal-content .gform_footer .gform_button.button:hover, .btn-no-icon:hover {
  color: #ffffff;
  background: #003E85;
}

.btn-outline, .btn.btn-concept, .btn-outline-light, .btn-delete {
  border: 2px solid #001833;
  border-radius: 4px;
  padding: 9px 17px;
  color: #001833;
  line-height: 25px;
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s;
}
.btn-outline .icon-account:before, .btn.btn-concept .icon-account:before, .btn-outline-light .icon-account:before, .btn-delete .icon-account:before {
  font-weight: 100;
  font-size: 18px;
  vertical-align: -2px;
}
.btn-outline:hover, .btn.btn-concept:hover, .btn-outline-light:hover, .btn-delete:hover {
  background-color: #001833;
  color: white;
}

.btn-delete {
  border-color: #ff0000;
  color: #ff0000;
  background-color: transparent;
  font-weight: 600;
  padding: 12px 17px;
  border-width: 2px;
}
.btn-delete:hover {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
}

.btn-wrapper {
  display: flex;
  gap: 10px;
}

.btn-outline-light {
  border-color: #0278FF;
  color: #0278FF;
  background-color: transparent;
  border-width: 1px;
  font-weight: 600;
  padding: 12px 19px;
  border-width: 1px;
}
.btn-outline-light:hover {
  background-color: #0278FF;
  border-color: #0278FF;
  color: #ffffff;
}

.btn.submitForm {
  font-weight: 600;
  padding: 12px 17px;
  border-width: 1px;
}

.btn.btn-concept {
  border-color: #DD731C;
  color: #DD731C;
  background-color: transparent;
}
.btn.btn-concept:hover {
  background-color: #DD731C;
  border-color: #DD731C;
  color: #ffffff;
}
.btn.btn-concept.publish {
  border-color: #59C527;
  color: #59C527;
  background-color: transparent;
}
.btn.btn-concept.publish:hover {
  background-color: #59C527;
  border-color: #59C527;
  color: #ffffff;
}

.btn-no-icon, .promoten .modal-dialog .modal-content .gform_footer .gform_button.button,
.uitlichten .modal-dialog .modal-content .gform_footer .gform_button.button,
.uitlichten-promoten .modal-dialog .modal-content .gform_footer .gform_button.button {
  border-radius: 4px;
  padding: 9px 17px;
  color: #ffffff;
  line-height: 25px;
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s;
  border: 2px solid #0278FF;
}
.btn-no-icon:after, .promoten .modal-dialog .modal-content .gform_footer .gform_button.button:after,
.uitlichten .modal-dialog .modal-content .gform_footer .gform_button.button:after,
.uitlichten-promoten .modal-dialog .modal-content .gform_footer .gform_button.button:after {
  margin-left: 0;
  content: "";
}
.btn-no-icon:hover, .promoten .modal-dialog .modal-content .gform_footer .gform_button.button:hover,
.uitlichten .modal-dialog .modal-content .gform_footer .gform_button.button:hover,
.uitlichten-promoten .modal-dialog .modal-content .gform_footer .gform_button.button:hover {
  background-color: #003E85;
  border-color: #003E85;
}

.btn-return {
  position: relative;
  z-index: 2;
  cursor: pointer;
  color: #001833;
  font-size: 18px;
  font-weight: 600;
  margin: 40px 0;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.btn-return .icon-chevron-left {
  margin-right: 8px;
  font-size: 12px;
}
@media (max-width: 991.98px) {
  .btn-return {
    margin: 24px 0;
  }
}
@media (max-width: 767.98px) {
  .btn-return {
    font-size: 16px;
  }
}
.btn-return:hover {
  border-bottom: 2px solid #001833;
  color: #001833;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiper-container {
  overflow: visible;
  position: relative;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  color: #000000;
  font-size: 20px;
  background-color: #EEF826;
  height: 52px;
  width: 52px;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bolder;
  z-index: 10;
  transition: 0.3s;
}
@media (max-width: 767.98px) {
  .swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
    height: 40px;
    width: 40px;
  }
}
.swiper-container .swiper-button-prev:hover,
.swiper-container .swiper-button-next:hover {
  color: #ffffff;
  background-color: #001833;
}
.swiper-container .swiper-button-prev:after,
.swiper-container .swiper-button-next:after {
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .swiper-container .swiper-button-prev:after,
.swiper-container .swiper-button-next:after {
    font-size: 16px;
  }
}
.swiper-container .swiper-button-prev {
  left: 0;
  transform: translateX(-50%);
}
@media (max-width: 575.98px) {
  .swiper-container .swiper-button-prev {
    left: 16px;
    transform: translateX(0);
  }
}
.swiper-container .swiper-button-next {
  right: 0;
  transform: translateX(50%);
}
@media (max-width: 575.98px) {
  .swiper-container .swiper-button-next {
    right: 16px;
    transform: translateX(0);
  }
}

#mainSwiper {
  height: auto;
  aspect-ratio: 324/209;
  width: 100%;
  overflow: hidden;
}

.thumb-swiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  margin-top: 16px;
}

.thumb-swiper .swiper-slide {
  width: 25%;
  height: auto;
  aspect-ratio: 324/209;
  opacity: 0.4;
}

.thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header nav.main-navigation {
  padding-left: 72px;
}
@media (max-width: 1199.98px) {
  header nav.main-navigation {
    padding-left: 34px;
  }
}
@media (max-width: 991.98px) {
  header nav.main-navigation {
    position: absolute;
    top: 66px;
    left: 0;
    padding: 0;
  }
}
header nav.main-navigation .navbar {
  padding: 0;
}
@media (max-width: 991.98px) {
  header nav.main-navigation .navbar {
    transition: background-color 0.3s, height 0.3s;
    height: 0;
    z-index: 999;
    opacity: 0;
  }
}
header nav.main-navigation .navbar #topNavigation li.nav-item.menu-item-has-children {
  padding-right: 12px;
}
header nav.main-navigation .navbar #topNavigation li.nav-item.menu-item-has-children a.nav-link:hover:before {
  opacity: 0;
}
header nav.main-navigation .navbar #topNavigation li.nav-item a.nav-link {
  position: relative;
  padding-right: 7px;
  padding-left: 7px;
  color: #001833;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  transition: 0.3s;
}
header nav.main-navigation .navbar #topNavigation li.nav-item a.nav-link:before {
  transition: 0.3s;
}
header nav.main-navigation .navbar #topNavigation li.nav-item a.nav-link:hover {
  color: #001833;
}
header nav.main-navigation .navbar #topNavigation li.nav-item a.nav-link:hover:before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 8px;
  height: 2px;
  width: calc(100% - 16px);
  background-color: #001833;
}
header nav.main-navigation .navbar #topNavigation li.nav-item ul.nav-dropdown-menu {
  list-style: none;
  padding-left: 15px;
}
header nav.main-navigation .navbar #topNavigation li.nav-item ul.nav-dropdown-menu li.nav-item .nav-link {
  font-size: 15px;
  line-height: 19px;
}
header nav.main-navigation .navbar #topNavigation li.nav-item.active > .nav-link {
  color: #001833;
}
header nav.main-navigation .navbar #topNavigation li.nav-item.active > .nav-link:before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 8px;
  height: 2px;
  width: calc(100% - 16px);
  background-color: #001833;
}
@media (min-width: 992px) {
  header nav.main-navigation .navbar #topNavigation .collapse {
    display: flex !important;
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav {
    flex-direction: row;
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav > li.nav-item:first-of-type {
    padding-left: 0;
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item {
    position: relative;
    padding: 0 8px;
    transition: all 0.2s 0s ease-in-out;
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item.menu-item-has-children {
    padding-right: 22px;
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item.menu-item-has-children > .nav-link {
    position: relative;
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item.menu-item-has-children > .nav-link:after {
    position: absolute;
    top: 18px;
    display: block;
    font-family: "altenawerkt";
    content: "";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0deg);
    display: inline-block;
    font-size: 8px;
    margin-left: 7px;
    transition: 0.3s;
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item.menu-item-has-children ul.nav-dropdown-menu {
    min-width: 180px;
    display: none;
    transition: all 0.2s 0s ease-in-out;
    position: absolute;
    background-color: #001833;
    padding: 5px 10px 10px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    z-index: 100;
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item.menu-item-has-children ul.nav-dropdown-menu .nav-item.active > .nav-link {
    color: #EEF826;
    width: fit-content;
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item.menu-item-has-children ul.nav-dropdown-menu .nav-item.active > .nav-link:before {
    background-color: #EEF826;
    height: 1px;
    bottom: 5px;
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item.menu-item-has-children ul.nav-dropdown-menu .nav-item .nav-link {
    color: #ffffff;
    transition: 0.3s;
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item.menu-item-has-children ul.nav-dropdown-menu .nav-item .nav-link:hover {
    color: #EEF826;
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item.menu-item-has-children:hover > .nav-link:after {
    transform: rotate(180deg);
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item.menu-item-has-children:hover.active > .nav-link {
    color: #001833;
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item.menu-item-has-children:hover > ul.nav-dropdown-menu {
    display: block;
    padding: 10px;
  }
}

@media (max-width: 991.98px) {
  html.open {
    overflow: hidden;
  }
}

@media (max-width: 991.98px) {
  body.open {
    overflow: hidden;
  }
  body.open header #topbar nav.main-navigation {
    position: absolute;
    top: 66px;
    left: 0;
    padding: 0;
    z-index: 10;
  }
  body.open header #topbar nav.main-navigation .navbar {
    background-color: #001833;
    height: calc(100vh - 66px);
    padding: 30px 15px 15px;
    align-items: start;
    opacity: 1;
  }
  body.open header #topbar nav.main-navigation .navbar #topNavigation {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 12px;
  }
  body.open header #topbar nav.main-navigation .navbar #topNavigation ul.nav-dropdown-menu {
    margin-bottom: -20px;
  }
  body.open header #topbar nav.main-navigation .navbar #topNavigation ul.nav-dropdown-menu .nav-item.active .nav-link:before {
    height: 1px;
    bottom: 0;
  }
}
@media (max-width: 767.98px) {
  body.open #topbar nav.main-navigation .navbar #topNavigation {
    max-width: 540px;
  }
}

header #topbar #topbar-right ul.navbar-nav {
  flex-direction: row;
}
@media (max-width: 575.98px) {
  header #topbar #topbar-right ul.navbar-nav {
    margin-top: 2px;
  }
}
header #topbar #topbar-right ul.navbar-nav li.nav-item {
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-size: 16px;
  line-height: 20px;
}
header #topbar #topbar-right ul.navbar-nav li.nav-item:last-child {
  padding: 0 5px;
}
header #topbar #topbar-right ul.navbar-nav li.nav-item:last-child a {
  padding: 0 5px;
}
@media (max-width: 575.98px) {
  header #topbar #topbar-right ul.navbar-nav li.nav-item {
    padding: 0 3px;
  }
}
header #topbar #topbar-right ul.navbar-nav li.nav-item:not(:last-of-type):not(:nth-last-child(2)) {
  padding-right: 0;
}
header #topbar #topbar-right ul.navbar-nav li.nav-item:not(:last-of-type):not(:nth-last-child(2)):after {
  content: "|";
  margin-left: 10px;
  color: #EBEDF2;
}
@media (max-width: 575.98px) {
  header #topbar #topbar-right ul.navbar-nav li.nav-item:not(:last-of-type):not(:nth-last-child(2)):after {
    margin-left: 3px;
    font-size: 11px;
  }
}
header #topbar #topbar-right ul.navbar-nav li.nav-item a {
  padding: 0;
  color: #F3F5FA;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s 0s ease-in-out;
}
@media (max-width: 575.98px) {
  header #topbar #topbar-right ul.navbar-nav li.nav-item a {
    font-size: 12px;
  }
}
header #topbar #topbar-right ul.navbar-nav li.nav-item a:hover {
  text-decoration: none;
  color: #6ea8fe;
}
header #topbar #topbar-right ul.navbar-nav li.nav-item a.search {
  margin-right: 5px;
  display: inline-block;
  text-indent: -9999px;
  position: relative;
  height: 17px;
  width: 17px;
  padding: 0;
}
@media (max-width: 575.98px) {
  header #topbar #topbar-right ul.navbar-nav li.nav-item a.search {
    margin-left: 0;
  }
}
header #topbar #topbar-right ul.navbar-nav li.nav-item a.search:before {
  display: block;
  font-family: "altenawerkt";
  content: "";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  z-index: 10;
  margin-top: 1px;
  text-indent: 0;
  font-size: 17px;
  transition: all 0.2s 0s ease-in-out;
  color: #F3F5FA;
}
header #topbar #topbar-right ul.navbar-nav li.nav-item a.search:hover:before {
  color: #EEF826;
}
header #topbar #topbar-right ul.navbar-nav li.nav-item.active a {
  color: #EEF826;
}

/* ------------------------------------------------ // header nav */
.navbar-toggler {
  display: none;
  padding: 0;
  margin-left: 10px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
@media (max-width: 991.98px) {
  .navbar-toggler {
    display: flex;
  }
}
.navbar-toggler .animated-icon1 {
  width: 36px;
  height: 36px;
  text-align: center;
  position: relative;
  margin: 0;
  border-radius: 20px;
  padding: inherit;
  border: 2px solid #001833;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.navbar-toggler .animated-icon1:hover {
  background-color: #001833;
}
.navbar-toggler .animated-icon1 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 14px;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  height: 2px;
}
.navbar-toggler .animated-icon1 span {
  background: #001833;
}
.navbar-toggler .animated-icon1 span:nth-child(1) {
  top: 10px;
}
.navbar-toggler .animated-icon1 span:nth-child(2) {
  top: 15px;
}
.navbar-toggler .animated-icon1 span:nth-child(3) {
  top: 20px;
}
.navbar-toggler .animated-icon1.open span:nth-child(1) {
  top: 15px;
  width: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navbar-toggler .animated-icon1.open span:nth-child(2) {
  opacity: 0;
}
.navbar-toggler .animated-icon1.open span:nth-child(3) {
  top: 15px;
  width: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.navbar-toggler:hover .animated-icon1 span {
  background: #ffffff;
}

.show-deeper {
  display: none;
}

@media (max-width: 991.98px) {
  header nav.main-navigation {
    width: 100%;
  }
  header nav.main-navigation .navbar {
    width: 100%;
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item {
    padding: 20px 0;
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item.menu-item-has-children .sub-wrapper {
    padding: 15px 0 0 10px;
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item.menu-item-has-children .sub-wrapper .nav-item {
    padding: 8px 0;
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item.menu-item-has-children .sub-wrapper .nav-item .nav-link {
    font-family: "Inter";
    font-weight: 500;
    font-size: 16px;
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item.menu-item-has-children .sub-wrapper .nav-item .nav-link:after {
    position: absolute;
    font-family: "altenawerkt";
    content: "";
    color: #EEF826;
    left: -24px;
    top: 1px;
    font-size: 12px;
    font-weight: 100;
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item.menu-item-has-children.current-menu-parent .nav-dropdown-menu {
    display: block;
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item.menu-item-has-children.active .nav-dropdown-menu {
    display: block;
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item a.nav-link {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    transition: 0.3s;
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #EEF826;
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item a.nav-link:hover:before {
    content: "";
    background-color: transparent;
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item.active a.nav-link {
    position: relative;
    width: fit-content;
    color: #EEF826;
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item.active a.nav-link:before {
    left: 0;
    bottom: -4px;
    background-color: #EEF826;
    width: calc(100%);
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item.active .nav-dropdown-menu .nav-item.active a.nav-link {
    color: #EEF826;
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item.active .nav-dropdown-menu .nav-item a.nav-link {
    color: white;
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item span.show-deeper {
    display: block;
    position: absolute;
    transition: all 0.2s 0s ease-in-out;
    top: 7px;
    right: 0;
    font-size: 16px;
    padding: 15px 0;
    cursor: pointer;
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item span.show-deeper.rotate {
    transform: rotate(180deg);
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item span.show-deeper:hover {
    color: #EBEDF2;
  }
  header nav.main-navigation .navbar #topNavigation ul.navbar-nav li.nav-item .nav-dropdown-menu {
    display: none;
  }
  header nav.main-navigation .navbar #topNavigation .show-deeper {
    position: relative;
    top: 0;
  }
  header nav.main-navigation .navbar #topNavigation .show-deeper .icon-chevron-down {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    float: right;
    height: 22px;
    width: 22px;
    border-radius: 60px;
    color: white;
  }
  header nav.main-navigation .navbar #topNavigation .show-deeper .icon-chevron-down span {
    position: relative;
    display: block;
    height: 2px;
    width: 10px;
    background-color: white;
  }
  header nav.main-navigation .navbar #topNavigation .show-deeper:hover {
    cursor: pointer;
  }
}
.faq {
  margin-top: 30px;
}
.faq h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
}
.faq .faq-block {
  padding: 20px 0;
  border-top: 2px solid #0F1D47;
  color: #ffffff;
}
.faq .faq-block:last-child {
  border-bottom: 2px solid #0F1D47;
}
.faq .faq-block h3.faq-title {
  font-size: 18px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.2s;
}
.faq .faq-block h3.faq-title:after {
  content: "";
  font-family: "altenawerkt";
  font-size: 28px;
  font-weight: normal;
  transition: 0.2s;
}
.faq .faq-block.open h3.faq-title {
  margin-bottom: 10px;
}
.faq .faq-block.open h3.faq-title::after {
  content: "";
}
.faq .faq-block .content {
  display: none;
}
.faq .faq-block .content > *:last-child {
  margin-bottom: 0;
}

.card-wrapper {
  margin-bottom: 22px;
}
@media (max-width: 575.98px) {
  .card-wrapper {
    margin-bottom: 16px;
  }
}

.card {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #0018331A;
  transition: 0.3s;
  height: 100%;
}
.card > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card:hover {
  border: 1px solid #0278FF;
}
@media (max-width: 767.98px) {
  .card {
    border: 1px solid #0018331A;
  }
}
.card.card-vacature.logo .image-holder {
  background-color: #ffffff;
}
.card.card-vacature.logo .image-holder img {
  object-fit: contain;
  padding: 40px 40px 0;
}
.card .image-holder {
  position: relative;
}
.card .image-holder img {
  width: 100%;
  height: 235px;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .card .image-holder img {
    height: 205px;
  }
}
.card .image-holder .company-logo img {
  padding: 5px 10px;
  position: absolute;
  width: auto;
  height: 56px;
  top: 205px;
  left: 32px;
  border-radius: 6px;
  border: 2px solid white;
  background: white;
}
@media (max-width: 991.98px) {
  .card .image-holder .company-logo {
    display: none;
  }
}
.card .uitgelicht {
  position: absolute;
  top: 0;
  right: 16px;
  background: #EEF826;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 7px 12px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #0F1D47;
}
.card .uitgelicht img {
  max-width: 18px;
  height: 15px;
  min-height: unset;
  padding: 0 !important;
}
.card .card-content {
  background: #ffffff;
  padding: 30px;
  padding-top: 35px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.card .card-content .card-title h3 {
  margin: 0;
  margin-bottom: 8px;
  color: #0278FF;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  white-space: normal;
  hyphens: auto;
  word-wrap: wrap;
  word-break: break-word;
}
.card .card-content .card-content {
  background: #ffffff;
  padding: 26px 30px 28px;
}
.card .card-content .card-content .card-title {
  width: 100%;
}
.card .card-content .card-content .card-title h3 {
  margin: 0;
  margin-bottom: 8px;
  color: #0278FF;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
.card .card-content .description {
  margin-bottom: 30px;
}
.card .card-content .description span {
  display: block;
  color: #525D7B;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.card .card-content .description span.company {
  margin-bottom: 5px;
  color: rgba(51, 70, 92, 0.7);
}
.card .card-content .description span.company .icon {
  margin-right: 7px;
}
.card .card-content .description span.location {
  color: rgba(51, 70, 92, 0.7);
  line-height: 22px;
}
.card .card-content .description span.location .icon {
  display: flex;
  align-items: center;
  margin-right: 7px;
}
.card .card-content .labels {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
}
.card .card-content .labels span {
  background: #E3E7F2;
  border-radius: 20px;
  padding: 8px 15px 9px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #001833;
}
.card.news {
  border-radius: 0px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 6px;
}
.card.news:hover {
  border: 1px solid #0278FF;
}
@media (max-width: 767.98px) {
  .card.news {
    margin-bottom: 0;
    height: auto;
  }
}
.card.news .image-holder img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.card.news .card-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 40px;
  flex-grow: 1;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
@media (max-width: 767.98px) {
  .card.news .card-content {
    padding: 21px 25px;
  }
}
.card.news .card-content > h3,
.card.news .card-content h4 {
  margin-top: 0;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .card.news .card-content > h3,
.card.news .card-content h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
.card.news .card-content p {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .card.news .card-content p {
    margin-bottom: 16px;
  }
}
.card.news .card-content .read-more {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .card.news .card-content .read-more {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .card.abonnement .card-content {
    padding: 20px;
  }
}
.card.abonnement h3 {
  margin-top: 0;
}
.card.abonnement .abonnement-type {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3em;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .card.abonnement .abonnement-type {
    font-size: 20px;
  }
}
.card.abonnement small {
  font-weight: 700;
  margin-top: 8px;
}
.card.pakket {
  border-radius: 4px;
}
.card.pakket:hover {
  border: 1px solid #0018331A;
}
.card.pakket .card-content {
  padding: 40px 40px 27px;
  height: 100%;
}
.card.pakket .card-content h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 28px;
}
.card.pakket .card-content h4 {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
}
.card.pakket .card-content hr {
  color: #C2C8CE;
  margin: 20px 0;
}
.card.pakket .card-content span.btw-info {
  font-size: 12px;
  color: #33465C;
}
.card.pakket .card-content .usps {
  margin-bottom: 32px;
}
.card.pakket .card-content .usps ul {
  padding-left: 0;
}
.card.pakket .card-content .usps ul li {
  font-size: 12px;
  line-height: 20px;
  display: block;
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1.7em;
  padding-left: 1.7em;
}
.card.pakket .card-content .usps ul li:before {
  font-family: "altenawerkt";
  content: "";
  font-size: 13px;
  color: #0278FF;
  margin-right: 7px;
}
.card.pakket .card-content .usps ul li:not(:last-child) {
  margin-bottom: 18px;
}
.card.pakket .card-content .buttons {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card.pakket .card-content .buttons form {
  width: 100%;
}
.card.pakket .card-content .buttons .btn {
  display: inline-block;
  padding-block: 14px;
  width: 100%;
}
.card.pakket .card-content .buttons .btn:after {
  display: none;
}
.card.pakket .card-content .buttons a.more-info {
  margin-top: 20px;
  color: #0F1D47;
  padding-bottom: 0px;
  line-height: 15px;
  border-bottom: 1px solid #0F1D47;
  font-size: 12px;
  font-weight: 500;
}
.card.pakket .card-content .buttons a.more-info:hover {
  color: #0278FF;
  border-bottom: 1px solid #0278FF;
}

body.single .cropper__lightbox .gpfup__cropper__topbar,
body.page-template-voor-werkgevers .cropper__lightbox .gpfup__cropper__topbar,
body.page-template-default .cropper__lightbox .gpfup__cropper__topbar,
body.page-template-page-full .cropper__lightbox .gpfup__cropper__topbar,
#gform .cropper__lightbox .gpfup__cropper__topbar,
body.page-template-plaats-vacature .cropper__lightbox .gpfup__cropper__topbar,
body.page-template-wij-zoeken-jouw-baan .cropper__lightbox .gpfup__cropper__topbar {
  gap: 5px;
  justify-content: center;
}
body.single .cropper__lightbox .gpfup__cropper__topbar .gpfup__cancel,
body.page-template-voor-werkgevers .cropper__lightbox .gpfup__cropper__topbar .gpfup__cancel,
body.page-template-default .cropper__lightbox .gpfup__cropper__topbar .gpfup__cancel,
body.page-template-page-full .cropper__lightbox .gpfup__cropper__topbar .gpfup__cancel,
#gform .cropper__lightbox .gpfup__cropper__topbar .gpfup__cancel,
body.page-template-plaats-vacature .cropper__lightbox .gpfup__cropper__topbar .gpfup__cancel,
body.page-template-wij-zoeken-jouw-baan .cropper__lightbox .gpfup__cropper__topbar .gpfup__cancel {
  padding: 15px 35px;
  font-size: 20px;
  color: black;
}
body.single .cropper__lightbox .gpfup__cropper__topbar .gpfup__crop,
body.page-template-voor-werkgevers .cropper__lightbox .gpfup__cropper__topbar .gpfup__crop,
body.page-template-default .cropper__lightbox .gpfup__cropper__topbar .gpfup__crop,
body.page-template-page-full .cropper__lightbox .gpfup__cropper__topbar .gpfup__crop,
#gform .cropper__lightbox .gpfup__cropper__topbar .gpfup__crop,
body.page-template-plaats-vacature .cropper__lightbox .gpfup__cropper__topbar .gpfup__crop,
body.page-template-wij-zoeken-jouw-baan .cropper__lightbox .gpfup__cropper__topbar .gpfup__crop {
  margin: 0;
  padding: 15px 35px;
  font-size: 20px;
  background-color: #EEF826;
  color: black;
}
body.single .cropper__lightbox .vue-advanced-cropper,
body.page-template-voor-werkgevers .cropper__lightbox .vue-advanced-cropper,
body.page-template-default .cropper__lightbox .vue-advanced-cropper,
body.page-template-page-full .cropper__lightbox .vue-advanced-cropper,
#gform .cropper__lightbox .vue-advanced-cropper,
body.page-template-plaats-vacature .cropper__lightbox .vue-advanced-cropper,
body.page-template-wij-zoeken-jouw-baan .cropper__lightbox .vue-advanced-cropper {
  margin-top: 45px;
}
body.single .gform_wrapper,
body.page-template-voor-werkgevers .gform_wrapper,
body.page-template-default .gform_wrapper,
body.page-template-page-full .gform_wrapper,
#gform .gform_wrapper,
body.page-template-plaats-vacature .gform_wrapper,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper {
  margin-top: 145px;
  padding: 81px 112px;
  background: #E3E7F2;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 767.98px) {
  body.single .gform_wrapper,
body.page-template-voor-werkgevers .gform_wrapper,
body.page-template-default .gform_wrapper,
body.page-template-page-full .gform_wrapper,
#gform .gform_wrapper,
body.page-template-plaats-vacature .gform_wrapper,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper {
    margin-top: 80px;
  }
}
body.single .gform_wrapper .gform_validation_errors,
body.page-template-voor-werkgevers .gform_wrapper .gform_validation_errors,
body.page-template-default .gform_wrapper .gform_validation_errors,
body.page-template-page-full .gform_wrapper .gform_validation_errors,
#gform .gform_wrapper .gform_validation_errors,
body.page-template-plaats-vacature .gform_wrapper .gform_validation_errors,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gform_validation_errors {
  display: none;
}
@media (max-width: 991.98px) {
  body.single .gform_wrapper,
body.page-template-voor-werkgevers .gform_wrapper,
body.page-template-default .gform_wrapper,
body.page-template-page-full .gform_wrapper,
#gform .gform_wrapper,
body.page-template-plaats-vacature .gform_wrapper,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper {
    padding: 70px 50px 72px;
  }
}
@media (max-width: 575.98px) {
  body.single .gform_wrapper,
body.page-template-voor-werkgevers .gform_wrapper,
body.page-template-default .gform_wrapper,
body.page-template-page-full .gform_wrapper,
#gform .gform_wrapper,
body.page-template-plaats-vacature .gform_wrapper,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper {
    padding-inline: 0;
  }
  body.single .gform_wrapper:before,
body.page-template-voor-werkgevers .gform_wrapper:before,
body.page-template-default .gform_wrapper:before,
body.page-template-page-full .gform_wrapper:before,
#gform .gform_wrapper:before,
body.page-template-plaats-vacature .gform_wrapper:before,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper:before {
    content: "";
    inset: 0;
    width: 100vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #E3E7F2;
    z-index: -1;
  }
}
body.single .gform_wrapper .gform_heading h2,
body.page-template-voor-werkgevers .gform_wrapper .gform_heading h2,
body.page-template-default .gform_wrapper .gform_heading h2,
body.page-template-page-full .gform_wrapper .gform_heading h2,
#gform .gform_wrapper .gform_heading h2,
body.page-template-plaats-vacature .gform_wrapper .gform_heading h2,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gform_heading h2 {
  margin-top: 0;
  margin-bottom: 15px;
}
body.single .gform_wrapper .gform_heading .gform_description,
body.page-template-voor-werkgevers .gform_wrapper .gform_heading .gform_description,
body.page-template-default .gform_wrapper .gform_heading .gform_description,
body.page-template-page-full .gform_wrapper .gform_heading .gform_description,
#gform .gform_wrapper .gform_heading .gform_description,
body.page-template-plaats-vacature .gform_wrapper .gform_heading .gform_description,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gform_heading .gform_description {
  display: none;
}
body.single .gform_wrapper .gfield,
body.page-template-voor-werkgevers .gform_wrapper .gfield,
body.page-template-default .gform_wrapper .gfield,
body.page-template-page-full .gform_wrapper .gfield,
#gform .gform_wrapper .gfield,
body.page-template-plaats-vacature .gform_wrapper .gfield,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield {
  margin-top: 3px;
  padding: 0;
}
body.single .gform_wrapper .gfield .validation_message,
body.page-template-voor-werkgevers .gform_wrapper .gfield .validation_message,
body.page-template-default .gform_wrapper .gfield .validation_message,
body.page-template-page-full .gform_wrapper .gfield .validation_message,
#gform .gform_wrapper .gfield .validation_message,
body.page-template-plaats-vacature .gform_wrapper .gfield .validation_message,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield .validation_message {
  background: none;
  color: #FF0000 !important;
  padding: 0;
  border: none;
}
body.single .gform_wrapper .gfield.gfield--type-captcha,
body.page-template-voor-werkgevers .gform_wrapper .gfield.gfield--type-captcha,
body.page-template-default .gform_wrapper .gfield.gfield--type-captcha,
body.page-template-page-full .gform_wrapper .gfield.gfield--type-captcha,
#gform .gform_wrapper .gfield.gfield--type-captcha,
body.page-template-plaats-vacature .gform_wrapper .gfield.gfield--type-captcha,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield.gfield--type-captcha {
  display: none;
}
@media (max-width: 575.98px) {
  body.single .gform_wrapper .gfield,
body.page-template-voor-werkgevers .gform_wrapper .gfield,
body.page-template-default .gform_wrapper .gfield,
body.page-template-page-full .gform_wrapper .gfield,
#gform .gform_wrapper .gfield,
body.page-template-plaats-vacature .gform_wrapper .gfield,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield {
    padding-bottom: 0;
  }
}
body.single .gform_wrapper .gfield:not(.gsection) + .gfield--has-description label,
body.page-template-voor-werkgevers .gform_wrapper .gfield:not(.gsection) + .gfield--has-description label,
body.page-template-default .gform_wrapper .gfield:not(.gsection) + .gfield--has-description label,
body.page-template-page-full .gform_wrapper .gfield:not(.gsection) + .gfield--has-description label,
#gform .gform_wrapper .gfield:not(.gsection) + .gfield--has-description label,
body.page-template-plaats-vacature .gform_wrapper .gfield:not(.gsection) + .gfield--has-description label,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield:not(.gsection) + .gfield--has-description label {
  margin-bottom: 16px;
  margin-top: 50px;
  font-size: 16px;
  font-weight: 700;
}
body.single .gform_wrapper .gfield .image-container,
body.page-template-voor-werkgevers .gform_wrapper .gfield .image-container,
body.page-template-default .gform_wrapper .gfield .image-container,
body.page-template-page-full .gform_wrapper .gfield .image-container,
#gform .gform_wrapper .gfield .image-container,
body.page-template-plaats-vacature .gform_wrapper .gfield .image-container,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield .image-container {
  display: inline-block;
  position: relative;
  max-width: 200px;
  height: fit-content;
  margin-right: 10px;
  margin-bottom: 10px;
}
body.single .gform_wrapper .gfield .image-container .delete-image,
body.page-template-voor-werkgevers .gform_wrapper .gfield .image-container .delete-image,
body.page-template-default .gform_wrapper .gfield .image-container .delete-image,
body.page-template-page-full .gform_wrapper .gfield .image-container .delete-image,
#gform .gform_wrapper .gfield .image-container .delete-image,
body.page-template-plaats-vacature .gform_wrapper .gfield .image-container .delete-image,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield .image-container .delete-image {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #001833;
  background: #ffffff;
  border-radius: 60px;
  border: 1px solid #666;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 0;
  letter-spacing: inherit;
}
body.single .gform_wrapper .gfield .image-container .delete-image:hover,
body.page-template-voor-werkgevers .gform_wrapper .gfield .image-container .delete-image:hover,
body.page-template-default .gform_wrapper .gfield .image-container .delete-image:hover,
body.page-template-page-full .gform_wrapper .gfield .image-container .delete-image:hover,
#gform .gform_wrapper .gfield .image-container .delete-image:hover,
body.page-template-plaats-vacature .gform_wrapper .gfield .image-container .delete-image:hover,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield .image-container .delete-image:hover {
  color: #ffffff;
  background-color: #001833;
}
body.single .gform_wrapper .gfield .ginput_container_fileupload .gpfup__droparea,
body.page-template-voor-werkgevers .gform_wrapper .gfield .ginput_container_fileupload .gpfup__droparea,
body.page-template-default .gform_wrapper .gfield .ginput_container_fileupload .gpfup__droparea,
body.page-template-page-full .gform_wrapper .gfield .ginput_container_fileupload .gpfup__droparea,
#gform .gform_wrapper .gfield .ginput_container_fileupload .gpfup__droparea,
body.page-template-plaats-vacature .gform_wrapper .gfield .ginput_container_fileupload .gpfup__droparea,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield .ginput_container_fileupload .gpfup__droparea {
  border: 2px Dashed #8A9BAD;
}
body.single .gform_wrapper .gfield .ginput_container_fileupload .gform_fileupload_rules,
body.page-template-voor-werkgevers .gform_wrapper .gfield .ginput_container_fileupload .gform_fileupload_rules,
body.page-template-default .gform_wrapper .gfield .ginput_container_fileupload .gform_fileupload_rules,
body.page-template-page-full .gform_wrapper .gfield .ginput_container_fileupload .gform_fileupload_rules,
#gform .gform_wrapper .gfield .ginput_container_fileupload .gform_fileupload_rules,
body.page-template-plaats-vacature .gform_wrapper .gfield .ginput_container_fileupload .gform_fileupload_rules,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield .ginput_container_fileupload .gform_fileupload_rules {
  padding: 0;
  font-size: 12px;
  font-weight: 400;
}
body.single .gform_wrapper .gfield .gfield_description img,
body.page-template-voor-werkgevers .gform_wrapper .gfield .gfield_description img,
body.page-template-default .gform_wrapper .gfield .gfield_description img,
body.page-template-page-full .gform_wrapper .gfield .gfield_description img,
#gform .gform_wrapper .gfield .gfield_description img,
body.page-template-plaats-vacature .gform_wrapper .gfield .gfield_description img,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield .gfield_description img {
  max-width: fit-content;
  width: fit-content;
  height: 130px;
}
body.single .gform_wrapper .gfield.gfield--type-fileupload label,
body.page-template-voor-werkgevers .gform_wrapper .gfield.gfield--type-fileupload label,
body.page-template-default .gform_wrapper .gfield.gfield--type-fileupload label,
body.page-template-page-full .gform_wrapper .gfield.gfield--type-fileupload label,
#gform .gform_wrapper .gfield.gfield--type-fileupload label,
body.page-template-plaats-vacature .gform_wrapper .gfield.gfield--type-fileupload label,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield.gfield--type-fileupload label {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
body.single .gform_wrapper .gfield.gfield--has-description label,
body.page-template-voor-werkgevers .gform_wrapper .gfield.gfield--has-description label,
body.page-template-default .gform_wrapper .gfield.gfield--has-description label,
body.page-template-page-full .gform_wrapper .gfield.gfield--has-description label,
#gform .gform_wrapper .gfield.gfield--has-description label,
body.page-template-plaats-vacature .gform_wrapper .gfield.gfield--has-description label,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield.gfield--has-description label {
  font-size: 16px;
  font-weight: 700;
}
body.single .gform_wrapper .gfield.gsection,
body.page-template-voor-werkgevers .gform_wrapper .gfield.gsection,
body.page-template-default .gform_wrapper .gfield.gsection,
body.page-template-page-full .gform_wrapper .gfield.gsection,
#gform .gform_wrapper .gfield.gsection,
body.page-template-plaats-vacature .gform_wrapper .gfield.gsection,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield.gsection {
  border-bottom: 0;
}
body.single .gform_wrapper .gfield.gsection *:last-of-type,
body.page-template-voor-werkgevers .gform_wrapper .gfield.gsection *:last-of-type,
body.page-template-default .gform_wrapper .gfield.gsection *:last-of-type,
body.page-template-page-full .gform_wrapper .gfield.gsection *:last-of-type,
#gform .gform_wrapper .gfield.gsection *:last-of-type,
body.page-template-plaats-vacature .gform_wrapper .gfield.gsection *:last-of-type,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield.gsection *:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  body.single .gform_wrapper .gfield.gsection *:last-of-type.gsection_description,
body.page-template-voor-werkgevers .gform_wrapper .gfield.gsection *:last-of-type.gsection_description,
body.page-template-default .gform_wrapper .gfield.gsection *:last-of-type.gsection_description,
body.page-template-page-full .gform_wrapper .gfield.gsection *:last-of-type.gsection_description,
#gform .gform_wrapper .gfield.gsection *:last-of-type.gsection_description,
body.page-template-plaats-vacature .gform_wrapper .gfield.gsection *:last-of-type.gsection_description,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield.gsection *:last-of-type.gsection_description {
    font-size: 14px !important;
    line-height: 24px;
  }
}
body.single .gform_wrapper .gfield .ginput_container_select,
body.page-template-voor-werkgevers .gform_wrapper .gfield .ginput_container_select,
body.page-template-default .gform_wrapper .gfield .ginput_container_select,
body.page-template-page-full .gform_wrapper .gfield .ginput_container_select,
#gform .gform_wrapper .gfield .ginput_container_select,
body.page-template-plaats-vacature .gform_wrapper .gfield .ginput_container_select,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield .ginput_container_select {
  position: relative;
}
body.single .gform_wrapper .gfield .ginput_container_select:after,
body.page-template-voor-werkgevers .gform_wrapper .gfield .ginput_container_select:after,
body.page-template-default .gform_wrapper .gfield .ginput_container_select:after,
body.page-template-page-full .gform_wrapper .gfield .ginput_container_select:after,
#gform .gform_wrapper .gfield .ginput_container_select:after,
body.page-template-plaats-vacature .gform_wrapper .gfield .ginput_container_select:after,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield .ginput_container_select:after {
  content: "";
  font-family: "altenawerkt";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  font-weight: 700;
  font-size: 14px;
}
body.single .gform_wrapper .gfield .ginput_container_select select,
body.page-template-voor-werkgevers .gform_wrapper .gfield .ginput_container_select select,
body.page-template-default .gform_wrapper .gfield .ginput_container_select select,
body.page-template-page-full .gform_wrapper .gfield .ginput_container_select select,
#gform .gform_wrapper .gfield .ginput_container_select select,
body.page-template-plaats-vacature .gform_wrapper .gfield .ginput_container_select select,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield .ginput_container_select select {
  border: 1px solid #C2C8CE;
  background: #ffffff;
  border-radius: 8px;
  padding: 17px 14px;
  font-size: 14px;
  font-weight: 700;
  appearance: none;
}
body.single .gform_wrapper .gfield .ginput_container_select select option,
body.page-template-voor-werkgevers .gform_wrapper .gfield .ginput_container_select select option,
body.page-template-default .gform_wrapper .gfield .ginput_container_select select option,
body.page-template-page-full .gform_wrapper .gfield .ginput_container_select select option,
#gform .gform_wrapper .gfield .ginput_container_select select option,
body.page-template-plaats-vacature .gform_wrapper .gfield .ginput_container_select select option,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield .ginput_container_select select option {
  font-weight: 400;
  padding: 15px 14px;
}
body.single .gform_wrapper .gfield input[type=checkbox],
body.page-template-voor-werkgevers .gform_wrapper .gfield input[type=checkbox],
body.page-template-default .gform_wrapper .gfield input[type=checkbox],
body.page-template-page-full .gform_wrapper .gfield input[type=checkbox],
#gform .gform_wrapper .gfield input[type=checkbox],
body.page-template-plaats-vacature .gform_wrapper .gfield input[type=checkbox],
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield input[type=checkbox] {
  height: 20px;
  width: 20px;
}
body.single .gform_wrapper .gfield label,
body.single .gform_wrapper .gfield .gfield_description,
body.page-template-voor-werkgevers .gform_wrapper .gfield label,
body.page-template-voor-werkgevers .gform_wrapper .gfield .gfield_description,
body.page-template-default .gform_wrapper .gfield label,
body.page-template-default .gform_wrapper .gfield .gfield_description,
body.page-template-page-full .gform_wrapper .gfield label,
body.page-template-page-full .gform_wrapper .gfield .gfield_description,
#gform .gform_wrapper .gfield label,
#gform .gform_wrapper .gfield .gfield_description,
body.page-template-plaats-vacature .gform_wrapper .gfield label,
body.page-template-plaats-vacature .gform_wrapper .gfield .gfield_description,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield label,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield .gfield_description {
  font-size: 14px;
  font-weight: 500;
  color: #001833;
  line-height: 18px;
}
@media (max-width: 575.98px) {
  body.single .gform_wrapper .gfield label,
body.single .gform_wrapper .gfield .gfield_description,
body.page-template-voor-werkgevers .gform_wrapper .gfield label,
body.page-template-voor-werkgevers .gform_wrapper .gfield .gfield_description,
body.page-template-default .gform_wrapper .gfield label,
body.page-template-default .gform_wrapper .gfield .gfield_description,
body.page-template-page-full .gform_wrapper .gfield label,
body.page-template-page-full .gform_wrapper .gfield .gfield_description,
#gform .gform_wrapper .gfield label,
#gform .gform_wrapper .gfield .gfield_description,
body.page-template-plaats-vacature .gform_wrapper .gfield label,
body.page-template-plaats-vacature .gform_wrapper .gfield .gfield_description,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield label,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield .gfield_description {
    font-size: 12px;
  }
}
body.single .gform_wrapper .gfield label b,
body.single .gform_wrapper .gfield .gfield_description b,
body.page-template-voor-werkgevers .gform_wrapper .gfield label b,
body.page-template-voor-werkgevers .gform_wrapper .gfield .gfield_description b,
body.page-template-default .gform_wrapper .gfield label b,
body.page-template-default .gform_wrapper .gfield .gfield_description b,
body.page-template-page-full .gform_wrapper .gfield label b,
body.page-template-page-full .gform_wrapper .gfield .gfield_description b,
#gform .gform_wrapper .gfield label b,
#gform .gform_wrapper .gfield .gfield_description b,
body.page-template-plaats-vacature .gform_wrapper .gfield label b,
body.page-template-plaats-vacature .gform_wrapper .gfield .gfield_description b,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield label b,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield .gfield_description b {
  margin-top: 15px;
  margin-bottom: 8px;
  display: inline-block;
}
body.single .gform_wrapper .gfield .gfield_required,
body.page-template-voor-werkgevers .gform_wrapper .gfield .gfield_required,
body.page-template-default .gform_wrapper .gfield .gfield_required,
body.page-template-page-full .gform_wrapper .gfield .gfield_required,
#gform .gform_wrapper .gfield .gfield_required,
body.page-template-plaats-vacature .gform_wrapper .gfield .gfield_required,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield .gfield_required {
  padding-left: 3px;
}
body.single .gform_wrapper .gfield .gfield_required .gfield_required_text, body.single .gform_wrapper .gfield .gfield_required.gfield_required_text,
body.page-template-voor-werkgevers .gform_wrapper .gfield .gfield_required .gfield_required_text,
body.page-template-voor-werkgevers .gform_wrapper .gfield .gfield_required.gfield_required_text,
body.page-template-default .gform_wrapper .gfield .gfield_required .gfield_required_text,
body.page-template-default .gform_wrapper .gfield .gfield_required.gfield_required_text,
body.page-template-page-full .gform_wrapper .gfield .gfield_required .gfield_required_text,
body.page-template-page-full .gform_wrapper .gfield .gfield_required.gfield_required_text,
#gform .gform_wrapper .gfield .gfield_required .gfield_required_text,
#gform .gform_wrapper .gfield .gfield_required.gfield_required_text,
body.page-template-plaats-vacature .gform_wrapper .gfield .gfield_required .gfield_required_text,
body.page-template-plaats-vacature .gform_wrapper .gfield .gfield_required.gfield_required_text,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield .gfield_required .gfield_required_text,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield .gfield_required.gfield_required_text {
  display: none;
}
body.single .gform_wrapper .gfield .gfield_required:before,
body.page-template-voor-werkgevers .gform_wrapper .gfield .gfield_required:before,
body.page-template-default .gform_wrapper .gfield .gfield_required:before,
body.page-template-page-full .gform_wrapper .gfield .gfield_required:before,
#gform .gform_wrapper .gfield .gfield_required:before,
body.page-template-plaats-vacature .gform_wrapper .gfield .gfield_required:before,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield .gfield_required:before {
  content: "*";
  color: red;
  font-size: 16px;
}
body.single .gform_wrapper .gfield input,
body.single .gform_wrapper .gfield textarea,
body.page-template-voor-werkgevers .gform_wrapper .gfield input,
body.page-template-voor-werkgevers .gform_wrapper .gfield textarea,
body.page-template-default .gform_wrapper .gfield input,
body.page-template-default .gform_wrapper .gfield textarea,
body.page-template-page-full .gform_wrapper .gfield input,
body.page-template-page-full .gform_wrapper .gfield textarea,
#gform .gform_wrapper .gfield input,
#gform .gform_wrapper .gfield textarea,
body.page-template-plaats-vacature .gform_wrapper .gfield input,
body.page-template-plaats-vacature .gform_wrapper .gfield textarea,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield input,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield textarea {
  font-size: 16px;
  font-weight: 400;
  color: #33465C;
  border-radius: 8px;
  border: 1px solid #C2C8CE;
  padding: 17px;
  line-height: 1;
}
@media (max-width: 575.98px) {
  body.single .gform_wrapper .gfield input,
body.single .gform_wrapper .gfield textarea,
body.page-template-voor-werkgevers .gform_wrapper .gfield input,
body.page-template-voor-werkgevers .gform_wrapper .gfield textarea,
body.page-template-default .gform_wrapper .gfield input,
body.page-template-default .gform_wrapper .gfield textarea,
body.page-template-page-full .gform_wrapper .gfield input,
body.page-template-page-full .gform_wrapper .gfield textarea,
#gform .gform_wrapper .gfield input,
#gform .gform_wrapper .gfield textarea,
body.page-template-plaats-vacature .gform_wrapper .gfield input,
body.page-template-plaats-vacature .gform_wrapper .gfield textarea,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield input,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield textarea {
    font-size: 14px;
  }
}
body.single .gform_wrapper .gfield input:focus,
body.single .gform_wrapper .gfield textarea:focus,
body.page-template-voor-werkgevers .gform_wrapper .gfield input:focus,
body.page-template-voor-werkgevers .gform_wrapper .gfield textarea:focus,
body.page-template-default .gform_wrapper .gfield input:focus,
body.page-template-default .gform_wrapper .gfield textarea:focus,
body.page-template-page-full .gform_wrapper .gfield input:focus,
body.page-template-page-full .gform_wrapper .gfield textarea:focus,
#gform .gform_wrapper .gfield input:focus,
#gform .gform_wrapper .gfield textarea:focus,
body.page-template-plaats-vacature .gform_wrapper .gfield input:focus,
body.page-template-plaats-vacature .gform_wrapper .gfield textarea:focus,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield input:focus,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield textarea:focus {
  background: #F3F5FA;
  border: 1px solid #0278FF;
  outline: none;
}
body.single .gform_wrapper .gfield .gpfup__droparea,
body.page-template-voor-werkgevers .gform_wrapper .gfield .gpfup__droparea,
body.page-template-default .gform_wrapper .gfield .gpfup__droparea,
body.page-template-page-full .gform_wrapper .gfield .gpfup__droparea,
#gform .gform_wrapper .gfield .gpfup__droparea,
body.page-template-plaats-vacature .gform_wrapper .gfield .gpfup__droparea,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield .gpfup__droparea {
  background: #ffffff;
  border: 1px solid #C2C8CE;
}
body.single .gform_wrapper .gfield input[type=file],
body.page-template-voor-werkgevers .gform_wrapper .gfield input[type=file],
body.page-template-default .gform_wrapper .gfield input[type=file],
body.page-template-page-full .gform_wrapper .gfield input[type=file],
#gform .gform_wrapper .gfield input[type=file],
body.page-template-plaats-vacature .gform_wrapper .gfield input[type=file],
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield input[type=file] {
  background: #ffffff;
  padding: 8px 8px;
}
body.single .gform_wrapper .gfield input[type=file]::file-selector-button,
body.page-template-voor-werkgevers .gform_wrapper .gfield input[type=file]::file-selector-button,
body.page-template-default .gform_wrapper .gfield input[type=file]::file-selector-button,
body.page-template-page-full .gform_wrapper .gfield input[type=file]::file-selector-button,
#gform .gform_wrapper .gfield input[type=file]::file-selector-button,
body.page-template-plaats-vacature .gform_wrapper .gfield input[type=file]::file-selector-button,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield input[type=file]::file-selector-button {
  background: transparent;
  border: 1px solid #001833;
  color: #001833;
  border-radius: 4px;
  padding: 12px 17px;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
  margin-right: 15px;
}
body.single .gform_wrapper .gfield input[type=file]::file-selector-button:hover,
body.page-template-voor-werkgevers .gform_wrapper .gfield input[type=file]::file-selector-button:hover,
body.page-template-default .gform_wrapper .gfield input[type=file]::file-selector-button:hover,
body.page-template-page-full .gform_wrapper .gfield input[type=file]::file-selector-button:hover,
#gform .gform_wrapper .gfield input[type=file]::file-selector-button:hover,
body.page-template-plaats-vacature .gform_wrapper .gfield input[type=file]::file-selector-button:hover,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield input[type=file]::file-selector-button:hover {
  background: #001833;
  color: #ffffff;
}
body.single .gform_wrapper .gfield input[aria-invalid=true],
body.single .gform_wrapper .gfield textarea[aria-invalid=true],
body.page-template-voor-werkgevers .gform_wrapper .gfield input[aria-invalid=true],
body.page-template-voor-werkgevers .gform_wrapper .gfield textarea[aria-invalid=true],
body.page-template-default .gform_wrapper .gfield input[aria-invalid=true],
body.page-template-default .gform_wrapper .gfield textarea[aria-invalid=true],
body.page-template-page-full .gform_wrapper .gfield input[aria-invalid=true],
body.page-template-page-full .gform_wrapper .gfield textarea[aria-invalid=true],
#gform .gform_wrapper .gfield input[aria-invalid=true],
#gform .gform_wrapper .gfield textarea[aria-invalid=true],
body.page-template-plaats-vacature .gform_wrapper .gfield input[aria-invalid=true],
body.page-template-plaats-vacature .gform_wrapper .gfield textarea[aria-invalid=true],
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield input[aria-invalid=true],
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield textarea[aria-invalid=true] {
  border: 1px solid #FF0000;
}
body.single .gform_wrapper .gfield textarea,
body.page-template-voor-werkgevers .gform_wrapper .gfield textarea,
body.page-template-default .gform_wrapper .gfield textarea,
body.page-template-page-full .gform_wrapper .gfield textarea,
#gform .gform_wrapper .gfield textarea,
body.page-template-plaats-vacature .gform_wrapper .gfield textarea,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield textarea {
  padding-top: 13px;
  line-height: 24px !important;
}
body.single .gform_wrapper .gfield .gchoice label,
body.page-template-voor-werkgevers .gform_wrapper .gfield .gchoice label,
body.page-template-default .gform_wrapper .gfield .gchoice label,
body.page-template-page-full .gform_wrapper .gfield .gchoice label,
#gform .gform_wrapper .gfield .gchoice label,
body.page-template-plaats-vacature .gform_wrapper .gfield .gchoice label,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield .gchoice label {
  font-weight: 400;
  font-size: 14px;
}
body.single .gform_wrapper .gfield .ginput_container_consent,
body.page-template-voor-werkgevers .gform_wrapper .gfield .ginput_container_consent,
body.page-template-default .gform_wrapper .gfield .ginput_container_consent,
body.page-template-page-full .gform_wrapper .gfield .ginput_container_consent,
#gform .gform_wrapper .gfield .ginput_container_consent,
body.page-template-plaats-vacature .gform_wrapper .gfield .ginput_container_consent,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield .ginput_container_consent {
  display: flex;
  gap: 8px;
  font-size: 13px;
  font-weight: 400;
}
body.single .gform_wrapper .gfield .ginput_container_consent a,
body.page-template-voor-werkgevers .gform_wrapper .gfield .ginput_container_consent a,
body.page-template-default .gform_wrapper .gfield .ginput_container_consent a,
body.page-template-page-full .gform_wrapper .gfield .ginput_container_consent a,
#gform .gform_wrapper .gfield .ginput_container_consent a,
body.page-template-plaats-vacature .gform_wrapper .gfield .ginput_container_consent a,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield .ginput_container_consent a {
  text-decoration: underline;
}
body.single .gform_wrapper .gfield .ginput_container_consent input,
body.page-template-voor-werkgevers .gform_wrapper .gfield .ginput_container_consent input,
body.page-template-default .gform_wrapper .gfield .ginput_container_consent input,
body.page-template-page-full .gform_wrapper .gfield .ginput_container_consent input,
#gform .gform_wrapper .gfield .ginput_container_consent input,
body.page-template-plaats-vacature .gform_wrapper .gfield .ginput_container_consent input,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield .ginput_container_consent input {
  height: 20px;
  width: 20px;
  border-radius: 4px;
}
body.single .gform_wrapper .gfield .ginput_container_consent label,
body.page-template-voor-werkgevers .gform_wrapper .gfield .ginput_container_consent label,
body.page-template-default .gform_wrapper .gfield .ginput_container_consent label,
body.page-template-page-full .gform_wrapper .gfield .ginput_container_consent label,
#gform .gform_wrapper .gfield .ginput_container_consent label,
body.page-template-plaats-vacature .gform_wrapper .gfield .ginput_container_consent label,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield .ginput_container_consent label {
  font-weight: 400;
}
body.single .gform_wrapper .gform_footer,
body.page-template-voor-werkgevers .gform_wrapper .gform_footer,
body.page-template-default .gform_wrapper .gform_footer,
body.page-template-page-full .gform_wrapper .gform_footer,
#gform .gform_wrapper .gform_footer,
body.page-template-plaats-vacature .gform_wrapper .gform_footer,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gform_footer {
  margin-top: 40px;
  width: fit-content;
  position: relative;
  background: #0278FF;
  color: #ffffff;
  padding: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
body.single .gform_wrapper .gform_footer:hover,
body.page-template-voor-werkgevers .gform_wrapper .gform_footer:hover,
body.page-template-default .gform_wrapper .gform_footer:hover,
body.page-template-page-full .gform_wrapper .gform_footer:hover,
#gform .gform_wrapper .gform_footer:hover,
body.page-template-plaats-vacature .gform_wrapper .gform_footer:hover,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gform_footer:hover {
  background: #003E85;
}
body.single .gform_wrapper .gform_footer:after,
body.page-template-voor-werkgevers .gform_wrapper .gform_footer:after,
body.page-template-default .gform_wrapper .gform_footer:after,
body.page-template-page-full .gform_wrapper .gform_footer:after,
#gform .gform_wrapper .gform_footer:after,
body.page-template-plaats-vacature .gform_wrapper .gform_footer:after,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gform_footer:after {
  content: "";
  position: absolute;
  top: 53%;
  right: 20px;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  font-family: "altenawerkt";
  font-size: 13px;
  font-weight: 400;
}
body.single .gform_wrapper .gform_footer input,
body.page-template-voor-werkgevers .gform_wrapper .gform_footer input,
body.page-template-default .gform_wrapper .gform_footer input,
body.page-template-page-full .gform_wrapper .gform_footer input,
#gform .gform_wrapper .gform_footer input,
body.page-template-plaats-vacature .gform_wrapper .gform_footer input,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gform_footer input {
  all: unset;
  padding: 14px 24px;
  padding-right: 45px;
}
body.single .gform_wrapper .gform_footer input:focus,
body.page-template-voor-werkgevers .gform_wrapper .gform_footer input:focus,
body.page-template-default .gform_wrapper .gform_footer input:focus,
body.page-template-page-full .gform_wrapper .gform_footer input:focus,
#gform .gform_wrapper .gform_footer input:focus,
body.page-template-plaats-vacature .gform_wrapper .gform_footer input:focus,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gform_footer input:focus {
  background: inherit !important;
}
body.single .gform_wrapper .image-choice,
body.page-template-voor-werkgevers .gform_wrapper .image-choice,
body.page-template-default .gform_wrapper .image-choice,
body.page-template-page-full .gform_wrapper .image-choice,
#gform .gform_wrapper .image-choice,
body.page-template-plaats-vacature .gform_wrapper .image-choice,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .image-choice {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media (max-width: 1199.98px) {
  body.single .gform_wrapper .image-choice,
body.page-template-voor-werkgevers .gform_wrapper .image-choice,
body.page-template-default .gform_wrapper .image-choice,
body.page-template-page-full .gform_wrapper .image-choice,
#gform .gform_wrapper .image-choice,
body.page-template-plaats-vacature .gform_wrapper .image-choice,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .image-choice {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  body.single .gform_wrapper .image-choice,
body.page-template-voor-werkgevers .gform_wrapper .image-choice,
body.page-template-default .gform_wrapper .image-choice,
body.page-template-page-full .gform_wrapper .image-choice,
#gform .gform_wrapper .image-choice,
body.page-template-plaats-vacature .gform_wrapper .image-choice,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .image-choice {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 449.98px) {
  body.single .gform_wrapper .image-choice,
body.page-template-voor-werkgevers .gform_wrapper .image-choice,
body.page-template-default .gform_wrapper .image-choice,
body.page-template-page-full .gform_wrapper .image-choice,
#gform .gform_wrapper .image-choice,
body.page-template-plaats-vacature .gform_wrapper .image-choice,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .image-choice {
    grid-template-columns: 1fr;
  }
}
body.single .gform_wrapper .image-choice .gchoice,
body.page-template-voor-werkgevers .gform_wrapper .image-choice .gchoice,
body.page-template-default .gform_wrapper .image-choice .gchoice,
body.page-template-page-full .gform_wrapper .image-choice .gchoice,
#gform .gform_wrapper .image-choice .gchoice,
body.page-template-plaats-vacature .gform_wrapper .image-choice .gchoice,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .image-choice .gchoice {
  position: relative;
}
body.single .gform_wrapper .image-choice .gchoice:has(input:checked),
body.page-template-voor-werkgevers .gform_wrapper .image-choice .gchoice:has(input:checked),
body.page-template-default .gform_wrapper .image-choice .gchoice:has(input:checked),
body.page-template-page-full .gform_wrapper .image-choice .gchoice:has(input:checked),
#gform .gform_wrapper .image-choice .gchoice:has(input:checked),
body.page-template-plaats-vacature .gform_wrapper .image-choice .gchoice:has(input:checked),
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .image-choice .gchoice:has(input:checked) {
  border: 3px solid #0278FF;
}
body.single .gform_wrapper .image-choice .gchoice input,
body.page-template-voor-werkgevers .gform_wrapper .image-choice .gchoice input,
body.page-template-default .gform_wrapper .image-choice .gchoice input,
body.page-template-page-full .gform_wrapper .image-choice .gchoice input,
#gform .gform_wrapper .image-choice .gchoice input,
body.page-template-plaats-vacature .gform_wrapper .image-choice .gchoice input,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .image-choice .gchoice input {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
}
body.single .gform_wrapper .image-choice .gchoice label,
body.single .gform_wrapper .image-choice .gchoice img,
body.page-template-voor-werkgevers .gform_wrapper .image-choice .gchoice label,
body.page-template-voor-werkgevers .gform_wrapper .image-choice .gchoice img,
body.page-template-default .gform_wrapper .image-choice .gchoice label,
body.page-template-default .gform_wrapper .image-choice .gchoice img,
body.page-template-page-full .gform_wrapper .image-choice .gchoice label,
body.page-template-page-full .gform_wrapper .image-choice .gchoice img,
#gform .gform_wrapper .image-choice .gchoice label,
#gform .gform_wrapper .image-choice .gchoice img,
body.page-template-plaats-vacature .gform_wrapper .image-choice .gchoice label,
body.page-template-plaats-vacature .gform_wrapper .image-choice .gchoice img,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .image-choice .gchoice label,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .image-choice .gchoice img {
  width: 100%;
  max-width: 100%;
}
body.single.register-form,
body.page-template-voor-werkgevers.register-form,
body.page-template-default.register-form,
body.page-template-page-full.register-form,
#gform.register-form,
body.page-template-plaats-vacature.register-form,
body.page-template-wij-zoeken-jouw-baan.register-form {
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  body.single.register-form,
body.page-template-voor-werkgevers.register-form,
body.page-template-default.register-form,
body.page-template-page-full.register-form,
#gform.register-form,
body.page-template-plaats-vacature.register-form,
body.page-template-wij-zoeken-jouw-baan.register-form {
    margin-top: 0;
  }
}
body.single.register-form .gform_confirmation_message,
body.page-template-voor-werkgevers.register-form .gform_confirmation_message,
body.page-template-default.register-form .gform_confirmation_message,
body.page-template-page-full.register-form .gform_confirmation_message,
#gform.register-form .gform_confirmation_message,
body.page-template-plaats-vacature.register-form .gform_confirmation_message,
body.page-template-wij-zoeken-jouw-baan.register-form .gform_confirmation_message {
  padding: 20px;
  background-color: lightgreen;
}
body.single.register-form .gform_wrapper,
body.page-template-voor-werkgevers.register-form .gform_wrapper,
body.page-template-default.register-form .gform_wrapper,
body.page-template-page-full.register-form .gform_wrapper,
#gform.register-form .gform_wrapper,
body.page-template-plaats-vacature.register-form .gform_wrapper,
body.page-template-wij-zoeken-jouw-baan.register-form .gform_wrapper {
  background: none;
  padding: 0;
}
body.single.register-form .gform_wrapper:before,
body.page-template-voor-werkgevers.register-form .gform_wrapper:before,
body.page-template-default.register-form .gform_wrapper:before,
body.page-template-page-full.register-form .gform_wrapper:before,
#gform.register-form .gform_wrapper:before,
body.page-template-plaats-vacature.register-form .gform_wrapper:before,
body.page-template-wij-zoeken-jouw-baan.register-form .gform_wrapper:before {
  display: none;
}
body.single.register-form .gform_wrapper label,
body.single.register-form .gform_wrapper legend,
body.page-template-voor-werkgevers.register-form .gform_wrapper label,
body.page-template-voor-werkgevers.register-form .gform_wrapper legend,
body.page-template-default.register-form .gform_wrapper label,
body.page-template-default.register-form .gform_wrapper legend,
body.page-template-page-full.register-form .gform_wrapper label,
body.page-template-page-full.register-form .gform_wrapper legend,
#gform.register-form .gform_wrapper label,
#gform.register-form .gform_wrapper legend,
body.page-template-plaats-vacature.register-form .gform_wrapper label,
body.page-template-plaats-vacature.register-form .gform_wrapper legend,
body.page-template-wij-zoeken-jouw-baan.register-form .gform_wrapper label,
body.page-template-wij-zoeken-jouw-baan.register-form .gform_wrapper legend {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
body.single.register-form .gform_wrapper .sub-label,
body.page-template-voor-werkgevers.register-form .gform_wrapper .sub-label,
body.page-template-default.register-form .gform_wrapper .sub-label,
body.page-template-page-full.register-form .gform_wrapper .sub-label,
#gform.register-form .gform_wrapper .sub-label,
body.page-template-plaats-vacature.register-form .gform_wrapper .sub-label,
body.page-template-wij-zoeken-jouw-baan.register-form .gform_wrapper .sub-label {
  font-weight: 700;
  display: inline-block;
  margin-top: 34px;
}
body.single.register-form .gform_wrapper .gfield.gfield--type-select,
body.page-template-voor-werkgevers.register-form .gform_wrapper .gfield.gfield--type-select,
body.page-template-default.register-form .gform_wrapper .gfield.gfield--type-select,
body.page-template-page-full.register-form .gform_wrapper .gfield.gfield--type-select,
#gform.register-form .gform_wrapper .gfield.gfield--type-select,
body.page-template-plaats-vacature.register-form .gform_wrapper .gfield.gfield--type-select,
body.page-template-wij-zoeken-jouw-baan.register-form .gform_wrapper .gfield.gfield--type-select {
  border-bottom: 1px solid #EBEDF2;
  padding-bottom: 40px;
}
body.single.register-form .gform_wrapper .gfield.gfield--type-select:not(:has(+ .gfield--type-select)),
body.page-template-voor-werkgevers.register-form .gform_wrapper .gfield.gfield--type-select:not(:has(+ .gfield--type-select)),
body.page-template-default.register-form .gform_wrapper .gfield.gfield--type-select:not(:has(+ .gfield--type-select)),
body.page-template-page-full.register-form .gform_wrapper .gfield.gfield--type-select:not(:has(+ .gfield--type-select)),
#gform.register-form .gform_wrapper .gfield.gfield--type-select:not(:has(+ .gfield--type-select)),
body.page-template-plaats-vacature.register-form .gform_wrapper .gfield.gfield--type-select:not(:has(+ .gfield--type-select)),
body.page-template-wij-zoeken-jouw-baan.register-form .gform_wrapper .gfield.gfield--type-select:not(:has(+ .gfield--type-select)) {
  border-bottom: none;
  padding-bottom: 0;
}
body.single.register-form .gform_wrapper .gfield.gfield--type-select + .gfield h3,
body.page-template-voor-werkgevers.register-form .gform_wrapper .gfield.gfield--type-select + .gfield h3,
body.page-template-default.register-form .gform_wrapper .gfield.gfield--type-select + .gfield h3,
body.page-template-page-full.register-form .gform_wrapper .gfield.gfield--type-select + .gfield h3,
#gform.register-form .gform_wrapper .gfield.gfield--type-select + .gfield h3,
body.page-template-plaats-vacature.register-form .gform_wrapper .gfield.gfield--type-select + .gfield h3,
body.page-template-wij-zoeken-jouw-baan.register-form .gform_wrapper .gfield.gfield--type-select + .gfield h3 {
  margin-top: 10px;
}
body.single.register-form .gform_wrapper,
body.page-template-voor-werkgevers.register-form .gform_wrapper,
body.page-template-default.register-form .gform_wrapper,
body.page-template-page-full.register-form .gform_wrapper,
#gform.register-form .gform_wrapper,
body.page-template-plaats-vacature.register-form .gform_wrapper,
body.page-template-wij-zoeken-jouw-baan.register-form .gform_wrapper {
  margin-top: 0;
}

body.page-template-plaats-vacature .gform_wrapper .gfield .ginput_container_select select {
  color: #33465C;
  font-size: 16px;
  font-weight: 400;
}
body.page-template-plaats-vacature .gform_wrapper .gfield .ginput_container_select select:focus, body.page-template-plaats-vacature .gform_wrapper .gfield .ginput_container_select select:focus-visible {
  border: 1px solid #0278FF;
  outline: #0278FF;
}

body.page-template-plaats-vacature .gform_wrapper .gfield .ginput_container_select:after {
  font-weight: 300;
  color: #798697;
}

body.page-template-plaats-vacature .gform_wrapper .gfield.gfield--type-date.gfield--input-type-datepicker {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
@media (max-width: 991.98px) {
  body.page-template-plaats-vacature .gform_wrapper .gfield.gfield--type-date.gfield--input-type-datepicker {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
body.page-template-plaats-vacature .gform_wrapper .gfield.gfield--type-date.gfield--input-type-datepicker input {
  width: 100%;
}

@media (max-width: 991.98px) {
  .page-id-285 .site-content .entry-content {
    padding-bottom: 50px;
  }
  .page-id-285 .gform_wrapper.gravity-theme .gfield.gfield--width-third {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
  .page-id-285 .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
.page-id-285 {
  background-color: #ffffff;
}
.page-id-285 #gform_6 .gform_fields {
  background: #f3f5fa;
  border-radius: 8px;
  margin-bottom: 50px;
  padding: 40px 70px 60px;
}
.page-id-285 #gform_6 .gform_fields .gfield.gfield--type-section {
  position: relative;
  padding: 55px 0 45px;
  background-color: #ffffff;
  margin-left: -70px;
  margin-right: -70px;
}
@media (max-width: 767.98px) {
  .page-id-285 #gform_6 .gform_fields .gfield.gfield--type-section {
    background-color: #F3F5FA;
    padding: 15px 0 25px;
  }
}
.page-id-285 #gform_6 .gform_fields .gfield.gfield--type-section:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  content: "";
  height: 40px;
  width: calc(100%);
  background-color: #F3F5FA;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media (max-width: 767.98px) {
  .page-id-285 #gform_6 .gform_fields .gfield.gfield--type-section:before {
    display: none;
  }
}
.page-id-285 #gform_6 .gform_fields .gfield.gfield--type-section:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  content: "";
  height: 40px;
  width: calc(100%);
  background-color: #F3F5FA;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media (max-width: 767.98px) {
  .page-id-285 #gform_6 .gform_fields .gfield.gfield--type-section:after {
    display: none;
  }
}
.page-id-285 #gform_6 .gform_fields .gfield.gfield--type-section .gfield_label {
  color: #001833;
}

body.page-template-default,
body.home,
body.page-template-vacatures,
body.page-template-page-full,
body.single,
body.page-template-plaats-vacature {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  body.page-template-default,
body.home,
body.page-template-vacatures,
body.page-template-page-full,
body.single,
body.page-template-plaats-vacature {
    margin-top: 0 !important;
  }
}
body.page-template-default #main .gform_wrapper,
body.home #main .gform_wrapper,
body.page-template-vacatures #main .gform_wrapper,
body.page-template-page-full #main .gform_wrapper,
body.single #main .gform_wrapper,
body.page-template-plaats-vacature #main .gform_wrapper {
  margin-top: 145px;
  background: none;
  padding: 0;
}
body.page-template-default #main .gform_wrapper.dark-mode_wrapper,
body.home #main .gform_wrapper.dark-mode_wrapper,
body.page-template-vacatures #main .gform_wrapper.dark-mode_wrapper,
body.page-template-page-full #main .gform_wrapper.dark-mode_wrapper,
body.single #main .gform_wrapper.dark-mode_wrapper,
body.page-template-plaats-vacature #main .gform_wrapper.dark-mode_wrapper {
  margin-top: 145px;
  padding: 81px 112px;
  background: #E3E7F2;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 767.98px) {
  body.page-template-default #main .gform_wrapper.dark-mode_wrapper,
body.home #main .gform_wrapper.dark-mode_wrapper,
body.page-template-vacatures #main .gform_wrapper.dark-mode_wrapper,
body.page-template-page-full #main .gform_wrapper.dark-mode_wrapper,
body.single #main .gform_wrapper.dark-mode_wrapper,
body.page-template-plaats-vacature #main .gform_wrapper.dark-mode_wrapper {
    margin-bottom: 25px;
    padding: 25px;
  }
}
body.page-template-default #main .gform_wrapper#gform_wrapper_0,
body.home #main .gform_wrapper#gform_wrapper_0,
body.page-template-vacatures #main .gform_wrapper#gform_wrapper_0,
body.page-template-page-full #main .gform_wrapper#gform_wrapper_0,
body.single #main .gform_wrapper#gform_wrapper_0,
body.page-template-plaats-vacature #main .gform_wrapper#gform_wrapper_0 {
  margin-top: 35px;
}
body.page-template-default #main .gform_wrapper input,
body.page-template-default #main .gform_wrapper textarea,
body.home #main .gform_wrapper input,
body.home #main .gform_wrapper textarea,
body.page-template-vacatures #main .gform_wrapper input,
body.page-template-vacatures #main .gform_wrapper textarea,
body.page-template-page-full #main .gform_wrapper input,
body.page-template-page-full #main .gform_wrapper textarea,
body.single #main .gform_wrapper input,
body.single #main .gform_wrapper textarea,
body.page-template-plaats-vacature #main .gform_wrapper input,
body.page-template-plaats-vacature #main .gform_wrapper textarea {
  line-height: 1;
}
body.page-template-default #main .gform_wrapper input:focus,
body.page-template-default #main .gform_wrapper textarea:focus,
body.home #main .gform_wrapper input:focus,
body.home #main .gform_wrapper textarea:focus,
body.page-template-vacatures #main .gform_wrapper input:focus,
body.page-template-vacatures #main .gform_wrapper textarea:focus,
body.page-template-page-full #main .gform_wrapper input:focus,
body.page-template-page-full #main .gform_wrapper textarea:focus,
body.single #main .gform_wrapper input:focus,
body.single #main .gform_wrapper textarea:focus,
body.page-template-plaats-vacature #main .gform_wrapper input:focus,
body.page-template-plaats-vacature #main .gform_wrapper textarea:focus {
  background: #ffffff;
}
body.page-template-default #main .gform_wrapper:before,
body.home #main .gform_wrapper:before,
body.page-template-vacatures #main .gform_wrapper:before,
body.page-template-page-full #main .gform_wrapper:before,
body.single #main .gform_wrapper:before,
body.page-template-plaats-vacature #main .gform_wrapper:before {
  display: none;
}

body.page-template-plaats-vacature #main .gform_wrapper {
  margin-top: 30px;
}

body:not(.single-vacatures).front-end #gform {
  margin-top: 20px;
}
body:not(.single-vacatures).front-end #gform .gform_wrapper {
  padding: 0;
  background: 0;
}
body:not(.single-vacatures).front-end #gform .gform_wrapper input,
body:not(.single-vacatures).front-end #gform .gform_wrapper textarea {
  line-height: 1;
}
body:not(.single-vacatures).front-end #gform .gform_wrapper input:focus,
body:not(.single-vacatures).front-end #gform .gform_wrapper textarea:focus {
  background: #ffffff;
}
body:not(.single-vacatures).front-end #gform .gform_wrapper #gform_fields_login {
  list-style: none;
}
body:not(.single-vacatures).front-end #gform .gform_wrapper #gform_fields_login li:first-child {
  margin-bottom: 20px;
}
body:not(.single-vacatures).front-end #gform .gform_wrapper .gform_footer {
  margin-top: 20px;
}
body:not(.single-vacatures).front-end #gform .gf_login_links {
  margin-top: 15px;
}
body:not(.single-vacatures).front-end #gform .gf_login_links a {
  margin-bottom: 5px;
  display: inline-block;
}
body:not(.single-vacatures).front-end section.user-registration h2 {
  margin-bottom: 40px;
}
body:not(.single-vacatures).front-end section.user-registration #gform .gform_wrapper .gfield span.title {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: -8px;
}

.gform_wrapper.gravity-theme legend.gfield_label.easygf-tooltip {
  font-size: 14px;
  font-weight: 500;
  color: #001833;
  line-height: 18px;
}

.gform_fields .gfield label.easygf-tooltip.icon,
.gform_fields .gfield.gfield--type-radio .easygf-tooltip.icon.tooltipstered {
  display: inline-block !important;
  position: relative;
  border: none;
}
.gform_fields .gfield label.easygf-tooltip.icon:hover,
.gform_fields .gfield.gfield--type-radio .easygf-tooltip.icon.tooltipstered:hover {
  cursor: pointer;
}
.gform_fields .gfield label.easygf-tooltip.icon::after,
.gform_fields .gfield.gfield--type-radio .easygf-tooltip.icon.tooltipstered::after {
  margin-left: 10px;
  width: 23px;
  height: 23px;
  top: 5px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  background: #ffffff;
  border: 0;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.05);
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box .tooltip_content {
  color: #000000;
}

[id^=gform_multifile_messages_] {
  display: none;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #ffffff !important;
}

@media (max-width: 767.98px) {
  body .gform_wrapper.gravity-theme .gfield input.medium {
    width: 100%;
  }
}
body .gform_wrapper.gravity-theme .gform_fields .gfield.column-1 {
  grid-column: span 1;
  -ms-grid-column-span: 1;
}
@media (max-width: 1399.98px) {
  body .gform_wrapper.gravity-theme .gform_fields .gfield.column-1 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
  }
}
@media (max-width: 767.98px) {
  body .gform_wrapper.gravity-theme .gform_fields .gfield.column-1 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
  }
}
body .gform_wrapper.gravity-theme .gform_fields .gfield.column-6 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
}
@media (max-width: 767.98px) {
  body .gform_wrapper.gravity-theme .gform_fields .gfield.column-6 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
  }
}
body .gform_wrapper.gravity-theme .gfield_list_icons button {
  position: relative;
  left: 5px;
  opacity: 1;
  background: inherit;
  background-color: #0278FF;
  height: 22px;
  width: 22px;
  transition: 0.3s;
}
body .gform_wrapper.gravity-theme .gfield_list_icons button.add_list_item {
  -webkit-mask-image: url(/wp-content/plugins/gravityforms/images/list-add.svg);
  mask-image: url(/wp-content/plugins/gravityforms/images/list-add.svg);
}
body .gform_wrapper.gravity-theme .gfield_list_icons button.delete_list_item {
  background-image: inherit;
  -webkit-mask-image: url(/wp-content/plugins/gravityforms/images/list-remove.svg);
  mask-image: url(/wp-content/plugins/gravityforms/images/list-remove.svg);
}
body .gform_wrapper.gravity-theme .gfield_list_icons button:hover {
  opacity: 0.6;
}

.promoten .modal-dialog,
.uitlichten .modal-dialog,
.uitlichten-promoten .modal-dialog {
  max-width: 872px;
}
.promoten .modal-dialog .modal-content,
.uitlichten .modal-dialog .modal-content,
.uitlichten-promoten .modal-dialog .modal-content {
  padding: 50px;
  border-radius: 10px;
  border: 0;
  background-color: #F3F5FA;
}
.promoten .modal-dialog .modal-content .modal-body,
.uitlichten .modal-dialog .modal-content .modal-body,
.uitlichten-promoten .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.promoten .modal-dialog .modal-content .modal-body h2,
.uitlichten .modal-dialog .modal-content .modal-body h2,
.uitlichten-promoten .modal-dialog .modal-content .modal-body h2 {
  margin: 0;
  font-size: 40px;
}
.promoten .modal-dialog .modal-content .modal-body .huidige-promotie,
.uitlichten .modal-dialog .modal-content .modal-body .huidige-promotie,
.uitlichten-promoten .modal-dialog .modal-content .modal-body .huidige-promotie {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 16px 24px;
  background-color: #F3F5FA;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.promoten .modal-dialog .modal-content .modal-body .huidige-promotie p:last-of-type,
.uitlichten .modal-dialog .modal-content .modal-body .huidige-promotie p:last-of-type,
.uitlichten-promoten .modal-dialog .modal-content .modal-body .huidige-promotie p:last-of-type {
  margin-bottom: 0;
}
.promoten .modal-dialog .modal-content .gform_heading h2,
.promoten .modal-dialog .modal-content .gform_confirmation_message h2,
.uitlichten .modal-dialog .modal-content .gform_heading h2,
.uitlichten .modal-dialog .modal-content .gform_confirmation_message h2,
.uitlichten-promoten .modal-dialog .modal-content .gform_heading h2,
.uitlichten-promoten .modal-dialog .modal-content .gform_confirmation_message h2 {
  margin: 0;
  font-size: 40px;
}
.promoten .modal-dialog .modal-content .gform_body,
.uitlichten .modal-dialog .modal-content .gform_body,
.uitlichten-promoten .modal-dialog .modal-content .gform_body {
  color: #33465C;
  font-size: 18px;
  line-height: 32px;
}
.promoten .modal-dialog .modal-content .gform_body .gfield_label,
.uitlichten .modal-dialog .modal-content .gform_body .gfield_label,
.uitlichten-promoten .modal-dialog .modal-content .gform_body .gfield_label {
  font-size: 18px;
  color: #001833;
}
.promoten .modal-dialog .modal-content .gform_body .gfield_radio input,
.uitlichten .modal-dialog .modal-content .gform_body .gfield_radio input,
.uitlichten-promoten .modal-dialog .modal-content .gform_body .gfield_radio input {
  width: 19px;
  height: 19px;
}
.promoten .modal-dialog .modal-content .gform_body .gfield_radio label,
.uitlichten .modal-dialog .modal-content .gform_body .gfield_radio label,
.uitlichten-promoten .modal-dialog .modal-content .gform_body .gfield_radio label {
  margin-left: 4px;
  position: relative;
  top: 0px;
  font-size: 16px;
  font-weight: 500;
  color: #001833;
}
.promoten .modal-dialog .modal-content .gform_footer,
.uitlichten .modal-dialog .modal-content .gform_footer,
.uitlichten-promoten .modal-dialog .modal-content .gform_footer {
  padding-top: 20px !important;
  justify-content: end;
  gap: 15px;
}
.promoten .modal-dialog .modal-content .gform_footer button,
.uitlichten .modal-dialog .modal-content .gform_footer button,
.uitlichten-promoten .modal-dialog .modal-content .gform_footer button {
  margin-bottom: 0;
}
.promoten .modal-dialog .modal-content .gform_footer .gform_button.button,
.uitlichten .modal-dialog .modal-content .gform_footer .gform_button.button,
.uitlichten-promoten .modal-dialog .modal-content .gform_footer .gform_button.button {
  margin: 0;
  padding: 10px 19px 11px;
  font-weight: 600;
}
.promoten .modal-dialog .modal-content .gform_confirmation_message,
.uitlichten .modal-dialog .modal-content .gform_confirmation_message,
.uitlichten-promoten .modal-dialog .modal-content .gform_confirmation_message {
  text-align: center;
}
.promoten .modal-dialog .modal-content .gform_confirmation_message button,
.promoten .modal-dialog .modal-content .gform_confirmation_message a.btn,
.uitlichten .modal-dialog .modal-content .gform_confirmation_message button,
.uitlichten .modal-dialog .modal-content .gform_confirmation_message a.btn,
.uitlichten-promoten .modal-dialog .modal-content .gform_confirmation_message button,
.uitlichten-promoten .modal-dialog .modal-content .gform_confirmation_message a.btn {
  margin-left: auto;
  display: flex;
  width: fit-content;
}

.header-search {
  background-color: #001833;
  padding: 56px 60px;
  margin-top: -90px;
  position: relative;
  border-radius: 6px;
}
.header-search:before {
  content: "";
  background: #001833;
  position: absolute;
  height: 100%;
  width: 110vw;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  display: none;
}
@media (max-width: 991.98px) {
  .header-search {
    padding: 35px;
  }
}
@media (max-width: 767.98px) {
  .header-search {
    padding: 50px;
  }
}
@media (max-width: 575.98px) {
  .header-search {
    margin-top: 0;
    padding-inline: 0;
  }
  .header-search:before {
    display: block;
  }
}
.header-search h1 {
  margin-top: 0;
  color: #ffffff;
}
.header-search .form-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
@media (max-width: 991.98px) {
  .header-search .form-inline {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.header-search .form-inline .form-group {
  width: 100%;
  display: inline-block;
  position: relative;
}
.header-search .form-inline .form-group:first-child:before {
  content: "";
  font-family: "altenawerkt";
  position: absolute;
  left: 18px;
  top: 25px;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 18px;
  color: #7A8795;
}
.header-search .form-inline .form-group:last-of-type:before {
  content: "";
  font-family: "altenawerkt";
  position: absolute;
  left: 18px;
  top: 25px;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 20px;
  color: #7A8795;
}
.header-search .form-inline .form-group input[type=text] {
  background-color: #33465C;
  border-color: #33465C;
  border-radius: 4px;
  padding: 13px;
  padding-left: 48px;
  position: relative;
  color: #ffffff;
}
.header-search .form-inline .form-group input::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #C2C8CE;
}
.header-search .form-inline .form-group input:focus::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #C2C8CE;
}
.header-search .form-inline .form-group input:focus::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #C2C8CE;
}
.header-search .form-inline .form-group input:focus::-ms-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #C2C8CE;
}
.header-search .form-inline .form-group input:focus::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #C2C8CE;
}
.header-search .form-inline .form-group input:focus::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #C2C8CE;
}
.header-search .form-inline button {
  padding: 14px 19px 13.5px;
}
@media (max-width: 991.98px) {
  .header-search .form-inline button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
  }
}
.header-search .other-options {
  display: flex;
  align-items: center;
  margin-top: 37px;
}
@media (max-width: 767.98px) {
  .header-search .other-options {
    flex-direction: column;
    align-items: flex-start;
  }
}
.header-search .other-options span {
  display: inline-block;
  margin-right: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #C2C8CE;
}
@media (max-width: 767.98px) {
  .header-search .other-options span {
    margin-bottom: 16px;
  }
}
.header-search .other-options ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 30px;
  text-indent: 0;
}
@media (max-width: 767.98px) {
  .header-search .other-options ul {
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
  }
}
.header-search .other-options ul li {
  line-height: 1;
  white-space: nowrap;
}
.header-search .other-options ul li:before {
  font-family: "altenawerkt";
  content: "";
  font-size: 11px;
  color: #EEF826;
  margin-right: 0;
  bottom: 0;
}
.header-search .other-options ul li form {
  display: inline-block;
}
.header-search .other-options ul li button {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  transition: 0.3s;
}
.header-search .other-options ul li:hover button {
  color: #EEF826;
  text-decoration: underline;
}

.special-vacatures {
  background: #E4E7EA;
  margin-bottom: 80px;
  padding: 55px 0;
  position: relative;
}
.special-vacatures.slick-loading .card:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
  display: none;
}
.special-vacatures h2 {
  margin-top: 0;
  margin-bottom: 25px;
}
.special-vacatures:before {
  content: "";
  background: #E4E7EA;
  height: 100%;
  width: 100vw;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.special-vacatures .vacature-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.special-vacatures .vacature-items.slick-slider {
  display: block;
}
@media (max-width: 1199.98px) {
  .special-vacatures .vacature-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  .special-vacatures .vacature-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .special-vacatures .vacature-items {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.special-vacatures .vacature-items .card {
  margin: 12px;
}
.special-vacatures .vacature-items .card .card-content {
  min-height: 293px;
}
@media (max-width: 575.98px) {
  .special-vacatures .vacature-items .card .card-content {
    min-height: unset;
  }
}
.special-vacatures .vacature-items .card .image-holder,
.special-vacatures .vacature-items .card .card-content {
  position: relative;
}
.special-vacatures .vacature-items .card .image-holder .uitgelicht,
.special-vacatures .vacature-items .card .card-content .uitgelicht {
  position: absolute;
  top: 0;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 7px 12px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 14px;
  font-weight: 600;
}
.special-vacatures .vacature-items .card .image-holder .uitgelicht img,
.special-vacatures .vacature-items .card .card-content .uitgelicht img {
  max-width: 18px;
  height: 15px;
  padding: 0;
}

.visual {
  position: relative;
}
.visual img {
  width: 100%;
  min-height: 264px;
  max-height: 512px;
  height: auto;
  max-width: unset;
  object-fit: cover;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
@media (max-width: 767.98px) {
  .visual img {
    height: 100%;
    max-height: 264px;
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

body:not(.home):not(.page-template-vacatures).page-template-default .visual {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  body:not(.home):not(.page-template-vacatures).page-template-default .visual {
    margin-bottom: 10px;
  }
}

@media (max-width: 575.98px) {
  .visual-holder {
    width: 100% !important;
    margin: unset;
    padding: unset;
  }
}
@media (max-width: 767.98px) {
  .visual-slider img {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .visual-slider img {
    left: unset;
    transform: unset;
    border-radius: 0;
  }
}
.visual-slider.slick-loading a:not(:nth-child(1)) {
  display: none;
}

/* Slider arrows */
.slick-prev,
.slick-next {
  color: #001833;
  font-size: 20px;
  background-color: #ffffff;
  height: 44px;
  width: 44px;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: bolder;
  z-index: 10;
  transition: 0.3s;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767.98px) {
  .slick-prev,
.slick-next {
    height: 40px;
    width: 40px;
  }
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.slick-prev.slick-disabled:hover,
.slick-next.slick-disabled:hover {
  border: 0;
}
.slick-prev:hover,
.slick-next:hover {
  color: #ffffff;
  background-color: #1C83EA;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #ffffff;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  color: #001833;
  font-size: 19px;
  font-family: "altenawerkt";
  transition: 0.3s;
}
@media (max-width: 767.98px) {
  .slick-prev:before,
.slick-next:before {
    font-size: 18px;
  }
}

.slick-next {
  transform: translate(50%, -50%);
  right: 0;
}
.slick-next:before {
  content: "";
}

header.site-header .account-bar {
  background-color: #001833;
  min-height: 50px;
  padding: 8px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header.site-header .account-bar .content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}
header.site-header .account-bar a,
header.site-header .account-bar button,
header.site-header .account-bar .dropdown-btn {
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 10px 8px;
  border-radius: 4px;
  line-height: normal;
}
header.site-header .account-bar a.show .icon-chevron-down,
header.site-header .account-bar button.show .icon-chevron-down,
header.site-header .account-bar .dropdown-btn.show .icon-chevron-down {
  transform: rotate(180deg);
}
header.site-header .account-bar .werkgevers-select {
  display: inline-block;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}
header.site-header .account-bar .werkgevers-select .icon.office {
  display: inline-flex;
  align-content: center;
  font-size: 12px;
}
header.site-header .account-bar .werkgevers-select .werkgever-naam {
  margin: 0px 6px;
}
header.site-header .account-bar .werkgevers-select .icon-chevron-down {
  display: inline-flex;
  align-content: center;
  font-size: 10px;
}
header.site-header .account-bar .icon-chevron-down {
  display: inline-flex;
  margin-left: 7px;
  font-size: 8px;
  transition: all 0.2s ease-in-out;
}
header.site-header .account-bar .dropdown-menu {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
}
header.site-header .account-bar .dropdown-menu {
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
header.site-header .account-bar .dropdown-menu .dropdown-link {
  color: #000000;
  font-size: 13px;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
header.site-header .account-bar .dropdown-menu .dropdown-link.original-user {
  font-weight: 600;
}
header.site-header .account-bar .dropdown-menu .dropdown-link:hover {
  background-color: #E3E7F2;
}
header.site-header .account-bar .dropdown-menu .dropdown-link.logout {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: 100%;
}
header.site-header .account-bar .dropdown-menu a.vacatures {
  border-bottom: 1px solid #F3F5FA;
}
@media (max-width: 991.98px) {
  header.site-header .account-bar .btn-outline, header.site-header .account-bar .btn-delete, header.site-header .account-bar .btn-outline-light, header.site-header .account-bar .btn.btn-concept {
    border-radius: 20px;
    padding: inherit;
    width: 36px;
    height: 36px;
    text-align: center;
  }
  header.site-header .account-bar .btn-outline .icon-account:before, header.site-header .account-bar .btn-delete .icon-account:before, header.site-header .account-bar .btn-outline-light .icon-account:before, header.site-header .account-bar .btn.btn-concept .icon-account:before {
    vertical-align: -4px;
    font-size: 16px;
  }
}
header.site-header #topbar {
  background-color: #EEF826;
  padding: 20px 0;
}
@media (max-width: 991.98px) {
  header.site-header #topbar {
    padding: 14px 0;
  }
  header.site-header #topbar .logo img {
    width: 144px;
    height: 22px;
  }
}
header.site-header #topbar #top-right {
  display: flex;
  margin-left: auto;
}

footer {
  margin-top: 200px;
}
@media (max-width: 767.98px) {
  footer {
    margin-top: 100px;
  }
}
footer .footer-top-row {
  background: #EEF826;
  width: 100%;
  padding: 30px 0;
  position: relative;
  text-align: center;
  transition: 0.3s;
}
footer .footer-top-row a.button {
  width: auto;
  color: #001833;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  footer .footer-top-row a.button {
    font-size: 16px;
  }
}
footer .footer-top-row a.button .icon-arrow-right {
  font-size: 13px;
  margin-left: 7px;
}
footer .footer-top-row a.button:hover {
  color: #ffffff;
}
footer .footer-top-row:before {
  content: "";
  position: absolute;
  background: #EEF826;
  inset: 0;
  height: 100%;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
footer .footer-bottom-row {
  background: #001833;
  color: #ffffff;
  position: relative;
  padding: 135px 0;
}
@media (max-width: 767.98px) {
  footer .footer-bottom-row {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  footer .footer-bottom-row .container {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  footer .footer-bottom-row .container > .row {
    flex-direction: column-reverse;
  }
}
footer .footer-bottom-row a {
  display: inline-block;
  padding-bottom: 0;
  border-bottom: 2px solid transparent;
}
@media (max-width: 991.98px) {
  footer .footer-bottom-row a {
    border-bottom: 1px solid transparent;
  }
}
footer .footer-bottom-row:before {
  content: "";
  background: #001833;
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767.98px) {
  footer .footer-bottom-row .footer-logo {
    margin-top: 56px;
  }
}
footer .footer-bottom-row .footer-logo img {
  width: 415px;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  footer .footer-bottom-row .footer-logo img {
    width: 246px;
  }
}
footer .footer-bottom-row .footer-logo p {
  margin-top: 22px;
  font-size: 14px;
  margin-bottom: 0;
  font-style: 14px;
  line-height: 22px;
  color: #F3F5FA;
  max-width: 536px;
}
@media (max-width: 767.98px) {
  footer .footer-bottom-row .footer-logo p {
    color: #C2C8CE;
  }
}
footer .footer-bottom-row .footer-menu {
  display: flex;
  align-items: flex-start;
}
footer .footer-bottom-row .footer-menu .menu-footermenu-container {
  width: 100%;
}
footer .footer-bottom-row .footer-menu h2 {
  display: none;
}
footer .footer-bottom-row .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 3;
  column-gap: 50px;
}
@media (max-width: 1599.98px) {
  footer .footer-bottom-row .footer-menu ul {
    column-gap: 40px;
  }
}
@media (max-width: 1399.98px) {
  footer .footer-bottom-row .footer-menu ul {
    column-gap: 0px;
  }
}
@media (max-width: 1199.98px) {
  footer .footer-bottom-row .footer-menu ul {
    column-count: 2;
  }
}
@media (max-width: 991.98px) {
  footer .footer-bottom-row .footer-menu ul {
    column-count: 2;
    column-gap: 10px;
  }
}
@media (max-width: 767.98px) {
  footer .footer-bottom-row .footer-menu ul {
    column-count: 3;
    column-gap: initial;
  }
}
@media (max-width: 575.98px) {
  footer .footer-bottom-row .footer-menu ul {
    column-count: 2;
  }
}
@media (max-width: 399.98px) {
  footer .footer-bottom-row .footer-menu ul {
    column-count: 1;
  }
}
footer .footer-bottom-row .footer-menu ul li {
  margin-bottom: 20px;
}
footer .footer-bottom-row .footer-menu ul li:last-child a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  footer .footer-bottom-row .footer-menu ul li {
    margin-bottom: 14px;
  }
}
footer .footer-bottom-row .footer-menu ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  padding-bottom: 2px;
  line-height: 1;
}
@media (max-width: 991.98px) {
  footer .footer-bottom-row .footer-menu ul li a {
    font-size: 14px;
  }
}
footer .footer-bottom-row .footer-menu ul li a:hover {
  border-bottom: 2px solid #ffffff;
}
@media (max-width: 991.98px) {
  footer .footer-bottom-row .footer-menu ul li a:hover {
    border-bottom: 1px solid #ffffff;
  }
}
footer .footer-bottom-row .footer-menu ul li a span {
  white-space: nowrap;
}
footer .footer-bottom-row .social-menu {
  display: block;
  margin-left: auto;
}
@media (max-width: 1599.98px) {
  footer .footer-bottom-row .social-menu {
    margin-right: 5px;
  }
}
@media (max-width: 1399.98px) {
  footer .footer-bottom-row .social-menu {
    margin-right: 15px;
  }
}
@media (max-width: 1199.98px) {
  footer .footer-bottom-row .social-menu {
    margin-right: 62px;
  }
}
@media (max-width: 991.98px) {
  footer .footer-bottom-row .social-menu {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  footer .footer-bottom-row .social-menu {
    margin-top: 26px;
  }
}
footer .footer-bottom-row .social-menu h2 {
  display: none;
}
footer .footer-bottom-row .social-menu ul {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 0;
  margin: 0;
  margin-top: 22px;
}
@media (max-width: 575.98px) {
  footer .footer-bottom-row .social-menu ul {
    margin-top: 0;
    justify-content: flex-start;
  }
}
footer .footer-bottom-row .social-menu ul li a {
  padding: 0;
}
footer .footer-bottom-row .social-menu ul li a span {
  display: none;
}
footer .footer-bottom-row .social-menu ul li a:before {
  display: inline-block;
  font-family: "altenawerkt";
  background: #F3F5FA;
  border-radius: 8px;
  color: #001833;
  font-size: 18px;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
footer .footer-bottom-row .social-menu ul li a:hover:before {
  background: #EEF826;
}
footer .footer-bottom-row .social-menu ul li.facebook a:before {
  content: "";
}
footer .footer-bottom-row .social-menu ul li.instagram a:before {
  content: "";
}
footer .footer-bottom-row .social-menu ul li.linkedin a:before {
  content: "";
}
footer .footer-bottom-row .social-menu ul li.youtube a:before {
  content: "";
  font-size: 14px;
}

body.archive .page-header h1 {
  margin-bottom: 25px;
}
body.archive .archive-items {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  body.archive .archive-items .card-wrapper:last-of-type {
    margin-bottom: 0;
  }
}

:root {
  --container-width: 1140px ;
}

@media (min-width: 576px) {
  :root {
    --container-width: 540px ;
  }
}
@media (min-width: 768px) {
  :root {
    --container-width: 720px ;
  }
}
@media (min-width: 992px) {
  :root {
    --container-width: 960px ;
  }
}
@media (min-width: 1200px) {
  :root {
    --container-width: 1140px ;
  }
}
body #signup-welcome p {
  font-size: 14px;
  margin-bottom: 10px;
}

body.page-template-my-account {
  background: #ffffff;
}
body.page-template-my-account .gform_heading {
  display: none;
}
body.page-template-my-account #gform_4 {
  padding: 70px;
  padding-bottom: 60px;
  background: #F3F5FA;
  border-radius: 8px;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  body.page-template-my-account #gform_4 {
    padding: 50px;
  }
}
@media (max-width: 767.98px) {
  body.page-template-my-account #gform_4 {
    padding: 30px;
    margin-bottom: 30px;
  }
}
body.page-template-my-account #gform_4 h3 {
  margin-top: 0;
  font-size: 24px;
}
body.page-template-my-account #gform_4 .gform_footer {
  padding: 0;
}
body.page-template-my-account #gform_4 .gform_footer input {
  padding: 15px 20px 17px;
}
body.page-template-my-account #gform_4 .gform_footer:after {
  display: none;
}
body.page-template-my-account .login-information {
  padding: 45px 70px;
  border-radius: 12px;
  height: 100%;
  background: #F3F5FA;
}
@media (max-width: 991.98px) {
  body.page-template-my-account .login-information {
    padding: 50px;
  }
}
@media (max-width: 767.98px) {
  body.page-template-my-account .login-information {
    padding: 30px;
  }
}
body.page-template-my-account .login-information h3 {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 700;
}
body.page-template-my-account .login-information .info-container {
  display: flex;
  align-items: center;
}
@media (max-width: 1399.98px) {
  body.page-template-my-account .login-information .info-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
body.page-template-my-account .login-information .info-container .group {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1399.98px) {
  body.page-template-my-account .login-information .info-container .group {
    margin-top: 15px;
  }
}
body.page-template-my-account .login-information .info-container .group:not(:last-child) {
  margin-right: 74px;
}
@media (max-width: 1399.98px) {
  body.page-template-my-account .login-information .info-container .group:not(:last-child) {
    margin-right: 0;
  }
}
body.page-template-my-account .login-information .info-container .group span.label {
  font-size: 14px;
  font-weight: 500;
  color: #001833;
}
body.page-template-my-account .login-information .info-container .group span.value {
  padding-top: 8px;
  font-size: 18px;
  font-weight: 400;
  color: #33465C;
}
@media (max-width: 767.98px) {
  body.page-template-my-account .login-information .info-container .group span.value {
    font-size: 16px;
  }
}
body.page-template-my-account .login-information .info-container .group a {
  font-weight: 600;
  text-decoration: underline;
}
body.page-template-my-account .pakket-information {
  height: 100%;
  border-radius: 12px;
  background: #F3F5FA;
  padding: 50px 71px 60px;
}
@media (max-width: 991.98px) {
  body.page-template-my-account .pakket-information {
    padding: 50px;
  }
}
@media (max-width: 767.98px) {
  body.page-template-my-account .pakket-information {
    padding: 30px;
    margin-top: 30px;
    height: inherit;
  }
}
body.page-template-my-account .pakket-information h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
}
body.page-template-my-account .pakket-information .card {
  border: 0;
  height: inherit;
}
body.page-template-my-account .pakket-information .card .card-content {
  padding: 30px;
  height: inherit;
}
body.page-template-my-account .pakket-information .card .buttons {
  display: none;
}
body.page-template-my-account .pakket-information .card .usps {
  margin-bottom: 0;
}
body.page-template-my-account .pakket-information a.add {
  color: #0278FF;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
}
body.page-template-my-account .pakket-information a.add:hover {
  border-bottom: 2px solid #0278FF;
  color: #0278FF;
}
body.page-template-my-account .pakket-information a.add span {
  margin-left: 8px;
}
body.page-template-my-account .file-download {
  margin-top: 40px;
}

#confirmation-modal h2 {
  margin-bottom: 0;
  margin-top: 0;
}
#confirmation-modal p {
  margin-bottom: 0;
}
#confirmation-modal .gform_button.button {
  margin-top: 15px;
}
#confirmation-modal .btn {
  padding: 5px 15px;
  font-size: 14px;
  line-height: 24px;
}
#confirmation-modal .btn:after {
  display: none;
}
#confirmation-modal .btn.btn-primary, #confirmation-modal .card-vacature .modal-dialog input.btn[type=submit], .card-vacature .modal-dialog #confirmation-modal input.btn[type=submit], #confirmation-modal .btn.btn-no-icon, #confirmation-modal .promoten .modal-dialog .modal-content .gform_footer .btn.gform_button.button, .promoten .modal-dialog .modal-content .gform_footer #confirmation-modal .btn.gform_button.button,
#confirmation-modal .uitlichten .modal-dialog .modal-content .gform_footer .btn.gform_button.button,
.uitlichten .modal-dialog .modal-content .gform_footer #confirmation-modal .btn.gform_button.button,
#confirmation-modal .uitlichten-promoten .modal-dialog .modal-content .gform_footer .btn.gform_button.button,
.uitlichten-promoten .modal-dialog .modal-content .gform_footer #confirmation-modal .btn.gform_button.button {
  border: 2px solid #0278FF;
}
#confirmation-modal .btn.btn-primary:hover, #confirmation-modal .card-vacature .modal-dialog input.btn[type=submit]:hover, .card-vacature .modal-dialog #confirmation-modal input.btn[type=submit]:hover, #confirmation-modal .btn.btn-no-icon:hover, #confirmation-modal .promoten .modal-dialog .modal-content .gform_footer .btn.gform_button.button:hover, .promoten .modal-dialog .modal-content .gform_footer #confirmation-modal .btn.gform_button.button:hover,
#confirmation-modal .uitlichten .modal-dialog .modal-content .gform_footer .btn.gform_button.button:hover,
.uitlichten .modal-dialog .modal-content .gform_footer #confirmation-modal .btn.gform_button.button:hover,
#confirmation-modal .uitlichten-promoten .modal-dialog .modal-content .gform_footer .btn.gform_button.button:hover,
.uitlichten-promoten .modal-dialog .modal-content .gform_footer #confirmation-modal .btn.gform_button.button:hover {
  border-color: #003E85;
}
#confirmation-modal .btn.btn-primary:after, #confirmation-modal .card-vacature .modal-dialog input.btn[type=submit]:after, .card-vacature .modal-dialog #confirmation-modal input.btn[type=submit]:after, #confirmation-modal .btn.btn-no-icon:after, #confirmation-modal .promoten .modal-dialog .modal-content .gform_footer .btn.gform_button.button:after, .promoten .modal-dialog .modal-content .gform_footer #confirmation-modal .btn.gform_button.button:after,
#confirmation-modal .uitlichten .modal-dialog .modal-content .gform_footer .btn.gform_button.button:after,
.uitlichten .modal-dialog .modal-content .gform_footer #confirmation-modal .btn.gform_button.button:after,
#confirmation-modal .uitlichten-promoten .modal-dialog .modal-content .gform_footer .btn.gform_button.button:after,
.uitlichten-promoten .modal-dialog .modal-content .gform_footer #confirmation-modal .btn.gform_button.button:after {
  content: "";
  font-family: "altenawerkt";
  margin-left: 10px;
  font-size: 13px;
  font-weight: 400;
}

body.page-id-285 #gform_6 .gform_fields #field_6_71 .gfield_label,
body.page-id-285 #gform_6 .gform_fields #field_6_66 .gfield_label {
  display: none;
}
body.page-id-285 #gform_6 .gform_fields .gfield--type-post_image input {
  background-color: white;
}
body.page-id-285 #gform_6 .gform_fields .gfield:not(.gsection) + .gfield--has-description label {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  body.page-id-285 #gform_6 .gform_fields {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  body.page-id-285 #gform_6 .gform_fields input.datepicker {
    width: 100%;
  }
  body.page-id-285 .entry-content {
    position: relative;
    background-color: #F3F5FA;
  }
  body.page-id-285 .entry-content:before {
    content: "";
    inset: 0;
    width: 100vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #F3F5FA;
    z-index: -1;
  }
}

.tooltipster-base.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 20px 25px 20px;
}

.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-box .tooltip_content {
  color: #33465C;
}

.card-vacature .modal-dialog .gform_footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.card-vacature .modal-dialog input[type=submit] {
  border: 0;
  padding: 5px 10px;
}

body.page-template-plaats-vacature #main .gform_wrapper:not(#gform_wrapper_6):not(#gform_wrapper_7) {
  margin-top: 0;
}
body.page-template-plaats-vacature #main .gform_wrapper:not(#gform_wrapper_6):not(#gform_wrapper_7) .gform_body .gform_wrapper .gfield .gchoice label {
  font-size: 15px;
  line-height: 22.5px;
}
body.page-template-plaats-vacature #main .gform_wrapper:not(#gform_wrapper_6):not(#gform_wrapper_7) .gform_footer {
  margin-top: 0;
  background-color: inherit;
}
body.page-template-plaats-vacature #main .gform_wrapper:not(#gform_wrapper_6):not(#gform_wrapper_7) .gform_footer:after {
  display: none;
}
body.page-template-plaats-vacature #main .gform_wrapper:not(#gform_wrapper_6):not(#gform_wrapper_7) .gform_footer .gform_button.button {
  border: 0;
  padding: 8px 10px;
  margin-top: 15px;
  background-color: #0278FF;
  border-radius: 5px;
  color: #ffffff;
  transition: 0.3s;
  font-family: "Inter";
  font-weight: 400;
}

body.page-template-dashboard .heading {
  margin: 60px 0 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  body.page-template-dashboard .heading {
    flex-direction: column;
  }
}
body.page-template-dashboard .heading h2 {
  font-size: 40px;
  margin: 0;
}
@media (max-width: 767.98px) {
  body.page-template-dashboard .heading h2 {
    font-size: 29px;
    margin-bottom: 25px;
  }
}
body.page-template-dashboard .heading .btn:after {
  display: none;
}
body.page-template-dashboard .heading .heading-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
body.page-template-dashboard .heading a.logout {
  color: #33465C;
  text-decoration: underline;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  body.page-template-dashboard .heading a.logout {
    font-size: 14px;
  }
}
body.page-template-dashboard .heading a.logout:hover {
  color: #0278FF;
}
body.page-template-dashboard .message-wrapper .alert {
  display: none;
}
body.page-template-dashboard .message-wrapper .alert .icon-arrow-right {
  font-size: 12px;
}
body.page-template-dashboard .message-wrapper .alert .icon-usp {
  color: #59C527;
  margin-right: 5px;
}
@media (max-width: 991.98px) {
  body.page-template-dashboard .vacancies {
    padding: 50px;
  }
}
@media (max-width: 767.98px) {
  body.page-template-dashboard .vacancies {
    padding: 0;
    margin-top: 0;
  }
}
body.page-template-dashboard .vacancies h3 {
  margin-top: 0;
}
body.page-template-dashboard .vacancies .card {
  height: inherit;
  margin-bottom: 15px;
  border: 1px solid #C2C8CE;
}
body.page-template-dashboard .vacancies .card .status {
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #001833;
  background-color: #DEEEFF;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
}
body.page-template-dashboard .vacancies .card .card-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}
@media (max-width: 767.98px) {
  body.page-template-dashboard .vacancies .card .card-content {
    flex-direction: column;
    align-items: start;
    padding: 20px 24px;
    padding-bottom: 24px;
  }
}
body.page-template-dashboard .vacancies .card .card-content .card-title {
  font-size: 16px;
  font-weight: 600;
}
body.page-template-dashboard .vacancies .card .card-content .card-title a {
  transition: 0.3s;
  color: #001833;
}
body.page-template-dashboard .vacancies .card .card-content .card-title a:hover {
  border-bottom: 2px solid #0278FF;
  color: #0278FF;
}
body.page-template-dashboard .vacancies .card .card-content .card-title .status-draft {
  color: #0278FF;
  font-weight: 600;
}
body.page-template-dashboard .vacancies .card .card-content .options {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 767.98px) {
  body.page-template-dashboard .vacancies .card .card-content .options {
    align-items: start;
    gap: 5px;
    flex-direction: column;
  }
}
body.page-template-dashboard .vacancies .card .card-content .options a,
body.page-template-dashboard .vacancies .card .card-content .options button {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  body.page-template-dashboard .vacancies .card .card-content .options a,
body.page-template-dashboard .vacancies .card .card-content .options button {
    padding: 0;
  }
}
body.page-template-dashboard .vacancies .card .card-content .options a:hover,
body.page-template-dashboard .vacancies .card .card-content .options button:hover {
  text-decoration: underline;
}
body.page-template-dashboard .vacancies .card .card-content .options .open,
body.page-template-dashboard .vacancies .card .card-content .options .edit {
  color: #0278FF;
  transition: 0.3s;
}
body.page-template-dashboard .vacancies .card .card-content .options .concept {
  padding: 0;
  color: #DD731C;
}
body.page-template-dashboard .vacancies .card .card-content .options .publish {
  color: #59C527;
}
body.page-template-dashboard .vacancies .card .card-content .options .delete {
  padding: 0;
  color: #FF0000;
  font-weight: 300;
  transition: 0.3s;
}
body.page-template-dashboard .vacancies .card .card-content .options .delete:hover {
  text-decoration: underline;
}
body.page-template-dashboard .vacancies .card .card-content .actions {
  display: flex;
  gap: 20px;
}
@media (max-width: 767.98px) {
  body.page-template-dashboard .vacancies .card .card-content .actions {
    gap: 10px;
    margin-top: 25px;
  }
}
body.page-template-dashboard .vacancies .card .card-content .actions .action-btn {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #001833;
  background-color: #DEEEFF;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
}
body.page-template-dashboard .vacancies .card .card-content .actions .action-btn span {
  margin-right: 5px;
  font-size: 17px;
  color: #7A8795;
  transition: 0.3s ease-in-out;
}
body.page-template-dashboard .vacancies .card .card-content .actions .action-btn:hover {
  color: #001833;
  background-color: #89a0bd;
}
body.page-template-dashboard .vacancies .card .card-content .actions .action-btn:hover span {
  color: #DEEEFF;
}
body.page-template-dashboard .vacancies .card .card-content .actions .action-btn.active {
  background-color: #DDFFCD;
}
body.page-template-dashboard .vacancies .card .card-content .actions .action-btn.active span {
  color: #59C527;
}
body.page-template-dashboard .vacancies .card .card-content .actions .action-btn.active:hover {
  color: white;
  background-color: #59C527;
}
body.page-template-dashboard .vacancies .card .card-content .actions .action-btn.active:hover span {
  color: #ffffff;
}
body.page-template-dashboard .vacancies a.btn {
  display: inline-block;
}
body.page-template-dashboard .vacancies a.btn:after {
  display: none;
}
body.page-template-dashboard .contact-info {
  margin-top: 50px;
  padding: 45px 70px;
  border-radius: 12px;
  background: #ffffff;
}
body.page-template-dashboard .contact-info h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 3px;
  margin-top: 0;
}
body.page-template-dashboard .contact-info p {
  margin-bottom: 28px;
}
body.page-template-dashboard .contact-info .buttons {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
body.page-template-dashboard .contact-info .buttons .btn span {
  margin-right: 7px;
}
body.page-template-dashboard .contact-info .buttons .btn:after {
  display: none;
}
body.page-template-dashboard footer {
  margin-top: 75px;
}

.page-template-dienstenoverzicht {
  background-color: #ffffff;
}
.page-template-dienstenoverzicht #content {
  background-color: #ffffff;
}
.page-template-dienstenoverzicht #content .pdf-container {
  position: relative;
  padding-bottom: 141.42%;
  /* A4 verhouding (1 / √2 ≈ 0.707) => 100 / 0.707 ≈ 141.42 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 25px;
}
.page-template-dienstenoverzicht #content .pdf-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.page-template-dienstenoverzicht #content .dienstenoverzicht-content {
  padding: 50px;
  padding-top: 30px;
  border-radius: 12px;
  background-color: #F3F5FA;
}
.page-template-dienstenoverzicht #content .dienstenoverzicht-content p {
  margin-bottom: 10px;
}
.page-template-dienstenoverzicht #content .dienstenoverzicht-content h4 {
  margin-top: 10px;
}
.page-template-dienstenoverzicht #content .dienstenoverzicht-content .buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.page-template-dienstenoverzicht #content .dienstenoverzicht-content .buttons .btn {
  display: block;
  width: fit-content;
}
.page-template-dienstenoverzicht #content .dienstenoverzicht-content .buttons .btn span {
  margin-right: 4px;
}
.page-template-dienstenoverzicht #content .dienstenoverzicht-content .buttons .btn:after {
  content: none;
}

.home {
  background-color: #F3F5FA;
  /* ------------------------------------------------ // Uitgelichte vacatures */
  /* ------------------------------------------------ // Uitgelichte pakketten */
}
.home #uitgelichte-vacatures {
  margin: 160px 0 58px;
}
@media (max-width: 767.98px) {
  .home #uitgelichte-vacatures {
    margin-top: 61px;
    margin-bottom: 80px;
  }
}
.home #uitgelichte-vacatures h2 {
  margin-top: 0;
  font-size: 36px;
  line-height: 46px;
}
@media (max-width: 767.98px) {
  .home #uitgelichte-vacatures h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.home #uitgelichte-vacatures p {
  margin-bottom: 28px;
}
.home #uitgelichte-vacatures .btn {
  padding: 14px 24px 13px 24px;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .home #uitgelichte-vacatures .btn {
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .home #uitgelichte-vacatures .btn {
    margin-top: 16px;
  }
}
.home #uitgelichte-pakketten {
  padding: 106px 112px;
  background: #020024;
  border-radius: 6px;
  color: #ffffff;
  position: relative;
  background: linear-gradient(125deg, #020024 0%, #000306 68%, #626813 100%);
}
@media (max-width: 1199.98px) {
  .home #uitgelichte-pakketten {
    padding: 80px;
  }
}
@media (max-width: 767.98px) {
  .home #uitgelichte-pakketten {
    padding: 67px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 575.98px) {
  .home #uitgelichte-pakketten {
    padding: 67px 0 85px;
    padding-inline: 0;
    background: none;
  }
  .home #uitgelichte-pakketten:before {
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 101vw;
    background: linear-gradient(125deg, #020024 0%, #000306 68%, #626813 100%);
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
.home #uitgelichte-pakketten .intro h2 {
  margin-top: 0;
  color: inherit;
  color: inherit;
}
.home #uitgelichte-pakketten .intro p {
  color: #C2C8CE;
  line-height: 27px;
}
@media (max-width: 575.98px) {
  .home #uitgelichte-pakketten .intro p {
    line-height: 22px;
  }
}
.home #uitgelichte-pakketten .steps {
  margin: 60px 0 56px;
}
@media (max-width: 575.98px) {
  .home #uitgelichte-pakketten .steps {
    margin: 40px 0 8px;
  }
}
.home #uitgelichte-pakketten .steps .step-wrapper:first-of-type {
  padding-right: 50px;
}
@media (max-width: 991.98px) {
  .home #uitgelichte-pakketten .steps .step-wrapper:first-of-type {
    padding-right: 0;
  }
}
.home #uitgelichte-pakketten .steps .step-wrapper p {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .home #uitgelichte-pakketten .steps .step-wrapper p {
    margin-bottom: 40px;
  }
}
.home #uitgelichte-pakketten .steps span.step {
  font-size: 14px;
  font-weight: 600;
  color: #EEF826;
  display: inline-block;
}
@media (max-width: 575.98px) {
  .home #uitgelichte-pakketten .steps span.step {
    font-size: 12px;
    line-height: 18px;
  }
}
.home #uitgelichte-pakketten .steps h3 {
  margin-top: 0;
  color: inherit;
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 575.98px) {
  .home #uitgelichte-pakketten .steps h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.home #uitgelichte-pakketten .steps p {
  color: #C2C8CE;
  line-height: 27px;
}
@media (max-width: 575.98px) {
  .home #uitgelichte-pakketten .steps p {
    line-height: 22px;
  }
}
.home #uitgelichte-pakketten .bottom-row p {
  color: #C2C8CE;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
  padding-right: 40px;
}
@media (max-width: 991.98px) {
  .home #uitgelichte-pakketten .bottom-row p {
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .home #uitgelichte-pakketten .bottom-row p {
    font-size: 10px;
    line-height: 15px;
  }
}
.home #uitgelichte-pakketten .bottom-row .btn {
  padding-inline: 24px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .home #uitgelichte-pakketten .bottom-row .btn {
    margin-top: 24px;
  }
}
.home .content-block {
  margin: 200px 0 251px;
}
@media (max-width: 767.98px) {
  .home .content-block {
    margin-top: 80px;
    margin-bottom: 95px;
  }
  .home .content-block .row {
    flex-direction: column-reverse;
  }
}
.home .content-block h2 {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .home .content-block h2 {
    margin-top: 20px;
  }
}
.home .content-block p:last-of-type {
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .home .content-block p:last-of-type {
    margin-bottom: 32px;
  }
}
.home .content-block .image-holder {
  text-align: right;
}
.home .content-block .image-holder img {
  border-radius: 6px;
}
.home .content-block .read-more {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .home .content-block .read-more {
    font-size: 16px;
  }
}
.home .latest-posts .intro {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .home .latest-posts .intro {
    text-align: left;
    max-width: unset;
  }
}
.home .latest-posts .intro h2 {
  margin-top: 0;
}
.home .latest-posts .intro p {
  margin-bottom: 23px;
}
.home .latest-posts .cards-listing {
  margin-top: 52px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .home .latest-posts .cards-listing {
    margin-top: 40px;
  }
}
@media (max-width: 1199.98px) {
  .home .latest-posts .cards-listing .card-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 767.98px) {
  .home .latest-posts .cards-listing .card-wrapper {
    margin-bottom: 16px;
  }
}
.home .latest-posts .cards-listing .card-wrapper .card.news {
  border: 1px solid transparent;
  transition: 0.3s;
}
.home .latest-posts .cards-listing .card-wrapper .card.news .image-holder img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.home .latest-posts .cards-listing .card-wrapper .card.news .card-content {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.home .latest-posts .cards-listing .card-wrapper .card.news:hover {
  border: 1px solid #0278FF;
}
.home .latest-posts .cards-listing a {
  margin: 0;
}
.home .latest-posts .cards-listing .btn {
  padding-inline: 24px;
  padding-block: 14px;
  margin: 0 auto;
  margin-top: 18px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .home .latest-posts .cards-listing .btn {
    margin: 0;
    margin-top: 16px;
  }
}
.home .latest-posts .cards-listing .read-more {
  font-size: 18px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .home .latest-posts .cards-listing .read-more {
    font-size: 14px;
  }
}

.search .search-form form {
  display: flex;
}
.search .search-form form input {
  display: flex;
  margin-top: 0;
  background-color: #EEF826;
  max-width: 350px;
  border: 2px solid #EEF826;
}
.search .search-form form input:focus {
  border-color: #001833;
}
.search .search-form form button {
  margin: 0 0 0 15px;
  display: flex;
}
.search .highlight {
  color: #0d6efd;
  font-weight: 700;
}
.search .search-results {
  margin-top: 50px;
}
.search .search-result a {
  text-decoration: none;
}
.search .search-result a h2 {
  transition: 0.2s;
}
.search .search-result a h2:hover {
  color: #0a58ca;
}

body:not(.single-vacatures).single .btn-return {
  position: relative;
  z-index: 2;
  color: #001833;
  font-size: 18px;
  font-weight: 600;
  margin: 40px 0;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
body:not(.single-vacatures).single .btn-return .icon-chevron-left {
  margin-right: 8px;
  font-size: 12px;
}
@media (max-width: 991.98px) {
  body:not(.single-vacatures).single .btn-return {
    margin: 24px 0;
  }
}
@media (max-width: 767.98px) {
  body:not(.single-vacatures).single .btn-return {
    font-size: 16px;
  }
}
body:not(.single-vacatures).single .btn-return:hover {
  border-bottom: 2px solid #001833;
}
body:not(.single-vacatures).single .visual {
  margin-bottom: 50px;
}
body:not(.single-vacatures).single .entry-header {
  margin-top: 0;
}
body:not(.single-vacatures).single .entry-header h1 {
  margin-top: 0;
}
@media (max-width: 575.98px) {
  body:not(.single-vacatures).single footer {
    margin-top: 100px;
  }
}

body.page-template-voor-werkgevers .gform_wrapper {
  margin-bottom: 50px;
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  body.page-template-voor-werkgevers .gform_wrapper {
    margin-top: 20px;
  }
}
body.page-template-voor-werkgevers h2 {
  font-size: 24px;
  margin-bottom: 8px;
  margin-top: 36px;
}
body.page-template-voor-werkgevers h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
body.page-template-voor-werkgevers .slider-container {
  background: #E3E7F2;
  padding: 50px 80px;
}
@media (max-width: 767.98px) {
  body.page-template-voor-werkgevers .slider-container {
    padding: 20px 30px;
  }
}
body.page-template-voor-werkgevers .slider-container h4 {
  max-width: 620px;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
}
body.page-template-voor-werkgevers .slider-container .slick-slider {
  border-radius: 8px;
  margin-top: 30px;
}
body.page-template-voor-werkgevers .slider-container .slick-slider .slider-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 118px;
  background: #ffffff;
  border-radius: 6px;
  margin-inline: 10px;
  padding: 15px;
}
body.page-template-voor-werkgevers .slider-container .slick-slider .slider-wrapper img {
  display: block;
  object-fit: contain;
  width: fit-content;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 575.98px) {
  body.page-template-voor-werkgevers .slider-container .slick-slider .slider-wrapper img {
    padding: 10px;
    max-width: 120px;
  }
}

body.page-template-wij-zoeken-jouw-baan .wij_zoeken_voordelen {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 16px 40px;
  background-color: #E3E7F2;
  border-radius: 6px;
}
body.page-template-wij-zoeken-jouw-baan .wij_zoeken_voordelen ul {
  margin-left: 0;
  padding-left: 4px;
}
body.page-template-wij-zoeken-jouw-baan .wij_zoeken_voordelen ul li {
  list-style: none;
  padding-left: 30px;
}
body.page-template-wij-zoeken-jouw-baan .wij_zoeken_voordelen ul li:before {
  position: relative;
  font-family: "altenawerkt";
  content: "";
  margin-right: -5px;
  font-size: 20px;
  color: #0278FF;
  left: -18px;
  bottom: -3px;
}
body.page-template-wij-zoeken-jouw-baan .wij_zoeken_voordelen h3 {
  font-size: 24px;
  line-height: 30px;
}
body.page-template-wij-zoeken-jouw-baan .entry-content h2 {
  margin-top: 55px;
  font-size: 36px;
  line-height: 46px;
}
body.page-template-wij-zoeken-jouw-baan .gform_wrapper {
  margin-top: 100px;
  padding: 60px 110px;
}
@media (max-width: 991.98px) {
  body.page-template-wij-zoeken-jouw-baan .gform_wrapper {
    padding: 20px 30px;
  }
}
@media (max-width: 575.98px) {
  body.page-template-wij-zoeken-jouw-baan .gform_wrapper {
    padding: 20px 0;
  }
}
body.page-template-wij-zoeken-jouw-baan .gform_wrapper h3 {
  font-size: 20px;
  line-height: 28px;
}
body.page-template-wij-zoeken-jouw-baan .gform_wrapper legend.gfield_label {
  font-size: 14px;
  font-weight: 500;
  color: #001833;
  line-height: 18px;
}
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield--type-radio {
  margin-top: 6px;
}
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .ginput_container_date input,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield--type-fileupload input {
  width: 100%;
}
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .ginput_container_date input.medium,
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield--type-fileupload input.medium {
  width: 100%;
}
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield--type-fileupload .gfield_description {
  margin-top: 0;
  padding: 0 0 10px 0;
}
body.page-template-wij-zoeken-jouw-baan .gform_wrapper .gfield--type-fileupload .gform_fileupload_rules {
  padding-top: 10px;
}

@media (max-width: 1399.98px) {
  body .gform_wrapper.gravity-theme .gfield.gfield--width-five-twelfths {
    grid-column: span 6;
    -ms-grid-column-span: 6;
  }
}
@media (max-width: 767.98px) {
  body .gform_wrapper.gravity-theme .gfield.gfield--width-five-twelfths {
    grid-column: span 12;
    -ms-grid-column-span: 12;
  }
}
body.page-template-pakketten .visual {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  body.page-template-pakketten .visual {
    margin-bottom: 0px;
  }
}
body.page-template-pakketten h3.wp-block-heading {
  margin-bottom: 32px;
}
body.page-template-pakketten .content-block {
  margin-top: 48px;
}
body.page-template-pakketten .content-block .btn {
  padding: 15px 24px;
  margin-top: 28px;
}
body.page-template-pakketten .yellow-block {
  background: #EEF826;
  padding: 106px 112px;
  margin-top: 80px;
  border-radius: 6px;
}
@media (max-width: 1199.98px) {
  body.page-template-pakketten .yellow-block {
    padding: 80px;
  }
}
@media (max-width: 991.98px) {
  body.page-template-pakketten .yellow-block {
    padding: 50px;
  }
}
@media (max-width: 575.98px) {
  body.page-template-pakketten .yellow-block {
    padding: 30px;
  }
}
body.page-template-pakketten .yellow-block h3 {
  margin-top: 0;
}
body.page-template-pakketten .yellow-block .row p {
  margin-bottom: 0;
}
body.page-template-pakketten .yellow-block .row .btn {
  display: inline-block;
  padding-inline: 25px;
  margin-top: 25px;
}
@media (max-width: 991.98px) {
  body.page-template-pakketten .yellow-block .row .column {
    margin-bottom: 30px;
  }
}
body.page-template-pakketten span.note {
  font-size: 16px;
  font-weight: 600;
  color: #8A9BAD;
  margin-bottom: 16px;
  display: inline-block;
  margin-top: 80px;
}
body.page-template-pakketten .logos {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
body.page-template-pakketten .logos img {
  max-width: 190px;
}
@media (max-width: 575.98px) {
  body.page-template-pakketten .logos img {
    max-width: 156px;
  }
}

.black-overlay {
  position: fixed;
  inset: 0;
  background: #001833;
  opacity: 0.66;
  z-index: 9;
  display: none;
}

html.no-scroll {
  overflow-y: hidden;
}
html.no-scroll body {
  overflow-y: hidden;
}

body.page-template-vacatures {
  background: #F3F5FA;
}
body.page-template-vacatures .special-vacatures {
  margin-top: 56px;
  margin-bottom: 0;
}
body.page-template-vacatures .vacatures-container {
  margin-top: 56px;
}
@media (max-width: 767.98px) {
  body.page-template-vacatures .vacatures-container {
    margin-top: 32px;
  }
}
body.page-template-vacatures .load-spinner {
  margin: 0 auto;
  padding-top: 50px;
  opacity: 0.5;
  text-align: center;
}
body.page-template-vacatures .filters {
  background: #ffffff;
  padding: 42px 60px;
  transition: 0.3;
  border-radius: 6px;
}
@media (max-width: 1199.98px) {
  body.page-template-vacatures .filters {
    padding: 42px 30px;
  }
}
body.page-template-vacatures .filters.show {
  position: fixed;
  inset: 15px;
  z-index: 9999;
  overflow: hidden;
  padding: 20px 24px;
  border-radius: 8px;
  background: #ffffff;
}
body.page-template-vacatures .filters.show .button-close {
  position: absolute;
  right: 24px;
  top: 24px;
  color: #525D7B;
  background: #E3E7F2;
  font-size: 12px;
  height: 32px;
  width: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}
body.page-template-vacatures .filters.show .button-close:hover {
  background: #c0c9e2;
}
body.page-template-vacatures .filters.show h3 {
  margin-bottom: 17px;
}
body.page-template-vacatures .filters.show .controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  flex-wrap: nowrap;
  justify-content: center;
  right: 0;
  width: 100%;
  background: #F3F5FA;
  padding: 24px;
  box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.16);
}
body.page-template-vacatures .filters.show .filter-items {
  overflow-y: auto;
  height: 100%;
  padding-bottom: 130px;
}
@media (max-width: 767.98px) {
  body.page-template-vacatures .filters {
    display: none;
  }
}
body.page-template-vacatures .filters h3 {
  margin-top: 0;
  color: #001833;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  body.page-template-vacatures .filters h3 {
    font-size: 26px;
    line-height: 1.2em;
  }
}
body.page-template-vacatures .filters .filter-group {
  margin-bottom: 30px;
}
body.page-template-vacatures .filters .filter-group span.title {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #33465C;
}
body.page-template-vacatures .filters .filter-group .choices .form-check {
  width: 100%;
  margin: 8px 0;
}
body.page-template-vacatures .filters .filter-group .choices .form-check input {
  border-color: #868DA2;
}
body.page-template-vacatures .filters .filter-group .choices .form-check label {
  user-select: none;
  padding-left: 0;
  font-size: 14px;
  color: #0F1D47;
  vertical-align: 1px;
}
body.page-template-vacatures .filters .controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  body.page-template-vacatures .filters .controls #filterData {
    display: none;
  }
}
body.page-template-vacatures .filters .controls .btn {
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
}
body.page-template-vacatures .filters .controls .btn#filtersWissen {
  border-color: #001833;
  color: #001833;
  padding: 11px 15px;
  font-weight: 600;
}
body.page-template-vacatures .filters .controls .btn#filtersWissen:hover {
  color: #ffffff;
}
body.page-template-vacatures .filters .controls .btn:after {
  display: none;
}
body.page-template-vacatures .vacature-items .filter-button {
  margin-bottom: 32px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding-block: 10px;
  cursor: pointer;
}
body.page-template-vacatures .vacature-items .controls {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  body.page-template-vacatures .vacature-items .controls {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
body.page-template-vacatures .vacature-items .controls .counter {
  font-size: 20px;
  font-weight: 700;
  color: #001833;
  margin-bottom: 22px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  body.page-template-vacatures .vacature-items .controls .counter {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
body.page-template-vacatures .vacature-items .controls .form-select-label {
  margin-top: 6px;
  margin-left: auto;
  margin-right: 15px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  body.page-template-vacatures .vacature-items .controls .form-select-label {
    margin-left: 0;
    margin-right: auto;
  }
}
body.page-template-vacatures .vacature-items .controls select {
  max-width: 218px;
}
@media (max-width: 991.98px) {
  body.page-template-vacatures .vacature-items .controls select {
    max-width: 100%;
  }
}

/* ------------------------------------------------ // Vacature detail page */
body.single-vacatures .visual {
  position: relative;
}
body.single-vacatures .visual img {
  border-radius: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  height: auto;
}
body.single-vacatures .info-container {
  background: #001833;
  color: #ffffff;
  padding: 45px 60px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  position: relative;
}
body.single-vacatures .info-container:before {
  content: "";
  width: 105vw;
  position: absolute;
  inset: 0;
  background: #001833;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
  display: none;
}
@media (max-width: 575.98px) {
  body.single-vacatures .info-container {
    padding: 40px 0;
  }
  body.single-vacatures .info-container:before {
    display: block;
  }
}
body.single-vacatures .info-container .main-info h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  color: #ffffff;
  margin: 0;
  margin-bottom: 22px;
}
@media (max-width: 1199.98px) {
  body.single-vacatures .info-container .main-info h1 {
    font-size: 29px;
    line-height: 38px;
  }
}
@media (max-width: 575.98px) {
  body.single-vacatures .info-container .main-info h1 {
    margin-bottom: 6px;
  }
}
body.single-vacatures .info-container .main-info span {
  display: block;
}
body.single-vacatures .info-container .main-info span.company {
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 575.98px) {
  body.single-vacatures .info-container .main-info span.company {
    font-size: 16px;
  }
}
body.single-vacatures .info-container .main-info span.company .icon {
  margin-right: 7px;
}
body.single-vacatures .info-container .main-info span.location {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.7;
}
@media (max-width: 575.98px) {
  body.single-vacatures .info-container .main-info span.location {
    font-size: 14px;
  }
}
body.single-vacatures .info-container .main-info span.location .icon {
  margin-right: 7px;
}
@media (max-width: 991.98px) {
  body.single-vacatures .info-container .extra-info {
    margin-top: 40px;
  }
}
body.single-vacatures .info-container .extra-info .fields .group {
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  body.single-vacatures .info-container .extra-info .fields .group {
    flex-basis: 50%;
  }
}
body.single-vacatures .info-container .extra-info .fields .group .label {
  display: block;
  font-size: 14px;
  color: #C2C8CE;
}
@media (max-width: 575.98px) {
  body.single-vacatures .info-container .extra-info .fields .group .label {
    font-size: 12px;
  }
}
body.single-vacatures .info-container .extra-info .fields .group .label .tooltip {
  position: relative;
  padding: 5px;
  padding-left: 0;
}
body.single-vacatures .info-container .extra-info .fields .group .label .tooltip .icon-tooltip {
  color: #EEF826;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  body.single-vacatures .info-container .extra-info .fields .group .label .tooltip .icon-tooltip {
    font-size: 18px;
  }
}
body.single-vacatures .info-container .extra-info .fields .group .label .tooltip .tooltip-content {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  position: absolute;
  left: -10px;
  bottom: calc(100% + 8px);
  background: #ffffff;
  width: 220px;
  height: fit-content;
  border-radius: 5px;
  padding: 15px;
  padding-right: 20px;
  color: #000000;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}
body.single-vacatures .info-container .extra-info .fields .group .label .tooltip .tooltip-content .icon-close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #000000;
  border-radius: 50%;
  padding: 5px;
  font-size: 8px;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  body.single-vacatures .info-container .extra-info .fields .group .label .tooltip .tooltip-content {
    width: 180px;
  }
}
body.single-vacatures .info-container .extra-info .fields .group .label .tooltip .tooltip-content::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 15px solid #ffffff;
  bottom: -8px;
  left: 5px;
}
body.single-vacatures .info-container .extra-info .fields .group .label .tooltip.show .tooltip-content {
  opacity: 1;
  visibility: visible;
}
body.single-vacatures .info-container .extra-info .fields .group .value {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  body.single-vacatures .info-container .extra-info .fields .group .value {
    font-size: 14px;
  }
}
body.single-vacatures .info-container .extra-info .fields .group .value .plus {
  color: #EEF826;
  position: relative;
  left: -4px;
}
body.single-vacatures .function-container h2 {
  margin-top: 0;
}
body.single-vacatures .usp-container {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  body.single-vacatures .usp-container {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  body.single-vacatures .usp-container {
    margin-bottom: 0;
  }
}
body.single-vacatures .usp-container h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 5px;
}
body.single-vacatures .usp-container .usps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 35px;
  background: #E3E7F2;
  border-radius: 6px;
}
@media (max-width: 767.98px) {
  body.single-vacatures .usp-container .usps {
    margin-bottom: 32px;
  }
}
body.single-vacatures .usp-container .usps span.usp {
  display: flex;
}
body.single-vacatures .usp-container .usps span.usp .icon-usp {
  font-family: "altenawerkt";
  content: "";
  margin-right: 15px;
  font-size: 20px;
  color: #0278FF;
  position: relative;
  bottom: -3px;
}
@media (max-width: 575.98px) {
  body.single-vacatures .usp-container .usps span.usp .icon-usp {
    font-size: 16px;
  }
}
body.single-vacatures .usp-container .usps span.usp .usp-text {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  body.single-vacatures .usp-container .usps span.usp .usp-text {
    font-size: 16px;
  }
}
body.single-vacatures .main-content {
  padding-top: 115px;
}
@media (max-width: 767.98px) {
  body.single-vacatures .main-content {
    padding-top: 80px;
  }
}
@media (max-width: 575.98px) {
  body.single-vacatures .main-content {
    padding-top: 60px;
  }
}
body.single-vacatures .main-content .content-box {
  margin-bottom: 60px;
  padding: 10px 0 0;
  font-family: "Inter";
  font-size: 18px;
  color: #33465C;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  body.single-vacatures .main-content .content-box {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 24px;
  }
}
body.single-vacatures .main-content .content-box:not(.functieomschrijving) h2 {
  margin-top: 12px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  body.single-vacatures .main-content .content-box:not(.functieomschrijving) h2 {
    margin-top: 0;
  }
}
body.single-vacatures .main-content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 45px 0 60px;
  border-radius: 6px;
}
@media (max-width: 575.98px) {
  body.single-vacatures .main-content iframe {
    margin: 30px 0 20px;
  }
}
body.single-vacatures .gallery {
  margin-bottom: 52px;
}
body.single-vacatures .gallery .mainSwiper a:before {
  content: "";
  font-family: "altenawerkt";
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ffffff;
  height: 52px;
  width: 52px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  z-index: 2;
  transition: 0.3s;
}
@media (max-width: 575.98px) {
  body.single-vacatures .gallery .mainSwiper a:before {
    height: 32px;
    width: 32px;
    top: 12px;
    right: 12px;
    font-size: 16px;
  }
}
body.single-vacatures .gallery .mainSwiper a:hover:before {
  color: #C9D120;
}
body.single-vacatures .main-content p + ul {
  margin-top: -12px;
}
body.single-vacatures .about h2 {
  margin-top: 0;
}
body.single-vacatures .about p {
  white-space: break-spaces;
}
body.single-vacatures .about .img-holder {
  margin-top: 64px;
}
@media (max-width: 767.98px) {
  body.single-vacatures .about .img-holder {
    margin-top: 30px;
  }
}
body.single-vacatures .about .img-holder img {
  width: 100%;
  height: 100%;
  max-width: 405px;
}
body.single-vacatures .about .contact-information .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  body.single-vacatures .about .contact-information .image-wrapper {
    justify-content: center;
    margin-top: 30px;
  }
}
body.single-vacatures .about .contact-information .image-wrapper .img-holder {
  margin-top: 0;
  width: 312px;
  height: 221px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  border-radius: 6px;
}
@media (max-width: 991.98px) {
  body.single-vacatures .about .contact-information .image-wrapper .img-holder {
    width: 100%;
    height: auto;
    aspect-ratio: 24/17;
  }
}
body.single-vacatures .about .contact-information .image-wrapper .img-holder img {
  width: fit-content;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
body.single-vacatures .about .contact-information h4 {
  margin-top: 40px;
}
body.single-vacatures .about .contact-information .info-row {
  display: flex;
  align-items: center;
  margin: 15px 0;
  color: #33465C;
}
body.single-vacatures .about .contact-information .info-row .key {
  width: 105px;
  font-size: 16px;
  font-weight: 600;
}
body.single-vacatures .about .contact-information .info-row .value a {
  text-decoration: underline;
}
body.single-vacatures .vacature-alert {
  display: none;
}
body.single-vacatures .vacature-alert a {
  position: fixed;
  z-index: 10;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
  background: #0278FF;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  padding-inline: 24px;
  border-radius: 8px;
  max-width: calc(100% - 48px);
  width: 872px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 575.98px) {
  body.single-vacatures .vacature-alert a {
    padding: 13px;
  }
}
body.single-vacatures .vacature-alert a .text {
  position: relative;
  top: -1px;
}
@media (max-width: 575.98px) {
  body.single-vacatures .vacature-alert a .text {
    top: 0;
  }
}
body.single-vacatures .vacature-alert a:hover span.icon-arrow-right {
  background: #003E85;
}
body.single-vacatures .vacature-alert a span {
  display: block;
  font-size: 16px;
}
@media (max-width: 575.98px) {
  body.single-vacatures .vacature-alert a span {
    font-size: 12px;
  }
}
body.single-vacatures .vacature-alert a span.title {
  font-weight: 700;
}
body.single-vacatures .vacature-alert a span.icon-arrow-right {
  background: #0260CC;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: 0.3s;
}
body.single-vacatures .vacature-alert a span.icon-arrow-right:before {
  font-size: 18px;
}
@media (max-width: 575.98px) {
  body.single-vacatures .vacature-alert a span.icon-arrow-right:before {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  body.single-vacatures .vacature-alert a span.icon-arrow-right {
    height: 36px;
    width: 36px;
  }
}
@media (max-width: 575.98px) {
  body.single-vacatures footer {
    margin-top: 0;
  }
}

.page-template-plaats-vacature article header.entry-header {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: baseline;
}

body {
  transition: 0.8s;
  color: #212529;
  font-size: var(--font-size);
  line-height: 1.5;
  font-family: var(--bs-font-sans-serif);
}

.wp-block-image figure {
  margin: 0 !important;
  margin-bottom: 30px !important;
}
.wp-block-image img {
  width: 100% !important;
  height: auto;
  border-radius: 6px;
  object-fit: contain;
}

header.entry-header {
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .container {
    width: calc(100% - 30px);
  }
}
.wp-block-columns .wp-block-image img {
  border-radius: 6px;
}