@charset "UTF-8";
/*
Theme Name: Werken bij Bethanië
Theme URI: https://werkenbijbethanie.pixdev.nl
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: Een maatwerk thema door Pixel Creation.
Version: 1.0
Text Domain: werkenbijbethanie
*/
/* This file is made for all your variables, think of colors you will use, basic spacing etc. */
@import url("https://use.typekit.net/dqn8mua.css");
body {
  font-size: 1rem;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  color: #2B3364;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ACCESSIBILITY */
.skip-links a {
  position: absolute;
  top: -100vh;
  left: -100vw;
  z-index: 9999;
  padding: 1.2rem 2rem;
  color: white;
  border-top: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  background-color: #1d1d1d;
}
.skip-links a:focus {
  top: 8rem;
  left: 0;
}

a:focus-visible, button:focus-visible {
  outline: 2px dotted black;
  z-index: 9999;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
}

.accessibility {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 9px;
  font-size: 16px;
}
.accessibility .set-font-size {
  padding: 0 0 3px 0;
  display: inline-flex;
}
.accessibility .set-font-size .font-size {
  padding: 0 8px 2px 8px;
  display: flex;
  align-items: end;
  line-height: 1;
  border: 0;
  background-color: unset;
  color: white;
}
.accessibility .set-font-size .font-size.font-small {
  font-size: 15px;
}
.accessibility .set-font-size .font-size.font-medium {
  font-size: 18px;
}
.accessibility .set-font-size .font-size.font-large {
  font-size: 21px;
}
.accessibility .set-font-size .font-size:hover {
  text-decoration: underline;
}
.accessibility .set-font-size .font-size.active {
  font-weight: 700;
  cursor: default;
}
.accessibility .set-font-size .font-size.active:hover {
  text-decoration: none;
}
.accessibility .contrast {
  border: 0;
  background-color: unset;
}

/* Colors */
.first-color {
  color: #2B3364;
}

.second-color {
  color: #C2053A;
}

.third-color {
  color: #F8EDE9;
}

.text-color {
  color: #2B3364;
}

.white-color {
  color: #ffffff;
}

.black-color {
  color: #000000;
}

.first-bg {
  background-color: #2B3364 !important;
}

.second-bg {
  background-color: #C2053A !important;
}

.third-bg {
  background-color: #F8EDE9 !important;
}

.white-bg {
  background-color: #ffffff !important;
}

.black-bg {
  background-color: #000000 !important;
}

::selection {
  background-color: #C2053A;
  color: white;
}

/* TYPOGRAPHY */
h1, .h1 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
}

h2, .h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 400;
}

h3, .h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}

h4, .h4 {
  font-size: 1.25rem;
  line-height: 1.8rem;
  font-weight: 400;
}

p, ul li, ol li {
  font-size: 1rem;
  line-height: 1.875rem;
}

small {
  font-size: 0.75rem;
}

a {
  color: #C2053A;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #7c0325;
  text-decoration: none;
}
a.a-no-hover:hover {
  text-decoration: none;
}
a.a-color-inherit {
  color: inherit;
}
a.a-hover-text-decoration:hover {
  text-decoration: underline !important;
}
a.a-hover-color:hover {
  color: #7c0325 !important;
}

.white-space-nowrap {
  white-space: nowrap;
}

strong {
  font-weight: 700;
}

.p-last-child p:last-child {
  margin-bottom: 0;
}

/* SECTIONS */
section {
  padding: 80px 0;
}
section.section-lg {
  padding: 100px 0;
}
section.section-sm {
  padding: 60px 0;
}
section.section-dark {
  color: #fff;
  background-color: #333;
}
section.section-grey {
  background-color: #f9f9f9;
}

/* CONTAINER */
.container {
  padding: 0 25px;
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
}

.container-left {
  width: 100%;
  padding-left: 25px;
  margin-left: auto;
  overflow-x: hidden;
}
@media screen and (min-width: 576px) {
  .container-left {
    max-width: calc(50% + 270px);
  }
}
@media screen and (min-width: 768px) {
  .container-left {
    max-width: calc(50% + 360px);
  }
}
@media screen and (min-width: 992px) {
  .container-left {
    max-width: calc(50% + 480px);
  }
}
@media screen and (min-width: 1200px) {
  .container-left {
    max-width: calc(50% + 625px);
  }
}

