/* ==========================================================================
   Content
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/* ==========================================================================
   Base
   ========================================================================== */
html,
body {
  margin: 0;
  padding: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-smooth: antialiased;
  text-rendering: optimizeLegibility; }

*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/* ==========================================================================
   Clear
   ========================================================================== */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

/* ==========================================================================
   Links
   ========================================================================== */
a {
  background: transparent; }

/* ==========================================================================
   Typography
   ========================================================================== */
b,
strong {
  font-weight: bold; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif; }

pre {
  white-space: pre-wrap; }

small {
  font-size: 80%; }

ul {
  list-style: none; }

ul,
menu,
dir {
  display: block;
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
img {
  border: 0;
  display: block; }

svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Forms
   ========================================================================== */
input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  border: none;
  background: #F0F2F2;
  padding: 10px 15px; }

input[type=text],
input[type=email] {
  height: 50px; }

textarea {
  height: 150px; }

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  outline: none; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* Vacatures */
section.vacatures {
  padding-top: 0; }

section.vacatures h2 {
  text-align: left;
  font-size: 5rem;
  /* margin: 2em auto 1em; */
  font-weight: 200; }

section.vacatures h3 {
  margin: 0 0 .5em; }

section.vacatures .vacatures-inner > a.button {
  margin: 1em 0 3em; }

section.vacatures .vacatures-inner > ul {
  width: 100%; }

ul.vacaturelist > li {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  padding: 1em;
  transition: all 0.15s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  background-color: var(--light); }
  ul.vacaturelist > li:hover {
    z-index: 100;
    transform: scale(1.02);
    transform-origin: center center;
    box-shadow: 0 5px 2rem 0 #00123d1f; }
    ul.vacaturelist > li:hover h3 {
      color: var(--primary); }
  @media only screen and (min-width: 640px) {
    ul.vacaturelist > li {
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between; } }
  ul.vacaturelist > li:nth-child(even) {
    background-color: rgba(0, 18, 62, 0.05); }
  ul.vacaturelist > li h3 {
    margin: 12px 0 6px;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    overflow-wrap: break-word; }
  ul.vacaturelist > li .button {
    align-self: center;
    flex: 0 0 auto; }
  ul.vacaturelist > li a:hover {
    text-decoration: none; }
    ul.vacaturelist > li a:hover h3 {
      color: var(--primary); }

@media only screen and (min-width: 640px) {
  ul.vacaturelist .vacature-inner {
    margin-right: 2em; } }

ul.vacaturelist ul.subfields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 6px; }
  ul.vacaturelist ul.subfields li {
    margin-right: 12px;
    padding: 4px 4px 4px 0;
    color: #425175;
    border-radius: 16px; }
  @media only screen and (max-width: 640px) {
    ul.vacaturelist ul.subfields li:nth-child(2) {
      order: 1; } }
  ul.vacaturelist ul.subfields i.fas {
    margin-right: .4em;
    font-style: normal; }
    ul.vacaturelist ul.subfields i.fas:before {
      color: inherit; }

body.single-vacature .content-top {
  min-height: 0;
  padding: 0; }
  @media only screen and (min-width: 768px) {
    body.single-vacature .content-top {
      padding: 4em 0; } }

.vacature-single-top {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
  padding: 0 6px;
  content: "-";
  color: rgba(255, 255, 255, 0.7); }
  .vacature-single-top .right {
    margin-bottom: 0;
    padding-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .vacature-single-top .right {
        cursor: pointer;
        transition: all .4s ease-in-out;
        border-radius: 16px;
        background-color: white; } }
    .vacature-single-top .right p {
      margin: 2em;
      color: var(--main); }
    .vacature-single-top .right .right-top {
      display: flex;
      align-items: flex-start;
      flex-direction: row;
      padding: 16px;
      border-radius: 16px;
      background-color: var(--primary); }
      .vacature-single-top .right .right-top i.fas {
        float: left;
        margin-right: 16px;
        padding: 12px 16px;
        color: #f65e6d;
        border-radius: 50%;
        background-color: white;
        font-size: 3rem; }
      .vacature-single-top .right .right-top h3 {
        margin: 4px 0 0; }
      .vacature-single-top .right .right-top p {
        margin: 0;
        color: var(--main); }
  .vacature-single-top .left {
    background-color: transparent; }
    @media only screen and (min-width: 768px) {
      .vacature-single-top .left {
        padding: 11em 6em 9em 0; } }
    .vacature-single-top .left:before {
      display: none; }
  .vacature-single-top .vacature-single-top-inner {
    align-items: flex-start;
    flex-direction: column-reverse; }
    @media only screen and (min-width: 768px) {
      .vacature-single-top .vacature-single-top-inner {
        flex-direction: column; } }
  @media only screen and (max-width: 768px) {
    .vacature-single-top .right-bottom {
      display: none; } }
  @media only screen and (max-width: 768px) {
    .vacature-single-top h1 {
      margin: 16px 0 24px; } }
  .vacature-single-top ul.dates {
    color: rgba(255, 255, 255, 0.7); }
    @media only screen and (min-width: 640px) {
      .vacature-single-top ul.dates {
        display: flex;
        flex-direction: row;
        margin-bottom: 0; } }
    .vacature-single-top ul.dates li {
      margin-bottom: .5em; }
      .vacature-single-top ul.dates li:nth-child(2):before {
        padding: 0 6px;
        content: "-"; }
      @media only screen and (min-width: 640px) {
        .vacature-single-top ul.dates li {
          margin-bottom: 0; } }
  .vacature-single-top ul.subfields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 1em; }
    .vacature-single-top ul.subfields li {
      margin: 0 1em 1em 0;
      padding: 8px 16px;
      color: #a3aaaf;
      border-radius: 16px;
      background-color: rgba(255, 255, 255, 0.1);
      font-size: 1.4rem; }
  .vacature-single-top i.fas {
    margin-right: 1em;
    font-style: 1.6rem; }

.vacature-single-body {
  margin-bottom: 10rem; }
  .vacature-single-body #jobofferdescription {
    width: calc(100% + 2em);
    margin: 0;
    padding: 36px;
    border-radius: 16px;
    background-color: #f65e6d; }
    .vacature-single-body #jobofferdescription h2 {
      margin-top: 0;
      color: var(--light); }
    .vacature-single-body #jobofferdescription hr {
      display: none; }
    .vacature-single-body #jobofferdescription ul.jobdata li {
      color: var(--light); }
      .vacature-single-body #jobofferdescription ul.jobdata li:before {
        color: var(--main); }
  .vacature-single-body .right-top {
    position: sticky;
    padding: 16px;
    border-radius: 16px;
    background-color: #f65e6d; }
  .vacature-single-body .right-content {
    padding: 0 16px 16px; }
    .vacature-single-body .right-content i.fas {
      margin-top: 1em;
      color: rgba(70, 187, 139, 0.6);
      font-size: 5rem; }
    .vacature-single-body .right-content ul li {
      font-size: 1.8rem;
      line-height: 1.6; }
      .vacature-single-body .right-content ul li:before {
        padding-right: .5em;
        content: "\00BB"; }
  .vacature-single-body .right-footer {
    margin-top: 1em; }

.vacature-single-body-inner .left {
  width: 100%;
  margin: 30px 0;
  padding-bottom: 0;
  border-radius: 16px;
  box-shadow: 0 0 2rem 0 #00123d14; }
  @media only screen and (max-width: 768px) {
    .vacature-single-body-inner .left > div {
      margin: 2em; } }
  .vacature-single-body-inner .left > div#jobofferdescription {
    margin: 0; }
  @media only screen and (min-width: 768px) {
    .vacature-single-body-inner .left {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; } }

.vacature-single-body-inner .right {
  margin-top: 4rem;
  border-radius: 24px; }
  @media only screen and (max-width: 768px) {
    .vacature-single-body-inner .right {
      display: none; } }

@media only screen and (max-width: 1000px) {
  ul.pagelinks {
    display: none; } }

@media only screen and (max-width: 640px) {
  .vacature-single-body #jobofferdescription {
    width: 100%; } }

.vacature-archive-top {
  height: auto;
  padding-bottom: 12em; }

@media only screen and (max-width: 768px) {
  .vacature-archive-top {
    display: none; }
  .vacature-archive-body {
    margin-top: 10em; } }

