@charset "UTF-8";
/*
Theme Name: Osmaïa Merken Thema
Theme URI: https://heesakkers.nl/
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: Een thema op maat, ontwikkeld door Pixel Creation.
Version: 1.0
Text Domain: osmaia-merken-thema
*/
/* This file is made for all your variables, think of colors you will use, basic spacing etc. */
@import url("https://use.typekit.net/rda4wel.css");
body {
  font-size: 1.125rem;
  font-family: "Circe", sans-serif;
  color: #2C2C2C;
  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;
}

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

.second-color {
  color: #8dc63f;
}

.third-color {
  color: #eef7e2;
}

.fourth-color {
  color: #99c0d1;
}

.fifth-color {
  color: #d9e6ec;
}

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

.white-color {
  color: #ffffff;
}

.black-color {
  color: #000000;
}

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

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

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

.fourth-bg {
  background-color: #99c0d1 !important;
}

.fifth-bg {
  background-color: #d9e6ec !important;
}

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

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

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

/* TYPOGRAPHY */
h1, .h1 {
  font-size: 2.5rem;
  line-height: 3.2rem;
  font-weight: 700;
  font-family: "Circe", sans-serif;
  word-break: break-word;
  color: #006189;
}

h2, .h2 {
  font-size: 2rem;
  line-height: 2.75rem;
  font-weight: 700;
  font-family: "Circe", sans-serif;
  word-break: break-word;
  color: #006189;
}

h3, .h3 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 700;
  font-family: "Circe", sans-serif;
  color: #006189;
}

h4, .h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  font-family: "Circe", sans-serif;
  color: #006189;
}

h5, .h5 {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 700;
  font-family: "Circe", sans-serif;
  color: #006189;
}

h6, .h6 {
  font-size: 1.5625rem;
  line-height: 2.1625rem;
  font-weight: 700;
  font-family: "Circe", sans-serif;
  color: #006189;
}

p, ul li, ol li {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

blockquote {
  margin-bottom: 2rem;
  font-size: 1.5rem;
}
blockquote.blockquote {
  font-size: 1.25rem;
}
blockquote.blockquote p {
  font-size: 1.25rem;
}

.p-lg {
  font-size: 1.375rem;
  line-height: 2rem;
}
.p-lg p, .p-lg ul li, .p-lg ol li {
  font-size: 1.375rem;
  line-height: 2rem;
}

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

small {
  font-size: 0.875rem;
}

a {
  color: #8dc63f;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #8dc63f;
  text-decoration: underline;
}
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: #8dc63f !important;
}

strong {
  font-weight: 700;
}

.p-last-child p:last-child {
  margin-bottom: 0;
}
.p-last-child ul {
  margin-bottom: 0;
  padding-left: 20px;
}
.p-last-child ul li {
  padding-left: 5px;
  margin-bottom: 8px;
}
.p-last-child ul li::marker {
  color: #8dc63f;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .p-last-child ul li::marker {
    font-size: 20px;
  }
}

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

