@charset "UTF-8";
@import 'tailwind.css';
@import "tailwind.min.css";
@import '../flexslider/flexslider.css';
@import 'jquery.fancybox.min.css';
@import '_animate.css';
.m-smallest {
  margin: 5px !important;
}

.mt-smallest {
  margin-top: 5px !important;
}

.mr-smallest {
  margin-right: 5px !important;
}

.mb-smallest {
  margin-bottom: 5px !important;
}

.ml-smallest {
  margin-left: 5px !important;
}

.m-small {
  margin: 15px !important;
}

.mt-small {
  margin-top: 15px !important;
}

.mr-small {
  margin-right: 15px !important;
}

.mb-small {
  margin-bottom: 15px !important;
}

.ml-small {
  margin-left: 15px !important;
}

.m-medium {
  margin: calc(15px * 2) !important;
}

.mt-medium {
  margin-top: calc(15px * 2) !important;
}

.mr-medium {
  margin-right: calc(15px * 2) !important;
}

.mb-medium {
  margin-bottom: calc(15px * 2) !important;
}

.ml-medium {
  margin-left: calc(15px * 2) !important;
}

.m-medLarge {
  margin: calc(15px + calc(15px * 2)) !important;
}

.mt-medLarge {
  margin-top: calc(15px + calc(15px * 2)) !important;
}

.mr-medLarge {
  margin-right: calc(15px + calc(15px * 2)) !important;
}

.mb-medLarge {
  margin-bottom: calc(15px + calc(15px * 2)) !important;
}

.ml-medLarge {
  margin-left: calc(15px + calc(15px * 2)) !important;
}

.m-medLarge {
  margin: calc(15px + calc(15px * 2)) !important;
}

.mt-medLarge {
  margin-top: calc(15px + calc(15px * 2)) !important;
}

.mr-medLarge {
  margin-right: calc(15px + calc(15px * 2)) !important;
}

.mb-medLarge {
  margin-bottom: calc(15px + calc(15px * 2)) !important;
}

.ml-medLarge {
  margin-left: calc(15px + calc(15px * 2)) !important;
}

.m-large {
  margin: calc(calc(15px * 2) * 2) !important;
}

.mt-large {
  margin-top: calc(calc(15px * 2) * 2) !important;
}

.mr-large {
  margin-right: calc(calc(15px * 2) * 2) !important;
}

.mb-large {
  margin-bottom: calc(calc(15px * 2) * 2) !important;
}

.ml-large {
  margin-left: calc(calc(15px * 2) * 2) !important;
}

.m-largeMed {
  margin: calc(calc(calc(15px * 2) * 2) + 15px) !important;
}

.mt-largeMed {
  margin-top: calc(calc(calc(15px * 2) * 2) + 15px) !important;
}

.mr-largeMed {
  margin-right: calc(calc(calc(15px * 2) * 2) + 15px) !important;
}

.mb-largeMed {
  margin-bottom: calc(calc(calc(15px * 2) * 2) + 15px) !important;
}

.ml-largeMed {
  margin-left: calc(calc(calc(15px * 2) * 2) + 15px) !important;
}

.m-larger {
  margin: calc(calc(15px * 2) + calc(calc(15px * 2) * 2)) !important;
}

.mt-larger {
  margin-top: calc(calc(15px * 2) + calc(calc(15px * 2) * 2)) !important;
}

.mr-larger {
  margin-right: calc(calc(15px * 2) + calc(calc(15px * 2) * 2)) !important;
}

.mb-larger {
  margin-bottom: calc(calc(15px * 2) + calc(calc(15px * 2) * 2)) !important;
}

.ml-larger {
  margin-left: calc(calc(15px * 2) + calc(calc(15px * 2) * 2)) !important;
}

.m-largest {
  margin: calc(calc(calc(15px * 2) * 2) + calc(calc(15px * 2) * 2)) !important;
}

.mt-largest {
  margin-top: calc(calc(calc(15px * 2) * 2) + calc(calc(15px * 2) * 2)) !important;
}

.mr-largest {
  margin-right: calc(calc(calc(15px * 2) * 2) + calc(calc(15px * 2) * 2)) !important;
}

.mb-largest {
  margin-bottom: calc(calc(calc(15px * 2) * 2) + calc(calc(15px * 2) * 2)) !important;
}

.ml-largest {
  margin-left: calc(calc(calc(15px * 2) * 2) + calc(calc(15px * 2) * 2)) !important;
}

.p-smallest {
  padding: 5px !important;
}

.pt-smallest {
  padding-top: 5px !important;
}

.pr-smallest {
  padding-right: 5px !important;
}

.pb-smallest {
  padding-bottom: 5px !important;
}

.pl-smallest {
  padding-left: 5px !important;
}

.p-small {
  padding: 15px !important;
}

.pt-small {
  padding-top: 15px !important;
}

.pr-small {
  padding-right: 15px !important;
}

.pb-small {
  padding-bottom: 15px !important;
}

.pl-small {
  padding-left: 15px !important;
}

.p-medium {
  padding: calc(15px * 2) !important;
}

.pt-medium {
  padding-top: calc(15px * 2) !important;
}

.pr-medium {
  padding-right: calc(15px * 2) !important;
}

.pb-medium {
  padding-bottom: calc(15px * 2) !important;
}

.pl-medium {
  padding-left: calc(15px * 2) !important;
}

.p-medLarge {
  padding: calc(15px + calc(15px * 2)) !important;
}

.pt-medLarge {
  padding-top: calc(15px + calc(15px * 2)) !important;
}

.pr-medLarge {
  padding-right: calc(15px + calc(15px * 2)) !important;
}

.pb-medLarge {
  padding-bottom: calc(15px + calc(15px * 2)) !important;
}

.pl-medLarge {
  padding-left: calc(15px + calc(15px * 2)) !important;
}

.p-medLarge {
  padding: calc(15px + calc(15px * 2)) !important;
}

.pt-medLarge {
  padding-top: calc(15px + calc(15px * 2)) !important;
}

.pr-medLarge {
  padding-right: calc(15px + calc(15px * 2)) !important;
}

.pb-medLarge {
  padding-bottom: calc(15px + calc(15px * 2)) !important;
}

.pl-medLarge {
  padding-left: calc(15px + calc(15px * 2)) !important;
}

.p-large {
  padding: calc(calc(15px * 2) * 2) !important;
}

.pt-large {
  padding-top: calc(calc(15px * 2) * 2) !important;
}

.pr-large {
  padding-right: calc(calc(15px * 2) * 2) !important;
}

.pb-large {
  padding-bottom: calc(calc(15px * 2) * 2) !important;
}

.pl-large {
  padding-left: calc(calc(15px * 2) * 2) !important;
}

.p-largeMed {
  padding: calc(calc(calc(15px * 2) * 2) + 15px) !important;
}

.pt-largeMed {
  padding-top: calc(calc(calc(15px * 2) * 2) + 15px) !important;
}

.pr-largeMed {
  padding-right: calc(calc(calc(15px * 2) * 2) + 15px) !important;
}

.pb-largeMed {
  padding-bottom: calc(calc(calc(15px * 2) * 2) + 15px) !important;
}

.pl-largeMed {
  padding-left: calc(calc(calc(15px * 2) * 2) + 15px) !important;
}

.p-larger {
  padding: calc(calc(15px * 2) + calc(calc(15px * 2) * 2)) !important;
}

.pt-larger {
  padding-top: calc(calc(15px * 2) + calc(calc(15px * 2) * 2)) !important;
}

.pr-larger {
  padding-right: calc(calc(15px * 2) + calc(calc(15px * 2) * 2)) !important;
}

.pb-larger {
  padding-bottom: calc(calc(15px * 2) + calc(calc(15px * 2) * 2)) !important;
}

.pl-larger {
  padding-left: calc(calc(15px * 2) + calc(calc(15px * 2) * 2)) !important;
}

.p-largest {
  padding: calc(calc(calc(15px * 2) * 2) + calc(calc(15px * 2) * 2)) !important;
}

.pt-largest {
  padding-top: calc(calc(calc(15px * 2) * 2) + calc(calc(15px * 2) * 2)) !important;
}

.pr-largest {
  padding-right: calc(calc(calc(15px * 2) * 2) + calc(calc(15px * 2) * 2)) !important;
}

.pb-largest {
  padding-bottom: calc(calc(calc(15px * 2) * 2) + calc(calc(15px * 2) * 2)) !important;
}

.pl-largest {
  padding-left: calc(calc(calc(15px * 2) * 2) + calc(calc(15px * 2) * 2)) !important;
}

.no-padding {
  padding: 0 !important;
}

.fl-left {
  float: left !important;
}

.fl-right {
  float: right !important;
}

/*breakpoinst aanmaken*/
/*media queries aanmaken*/
/*voorbeeld voor aanroepen: @include mq(mqLaptop){ hier komt je css }*/
.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: calc(15px * 2);
}