/* BUTTONS */
.btn, .button, input[type=submit], .wp-element-button, #nf-field-29, .nf-form-content .nf-fu-fileinput-button {
  background-color: transparent !important;
  padding: 12px 30px 15px 30px !important;
  border: 0 !important;
  border-radius: 30px !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  opacity: 1 !important;
  transition: 0.3s !important;
}
.btn:hover, .button:hover, input[type=submit]:hover, .wp-element-button:hover, #nf-field-29:hover, .nf-form-content .nf-fu-fileinput-button:hover {
  text-decoration: none !important;
}
.btn.btn-primary, .btn#nf-field-29, .button.btn-primary, .button#nf-field-29, input[type=submit].btn-primary, input[type=submit]#nf-field-29, .wp-element-button.btn-primary, .wp-element-button#nf-field-29, #nf-field-29.btn-primary, #nf-field-29#nf-field-29, .nf-form-content .nf-fu-fileinput-button.btn-primary, .nf-form-content .nf-fu-fileinput-button#nf-field-29 {
  background-color: #2B3364 !important;
  color: white !important;
}
.btn.btn-primary:hover, .btn#nf-field-29:hover, .button.btn-primary:hover, .button#nf-field-29:hover, input[type=submit].btn-primary:hover, input[type=submit]#nf-field-29:hover, .wp-element-button.btn-primary:hover, .wp-element-button#nf-field-29:hover, #nf-field-29.btn-primary:hover, #nf-field-29#nf-field-29:hover, .nf-form-content .nf-fu-fileinput-button.btn-primary:hover, .nf-form-content .nf-fu-fileinput-button#nf-field-29:hover {
  background-color: #101327 !important;
  color: white !important;
}
.btn.btn-secondary, .btn.nf-fu-fileinput-button, .button.btn-secondary, .button.nf-fu-fileinput-button, input[type=submit].btn-secondary, input[type=submit].nf-fu-fileinput-button, .wp-element-button.btn-secondary, .wp-element-button.nf-fu-fileinput-button, #nf-field-29.btn-secondary, #nf-field-29.nf-fu-fileinput-button, .nf-form-content .nf-fu-fileinput-button.btn-secondary, .nf-form-content .nf-fu-fileinput-button.nf-fu-fileinput-button {
  background-color: white !important;
  color: #C2053A !important;
}
.btn.btn-secondary:hover, .btn.nf-fu-fileinput-button:hover, .button.btn-secondary:hover, .button.nf-fu-fileinput-button:hover, input[type=submit].btn-secondary:hover, input[type=submit].nf-fu-fileinput-button:hover, .wp-element-button.btn-secondary:hover, .wp-element-button.nf-fu-fileinput-button:hover, #nf-field-29.btn-secondary:hover, #nf-field-29.nf-fu-fileinput-button:hover, .nf-form-content .nf-fu-fileinput-button.btn-secondary:hover, .nf-form-content .nf-fu-fileinput-button.nf-fu-fileinput-button:hover {
  background-color: #C2053A !important;
  color: white !important;
}
.btn.btn-default, .button.btn-default, input[type=submit].btn-default, .wp-element-button.btn-default, #nf-field-29.btn-default, .nf-form-content .nf-fu-fileinput-button.btn-default {
  background-color: transparent !important;
  color: #C2053A !important;
  border: 1px solid #C2053A !important;
}
.btn.btn-default:hover, .button.btn-default:hover, input[type=submit].btn-default:hover, .wp-element-button.btn-default:hover, #nf-field-29.btn-default:hover, .nf-form-content .nf-fu-fileinput-button.btn-default:hover {
  background-color: #C2053A !important;
  color: white !important;
}

.wp-element-button {
  background-color: #2B3364 !important;
  color: white !important;
}
.wp-element-button:hover {
  background-color: #101327 !important;
  color: white !important;
}