/* CONTAINER */
.container {
  padding: 0 25px;
  max-width: 1400px !important;
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .container-left {
    width: 100%;
    padding-right: unset;
    margin-left: auto;
    margin-right: unset;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .container-left {
    max-width: calc(50% + 570px);
  }
}

/* BUTTONS */
.btn, .button, input[type=submit], .wp-element-button, .nf-fu-fileinput-button {
  background-color: transparent !important;
  padding: 5px 20px !important;
  border: 1px solid transparent !important;
  border-radius: 50px !important;
  font-weight: 400 !important;
  font-size: 1.125rem !important;
  height: unset !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-fu-fileinput-button:hover {
  text-decoration: none !important;
}
.btn.btn-primary, .button.btn-primary, input[type=submit].btn-primary, .wp-element-button.btn-primary, .nf-fu-fileinput-button.btn-primary {
  background-color: #8dc63f !important;
  color: white !important;
}
.btn.btn-primary:hover, .button.btn-primary:hover, input[type=submit].btn-primary:hover, .wp-element-button.btn-primary:hover, .nf-fu-fileinput-button.btn-primary:hover {
  background-color: #006189 !important;
  color: white !important;
}
.btn.btn-primary.btn-primary-outline, .button.btn-primary.btn-primary-outline, input[type=submit].btn-primary.btn-primary-outline, .wp-element-button.btn-primary.btn-primary-outline, .nf-fu-fileinput-button.btn-primary.btn-primary-outline {
  background-color: transparent !important;
  color: #006189 !important;
  border-color: #006189 !important;
}
.btn.btn-primary.btn-primary-outline:hover, .button.btn-primary.btn-primary-outline:hover, input[type=submit].btn-primary.btn-primary-outline:hover, .wp-element-button.btn-primary.btn-primary-outline:hover, .nf-fu-fileinput-button.btn-primary.btn-primary-outline:hover {
  background-color: #8dc63f !important;
  color: white !important;
  border-color: #8dc63f !important;
}
.btn.btn-filter, .button.btn-filter, input[type=submit].btn-filter, .wp-element-button.btn-filter, .nf-fu-fileinput-button.btn-filter {
  background-color: #d9e6ec !important;
  color: #2C2C2C !important;
  padding: 15px 22px !important;
  text-align: left;
  width: 300px;
  display: flex;
  align-items: center;
}
.btn.btn-filter span, .button.btn-filter span, input[type=submit].btn-filter span, .wp-element-button.btn-filter span, .nf-fu-fileinput-button.btn-filter span {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn.btn-filter:hover, .button.btn-filter:hover, input[type=submit].btn-filter:hover, .wp-element-button.btn-filter:hover, .nf-fu-fileinput-button.btn-filter:hover {
  background-color: #006189 !important;
  color: white !important;
}
.btn.btn-filter[aria-expanded=true], .button.btn-filter[aria-expanded=true], input[type=submit].btn-filter[aria-expanded=true], .wp-element-button.btn-filter[aria-expanded=true], .nf-fu-fileinput-button.btn-filter[aria-expanded=true] {
  border-radius: 30px 30px 0 0 !important;
}

.wp-element-button {
  background-color: #8dc63f !important;
  color: white !important;
}
.wp-element-button:hover {
  background-color: #006189 !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;
  }
}
.animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.navbar {
  background-color: #ffffff;
  width: 100%;
  padding: 12px 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: 0.3s;
}
.navbar .nav-link {
  padding: 0 !important;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #2C2C2C;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .navbar .nav-link {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8px;
    width: fit-content;
  }
}
.navbar .nav-link:hover {
  color: #8dc63f;
  text-decoration: none;
}
.navbar .nav-link.active {
  color: #8dc63f;
  text-decoration: none;
}
.navbar .nav-item:last-child .nav-link {
  margin-right: 0;
}
.navbar .navbar-nav {
  align-items: center;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav {
    padding-top: 25px;
    align-items: unset;
  }
}
.navbar .dropdown-toggle:after {
  content: "\f063";
  font-weight: 400;
  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 .nav-item:last-child .dropdown-menu {
  left: unset;
  right: 0;
}
.navbar .dropdown-menu {
  padding: 0;
  box-shadow: unset;
  border: none;
  border-radius: 0;
  min-width: 240px;
  left: 15px;
  top: calc(100% + 15px);
}
@media screen and (max-width: 991px) {
  .navbar .dropdown-menu {
    padding: 0;
    background-color: transparent;
    box-shadow: unset;
    margin-bottom: 10px;
  }
}
.navbar .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #2C2C2C;
  background-color: #eef7e2;
  border-bottom: 1px solid white;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .navbar .dropdown-menu .dropdown-item {
    background-color: transparent;
    padding: 5px 15px;
  }
}
.navbar .dropdown-menu .dropdown-item.active {
  background-color: #eef7e2;
  color: #8dc63f;
  text-decoration: none;
}
.navbar .dropdown-menu .dropdown-item.active:before {
  content: none;
}
.navbar .dropdown-menu .dropdown-item:hover {
  background-color: #eef7e2;
  color: #8dc63f;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .navbar .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
  }
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-brand img {
  width: 220px;
}
.navbar .bar1, .navbar .bar2, .navbar .bar3 {
  width: 30px;
  height: 2px;
  margin: 6px 0;
  transition: 0.3s;
  border: none;
  border-radius: 30px;
  background-color: #2C2C2C;
}
.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;
}