.grid-1-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr calc(15px * 2) 2fr;
  grid-template-columns: 1fr 2fr;
  gap: calc(15px * 2);
}
@media only screen and (max-width: 700px) {
  .grid-1-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.grid-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr calc(15px * 2) 1fr;
  grid-template-columns: 1fr 1fr;
  gap: calc(15px * 2);
}
@media only screen and (max-width: 700px) {
  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.grid-2-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr calc(15px * 2) 1fr;
  grid-template-columns: 2fr 1fr;
  gap: calc(15px * 2);
}
@media only screen and (max-width: 700px) {
  .grid-2-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.grid-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 80px minmax(0, 1fr) 80px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 80px;
}
@media only screen and (max-width: 800px) {
  .grid-3 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 700px) {
  .grid-3 {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
  }
}

.grid-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr calc(15px * 2) 1fr calc(15px * 2) 1fr calc(15px * 2) 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: calc(15px * 2);
}
@media only screen and (max-width: 700px) {
  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.grid-4-team {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) calc(15px * 2) minmax(0, 1fr) calc(15px * 2) minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(15px * 2);
}
@media only screen and (max-width: 800px) {
  .grid-4-team {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 700px) {
  .grid-4-team {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.grid-auto-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto calc(15px * 2) auto;
  grid-template-columns: auto auto;
  gap: calc(15px * 2);
}

.grid-2-profiel {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 15px;
}

.no-gap {
  gap: 0 !important;
}

.small-gap {
  gap: 15px !important;
}

.no-row {
  row-gap: 0px !important;
}

@media only screen and (max-width: 700px) {
  .sidescroll {
    width: 100%;
    height: auto;
    white-space: nowrap;
    /* side scroll */
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    overflow-x: scroll;
    /* ios support */
    -webkit-overflow-scrolling: touch;
    display: block !important;
    vertical-align: top;
  }
  .sidescroll article, .sidescroll .groot, .sidescroll .klein, .sidescroll div {
    width: 80%;
    margin-top: 0px;
    height: 100%;
    display: inline-block !important;
    margin-right: 10px;
    /* side scroll */
    scroll-snap-align: start;
    white-space: initial;
    vertical-align: top;
    margin-bottom: calc(15px * 2);
  }
}

body {
  font-size: 15px;
  line-height: 1.3;
}

h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #21295C;
}

h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #21295C;
}

p {
  font-size: 16px;
  line-height: 24px;
}

h2 {
  font-size: 36px;
  font-size: 2.4em;
}

.h2 {
  font-size: 36px;
  font-size: 2.4em;
}

h3 {
  font-size: 32px;
  font-size: 2.1333333333em;
}

.h3 {
  font-size: 32px;
  font-size: 2.1333333333em;
}

h4 {
  font-size: 28px;
  font-size: 1.8666666667em;
}

.h4 {
  font-size: 28px;
  font-size: 1.8666666667em;
}

h5 {
  font-size: 24px;
  font-size: 1.6em;
}

.h5 {
  font-size: 24px;
  font-size: 1.6em;
}

h6 {
  font-size: 20px;
  font-size: 1.3333333333em;
}

.h6 {
  font-size: 20px;
  font-size: 1.3333333333em;
}

a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* CORE STYLES */
.navigation {
  width: auto;
  display: fixed;
  position: relative;
  font-family: inherit;
}
.navigation * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
  height: 48px;
}

.navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 19998;
  will-change: opacity;
}
.navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade 0.5s;
  animation: fade 0.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}

.navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}
.navigation-hidden .nav-header {
  display: none;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  display: none;
  cursor: pointer;
}
.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0.5em 0 0 #ffffff, 0 1em 0 0 #ffffff;
          box-shadow: 0 0.5em 0 0 #ffffff, 0 1em 0 0 #ffffff;
}
.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ED6629;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #ffffff;
  font-size: 26px;
  cursor: pointer;
}
.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1300px) {
  .nav-menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 1050px) {
  .nav-menu {
    display: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.navigation-portrait .nav-menu {
  width: 100%;
}
.nav-menu.nav-menu-centered {
  text-align: center;
}
.nav-menu.nav-menu-centered > li {
  float: none;
}
.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}
.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}
.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.nav-menu > li > a {
  height: 70px;
  padding: 26px 30px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  letter-spacing: 0px;
  text-decoration: none;
  font-size: 17px;
  line-height: 23px;
  color: #ffffff;
  -webkit-transition: 400ms;
  transition: 400ms;
}
@media only screen and (max-width: 1300px) {
  .nav-menu > li > a {
    padding: 26px 10px;
    font-size: 17px;
  }
}
.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.nav-menu > li:last-child a {
  color: #ED6629;
}
@media only screen and (max-width: 1050px) {
  .nav-menu > li:last-child a {
    color: #ffffff;
  }
}
.nav-menu > li:hover > a, .nav-menu > li.active > a, .nav-menu > li.focus > a {
  color: #ED6629;
}
.navigation-portrait .nav-menu > li:hover > a, .navigation-portrait .nav-menu > li.active > a, .navigation-portrait .nav-menu > li.focus > a {
  color: #21295C;
}
.nav-menu > li > a > i,
.nav-menu > li > a > [class*=ion-] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.nav-menu > li > a > [class*=ion-] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #ED6629 #ED6629 transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
  border-color: transparent #ffffff #ffffff transparent;
}
.nav-menu > li:hover > a .submenu-indicator-chevron, .nav-menu > .active > a .submenu-indicator-chevron, .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #21295C #21295C transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  -ms-touch-action: none;
      touch-action: none;
  overflow-x: hidden;
}