/* HEADER */
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
.navbar {
  background-color: #ffffff;
  width: 100%;
  display: block;
  padding: 0;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0 0.5rem 1rem -0.5rem rgba(0, 0, 0, 0.15);
}
.navbar .topbar {
  padding: 5px 15px;
  background-color: #C2053A;
  color: white;
  font-size: 1rem;
  width: 100%;
}
.navbar .nav-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 1rem;
  font-weight: 600;
  color: #2B3364;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .navbar .nav-link {
    margin-left: 0;
    margin-right: 0;
  }
}
.navbar .nav-link:hover {
  color: #C2053A;
  text-decoration: none;
}
.navbar .nav-link.active {
  color: #C2053A;
}
.navbar .dropdown-toggle:after {
  content: "\f078";
  font-weight: 300;
  margin-left: 10px;
  vertical-align: unset;
  border: none;
  font-family: "Font Awesome 6 Pro";
  transition: 0.3s;
}
.navbar .dropdown-toggle.show:after {
  transform: scaleY(-1);
}
.navbar .dropdown-menu {
  padding: 15px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 5px;
  min-width: 200px;
}
@media screen and (max-width: 1199px) {
  .navbar .dropdown-menu {
    padding: 0;
    background-color: transparent;
    box-shadow: unset;
  }
}
.navbar .dropdown-menu .dropdown-item {
  padding: 10px 0;
  font-size: 1rem;
  font-weight: 600;
  color: #2B3364;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .navbar .dropdown-menu .dropdown-item {
    padding-left: 15px;
  }
}
.navbar .dropdown-menu .dropdown-item.active {
  background-color: transparent;
  color: #C2053A;
}
.navbar .dropdown-menu .dropdown-item.active:before {
  content: none;
}
.navbar .dropdown-menu .dropdown-item:hover {
  background-color: white;
  color: #C2053A;
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  .navbar .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
  }
}
.navbar .animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.navbar .slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.navbar .navbar-brand img {
  width: 260px;
}
.navbar .bar1, .navbar .bar2, .navbar .bar3 {
  width: 30px;
  height: 2px;
  margin: 6px 0;
  transition: 0.3s;
  border: none;
  border-radius: 30px;
  background-color: #2B3364;
}
.navbar .change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 3px);
  transform: rotate(-45deg) translate(-3px, 3px);
}
.navbar .change .bar2 {
  opacity: 0;
}
.navbar .change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.navbar .close-button {
  position: relative;
}
.navbar .close-button .navbar-toggler {
  border: unset;
  padding: 0;
}
.navbar .close-button .navbar-toggler:focus {
  box-shadow: unset;
}

/* MAIN */
.object-position-center {
  object-position: center;
}

.object-position-top {
  object-position: top;
}

.object-position-bottom {
  object-position: bottom;
}

.owl-header .owl-header-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .owl-header .owl-header-img {
    height: 450px;
  }
}

.owl-header-block {
  padding: 70px;
  background-color: white;
  width: 100%;
  margin-top: -160px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .owl-header-block {
    padding: 50px;
  }
}