.w-fit {
  width: fit-content;
}

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

.color-inherit {
  color: inherit;
}

.header-main {
  text-align: center;
  padding: 30px 0;
  position: relative;
  border-bottom-right-radius: 50px;
}
@media screen and (max-width: 991px) {
  .header-main {
    padding: 30px 0 130px 0;
  }
}
@media screen and (max-width: 575px) {
  .header-main {
    padding: 30px 0 160px 0;
  }
}
.header-main .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
}
@media screen and (max-width: 991px) {
  .header-main .container {
    top: unset;
    bottom: 30px;
    left: unset;
    transform: unset;
  }
}
.header-main .header-main-img {
  width: calc(100% - 30px);
  max-width: 1425px;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .header-main .header-main-img {
    aspect-ratio: 16/12;
  }
}
@media screen and (max-width: 575px) {
  .header-main .header-main-img {
    aspect-ratio: 9/12;
  }
}
.header-main .header-main-content {
  width: calc(100% - 15px);
  background-color: white;
  border-radius: 30px;
  padding: 50px 60px;
}
@media screen and (max-width: 991px) {
  .header-main .header-main-content {
    width: calc(100% - 75px);
    margin: auto;
    padding: 40px 50px;
  }
}
@media screen and (max-width: 767px) {
  .header-main .header-main-content {
    padding: 30px 40px;
    width: calc(100% - 35px);
  }
}
@media screen and (max-width: 575px) {
  .header-main .header-main-content {
    width: 100%;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 575px) {
  .header-main .header-main-content .header-main-title {
    font-size: 1.75rem;
    line-height: 2.3rem;
  }
}

.text-with-image .text-with-image-img {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 12/9;
  object-fit: cover;
  border-radius: 50px 0;
}

.job-item {
  display: block;
  color: #2C2C2C;
  height: 100%;
  text-decoration: none;
}
.job-item .job-image {
  height: 275px;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 50px;
}
@media screen and (max-width: 767px) {
  .job-item .job-image {
    height: 200px;
  }
}
.job-item .job-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.job-item .job-content {
  padding: 25px 40px;
  background-color: #eef7e2;
  border-bottom-right-radius: 50px;
  height: calc(100% - 275px);
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .job-item .job-content {
    padding: 20px 30px;
    height: calc(100% - 200px);
  }
}
.job-item .job-content .job-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border: unset;
  border-radius: 50%;
  background-color: white;
  color: #8dc63f;
  transform: rotate(0deg);
  position: absolute;
  right: 15px;
  bottom: 15px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .job-item .job-content .job-btn {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
}
.job-item:hover {
  color: #2C2C2C;
  text-decoration: none;
}
.job-item:hover .job-image img {
  transform: scale(1.075);
}
.job-item:hover .job-content .job-btn {
  transform: rotate(45deg);
}

.cta {
  position: relative;
}
.cta .cta-divider {
  width: 2px;
  height: 100%;
  background-color: #8dc63f;
}
@media screen and (max-width: 575px) {
  .cta .cta-divider {
    width: 100%;
    max-width: 300px;
    height: 2px;
    margin: 20px 0;
  }
}

.stories {
  position: relative;
}
.stories .owl-stories .story-slide {
  position: relative;
  background-color: #eef7e2;
  border-radius: 50px 0;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .stories .owl-stories .story-slide {
    height: unset;
  }
}
.stories .owl-stories .story-slide .story-slide-content {
  padding: 75px 50px;
  border-top-left-radius: 50px;
  background-color: #eef7e2;
}
@media screen and (max-width: 991px) {
  .stories .owl-stories .story-slide .story-slide-content {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .stories .owl-stories .story-slide .story-slide-content {
    padding: 50px 30px;
  }
}
.stories .owl-stories .story-slide .story-slide-img {
  border-radius: 50px 0;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .stories .owl-stories .story-slide .story-slide-img {
    height: unset;
    aspect-ratio: 16/12;
  }
}
.stories .owl-stories-nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: calc(100% - 30px);
}
.stories .owl-stories-nav-container button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border: unset;
  border-radius: 50%;
  background-color: white;
  color: #8dc63f;
}