/* DROPDOWN EXTENSION */
.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.nav-dropdown .nav-dropdown {
  left: 100%;
}
.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.nav-dropdown > li > a {
  width: 100%;
  padding: 20px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 14px;
  color: #ffffff;
  background-color: rgba(33, 41, 92, 0.75);
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.nav-dropdown > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #ED6629;
  left: 20px;
  bottom: 11px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.nav-dropdown > li:hover > a, .nav-dropdown > li.focus > a {
  background-color: rgb(33, 41, 92);
}
.nav-dropdown > li:hover > a:before, .nav-dropdown > li.focus > a:before {
  width: calc(100% - 40px);
}
.nav-dropdown.nav-dropdown-left {
  right: 0;
}
.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-dropdown > li:hover > a .submenu-indicator-chevron, .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #ED6629 #ED6629 transparent;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.btn, a[title=btn] {
  display: inline-block;
  text-decoration: none;
  background-color: #21295C;
  color: #fff;
  padding: 10px 20px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn.secondary, a[title=btn].secondary {
  background-color: #ED6629;
  color: #000;
}
.btn.back:before, a[title=btn].back:before {
  opacity: 0;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  content: "\f053";
  padding-left: 0;
  font-family: "Font Awesome 5 Pro";
  width: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn.back:after, a[title=btn].back:after {
  display: none;
}
.btn.back:hover, a[title=btn].back:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.btn.back:hover::before, a[title=btn].back:hover::before {
  width: 5px;
  opacity: 1;
  padding-right: 15px;
}
.btn.country, a[title=btn].country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white !important;
  gap: 1rem;
}
.btn.country img, a[title=btn].country img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 12/9;
}
.btn.clean, a[title=btn].clean {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white !important;
}
.btn.small, a[title=btn].small {
  padding: 5px 10px;
  margin-left: 0.5rem;
}
.btn.small img, a[title=btn].small img {
  height: 20px;
  width: 22px;
}
.btn.only-flag, a[title=btn].only-flag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 !important;
  font-size: 0;
  gap: 0;
  letter-spacing: 0;
}
.btn.only-flag img, a[title=btn].only-flag img {
  height: 20px !important;
  width: 26px !important;
}
.btn.nohover::after, .btn.nohover::before, a[title=btn].nohover::after, a[title=btn].nohover::before {
  width: 0;
  visibility: hidden;
  opacity: 0;
  display: none;
}
.btn.nohover:hover, a[title=btn].nohover:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn.nohover:hover::after, .btn.nohover:hover::before, a[title=btn].nohover:hover::after, a[title=btn].nohover:hover::before {
  content: none !important;
}
.btn:hover, a[title=btn]:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.btn:hover::after, a[title=btn]:hover::after {
  width: 5px;
  opacity: 1;
  padding-left: 15px;
}
.btn:after, a[title=btn]:after {
  opacity: 0;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  content: "\f054";
  padding-left: 0;
  font-family: "Font Awesome 5 Pro";
  width: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

a[title=link]:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  content: "\f0c1";
  padding-right: 3px;
  font-family: "Font Awesome 5 Pro";
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.formulier {
  width: 100%;
}
.formulier .form-group {
  position: relative;
  display: block;
  padding: 5px 0;
}
.formulier .form-group.form-text {
  margin-top: 15px;
}
.formulier .form-group.hidden {
  display: none;
}
.formulier .form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.formulier .form-group label > span.required {
  color: #ED6629;
  margin-left: 0.1rem;
}
.formulier .form-group input {
  display: block;
  width: 100%;
  line-height: 100%;
  padding: 15px;
  border: 1px solid #303030;
}
.formulier .form-group input[type=radio], .formulier .form-group input[type=checkbox] {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}
.formulier .form-group input[type=file] {
  border: none !important;
  padding-left: 0 !important;
}
.formulier .form-group span {
  display: inline-block;
  margin-right: 15px;
}
.formulier .form-group textarea {
  display: block;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #303030;
  height: 100px;
}
.formulier .form-group .styled-select {
  position: relative;
  width: 100%;
  display: inline-block;
}
.formulier .form-group .styled-select:hover::before {
  color: #303030;
  background-color: rgba(33, 41, 92, 0.2);
}
.formulier .form-group .styled-select.multiple-select::before {
  display: none;
}
.formulier .form-group .styled-select::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
  color: #303030;
  background-color: rgba(33, 41, 92, 0.1);
  pointer-events: none;
}
.formulier .form-group .styled-select select {
  background-color: #fff;
  color: #303030;
  padding: 12px;
  width: 100%;
  border: none;
  font-size: 16px;
  border: 1px solid #303030;
  -webkit-appearance: button;
  -moz-appearance: none;
       appearance: none;
  outline: none;
}
.formulier .form-group .styled-select select option {
  padding: 30px;
}
.formulier .form-group .styled-select select[multiple] option {
  padding: 5px;
}
.formulier .form-group .checkbox, .formulier .form-group .radio {
  margin-left: -15px;
}
.formulier .form-group .checkbox input[type=checkbox], .formulier .form-group .checkbox input[type=radio], .formulier .form-group .radio input[type=checkbox], .formulier .form-group .radio input[type=radio] {
  opacity: 0;
}
.formulier .form-group .checkbox label, .formulier .form-group .radio label {
  position: relative;
  display: inline-block;
  /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
  padding-left: 22px;
}
.formulier .form-group .checkbox label::before, .formulier .form-group .checkbox label::after, .formulier .form-group .radio label::before, .formulier .form-group .radio label::after {
  position: absolute;
  content: "";
  /*Needed for the line-height to take effect*/
  display: inline-block;
}
.formulier .form-group .checkbox label::before, .formulier .form-group .radio label::before {
  height: 16px;
  width: 16px;
  border: 1px solid;
  left: 0px;
  /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
  *to vertically center it.
  */
  top: 3px;
}
.formulier .form-group .checkbox label::after, .formulier .form-group .radio label::after {
  height: 5px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 4px;
  top: 7px;
}
.formulier .form-group .radio label::before {
  height: 16px;
  width: 16px;
  border: 1px solid;
  left: 0px;
  /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
  *to vertically center it.
  */
  top: 3px;
  border-radius: 50%;
}
.formulier .form-group {
  /*Hide the checkmark by default*/
}
.formulier .form-group .radio input[type=radio] + label::after {
  content: none;
}
.formulier .form-group {
  /*Unhide on the checked state*/
}
.formulier .form-group .radio input[type=radio]:checked + label::after {
  content: "";
}
.formulier .form-group {
  /*Adding focus styles on the outer-box of the fake checkbox*/
}
.formulier .form-group .radio input[type=radio]:focus + label::before {
  outline: #21295C auto 0px;
}
.formulier .form-group {
  /*Hide the checkmark by default*/
}
.formulier .form-group .checkbox input[type=checkbox] + label::after {
  content: none;
}
.formulier .form-group {
  /*Unhide on the checked state*/
}
.formulier .form-group .checkbox input[type=checkbox]:checked + label::after {
  content: "";
}
.formulier .form-group {
  /*Adding focus styles on the outer-box of the fake checkbox*/
}
.formulier .form-group .checkbox input[type=checkbox]:focus + label::before {
  outline: #21295C auto 0px;
}
.formulier .button {
  float: left;
  clear: both;
  margin-top: -5px;
  background: #21295C;
  padding: 10px 15px;
  color: #fff;
  border: 0;
  font-size: 16px;
  border-radius: 0 0 15px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.formulier .button:hover {
  background: #ED6629;
  cursor: pointer;
}
.formulier .button:disabled, .formulier .button[disabled=disabled] {
  opacity: 0.6 !important;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: not-allowed;
}

.form__steps {
  margin: 0 auto 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  max-width: 600px;
}
.form__steps:after {
  content: "";
  height: 3px;
  width: calc(100% - 20px);
  top: 25px;
  left: 10px;
  background-color: #ED6629;
  position: absolute;
  z-index: -1;
}
.form__steps .form__step-container {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
}
.form__steps .form__step-nr {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border: 6px solid #ED6629;
  border-radius: 50%;
  background-color: white;
  color: #ED6629;
  font-size: 16px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.form__steps .form__step-title {
  font-size: 12px;
}
.form__steps .form__step.is-active .form__step-nr {
  color: white;
  background-color: #ED6629;
}

.spinner-loader {
  display: none;
  background-image: url(../images/ajax-loader.gif);
  float: right;
  width: calc(100% - 125px) !important;
  height: 26px;
  position: relative;
  background-repeat: no-repeat;
  margin-top: 0.25rem;
}
.spinner-loader.active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#land-formulier,
#geen-land-formulier {
  width: 100%;
  max-width: 900px;
}
@media only screen and (max-width: 767px) {
  #land-formulier,
  #geen-land-formulier {
    padding: 22px !important;
  }
}
#land-formulier form,
#geen-land-formulier form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 0.25rem;
}
@media only screen and (max-width: 640px) {
  #land-formulier form,
  #geen-land-formulier form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#land-formulier form .form-group.textarea, #land-formulier form .form-group.tekstopvulling, #land-formulier form .form-group.checkbox, #land-formulier form .form-group.radio, #land-formulier form .form-group.uitzondering,
#geen-land-formulier form .form-group.textarea,
#geen-land-formulier form .form-group.tekstopvulling,
#geen-land-formulier form .form-group.checkbox,
#geen-land-formulier form .form-group.radio,
#geen-land-formulier form .form-group.uitzondering {
  -ms-grid-column-span: 2;
  grid-column: span 2/span 2;
}
#land-formulier form .form-group.checkbox > label,
#geen-land-formulier form .form-group.checkbox > label {
  display: none;
}
#land-formulier form .form-group.tekstopvulling,
#geen-land-formulier form .form-group.tekstopvulling {
  padding-bottom: 15px;
}
#land-formulier form .form-group .checkbox,
#land-formulier form .form-group .radio,
#geen-land-formulier form .form-group .checkbox,
#geen-land-formulier form .form-group .radio {
  margin-left: 0 !important;
}
@media only screen and (max-width: 600px) {
  #land-formulier form .form-group input,
  #geen-land-formulier form .form-group input {
    padding: 8px 12px;
  }
}
#land-formulier form #recaptcha2,
#land-formulier form button[type=submit],
#land-formulier form .spinner-loader,
#geen-land-formulier form #recaptcha2,
#geen-land-formulier form button[type=submit],
#geen-land-formulier form .spinner-loader {
  -ms-grid-column-span: 2;
  grid-column: span 2/span 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#land-formulier .localhiring-export-logo,
#geen-land-formulier .localhiring-export-logo {
  position: absolute;
  aspect-ratio: 10/7;
  -o-object-fit: contain;
     object-fit: contain;
  bottom: 20px;
  right: 20px;
  width: 180px;
}
@media only screen and (max-width: 600px) {
  #land-formulier .localhiring-export-logo,
  #geen-land-formulier .localhiring-export-logo {
    position: relative;
    margin-left: auto;
  }
}

@media only screen and (max-width: 700px) {
  select,
  input[type=color],
  input[type=date],
  input[type=datetime],
  input[type=datetime-local],
  input[type=email],
  input[type=month],
  input[type=number],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=text],
  input[type=time],
  input[type=url],
  input[type=week],
  select:focus,
  textarea {
    font-size: 16px;
  }
}
.sliderlaag {
  height: 450px !important;
}
@media only screen and (max-width: 850px) {
  .sliderlaag {
    height: 400px !important;
  }
}
@media only screen and (max-width: 600px) {
  .sliderlaag {
    height: 250px !important;
  }
}
.sliderlaag:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  z-index: 5;
  width: 100%;
  background-color: #21295C;
}

.typewriter {
  color: #fff;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  letter-spacing: 0.15em; /* Adjust as needed */
  -webkit-animation: typing 3.5s steps(30, end), blink-caret 0.5s step-end infinite;
          animation: typing 3.5s steps(30, end), blink-caret 0.5s step-end infinite;
}

