@charset "UTF-8";
/**
 * Variable file
 * place global variables here:
 */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap");
/**
 * Mixin file 
 * All our custom mixins
 *
 * @package buro been
 */
/* Boxsizing shortcut: */
/* Transform shortcuts */
/* Styling placeholders: */
/* Retina images: */
/* "Hard" gradients: */
/* REM font sizes: */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin and padding */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
main section {
  padding: 90px 0px;
}
main section.section {
  padding: 0px;
}
main section section {
  margin: 0 -100%;
  margin: 0 calc(50% - 50vw);
}

.container {
  position: relative;
  width: 100%;
  padding: 0 4%;
}
.container .inner-wrapper {
  max-width: 1110px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.content-wrapper {
  display: flex;
  flex-direction: row;
}
.content-wrapper .column {
  flex: 0 1 50%;
}
.content-wrapper .column:first-child {
  padding-right: 60px;
}
.content-wrapper .column:nth-child(2) {
  padding-left: 60px;
}

@media only screen and (max-width: 768px) {
  .content-wrapper {
    flex-direction: column;
  }
  .content-wrapper .column {
    flex: 0 0 100%;
  }
  .content-wrapper .column:first-child {
    padding-right: 0px;
  }
  .content-wrapper .column:nth-child(2) {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 600px) {
  main section {
    padding: 30px 0px;
  }
}
* {
  font-family: "Barlow", sans-serif;
}

.mobile-nav {
  display: none;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Barlow", sans-serif;
  overflow-x: hidden;
  color: #000000;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}
body #main-wrapper main {
  padding: 90px 0;
}
body #main-wrapper main ul {
  margin: 0 0 30px 20px;
  padding: 0;
}
body.noscroll {
  overflow: hidden;
  position: fixed;
}
body p, body li {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
}
body p {
  margin-bottom: 30px;
}
body p.has-large-font-size {
  font-size: 26px !important;
  line-height: 40px;
  color: #23496D;
}
body a, body button {
  transition: all ease-in-out 0.3s;
  background-size: auto 20px;
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
}
body a.btn, body button.btn {
  background-color: #3F7088;
  color: #fff;
  padding: 14px 60px 15px 30px;
  text-decoration: none;
  width: auto;
  display: inline-block;
  font-size: 16px;
  background-image: url(../images/arrow-btn.svg);
  background-size: auto 15px;
}
body a.btn:hover, body button.btn:hover {
  background-color: #98C500;
  background-position: right 20px top 50%;
}
body a.link, body button.link {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  text-decoration: none;
  font-size: 28px;
  line-height: 32px;
  color: #3F7088;
  font-weight: 500;
  padding: 20px 50px 20px 0px;
  background-position: right 20px top 55%;
  background-image: url(../images/arrow-link.svg);
}
body a.link:hover, body button.link:hover {
  color: #23496D;
  background-position: right 10px top 55%;
  background-image: url(../images/arrow-link-hover.svg);
}
body a.link.alt, body button.link.alt {
  padding: 10px 60px 10px 10px;
  background-color: #fff;
  display: inline-block;
  font-size: 16px;
  font-family: barlow;
  margin-top: 30px;
}
body a.link.alt:hover, body button.link.alt:hover {
  background-color: #98C500;
  color: #fff;
  background-position: right 15px top 55%;
  background-image: url(../images/arrow-link-white.svg);
}

html.open-menu, body.open-menu {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #98C500;
  line-height: 1;
}

h1 {
  font-size: 86px;
  font-size: 5.375rem;
  font-weight: 400;
  margin-bottom: 60px;
}

h2 {
  font-size: 55px;
  font-size: 3.4375rem;
  margin-bottom: 30px;
  font-weight: 500;
}

h3, h4, h5, h6 {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 30px;
  color: #3F7088;
}

strong {
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
}

figcaption,
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
  display: none;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  position: relative;
  transition: 0.3s;
  text-decoration: none;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000000;
  border: 0px solid #000000;
  border-radius: 0px;
  padding: 12px 36px;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea {
  position: relative;
  transition: 0.3s;
  text-decoration: none;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 0px;
  padding: 12px 36px !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.gform_wrapper textarea:focus {
  outline: 0;
}

@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  h3 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .single-vacatures main .section .container .inner-wrapper h2.block-title {
    margin-top: 60px;
  }
}

header {
  height: 140px;
  background-image: url(../images/header_line.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  margin-bottom: -140px;
  z-index: 99;
}
header .container .inner-wrapper {
  flex-direction: column;
  position: relative;
}
header .container .inner-wrapper .logo {
  position: absolute;
  left: -180px;
  top: 0;
  z-index: 2;
}
header .container .inner-wrapper .logo span {
  display: flex;
  height: 180px;
  width: 500px;
  background-image: url(../images/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
header .container .inner-wrapper .header-content {
  padding-right: 15px;
  background-color: #fff;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
header .container .inner-wrapper .header-content:after {
  content: "";
  position: absolute;
  background-color: #fff;
  right: -200%;
  width: 200%;
  top: 0;
  bottom: 0;
}
header .container .inner-wrapper .header-top {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  height: 30px;
  margin-left: auto;
}
header .container .inner-wrapper .header-top .top-nav {
  padding: 0px;
  margin: 0px;
  background-color: #CEDBE1;
  display: inline-block;
  float: left;
  padding: 0 15px;
}
header .container .inner-wrapper .header-top .top-nav li {
  float: left;
  position: relative;
}
header .container .inner-wrapper .header-top .top-nav li:after {
  content: "•";
  padding-top: 5px;
  color: #3F7088;
  position: relative;
  display: inline-block;
}
header .container .inner-wrapper .header-top .top-nav li:last-child:after {
  display: none;
}
header .container .inner-wrapper .header-top .top-nav li a {
  color: #3F7088;
  font-size: 13px;
  padding: 10px 10px;
  text-decoration: none;
  float: left;
}
header .container .inner-wrapper .header-top .top-nav li a:hover {
  color: #98C500;
}
header .container .inner-wrapper .header-top .lang-select {
  display: inline-block;
  margin-left: 15px;
  font-size: 11px;
}
header .container .inner-wrapper .header-top .lang-select .wpml-ls-legacy-list-horizontal,
header .container .inner-wrapper .header-top .lang-select .wpml-ls-legacy-dropdown {
  padding: 0px;
  width: auto;
}
header .container .inner-wrapper .header-top .lang-select .wpml-ls-legacy-list-horizontal ul li,
header .container .inner-wrapper .header-top .lang-select .wpml-ls-legacy-dropdown ul li {
  border-right: solid 1px #3F7088;
  padding: 0 10px 5px;
}
header .container .inner-wrapper .header-top .lang-select .wpml-ls-legacy-list-horizontal ul li a,
header .container .inner-wrapper .header-top .lang-select .wpml-ls-legacy-dropdown ul li a {
  border: none;
  padding: 0px;
  font-size: 12px;
  color: #3F7088;
}
header .container .inner-wrapper .header-top .lang-select .wpml-ls-legacy-list-horizontal ul li a:hover,
header .container .inner-wrapper .header-top .lang-select .wpml-ls-legacy-dropdown ul li a:hover {
  color: #98C500;
}
header .container .inner-wrapper .header-top .lang-select .wpml-ls-legacy-list-horizontal ul li a:after,
header .container .inner-wrapper .header-top .lang-select .wpml-ls-legacy-dropdown ul li a:after {
  display: none;
}
header .container .inner-wrapper .header-top .lang-select .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a,
header .container .inner-wrapper .header-top .lang-select .wpml-ls-legacy-dropdown ul li.wpml-ls-current-language a {
  color: #98C500;
  font-weight: 600;
}
header .container .inner-wrapper .header-top .lang-select .wpml-ls-legacy-list-horizontal ul li:last-child,
header .container .inner-wrapper .header-top .lang-select .wpml-ls-legacy-dropdown ul li:last-child {
  padding-right: 0px;
  border-right: none;
}
header .container .inner-wrapper .header-bottom {
  flex: 0 0 100%;
  height: 70px;
  padding: 15px 0 25px 15px;
  display: flex;
  margin-left: auto;
  align-items: center;
}
header .container .inner-wrapper .header-bottom .main-nav {
  padding: 0px;
  margin: 0px;
  float: right;
  list-style-type: none;
}
header .container .inner-wrapper .header-bottom .main-nav li {
  float: left;
}
header .container .inner-wrapper .header-bottom .main-nav li a {
  padding: 0 15px;
  font-size: 16px;
  display: flex;
  color: #3F7088;
  text-decoration: none;
  float: left;
}
header .container .inner-wrapper .header-bottom .main-nav li a:hover {
  color: #98C500;
}
header .container .inner-wrapper .header-bottom .main-nav li.current-menu-item a, header .container .inner-wrapper .header-bottom .main-nav li.current_page_item a {
  color: #98C500;
}
header .container .inner-wrapper .header-bottom .icons {
  margin: 7px 0 0 20px;
  padding: 0;
}
header .container .inner-wrapper .header-bottom .icons li {
  margin-left: 10px;
  float: left;
}
header .container .inner-wrapper .header-bottom .icons li span {
  transition: all ease-in-out 0.3s;
  display: inline-block;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
header .container .inner-wrapper .header-bottom .icons li.phone span {
  background-image: url(../images/phone.svg);
}
header .container .inner-wrapper .header-bottom .icons li.phone:hover span {
  background-image: url(../images/phone-hover.svg);
}
header .container .inner-wrapper .header-bottom .icons li.linkedin span {
  background-image: url(../images/linkedin.svg);
}
header .container .inner-wrapper .header-bottom .icons li.linkedin:hover span {
  background-image: url(../images/linkedin-hover.svg);
}
header .container .inner-wrapper .header-bottom .icons li.mobile {
  display: none;
}
header .container .inner-wrapper .header-bottom .icons li.mobile span {
  background-image: url(../images/hamburger.svg);
}
header .container .inner-wrapper .header-bottom .icons li.mobile.active span {
  background-image: url(../images/close.svg);
}

@media only screen and (max-width: 930px) {
  header {
    background-image: none;
    background-color: #fff;
    height: auto;
    margin-bottom: 0px;
  }
  header .logo {
    left: -100px;
    position: absolute;
  }
  header .container .inner-wrapper .header-content {
    background-color: transparent;
    display: flex;
    flex-direction: row;
  }
  header .container .inner-wrapper .header-content:after {
    display: none;
  }
  header .container .inner-wrapper .header-content .header-top {
    flex: auto;
    display: block;
    padding: 20px 0;
    height: auto;
  }
  header .container .inner-wrapper .header-content .header-top .top-nav {
    display: none;
  }
  header .container .inner-wrapper .header-content .header-top .lang-select {
    display: block;
  }
  header .container .inner-wrapper .header-content .header-bottom {
    flex: auto;
    display: block;
    height: auto;
    padding: 20px 0;
  }
  header .container .inner-wrapper .header-content .header-bottom .main-nav {
    display: none;
  }
  header .container .inner-wrapper .header-content .header-bottom .icons li {
    margin-left: 20px;
  }
  header .container .inner-wrapper .header-content .header-bottom .icons li.linkedin {
    display: none;
  }
  header .container .inner-wrapper .header-content .header-bottom .icons li.mobile {
    display: block;
  }
}
@media only screen and (max-width: 600px) and (max-width: 600px) {
  header .container .inner-wrapper .logo span {
    width: 380px;
  }
}
.hero-banner {
  position: relative;
  padding: 200px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  /*min-height: 700px;*/
  height: 725px;
}
.hero-banner:after {
  content: "";
  display: flex;
  background-image: url(../images/banner_overlay.svg);
  background-position: center bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: -2px;
  right: 0;
  z-index: 1;
}
.hero-banner:before {
  content: "";
  position: absolute;
  background-color: #3F7088;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0.6;
  top: 0;
}
.hero-banner .down {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-image: url(../images/arrow-down.svg);
  background-size: 50% auto;
  background-position: center;
  background-color: #98C500;
  background-repeat: no-repeat;
  bottom: 0;
  z-index: 9;
  left: calc(50% - 15px);
}
.hero-banner .container .inner-wrapper {
  flex-direction: row;
}
.hero-banner .container .inner-wrapper .column {
  flex: 0 1 50%;
  z-index: 3;
}
.hero-banner .container .inner-wrapper .column .title {
  padding-right: 100px;
}
.hero-banner .container .inner-wrapper .column .title .header-subtitle {
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
}
.hero-banner .container .inner-wrapper .column .title h1 {
  color: #fff;
}
.hero-banner .container .inner-wrapper .column .text {
  padding: 100px 100px 0 100px;
}
.hero-banner .container .inner-wrapper .column .text p {
  color: #fff;
  font-size: 20px;
  line-height: 35px;
}
.hero-banner.vacatures .down {
  display: none;
}
.hero-banner.vacatures .container .inner-wrapper:last-child {
  margin-bottom: -100px;
}
.hero-banner.vacatures .container .inner-wrapper .column {
  position: relative;
}
.hero-banner.vacatures .container .inner-wrapper .column:first-child {
  padding-right: 30px;
}
.hero-banner.vacatures .container .inner-wrapper .column:last-child {
  padding-left: 30px;
}
.hero-banner.vacatures .container .inner-wrapper .column:last-child .vacature_block {
  margin-left: 30px;
}
.hero-banner.vacatures .container .inner-wrapper .column .vacature_block {
  transition: all ease-in-out 0.3s;
  background-color: #CEDBE1;
  padding: 30px;
  width: calc(100% - 30px);
  position: absolute;
  z-index: 99;
  left: 0;
}
.hero-banner.vacatures .container .inner-wrapper .column .vacature_block .title {
  position: relative;
  padding: 0px 40px 0px 0px;
}
.hero-banner.vacatures .container .inner-wrapper .column .vacature_block .title:after {
  content: "";
  transition: all ease-in-out 0.3s;
  display: inline-block;
  position: absolute;
  height: 40px;
  width: 40px;
  background-image: url(../images/arrow-link.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  right: 0;
}
.hero-banner.vacatures .container .inner-wrapper .column .vacature_block .title h3 {
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 38px;
}
.hero-banner.vacatures .container .inner-wrapper .column .vacature_block .title .counter {
  font-family: "Barlow Condensed", sans-serif;
  transition: all ease-in-out 0.3s;
  font-weight: 400;
  font-style: normal;
  color: #3F7088;
  font-size: 28px;
  line-height: 38px;
}
.hero-banner.vacatures .container .inner-wrapper .column .vacature_block .list {
  display: none;
  width: 100%;
}
.hero-banner.vacatures .container .inner-wrapper .column .vacature_block .list ul {
  margin: 15px 0px;
  padding: 0px;
  list-style-type: none;
}
.hero-banner.vacatures .container .inner-wrapper .column .vacature_block .list ul li {
  position: relative;
  margin-bottom: 15px;
}
.hero-banner.vacatures .container .inner-wrapper .column .vacature_block .list ul li:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url(../images/arrow-link-white.svg);
  background-size: auto 70%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
}
.hero-banner.vacatures .container .inner-wrapper .column .vacature_block .list ul li a {
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  font-family: "Barlow Condensed", sans-serif;
}
.hero-banner.vacatures .container .inner-wrapper .column .vacature_block .list ul li a:hover {
  color: #3F7088;
}
.hero-banner.vacatures .container .inner-wrapper .column .vacature_block:hover {
  transition: all ease-in-out 0.3s;
  background-color: #98C500;
}
.hero-banner.vacatures .container .inner-wrapper .column .vacature_block:hover .title:after {
  transition: all ease-in-out 0.3s;
  background-image: url(../images/arrow-link-white.svg);
  transform: rotate(-90deg);
}
.hero-banner.vacatures .container .inner-wrapper .column .vacature_block:hover .title h3, .hero-banner.vacatures .container .inner-wrapper .column .vacature_block:hover .title span {
  transition: all ease-in-out 0.3s;
  color: #fff;
}
.hero-banner.vacatures .container .inner-wrapper .column .vacature_block:hover .title .counter {
  transition: all ease-in-out 0.3s;
  display: none;
}
.hero-banner.vacatures .container .inner-wrapper .column .vacature_block:hover .list {
  display: inline-block;
}

@media only screen and (max-width: 1240px) {
  .hero-banner .container {
    padding: 0 4%;
  }
  .hero-banner .container .inner-wrapper .column .title {
    padding-right: 30px;
  }
  .hero-banner .container .inner-wrapper .column .text {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 860px) {
  .hero-banner {
    padding: 100px 0px;
  }
  .hero-banner .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .hero-banner .container .inner-wrapper {
    flex-direction: column;
  }
  .hero-banner .container .inner-wrapper .column {
    flex: 0 1 100%;
  }
  .hero-banner .container .inner-wrapper .column .text {
    padding: 0;
  }
  .hero-banner .container .inner-wrapper .column .title .header-subtitle {
    font-size: 30px;
    line-height: 35px;
  }
  .hero-banner .container .inner-wrapper .column .title h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .hero-banner:after {
    background-size: 100% auto;
  }
  .hero-banner .down {
    bottom: -15px;
  }
  .hero-banner.vacatures .container .inner-wrapper .column .vacature_block {
    position: relative;
    width: 100%;
  }
  .hero-banner.vacatures .container .inner-wrapper .column:first-child {
    padding: 0px;
    margin-bottom: 30px;
  }
  .hero-banner.vacatures .container .inner-wrapper .column:last-child {
    padding: 0px;
  }
  .hero-banner.vacatures .container .inner-wrapper .column:last-child .vacature_block {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .hero-banner {
    padding: 60px 0;
    min-height: auto;
  }
}
footer .top {
  position: relative;
  z-index: 1;
}
footer .top .inner-wrapper {
  flex-direction: row;
  max-width: 930px;
}
footer .top .inner-wrapper .column {
  flex: 0 1 33.3%;
}
footer .top .inner-wrapper .column h4 {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 10px;
}
footer .top .inner-wrapper .column p {
  font-size: 14px;
}
footer .top .inner-wrapper .column ul {
  margin: 0px;
  padding: 0 0 0 20px;
  list-style: disc;
}
footer .top .inner-wrapper .column ul li a {
  color: #000000;
  font-size: 14px;
}
footer .top .inner-wrapper .column ul li a:hover {
  color: #98C500;
}
footer .top .inner-wrapper .column .social {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
footer .top .inner-wrapper .column .social ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
footer .top .inner-wrapper .column .social ul li {
  margin-right: 10px;
  float: left;
}
footer .top .inner-wrapper .column .social ul li span {
  transition: all ease-in-out 0.3s;
  display: inline-block;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
footer .top .inner-wrapper .column .social ul li.phone span {
  background-image: url(../images/phone.svg);
}
footer .top .inner-wrapper .column .social ul li.phone:hover span {
  background-image: url(../images/phone-hover.svg);
}
footer .top .inner-wrapper .column .social ul li.linkedin span {
  background-image: url(../images/linkedin.svg);
}
footer .top .inner-wrapper .column .social ul li.linkedin:hover span {
  background-image: url(../images/linkedin-hover.svg);
}
footer .top .inner-wrapper .column .logos {
  margin-top: 30px;
}
footer .top .inner-wrapper .column .logos img {
  float: left;
  margin-right: 15px;
  max-height: 50px;
}
footer .bottom {
  position: relative;
  background-color: #CEDBE1;
  padding: 9% 4% 40px;
  text-align: center;
  font-size: 14px;
  background-image: url(../images/footer-bottom.svg);
  background-repeat: no-repeat;
  background-position: center top -1px;
}
footer .bottom .inner-wrapper {
  display: block;
  position: relative;
}
footer .bottom .inner-wrapper:before {
  content: "";
  background-image: url(../images/footer-illustration.svg);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  height: 350px;
  width: 700px;
  right: -500px;
  bottom: -40px;
  position: absolute;
}
footer .bottom .inner-wrapper .column {
  display: inline-block;
  min-width: 345px;
}
footer .bottom .copy {
  color: #3F7088;
  float: left;
  padding-top: 4px;
  margin-right: 2px;
}
footer .bottom .copy:after {
  content: " - ";
}
footer .bottom .menu-footer-menu-2-container {
  float: left;
}
footer .bottom ul {
  display: block;
}
footer .bottom ul li {
  float: left;
}
footer .bottom ul li a {
  color: #3F7088;
  font-weight: 500;
  position: relative;
  font-size: 14px;
}
footer .bottom ul li a:hover {
  color: #98C500;
}
footer .bottom ul li a:after {
  content: " • ";
  width: 20px;
  display: inline-block;
}
footer .bottom ul li:last-child a:after {
  display: none;
}
footer .bottom .logo {
  width: 120px;
  height: 35px;
  background-image: url(../images/logo-footer.svg);
  background-repeat: no-repeat;
  background-position: center left;
  display: inline-block;
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 1200px) {
  footer .bottom:before {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  footer .bottom {
    padding: 120px 4% 60px;
  }
}
@media only screen and (max-width: 768px) {
  footer .top .inner-wrapper {
    display: inline-block;
  }
  footer .top .inner-wrapper .column {
    flex: 0 1 50%;
    width: 50%;
    margin-bottom: 30px;
    float: left;
  }
  footer .top .inner-wrapper .column:last-child {
    width: 100%;
  }
  footer .bottom {
    z-index: 0;
    margin-top: 0px;
    padding: 120px 4% 60px;
  }
  footer .bottom:before {
    display: inline-block;
    bottom: 0px;
  }
  footer .bottom .inner-wrapper .column {
    width: 100%;
  }
  footer .bottom .inner-wrapper .column > * {
    display: flex;
    float: none;
    position: relative;
  }
  footer .bottom .inner-wrapper .column .logo {
    margin-bottom: 15px;
  }
  footer .bottom .inner-wrapper .column .copy {
    margin-bottom: 15px;
  }
  footer .bottom .inner-wrapper .column .copy:after {
    display: none;
  }
  footer .bottom .inner-wrapper .column .menu-footer-menu-2-container ul li {
    width: 100%;
    text-align: left;
  }
  footer .bottom .inner-wrapper .column .menu-footer-menu-2-container ul li a:after {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  footer .bottom {
    padding: 60px 4% 40px;
  }
}
.content-block.small .container .inner-wrapper {
  max-width: 730px;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  margin-left: 30px;
}
@media only screen and (max-width: 600px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 30px;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0px;
  }
}
/*nuutro pagina*/
body.page-id-79 #main-wrapper main, body.page-id-1421 #main-wrapper main {
  padding: 0px;
}
body.page-id-79 .hero-banner, body.page-id-1421 .hero-banner {
  min-height: 860px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  body.page-id-79 .hero-banner, body.page-id-1421 .hero-banner {
    min-height: 500px;
  }
}
body.page-id-79 .hero-banner #header-video, body.page-id-1421 .hero-banner #header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1600px) {
  body.page-id-79 .hero-banner #header-video, body.page-id-1421 .hero-banner #header-video {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 992px) {
  body.page-id-79 .hero-banner #header-video .down, body.page-id-1421 .hero-banner #header-video .down {
    bottom: 35px;
  }
}

.content-duo {
  background-color: #23496D;
}
.content-duo .block-title {
  margin-bottom: 0px;
}
.content-duo h1, .content-duo h2, .content-duo h3, .content-duo h4, .content-duo h5, .content-duo h6 {
  color: #98C500;
}
.content-duo h1 {
  color: #fff;
}
.content-duo p {
  color: #fff;
}
.content-duo .link {
  background-color: #fff;
  color: #3F7088;
  padding: 14px 60px 15px 30px;
  text-decoration: none;
  width: auto;
  display: inline-block;
  font-size: 1.125rem;
  background-image: url(../images/arrow-link-hover.svg);
  background-size: 30px 15px;
}
.content-duo .link:hover {
  color: #fff;
  background-color: #98C500;
  background-image: url(../images/arrow-link-white.svg);
}

@media only screen and (max-width: 1024px) {
  .content-duo h1 {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}
.usercase .block-title {
  color: #98C500;
}
.usercase h2 {
  color: #3F7088;
}
.usercase .btn {
  display: inline-block;
  margin-top: 30px;
}
.usercase .image-wrapper {
  position: relative;
  z-index: -1;
  margin-top: 60px;
}

.proces {
  padding: 0px;
  position: relative;
}
.proces.Lichtblauw {
  background-color: #CEDBE1;
}
.proces .text-placeholder {
  padding: 90px 0;
}
.proces .text-placeholder .subtitle {
  color: #3F7088;
  font-weight: 500;
}
.proces .text-placeholder h3 {
  border-bottom: solid 1px #96B1BE;
  padding-bottom: 30px;
}
.proces .text-placeholder a {
  text-decoration: none;
}
.proces .text-placeholder a .proces-content h4 {
  transition: all ease-in-out 0.3s;
  text-decoration: none;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 5px;
  padding-right: 60px;
  background-image: url(../images/arrow-link.svg);
  background-size: auto 20px;
  background-position: center right 10px;
  background-repeat: no-repeat;
}
.proces .text-placeholder a .proces-content p {
  color: #000;
  padding-right: 60px;
}
.proces .text-placeholder a:hover .proces-content h4 {
  transition: all ease-in-out 0.3s;
  background-position: center right 0px;
}
.proces .text-placeholder .btn {
  margin-top: 15px;
}
.proces .image-placeholder {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 768px) {
  .proces {
    display: flex;
    flex-direction: column;
  }
  .proces .image-placeholder {
    position: relative;
    height: 400px;
    width: 100%;
  }
}
.system .container {
  max-width: 1080px;
  margin: 0 auto;
}
.system .container .inner-wrapper {
  display: flex;
  padding: 100px 0;
  gap: 100px;
}

.content-news {
  padding-top: 0px;
}
.content-news .container .inner-wrapper {
  border-top: solid 1px #96B1BE;
  padding-top: 90px;
}
.content-news .content-wrapper h3 {
  margin-bottom: 0px;
  color: #98C500;
  font-weight: 500;
}
.content-news .content-wrapper h2 {
  color: #3F7088;
  font-weight: 500;
  margin-bottom: 50px;
}
.content-news .content-wrapper .social {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
}
.content-news .content-wrapper .social li {
  border-right: solid 2px #96B1BE;
  float: left;
  padding: 0 20px;
}
.content-news .content-wrapper .social li:last-child {
  border-right: none;
  padding-right: 0px;
}
.content-news .content-wrapper .social li a {
  font-size: 30px;
  line-height: 35px;
  text-decoration: none;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  color: #3F7088;
}
.content-news .content-wrapper .social li a:hover {
  color: #98C500;
}
.content-news .content-wrapper .social li.linkedin span {
  display: flex;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background-image: url(../images/linkedin.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.content-news .content-wrapper .social li.linkedin span:hover {
  background-image: url(../images/linkedin-hover.svg);
}
.content-news .content-wrapper .newsslider-wrapper {
  padding: 0 90px;
  width: 100%;
  position: relative;
}
.content-news .content-wrapper .newsslider-wrapper .swiper-slide .image_placeholder {
  height: 250px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-news .content-wrapper .newsslider-wrapper .swiper-slide .text_placeholder {
  flex-direction: column;
  padding: 30px 30px 0;
}
.content-news .content-wrapper .newsslider-wrapper .swiper-slide .text_placeholder h2 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0px;
  font-family: "Barlow", sans-serif;
  color: #000000;
}
.content-news .content-wrapper .newsslider-wrapper .swiper-button-prev,
.content-news .content-wrapper .newsslider-wrapper .swiper-button-next {
  display: block;
  border-radius: 100%;
  background-color: #98C500;
  opacity: 1;
  width: 30px;
  height: 30px;
  background-image: url(../images/arrow-link-white.svg);
  background-repeat: no-repeat;
  background-size: auto 12px;
  background-position: center;
  right: 0;
  top: 135px;
}
.content-news .content-wrapper .newsslider-wrapper .swiper-button-prev {
  transform: rotate(180deg);
  right: auto;
  left: 0;
}

@media only screen and (max-width: 600px) {
  .content-news .content-wrapper {
    flex-direction: row;
  }
  .content-news .content-wrapper h2 {
    margin-top: 15px;
  }
  .content-news .content-wrapper .column {
    flex: 0 1 50%;
  }
  .content-news .content-wrapper .social li {
    padding: 0 10px;
  }
  .content-news .content-wrapper .social li a {
    font-size: 18px;
    line-height: 21px;
  }
  .content-news .content-wrapper .social li.linkedin span {
    height: 25px;
    width: 25px;
  }
  .content-news .content-wrapper .newsslider-wrapper {
    padding: 0;
  }
  .content-news .content-wrapper .newsslider-wrapper .swiper-slide .text_placeholder {
    padding: 0px;
  }
}
section.content-logos .container .inner-wrapper {
  border-top: solid 1px #96B1BE;
  border-bottom: solid 1px #96B1BE;
  padding: 30px 0;
}
section.content-logos .content-wrapper {
  width: 100%;
}
section.content-logos .content-wrapper .logoslider-wrapper {
  padding: 0 90px;
  width: 100%;
  position: relative;
}
section.content-logos .content-wrapper .logoslider-wrapper .swiper-slide .image_placeholder {
  height: 140px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.content-logos .content-wrapper .logoslider-wrapper .swiper-button-prev-logo,
section.content-logos .content-wrapper .logoslider-wrapper .swiper-button-next-logo {
  position: absolute;
  top: calc(50% - 15px);
  margin: 0;
  z-index: 10;
  display: block;
  border-radius: 100%;
  background-color: #98C500;
  opacity: 1;
  width: 30px;
  height: 30px;
  background-image: url(../images/arrow-link-white.svg);
  background-repeat: no-repeat;
  background-size: auto 12px;
  background-position: center;
  cursor: pointer;
  display: flex;
  right: 0;
  align-items: center;
  justify-content: center;
}
section.content-logos .content-wrapper .logoslider-wrapper .swiper-button-prev-logo {
  transform: rotate(180deg);
  right: auto;
  left: 0;
}

div.scroll {
  padding: 0px;
}
div.scroll .options {
  border-bottom: solid 1px #96B1BE;
  margin-bottom: 30px;
}
div.scroll .options a {
  display: inline-block;
  text-decoration: none;
  padding: 20px 60px 20px 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  line-height: 38px;
  color: #3F7088;
}
div.scroll .scrollContent h2 {
  color: #3F7088;
  font-size: 36px;
  line-height: 42px;
}

a {
  text-decoration: none;
}
a div.cta {
  background-color: #3F7088;
  padding: 30px;
  color: #fff;
  transition: all ease-in-out 0.3s;
  background-image: url(../images/arrow-link-white.svg);
  background-position: center right 50px;
  background-repeat: no-repeat;
  padding-right: 100px;
  background-size: 20px auto;
}
a div.cta h3 {
  color: #fff;
  margin-bottom: 0px;
}
a div.cta p {
  font-size: 28px;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 38px;
  margin-bottom: 0px;
}
a:hover div.cta {
  transition: all ease-in-out 0.3s;
  background-position: center right 40px;
}

.data {
  background-color: #CEDBE1;
  padding: 40px;
  margin-bottom: 40px;
}
.data .table {
  margin-bottom: 60px;
}
.data .table .row {
  display: flex;
}
.data .table .row .col {
  flex: 0 1 70%;
}
.data .table .row .col:first-child {
  margin-right: 20px;
  flex: 0 1 30%;
  font-weight: 600;
}
.data .table:last-child {
  margin-bottom: 0px;
}

.content-duo-case {
  background-color: #23496D;
}
.content-duo-case .container .inner-wrapper .row {
  display: flex;
  flex-direction: row;
}
.content-duo-case .container .inner-wrapper .row .title h3 {
  color: #fff;
  margin-bottom: 0px;
}
.content-duo-case .container .inner-wrapper .row .column {
  width: 50%;
}
.content-duo-case .container .inner-wrapper .row .column p {
  color: #fff;
}
.content-duo-case .container .inner-wrapper .row .column h3 {
  color: #fff;
}
.content-duo-case .container .inner-wrapper .row .column .link {
  background-color: #fff;
  color: #3F7088;
  padding: 14px 60px 15px 30px;
  text-decoration: none;
  width: auto;
  font-size: 1.125rem;
  display: inline-block;
  background-image: url(../images/arrow-btn.svg);
  background-size: 30px 15px;
}
.content-duo-case .container .inner-wrapper .row .column .web {
  color: #fff;
  text-decoration: none;
  position: relative;
  background-image: url(../images/globe.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 36px;
}
.content-duo-case .container .inner-wrapper .row .column .web:hover {
  color: #98C500;
}
.content-duo-case .container .inner-wrapper .row .column:nth-child(2) {
  padding-left: 120px;
}

@media only screen and (max-width: 768px) {
  .content-duo-case .container .inner-wrapper .row {
    flex-direction: column;
  }
  .content-duo-case .container .inner-wrapper .row .column {
    width: 100%;
  }
  .content-duo-case .container .inner-wrapper .row .column:nth-child(2) {
    padding-left: 0px;
    margin-bottom: 30px;
  }
}
section.gallery .content-wrapper {
  position: relative;
}
section.gallery .imageSwiper {
  width: 100%;
}
section.gallery .imageSwiper .swiper-slide {
  width: 350px;
  padding: 0 0 0 30px;
}
section.gallery .imageSwiper .swiper-slide .image_placeholder {
  height: 600px;
  display: inline-block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.gallery .navigation_placeholder {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: calc(50% - 15px);
}
section.gallery .navigation_placeholder .navigation {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
section.gallery .swiper-button-prev-gallery,
section.gallery .swiper-button-next-gallery {
  display: block;
  position: relative;
  border-radius: 100%;
  background-color: #98C500;
  opacity: 1;
  width: 30px;
  height: 30px;
  background-image: url(../images/arrow-link-white.svg);
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: center;
  float: right;
}
section.gallery .swiper-button-prev-gallery {
  transform: rotate(180deg);
  float: left;
}

section.usercase-intro .content {
  padding-right: 120px;
  border-right: 1px #96B1BE solid;
  margin-right: 60px;
  max-width: 800px;
}
@media only screen and (max-width: 1024px) {
  section.usercase-intro .content {
    padding-right: 60px;
    margin-right: 30px;
  }
}
section.usercase-intro .sidebar {
  min-width: 200px;
}
section.usercase-intro .sidebar .block {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  section.usercase-intro .sidebar .block img {
    max-width: 150px;
    margin: 0 auto;
  }
}
section.usercase-intro .sidebar .links .link {
  width: 100%;
  display: block;
  font-size: 20px;
  padding: 5px 50px 0px 0px;
}
section.usercase-intro .sidebar .links .btn {
  margin-top: 30px;
  font-size: 16px;
  padding: 14px 50px 15px 15px;
}

@media only screen and (max-width: 768px) {
  section.usercase-intro .content {
    padding-right: 0px;
    border-right: none;
    margin-right: 0px;
  }
}
section.timeline h2 {
  color: #3F7088;
  margin-bottom: 60px;
}
section.timeline .step {
  margin-bottom: 30px;
  padding-left: 120px;
  position: relative;
}
section.timeline .step .line {
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.timeline .step .line:before {
  content: "";
  height: 30px;
  width: 30px;
  background-color: #98C500;
  border-radius: 100%;
  left: 15px;
  top: 0px;
  position: relative;
}
section.timeline .step .line:after {
  content: "";
  border-left: solid 2px #96B1BE;
  height: calc(100% - 50px);
  left: -1px;
  top: 50px;
  position: relative;
}
section.timeline .step .year {
  color: #98C500;
  font-size: 28px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
}
section.timeline .step h3 {
  font-size: 35px;
  line-height: 55px;
  font-weight: 500;
  margin-bottom: 25px;
}
section.timeline .step ul {
  margin: 0 0 60px 20px;
  padding: 0;
}
section.timeline .step p:last-child {
  margin-bottom: 60px;
}

@media only screen and (max-width: 600px) {
  section.timeline .step {
    padding-left: 80px;
  }
}
section.timeline-alt .step {
  position: relative;
  padding-left: 200px;
  padding-bottom: 50px;
  width: 100%;
}
section.timeline-alt .step:after {
  content: "";
  display: block;
  position: absolute;
  border-left: solid 2px #96B1BE;
  height: 100%;
  left: 50px;
  top: 0;
}
section.timeline-alt .step .number {
  color: #CEDBE1;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 65px;
  position: absolute;
  left: 0;
  top: -25px;
  background-color: #fff;
  width: 100px;
  text-align: center;
  z-index: 9;
}
section.timeline-alt .step .icon {
  height: 100%;
  width: 100px;
  position: absolute;
  left: 100px;
}
section.timeline-alt .step .icon img {
  max-width: 60px;
  height: auto;
}
section.timeline-alt .step .subtitle {
  color: #98C500;
  font-size: 22px;
  line-height: 28px;
  font-family: "Barlow Condensed", sans-serif;
}
section.timeline-alt .step .heading h3 {
  position: relative;
  cursor: pointer;
  font-weight: 500;
  padding-right: 30px;
}
section.timeline-alt .step .heading h3:after {
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url(../images/arrow-down-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
section.timeline-alt .step .content {
  height: 0;
  overflow: hidden;
  transition: height ease-in-out 0.3s;
}
section.timeline-alt .step.active .content {
  transition: height ease-in-out 0.3s;
  height: auto;
}
section.timeline-alt .step.active .heading h3:after {
  transition: all ease-in-out 0.3s;
  transform: rotate(180deg);
}
section.timeline-alt .step:last-child:after {
  display: none;
}

@media only screen and (max-width: 600px) {
  section.timeline-alt .step {
    padding-left: 100px;
  }
  section.timeline-alt .step:after {
    left: 25px;
  }
  section.timeline-alt .step .number {
    top: -10px;
    width: 50px;
    font-size: 35px;
  }
  section.timeline-alt .step .icon {
    width: 50px;
    left: 50px;
  }
  section.timeline-alt .step .icon img {
    max-width: 40px;
  }
  section.timeline-alt .step .heading:after {
    height: 20px;
    width: 20px;
  }
}
div.image-slider .content-wrapper {
  position: relative;
}
div.image-slider .gallerijSwiper {
  width: 100%;
  margin-bottom: 30px;
}
div.image-slider .gallerijSwiper .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  height: 40px;
  width: 40px;
  background-image: url(../images/popup.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
div.image-slider .navigation_placeholder {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: calc(50% - 15px);
}
div.image-slider .navigation_placeholder .navigation {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
div.image-slider .swiper-button-prev-gallerij,
div.image-slider .swiper-button-next-gallerij {
  display: block;
  position: relative;
  border-radius: 100%;
  background-color: #98C500;
  opacity: 1;
  width: 30px;
  height: 30px;
  background-image: url(../images/arrow-link-white.svg);
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: center;
  float: right;
}
div.image-slider .swiper-button-prev-gallerij {
  transform: rotate(180deg);
  float: left;
}

.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper .gform_heading {
  display: none !important;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  transition: all ease-in-out 0.3s;
  background-size: auto 20px;
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
  background-color: #3F7088;
  color: #fff;
  padding: 14px 60px 15px 30px;
  text-decoration: none;
  width: auto;
  display: inline-block;
  font-size: 16px;
  background-size: auto 15px;
  background-image: url(../images/arrow-btn.svg);
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover {
  background-color: #98C500;
  background-position: right 20px top 50%;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea {
  border: none;
  border-bottom: solid 1px #96B1BE;
  padding: 10px 0 10px 0 !important;
  color: #6584A1;
  font-size: 24px !important;
  font-weight: 500;
}

textarea::placeholder,
input::placeholder {
  color: #6584A1;
}

.cta-vacature {
  background-color: #3F7088;
  padding: 30px;
  color: #fff;
}
.cta-vacature h3 {
  color: #fff;
}
.cta-vacature p {
  margin-bottom: 0px;
}

.mobile-menu {
  position: fixed;
  background-color: #3F7088;
  z-index: 10;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: none;
}
.mobile-menu.active {
  display: flex;
}
.mobile-menu .main-nav {
  padding: 0 60px;
}
.mobile-menu .main-nav li {
  text-align: left;
  margin-bottom: 15px;
}
.mobile-menu .main-nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  line-height: 40px;
  font-family: "Barlow Condensed", sans-serif;
}
.mobile-menu .main-nav li.current-menu-item a {
  color: #98C500;
}
.mobile-menu .top-nav {
  background-color: #6F94A6;
  padding: 20px 60px 25px;
  text-align: left;
}
.mobile-menu .top-nav li a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}

.wp-block-media-text {
  padding: 30px 0;
}

.wp-block-column.sidebar {
  border-right: solid 1px #96B1BE;
  margin-right: 60px;
  padding-right: 90px;
}

.wp-block-media-text .wp-block-media-text__content {
  padding-right: 0;
}
.wp-block-media-text .wp-block-media-text__content ul {
  margin: 0 0 0 20px;
  padding: 0px;
}
.wp-block-media-text .wp-block-media-text__content ul li {
  margin-bottom: 10px;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}

@media only screen and (max-width: 768px) {
  .wp-block-column.sidebar {
    border-right: none;
    border-bottom: solid 1px #96B1BE;
    margin-right: 0px;
    padding-right: 0px;
  }
}
body.home #main-wrapper main {
  padding: 0px;
}
body.home .hero-banner {
  min-height: 860px;
  overflow: hidden;
}
body.home .hero-banner #header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1600px) {
  body.home .hero-banner #header-video {
    width: auto;
    height: 100%;
  }
}
body.home .hero-banner:after {
  height: 100%;
  background-image: url(../images/banner_overlay_homepage.svg);
  background-position: bottom right;
}
body.home .hero-banner .home {
  position: absolute;
  height: 110px;
  width: 100%;
  background-position: bottom left;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url(../images/banner_homepage_after.svg);
  background-size: auto 100%;
  bottom: -2px;
  z-index: 1;
}
body.home .hero-banner .down {
  bottom: 120px;
}
body.home .hero-banner .title p {
  color: #fff;
}

@media only screen and (max-width: 1240px) {
  body.home .hero-banner .home {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  body.home .hero-banner {
    min-height: auto;
  }
  body.home .hero-banner:after {
    content: "";
    display: flex;
    background-image: url(../images/banner_overlay.svg);
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    z-index: 1;
  }
  body.home .hero-banner .down {
    bottom: 60px;
  }
}
body.archive main .blogItems {
  padding-left: 0;
  padding-right: 0;
}
body.archive main .blogItems .container {
  padding: 0;
}
body.archive main .blogItems .container .inner-wrapper {
  max-width: 100%;
}
body.archive main .blogItems .container .inner-wrapper .blogItem {
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: auto 300px;
  margin-bottom: 100px;
}
body.archive main .blogItems .container .inner-wrapper .blogItem .container {
  padding: 0;
}
body.archive main .blogItems .container .inner-wrapper .blogItem .container .inner-wrapper {
  max-width: 1110px;
}
body.archive main .blogItems .container .inner-wrapper .blogItem .container .inner-wrapper .block-title {
  font-size: 55px;
  line-height: 55px;
  color: #3F7088;
  margin-bottom: 40px;
}
body.archive main .blogItems .container .inner-wrapper .blogItem .container .inner-wrapper .content-wrapper .column .title {
  padding-right: 60px;
}
body.archive main .blogItems .container .inner-wrapper .blogItem .container .inner-wrapper .content-wrapper .column .title p {
  font-weight: 600;
  line-height: 30px;
}
body.archive main .blogItems .container .inner-wrapper .blogItem .container .image-wrapper {
  margin-top: 30px;
  position: relative;
  width: auto;
}
body.archive main .blogItems .container .inner-wrapper .blogItem .container .image-wrapper img {
  max-height: 400px;
}

@media only screen and (max-width: 1240px) {
  body.archive main .blogItems .container .inner-wrapper .blogItem .container {
    padding: 0 4%;
  }
  body.archive main .blogItems .container .inner-wrapper .blogItem .container .inner-wrapper .content-wrapper .column .title {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 768px) {
  body.archive main .blogItems .container .inner-wrapper .blogItem {
    margin-bottom: 60px;
  }
  body.archive main .blogItems .container .inner-wrapper .blogItem .container .inner-wrapper .content-wrapper .column .title {
    padding-bottom: 0px;
  }
}
body.systemen-template-default main .inner-wrapper, body.proces-template-default main .inner-wrapper, body.post-type-archive-proces main .inner-wrapper, body.post-type-archive-systemen main .inner-wrapper {
  display: flex;
  flex-direction: row;
}
body.systemen-template-default main .inner-wrapper .sidebar, body.proces-template-default main .inner-wrapper .sidebar, body.post-type-archive-proces main .inner-wrapper .sidebar, body.post-type-archive-systemen main .inner-wrapper .sidebar {
  width: 25%;
  border-right: solid 1px #96B1BE;
  padding-right: 30px;
}
body.systemen-template-default main .inner-wrapper .sidebar .cat, body.proces-template-default main .inner-wrapper .sidebar .cat, body.post-type-archive-proces main .inner-wrapper .sidebar .cat, body.post-type-archive-systemen main .inner-wrapper .sidebar .cat {
  position: relative;
  overflow: hidden;
}
body.systemen-template-default main .inner-wrapper .sidebar .cat a, body.proces-template-default main .inner-wrapper .sidebar .cat a, body.post-type-archive-proces main .inner-wrapper .sidebar .cat a, body.post-type-archive-systemen main .inner-wrapper .sidebar .cat a {
  text-decoration: none;
}
body.systemen-template-default main .inner-wrapper .sidebar .cat a h3, body.proces-template-default main .inner-wrapper .sidebar .cat a h3, body.post-type-archive-proces main .inner-wrapper .sidebar .cat a h3, body.post-type-archive-systemen main .inner-wrapper .sidebar .cat a h3 {
  color: #3F7088;
  padding-right: 40px;
  font-size: 28px;
}
body.systemen-template-default main .inner-wrapper .sidebar .cat a h3:after, body.proces-template-default main .inner-wrapper .sidebar .cat a h3:after, body.post-type-archive-proces main .inner-wrapper .sidebar .cat a h3:after, body.post-type-archive-systemen main .inner-wrapper .sidebar .cat a h3:after {
  content: "";
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/arrow-down-blue.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 20px auto;
}
body.systemen-template-default main .inner-wrapper .sidebar .cat ul, body.proces-template-default main .inner-wrapper .sidebar .cat ul, body.post-type-archive-proces main .inner-wrapper .sidebar .cat ul, body.post-type-archive-systemen main .inner-wrapper .sidebar .cat ul {
  padding: 0 0 0 20px;
  margin: 0 0 30px;
  list-style-type: disc;
  display: none;
}
body.systemen-template-default main .inner-wrapper .sidebar .cat ul li a, body.proces-template-default main .inner-wrapper .sidebar .cat ul li a, body.post-type-archive-proces main .inner-wrapper .sidebar .cat ul li a, body.post-type-archive-systemen main .inner-wrapper .sidebar .cat ul li a {
  color: #000;
}
body.systemen-template-default main .inner-wrapper .sidebar .cat ul li a:hover, body.proces-template-default main .inner-wrapper .sidebar .cat ul li a:hover, body.post-type-archive-proces main .inner-wrapper .sidebar .cat ul li a:hover, body.post-type-archive-systemen main .inner-wrapper .sidebar .cat ul li a:hover {
  font-weight: 500;
}
body.systemen-template-default main .inner-wrapper .sidebar .cat.active a h3:after, body.proces-template-default main .inner-wrapper .sidebar .cat.active a h3:after, body.post-type-archive-proces main .inner-wrapper .sidebar .cat.active a h3:after, body.post-type-archive-systemen main .inner-wrapper .sidebar .cat.active a h3:after {
  background-image: url(../images/arrow-up-blue.svg);
}
body.systemen-template-default main .inner-wrapper .sidebar .cat.active ul, body.proces-template-default main .inner-wrapper .sidebar .cat.active ul, body.post-type-archive-proces main .inner-wrapper .sidebar .cat.active ul, body.post-type-archive-systemen main .inner-wrapper .sidebar .cat.active ul {
  display: block;
}
body.systemen-template-default main .inner-wrapper .content, body.proces-template-default main .inner-wrapper .content, body.post-type-archive-proces main .inner-wrapper .content, body.post-type-archive-systemen main .inner-wrapper .content {
  width: 75%;
  padding-left: 60px;
}
body.systemen-template-default main .inner-wrapper .content .content-wrapper, body.proces-template-default main .inner-wrapper .content .content-wrapper, body.post-type-archive-proces main .inner-wrapper .content .content-wrapper, body.post-type-archive-systemen main .inner-wrapper .content .content-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
}
body.systemen-template-default main .inner-wrapper .content .content-wrapper .blogItem, body.proces-template-default main .inner-wrapper .content .content-wrapper .blogItem, body.post-type-archive-proces main .inner-wrapper .content .content-wrapper .blogItem, body.post-type-archive-systemen main .inner-wrapper .content .content-wrapper .blogItem {
  width: 100%;
}
body.systemen-template-default main .inner-wrapper .content .content-wrapper .blogItem .imageItem, body.proces-template-default main .inner-wrapper .content .content-wrapper .blogItem .imageItem, body.post-type-archive-proces main .inner-wrapper .content .content-wrapper .blogItem .imageItem, body.post-type-archive-systemen main .inner-wrapper .content .content-wrapper .blogItem .imageItem {
  width: 100%;
}
body.systemen-template-default main .inner-wrapper .content .content-wrapper .blogItem .contentItem, body.proces-template-default main .inner-wrapper .content .content-wrapper .blogItem .contentItem, body.post-type-archive-proces main .inner-wrapper .content .content-wrapper .blogItem .contentItem, body.post-type-archive-systemen main .inner-wrapper .content .content-wrapper .blogItem .contentItem {
  width: 100%;
}
body.systemen-template-default main .inner-wrapper .content .content-wrapper .blogItem .contentItem .link, body.proces-template-default main .inner-wrapper .content .content-wrapper .blogItem .contentItem .link, body.post-type-archive-proces main .inner-wrapper .content .content-wrapper .blogItem .contentItem .link, body.post-type-archive-systemen main .inner-wrapper .content .content-wrapper .blogItem .contentItem .link {
  font-size: 20px;
}
body.systemen-template-default main .inner-wrapper .content .content-wrapper .blogItem .contentItem h3, body.proces-template-default main .inner-wrapper .content .content-wrapper .blogItem .contentItem h3, body.post-type-archive-proces main .inner-wrapper .content .content-wrapper .blogItem .contentItem h3, body.post-type-archive-systemen main .inner-wrapper .content .content-wrapper .blogItem .contentItem h3 {
  transition: all ease-in-out 0.3s;
}
body.systemen-template-default main .inner-wrapper .content .content-wrapper .blogItem .contentItem h3:hover, body.proces-template-default main .inner-wrapper .content .content-wrapper .blogItem .contentItem h3:hover, body.post-type-archive-proces main .inner-wrapper .content .content-wrapper .blogItem .contentItem h3:hover, body.post-type-archive-systemen main .inner-wrapper .content .content-wrapper .blogItem .contentItem h3:hover {
  transition: all ease-in-out 0.3s;
  color: #98C500;
}
body.systemen-template-default main .inner-wrapper .content .content-wrapper .blogItem .contentItem p, body.proces-template-default main .inner-wrapper .content .content-wrapper .blogItem .contentItem p, body.post-type-archive-proces main .inner-wrapper .content .content-wrapper .blogItem .contentItem p, body.post-type-archive-systemen main .inner-wrapper .content .content-wrapper .blogItem .contentItem p {
  margin-bottom: 15px;
}
body.systemen-template-default main .inner-wrapper .content .pagination, body.proces-template-default main .inner-wrapper .content .pagination, body.post-type-archive-proces main .inner-wrapper .content .pagination, body.post-type-archive-systemen main .inner-wrapper .content .pagination {
  padding-top: 30px;
}
body.systemen-template-default main .inner-wrapper .content .pagination .nav-links span, body.systemen-template-default main .inner-wrapper .content .pagination .nav-links a, body.proces-template-default main .inner-wrapper .content .pagination .nav-links span, body.proces-template-default main .inner-wrapper .content .pagination .nav-links a, body.post-type-archive-proces main .inner-wrapper .content .pagination .nav-links span, body.post-type-archive-proces main .inner-wrapper .content .pagination .nav-links a, body.post-type-archive-systemen main .inner-wrapper .content .pagination .nav-links span, body.post-type-archive-systemen main .inner-wrapper .content .pagination .nav-links a {
  color: #3F7088;
  padding-right: 10px;
}
body.systemen-template-default main .inner-wrapper .content .pagination .nav-links span:hover, body.systemen-template-default main .inner-wrapper .content .pagination .nav-links a:hover, body.proces-template-default main .inner-wrapper .content .pagination .nav-links span:hover, body.proces-template-default main .inner-wrapper .content .pagination .nav-links a:hover, body.post-type-archive-proces main .inner-wrapper .content .pagination .nav-links span:hover, body.post-type-archive-proces main .inner-wrapper .content .pagination .nav-links a:hover, body.post-type-archive-systemen main .inner-wrapper .content .pagination .nav-links span:hover, body.post-type-archive-systemen main .inner-wrapper .content .pagination .nav-links a:hover {
  color: #98C500;
}
body.systemen-template-default main .inner-wrapper .content .pagination .nav-links span, body.proces-template-default main .inner-wrapper .content .pagination .nav-links span, body.post-type-archive-proces main .inner-wrapper .content .pagination .nav-links span, body.post-type-archive-systemen main .inner-wrapper .content .pagination .nav-links span {
  opacity: 0.3;
}
body.systemen-template-default main .inner-wrapper .content .content-wrapper .procesItem .breadcrumb, body.proces-template-default main .inner-wrapper .content .content-wrapper .procesItem .breadcrumb {
  margin-bottom: 30px;
}
body.systemen-template-default main .inner-wrapper .content .content-wrapper .procesItem .breadcrumb a, body.proces-template-default main .inner-wrapper .content .content-wrapper .procesItem .breadcrumb a {
  color: #000000;
}
body.systemen-template-default main .inner-wrapper .content .content-wrapper .procesItem .breadcrumb a:hover, body.proces-template-default main .inner-wrapper .content .content-wrapper .procesItem .breadcrumb a:hover {
  color: #98C500;
}

@media only screen and (max-width: 768px) {
  body.systemen-template-default main .inner-wrapper, body.proces-template-default main .inner-wrapper, body.post-type-archive-proces main .inner-wrapper, body.post-type-archive-systemen main .inner-wrapper {
    flex-direction: column;
  }
  body.systemen-template-default main .inner-wrapper .sidebar, body.proces-template-default main .inner-wrapper .sidebar, body.post-type-archive-proces main .inner-wrapper .sidebar, body.post-type-archive-systemen main .inner-wrapper .sidebar {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #96B1BE;
    margin-bottom: 40px;
  }
  body.systemen-template-default main .inner-wrapper .sidebar .cat ul, body.proces-template-default main .inner-wrapper .sidebar .cat ul, body.post-type-archive-proces main .inner-wrapper .sidebar .cat ul, body.post-type-archive-systemen main .inner-wrapper .sidebar .cat ul {
    height: 0;
    padding: 0;
    margin: 0;
  }
  body.systemen-template-default main .inner-wrapper .sidebar .cat.active ul, body.proces-template-default main .inner-wrapper .sidebar .cat.active ul, body.post-type-archive-proces main .inner-wrapper .sidebar .cat.active ul, body.post-type-archive-systemen main .inner-wrapper .sidebar .cat.active ul {
    height: auto;
    padding: 0 0 0 20px;
    margin: 0 0 30px;
    list-style-type: disc;
  }
  body.systemen-template-default main .inner-wrapper .content, body.proces-template-default main .inner-wrapper .content, body.post-type-archive-proces main .inner-wrapper .content, body.post-type-archive-systemen main .inner-wrapper .content {
    width: 100%;
    padding-left: 0px;
  }
  body.systemen-template-default main .inner-wrapper .content .content-wrapper, body.proces-template-default main .inner-wrapper .content .content-wrapper, body.post-type-archive-proces main .inner-wrapper .content .content-wrapper, body.post-type-archive-systemen main .inner-wrapper .content .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
body.single main .inner-wrapper .content .content-wrapper {
  grid-template-columns: 1fr;
  gap: 0px;
}
body.single-vacatures #main-wrapper main {
  padding: 120px 0 60px;
}

@media only screen and (max-width: 768px) {
  body.single-vacatures #main-wrapper main {
    padding: 60px 0 60px;
  }
}
body.single-usercase main .inner-wrapper .content .content-wrapper {
  grid-template-columns: 1fr;
  gap: 0px;
}

body.single-proces main .usercase .inner-wrapper {
  flex-direction: column;
}

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