.archive-jobs .dropdown-toggle {
  position: relative;
}
.archive-jobs .dropdown-toggle:after {
  content: "\f063";
  font-weight: 300;
  font-size: 1rem;
  margin-left: 10px;
  vertical-align: unset;
  border: none;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.archive-jobs .dropdown-toggle.show:after {
  transform: scaleY(-1) translateY(50%);
}
.archive-jobs .dropdown-menu {
  padding: 0;
  border: none;
  border-radius: 0 0 30px 30px;
  width: 300px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  top: 80px;
}
@media screen and (max-width: 767px) {
  .archive-jobs .dropdown-menu {
    top: 55px;
  }
}
.archive-jobs .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #2C2C2C;
  background-color: #d9e6ec;
  border-bottom: 1px solid white;
  white-space: normal;
  transition: 0.3s;
}
.archive-jobs .dropdown-menu .dropdown-item.active {
  background-color: #006189;
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.archive-jobs .dropdown-menu .dropdown-item.active:before {
  content: none;
}
.archive-jobs .dropdown-menu .dropdown-item:hover {
  background-color: #006189;
  color: white;
  text-decoration: none;
}
.archive-jobs .dropdown-menu li:last-child .dropdown-item {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.archive-jobs .archive-jobs-item {
  display: block;
  color: #2C2C2C;
  height: 100%;
  text-decoration: none;
}
.archive-jobs .archive-jobs-item .archive-jobs-image {
  height: 275px;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 50px;
}
@media screen and (max-width: 767px) {
  .archive-jobs .archive-jobs-item .archive-jobs-image {
    height: 200px;
  }
}
.archive-jobs .archive-jobs-item .archive-jobs-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.archive-jobs .archive-jobs-item .archive-jobs-content {
  padding: 25px 40px;
  background-color: #eef7e2;
  border-bottom-right-radius: 50px;
  height: calc(100% - 275px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .archive-jobs .archive-jobs-item .archive-jobs-content {
    padding: 20px 30px;
    height: calc(100% - 200px);
  }
}
.archive-jobs .archive-jobs-item .archive-jobs-content .archive-jobs-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border: unset;
  border-radius: 50%;
  background-color: white;
  color: #8dc63f;
  transform: rotate(0deg);
  position: absolute;
  right: 15px;
  bottom: 15px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .archive-jobs .archive-jobs-item .archive-jobs-content .archive-jobs-btn {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
}
.archive-jobs .archive-jobs-item:hover {
  color: #2C2C2C;
  text-decoration: none;
}
.archive-jobs .archive-jobs-item:hover .archive-jobs-image img {
  transform: scale(1.1);
}
.archive-jobs .archive-jobs-item:hover .archive-jobs-content .archive-jobs-btn {
  transform: rotate(45deg);
}

.single-jobs-header {
  background-color: #eef7e2;
}
.single-jobs-header .single-jobs-header-img {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 12/10;
  object-fit: cover;
  border-radius: 50px 0;
}

.single-jobs .single-jobs-info {
  background-color: #d9e6ec;
  padding: 40px 15px 40px 30px;
  border-bottom-right-radius: 50px;
}
@media screen and (max-width: 991px) {
  .single-jobs .single-jobs-info {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 575px) {
  .single-jobs .single-jobs-info {
    padding: 30px 20px;
  }
}
.single-jobs .single-jobs-info i {
  color: #25504D;
  font-size: 26px;
}
.single-jobs .single-jobs-info .single-jobs-info-hr {
  opacity: 1;
  margin: 30px 0;
  width: calc(100% - 15px);
}
.single-jobs .single-jobs-info .single-jobs-info-employee-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.single-jobs .single-jobs-info .single-jobs-info-employee-i {
  font-size: 1.125rem;
}

.single-jobs-images-features .single-jobs-images-features-img {
  width: 33.33%;
  aspect-ratio: 12/10;
  object-fit: cover;
}
@media screen and (max-width: 575px) {
  .single-jobs-images-features .single-jobs-images-features-img {
    aspect-ratio: unset;
    height: 175px;
  }
}
.single-jobs-images-features .single-jobs-images-features-img.single-jobs-images-features-img-1 {
  border-top-left-radius: 50px;
}
@media screen and (max-width: 575px) {
  .single-jobs-images-features .single-jobs-images-features-img.single-jobs-images-features-img-1 {
    border-top-left-radius: 30px;
  }
}
.single-jobs-images-features .single-jobs-images-features-img.single-jobs-images-features-img-3 {
  border-bottom-right-radius: 50px;
}
@media screen and (max-width: 575px) {
  .single-jobs-images-features .single-jobs-images-features-img.single-jobs-images-features-img-3 {
    border-bottom-right-radius: 30px;
  }
}
.single-jobs-images-features .single-jobs-images-features-block {
  background-color: #d9e6ec;
  color: #006189;
  border-radius: 30px;
  padding: 40px;
  width: calc(100% - 30px);
  max-width: 650px;
  margin: -40px auto 0 auto;
  position: relative;
}
@media screen and (max-width: 575px) {
  .single-jobs-images-features .single-jobs-images-features-block {
    padding: 25px;
  }
}
.single-jobs-images-features .single-jobs-images-features-block i {
  min-width: 2rem;
}

.single-jobs-form-section {
  background-color: #eef7e2;
  width: calc(100% - 50px);
  margin: 0 auto;
}
.single-jobs-form-section .single-jobs-form-section-employee-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.single-jobs-form-section .single-jobs-form-section-employee-i {
  font-size: 1.125rem;
}

.nf-form-fields-required, .nf-form-title, .nf-fu-progress {
  display: none;
}

.nf-form-content .nf-field-label {
  margin-bottom: 10px !important;
}
.nf-form-content .nf-field-label label {
  font-size: 1.125rem;
  font-weight: 400;
}
.nf-form-content .nf-field-label .ninja-forms-req-symbol {
  display: none;
}
.nf-form-content input:not([type=submit]), .nf-form-content textarea {
  border: 0 !important;
  border-radius: 0 !important;
  background-color: white !important;
  font-size: 1.125rem !important;
  color: #2C2C2C !important;
}
.nf-form-content input:not([type=submit])::placeholder, .nf-form-content textarea::placeholder {
  color: lightgray !important;
  font-size: 1rem !important;
}
.nf-form-content input:not([type=submit]):focus-visible, .nf-form-content textarea:focus-visible {
  border: 1px solid gray !important;
  outline: none;
}
.nf-form-content .nf-fu-fileinput-button {
  background-color: transparent !important;
  color: #8dc63f !important;
  border-color: #8dc63f !important;
}
.nf-form-content .nf-fu-fileinput-button:hover {
  background-color: #8dc63f !important;
  color: white !important;
  border-color: #8dc63f !important;
}

.toggle-list .toggle-list-item {
  border: 0;
}
.toggle-list .toggle-list-item:not(:last-child) {
  margin-bottom: 1rem;
}
.toggle-list .toggle-list-item button {
  padding: 18px 45px 18px 35px;
  display: flex !important;
  align-items: center;
  border-radius: 20px;
  background-color: #eef7e2;
  color: #006189;
  border: 0;
  width: 100%;
  font-weight: bold;
  text-align: left;
  transition: 0.3s;
}
.toggle-list .toggle-list-item button:after {
  content: "\f062";
  position: absolute;
  right: 30px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: #006189;
  transition: 0.3s;
}
.toggle-list .toggle-list-item button.collapsed:after {
  transform: rotate(180deg);
}
.toggle-list .toggle-list-item button:hover {
  background-color: #d9e6ec;
}
.toggle-list .toggle-list-item .toggle-list-text {
  padding: 18px 45px 18px 35px;
}

.page-template-contact .header {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow-x: hidden;
}
.page-template-contact .header .header-content {
  background-color: #d9e6ec;
  padding-bottom: 75px;
  padding-top: 75px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .page-template-contact .header .header-content {
    padding-bottom: 160px;
  }
}
.page-template-contact .header .header-content:before {
  content: "";
  background-color: #d9e6ec;
  position: absolute;
  width: 999rem;
  top: 0;
  left: -999rem;
  bottom: 0;
  z-index: -1;
}
.page-template-contact .header .header-content:after {
  content: "";
  background-color: #d9e6ec;
  position: absolute;
  width: 999rem;
  top: 0;
  right: -999rem;
  bottom: 0;
}
.page-template-contact .contact-form {
  background-color: white;
  padding: 50px;
  margin: 75px 0;
  border-radius: 50px;
}
@media screen and (max-width: 991px) {
  .page-template-contact .contact-form {
    margin-top: -150px;
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-contact .contact-form {
    padding: 35px;
  }
}
.page-template-contact .contact-form .nf-form-content input:not([type=submit]), .page-template-contact .contact-form .nf-form-content textarea {
  border: 1px solid #d9e6ec !important;
}

.archive-stories {
  background-color: #eef7e2;
  width: calc(100% - 50px);
  margin: 0 auto;
}
.archive-stories .archive-stories-img {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 12/10;
  object-fit: cover;
  border-radius: 50px 0;
}
.archive-stories hr {
  opacity: 1;
  color: #8dc63f;
}

.single-stories-header {
  background-color: #eef7e2;
}
.single-stories-header .single-stories-header-img {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 12/10;
  object-fit: cover;
  border-radius: 50px 0;
}

.wp-block-image img {
  max-width: 500px;
  border-radius: 50px 0;
}

#verhaal .wp-block-image img {
  max-width: 100%;
}

/* FOOTER */
footer {
  padding: 90px;
  background-color: #2C2C2C;
  color: white;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: calc(100% - 50px);
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  footer {
    padding: 75px 0;
  }
}
footer .navbar-brand img {
  filter: brightness(0) invert(1);
  width: 190px;
  margin-bottom: 25px;
}
footer .footer-logos {
  width: 100%;
  height: 350px;
  position: relative;
}
footer .footer-logos .footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  transition: 0.3s;
}
footer .footer-logos .footer-logo:hover {
  transform: scale(1.05);
}
footer .footer-logos .footer-logo.footer-logo-1 {
  top: 0;
  left: 105px;
}
footer .footer-logos .footer-logo.footer-logo-2 {
  top: 90px;
  right: 0;
}
footer .footer-logos .footer-logo.footer-logo-3 {
  top: 105px;
  left: 0;
}
footer .footer-logos .footer-logo.footer-logo-4 {
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
}
footer .footer-logos .footer-logo.footer-logo-5 {
  top: 250px;
  left: 35px;
}
footer .footer-logos .footer-logo.footer-logo-6 {
  top: 270px;
  right: 35px;
}
footer .footer-logos .footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}
footer .footer-hr {
  margin: 30px 0;
  opacity: 1;
}
footer .footer-menu-gap {
  gap: 130px;
}

.socials {
  display: flex;
  gap: 10px;
}
.socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: white;
  color: #2C2C2C;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.socials a:hover {
  text-decoration: none;
  background-color: white;
  color: #8dc63f;
}

@media screen and (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.section-lg {
    padding: 100px 0;
  }
  section.section-sm {
    padding: 50px 0;
  }

  h1, .h1 {
    font-size: 2rem;
    line-height: 2.6rem;
  }

  h2, .h2 {
    font-size: 2rem;
    line-height: 2.6rem;
  }

  h3, .h3 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }

  h4, .h4 {
    font-size: 1.75rem;
    line-height: 2.4rem;
  }

  h5, .h5 {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  h6, .h6 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.breadcrumb {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 2px;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  align-items: center;
}
.breadcrumb .breadcrumb-item {
  color: #2C2C2C;
  opacity: 1;
  font-size: 0.75rem;
  white-space: nowrap;
  display: inline-flex;
}
.breadcrumb .breadcrumb-item a {
  color: #2C2C2C;
}
.breadcrumb .breadcrumb-item.active {
  opacity: 0.6;
  color: #2C2C2C;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  padding-left: 0;
  padding-right: 12px;
  font-weight: 400;
  font-size: 0.75rem;
  transform: rotate(45deg);
  position: relative;
  top: 4px;
}

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