/* The typing effect */
@-webkit-keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* The typewriter cursor effect */
@-webkit-keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: white;
  }
}
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: white;
  }
}
#slider-main {
  height: 70vh;
  max-height: 100vh;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 1;
}
@media only screen and (max-width: 1050px) {
  #slider-main {
    height: 55vh;
    min-height: initial;
  }
}
@media only screen and (max-width: 850px) {
  #slider-main {
    height: 400px;
  }
}
@media only screen and (max-width: 600px) {
  #slider-main {
    height: 350px;
  }
}
@-webkit-keyframes DASH3 {
  0% {
    stroke-dashoffset: 800;
    fill-opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
}
@keyframes DASH3 {
  0% {
    stroke-dashoffset: 800;
    fill-opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
}
#slider-main .letter-svg-3 #Icon path {
  fill-opacity: 0;
  stroke-width: 0.2;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
}
#slider-main .letter-svg-3 #Icon path:first-child {
  -webkit-animation: DASH3 0.7s ease-in-out 1s forwards;
          animation: DASH3 0.7s ease-in-out 1s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  stroke: rgb(33, 41, 92);
  fill: rgb(33, 41, 92);
}
#slider-main .letter-svg-3 #Icon path:nth-child(2) {
  -webkit-animation: DASH3 0.7s ease-in-out 1s forwards;
          animation: DASH3 0.7s ease-in-out 1s forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  stroke: rgb(88, 95, 134);
  fill: rgb(88, 95, 134);
}
#slider-main .letter-svg-3 #Icon path:nth-child(3) {
  -webkit-animation: DASH3 0.7s ease-in-out 1s forwards;
          animation: DASH3 0.7s ease-in-out 1s forwards;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
  stroke: rgb(143, 147, 173);
  fill: rgb(143, 147, 173);
}
#slider-main .letter-svg-3 #Icon path:nth-child(4) {
  -webkit-animation: DASH3 0.7s ease-in-out 1s forwards;
          animation: DASH3 0.7s ease-in-out 1s forwards;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  stroke: rgb(199, 201, 215);
  fill: rgb(199, 201, 215);
}
#slider-main:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(196, 196, 196, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(196, 196, 196, 0) 100%);
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 180px;
  top: 0;
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  #slider-main:before {
    display: none;
  }
}
#slider-main .flexslider .slides > li:before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(196, 196, 196, 0)));
  background: linear-gradient(0, rgba(0, 0, 0, 0.5) 0%, rgba(196, 196, 196, 0) 100%);
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 50%;
  bottom: 0;
  z-index: 2;
}
#slider-main .flexslider .sectie-inner {
  height: 100%;
  z-index: 3;
}
#slider-main .caption {
  background: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: auto;
  right: auto;
  z-index: 3;
  width: 100%;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 850px) {
  #slider-main .caption {
    height: 100%;
  }
}
#slider-main .caption .logo {
  max-width: 400px;
}
@media only screen and (max-width: 850px) {
  #slider-main .caption .logo {
    left: 30px;
    top: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    width: 200px;
  }
}
@media only screen and (max-width: 600px) {
  #slider-main .caption .logo {
    left: 10px;
    top: 10px;
    width: 150px;
  }
}
@media only screen and (max-width: 850px) {
  #slider-main .caption .logo img {
    width: 100px;
  }
}
@media only screen and (max-width: 600px) {
  #slider-main .caption .logo img {
    width: 70px;
  }
}
@media only screen and (max-width: 700px) {
  #slider-main .caption .buttons {
    margin-top: 45px !important;
  }
}
@media only screen and (max-width: 600px) {
  #slider-main .caption .buttons {
    margin-top: -5px !important;
  }
}
@media only screen and (max-width: 375px) {
  #slider-main .caption .buttons {
    margin-top: -15px !important;
  }
}
#slider-main .caption .buttons a {
  padding: 10px 20px;
}
@media only screen and (max-width: 500px) {
  #slider-main .caption .buttons a {
    padding: 7px 14px;
  }
}
#slider-main .caption .buttons a:first-child {
  margin-right: 5px;
}
@media only screen and (max-width: 600px) {
  #slider-main .caption .buttons a:first-child {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 375px) {
  #slider-main .caption .buttons a:first-child {
    margin-bottom: 5px;
  }
}
#slider-main .caption .buttons a:last-child, #slider-main .caption .buttons a:first-child {
  margin-left: 5px;
  background-color: #ED6629;
}
#slider-main .caption .headtitle {
  position: relative;
  font-weight: 600;
  font-size: 22px;
  line-height: 42px;
  text-align: center;
  padding: 0 165px;
  letter-spacing: 2px;
  width: 100%;
  float: left;
  text-transform: uppercase;
  color: white;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 40px #000000;
}
@media only screen and (max-width: 1300px) {
  #slider-main .caption .headtitle {
    font-size: 36px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 1050px) {
  #slider-main .caption .headtitle {
    font-size: 28px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 850px) {
  #slider-main .caption .headtitle {
    padding: 0 30px;
    font-size: 23px;
    line-height: 32px;
    margin-top: 200px;
  }
}
@media only screen and (max-width: 600px) {
  #slider-main .caption .headtitle {
    padding: 0 5px;
    font-size: 16px;
    line-height: 26px;
    margin-top: 130px;
    letter-spacing: 3px;
  }
}
#slider-main .caption .subtitle {
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 40px #000000;
  font-weight: normal;
  font-size: 35px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 2px;
  height: 35px;
}
@media only screen and (max-width: 1050px) {
  #slider-main .caption .subtitle {
    font-size: 19px;
  }
}
@media only screen and (max-width: 600px) {
  #slider-main .caption .subtitle {
    display: none;
  }
}

.logoScroll {
  padding: 10px 15px;
  background-color: white;
  z-index: 3;
  opacity: 0;
  width: 100px;
  margin-left: calc((100vw - 1300px) / 2 - 115px);
  -webkit-transition: 400ms;
  transition: 400ms;
}
.logoScroll span {
  font-size: 10px;
  margin-top: 2px;
  text-transform: uppercase;
  color: #21295C;
  float: left;
}
@media only screen and (max-width: 1300px) {
  .logoScroll {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .logoScroll {
    display: none;
  }
}

.contact {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3 !important;
  -webkit-transition: 400ms;
  transition: 400ms;
}
@media only screen and (max-width: 1500px) {
  .contact > a {
    display: none !important;
  }
}
@media only screen and (max-width: 1050px) {
  .contact {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: -2px;
    margin-right: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .contact > a {
    display: none !important;
  }
}
.contact > a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.contact > a i {
  -webkit-transition: 400ms;
  transition: 400ms;
}
.contact > a:hover i {
  color: #ED6629;
}
.contact > a:first-child {
  margin-right: 10px;
}

.language-switcher .bg-white {
  background-color: #fff;
}

#header-main {
  z-index: 3;
  position: absolute;
  background-color: none;
  -webkit-transition: 400ms;
  transition: 400ms;
}
#header-main #logo {
  display: inline-block;
  width: 200px;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer-main {
  background: #21295C;
  padding-top: 150px;
  padding-bottom: 30px;
  margin-top: -90px;
}
@media only screen and (max-width: 850px) {
  #footer-main {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  #footer-main {
    margin-top: 0;
  }
}
#footer-main h2, #footer-main h3, #footer-main h4, #footer-main h5, #footer-main h6 {
  color: white !important;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 24px;
}
#footer-main a {
  color: white;
}
#footer-main .big-col h1:before {
  content: url("../images/Icon.svg");
  width: 25px;
  height: 40px;
  margin-right: 15px;
  position: relative;
  float: left;
}
@media only screen and (max-width: 1050px) {
  #footer-main .grid-4 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  #footer-main .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#footer-main .foot-col {
  color: white;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.5px;
}
#footer-main .foot-col .social a {
  border: 1px solid #ED6629;
  padding: 8px;
  font-size: 15px;
  margin-right: 8px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
#footer-main .foot-col .social a:hover {
  background-color: #ED6629;
}

#balk {
  background: #585F86;
}

#open-sollicitatie h2 {
  line-height: 120%;
}

.paginatie {
  width: 100%;
  padding: 10px 6px 10px 10px;
  overflow: hidden;
  background-color: #000000;
  margin-top: 15px;
  float: left;
}

.paginatie_inactief, .paginatie_actief {
  float: left;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.paginatie_inactief:hover, .paginatie_actief:hover {
  background: #ccc;
}

.paginatie_inactief {
  background: #ED6629;
  color: #FFFFFF;
}

#paginatie_actief {
  background: #21295C;
  color: #FFFFFF;
}

#vorige, #volgende {
  text-indent: -9999px;
  float: left;
  height: 30px;
  width: 30px;
  margin-top: 0px;
  padding-top: 2px;
  padding-bottom: 1px;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  -webkit-appearance: none;
}
#vorige:hover, #volgende:hover {
  background: #ccc;
}

.volgende-pijl, .vorige-pijl {
  position: relative;
  float: left;
}
.volgende-pijl:hover:after, .vorige-pijl:hover:after {
  background: #ccc;
}
.volgende-pijl:after, .vorige-pijl:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  color: #FFF;
  display: block;
  border: 1px solid #fff;
  background-color: #ED6629;
  font-size: 15px;
  position: absolute;
  z-index: 25;
  text-align: center;
  padding-top: 7px;
  width: 28px;
  height: 21px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.volgende-pijl:after {
  content: "\f105";
}

.vorige-pijl:after {
  content: "\f104";
}

.onscroll {
  /*hier komen css wijzigingen zodra je gaat scrollen. Wanneer dit wordt getriggerd is aan te passen in sitework.js*/
}
.onscroll .logoScroll {
  opacity: 1;
}
.onscroll .contact a:not(.lang-chip) {
  background-color: #21295C;
  margin-right: 0.5rem;
}
.onscroll .contact a:not(.lang-chip) i {
  color: white;
}