.blocks-under-header .blocks-under-header-block {
  position: relative;
  height: 100%;
  display: block;
}
.blocks-under-header .blocks-under-header-block .blocks-under-header-block-img-container {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.blocks-under-header .blocks-under-header-block .blocks-under-header-block-img-container .blocks-under-header-block-img-container-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.blocks-under-header .blocks-under-header-block .blocks-under-header-block-content {
  padding: 20px 25px;
  background-color: white;
  position: relative;
  height: 150px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .blocks-under-header .blocks-under-header-block .blocks-under-header-block-content {
    height: 170px;
  }
}
.blocks-under-header .blocks-under-header-block .blocks-under-header-block-content .blocks-under-header-triangle {
  background-image: url("images/triangle.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: inherit;
  position: absolute;
  left: 0;
  bottom: 0;
}
.blocks-under-header .blocks-under-header-block:hover {
  text-decoration: none;
  color: #2B3364;
}
.blocks-under-header .blocks-under-header-block:hover .blocks-under-header-block-img-container .blocks-under-header-block-img-container-img {
  transform: scale(1.075);
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.featured-jobs .owl-featured-jobs .item {
  height: 100%;
}
.featured-jobs .owl-featured-jobs .owl-stage {
  display: flex;
  padding-left: 0 !important;
  padding-bottom: 85px;
}
.featured-jobs .owl-featured-jobs .img-container {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 250px;
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}
.featured-jobs .owl-featured-jobs .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.featured-jobs .owl-featured-jobs .featured-jobs-item {
  position: relative;
  height: 100%;
  display: block;
  color: inherit;
}
.featured-jobs .owl-featured-jobs .featured-jobs-item .featured-jobs-item-content {
  padding: 35px 30px;
  background-color: white;
  position: relative;
  top: -6px;
  height: calc(100% - 168px);
}
.featured-jobs .owl-featured-jobs .featured-jobs-item .featured-jobs-item-content .featured-jobs-triangle {
  background-image: url("images/triangle.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: inherit;
  position: absolute;
  left: 0;
  bottom: 0;
}
.featured-jobs .owl-featured-jobs .featured-jobs-item:hover {
  text-decoration: none;
}
.featured-jobs .owl-featured-jobs .featured-jobs-item:hover .img-container img {
  transform: scale(1.075);
}

.breadcrumb {
  margin-bottom: 0;
  padding: 10px 5px;
  font-size: 0.875rem;
  color: #2B3364;
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
}
.breadcrumb .breadcrumb-item {
  white-space: nowrap;
  display: inline-flex;
}
.breadcrumb .breadcrumb-item.active {
  font-weight: 600;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  padding-left: 2px;
  padding-right: 10px;
  font-weight: 400;
  font-size: 0.75rem;
}

.post-type-archive-vacatures {
  background-color: #F8EDE9;
}
.post-type-archive-vacatures .job-mb {
  margin-bottom: 105px;
}
.post-type-archive-vacatures .img-container {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 250px;
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}
.post-type-archive-vacatures .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.post-type-archive-vacatures .job-item {
  position: relative;
  height: 100%;
  display: block;
  color: inherit;
}
.post-type-archive-vacatures .job-item .job-item-content {
  padding: 35px 30px;
  background-color: white;
  position: relative;
  top: -6px;
  height: calc(100% - 168px);
}
@media screen and (max-width: 767px) {
  .post-type-archive-vacatures .job-item .job-item-content {
    height: calc(100% - 160px);
  }
}
.post-type-archive-vacatures .job-item .job-item-content .job-triangle {
  background-image: url("images/triangle.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: inherit;
  position: absolute;
  left: 0;
  bottom: 0;
}
.post-type-archive-vacatures .job-item:hover {
  text-decoration: none;
}
.post-type-archive-vacatures .job-item:hover .img-container img {
  transform: scale(1.075);
}

.filters {
  background-color: white;
  padding: 30px 30px;
  color: #2B3364;
}
@media screen and (max-width: 991px) {
  .filters {
    padding: 20px 10px;
  }
}
.filters .filter-line {
  width: 100%;
  height: 1px;
  background-color: #2B3364;
  opacity: 0.1;
  margin: 20px 0;
}
.filters .filter:not(.filter-number) .filter-check {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.filters .filter:not(.filter-number) label {
  font-size: 1rem;
  font-weight: 400;
  display: block;
  position: relative;
  padding-left: 40px;
  padding-top: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filters .filter:not(.filter-number) label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filters .filter:not(.filter-number) label .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 8px;
  border: 2px solid rgba(43, 51, 100, 0.1);
  background: rgba(43, 51, 100, 0.05);
  transition: 0.3s;
}
.filters .filter:not(.filter-number) label input:checked ~ .checkmark {
  background-color: #2B3364;
}

#filterModal.fade .modal-dialog {
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
}
#filterModal.show .modal-dialog {
  transform: translateX(0);
}
#filterModal .modal-dialog {
  margin: unset;
  max-width: unset;
  width: 75%;
  height: 100%;
  min-height: 100vh;
}
@media screen and (max-width: 575px) {
  #filterModal .modal-dialog {
    width: 100%;
  }
}
#filterModal .modal-dialog .modal-content {
  height: 100%;
  min-height: 100vh;
  border-radius: 0;
  overflow-y: auto;
}

.nf-form-fields-required {
  display: none;
}

.cta-red {
  background-color: #C2053A;
  margin-top: 1.5rem;
  position: relative;
}
.cta-red .cta-red-content {
  color: white;
  padding: 50px 50px 0 50px;
  margin-bottom: 125px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .cta-red .cta-red-content {
    padding: 30px 30px 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .cta-red .cta-red-content {
    padding: 30px 30px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .cta-red .cta-red-content {
    padding: 30px 30px 0 30px;
  }
}
.cta-red .cta-red-content p a {
  color: white;
}
.cta-red .cta-red-content p a:hover {
  color: white;
  text-decoration: underline;
}
.cta-red:after {
  content: "";
  background-image: url("images/triangle-red.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 125px;
  position: absolute;
  left: 0;
  bottom: -125px;
}
.cta-red .cta-red-img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.searchbar .searchbar-text {
  padding: 15px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 2px solid rgba(43, 51, 100, 0.1);
  border-right: 0;
  background: rgba(43, 51, 100, 0.05);
  color: #2B3364;
  font-size: 1.125rem;
  width: 100%;
}
.searchbar .searchbar-text::placeholder {
  color: #2B3364;
  font-size: 1.125rem;
}
.searchbar .btn {
  height: 61px !important;
  width: 70px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: unset !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.search-result {
  background-color: white;
  border-radius: 8px;
  color: #2B3364;
  display: block;
  padding: 20px;
  border: 2px solid transparent;
  transition: 0.3s;
}
.search-result:hover {
  border-color: #2B3364;
}

.alert-warning {
  background: rgba(43, 51, 100, 0.05);
  color: #2B3364;
  border: 2px solid rgba(43, 51, 100, 0.1);
}

.single-vacatures .header-img {
  width: 100%;
  height: 750px;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 767px) {
  .single-vacatures .header-img {
    height: 400px;
  }
}
.single-vacatures .job-info .job-info-summary {
  padding: 70px;
  background-color: white;
  width: 100%;
  margin-top: -160px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .single-vacatures .job-info .job-info-summary {
    padding: 50px;
  }
}
.single-vacatures .job-info .toggle-list .toggle-list-item {
  border: 0;
  background-color: white;
  margin-bottom: 30px;
  border-radius: 0;
  transition: 0.3s;
}
.single-vacatures .job-info .toggle-list .toggle-list-item:hover {
  box-shadow: var(--bs-box-shadow-sm);
}
.single-vacatures .job-info .toggle-list .toggle-list-item:last-child {
  margin-bottom: 0;
}
.single-vacatures .job-info .toggle-list .toggle-list-item button {
  padding: 30px;
  display: flex !important;
  align-items: center;
  color: #2B3364;
  border: 0;
  background-color: white;
  font-size: 2rem;
  border-radius: 0;
  transition: 0.3s;
}
.single-vacatures .job-info .toggle-list .toggle-list-item button:after {
  content: "\f106";
  position: absolute;
  right: 1.1rem;
  font-family: "Font Awesome 6 Pro";
  font-size: 1.25rem;
  font-weight: 400;
  color: #2B3364;
  transition: 0.3s;
}
.single-vacatures .job-info .toggle-list .toggle-list-item button.collapsed:after {
  transform: rotate(180deg);
}
.single-vacatures .job-info .toggle-list .toggle-list-item .toggle-list-text {
  padding: 0 30px 30px 30px;
}
.single-vacatures .job-info .toggle-list .toggle-list-item .toggle-list-text p {
  font-size: 1rem;
}
.single-vacatures .job-info .job-contact {
  background-color: white;
  padding: 50px;
}
@media screen and (max-width: 1199px) {
  .single-vacatures .job-info .job-contact {
    padding: 30px;
  }
}

.job-other-jobs .img-container {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 250px;
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}
.job-other-jobs .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .job-other-jobs .col-12 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .job-other-jobs .col-12 {
    margin-bottom: 120px;
  }
}
.job-other-jobs .job-item {
  position: relative;
  height: 100%;
  display: block;
  color: inherit;
}
.job-other-jobs .job-item .job-item-content {
  padding: 35px 30px;
  background-color: #F8EDE9;
  position: relative;
  top: -6px;
  height: calc(100% - 170px);
}
@media screen and (max-width: 767px) {
  .job-other-jobs .job-item .job-item-content {
    height: calc(100% - 150px);
  }
}
.job-other-jobs .job-item .job-item-content .job-item-triangle {
  background-image: url("images/triangle-white.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: inherit;
  position: absolute;
  left: 0;
  bottom: 0;
}
.job-other-jobs .job-item:hover {
  text-decoration: none;
}
.job-other-jobs .job-item:hover .img-container img {
  transform: scale(1.075);
}

.btn-all-jobs {
  margin-top: 130px;
}
@media screen and (max-width: 991px) {
  .btn-all-jobs {
    margin-top: 20px;
  }
}

.post-type-archive-medewerkers {
  background-color: #F8EDE9;
}
.post-type-archive-medewerkers .header-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .post-type-archive-medewerkers .header-img {
    height: 450px;
  }
}
.post-type-archive-medewerkers .img-container {
  display: inline-block;
  position: relative;
  width: 100%;
  aspect-ratio: 12/10;
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}
.post-type-archive-medewerkers .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.post-type-archive-medewerkers .employee-item {
  position: relative;
  height: 100%;
  display: block;
  color: inherit;
}
.post-type-archive-medewerkers .employee-item .employee-item-content {
  padding: 35px 30px 100px 30px;
  background-color: white;
  position: relative;
  top: -6px;
}
.post-type-archive-medewerkers .employee-item .employee-item-content .employee-item-triangle {
  background-image: url("images/triangle.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.post-type-archive-medewerkers .employee-item:hover {
  text-decoration: none;
}
.post-type-archive-medewerkers .employee-item:hover .img-container img {
  transform: scale(1.075);
}

.single-medewerkers .employee-img {
  width: 100%;
  aspect-ratio: 12/10;
  object-fit: cover;
}

.page-template-default .header-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .page-template-default .header-img {
    height: 450px;
  }
}
.page-template-default .page-contact {
  background-color: white;
  padding: 0 20px 0 0;
}
@media screen and (max-width: 575px) {
  .page-template-default .page-contact {
    padding: 0 10px 0 0;
  }
}
.page-template-default .page-contact .page-contact-img {
  aspect-ratio: 1/1;
  max-width: 150px;
  object-fit: cover;
}
@media screen and (max-width: 575px) {
  .page-template-default .page-contact .page-contact-img {
    max-width: 125px;
  }
}
.page-template-default .page-other-jobs .img-container {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 250px;
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}
.page-template-default .page-other-jobs .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.page-template-default .page-other-jobs .job-item {
  position: relative;
  height: 100%;
  display: block;
  color: inherit;
}
.page-template-default .page-other-jobs .job-item .job-item-content {
  padding: 35px 30px;
  background-color: white;
  position: relative;
  top: -6px;
  height: calc(100% - 250px);
}
.page-template-default .page-other-jobs .job-item:hover {
  text-decoration: none;
}
.page-template-default .page-other-jobs .job-item:hover .img-container img {
  transform: scale(1.075);
}

/* FOOTER */
footer {
  padding: 80px 0;
  background-color: #003A57;
  color: white;
}

.footerbar {
  background-color: white;
  color: #B8B8B8;
}
.footerbar .footerbar-navbar-brand img {
  width: 170px;
}

@media screen and (max-width: 767px) {
  section {
    padding: 60px 0;
  }
  section.section-lg {
    padding: 80px 0;
  }
  section.section-sm {
    padding: 40px 0;
  }
  h1, .h1 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.5rem;
  }
  h3, .h3 {
    font-size: 1.25rem;
  }
  h4, .h4 {
    font-size: 1.1rem;
  }
  p, ul li, ol li {
    font-size: 0.9rem;
    line-height: 1.75rem;
  }
}

/*# sourceMappingURL=style.css.map */