.vacature-archive-body-inner {
  flex-direction: column; }
  @media only screen and (min-width: 1000px) {
    .vacature-archive-body-inner {
      flex-direction: row; } }
  .vacature-archive-body-inner form input {
    max-width: 380px;
    border-radius: 24px; }
  .vacature-archive-body-inner:after {
    display: table;
    clear: both;
    content: ""; }
  .vacature-archive-body-inner .left h2 {
    margin-bottom: 0; }
    @media only screen and (min-width: 1000px) {
      .vacature-archive-body-inner .left h2 {
        margin: 20px 0 60px 0; } }
  @media only screen and (max-width: 1000px) {
    .vacature-archive-body-inner .left .filter-content {
      overflow: hidden;
      max-height: 0; }
    .vacature-archive-body-inner .left .filter-content-open {
      max-height: 1000px;
      padding-bottom: 16px; } }
  .vacature-archive-body-inner .left-filter-content-open {
    background: var(--light); }
  .vacature-archive-body-inner h2 {
    margin: 20px 0 60px 0; }
    .vacature-archive-body-inner h2 span {
      color: #f65e6d; }
  .vacature-archive-body-inner .vacaturelist {
    display: flex;
    flex-direction: column; }
    .vacature-archive-body-inner .vacaturelist > li {
      margin-bottom: 2em;
      padding: 8px 24px;
      border-radius: 16px;
      background-color: var(--light); }
      .vacature-archive-body-inner .vacaturelist > li:hover {
        transform: scale(1.03); }

.filter-button {
  position: absolute;
  top: 2.8rem;
  right: 2rem;
  color: var(--main);
  border: 0;
  background: transparent;
  font-weight: bold; }
  .filter-button:hover {
    color: var(--primary); }

ul.active-filters {
  margin: 5rem 0; }
  ul.active-filters li {
    background: var(--light);
    border-radius: 8px;
    margin: 1rem 0;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    font-weight: normal;
    color: #425175; }
    ul.active-filters li button {
      border: 0;
      border-radius: 12px;
      float: right;
      margin: 0; }

.cover-button {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; }

.divider {
  font-weight: 500; }

ul.pagination {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em; }

/* Partners */
section.partners .partner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  background: var(--light); }

section.partners .partner img {
  width: 60%;
  height: auto; }

/* Solliciteren */
section.contact {
  display: flex; }

section.contact .text {
  width: 100%;
  padding: 40px 20vw 40px 40px;
  background: var(--light); }

section.contact .title {
  display: block;
  margin: 0 0 30px 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4; }

section.contact .excerpt {
  margin: 0 0 20px 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5; }

section.contact .excerpt:last-child {
  margin: 0 0 30px 0; }

section.contact ul {
  padding: 0;
  list-style: none; }

section.contact .telefoon {
  display: block;
  float: left;
  height: 40px;
  padding: 12px 0 0 20px; }

label {
  display: block;
  width: 100%;
  margin: 0 0 5px 0; }

/* Projecten */
section.projecten .project {
  color: #151e2a;
  background: var(--light); }

section.projecten .project:hover .button {
  background: #151e2a; }

section.projecten .text {
  padding: 30px 40px 40px 40px; }

section.projecten .image {
  width: 100%;
  padding-top: 66.66%; }

/* Branches */
section.branches {
  padding: 4em 0;
  color: var(--light);
  background-color: var(--main); }

section.branches .section-inner {
  flex-direction: column; }

section.branches h2 {
  color: var(--light);
  font-size: 5rem;
  font-weight: normal; }

section.branches h3 {
  color: var(--main); }

section.branches ul {
  display: grid;
  width: 100%;
  grid-gap: 2em;
  grid-template-columns: repeat(auto-fill, minmax(min(23rem, 100%), 1fr)); }

section.branches ul li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  background-color: var(--light);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1 / 1; }

section.branches ul li div.branch-inner {
  margin-top: auto;
  padding: 1em;
  text-align: right;
  opacity: .9;
  color: var(--light);
  border-radius: 8px;
  background-color: var(--primary); }

section.branches ul li div.branch-inner a {
  color: var(--light); }

section.solliciteer-nu {
  padding: 0;
  color: var(--light);
  background-color: var(--main); }
  section.solliciteer-nu .top-green {
    padding: 2em;
    color: #00123d;
    border-radius: 16px;
    background-color: var(--primary); }
    section.solliciteer-nu .top-green h2 {
      margin: 0;
      color: #00123d; }
    section.solliciteer-nu .top-green i.fas {
      float: left;
      margin-right: 16px;
      padding: 8px;
      color: #f65e6d;
      border-radius: 50%;
      background-color: var(--light);
      font-size: 3rem; }
  section.solliciteer-nu form {
    padding: 2em 24px; }
  section.solliciteer-nu .gform_confirmation_message {
    padding: 2em 24px; }
  @media only screen and (min-width: 640px) {
    section.solliciteer-nu {
      padding: 4em 0; } }
  section.solliciteer-nu p:first-of-type {
    color: #f65e6d; }
  section.solliciteer-nu h2 {
    color: var(--light); }

.error404 .content-top, .error404 .footer {
  display: none;
  visibility: hidden; }

.error404 section {
  padding: 120px 0;
  text-align: center; }

.gfield {
  margin-bottom: 1rem; }

.gfield_label {
  margin: 2rem 0 1rem 0;
  font-weight: 700; }

.gfield_description {
  margin: -.5rem 0 1rem; }

.gfield_description, .ginput_container label {
  font-size: .813em; }

.ginput_container_name {
  display: flex;
  margin: 0 -1rem; }
  .ginput_container_name span {
    flex: 1;
    margin: 0 1rem; }

.gform_validation_container {
  position: absolute !important;
  left: -9000px;
  display: none !important; }

.ginput_container_fileupload {
  margin-bottom: 1rem; }

.gfield_required {
  margin-left: 4px;
  color: #790000; }

body.noscroll {
  overflow: hidden; }

body.noscroll header {
  position: inherit; }

.overlay {
  position: fixed;
  z-index: 100 !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow-y: scroll;
  width: 100vw;
  min-height: 100vh;
  padding: 10vh 10vw 60px 10vw;
  transition: .2s ease-out;
  background: var(--primary); }

.overlay a {
  display: block;
  padding: 0 0 20px 0;
  transition: .2s ease-out;
  color: var(--main);
  font-size: 3rem; }

.overlay a:hover, .overlay a:focus {
  margin: 0 0 0 5px;
  color: var(--light) !important; }

.overlay .current-menu-item a {
  color: var(--light); }

.overlay #menu-item-78 a:hover {
  margin: 0; }

.overlay .sub-menu {
  padding: 0 0 10px 20px; }

.overlay .sub-menu a {
  padding: 0 0 10px 20px;
  font-size: 2rem; }

.menu-toggle {
  position: relative;
  z-index: 200;
  padding: 1em;
  border: 0;
  background: none;
  font-size: 1rem; }
  @media only screen and (min-width: 1000px) {
    .menu-toggle {
      display: none; } }

.menu-toggle.opened {
  position: fixed;
  top: 64px;
  right: 64px; }

.menu-toggle:focus {
  outline: thin dotted;
  outline-offset: -2px; }

.menu-toggle svg {
  position: relative;
  /* Align more nicely with capital letters */
  top: -.0625em;
  display: inline-block;
  width: 2em;
  height: 2em;
  vertical-align: middle;
  fill: #151e2a; }

.menu-toggle:hover svg {
  fill: var(--primary); }

.menu-toggle.opened svg {
  fill: var(--light); }

.menu-toggle.opened:hover svg {
  fill: var(--main); }

/* Animate menu icon (lines). */
.svg-menu-toggle .line {
  transition: transform .3s ease-in-out, opacity .2s ease-in-out;
  transform: rotate(0) translateY(0) translateX(0);
  transform-origin: 1em 1em;
  opacity: 1; }

.svg-menu-toggle .line-1 {
  transform-origin: 1.2em 3.5em; }

.svg-menu-toggle .line-3 {
  transform-origin: 1.2em 6.5em; }

.menu-toggle.opened .svg-menu-toggle .line-1 {
  transform: rotate(45deg) translateY(0) translateX(0); }

.menu-toggle.opened .svg-menu-toggle .line-2 {
  opacity: 0; }

.menu-toggle.opened .svg-menu-toggle .line-3 {
  transform: rotate(-45deg) translateY(0em) translateX(0em); }

/* adapted from https://codepen.io/wallaceerick/pen/ojtal */
ul.tabs {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 280px;
  list-style: none;
  text-align: left; }

ul.tabs:after {
  display: table;
  clear: both;
  content: ""; }

ul.tabs input[type="radio"] {
  position: absolute;
  top: 0;
  left: -9999px; }

ul.tabs label {
  position: relative;
  top: 4px;
  display: block;
  padding: 6px 21px;
  cursor: pointer;
  transition: all .2s ease-in-out;
  font-weight: normal; }

ul.tabs label:hover {
  color: var(--light);
  border-radius: 16px;
  background-color: var(--main); }

ul.tabs .tab-content {
  position: absolute;
  z-index: 2;
  top: 53px;
  left: 0;
  display: none;
  overflow: hidden;
  width: 100%;
  padding: 1em 1em 8em;
  font-size: 1.7rem;
  line-height: 1.5; }

ul.tabs [id^="tab"]:checked + label {
  top: 0;
  text-decoration: underline; }

ul.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block; }

:root {
  --secondary: #f65e6d;
  --dark: #1d1d1b;
  --light: #ffffff;
  --main: #00123e;
  --primary: #46bb8b; }

@media only screen and (max-width: 1000px) {
  .desktop-only {
    display: none; } }

@media only screen and (min-width: 1000px) {
  .mobile-only {
    display: none; } }

ul {
  padding: 0; }

/* 1rem = 10px */
html {
  font-size: 62.5%; }

body {
  color: #1d1d1b;
  background: #f9f8f9;
  font-family: "Montserrat", sans-serif;
  /* set base font size to 16px */
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3; }
  body.page-template-custom-full-width {
    background: var(--light); }

h1 {
  margin: 0 0 16px 0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  color: var(--main);
  color: var(--light);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.1; }
  @media only screen and (min-width: 640px) {
    h1 {
      font-size: 5rem; } }
  h1 span {
    color: #f65e6d; }

h2 {
  margin-top: 10px;
  color: var(--main);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3; }
  @media only screen and (min-width: 640px) {
    h2 {
      font-size: 3rem; } }

h3, h4, h5, h6 {
  color: var(--main);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3; }

p {
  margin: 0 0 20px 0;
  line-height: 1.375; }

a {
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;
  text-decoration: none;
  color: var(--primary); }

a:hover {
  text-decoration: underline;
  color: var(--main); }

hr {
  width: 185px;
  height: 1px;
  margin: 1em 0 .5em;
  border: 0;
  border-top: 1.5px solid #f65e6d; }

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px; }

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: auto;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  border: 0; }

::selection {
  color: var(--light);
  background: #7c9082;
  text-shadow: none; }

::-webkit-selection {
  color: var(--light);
  background: #7c9082;
  text-shadow: none; }

::-moz-selection {
  color: var(--light);
  background: #7c9082;
  text-shadow: none; }

input[type=text] {
  height: 48px;
  padding: 1em !important;
  border-radius: 24px;
  font-size: 1.6rem; }

input[type=text] + label {
  padding: .5em 0 0 1em; }

textarea {
  border-radius: 24px;
  font-size: 1.6rem; }

ul.radiobuttons li {
  position: relative;
  display: inline-block;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 4px 0 0; }

ul.radiobuttons input[type="radio"] {
  width: 20px;
  height: 20px;
  border: 2px solid #bbbbbb;
  border-radius: 50%;
  background-color: var(--light);
  background-clip: content-box;
  appearance: none; }
  ul.radiobuttons input[type="radio"]:checked {
    background-color: #00123d; }

ul.checkboxes li {
  display: inline-block;
  display: flex;
  margin: 8px 0 0; }

ul.checkboxes input[type="checkbox"] {
  margin-right: 5px;
  transform: scale(1.6); }

.yy_btn, .button, input[type=submit] {
  position: relative;
  display: block; }

.button {
  padding: 8px 16px;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;
  text-align: center;
  text-transform: uppercase;
  color: var(--light);
  border: none;
  border-radius: 20px;
  background: var(--primary);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal; }
  .button:hover {
    text-decoration: none;
    color: var(--light);
    background: var(--main); }

.button.big {
  max-width: 390px;
  padding: 10px 20px;
  color: var(--light);
  background: var(--primary);
  font-size: 2rem; }
  .button.big:hover {
    color: var(--light);
    background: var(--main); }

.yy_btn:hover, .button:hover, input[type=submit]:hover {
  color: var(--light);
  background: var(--main); }

.button {
  padding: 8px 16px;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;
  text-align: center;
  text-transform: uppercase;
  color: var(--light);
  border: none;
  border-radius: 20px;
  background: var(--primary);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal; }
  .button:hover {
    text-decoration: none;
    color: var(--light);
    background: var(--main); }

.button--big {
  max-width: 390px;
  padding: 10px 20px;
  color: var(--light);
  background: var(--primary);
  font-size: 2rem; }
  .button--big:hover {
    color: var(--light);
    background: var(--main); }

.button--cv {
  max-width: 390px;
  padding: 10px 20px;
  color: var(--light);
  background: var(--main);
  font-size: 2rem; }
  .button--cv:hover {
    color: var(--main);
    background: var(--light); }

.button--apply {
  padding: 8px 16px;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;
  text-align: center;
  text-transform: uppercase;
  color: var(--light);
  border: none;
  border-radius: 20px;
  background: var(--primary);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal; }
  .button--apply:hover {
    text-decoration: none;
    color: var(--primary);
    background: var(--light); }

.gform_button {
  margin-top: 2rem;
  max-width: 390px;
  padding: 10px 20px;
  color: var(--light);
  background: var(--primary);
  font-size: 2rem; }
  .gform_button:hover {
    color: var(--light);
    background: var(--main); }

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

main .attachment-post-thumbnail {
  margin: 0 0 20px 0; }

.shadow {
  box-shadow: 0 0 2rem 0 rgba(0, 18, 61, 0.08); }
  .shadow:hover {
    box-shadow: 0 5px 2rem 0 #00123d1f; }

section {
  position: relative;
  width: 100%; }

/* self-clear a section */
section:after {
  display: table;
  clear: both;
  content: ""; }

.section-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1350px;
  margin: 0 auto;
  padding-right: 1em;
  padding-left: 1em; }
  @media only screen and (min-width: 768px) {
    .section-inner {
      padding-right: 2em;
      padding-left: 2em; } }
  @media only screen and (min-width: 1280px) {
    .section-inner {
      padding-right: 4em;
      padding-left: 4em; } }
  .section-inner .section-title {
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600; }

.content-top {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 10em;
  padding: 4em 0 2em;
  color: var(--light);
  background: var(--main);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media only screen and (min-width: 1000px) {
    .content-top {
      min-height: 360px;
      padding-bottom: 4em; } }
  .content-top form {
    max-width: 388px; }
    .content-top form input {
      width: 100%; }
    .content-top form input[type=text] {
      margin-bottom: 20px; }
      .content-top form input[type=text]::placeholder {
        font-family: "Font Awesome 5 Free", Montserrat;
        font-weight: normal; }

@media only screen and (min-width: 1000px) {
  main .section-page-inner, .vacature-archive-body-inner, .vacature-single-body-inner, .vacature-single-top-inner, section.solliciteer-nu .section-inner, .section-introductie-inner {
    display: grid;
    align-items: start;
    grid-gap: 4rem;
    row-gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 150px 1fr; } }

@media only screen and (min-width: 1000px) {
  main .section-page-inner, .vacature-single-body-inner, .vacature-single-top-inner, .section-introductie-inner, .vacature-archive-body-inner {
    margin-top: -180px; } }

.left {
  position: relative;
  padding-top: 2em;
  padding-bottom: 2em; }
  @media only screen and (min-width: 1000px) {
    .left {
      padding-right: 2em;
      border-top-right-radius: 24px;
      border-bottom-right-radius: 24px;
      background: var(--light);
      grid-row: 1/3; }
      .left::before {
        position: absolute;
        top: 0;
        bottom: 0;
        bottom: 0;
        left: -200%;
        display: block;
        width: 200%;
        content: "";
        background: var(--light); } }

.right {
  width: 100%;
  margin-top: 2em;
  padding-bottom: 2em; }
  @media only screen and (min-width: 1000px) {
    .right {
      padding-top: 0;
      padding-bottom: 0;
      grid-row: 2/3; } }

@media only screen and (min-width: 1000px) {
  .section-page-inner .left {
    grid-column: 1/6; } }

@media only screen and (min-width: 1000px) {
  .vacature-archive-body-inner .left, .vacature-single-body-inner .left {
    grid-column: 1/5; } }

@media only screen and (min-width: 1000px) {
  .vacature-archive-body-inner .right, .vacature-single-body-inner .right {
    grid-column: 5/13;
    grid-row: 2/3; } }

.section-introductie-inner .left {
  display: none; }
  @media only screen and (min-width: 1000px) {
    .section-introductie-inner .left {
      display: block;
      padding: 3em 6em 3em 0;
      grid-column: 1/7; } }

@media only screen and (min-width: 1000px) {
  .section-introductie-inner .right {
    position: relative;
    top: -2.2rem;
    left: -4rem;
    width: calc(100% + 4rem);
    background-size: cover;
    grid-column: 7/14;
    aspect-ratio: 3/2; } }

@supports not (aspect-ratio: 3/2) {
  .section-introductie-inner .right::before {
    float: left;
    padding-top: 66.66%;
    content: ""; }
  .section-introductie-inner .right::after {
    display: block;
    clear: both;
    content: ""; } }

@media only screen and (min-width: 1000px) {
  .vacature-single-body-inner .left, .vacature-single-top-inner .left {
    grid-column: 1/8; } }

@media only screen and (min-width: 1000px) {
  .vacature-single-body-inner .right, .vacature-single-top-inner .right {
    grid-column: 8/13; } }

section.solliciteer-nu .left {
  background-color: transparent; }
  @media only screen and (min-width: 768px) {
    section.solliciteer-nu .left {
      grid-column: 1/7; }
      section.solliciteer-nu .left:before {
        display: none; } }
  @media only screen and (max-width: 768px) {
    section.solliciteer-nu .left {
      display: none; } }

section.solliciteer-nu .right {
  color: var(--main);
  border-radius: 16px;
  background-color: white; }
  @media only screen and (min-width: 768px) {
    section.solliciteer-nu .right {
      grid-column: 7/13;
      grid-row: 1/3; } }

@media only screen and (min-width: 1000px) {
  .section-page-inner .right {
    grid-column: 6/13; } }

ul.pagelinks {
  display: flex;
  flex-direction: row;
  margin-bottom: 2em; }
  ul.pagelinks li {
    margin-right: 1.5em; }

ul.jobdata {
  margin-bottom: 3em;
  padding: 0; }
  ul.jobdata li {
    margin-bottom: 1em;
    padding-left: 2.5em; }
    ul.jobdata li:before {
      display: inline-block;
      margin-left: -1.5em;
      padding-right: .5em;
      content: "\f00c";
      color: var(--primary);
      font-family: "Font Awesome 5 Free";
      font-size: 2rem; }

.content-top-video {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%); }

.content-top-overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  opacity: 75%;
  background-image: linear-gradient(90deg, var(--main) 73%, rgba(0, 18, 61, 0.16) 100%); }

.content-top-inner {
  position: relative;
  flex-direction: column; }

.header {
  position: fixed;
  z-index: 50;
  top: 0;
  overflow: visible;
  width: 100%;
  background-color: white; }

.header-inner {
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  height: 10em;
  padding-top: 3em;
  padding-bottom: 4em;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  justify-items: center; }

body.scrolled .header-inner, body.page-template-custom-full-width .header-inner {
  height: 5em;
  padding: 2em 16px; }
  @media only screen and (min-width: 768px) {
    body.scrolled .header-inner, body.page-template-custom-full-width .header-inner {
      padding: 2em 30px; } }
  @media only screen and (min-width: 1280px) {
    body.scrolled .header-inner, body.page-template-custom-full-width .header-inner {
      padding: 2em 60px; } }

.logo {
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  transition: all .15s; }

.logo img {
  width: auto;
  height: 40px; }
  @media only screen and (min-width: 768px) {
    .logo img {
      height: 63px; } }

nav {
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  transition: all .15s; }
  @media only screen and (max-width: 1000px) {
    nav {
      display: none; } }
  nav > ul {
    display: flex;
    flex-direction: row; }
  nav li {
    position: relative;
    margin: 0 2em 0 0;
    list-style: none; }
    nav li a {
      display: block;
      padding: 8px 0;
      -webkit-transition: all .15s;
      -moz-transition: all .15s;
      transition: all .15s;
      color: #151e2a;
      font-size: 1.5rem;
      font-weight: 500; }
      nav li a:hover {
        color: var(--primary); }
  nav li.current-menu-item a {
    color: var(--primary); }
  nav ul.menu > li:first-child {
    margin-left: 2em; }
    nav ul.menu > li:first-child > a {
      display: block;
      padding: 8px 16px;
      -webkit-transition: all .1s linear;
      -moz-transition: all .1s linear;
      transition: all .1s linear;
      text-align: center;
      text-transform: uppercase;
      color: var(--light);
      border: none;
      border-radius: 20px;
      background: var(--primary);
      font-size: 1.5rem;
      font-weight: 500;
      line-height: normal; }
      nav ul.menu > li:first-child > a:hover {
        text-decoration: none;
        color: var(--light);
        background: var(--main); }
  nav .sub-menu {
    position: absolute;
    z-index: 100;
    top: 5em;
    visibility: hidden;
    width: 280px;
    margin-left: -20px;
    padding: 0;
    transition: .2s ease-out;
    opacity: 0; }
    nav .sub-menu li {
      margin: 0; }
      nav .sub-menu li a {
        width: 200px;
        height: 50px;
        padding: 0 20px;
        color: #151e2a;
        background: #efeaea;
        line-height: 1; }
        nav .sub-menu li a:hover {
          padding: 0 25px;
          color: var(--light);
          background: #7c9082; }
    nav .sub-menu li.current-menu-item a {
      color: var(--light);
      background: #7c9082; }
  nav .current_page_item .sub-menu li a {
    width: 200px;
    height: 50px;
    padding: 0 20px;
    color: #151e2a;
    background: #efeaea;
    line-height: 1; }

li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1; }

.sticky {
  height: 8vh;
  border-bottom: 1px solid #efeaea; }

.sticky nav {
  margin: 0 0 0 0; }

.sticky nav, .sticky nav li a {
  height: 10vh;
  line-height: 10vh; }

.sticky nav .sub-menu {
  top: 0; }

.sticky .logo {
  top: 22%; }

.sticky .button-open, .sticky .closebtn {
  height: 10vh; }

.left-filter-content-open .left {
  background-color: var(--light); }

@media only screen and (max-width: 1000px) {
  .left-filter-content {
    margin: 0 -1em;
    padding: 2em 2rem; } }

section.footer-top {
  min-height: 160px;
  padding: 4em 0;
  background-color: var(--primary); }

section.footer-top .section-inner {
  flex-direction: column; }

section.footer-top .section-inner h2 {
  color: var(--light); }

section.footer-top .section-inner h2 span {
  color: #00123d; }

section.footer-top .section-inner p {
  max-width: 60%;
  margin: .75em 0;
  color: var(--light);
  font-weight: normal; }

section.footer-top .section-inner > a.button {
  display: block;
  margin: 1em 0 3em; }

.footer {
  padding: 4em 0 2em;
  color: var(--main);
  background: #f0f2f2; }
  .footer .section-inner {
    position: relative; }
  .footer .footerlogo {
    position: relative; }
    @media (min-width: 768px) {
      .footer .footerlogo {
        max-width: 18rem; } }
    .footer .footerlogo a {
      position: absolute;
      top: 0;
      left: 0; }
  .footer h2.widgettitle {
    margin: 0 0 .25em 0;
    font-size: 2rem; }
  .footer h3 {
    margin: 0 0 30px 0; }

.widgets {
  display: grid;
  margin-top: 2em;
  grid-gap: 2em;
  grid-template-columns: repeat(auto-fill, minmax(min(23rem, 100%), 1fr)); }
  @media only screen and (min-width: 1280px) {
    .widgets {
      grid-template-columns: 34% 1fr 1fr 1fr; } }
  .widgets > li {
    margin-bottom: 2em;
    line-height: 1.8; }
    .widgets > li:first-child {
      font-size: 1.4rem; }
      @media only screen and (min-width: 1280px) {
        .widgets > li:first-child {
          flex-basis: 32%; } }
      .widgets > li:first-child .widgettitle {
        opacity: 0; }

/* Introductie */
section.introductie {
  z-index: 30;
  display: flex;
  overflow: visible;
  margin-bottom: 60px;
  padding: 0;
  background-color: var(--light); }

section.introductie .section-inner {
  flex-direction: row; }
  @media only screen and (min-width: 1280px) {
    section.introductie .section-inner {
      flex-direction: column; } }

body.home section.introductie {
  background-color: transparent; }

body.home section.introductie .headroom {
  margin-top: 4em; }

body.home section.introductie i.fas {
  display: block;
  margin: 0 auto .4em;
  color: #f65e6d;
  font-size: 5rem; }

body.home .content-top {
  padding: 5em 0 10em; }
  @media only screen and (min-width: 1000px) {
    body.home .content-top {
      min-height: 600px; } }

/* ==========================================================================
   Content
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/* ==========================================================================
   Base
   ========================================================================== */
html,
body {
  margin: 0;
  padding: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-smooth: antialiased;
  text-rendering: optimizeLegibility; }

*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/* ==========================================================================
   Clear
   ========================================================================== */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

/* ==========================================================================
   Links
   ========================================================================== */
a {
  background: transparent; }

/* ==========================================================================
   Typography
   ========================================================================== */
b,
strong {
  font-weight: bold; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif; }

pre {
  white-space: pre-wrap; }

small {
  font-size: 80%; }

ul {
  list-style: none; }

ul,
menu,
dir {
  display: block;
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
img {
  border: 0;
  display: block; }

svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Forms
   ========================================================================== */
input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  border: none;
  background: #F0F2F2;
  padding: 10px 15px; }

input[type=text],
input[type=email] {
  height: 50px; }

textarea {
  height: 150px; }

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  outline: none; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

:root {
  --secondary: #f65e6d;
  --dark: #1d1d1b;
  --light: #ffffff;
  --main: #00123e;
  --primary: #46bb8b; }

@media only screen and (max-width: 1000px) {
  .desktop-only {
    display: none; } }

@media only screen and (min-width: 1000px) {
  .mobile-only {
    display: none; } }

ul {
  padding: 0; }

/* 1rem = 10px */
html {
  font-size: 62.5%; }

body {
  color: #1d1d1b;
  background: #f9f8f9;
  font-family: "Montserrat", sans-serif;
  /* set base font size to 16px */
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3; }
  body.page-template-custom-full-width {
    background: var(--light); }

h1 {
  margin: 0 0 16px 0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  color: var(--main);
  color: var(--light);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.1; }
  @media only screen and (min-width: 640px) {
    h1 {
      font-size: 5rem; } }
  h1 span {
    color: #f65e6d; }

h2 {
  margin-top: 10px;
  color: var(--main);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3; }
  @media only screen and (min-width: 640px) {
    h2 {
      font-size: 3rem; } }

h3, h4, h5, h6 {
  color: var(--main);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3; }

p {
  margin: 0 0 20px 0;
  line-height: 1.375; }

a {
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;
  text-decoration: none;
  color: var(--primary); }

a:hover {
  text-decoration: underline;
  color: var(--main); }

hr {
  width: 185px;
  height: 1px;
  margin: 1em 0 .5em;
  border: 0;
  border-top: 1.5px solid #f65e6d; }

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px; }

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: auto;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  border: 0; }

::selection {
  color: var(--light);
  background: #7c9082;
  text-shadow: none; }

::-webkit-selection {
  color: var(--light);
  background: #7c9082;
  text-shadow: none; }

::-moz-selection {
  color: var(--light);
  background: #7c9082;
  text-shadow: none; }

input[type=text] {
  height: 48px;
  padding: 1em !important;
  border-radius: 24px;
  font-size: 1.6rem; }

input[type=text] + label {
  padding: .5em 0 0 1em; }

textarea {
  border-radius: 24px;
  font-size: 1.6rem; }

ul.radiobuttons li {
  position: relative;
  display: inline-block;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 4px 0 0; }

ul.radiobuttons input[type="radio"] {
  width: 20px;
  height: 20px;
  border: 2px solid #bbbbbb;
  border-radius: 50%;
  background-color: var(--light);
  background-clip: content-box;
  appearance: none; }
  ul.radiobuttons input[type="radio"]:checked {
    background-color: #00123d; }

ul.checkboxes li {
  display: inline-block;
  display: flex;
  margin: 8px 0 0; }

ul.checkboxes input[type="checkbox"] {
  margin-right: 5px;
  transform: scale(1.6); }

.yy_btn, .button, input[type=submit] {
  position: relative;
  display: block; }

.button {
  padding: 8px 16px;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;
  text-align: center;
  text-transform: uppercase;
  color: var(--light);
  border: none;
  border-radius: 20px;
  background: var(--primary);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal; }
  .button:hover {
    text-decoration: none;
    color: var(--light);
    background: var(--main); }

.button.big {
  max-width: 390px;
  padding: 10px 20px;
  color: var(--light);
  background: var(--primary);
  font-size: 2rem; }
  .button.big:hover {
    color: var(--light);
    background: var(--main); }

.yy_btn:hover, .button:hover, input[type=submit]:hover {
  color: var(--light);
  background: var(--main); }

.button {
  padding: 8px 16px;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;
  text-align: center;
  text-transform: uppercase;
  color: var(--light);
  border: none;
  border-radius: 20px;
  background: var(--primary);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal; }
  .button:hover {
    text-decoration: none;
    color: var(--light);
    background: var(--main); }

.button--big {
  max-width: 390px;
  padding: 10px 20px;
  color: var(--light);
  background: var(--primary);
  font-size: 2rem; }
  .button--big:hover {
    color: var(--light);
    background: var(--main); }

.button--cv {
  max-width: 390px;
  padding: 10px 20px;
  color: var(--light);
  background: var(--main);
  font-size: 2rem; }
  .button--cv:hover {
    color: var(--main);
    background: var(--light); }

.button--apply {
  padding: 8px 16px;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;
  text-align: center;
  text-transform: uppercase;
  color: var(--light);
  border: none;
  border-radius: 20px;
  background: var(--primary);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal; }
  .button--apply:hover {
    text-decoration: none;
    color: var(--primary);
    background: var(--light); }

.gform_button {
  margin-top: 2rem;
  max-width: 390px;
  padding: 10px 20px;
  color: var(--light);
  background: var(--primary);
  font-size: 2rem; }
  .gform_button:hover {
    color: var(--light);
    background: var(--main); }

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

main .attachment-post-thumbnail {
  margin: 0 0 20px 0; }

.shadow {
  box-shadow: 0 0 2rem 0 rgba(0, 18, 61, 0.08); }
  .shadow:hover {
    box-shadow: 0 5px 2rem 0 #00123d1f; }

section {
  position: relative;
  width: 100%; }

/* self-clear a section */
section:after {
  display: table;
  clear: both;
  content: ""; }

.section-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1350px;
  margin: 0 auto;
  padding-right: 1em;
  padding-left: 1em; }
  @media only screen and (min-width: 768px) {
    .section-inner {
      padding-right: 2em;
      padding-left: 2em; } }
  @media only screen and (min-width: 1280px) {
    .section-inner {
      padding-right: 4em;
      padding-left: 4em; } }
  .section-inner .section-title {
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600; }

.content-top {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 10em;
  padding: 4em 0 2em;
  color: var(--light);
  background: var(--main);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media only screen and (min-width: 1000px) {
    .content-top {
      min-height: 360px;
      padding-bottom: 4em; } }
  .content-top form {
    max-width: 388px; }
    .content-top form input {
      width: 100%; }
    .content-top form input[type=text] {
      margin-bottom: 20px; }
      .content-top form input[type=text]::placeholder {
        font-family: "Font Awesome 5 Free", Montserrat;
        font-weight: normal; }

@media only screen and (min-width: 1000px) {
  main .section-page-inner, .vacature-archive-body-inner, .vacature-single-body-inner, .vacature-single-top-inner, section.solliciteer-nu .section-inner, .section-introductie-inner {
    display: grid;
    align-items: start;
    grid-gap: 4rem;
    row-gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 150px 1fr; } }

@media only screen and (min-width: 1000px) {
  main .section-page-inner, .vacature-single-body-inner, .vacature-single-top-inner, .section-introductie-inner, .vacature-archive-body-inner {
    margin-top: -180px; } }

.left {
  position: relative;
  padding-top: 2em;
  padding-bottom: 2em; }
  @media only screen and (min-width: 1000px) {
    .left {
      padding-right: 2em;
      border-top-right-radius: 24px;
      border-bottom-right-radius: 24px;
      background: var(--light);
      grid-row: 1/3; }
      .left::before {
        position: absolute;
        top: 0;
        bottom: 0;
        bottom: 0;
        left: -200%;
        display: block;
        width: 200%;
        content: "";
        background: var(--light); } }

.right {
  width: 100%;
  margin-top: 2em;
  padding-bottom: 2em; }
  @media only screen and (min-width: 1000px) {
    .right {
      padding-top: 0;
      padding-bottom: 0;
      grid-row: 2/3; } }

@media only screen and (min-width: 1000px) {
  .section-page-inner .left {
    grid-column: 1/6; } }

@media only screen and (min-width: 1000px) {
  .vacature-archive-body-inner .left, .vacature-single-body-inner .left {
    grid-column: 1/5; } }

@media only screen and (min-width: 1000px) {
  .vacature-archive-body-inner .right, .vacature-single-body-inner .right {
    grid-column: 5/13;
    grid-row: 2/3; } }

.section-introductie-inner .left {
  display: none; }
  @media only screen and (min-width: 1000px) {
    .section-introductie-inner .left {
      display: block;
      padding: 3em 6em 3em 0;
      grid-column: 1/7; } }

@media only screen and (min-width: 1000px) {
  .section-introductie-inner .right {
    position: relative;
    top: -2.2rem;
    left: -4rem;
    width: calc(100% + 4rem);
    background-size: cover;
    grid-column: 7/14;
    aspect-ratio: 3/2; } }

@supports not (aspect-ratio: 3/2) {
  .section-introductie-inner .right::before {
    float: left;
    padding-top: 66.66%;
    content: ""; }
  .section-introductie-inner .right::after {
    display: block;
    clear: both;
    content: ""; } }

@media only screen and (min-width: 1000px) {
  .vacature-single-body-inner .left, .vacature-single-top-inner .left {
    grid-column: 1/8; } }

@media only screen and (min-width: 1000px) {
  .vacature-single-body-inner .right, .vacature-single-top-inner .right {
    grid-column: 8/13; } }

section.solliciteer-nu .left {
  background-color: transparent; }
  @media only screen and (min-width: 768px) {
    section.solliciteer-nu .left {
      grid-column: 1/7; }
      section.solliciteer-nu .left:before {
        display: none; } }
  @media only screen and (max-width: 768px) {
    section.solliciteer-nu .left {
      display: none; } }

section.solliciteer-nu .right {
  color: var(--main);
  border-radius: 16px;
  background-color: white; }
  @media only screen and (min-width: 768px) {
    section.solliciteer-nu .right {
      grid-column: 7/13;
      grid-row: 1/3; } }

@media only screen and (min-width: 1000px) {
  .section-page-inner .right {
    grid-column: 6/13; } }

ul.pagelinks {
  display: flex;
  flex-direction: row;
  margin-bottom: 2em; }
  ul.pagelinks li {
    margin-right: 1.5em; }

ul.jobdata {
  margin-bottom: 3em;
  padding: 0; }
  ul.jobdata li {
    margin-bottom: 1em;
    padding-left: 2.5em; }
    ul.jobdata li:before {
      display: inline-block;
      margin-left: -1.5em;
      padding-right: .5em;
      content: "\f00c";
      color: var(--primary);
      font-family: "Font Awesome 5 Free";
      font-size: 2rem; }

.content-top-video {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%); }

.content-top-overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  opacity: 75%;
  background-image: linear-gradient(90deg, var(--main) 73%, rgba(0, 18, 61, 0.16) 100%); }

.content-top-inner {
  position: relative;
  flex-direction: column; }

.header {
  position: fixed;
  z-index: 50;
  top: 0;
  overflow: visible;
  width: 100%;
  background-color: white; }

.header-inner {
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  height: 10em;
  padding-top: 3em;
  padding-bottom: 4em;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  justify-items: center; }

body.scrolled .header-inner, body.page-template-custom-full-width .header-inner {
  height: 5em;
  padding: 2em 16px; }
  @media only screen and (min-width: 768px) {
    body.scrolled .header-inner, body.page-template-custom-full-width .header-inner {
      padding: 2em 30px; } }
  @media only screen and (min-width: 1280px) {
    body.scrolled .header-inner, body.page-template-custom-full-width .header-inner {
      padding: 2em 60px; } }

.logo {
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  transition: all .15s; }

.logo img {
  width: auto;
  height: 40px; }
  @media only screen and (min-width: 768px) {
    .logo img {
      height: 63px; } }

nav {
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  transition: all .15s; }
  @media only screen and (max-width: 1000px) {
    nav {
      display: none; } }
  nav > ul {
    display: flex;
    flex-direction: row; }
  nav li {
    position: relative;
    margin: 0 2em 0 0;
    list-style: none; }
    nav li a {
      display: block;
      padding: 8px 0;
      -webkit-transition: all .15s;
      -moz-transition: all .15s;
      transition: all .15s;
      color: #151e2a;
      font-size: 1.5rem;
      font-weight: 500; }
      nav li a:hover {
        color: var(--primary); }
  nav li.current-menu-item a {
    color: var(--primary); }
  nav ul.menu > li:first-child {
    margin-left: 2em; }
    nav ul.menu > li:first-child > a {
      display: block;
      padding: 8px 16px;
      -webkit-transition: all .1s linear;
      -moz-transition: all .1s linear;
      transition: all .1s linear;
      text-align: center;
      text-transform: uppercase;
      color: var(--light);
      border: none;
      border-radius: 20px;
      background: var(--primary);
      font-size: 1.5rem;
      font-weight: 500;
      line-height: normal; }
      nav ul.menu > li:first-child > a:hover {
        text-decoration: none;
        color: var(--light);
        background: var(--main); }
  nav .sub-menu {
    position: absolute;
    z-index: 100;
    top: 5em;
    visibility: hidden;
    width: 280px;
    margin-left: -20px;
    padding: 0;
    transition: .2s ease-out;
    opacity: 0; }
    nav .sub-menu li {
      margin: 0; }
      nav .sub-menu li a {
        width: 200px;
        height: 50px;
        padding: 0 20px;
        color: #151e2a;
        background: #efeaea;
        line-height: 1; }
        nav .sub-menu li a:hover {
          padding: 0 25px;
          color: var(--light);
          background: #7c9082; }
    nav .sub-menu li.current-menu-item a {
      color: var(--light);
      background: #7c9082; }
  nav .current_page_item .sub-menu li a {
    width: 200px;
    height: 50px;
    padding: 0 20px;
    color: #151e2a;
    background: #efeaea;
    line-height: 1; }

li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1; }

.sticky {
  height: 8vh;
  border-bottom: 1px solid #efeaea; }

.sticky nav {
  margin: 0 0 0 0; }

.sticky nav, .sticky nav li a {
  height: 10vh;
  line-height: 10vh; }

.sticky nav .sub-menu {
  top: 0; }

.sticky .logo {
  top: 22%; }

.sticky .button-open, .sticky .closebtn {
  height: 10vh; }

.left-filter-content-open .left {
  background-color: var(--light); }

@media only screen and (max-width: 1000px) {
  .left-filter-content {
    margin: 0 -1em;
    padding: 2em 2rem; } }

section.footer-top {
  min-height: 160px;
  padding: 4em 0;
  background-color: var(--primary); }

section.footer-top .section-inner {
  flex-direction: column; }

section.footer-top .section-inner h2 {
  color: var(--light); }

section.footer-top .section-inner h2 span {
  color: #00123d; }

section.footer-top .section-inner p {
  max-width: 60%;
  margin: .75em 0;
  color: var(--light);
  font-weight: normal; }

section.footer-top .section-inner > a.button {
  display: block;
  margin: 1em 0 3em; }

.footer {
  padding: 4em 0 2em;
  color: var(--main);
  background: #f0f2f2; }
  .footer .section-inner {
    position: relative; }
  .footer .footerlogo {
    position: relative; }
    @media (min-width: 768px) {
      .footer .footerlogo {
        max-width: 18rem; } }
    .footer .footerlogo a {
      position: absolute;
      top: 0;
      left: 0; }
  .footer h2.widgettitle {
    margin: 0 0 .25em 0;
    font-size: 2rem; }
  .footer h3 {
    margin: 0 0 30px 0; }

.widgets {
  display: grid;
  margin-top: 2em;
  grid-gap: 2em;
  grid-template-columns: repeat(auto-fill, minmax(min(23rem, 100%), 1fr)); }
  @media only screen and (min-width: 1280px) {
    .widgets {
      grid-template-columns: 34% 1fr 1fr 1fr; } }
  .widgets > li {
    margin-bottom: 2em;
    line-height: 1.8; }
    .widgets > li:first-child {
      font-size: 1.4rem; }
      @media only screen and (min-width: 1280px) {
        .widgets > li:first-child {
          flex-basis: 32%; } }
      .widgets > li:first-child .widgettitle {
        opacity: 0; }

/* Introductie */
section.introductie {
  z-index: 30;
  display: flex;
  overflow: visible;
  margin-bottom: 60px;
  padding: 0;
  background-color: var(--light); }

section.introductie .section-inner {
  flex-direction: row; }
  @media only screen and (min-width: 1280px) {
    section.introductie .section-inner {
      flex-direction: column; } }

body.home section.introductie {
  background-color: transparent; }

body.home section.introductie .headroom {
  margin-top: 4em; }

body.home section.introductie i.fas {
  display: block;
  margin: 0 auto .4em;
  color: #f65e6d;
  font-size: 5rem; }

body.home .content-top {
  padding: 5em 0 10em; }
  @media only screen and (min-width: 1000px) {
    body.home .content-top {
      min-height: 600px; } }

/* Vacatures */
section.vacatures {
  padding-top: 0; }

section.vacatures h2 {
  text-align: left;
  font-size: 5rem;
  /* margin: 2em auto 1em; */
  font-weight: 200; }

section.vacatures h3 {
  margin: 0 0 .5em; }

section.vacatures .vacatures-inner > a.button {
  margin: 1em 0 3em; }

section.vacatures .vacatures-inner > ul {
  width: 100%; }

ul.vacaturelist > li {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  padding: 1em;
  transition: all 0.15s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  background-color: var(--light); }
  ul.vacaturelist > li:hover {
    z-index: 100;
    transform: scale(1.02);
    transform-origin: center center;
    box-shadow: 0 5px 2rem 0 #00123d1f; }
    ul.vacaturelist > li:hover h3 {
      color: var(--primary); }
  @media only screen and (min-width: 640px) {
    ul.vacaturelist > li {
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between; } }
  ul.vacaturelist > li:nth-child(even) {
    background-color: rgba(0, 18, 62, 0.05); }
  ul.vacaturelist > li h3 {
    margin: 12px 0 6px;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    overflow-wrap: break-word; }
  ul.vacaturelist > li .button {
    align-self: center;
    flex: 0 0 auto; }
  ul.vacaturelist > li a:hover {
    text-decoration: none; }
    ul.vacaturelist > li a:hover h3 {
      color: var(--primary); }

@media only screen and (min-width: 640px) {
  ul.vacaturelist .vacature-inner {
    margin-right: 2em; } }

ul.vacaturelist ul.subfields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 6px; }
  ul.vacaturelist ul.subfields li {
    margin-right: 12px;
    padding: 4px 4px 4px 0;
    color: #425175;
    border-radius: 16px; }
  @media only screen and (max-width: 640px) {
    ul.vacaturelist ul.subfields li:nth-child(2) {
      order: 1; } }
  ul.vacaturelist ul.subfields i.fas {
    margin-right: .4em;
    font-style: normal; }
    ul.vacaturelist ul.subfields i.fas:before {
      color: inherit; }

body.single-vacature .content-top {
  min-height: 0;
  padding: 0; }
  @media only screen and (min-width: 768px) {
    body.single-vacature .content-top {
      padding: 4em 0; } }

.vacature-single-top {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
  padding: 0 6px;
  content: "-";
  color: rgba(255, 255, 255, 0.7); }
  .vacature-single-top .right {
    margin-bottom: 0;
    padding-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .vacature-single-top .right {
        cursor: pointer;
        transition: all .4s ease-in-out;
        border-radius: 16px;
        background-color: white; } }
    .vacature-single-top .right p {
      margin: 2em;
      color: var(--main); }
    .vacature-single-top .right .right-top {
      display: flex;
      align-items: flex-start;
      flex-direction: row;
      padding: 16px;
      border-radius: 16px;
      background-color: var(--primary); }
      .vacature-single-top .right .right-top i.fas {
        float: left;
        margin-right: 16px;
        padding: 12px 16px;
        color: #f65e6d;
        border-radius: 50%;
        background-color: white;
        font-size: 3rem; }
      .vacature-single-top .right .right-top h3 {
        margin: 4px 0 0; }
      .vacature-single-top .right .right-top p {
        margin: 0;
        color: var(--main); }
  .vacature-single-top .left {
    background-color: transparent; }
    @media only screen and (min-width: 768px) {
      .vacature-single-top .left {
        padding: 11em 6em 9em 0; } }
    .vacature-single-top .left:before {
      display: none; }
  .vacature-single-top .vacature-single-top-inner {
    align-items: flex-start;
    flex-direction: column-reverse; }
    @media only screen and (min-width: 768px) {
      .vacature-single-top .vacature-single-top-inner {
        flex-direction: column; } }
  @media only screen and (max-width: 768px) {
    .vacature-single-top .right-bottom {
      display: none; } }
  @media only screen and (max-width: 768px) {
    .vacature-single-top h1 {
      margin: 16px 0 24px; } }
  .vacature-single-top ul.dates {
    color: rgba(255, 255, 255, 0.7); }
    @media only screen and (min-width: 640px) {
      .vacature-single-top ul.dates {
        display: flex;
        flex-direction: row;
        margin-bottom: 0; } }
    .vacature-single-top ul.dates li {
      margin-bottom: .5em; }
      .vacature-single-top ul.dates li:nth-child(2):before {
        padding: 0 6px;
        content: "-"; }
      @media only screen and (min-width: 640px) {
        .vacature-single-top ul.dates li {
          margin-bottom: 0; } }
  .vacature-single-top ul.subfields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 1em; }
    .vacature-single-top ul.subfields li {
      margin: 0 1em 1em 0;
      padding: 8px 16px;
      color: #a3aaaf;
      border-radius: 16px;
      background-color: rgba(255, 255, 255, 0.1);
      font-size: 1.4rem; }
  .vacature-single-top i.fas {
    margin-right: 1em;
    font-style: 1.6rem; }

.vacature-single-body {
  margin-bottom: 10rem; }
  .vacature-single-body #jobofferdescription {
    width: calc(100% + 2em);
    margin: 0;
    padding: 36px;
    border-radius: 16px;
    background-color: #f65e6d; }
    .vacature-single-body #jobofferdescription h2 {
      margin-top: 0;
      color: var(--light); }
    .vacature-single-body #jobofferdescription hr {
      display: none; }
    .vacature-single-body #jobofferdescription ul.jobdata li {
      color: var(--light); }
      .vacature-single-body #jobofferdescription ul.jobdata li:before {
        color: var(--main); }
  .vacature-single-body .right-top {
    position: sticky;
    padding: 16px;
    border-radius: 16px;
    background-color: #f65e6d; }
  .vacature-single-body .right-content {
    padding: 0 16px 16px; }
    .vacature-single-body .right-content i.fas {
      margin-top: 1em;
      color: rgba(70, 187, 139, 0.6);
      font-size: 5rem; }
    .vacature-single-body .right-content ul li {
      font-size: 1.8rem;
      line-height: 1.6; }
      .vacature-single-body .right-content ul li:before {
        padding-right: .5em;
        content: "\00BB"; }
  .vacature-single-body .right-footer {
    margin-top: 1em; }

.vacature-single-body-inner .left {
  width: 100%;
  margin: 30px 0;
  padding-bottom: 0;
  border-radius: 16px;
  box-shadow: 0 0 2rem 0 #00123d14; }
  @media only screen and (max-width: 768px) {
    .vacature-single-body-inner .left > div {
      margin: 2em; } }
  .vacature-single-body-inner .left > div#jobofferdescription {
    margin: 0; }
  @media only screen and (min-width: 768px) {
    .vacature-single-body-inner .left {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; } }

.vacature-single-body-inner .right {
  margin-top: 4rem;
  border-radius: 24px; }
  @media only screen and (max-width: 768px) {
    .vacature-single-body-inner .right {
      display: none; } }

@media only screen and (max-width: 1000px) {
  ul.pagelinks {
    display: none; } }

@media only screen and (max-width: 640px) {
  .vacature-single-body #jobofferdescription {
    width: 100%; } }

.vacature-archive-top {
  height: auto;
  padding-bottom: 12em; }

@media only screen and (max-width: 768px) {
  .vacature-archive-top {
    display: none; }
  .vacature-archive-body {
    margin-top: 10em; } }

.vacature-archive-body-inner {
  flex-direction: column; }
  @media only screen and (min-width: 1000px) {
    .vacature-archive-body-inner {
      flex-direction: row; } }
  .vacature-archive-body-inner form input {
    max-width: 380px;
    border-radius: 24px; }
  .vacature-archive-body-inner:after {
    display: table;
    clear: both;
    content: ""; }
  .vacature-archive-body-inner .left h2 {
    margin-bottom: 0; }
    @media only screen and (min-width: 1000px) {
      .vacature-archive-body-inner .left h2 {
        margin: 20px 0 60px 0; } }
  @media only screen and (max-width: 1000px) {
    .vacature-archive-body-inner .left .filter-content {
      overflow: hidden;
      max-height: 0; }
    .vacature-archive-body-inner .left .filter-content-open {
      max-height: 1000px;
      padding-bottom: 16px; } }
  .vacature-archive-body-inner .left-filter-content-open {
    background: var(--light); }
  .vacature-archive-body-inner h2 {
    margin: 20px 0 60px 0; }
    .vacature-archive-body-inner h2 span {
      color: #f65e6d; }
  .vacature-archive-body-inner .vacaturelist {
    display: flex;
    flex-direction: column; }
    .vacature-archive-body-inner .vacaturelist > li {
      margin-bottom: 2em;
      padding: 8px 24px;
      border-radius: 16px;
      background-color: var(--light); }
      .vacature-archive-body-inner .vacaturelist > li:hover {
        transform: scale(1.03); }

.filter-button {
  position: absolute;
  top: 2.8rem;
  right: 2rem;
  color: var(--main);
  border: 0;
  background: transparent;
  font-weight: bold; }
  .filter-button:hover {
    color: var(--primary); }

ul.active-filters {
  margin: 5rem 0; }
  ul.active-filters li {
    background: var(--light);
    border-radius: 8px;
    margin: 1rem 0;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    font-weight: normal;
    color: #425175; }
    ul.active-filters li button {
      border: 0;
      border-radius: 12px;
      float: right;
      margin: 0; }

.cover-button {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; }

.divider {
  font-weight: 500; }

ul.pagination {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em; }

/* Partners */
section.partners .partner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  background: var(--light); }

section.partners .partner img {
  width: 60%;
  height: auto; }

/* Solliciteren */
section.contact {
  display: flex; }

section.contact .text {
  width: 100%;
  padding: 40px 20vw 40px 40px;
  background: var(--light); }

section.contact .title {
  display: block;
  margin: 0 0 30px 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4; }

section.contact .excerpt {
  margin: 0 0 20px 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5; }

section.contact .excerpt:last-child {
  margin: 0 0 30px 0; }

section.contact ul {
  padding: 0;
  list-style: none; }

section.contact .telefoon {
  display: block;
  float: left;
  height: 40px;
  padding: 12px 0 0 20px; }

label {
  display: block;
  width: 100%;
  margin: 0 0 5px 0; }

/* Projecten */
section.projecten .project {
  color: #151e2a;
  background: var(--light); }

section.projecten .project:hover .button {
  background: #151e2a; }

section.projecten .text {
  padding: 30px 40px 40px 40px; }

section.projecten .image {
  width: 100%;
  padding-top: 66.66%; }

/* Branches */
section.branches {
  padding: 4em 0;
  color: var(--light);
  background-color: var(--main); }

section.branches .section-inner {
  flex-direction: column; }

section.branches h2 {
  color: var(--light);
  font-size: 5rem;
  font-weight: normal; }

section.branches h3 {
  color: var(--main); }

section.branches ul {
  display: grid;
  width: 100%;
  grid-gap: 2em;
  grid-template-columns: repeat(auto-fill, minmax(min(23rem, 100%), 1fr)); }

section.branches ul li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  background-color: var(--light);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1 / 1; }

section.branches ul li div.branch-inner {
  margin-top: auto;
  padding: 1em;
  text-align: right;
  opacity: .9;
  color: var(--light);
  border-radius: 8px;
  background-color: var(--primary); }

section.branches ul li div.branch-inner a {
  color: var(--light); }

section.solliciteer-nu {
  padding: 0;
  color: var(--light);
  background-color: var(--main); }
  section.solliciteer-nu .top-green {
    padding: 2em;
    color: #00123d;
    border-radius: 16px;
    background-color: var(--primary); }
    section.solliciteer-nu .top-green h2 {
      margin: 0;
      color: #00123d; }
    section.solliciteer-nu .top-green i.fas {
      float: left;
      margin-right: 16px;
      padding: 8px;
      color: #f65e6d;
      border-radius: 50%;
      background-color: var(--light);
      font-size: 3rem; }
  section.solliciteer-nu form {
    padding: 2em 24px; }
  section.solliciteer-nu .gform_confirmation_message {
    padding: 2em 24px; }
  @media only screen and (min-width: 640px) {
    section.solliciteer-nu {
      padding: 4em 0; } }
  section.solliciteer-nu p:first-of-type {
    color: #f65e6d; }
  section.solliciteer-nu h2 {
    color: var(--light); }

.error404 .content-top, .error404 .footer {
  display: none;
  visibility: hidden; }

.error404 section {
  padding: 120px 0;
  text-align: center; }

.gfield {
  margin-bottom: 1rem; }

.gfield_label {
  margin: 2rem 0 1rem 0;
  font-weight: 700; }

.gfield_description {
  margin: -.5rem 0 1rem; }

.gfield_description, .ginput_container label {
  font-size: .813em; }

.ginput_container_name {
  display: flex;
  margin: 0 -1rem; }
  .ginput_container_name span {
    flex: 1;
    margin: 0 1rem; }

.gform_validation_container {
  position: absolute !important;
  left: -9000px;
  display: none !important; }

.ginput_container_fileupload {
  margin-bottom: 1rem; }

.gfield_required {
  margin-left: 4px;
  color: #790000; }

body.noscroll {
  overflow: hidden; }

body.noscroll header {
  position: inherit; }

.overlay {
  position: fixed;
  z-index: 100 !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow-y: scroll;
  width: 100vw;
  min-height: 100vh;
  padding: 10vh 10vw 60px 10vw;
  transition: .2s ease-out;
  background: var(--primary); }

.overlay a {
  display: block;
  padding: 0 0 20px 0;
  transition: .2s ease-out;
  color: var(--main);
  font-size: 3rem; }

.overlay a:hover, .overlay a:focus {
  margin: 0 0 0 5px;
  color: var(--light) !important; }

.overlay .current-menu-item a {
  color: var(--light); }

.overlay #menu-item-78 a:hover {
  margin: 0; }

.overlay .sub-menu {
  padding: 0 0 10px 20px; }

.overlay .sub-menu a {
  padding: 0 0 10px 20px;
  font-size: 2rem; }

.menu-toggle {
  position: relative;
  z-index: 200;
  padding: 1em;
  border: 0;
  background: none;
  font-size: 1rem; }
  @media only screen and (min-width: 1000px) {
    .menu-toggle {
      display: none; } }

.menu-toggle.opened {
  position: fixed;
  top: 64px;
  right: 64px; }

.menu-toggle:focus {
  outline: thin dotted;
  outline-offset: -2px; }

.menu-toggle svg {
  position: relative;
  /* Align more nicely with capital letters */
  top: -.0625em;
  display: inline-block;
  width: 2em;
  height: 2em;
  vertical-align: middle;
  fill: #151e2a; }

.menu-toggle:hover svg {
  fill: var(--primary); }

.menu-toggle.opened svg {
  fill: var(--light); }

.menu-toggle.opened:hover svg {
  fill: var(--main); }

/* Animate menu icon (lines). */
.svg-menu-toggle .line {
  transition: transform .3s ease-in-out, opacity .2s ease-in-out;
  transform: rotate(0) translateY(0) translateX(0);
  transform-origin: 1em 1em;
  opacity: 1; }

.svg-menu-toggle .line-1 {
  transform-origin: 1.2em 3.5em; }

.svg-menu-toggle .line-3 {
  transform-origin: 1.2em 6.5em; }

.menu-toggle.opened .svg-menu-toggle .line-1 {
  transform: rotate(45deg) translateY(0) translateX(0); }

.menu-toggle.opened .svg-menu-toggle .line-2 {
  opacity: 0; }

.menu-toggle.opened .svg-menu-toggle .line-3 {
  transform: rotate(-45deg) translateY(0em) translateX(0em); }

/* adapted from https://codepen.io/wallaceerick/pen/ojtal */
ul.tabs {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 280px;
  list-style: none;
  text-align: left; }

ul.tabs:after {
  display: table;
  clear: both;
  content: ""; }

ul.tabs input[type="radio"] {
  position: absolute;
  top: 0;
  left: -9999px; }

ul.tabs label {
  position: relative;
  top: 4px;
  display: block;
  padding: 6px 21px;
  cursor: pointer;
  transition: all .2s ease-in-out;
  font-weight: normal; }

ul.tabs label:hover {
  color: var(--light);
  border-radius: 16px;
  background-color: var(--main); }

ul.tabs .tab-content {
  position: absolute;
  z-index: 2;
  top: 53px;
  left: 0;
  display: none;
  overflow: hidden;
  width: 100%;
  padding: 1em 1em 8em;
  font-size: 1.7rem;
  line-height: 1.5; }

ul.tabs [id^="tab"]:checked + label {
  top: 0;
  text-decoration: underline; }

ul.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block; }