.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media only screen and (max-width: 800px) {
  .progress-wrap {
    display: none;
  }
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f062";
  font-weight: 600;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #ED6629;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap::before {
  position: absolute;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background-image: linear-gradient(298deg, var(--red), var(--yellow));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #ED6629;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

#outdated {
  font-family: "Open Sans", "Segoe UI", sans-serif;
  position: absolute;
  background-color: #f25648;
  color: white;
  display: none;
  overflow: hidden;
  left: 0;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 10000;
  padding: 0 24px 24px 0;
}
#outdated.fullscreen {
  height: 100%;
}
#outdated .vertical-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#outdated h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 12px 0;
}
#outdated p {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
}
#outdated #buttonUpdateBrowser {
  border: 2px solid white;
  color: white;
  cursor: pointer;
  display: block;
  margin: 30px auto 0;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  width: 230px;
}
#outdated #buttonUpdateBrowser:hover {
  background-color: white;
  color: #f25648;
}
#outdated .last {
  height: 20px;
  position: absolute;
  right: 70px;
  top: 10px;
  width: auto;
  display: inline-table;
}
#outdated .last[dir=rtl] {
  left: 25px !important;
  right: auto !important;
}
#outdated #buttonCloseUpdateBrowser {
  color: white;
  display: block;
  font-size: 36px;
  height: 100%;
  line-height: 36px;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.vacatures-overzicht {
  padding: 60px 0;
}
.vacatures-overzicht .text-secondary {
  color: #ED6629;
}
.vacatures-overzicht .item {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
@media only screen and (max-width: 1050px) {
  .vacatures-overzicht .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.vacatures-overzicht .item .left {
  -webkit-filter: drop-shadow(0px 12px 60px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 12px 60px rgba(0, 0, 0, 0.15));
  padding: 24px;
  width: 60%;
}
@media only screen and (max-width: 1050px) {
  .vacatures-overzicht .item .left {
    width: 100%;
  }
}
.vacatures-overzicht .item .left hr.divider {
  border: 1px solid rgba(33, 41, 92, 0.1);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.vacatures-overzicht .item .left p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.vacatures-overzicht .item .left h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #21295C;
}
.vacatures-overzicht .item .left .grid-3 {
  grid-gap: 0;
}
.vacatures-overzicht .item .right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1050px) {
  .vacatures-overzicht .item .right {
    width: 100%;
  }
}
.vacatures-overzicht .item .right a {
  height: 25%;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 250px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
@media only screen and (max-width: 1020px) {
  .vacatures-overzicht .item .right a {
    max-height: 50px;
  }
}
.vacatures-overzicht .item .right a:before {
  position: relative;
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.vacatures-overzicht .item .right a:after {
  content: "";
  background: rgba(33, 41, 92, 0.3);
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.vacatures-overzicht .item .right a:last-child {
  background-color: #21295C;
  color: white;
}
.vacatures-overzicht .item .right a:last-child:before {
  content: url("../images/arrow.svg");
}
.vacatures-overzicht .item .right a:last-child:hover:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.vacatures-overzicht .item .right .vacature-afbeelding {
  height: 100px;
  max-height: 100px;
}
.vacatures-overzicht .item .right .vacature-afbeelding img {
  height: 100px;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vacatures-overzicht .item .right .vacature-afbeelding .overlay {
  background-color: rgba(41, 37, 77, 0.19);
  height: 100%;
  position: absolute;
  width: 100%;
}
.vacatures-overzicht .item .right .bekijk-vacature {
  background: rgba(33, 41, 92, 0.15);
  color: #21295C;
}
.vacatures-overzicht .item .right .bekijk-vacature:before {
  content: url("../images/list-icon.svg");
}
.vacatures-overzicht .item .right .bekijk-vacature:hover:after {
  width: 100%;
}

#content-home-main {
  padding-top: calc(calc(15px * 2) * 2);
  padding-bottom: calc(calc(15px * 2) * 2);
  background: url(../images/recruitment-export-sales.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#content-home-main ul, #content-home-main ol {
  margin-left: 15px;
}
#content-home-main .sectie-inner .intro {
  font-style: italic;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #21295C;
}
@media only screen and (max-width: 850px) {
  #content-home-main .sectie-inner .intro {
    text-align: justify;
  }
}
@media only screen and (max-width: 600px) {
  #content-home-main .sectie-inner .intro {
    text-align: left;
  }
}
@media only screen and (max-width: 850px) {
  #content-home-main .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#uitgelicht-item {
  background: url(../images/bottom-BG.png), 100% 100%, no-repeat;
  padding-bottom: calc(calc(15px * 2) + calc(calc(15px * 2) * 2));
}
#uitgelicht-item .grid-2 {
  grid-gap: 0;
}
@media only screen and (max-width: 600px) {
  #uitgelicht-item .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#uitgelicht-item .grid-2 .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ED6629;
}
#uitgelicht-item .grid-2 .tekst {
  padding: 0 90px;
}
@media only screen and (max-width: 850px) {
  #uitgelicht-item .grid-2 .tekst {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 600px) {
  #uitgelicht-item .grid-2 .tekst {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
#uitgelicht-item .grid-2 .tekst h1 {
  margin-bottom: 16px;
}
#uitgelicht-item .grid-2 .tekst p {
  margin-bottom: 24px;
}
#uitgelicht-item .grid-2:last-child .image {
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 0;
  grid-row-end: 1;
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}
@media only screen and (max-width: 600px) {
  #uitgelicht-item .grid-2:last-child .image {
    -ms-grid-row: unset;
        grid-row-start: unset;
    grid-row-end: unset;
    -ms-grid-column: unset;
        grid-column-start: unset;
    grid-column-end: unset;
  }
}
#uitgelicht-item .grid-2:last-child .tekst {
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 0;
  grid-row-end: 1;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}
@media only screen and (max-width: 600px) {
  #uitgelicht-item .grid-2:last-child .tekst {
    -ms-grid-row: unset;
        grid-row-start: unset;
    grid-row-end: unset;
    -ms-grid-column: unset;
        grid-column-start: unset;
    grid-column-end: unset;
  }
}

#open-sollicitatie {
  background: url(../images/vacatures-export-sales.jpg), 100% 100%, no-repeat;
}
@media only screen and (max-width: 600px) {
  #open-sollicitatie {
    overflow: hidden;
  }
}
#open-sollicitatie .blokje {
  margin-top: -120px;
  margin-bottom: -40px;
  position: relative;
}
@media only screen and (max-width: 1050px) {
  #open-sollicitatie .blokje {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 600px) {
  #open-sollicitatie .blokje {
    margin-top: -30px;
  }
}
#open-sollicitatie .blokje .image {
  z-index: 2;
  width: 100%;
  position: relative;
  float: left;
}
#open-sollicitatie:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(237, 102, 41, 0.95);
}
#open-sollicitatie .tekst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 90px;
  margin-top: -90px;
}
@media only screen and (max-width: 1050px) {
  #open-sollicitatie .tekst {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
    padding-right: 0;
  }
}
@media only screen and (max-width: 850px) {
  #open-sollicitatie .tekst {
    margin-top: 0px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 600px) {
  #open-sollicitatie .tekst {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
#open-sollicitatie .tekst h1 {
  margin-bottom: 16px;
}
#open-sollicitatie .tekst .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#open-sollicitatie .tekst p {
  margin-bottom: 24px;
}

#inloggen h1 {
  margin-bottom: 0 !important;
}
#inloggen .formulier {
  margin-top: calc(15px * 2);
  width: auto;
}
#inloggen .formulier .wwresetlink {
  margin-top: 15px;
  display: block;
}
#inloggen .error {
  display: block;
  color: red;
}
#inloggen .verplicht {
  display: block;
  padding: 15px 0;
  font-style: italic;
}
#inloggen #passwordAlert {
  font-style: italic;
  color: red;
  font-size: 12px;
}

.functie-eisen p {
  margin-bottom: 3px !important;
}
.functie-eisen p:last-child {
  margin-bottom: 24px !important;
}

#vervolg-vacatures {
  padding: 90px 0;
  background: url(../images/personeelswerving-export.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 1300px) {
  #vervolg-vacatures {
    padding: 90px 30px;
  }
}
@media only screen and (max-width: 600px) {
  #vervolg-vacatures {
    padding: 60px 15px 90px 15px;
  }
}
#vervolg-vacatures .vacatures-overzicht {
  padding: 15px 0 60px 0;
}

#vacature-detail,
#inschrijven {
  padding: 90px 0 145px 0;
  background: url(../images/personeelswerving-export.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 1300px) {
  #vacature-detail,
  #inschrijven {
    padding: 90px 30px;
  }
}
@media only screen and (max-width: 600px) {
  #vacature-detail,
  #inschrijven {
    padding: 60px 15px 90px 15px;
  }
}
@media only screen and (max-width: 850px) {
  #vacature-detail .grid-2-1,
  #inschrijven .grid-2-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#vacature-detail .content-left,
#inschrijven .content-left {
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
  background-color: white;
  padding: 110px;
}
@media only screen and (max-width: 1050px) {
  #vacature-detail .content-left,
  #inschrijven .content-left {
    padding: 40px;
  }
}
#vacature-detail .content-left p,
#inschrijven .content-left p {
  margin-bottom: 24px;
}
#vacature-detail .content-right .buttons a,
#inschrijven .content-right .buttons a {
  height: 50%;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 30px 0;
  color: white;
  margin-bottom: 30px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
#vacature-detail .content-right .buttons a:first-child,
#inschrijven .content-right .buttons a:first-child {
  background-color: rgba(33, 41, 92, 0.93);
}
#vacature-detail .content-right .buttons a:first-child:hover,
#inschrijven .content-right .buttons a:first-child:hover {
  background: #21295c;
}
#vacature-detail .content-right .buttons a:last-child,
#inschrijven .content-right .buttons a:last-child {
  background: rgba(237, 102, 41, 0.93);
}
#vacature-detail .content-right .buttons a:last-child:before,
#inschrijven .content-right .buttons a:last-child:before {
  position: relative;
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  content: url("../images/arrow-white.svg");
  -webkit-transition: 400ms;
  transition: 400ms;
}
#vacature-detail .content-right .buttons a:last-child:hover,
#inschrijven .content-right .buttons a:last-child:hover {
  background: #ed6629;
}
#vacature-detail .content-right .buttons a:last-child:hover:before,
#inschrijven .content-right .buttons a:last-child:hover:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#vacature-detail .content-right .info,
#inschrijven .content-right .info {
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
  background-color: white;
  padding: 40px;
  margin-bottom: 30px;
}
#vacature-detail .content-right .links,
#inschrijven .content-right .links {
  background-color: white;
  width: 100%;
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
}
#vacature-detail .content-right .links hr.divider,
#inschrijven .content-right .links hr.divider {
  border: 1px solid rgba(33, 41, 92, 0.1);
  position: absolute;
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  width: 100%;
}
#vacature-detail .content-right .links a,
#inschrijven .content-right .links a {
  padding: 30px 0;
  width: 100%;
  -webkit-transition: 400ms;
  transition: 400ms;
}
#vacature-detail .content-right .links a:hover,
#inschrijven .content-right .links a:hover {
  background-color: rgba(33, 41, 92, 0.15);
}
#vacature-detail .content-right .links .first-titel,
#inschrijven .content-right .links .first-titel {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #21295C;
}
#vacature-detail .content-right .links .second-titel,
#inschrijven .content-right .links .second-titel {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #ED6629;
}
#vacature-detail .content-right #logo-vacature img,
#inschrijven .content-right #logo-vacature img {
  padding: 60px;
  padding-top: 30px;
  padding-bottom: 0px;
}
#vacature-detail .content-right .delen,
#inschrijven .content-right .delen {
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
  background-color: white;
  padding: 40px;
  margin-top: 30px;
  width: 100%;
  /* container */
}
#vacature-detail .content-right .delen #share,
#inschrijven .content-right .delen #share {
  width: 100%;
  margin: 15px 0 0 0;
}
#vacature-detail .content-right .delen,
#inschrijven .content-right .delen {
  /* buttons */
}
#vacature-detail .content-right .delen #share a,
#inschrijven .content-right .delen #share a {
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  opacity: 0.75;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  text-align: center;
}
#vacature-detail .content-right .delen #share a:hover,
#inschrijven .content-right .delen #share a:hover {
  opacity: 1;
}
#vacature-detail .content-right .delen,
#inschrijven .content-right .delen {
  /* icons */
}
#vacature-detail .content-right .delen #share i,
#inschrijven .content-right .delen #share i {
  position: relative;
}
#vacature-detail .content-right .delen,
#inschrijven .content-right .delen {
  /* colors */
}
#vacature-detail .content-right .delen .facebook,
#inschrijven .content-right .delen .facebook {
  background: #3b5998;
}
#vacature-detail .content-right .delen .twitter,
#inschrijven .content-right .delen .twitter {
  background: #55acee;
}
#vacature-detail .content-right .delen .googleplus,
#inschrijven .content-right .delen .googleplus {
  background: #dd4b39;
}
#vacature-detail .content-right .delen .linkedin,
#inschrijven .content-right .delen .linkedin {
  background: #0077b5;
}
#vacature-detail .content-right .delen .whatsapp,
#inschrijven .content-right .delen .whatsapp {
  background: #45c055;
}
#vacature-detail .content-right .delen .mail,
#inschrijven .content-right .delen .mail {
  background: #21295C;
}
#vacature-detail h1,
#inschrijven h1 {
  font-weight: 600;
  font-size: 28px;
  line-height: 37px;
  text-transform: uppercase;
  color: #000000;
}
#vacature-detail p,
#inschrijven p {
  font-size: 16px;
  line-height: 20px;
}
#vacature-detail h2,
#inschrijven h2 {
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 25px;
  text-transform: uppercase;
  color: #000000;
}

#content-vervolg-main {
  padding: 90px 0 145px 0;
  background: url(../images/personeelswerving-export.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#content-vervolg-main ul,
#content-vervolg-main ol {
  margin-left: 18px;
}
#content-vervolg-main ul {
  list-style: disc;
}
@media only screen and (max-width: 1300px) {
  #content-vervolg-main {
    padding: 90px 30px;
  }
}
@media only screen and (max-width: 600px) {
  #content-vervolg-main {
    padding: 60px 15px 90px 15px;
  }
}
#content-vervolg-main .team {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 500px) {
  #content-vervolg-main .team {
    width: 100%;
  }
}
#content-vervolg-main .team .bottom a,
#content-vervolg-main .team .bottom i {
  color: #21295C;
  -webkit-transition: 400ms;
  transition: 400ms;
}
#content-vervolg-main .team .bottom a:hover,
#content-vervolg-main .team .bottom i:hover {
  color: #ED6629;
}
#content-vervolg-main .team:first-child {
  margin-right: 10px;
}
#content-vervolg-main .team:last-child {
  margin-left: 10px;
}
#content-vervolg-main .teamfotos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 50px;
}
@media only screen and (max-width: 500px) {
  #content-vervolg-main .teamfotos {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#content-vervolg-main .teamfotos img {
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
  width: 57%;
  max-width: 140px;
}
#content-vervolg-main .content-left {
  position: relative;
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
  background-color: white;
  padding: 110px;
}
@media only screen and (max-width: 1050px) {
  #content-vervolg-main .content-left {
    padding: 40px;
  }
}
@media only screen and (max-width: 1050px) {
  #content-vervolg-main .content-left.logo {
    padding: 40px 110px 40px 40px;
  }
}
@media only screen and (max-width: 767px) {
  #content-vervolg-main .content-left.logo {
    padding: 20px 110px 20px 20px;
  }
}
@media only screen and (max-width: 500px) {
  #content-vervolg-main .content-left.logo {
    padding: 20px 85px 20px 20px;
  }
}
@media only screen and (max-width: 1050px) {
  #content-vervolg-main .content-left.logo .landenoverzicht {
    width: calc(100% + 70px);
  }
}
@media only screen and (max-width: 767px) {
  #content-vervolg-main .content-left.logo .landenoverzicht {
    width: calc(100% + 90px);
  }
}
@media only screen and (max-width: 500px) {
  #content-vervolg-main .content-left.logo .landenoverzicht {
    width: calc(100% + 65px);
  }
}
#content-vervolg-main .content-left h2, #content-vervolg-main .content-left h3, #content-vervolg-main .content-left h4, #content-vervolg-main .content-left h5 {
  font-size: 20px;
  font-weight: 600;
}
#content-vervolg-main .content-left .subtitel {
  margin-top: 0.25rem;
  font-size: 1.15rem;
  font-weight: 500;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #content-vervolg-main .content-left .subtitel {
    font-size: 1rem;
  }
}
#content-vervolg-main .content-left a {
  color: #ED6629;
}
#content-vervolg-main .content-left a[title=btn] {
  color: #fff;
}
#content-vervolg-main .content-left a[data-fancybox=form].btn.clean {
  margin-top: 1.5rem;
}
#content-vervolg-main .content-left #afbeelding-logo {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0 !important;
}
@media only screen and (max-width: 1050px) {
  #content-vervolg-main .content-left #afbeelding-logo {
    top: 10px;
    right: 10px;
  }
}
#content-vervolg-main .content-left #afbeelding-logo img {
  max-width: 75px;
}
@media only screen and (max-width: 500px) {
  #content-vervolg-main .content-left #afbeelding-logo img {
    max-width: 65px;
  }
}
#content-vervolg-main .iframe-wrap {
  padding: 0px !important;
}
#content-vervolg-main .iframe-wrap iframe {
  width: 100%;
  height: 100%;
}
#content-vervolg-main .gegevens-wrap {
  padding: 55px;
  line-height: 1.5;
}
#content-vervolg-main .gegevens-wrap .grid {
  margin-top: 30px;
}
#content-vervolg-main .gegevens-wrap .grid a {
  background: #21295C;
  color: white;
  border-radius: 15px;
  padding: 8px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #21295C;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
#content-vervolg-main .gegevens-wrap .grid a i {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
#content-vervolg-main .gegevens-wrap .grid a:hover {
  background: none;
  color: #21295C;
}
#content-vervolg-main .gegevens-wrap .grid a:hover i {
  color: #21295C;
}
#content-vervolg-main .gegevens-wrap .streep {
  height: 2px;
  background-color: #ED6629;
  margin-left: -55px;
  margin-right: -55px;
  margin-bottom: 20px;
}
#content-vervolg-main .content-right #afbeeldingen-zijkant {
  height: 100%;
}
#content-vervolg-main .content-right #afbeeldingen-zijkant .afbeelding-zijkant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#content-vervolg-main .content-right #afbeeldingen-zijkant .afbeelding-zijkant img {
  max-height: 315px;
  width: auto;
}
#content-vervolg-main h1 {
  font-weight: 600;
  font-size: 28px;
  line-height: 37px;
  text-transform: uppercase;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  #content-vervolg-main h1 {
    font-size: 22px;
    line-height: 28px;
  }
}
#content-vervolg-main p {
  font-size: 16px;
  line-height: 20px;
}
#content-vervolg-main h2 {
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 25px;
  text-transform: uppercase;
  color: #000000;
}
#content-vervolg-main .form-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1100px) {
  #content-vervolg-main .form-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 800px) {
  #content-vervolg-main .form-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  #content-vervolg-main .form-grid select {
    width: 100%;
  }
}
#content-vervolg-main select {
  max-width: 200px;
  width: 100%;
  font-size: 12px;
}
#content-vervolg-main #netwerk-zoeken {
  background: #f2f2f2;
  padding: 15px;
}
#content-vervolg-main .zoekprofiel {
  position: relative;
  padding: calc(15px * 2);
  background: #f2f2f2;
  border: 1px solid rgb(216.5, 216.5, 216.5);
  margin-bottom: calc(15px * 2);
}
@media only screen and (max-width: 700px) {
  #content-vervolg-main .zoekprofiel .grid-1-2 div:nth-child(odd) {
    font-weight: bold;
  }
}
#content-vervolg-main .zoekprofiel h2 {
  font-size: 20px;
}
#content-vervolg-main .zoekprofiel .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 800px) {
  #content-vervolg-main input.ml-small, #content-vervolg-main span.ml-small {
    margin-left: 0 !important;
  }
  #content-vervolg-main span {
    width: 25%;
    display: inline-block;
  }
  #content-vervolg-main select {
    max-width: initial;
    width: 70%;
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 700px) {
  #content-vervolg-main select {
    margin-left: 0;
  }
}

#results {
  position: relative;
  padding-bottom: 20px;
}
#results:before {
  position: absolute;
  bottom: 0;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  content: "\f8cd";
  font-family: "Font Awesome 5 Pro";
  font-size: 30px;
  margin-left: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: MoveUpDown 1s linear infinite;
          animation: MoveUpDown 1s linear infinite;
}
#results:after {
  content: "Scroll door voor meer resultaten";
  padding-left: 35px;
  bottom: 10px;
  position: absolute;
}
#results .end-record-info {
  position: absolute;
  background: white;
  width: 100%;
  display: block;
  height: 60px;
  bottom: -10px;
  z-index: 2;
  padding-top: 15px;
  font-style: italic;
}

.profielwaardes {
  background: white;
}
.profielwaardes .grid-2-profiel {
  border-bottom: 1px solid #f2f2f2;
  padding: 15px calc(15px * 2);
}
@media only screen and (max-width: 700px) {
  .profielwaardes .grid-2-profiel {
    padding: 15px;
    row-gap: 0px;
  }
}
.profielwaardes .grid-2-profiel div:first-of-type {
  font-weight: bold;
}

#breadcrumbs {
  position: absolute;
  z-index: 2;
  height: 40px;
  width: 100%;
}
#breadcrumbs .sectie-inner ul {
  list-style: none;
  height: 40px;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
}
#breadcrumbs .sectie-inner ul .finalItem {
  color: white;
  background-color: #21295C;
}
#breadcrumbs .sectie-inner ul .finalItemA {
  color: white;
  background-color: #21295C;
  padding: 10px 20px 10px 44px;
  height: 40px;
  position: relative;
  float: left;
  width: 100%;
}
#breadcrumbs .sectie-inner ul li {
  float: left;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: 400ms;
  transition: 400ms;
}
#breadcrumbs .sectie-inner ul li:nth-last-child(2) a:after {
  display: none;
}
#breadcrumbs .sectie-inner ul li:last-child {
  background-color: #21295C;
}
#breadcrumbs .sectie-inner ul li:hover {
  background-color: #21295C;
}
#breadcrumbs .sectie-inner ul li:hover a {
  color: white;
}
#breadcrumbs .sectie-inner ul li:hover a:before {
  border-left: 20px solid #21295C;
}
#breadcrumbs .sectie-inner ul li a {
  color: #ED6629;
  padding: 10px 20px 10px 30px;
  position: relative;
  height: 40px;
  float: left;
  width: 100%;
  -webkit-transition: 400ms;
  transition: 400ms;
}
@media only screen and (max-width: 700px) {
  #breadcrumbs .sectie-inner ul li a {
    font-size: 12px;
  }
}
#breadcrumbs .sectie-inner ul li a:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid white;
  position: absolute;
  right: -20px;
  top: 0px;
  z-index: 2;
  -webkit-transition: 400ms;
  transition: 400ms;
}
#breadcrumbs .sectie-inner ul li a:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  content: "\f054";
  position: absolute;
  right: -4px;
  color: #c4c4c4;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 10px;
  z-index: 3;
  font-family: "Font Awesome 5 Pro";
}

.klantgegevens {
  margin-top: 60px;
}

#aantal-resultaten {
  min-height: 80px;
}

.landenoverzicht {
  position: relative;
  margin: 1rem 0 1.5rem 0;
  padding: 35px 20px;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 0.75rem;
}
@media only screen and (max-width: 500px) {
  .landenoverzicht {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .landenoverzicht a {
    width: 100% !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* MEGAMENU LIST */
.line-left {
  width: 1px;
  position: absolute;
  left: 0;
  top: -1px;
  display: block;
  height: calc(100% + 1px);
  background-color: #404040;
}
@media only screen and (max-width: 1050px) {
  .line-left {
    display: none;
  }
}

.megamenu-lists {
  width: 1300px;
  max-width: 100%;
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .megamenu-lists {
    width: 100%;
  }
}
@media only screen and (max-width: 1050px) {
  .megamenu-lists {
    margin: 15px 0;
  }
}

.menu-icon {
  height: auto;
  width: auto;
  max-height: 75px;
}
@media only screen and (max-width: 1050px) {
  .menu-icon {
    display: none;
  }
}

/* The list */
.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
@media only screen and (max-width: 1050px) {
  .megamenu-list {
    margin: 0 0 0;
  }
}
.megamenu-list:last-child {
  margin: 0;
  border: none;
}
.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}
.navigation-landscape .megamenu-list:last-child {
  border: none;
}
.megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: black;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .megamenu-list > li > a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1050px) {
  .megamenu-list > li > a {
    color: white;
    background-color: unset;
    padding: 12px 20px 12px 30px;
    font-size: 14px;
  }
}
.megamenu-list > li > a:hover, .megamenu-list > li > a.active {
  color: white;
  background-color: #21295C;
}
@media only screen and (max-width: 1050px) {
  .megamenu-list > li > a:hover, .megamenu-list > li > a.active {
    background-color: unset;
  }
}
.megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #ffffff;
}
.megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}
.navigation-landscape .list-col-3 {
  width: 33%;
}
.navigation-landscape .list-col-4 {
  width: 25%;
}
.navigation-landscape .list-col-4.icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* MEGAMENU EXTENSION */
.megamenu-panel {
  width: 100vw;
  padding: 15px;
  left: 0;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: #21295C;
  border-top: solid 1px #f0f0f0;
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1050px) {
  .megamenu-panel {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0 !important;
  }
}
.megamenu-panel .line-left {
  width: 1px;
  position: absolute;
  left: 79px;
  top: 0;
  display: block;
  height: 100%;
  background-color: #404040;
}
@media only screen and (max-width: 1050px) {
  .megamenu-panel .line-left {
    display: none;
  }
}
.megamenu-panel .sectie-inner:after {
  content: "";
  width: 1px;
  position: absolute;
  right: 0;
  top: -15px;
  display: block;
  height: calc(100% + 30px);
  background-color: #404040;
}
@media only screen and (max-width: 1050px) {
  .megamenu-panel .sectie-inner:after {
    display: none;
  }
}
.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.megamenu-panel [class*=container] {
  width: 100%;
}
.megamenu-panel [class*=container] [class*=col-] {
  padding: 0;
}
.megamenu-panel:before {
  width: 100%;
  position: absolute;
  right: calc(-100% - 1px);
  top: -1px;
  content: "";
  display: block;
  height: calc(100% + 1px);
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1050px) {
  .megamenu-panel:before {
    display: none;
  }
}
.megamenu-panel:after {
  width: 100%;
  position: absolute;
  left: -100%;
  top: -1px;
  content: "";
  display: block;
  height: calc(100% + 1px);
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1050px) {
  .megamenu-panel:after {
    display: none;
  }
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.box {
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #21295C;
  -webkit-transition: 1s;
  transition: 1s;
}
@media only screen and (max-width: 1050px) {
  .box {
    display: none;
  }
}
.box:after {
  content: "";
  position: absolute;
  right: 0;
  background: #404040;
  top: 0;
  width: 1px;
  height: 0px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.box:has(.burger--close) {
  background: white;
}

.burger {
  cursor: pointer;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: white;
}
.burger .sub {
  color: black;
  text-transform: uppercase;
  margin-top: 2px;
  font-size: 11px;
}
.burger__patty {
  width: 28px;
  height: 3px;
  margin: 0 0 6px 0;
  background: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.burger__patty:nth-child(1) {
  width: 28px;
}
.burger__patty:nth-child(2) {
  width: 28px;
}
.burger__patty:nth-child(3) {
  width: 28px;
}
.burger__patty:last-child {
  margin-bottom: 0;
}
.burger__patty .menu-tekst {
  opacity: 1;
}
.burger--close {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.burger--close .burger__patty {
  background: #ED6629;
}
.burger--close .burger__patty:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(8px, 7px);
          transform: rotate(45deg) translate(8px, 7px);
  width: 28px;
}
.burger--close .burger__patty:nth-child(2) {
  opacity: 0;
  width: 28px;
}
.burger--close .burger__patty:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -4px);
          transform: rotate(-45deg) translate(5px, -4px);
  width: 28px;
}
.burger--close .menu-tekst {
  opacity: 0;
}

.menu {
  position: fixed;
  top: 0;
  width: 100%;
  visibility: hidden;
  z-index: 9999;
}
.menu--active {
  visibility: visible;
}
.menu .info {
  margin-top: calc(15px * 2 * 2);
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: white !important;
}
.menu__brand, .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  width: 50%;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
}
@media only screen and (max-width: 700px) {
  .menu__brand .logoOverlay, .menu__list .logoOverlay {
    max-width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  .menu__brand {
    width: 100%;
    height: 25vh;
  }
}
@media only screen and (max-width: 600px) {
  .menu__list {
    width: 100%;
    height: 75vh;
  }
}
.menu__list {
  margin: 0;
  padding: 0;
  background: white;
  list-style-type: none;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: 1s;
  transition: 1s;
}
.menu__list ul {
  list-style: none;
}
.menu__list--active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
.menu__brand {
  background: rgb(26.4, 32.8, 73.6);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.menu__brand--active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
.menu__item {
  -webkit-transition: 1s;
  transition: 1s;
}
.menu__item ul {
  list-style: none;
  margin-left: calc(15px * 2);
}
.menu__item ul li a {
  position: relative;
  color: white;
  text-decoration: none;
  font-size: 18px;
}
.menu__item ul li a:before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: -20px;
  width: 5px;
  background-color: white;
  height: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu__item ul li a:hover:before {
  left: -15px;
  width: 15px;
}
.menu__link {
  display: inline-block;
  position: relative;
  font-size: 20px;
  padding: 5px 0;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  color: rgb(26.4, 32.8, 73.6) !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 700px) {
  .menu__link {
    font-size: 14px;
  }
}
.menu__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 8px;
  width: 0px;
  height: 2px;
  border-top: 2px solid rgb(26.4, 32.8, 73.6);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu__link:hover:before {
  left: 30px;
  width: 60px;
}

#blogOverzicht {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 700px) {
  #blogOverzicht {
    margin-bottom: calc(calc(15px * 2) * 2);
  }
}
#blogOverzicht.home {
  margin-bottom: 120px;
}
#blogOverzicht.home h2 {
  text-transform: uppercase;
}
#blogOverzicht article {
  height: 100%;
  width: 100%;
}
#blogOverzicht .blog-item {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#blogOverzicht .blog-item .blog-item__img-wrapper {
  aspect-ratio: 4/3;
  width: 100%;
}
#blogOverzicht .blog-item .blog-item__img-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#blogOverzicht .blog-item .blog-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
  padding: 30px;
}
#blogOverzicht .blog-item .blog-item__bottom span.date {
  display: block;
  font-weight: 600;
}
#blogOverzicht .blog-item .blog-item__bottom h3 {
  color: #21295C;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #21295C;
  margin-bottom: 16px;
}
#blogOverzicht .blog-item .blog-item__bottom p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#blogOverzicht .blog-item .blog-item__bottom .btn-container {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#teamOverzicht {
  margin-top: 60px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 700px) {
  #teamOverzicht {
    margin-bottom: calc(calc(15px * 2) * 2);
  }
}
#teamOverzicht.home {
  margin-bottom: 90px;
}
#teamOverzicht.home h2 {
  text-transform: uppercase;
}
#teamOverzicht article {
  height: 100%;
  width: 100%;
}
#teamOverzicht .blog-item {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#teamOverzicht .blog-item .blog-item__img-wrapper {
  aspect-ratio: 3/4;
  width: 100%;
}
#teamOverzicht .blog-item .blog-item__img-wrapper img {
  height: 100%;
  width: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
#teamOverzicht .blog-item .blog-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
  padding: 30px;
}
@media only screen and (max-width: 700px) {
  #teamOverzicht .blog-item .blog-item__bottom {
    padding: 15px;
  }
}
#teamOverzicht .blog-item .blog-item__bottom span.date {
  display: block;
  font-weight: 600;
}
#teamOverzicht .blog-item .blog-item__bottom h3 {
  color: #21295C;
}
#teamOverzicht .blog-item .blog-item__bottom p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#teamOverzicht .blog-item .blog-item__bottom .btn-container {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #21295C;
}

::-webkit-scrollbar-track {
  background: #f5f6fa;
  border: 0;
}

body {
  scrollbar-face-color: #21295C;
  scrollbar-track-color: #f5f6fa;
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #21295C;
}

::selection {
  color: #fff;
  background: #21295C;
}

.contact-form-team .medewerker-info {
  max-width: 790px;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .contact-form-team .medewerker-info {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    gap: 20px;
    max-width: auto;
  }
}
@media only screen and (max-width: 700px) {
  .contact-form-team .medewerker-form {
    min-width: auto !important;
    width: 100%;
  }
}

* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #303030;
  background-color: #FFF;
  width: 100%;
  height: 100%;
}

header, main, footer {
  float: left;
  width: 100%;
}

@media only screen and (max-width: 800px) {
  footer {
    padding-bottom: 62px;
  }
}

section {
  width: 100%;
  float: left;
  padding: 0px 30px;
  position: relative;
}
@media only screen and (max-width: 700px) {
  section {
    padding: 0 15px;
  }
}
section#mainmenu-main {
  background: #21295C;
}
section#galerij-main {
  padding-bottom: calc(calc(15px * 2) * 2);
}

.sectie-inner {
  max-width: 1300px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.picture-container {
  position: relative;
  height: 100%;
}
.picture-container picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.picture-container picture img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

#afbeeldingen-zijkant {
  width: 100%;
  float: left;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(15px * 2);
}
#afbeeldingen-zijkant figcaption {
  text-align: center;
  margin: 10px 10px 10px 0;
  font-size: 15px;
}

#afbeelding-logo {
  padding: 110px 0 0 0;
}
@media only screen and (max-width: 700px) {
  #afbeelding-logo {
    padding: 30px 0 0 0;
  }
}
#afbeelding-logo img {
  max-width: 325px;
}

#afbeeldingen-galerij {
  width: 100%;
  float: left;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr calc(15px * 2) 1fr calc(15px * 2) 1fr calc(15px * 2) 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(15px * 2);
}

#parallax {
  padding-left: 0px;
  padding-right: 0px;
}
#parallax .parallax-container {
  width: 100%;
  height: 50vh;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
@media screen and (max-width: 700px) {
  #parallax .parallax-container {
    height: 30vh;
  }
}
#parallax .parallax-container .img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: none;
}

#socialmedia {
  float: right;
  margin-top: 20px;
}
#socialmedia .fab, #socialmedia .fas {
  font-size: 20px;
  line-height: 100%;
  color: #000;
  float: right;
  margin-left: 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#socialmedia .fab:hover, #socialmedia .fas:hover {
  color: #000;
}

ul.documenten {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
ul.documenten > li {
  list-style: none;
  width: auto;
  font-weight: normal;
  border-bottom: 1px #000 solid 1px;
}
ul.documenten > li > a {
  color: #000;
  padding: 9px 0px 9px 15px;
  text-decoration: none;
  display: block;
  background-color: #21295C;
  border-bottom: 1px solid #fff;
}
ul.documenten > li > a:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  content: "\f1c1";
  font-family: "Font Awesome 5 Pro";
  padding-right: 15px;
  float: left;
}
ul.documenten > li > a:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  content: "\f101";
  float: right;
  padding-right: 15px;
  font-family: "Font Awesome 5 Pro";
}
ul.documenten > li > a:hover {
  color: #000;
  background-color: #ED6629;
}

#mobile-cta {
  display: none;
}
@media only screen and (max-width: 800px) {
  #mobile-cta {
    position: fixed;
    display: block;
    background: #21295C;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid white;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.21);
            box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.21);
    z-index: 3;
  }
  #mobile-cta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    list-style: none;
  }
  #mobile-cta ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-right: 1px solid white;
    text-align: center;
  }
  #mobile-cta ul li:last-child {
    border-right: 0px;
  }
  #mobile-cta ul li a {
    padding: 15px calc(15px * 2);
    font-size: 25px;
    color: white;
    display: block;
  }
}

p.error {
  color: red;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../slick/fonts/slick.eot");
  src: url("../slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../slick/fonts/slick.woff") format("woff"), url("../slick/fonts/slick.ttf") format("truetype"), url("../slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}