@charset "UTF-8";
/*importeer de standaard files*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/*filter voor IE*/
/*centreren met margin. optioneel top en bottom*/
/*Placeholder stijling (per input/alle inputs)*/
/* Cookie styling AVG */
body #cn-notice-text span {
  font-weight: 700;
}
body .cookie-notice-container {
  text-align: left;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
}
#cookie-notice a {
  color: #fff;
  text-decoration: underline;
}
body .cookie-notice-container #cn-notice-text {
  line-height: 20px;
}
body #cookie-notice .button.wp-default {
  background: transparent;
  color: #fff;
  text-shadow: none;
  border-radius: 20px;
  padding: 10px 22px;
}
body #cookie-notice .button.wp-default#cn-more-info {
  border: none;
  text-decoration: underline;
  font-size: 13px;
}
body .gform_wrapper a {
  color: inherit;
  text-decoration: underline;
}
@media (max-width: 768px) {
  body .cookie-notice-container {
    display: block;
  }
  body .cookie-notice-container #cn-notice-text {
    display: block;
    padding: 0 0 15px 0;
  }
}
@media (max-width: 680px) {
  body .cookie-notice-container {
    font-size: 11px;
  }
  body #cookie-notice .button.wp-default {
    padding: 5px 15px;
  }
}
/* Einde cookie styling AVG */
#mobiel_menu {
  display: none;
}
.desktop_menu #mobiel_menu {
  display: block;
}
.desktop_menu #mobile_toggle {
  align-items: center;
  display: flex;
}
.desktop_menu #mobile_toggle #bar_container {
  position: relative;
}
.desktop_menu #mobile_toggle #bar_container span {
  background-color: #000;
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 20px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.desktop_menu #mobile_toggle #bar_container span:nth-of-type(1) {
  top: 0;
}
.desktop_menu #mobile_toggle #bar_container span:nth-of-type(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.desktop_menu #mobile_toggle #bar_container span:nth-of-type(3) {
  bottom: 0;
}
.desktop_menu #mobile_toggle:hover #bar_container span:nth-of-type(1) {
  top: 2px;
}
.desktop_menu #mobile_toggle:hover #bar_container span:nth-of-type(3) {
  bottom: 2px;
}
.desktop_menu #overlay_menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: rgba(17, 17, 17, 0.5);
  cursor: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M12.621,2.674L8,7.299L3.376,2.674c-0.254-0.253-0.664-0.253-0.919,0c-0.254,0.254-0.253,0.667,0,0.919l4.622,4.625l-4.624,4.625c-0.254,0.255-0.253,0.665,0,0.917c0.255,0.256,0.666,0.256,0.921,0L8,9.136l4.626,4.625c0.251,0.256,0.665,0.256,0.919,0c0.253-0.252,0.253-0.666,0-0.917L8.922,8.219l4.623-4.624c0.253-0.253,0.253-0.667,0-0.919C13.291,2.421,12.877,2.421,12.621,2.674z'/%3E%3C/svg%3E"), auto;
}
.desktop_menu #mobiel_menu {
  position: fixed;
  top: 0;
  bottom: 0;
  max-width: 100%;
  z-index: 4;
  padding: 30px 0px 0;
  display: block;
  box-sizing: border-box;
  right: 0;
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.desktop_menu #close_menu_container {
  position: absolute;
  right: 0;
  top: 0;
}
.desktop_menu #close_menu {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  background-color: #1178b3;
  cursor: pointer;
}
.desktop_menu #close_menu span {
  display: inline-block;
  height: 2px;
  background: #fff;
  position: absolute;
  width: 22px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -11px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.desktop_menu #close_menu span:first-of-type {
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.desktop_menu #close_menu span:last-of-type {
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.desktop_menu #close_menu:hover span {
  -ms-transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}
.desktop_menu #mobile_nav_container {
  height: 100%;
  overflow-y: auto;
  padding: 20px 0 0;
}
.desktop_menu #mobile_nav_container > div > ul > li {
  border-bottom: solid 1px #e9e9eb;
  position: relative;
  transition: all 0.25s ease;
}
.desktop_menu #mobile_nav_container > div > ul > li > a {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  padding: 17px 30px 17px 30px;
  display: block;
  text-transform: uppercase;
  transition: all 0.25s ease;
}
.desktop_menu #mobile_nav_container > div > ul > li:hover {
  background-color: #ff6600;
}
.desktop_menu #mobile_nav_container > div > ul > li:hover > a {
  padding: 17px 10px;
  font-size: 20px;
  color: #fff;
}
.desktop_menu #mobile_nav_container > div > ul > li > ul > li {
  line-height: 28px;
  padding: 7px 0;
  font-size: 14px;
}
.desktop_menu #mobile_nav_container > div > ul > li > ul > li > a {
  display: block;
}
.desktop_menu #mobile_nav_container > div > ul > li > ul > li > a:hover {
  color: #fff;
}
.desktop_menu #mobile_nav_container a {
  color: #33323f;
  transition: color 0.25s ease;
}
.desktop_menu #mobile_nav_container a:hover {
  text-decoration: none;
  color: #90929b;
}
#mobile_nav_container .current-menu-item a {
  text-decoration: none;
  color: #90929b;
}
.desktop_menu #mobile_nav_container .openMenu {
  position: absolute;
  right: 0;
  top: 20px;
  color: #c4c4c7;
  cursor: pointer;
  transition: all 0.25s ease;
}
.desktop_menu #mobile_nav_container .openMenu.sub_open_plus {
  transform: rotate(45deg);
}
body.desktop_menu.mobileOpen {
  overflow: hidden;
}
body.desktop_menu.mobileOpen #mobiel_menu {
  right: 340px;
  background-color: #f9f9fa;
  width: 340px;
}
.desktop_menu #mobile_nav_container > div > ul > li > ul.sub-menu {
  overflow: hidden;
  opacity: 0;
  max-height: 0px;
  transition: all 0.25s ease;
  margin: 0 0 0 20px;
}
.desktop_menu #mobile_nav_container > div > ul > li > ul.sub-menu.open_sub {
  visibility: visible;
  opacity: 1;
  max-height: 600px;
}
body.desktop_menu.mobileOpen #overlay_menu {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.desktop_menu #mob_contact {
  margin: 20px 0;
}
.desktop_menu #mob_contact #adres_mob {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpath fill='%2333323f' d='M7.999,0.817c-2.638,0-4.776,2.037-4.776,4.551s2.089,5.432,4.776,9.814c2.688-4.383,4.778-7.301,4.778-9.814S10.641,0.817,7.999,0.817z M7.997,7.106c-1.072,0-1.942-0.85-1.942-1.894c0-1.047,0.871-1.896,1.942-1.896c1.074,0,1.948,0.85,1.948,1.896C9.945,6.257,9.071,7.106,7.997,7.106z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 22px;
  display: block;
  font-size: 14px;
  margin: 5px 0;
  line-height: 18px;
}
.desktop_menu #mob_contact #phone_mob {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpath fill='%2333323f' d='M11.323,14.62c-0.86,0.409-2.864,1.611-6.096-4.996C2.022,3.071,4.166,2.053,4.956,1.622C4.975,1.611,6.11,1.025,6.112,1.024l1.916,3.918L6.886,5.532C5.683,6.207,8.185,11.323,9.417,10.7c0.047-0.024,1.128-0.579,1.131-0.581l1.933,3.904C12.477,14.026,11.39,14.587,11.323,14.62z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 22px;
  display: inline-block;
  font-size: 14px;
  margin: 5px 0;
  line-height: 18px;
  color: #1178b3;
}
.desktop_menu #mob_contact #mail_mob {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' fill='%2333323f' xml:space='preserve'%3E%3Cpath d='M5.097,7.465L1,4.544v6.724L5.097,7.465z M14.964,3.188H1.048l6.953,4.957L14.964,3.188z M9.949,8.146L8,9.535L6.047,8.145l-5.031,4.668h13.958L9.949,8.146z M10.9,7.47l4.1,3.803V4.552L10.9,7.47z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 22px;
  display: inline-block;
  font-size: 14px;
  margin: 5px 0;
  line-height: 18px;
  color: #1178b3;
}
.desktop_menu header {
  position: relative;
}
.desktop_menu #mobile_nav_container .slideInSocials {
  font-size: 30px;
  margin: 0 10px 0 0;
  color: #1178b3;
}
#mobile_nav_container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#mobile_nav_container ul li a {
  text-decoration: none;
}
@media (max-width: 992px) {
  /*display: inline-block;*/
  nav {
    display: none;
  }
  #mobile_toggle {
    align-items: center;
    display: flex;
  }
  #mobile_toggle #bar_container {
    position: relative;
    margin: 0 5px 0 0;
  }
  #mobile_toggle #bar_container span {
    background-color: #1178b3;
    margin: 0 0 5px 0;
    display: block;
    height: 2px;
    width: 20px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  #mobile_toggle #bar_container span:last-of-type {
    margin: 0;
  }
  #mobile_toggle .menutekst {
    font-family: "Roboto", sans-serif;
    text-shadow: none;
    line-height: 1.4;
    font-weight: 500;
    font-size: 16px;
    color: #1178b3;
  }
  #overlay_menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: rgba(17, 17, 17, 0.5);
    cursor: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M12.621,2.674L8,7.299L3.376,2.674c-0.254-0.253-0.664-0.253-0.919,0c-0.254,0.254-0.253,0.667,0,0.919l4.622,4.625l-4.624,4.625c-0.254,0.255-0.253,0.665,0,0.917c0.255,0.256,0.666,0.256,0.921,0L8,9.136l4.626,4.625c0.251,0.256,0.665,0.256,0.919,0c0.253-0.252,0.253-0.666,0-0.917L8.922,8.219l4.623-4.624c0.253-0.253,0.253-0.667,0-0.919C13.291,2.421,12.877,2.421,12.621,2.674z'/%3E%3C/svg%3E"), auto;
  }
  #mobiel_menu {
    position: fixed;
    top: 0;
    bottom: 0;
    max-width: 100%;
    z-index: 4;
    padding: 30px 30px 0;
    display: block;
    box-sizing: border-box;
    right: 0;
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #close_menu_container {
    position: absolute;
    right: 0;
    top: 0;
  }
  #close_menu {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    background-color: #1178b3;
    cursor: pointer;
  }
  #close_menu span {
    display: inline-block;
    height: 2px;
    background: #fff;
    position: absolute;
    width: 22px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -11px;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
  }
  #close_menu span:first-of-type {
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }
  #close_menu span:last-of-type {
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }
  #close_menu:hover span {
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  #mobile_nav_container {
    height: 100%;
    overflow-y: auto;
  }
  #mobile_nav_container > div > ul > li {
    border-bottom: solid 1px #e9e9eb;
    position: relative;
  }
  #mobile_nav_container > div > ul > li > a {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    padding: 17px 30px 17px 0px;
    display: block;
    text-transform: uppercase;
  }
  #mobile_nav_container > div > ul > li > ul > li {
    line-height: 28px;
    padding: 7px 0;
    font-size: 14px;
  }
  #mobile_nav_container a {
    color: #33323f;
    transition: color 0.25s ease;
  }
  #mobile_nav_container a:hover {
    text-decoration: none;
    color: #90929b;
  }
  #mobile_nav_container .current-menu-item a {
    text-decoration: none;
    color: #90929b;
  }
  #mobile_nav_container .openMenu {
    position: absolute;
    right: 0;
    top: 20px;
    color: #c4c4c7;
    cursor: pointer;
    transition: all 0.25s ease;
  }
  #mobile_nav_container .openMenu.sub_open_plus {
    transform: rotate(45deg);
  }
  body.mobileOpen {
    overflow: hidden;
  }
  body.mobileOpen #mobiel_menu {
    right: 340px;
    background-color: #f9f9fa;
    width: 340px;
  }
  #mobile_nav_container > div > ul > li > ul.sub-menu {
    overflow: hidden;
    opacity: 0;
    max-height: 0px;
    transition: all 0.25s ease;
    margin: 0 0 0 20px;
  }
  #mobile_nav_container > div > ul > li > ul.sub-menu.open_sub {
    visibility: visible;
    opacity: 1;
    max-height: 600px;
  }
  body.mobileOpen #overlay_menu {
    opacity: 1;
    visibility: visible;
    z-index: 3;
  }
  #mob_contact {
    margin: 20px 0;
  }
  #mob_contact #adres_mob {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpath fill='%2333323f' d='M7.999,0.817c-2.638,0-4.776,2.037-4.776,4.551s2.089,5.432,4.776,9.814c2.688-4.383,4.778-7.301,4.778-9.814S10.641,0.817,7.999,0.817z M7.997,7.106c-1.072,0-1.942-0.85-1.942-1.894c0-1.047,0.871-1.896,1.942-1.896c1.074,0,1.948,0.85,1.948,1.896C9.945,6.257,9.071,7.106,7.997,7.106z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 22px;
    display: block;
    font-size: 14px;
    margin: 5px 0;
    line-height: 18px;
  }
  #mob_contact #phone_mob {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpath fill='%2333323f' d='M11.323,14.62c-0.86,0.409-2.864,1.611-6.096-4.996C2.022,3.071,4.166,2.053,4.956,1.622C4.975,1.611,6.11,1.025,6.112,1.024l1.916,3.918L6.886,5.532C5.683,6.207,8.185,11.323,9.417,10.7c0.047-0.024,1.128-0.579,1.131-0.581l1.933,3.904C12.477,14.026,11.39,14.587,11.323,14.62z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 22px;
    display: inline-block;
    font-size: 14px;
    margin: 5px 0;
    line-height: 18px;
    color: #1178b3;
  }
  #mob_contact #mail_mob {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' fill='%2333323f' xml:space='preserve'%3E%3Cpath d='M5.097,7.465L1,4.544v6.724L5.097,7.465z M14.964,3.188H1.048l6.953,4.957L14.964,3.188z M9.949,8.146L8,9.535L6.047,8.145l-5.031,4.668h13.958L9.949,8.146z M10.9,7.47l4.1,3.803V4.552L10.9,7.47z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 22px;
    display: inline-block;
    font-size: 14px;
    margin: 5px 0;
    line-height: 18px;
    color: #1178b3;
  }
  header {
    position: relative;
  }
  #mobile_nav_container .slideInSocials {
    font-size: 30px;
    margin: 0 10px 0 0;
    color: #1178b3;
  }
}
@media (max-width: 360px) {
  body.mobileOpen #mobiel_menu {
    right: 318px;
    width: 318px;
  }
}
* {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body {
  font-family: "Roboto", sans-serif;
}
main {
  padding: 142px 0 0 0;
}
strong {
  font-weight: 700;
}
.aligncenter {
  text-align: center;
}
em {
  font-style: italic;
}
header {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 3;
}
header.fixed #top {
  padding: 5px 0;
}
header.fixed #top #top_header .logo img {
  width: 250px;
}
header.fixed #menu li a {
  font-size: 13px;
  padding: 15px;
}
header.fixed #menu li ul.sub-menu {
  top: 43px;
}
header.fixed span.zoeken input[type=text] {
  border-radius: 25px;
  padding: 7px 25px;
  max-width: 140px;
  font-size: 15px;
  color: #999999;
}
header.fixed span.zoeken svg, header.fixed span.zoeken i {
  font-size: 9px;
  left: 9px;
  top: 12px;
}
header.fixed #menu li.menu-item-has-children a:after {
  right: 0;
}
header #dienst_menu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#top {
  padding: 17px 0;
  background-color: #fff;
}
#top #top_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#top #top_header .logo img#desktop_logo {
  width: 290px;
}
#top #top_header .top_menu {
  display: flex;
  align-items: center;
}
#top #top_header .top_menu ul li {
  padding: 0 20px;
  display: inline-block;
  justify-content: center;
}
#top #top_header .top_menu ul li a {
  font-size: 15px;
  color: #999999;
}
span.zoeken {
  position: relative;
}
span.zoeken input[type=text] {
  border: none;
  background: #f2f2f2;
  color: grey;
  border-radius: 40px;
  padding: 15px 35px;
  width: auto;
  max-width: 200px;
  outline: none;
}
span.zoeken svg, span.zoeken i {
  color: #999999;
  position: absolute;
  left: 15px;
  top: 19px;
  font-size: 12px;
}
#menu {
  background-color: #1178b3;
  background: #1178b3;
  /*     .show_megamenu:hover #append_mega{
             visibility: visible;
             opacity: 1;
             z-index: 1;
             left: 0;
             top: 142px;
        }     */
}
#menu nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#menu li.menu-item-has-children:hover #append_bg {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  left: 0;
  top: 142px;
}
#menu li {
  display: inline-block;
  position: relative;
  /*	  &.show_megamenu,*/
}
#menu li:first-of-type a {
  padding: 22px 25px 22px 0;
}
#menu li:hover ul.sub-menu {
  display: block;
}
#menu li:hover ul.sub-menu li {
  display: block;
}
#menu li:hover a {
  color: #f0bf00;
}
#menu li a {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  padding: 22px 20px;
  text-decoration: none;
}
#menu li ul.sub-menu {
  position: absolute;
  top: 59px;
  width: auto;
  min-width: 100%;
  display: none;
  left: 0;
  z-index: 2;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
#menu li ul.sub-menu li {
  white-space: nowrap;
  display: block;
  width: 100%;
  padding: 10px 20px;
}
#menu li ul.sub-menu li:hover ul.sub-menu {
  display: block;
}
#menu li ul.sub-menu li a {
  color: #1178b3;
  font-size: 18px;
  text-transform: none;
  padding: 10px 0;
}
#menu li ul.sub-menu li a:hover {
  color: #f0bf00;
}
#menu li ul.sub-menu li a:after {
  content: "";
}
#menu li ul.sub-menu li ul.sub-menu {
  top: 0;
  left: 100%;
  display: none;
}
#menu li.menu-item-has-children a:after {
  content: "";
  color: #fff;
  font-size: 16px;
  right: 5px;
  position: absolute;
  font-weight: 700;
  top: 50%;
  font: normal normal normal 16px/1 FontAwesome;
  -webkit-transform: translateY(-57%);
  transform: translateY(-57%);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#menu span.telefoonnummer a {
  font-size: 15px;
  color: #f0bf00;
  text-transform: uppercase;
  font-weight: 500;
}
#menu span.telefoonnummer a svg, #menu span.telefoonnummer a i {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  margin: 0 5px 0 0;
  font-size: 12px;
}
#menu #append_bg {
  position: fixed;
  width: 100%;
  height: auto;
  padding: 50px 0;
  background: #f2f2f2;
  visibility: hidden;
  opacity: 0;
  z-index: -9999;
  left: 0;
}
#menu #append_mega {
  visibility: hidden;
  opacity: 0;
  z-index: -9999;
  background-color: #f2f2f2;
  padding: 28px 0;
  position: fixed;
  left: 0;
  width: 100%;
  top: -100px;
  -webkit-box-shadow: inset 0 10px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 10px 30px 0px rgba(0, 0, 0, 0.2);
}
#menu #append_mega ul li a {
  color: #07344d;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  padding: 15px 30px;
  border-radius: 30px;
  margin: 0 10px;
}
#menu #append_mega ul li a img {
  margin: 0 10px 0 0;
  max-height: 30px;
  max-width: 30px;
  height: auto;
  width: auto;
}
#menu #append_mega ul li a:hover {
  background-color: #fff;
}
#heroslider .slick_button {
  cursor: pointer;
}
#heroslider .slick_button:hover {
  background-color: #f0bf00;
}
#heroslider .slick_button:hover i {
  color: #1178b3;
}
#heroslider .slick_prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: #1178b3;
  border: none;
  padding: 7px 12px 7px 8px;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#heroslider .slick_prev i {
  color: #fff;
}
#heroslider .slick_next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: #1178b3;
  border: none;
  padding: 7px 8px 7px 12px;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#heroslider .slick_next i {
  color: #fff;
}
#hero, .hero {
  background: url(../images/project_groot.jpg) no-repeat center center;
  background-size: cover;
  height: 500px;
  display: flex !important;
  align-items: center;
  position: relative;
}
#hero:after, .hero:after {
  content: "";
  background: rgba(77, 77, 77, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#hero .hero_tekst, .hero .hero_tekst {
  position: relative;
  z-index: 1;
}
#hero .hero_tekst h1, .hero .hero_tekst h1 {
  font-size: 67px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 40px 0;
}
#hero .hero_tekst p, .hero .hero_tekst p {
  font-size: 29px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 30px 0;
}
#hero .hero_titel, .hero .hero_titel {
  position: relative;
  z-index: 1;
}
#hero .hero_titel p, .hero .hero_titel p {
  font-size: 23px;
  font-weight: 900;
  margin: 0 0 10px 0;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#hero .hero_titel h1, #hero .hero_titel h2, .hero .hero_titel h1, .hero .hero_titel h2 {
  font-size: 54px;
  line-height: 70px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 30px 0;
}
#hero h6 a, .hero h6 a {
  display: inline-block;
  padding: 17px 35px;
  border: 2px solid #1178b3;
  background-color: #1178b3;
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
  /*
      &:after{
           content: '\f105';
           font-family: FontAwesome;
           font-size: 18px;
           color: #f0bf00;
           font-weight: 700;
           margin: 0px 0 0 10px;
           position: relative;
           top: 1px;
      }
    */
}
#hero h6 a svg, #hero h6 a i, .hero h6 a svg, .hero h6 a i {
  color: #f0bf00;
  width: 7px;
  margin: 0px 0 0 10px;
}
#hero h6 a:hover, .hero h6 a:hover {
  background: transparent;
  color: #fff;
}
#hero a.button, .hero a.button {
  display: inline-block;
  padding: 20px 35px;
  background-color: #1178b3;
  border: 2px solid #1178b3;
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
  font-size: 15px;
  text-decoration: none;
}
#hero a.button:hover, .hero a.button:hover {
  background-color: transparent;
  color: #fff;
}
#hero a.button svg, #hero a.button i, .hero a.button svg, .hero a.button i {
  color: #f0bf00;
  width: 7px;
  margin: 0px 0 0 10px;
}
#sub_hero {
  background-color: #1f485e;
  background-size: cover;
  align-items: center;
  position: relative;
  display: flex;
  height: 445px;
  z-index: 1;
}
#sub_hero:after {
  content: "";
  background: rgba(77, 77, 77, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#sub_hero .hero_titel {
  position: relative;
  z-index: 1;
}
#sub_hero .hero_titel p {
  font-size: 23px;
  font-weight: 900;
  margin: 0 0 10px 0;
  color: #fff;
  letter-spacing: 2px;
}
#sub_hero .hero_titel h1 {
  font-size: 54px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 40px 0;
}
#sub_hero h6 a {
  display: inline-block;
  padding: 10px 35px;
  border: 2px solid #07344d;
  background-color: #07344d;
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
  font-size: 15px;
  text-decoration: none;
}
#sub_hero h6 a svg, #sub_hero h6 a i {
  color: #f0bf00;
  width: 7px;
  margin: 0px 0 0 10px;
}
#sub_hero h6 a:hover {
  background: transparent;
  color: #fff;
}
#overons {
  position: relative;
  height: 550px;
  margin: 0 0 50px 0;
}
#overons:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 540px;
  width: 1200px;
  border-bottom-left-radius: 80px;
  border-top-left-radius: 80px;
  background: url("https://www.buroboot.nl/wp-content/uploads/2024/09/tjeerd-vrijstaand_zwartwit.png") no-repeat;
  background-size: 545px 535px;
  background-position-x: 95%;
  background-position-y: bottom;
  background-color: #f0bf00;
}
#overons .tekst {
  padding: 30px 85px;
  background-color: #fff;
  border-top-right-radius: 80px;
  z-index: 2;
  position: relative;
  top: -80px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.6);
  text-align: center;
}
#overons .tekst h2 {
  font-size: 46px;
  font-weight: 500;
  color: #053340;
  margin: 0 0 25px 0;
}
#overons .tekst h4 {
  font-size: 16px;
  color: #f0bf00;
  font-weight: 700;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
#overons .tekst hr {
  width: 150px;
  border: 8px solid #f0bf00;
  margin: 0 auto 25px auto;
  text-align: center;
}
#overons .tekst p {
  font-size: 21px;
  color: #1178b3;
  font-weight: 100;
  line-height: 30px;
  margin: 0 0 30px 0;
}
#overons .tekst a.button {
  display: inline-block;
  padding: 10px 35px;
  border: 2px solid #07344d;
  background-color: #07344d;
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
  font-size: 15px;
  text-decoration: none;
}
#overons .tekst a.button svg, #overons .tekst a.button i {
  color: #f0bf00;
  width: 7px;
  margin: 0px 0 0 10px;
}
#overons .tekst a.button:hover {
  background-color: transparent;
  color: #07344d;
}
#overons .tekst a.button:hover svg, #overons .tekst a.button:hover i {
  color: #07344d;
}
#overons .titel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
#overons .titel hr {
  width: 150px;
  border: 4px solid #1178b3;
  text-align: center;
  margin: 0 auto -4px auto;
}
.titel h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #173d49;
  padding: 0 0 20px;
}
.titel hr {
  width: 150px;
  border: 4px solid #173d49;
  margin: 0 auto 0 auto;
  text-align: center;
}
.tekst h2 {
  font-size: 27px;
  margin: 0 0 20px 0;
  color: #173d49;
  font-weight: 700;
}
.tekst h2 a {
  color: #173d49;
  text-decoration: none;
}
.tekst img {
  max-width: 100%;
  height: auto;
}
h3 {
  font-size: 23px;
  color: #07344d;
  line-height: 32px;
  margin: 0 0 15px 0;
}
.tekst h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1178b3;
  line-height: 28px;
  margin: 0 0 20px 0;
}
.tekst p {
  font-size: 16px;
  color: #053340;
  font-weight: 300;
  line-height: 32px;
  margin: 0 0 30px 0;
}
.tekst p a {
  color: inherit;
  text-decoration: underline;
}
.tekst a {
  color: inherit;
  text-decoration: underline;
}
.tekst ul {
  margin: 0 0 30px 0;
}
.tekst ul li {
  font-size: 16px;
  color: #1178b3;
  font-weight: 300;
  line-height: 32px;
  position: relative;
  padding: 0 0 10px 25px;
}
.tekst ul li:before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  font-weight: 500;
}
.tekst ul li ul li {
  list-style-type: disc;
  padding: 0;
  margin-left: 20px;
}
.tekst ul li ul li:before {
  content: none;
}
.tekst ol {
  margin: 0 0 30px 0;
  padding: 0 0 0 25px;
  list-style-type: decimal;
}
.tekst ol li {
  font-size: 16px;
  color: #1178b3;
  font-weight: 300;
  line-height: 32px;
  position: relative;
  padding: 0 0 10px 0;
}
.tekst h6 a {
  display: inline-block;
  padding: 10px 50px;
  background-color: #07344d;
  border: 2px solid #07344d;
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
  font-size: 13px;
  text-decoration: none;
  margin: 0 0 30px 0;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tekst h6 a svg, .tekst h6 a i {
  color: #f0bf00;
  margin: 0px 0 0 10px;
  font-size: 13px;
}
.tekst h6 a:hover {
  background-color: transparent;
  color: #07344d;
}
.tekst h6 a:hover svg, .tekst h6 a:hover i {
  color: #07344d;
}
.tekst h6 a:hover svg path, .tekst h6 a:hover i path {
  color: #07344d;
}
.tekst hr {
  width: 150px;
  border: 2px solid #f0bf00;
  margin: 0 0 25px 0;
}
#diensten_home {
  padding: 50px 0;
}
.dienst_home {
  margin: 0 0 50px 0;
  padding: 50px 25px;
  border-top-right-radius: 80px;
}
.dienst_home a {
  color: inherit;
  display: flex;
  text-decoration: none;
  align-items: flex-start;
}
.dienst_home:hover {
  background-color: #1a6e9d;
  box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.5);
}
.dienst_home:hover h2 {
  color: #f0bf00;
}
.dienst_home:hover h2 a {
  color: #f0bf00;
}
.dienst_home:hover p {
  color: #fff;
}
.dienst_home:hover ul li {
  color: #fff;
}
.dienst_home:hover ul li:before {
  color: #fff;
}
.dienst_home:hover img {
  opacity: 0;
}
.dienst_home:hover img.on_hover {
  opacity: 1 !important;
}
.dienst_home .icon {
  padding: 0 16px 0 0;
  position: relative;
}
.dienst_home .icon img {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.dienst_home .icon img.on_hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#projecten_home {
  padding: 60px 0 80px 0;
  background-color: #1a6e9d;
  background: #1a6e9d;
  overflow: hidden;
}
#projecten_home .projecten_slide * {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
#projecten_home .projecten_slide {
  position: relative;
}
#projecten_home .project_thumb {
  margin: 0 0 22px 0;
}
#projecten_home .project_thumb img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
#projecten_home .project_thumb:hover {
  cursor: pointer;
}
#projecten_home .project_thumb.slick-current img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
#projecten_home .arrow {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
}
#projecten_home .arrow.nextarrow {
  top: auto;
  bottom: -30px;
}
#projecten_home .arrow i {
  font-weight: 700;
}
#projecten_home .overlay_tekst {
  background-color: #fff;
  background: #fff;
  position: absolute;
  right: 50px;
  bottom: -50px;
  padding: 25px 90px 35px 55px;
  max-width: 700px;
  border-bottom-left-radius: 25px;
}
#projecten_home .overlay_tekst p {
  font-size: 26px;
  color: #173e49;
  line-height: 40px;
}
#projecten_home .overlay_tekst p a {
  color: inherit;
  text-decoration: none;
}
#projecten_home .overlay_tekst .cat {
  background-color: #f0bf00;
  background: #f0bf00;
  padding: 8px 35px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 20px;
  text-transform: uppercase;
  display: inline-block;
  /*position: absolute;
         top: -14px;
         left: -35px;*/
}
#projecten_home .swiper {
  overflow: visible;
}
#projecten_home .swiper-button-next, #projecten_home .swiper-button-prev {
  background-color: #f0bf00;
  color: #FFF;
  height: 50px;
  width: 50px;
  transform: translateY(50px);
  bottom: 0;
  top: unset;
}
#projecten_home .swiper-button-next::after, #projecten_home .swiper-button-prev::after {
  font-size: 22px;
}
#projecten_home .swiper-button-next.swiper-button-disabled, #projecten_home .swiper-button-prev.swiper-button-disabled {
  opacity: 0.25;
}
#projecten_home .swiper-button-next {
  right: 25px;
}
#projecten_home .swiper-button-prev {
  left: 25px;
}
#projecten_home .project {
  padding: 0 0 75px 0;
  margin: 0 0 30px 0;
  position: relative;
}
#projecten_home .project .project_afbeelding {
  position: relative;
  height: 250px;
}
#projecten_home .project .project_afbeelding img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#projecten_home .project .project_tekst {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 40px;
  background-color: #fff;
  align-items: center;
  position: absolute;
  padding: 40px 30px;
  display: flex;
  bottom: -75px;
  left: 25px;
  width: 85%;
  height: 127px !important;
}
#projecten_home .project .project_tekst p {
  font-size: 18px;
  color: #173e49;
  font-weight: 500;
  line-height: 1.3;
}
#projecten_home .project .project_tekst p a {
  color: inherit;
  text-decoration: none;
}
#projecten_home .project .project_tekst .cat {
  text-transform: uppercase;
  background-color: #f0bf00;
  border-radius: 20px;
  position: absolute;
  padding: 8px 25px;
  font-weight: 500;
  font-size: 11px;
  left: -15px;
  color: #fff;
  top: -14px;
}
.titel_project {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 50px 0;
}
.titel_project p {
  font-size: 16px;
  font-weight: 700;
  color: #f0bf00;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.titel_project h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 300;
}
.titel_project a {
  border: 1px solid #fff;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  padding: 10px 25px;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
}
.titel_project a svg, .titel_project a i {
  color: #f0bf00;
  font-size: 13px;
  margin: 0px 0 0 10px;
  position: relative;
  top: 1px;
}
.titel_project a:hover {
  background: #fff;
  color: #1a6e9d;
}
#titel {
  background-color: #f2f2f2;
}
#titel.wit {
  background-color: #fff;
}
#titel .titel {
  padding: 60px 0 0 0;
  margin: 0;
}
#titel .titel hr {
  margin: 0 auto -4px auto;
}
#wij_zijn {
  padding: 100px 0;
}
#wij_zijn .voor {
  margin: 0 0 50px 0;
  text-align: center;
}
#wij_zijn .voor .icon {
  margin: 0 0 20px 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#wij_zijn .voor h3 {
  font-size: 22px;
  color: #1178b3;
}
#wij_zijn .voor h3 a {
  text-decoration: none;
}
#actueel {
  padding: 60px 0 200px 0;
  background-color: #1a6e9d;
  background: #1a6e9d;
}
#actueel .titel_project a {
  padding: 10px 55px;
}
#actueel .afbeelding {
  position: relative;
}
#actueel .afbeelding img {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.5);
}
#actueel .afbeelding .uitgelicht_bericht {
  position: absolute;
  bottom: -60%;
  left: 0;
  right: 0;
  background: #fff;
  padding: 40px 55px;
  transform: translateY(-50%);
  margin: 0 40px;
  border-bottom-left-radius: 40px;
}
#actueel .afbeelding .uitgelicht_bericht h3 {
  font-size: 23px;
  color: #07344d;
  line-height: 32px;
  margin: 0 0 15px 0;
  font-weight: 300;
}
#actueel .afbeelding .uitgelicht_bericht h3 a {
  color: inherit;
  text-decoration: none;
}
#actueel .afbeelding .uitgelicht_bericht p {
  font-size: 16px;
  color: #1178b3;
  line-height: 34px;
  font-weight: 300;
}
#actueel .actueel li {
  margin: 0 0 40px 0;
}
#actueel .actueel li:last-of-type hr {
  display: none;
}
#actueel .actueel span.datum {
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  display: block;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
#actueel .actueel p {
  font-size: 23px;
  line-height: 32px;
  line-height: 28px;
  color: #fff;
  padding: 0 0 40px 0;
}
#actueel .actueel p a {
  text-decoration: none;
  color: inherit;
}
#actueel .actueel p svg, #actueel .actueel p i {
  font-size: 16px;
  color: #fff;
  margin: 0 0 0 5px;
}
#actueel .actueel hr {
  width: 33%;
  margin: 0;
  border: 2px solid #f0bf00;
  text-align: left;
}
#quote {
  background: url("../images/bg.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 80px 0;
}
#quote:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#quote * {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
#quote .quote_uitgelicht {
  width: 1050px;
  padding: 60px 100px 60px 190px;
  background-color: #f0bf00;
  background: #f0bf00;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top-right-radius: 100px;
  min-height: 470px;
  z-index: 1;
}
#quote .quote_uitgelicht .quote_slide {
  position: absolute;
  width: 1330px;
  left: -90px;
}
#quote .quote_uitgelicht .quote_slide .slick-track {
  max-width: 760px;
}
#quote .quote_uitgelicht .quote_slide .slick-track .slick-slide {
  height: 0px !important;
}
#quote .quote_uitgelicht .quote_slide .slick-track .slick-active {
  outline: none;
  max-width: 760px;
  height: 100% !important;
  left: 0 !important;
}
#quote .quote_uitgelicht .quote_slide .afbeelding {
  position: absolute;
  left: -285px;
}
#quote .quote_uitgelicht .quote_slide .afbeelding img {
  border-radius: 500px;
  width: 190px;
  height: 190px;
  object-fit: cover;
}
#quote .quote_uitgelicht .quote_tekst {
  max-width: 760px;
}
#quote .quote_uitgelicht .quote_tekst p {
  font-size: 29px;
  font-weight: 300;
  line-height: 45px;
  color: #07344d;
  margin: 0 0 30px 0;
}
#quote .quote_uitgelicht .quote_tekst span {
  display: block;
}
#quote .quote_uitgelicht .quote_tekst h3 {
  font-size: 30px;
  color: #07344d;
  font-weight: 700;
  margin: 0 0 10px 0;
}
#quote .quote_uitgelicht .quote_tekst h4 {
  font-size: 16px;
  font-weight: 300;
  color: #07344d;
}
#quote .quote_uitgelicht .quote_tekst svg, #quote .quote_uitgelicht .quote_tekst i {
  color: #fff;
  font-size: 30px;
  margin: 0 0 30px 0;
}
#quote #append_arrows {
  bottom: 0;
  right: 0;
  position: absolute;
}
#quote #append_arrows .slick_button {
  padding: 18px 26px;
  background-color: #07344d;
  border: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  cursor: pointer;
}
#quote #append_arrows .slick_button svg, #quote #append_arrows .slick_button i {
  color: #fff;
  font-size: 20px;
}
#quote #append_arrows .slick_prev {
  background-color: #daaf09;
}
#quote #append_arrows .slick_prev:hover {
  background-color: #07344d;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#quote #append_arrows .slick_next {
  background-color: #07344d;
}
#quote #append_arrows .slick_next:hover {
  background-color: #daaf09;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
footer .footer_titel h3 {
  font-size: 18px;
  color: #07344d;
  margin: 0 0 15px 0;
}
#footer {
  padding: 90px 0;
  position: relative;
  background-color: #f7f7f7;
  /*
  &:after {
    content: '';
    background: url(../images/laag.png) no-repeat center center;
    background-size: 100%;
    width: 345px;
    height: 425px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
*/
}
#footer .footer .twee_kolommen ul {
  -webkit-columns: 2;
  columns: 2;
  -webkit-column-gap: 50px;
  column-gap: 50px;
}
#footer .footer .twee_kolommen ul li:first-of-type {
  margin-top: 0;
}
#footer .footer .footer_tekst ul {
  margin: 0 0 30px 0;
}
#footer .footer .footer_tekst li {
  line-height: 24px;
  margin: 10px 0;
}
#footer .footer .footer_tekst a {
  font-size: 14px;
  color: #1178b3;
  font-weight: 300;
}
#footer .footer .footer_tekst .footer_socials {
  line-height: 38px;
}
#footer .footer .footer_tekst .footer_socials svg, #footer .footer .footer_tekst .footer_socials i {
  margin: 0 12px 0 0;
  font-size: 18px;
}
#footer .footer .footer_tekst #linkedin_footer svg, #footer .footer .footer_tekst #linkedin_footer i {
  color: #0077b5;
}
#footer .footer .footer_tekst #twitter_footer svg, #footer .footer .footer_tekst #twitter_footer i {
  color: #1da1f2;
}
#footer .footer .footer_tekst #nieuwsbrief_footer svg, #footer .footer .footer_tekst #nieuwsbrief_footer i {
  color: #07344d;
}
#bottom_footer {
  padding: 70px 0;
}
#bottom_footer .footer_logo {
  margin: 11px 0 0 0;
}
#bottom_footer .footer_logo img {
  margin: 0 0 33px 0;
}
#bottom_footer .footer_logo p {
  font-size: 14px;
  color: #a8a8a8;
}
#bottom_footer .contactgegevens {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#bottom_footer .contactgegevens ul:last-of-type {
  margin-right: 30px;
}
#bottom_footer .contactgegevens li {
  font-weight: 300;
  color: #a8a8a8;
  font-size: 14px;
  line-height: 28px;
}
#bottom_footer .contactgegevens li a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}
#bottom_footer .contactgegevens li a:hover {
  text-decoration: underline;
}
#bottom_footer .cta_button {
  margin: 50px 0 0 0;
}
.cta_button a {
  display: inline-block;
  padding: 13px 30px;
  background-color: #1178b3;
  border: 2px solid #1178b3;
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
  font-size: 13px;
  text-decoration: none;
}
.cta_button a:hover {
  background-color: #fff;
  color: #1178b3;
}
#project_filter {
  background-color: #f2f2f2;
  margin: -50px 0 0 0;
  padding: 0 0 50px 0;
}
#project_filter .project_filter {
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  justify-content: center;
  background-color: #fff;
  display: flex;
  position: relative;
  z-index: 2;
  padding: 35px 40px 35px 40px;
}
@media (max-width: 768px) {
  #project_filter .project_filter {
    padding: 24px 20px;
  }
}
#project_filter .project_filter .aantal {
  background: #07344c;
  padding: 35px 100px 35px 40px;
}
#project_filter .project_filter .aantal p {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
}
#project_filter .project_filter .project_categorie {
  display: flex;
  align-items: center;
  padding: 0 30px 0 0;
}
#project_filter .project_filter .project_categorie p {
  margin: 0 20px 0 0;
  font-size: 18px;
  font-weight: 300;
  color: #07344d;
}
#project_filter .project_filter .project_categorie select {
  padding: 15px 40px 10px 10px;
  border: 1px solid #d5d5d5;
  font-size: 18px;
  color: #07344d;
  font-weight: 900;
  max-width: 250px;
}
#projecten {
  background-color: #f2f2f2;
  padding: 20px 0 0 0;
}
#projecten .project {
  padding: 0 0 75px 0;
  margin: 0 0 30px 0;
  position: relative;
}
#projecten .project .project_afbeelding {
  position: relative;
  height: 250px;
}
#projecten .project .project_afbeelding img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#projecten .project .project_tekst {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 40px;
  background-color: #fff;
  align-items: center;
  position: absolute;
  padding: 40px 30px;
  display: flex;
  bottom: -75px;
  left: 25px;
  width: 85%;
}
#projecten .project .project_tekst p {
  font-size: 18px;
  color: #173e49;
  font-weight: 500;
  line-height: 1.3;
}
#projecten .project .project_tekst p a {
  color: inherit;
  text-decoration: none;
}
#projecten .project .project_tekst .cat {
  text-transform: uppercase;
  background-color: #f0bf00;
  border-radius: 20px;
  position: absolute;
  padding: 8px 25px;
  font-weight: 500;
  font-size: 11px;
  left: -15px;
  color: #fff;
  top: -14px;
}
#diensten {
  background-color: #f2f2f2;
  padding: 30px 0 0 0;
}
#diensten .project {
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  position: relative;
}
#diensten .project .project_afbeelding {
  position: relative;
}
#diensten .project .project_tekst {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 40px;
  background-color: #fff;
  align-items: center;
  padding: 40px 30px;
  display: flex;
  width: 100%;
  min-height: 126px;
}
#diensten .project .project_tekst p {
  font-size: 18px;
  color: #173e49;
  font-weight: 500;
  line-height: 1.3;
}
#diensten .project .project_tekst p a {
  color: inherit;
  text-decoration: none;
}
#diensten .project .project_tekst .cat {
  text-transform: uppercase;
  background-color: #f0bf00;
  border-radius: 20px;
  position: absolute;
  padding: 8px 25px;
  font-weight: 500;
  font-size: 11px;
  left: -15px;
  color: #fff;
  top: -14px;
}
#diensten .match {
  color: red;
}
#diensten .match .project_tekst:hover {
  background-color: #1a6e9d;
}
#diensten .match .project_tekst:hover p {
  text-decoration: none;
  color: #f0bf00;
}
#aanmelden {
  background: url("../images/bg.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
#aanmelden:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home #aanmelden_nieuwsbrief {
  position: absolute;
  top: 50%;
}
#aanmelden_nieuwsbrief {
  position: relative;
  padding: 100px 0;
  width: 100%;
  z-index: 2;
}
#aanmelden_nieuwsbrief .aanmelden h3 {
  font-size: 30px;
  color: #fff;
  margin: 0 0 40px 0;
  font-weight: 700;
}
#aanmelden_nieuwsbrief .aanmelden p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 30px 0;
}
#aanmelden_nieuwsbrief .aanmelden input[type=text] {
  padding: 20px 18px;
  font-weight: 500;
  font-size: 18px;
  color: #07344d;
  border: none;
  width: 100%;
  margin: 0;
}
#aanmelden_nieuwsbrief .aanmelden input[type=text]::placeholder {
  font-weight: 500;
  font-size: 18px;
  color: #d1d2d3;
}
#dienst_tekst, #initiatieven {
  position: relative;
  background-color: #f2f2f2;
  margin: 0;
  padding: 0 0 150px 0;
}
#dienst_tekst:after, #initiatieven:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: calc(100% - 240px);
  width: 1200px;
  background-color: #f0bf00;
  border-bottom-left-radius: 80px;
}
#dienst_tekst .tekst, #initiatieven .tekst {
  padding: 60px 85px;
  background-color: #fff;
  border-top-right-radius: 80px;
  position: relative;
  z-index: 1;
}
#dienst_tekst .tekst:after, #initiatieven .tekst:after {
  content: "";
  clear: both;
  display: block;
}
#dienst_tekst .tekst h1, #initiatieven .tekst h1 {
  font-size: 46px;
  font-weight: 500;
  color: #053340;
  margin: 0 0 25px 0;
}
#dienst_tekst .tekst h2, #initiatieven .tekst h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin: 0 0 25px 0;
}
#dienst_tekst .tekst h4, #initiatieven .tekst h4 {
  font-size: 16px;
  color: #f0bf00;
  font-weight: 700;
  margin: 0 0 15px 0;
}
#dienst_tekst .tekst hr, #initiatieven .tekst hr {
  width: 150px;
  border: 8px solid #1178b3;
  margin: 25px 0;
}
#dienst_tekst .tekst p, #initiatieven .tekst p {
  font-size: 16px;
  color: #1178b3;
  font-weight: 100;
  line-height: 30px;
  margin: 0 0 30px 0;
}
#dienst_tekst .tekst h6 a, #initiatieven .tekst h6 a {
  display: inline-block;
  padding: 10px 35px;
  border: 2px solid #07344d;
  background-color: #07344d;
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
  font-size: 15px;
  text-decoration: none;
}
#dienst_tekst .tekst h6 a svg, #dienst_tekst .tekst h6 a i, #initiatieven .tekst h6 a svg, #initiatieven .tekst h6 a i {
  color: #f0bf00;
  font-size: 13px;
  margin: 0px 0 0 10px;
}
#dienst_tekst .tekst h6 a:hover, #initiatieven .tekst h6 a:hover {
  background: transparent;
  color: #07344d;
}
#dienst_tekst .titel, #initiatieven .titel {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
#dienst_tekst .titel hr, #initiatieven .titel hr {
  width: 150px;
  border: 8px solid #1178b3;
  text-align: center;
  margin: 0 auto;
}
#sub_diensten {
  background-color: #f2f2f2;
  padding: 0 0 140px 0;
  position: relative;
  z-index: 1;
}
#sub_diensten #dienst_wrap {
  display: flex;
  align-items: flex-start;
  background-color: #fff;
}
#sub_diensten #dienst_wrap .tab-pane.active {
  background-color: #fff;
  margin: 0 -15px;
}
#sub_diensten #dienst_wrap .tekst {
  padding: 50px 110px 50px 50px;
}
#sub_diensten #dienst_wrap .contactpersoon {
  padding: 0 0 50px 0;
}
#sub_diensten #dienst_wrap .contactpersoon .afbeelding img {
  margin: 0 auto 30px auto;
  border-radius: 100%;
  display: block;
}
#sub_diensten #dienst_wrap .contactpersoon .tekst {
  padding: 0;
}
#sub_diensten .sub_diensten {
  background-color: #1178b3;
  background: #1178b3;
  padding: 30px 0 30px 25px;
}
#sub_diensten .sub_diensten ul {
  text-align: right;
  border: none;
}
#sub_diensten .sub_diensten ul li {
  width: 100%;
}
#sub_diensten .sub_diensten ul li:hover a {
  color: #173e49;
  text-decoration: none;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#sub_diensten .sub_diensten ul li a {
  display: block;
  color: #7facc5;
  font-size: 20px;
  padding: 23px 40px 23px 10px;
  border-top-left-radius: 30px;
  margin: 5px 0;
  border-bottom-left-radius: 30px;
}
#sub_diensten .sub_diensten ul li a.active {
  color: #173e49;
  text-decoration: none;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#sub_diensten .sub_diensten ul li.active a {
  color: #173e49;
  text-decoration: none;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#sub_diensten .tekst img {
  margin: 0 0 30px 0;
}
#sub_diensten .tekst h3 {
  font-size: 36px;
  color: #053340;
  line-height: 54px;
  font-weight: 500;
  margin: 0 0 40px 0;
}
#sub_diensten .tekst p {
  font-size: 16px;
  color: #1178b3;
  line-height: 34px;
}
#cta {
  padding: 50px 0;
  /*min-height:450px;*/
  min-height: 400px;
  position: relative;
  overflow: hidden;
}
#cta .cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cta .cta::before {
  content: "";
  position: absolute;
  bottom: 0px;
  min-height: 690px;
  width: 1400px;
  background-color: #f0bf00;
  border-bottom-left-radius: 120px;
  left: 170px;
  z-index: 1;
}
#cta .cta .afbeelding {
  padding: 0 50px 0 0;
  margin: 0 auto 30px auto;
  position: relative;
  z-index: 1;
}
#cta .cta .afbeelding img {
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.5);
  border-radius: 200px;
}
#cta .tekst {
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
#cta .tekst h3 {
  font-size: 28px;
  color: #053340;
  line-height: 50px;
  margin: 0 0 20px 0;
}
#cta .tekst p {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}
#cta .tekst p a {
  text-decoration: underline;
  color: inherit;
}
#initiatieven {
  padding: 100px 0 200px 0;
}
#initiatieven:after {
  content: "";
  height: 100%;
  top: -200px;
}
#initiatieven a {
  text-decoration: none !important;
  transition: all 0.3s;
}
#initiatieven a:hover {
  transform: scale(1.02);
}
#initiatieven .titel {
  bottom: 30px;
}
#initiatieven .tekst {
  align-items: center;
  margin: 0 0 70px 0;
}
#initiatieven .tekst hr {
  border: 4px solid #f0bf00;
}
#initiatieven .tekst h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}
#initiatieven .afbeelding {
  text-align: center;
}
#leeg {
  height: 250px;
  background-color: #fff;
  background: #fff;
}
#leeg.grijs {
  background-color: #f2f2f2;
  background: #f2f2f2;
}
#tekst {
  padding: 100px 0 80px 0;
}
#tekst .tekst p {
  font-size: 16px;
  font-weight: 100;
  margin: 0 0 30px 0;
  color: #1178b3;
}
#tekst .tekst h1 {
  font-size: 46px;
  font-weight: 500;
  color: #053340;
  margin: 0 0 25px 0;
}
#tekst .tekst h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin: 0 0 25px 0;
}
#tekst .tekst h4 {
  font-size: 16px;
  font-weight: 700;
  color: #f0bf00;
  margin: 0 0 20px 0;
}
#tekst .tekst hr {
  width: 150px;
  border: 8px solid #f0bf00;
  margin: 0 0 25px 0;
  text-align: center;
}
#tekst .tekst.aligncenter hr {
  margin: 25px auto;
}
#tekst .tekst h6 a {
  display: inline-block;
  padding: 12px 35px;
  background-color: #07344d;
  border: 2px solid #07344d;
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
  font-size: 15px;
  text-decoration: none;
}
#tekst .tekst h6 a svg, #tekst .tekst h6 a i {
  color: #f0bf00;
  width: 7px;
  margin: 0px 0 0 10px;
}
#tekst .tekst h6 a:hover {
  background-color: transparent;
  color: #07344d;
}
#tekst .tekst h6 a:hover svg, #tekst .tekst h6 a:hover i {
  color: #07344d;
}
#tekst .vragen {
  margin-top: -256px;
}
#tekst .vragen .boven {
  padding: 30px 40px;
  background-color: #f0bf00;
}
#tekst .vragen .boven h3 {
  font-size: 46px;
  color: #07334c;
  font-weight: 900;
  line-height: 1.2;
}
#tekst .vragen .boven p {
  font-size: 22px;
  line-height: 1.2;
  color: #07334c;
}
#tekst .vragen .onder {
  padding: 30px 40px;
  background: #07324a;
  border-bottom-left-radius: 30px;
}
#tekst .contactpersoon {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}
#tekst .contactpersoon .contact_info {
  padding: 0 0 0 20px;
  flex: 1;
}
#tekst .contactpersoon img {
  border-radius: 100px;
}
#tekst .contactpersoon h4 {
  font-size: 15px;
  color: #fff;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-weight: 500;
}
#tekst .contactpersoon p {
  font-size: 15px;
  color: #f0c106;
  margin: 0 0 5px 0;
  line-height: 1.5;
}
#vacatures {
  padding: 100px 0;
  background-color: #f2f2f2;
  -webkit-box-shadow: inset 0px 20px 45px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 20px 45px 0px rgba(0, 0, 0, 0.15);
}
#vacatures .tekst h1 {
  font-size: 32px;
  margin: 0 0 20px 0;
  color: #173d49;
  font-weight: 700;
}
#vacatures .vacature {
  margin: 30px 0;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#vacatures .vacature:hover {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#vacatures .vacature a {
  text-decoration: none !important;
}
#vacatures .vacature button {
  border: 2px solid #1178b3;
  background: #1178b3;
  transition: all 0.3s;
  font-weight: 500;
  padding: 9px 20px 7px 20px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
  font-size: 15px;
  text-decoration: none;
}
#vacatures .vacature button i, #vacatures .vacature button svg {
  font-size: 11px;
  margin: 0px 0 0 5px;
  top: -1px;
  position: relative;
}
#vacatures .vacature button:hover {
  background: #fff;
  color: #1178b3;
  cursor: pointer;
}
#vacatures.vacature_detail .vacature_kort {
  cursor: default;
}
#vacatures.vacature_detail .vacature_kort ul li {
  padding: 0 10px !important;
}
#vacatures.vacature_detail .vacature:hover {
  box-shadow: none;
}
#vacatures .vacature_kort {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  justify-content: space-between;
  background-color: #fff;
  align-items: center;
  padding: 25px 20px;
  cursor: pointer;
  display: flex;
}
#vacatures .vacature_kort h3 {
  color: #1178b3;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 0 0;
}
#vacatures .vacature_kort ul {
  text-align: right;
}
#vacatures .vacature_kort ul li {
  font-size: 18px;
  font-weight: 300;
  color: #07344d;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
#vacatures .vacature_kort ul li:after {
  content: "|";
  position: absolute;
  right: -3px;
  top: -1px;
  color: #1178b3;
  font-weight: 100;
}
#vacatures .vacature_kort ul li:last-of-type {
  padding: 0 50px;
}
#vacatures .vacature_kort ul li:last-of-type:after, #vacatures .vacature_kort ul li:nth-of-type(3):after {
  content: "";
}
#vacatures .vacature_kort ul li svg, #vacatures .vacature_kort ul li i {
  width: 15px;
  height: auto;
}
#vacatures .closed {
  padding: 50px 30px 5px 30px;
  background-color: #fff;
}
#vacatures * {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.fancybox-container, .fancybox-inner {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.fancybox-container *, .fancybox-inner * {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
#gallerij {
  padding: 50px 0;
}
#gallerij * {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
#gallerij .afbeelding {
  margin: 0 0 10px 0;
}
#gallerij .col-xl-2 {
  padding: 0 3px;
}
#quote_wit {
  padding: 50px 0;
}
#quote_wit .quote_uitgelicht {
  padding: 65px 130px;
  border: 1px solid #dcdcdc;
  position: relative;
  background: #fff;
}
#quote_wit .quote_tekst img {
  display: initial;
}
#quote_wit .quote_tekst p {
  font-size: 29px;
  font-weight: 300;
  line-height: 48px;
  color: #07344d;
  margin: 0 0 30px 0;
}
#quote_wit .quote_tekst h3 {
  font-size: 30px;
  color: #07344d;
  font-weight: 700;
  margin: 0 0 10px 0;
}
#quote_wit .quote_tekst h4 {
  font-size: 16px;
  font-weight: 300;
  color: #07344d;
}
#quote_wit .quote_tekst i {
  color: #07344d;
  position: absolute;
  left: 0;
  top: 0;
}
#quote_wit .quote_tekst i.fa-quote-right {
  right: 0;
  bottom: 0;
  top: auto;
  left: auto;
}
#quote_wit .afbeelding {
  display: flex;
  align-items: center;
  justify-content: center;
}
#quote_wit .afbeelding img {
  margin: 0 20px 0 0;
}
#quote_wit .naam {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
#quote_wit .naam strong {
  font-size: 30px;
  font-weight: 700;
  color: #07344d;
}
#quote_wit #append_arrows {
  bottom: 0;
  right: 0;
  position: absolute;
}
#quote_wit #append_arrows .slick_button {
  padding: 18px 26px;
  background-color: #07344d;
  border: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  cursor: pointer;
  background-color: #d4d4d4;
}
#quote_wit #append_arrows .slick_button:hover {
  background-color: #07344d;
}
#quote_wit #append_arrows .slick_button svg, #quote_wit #append_arrows .slick_button i {
  color: #fff;
}
#nieuws {
  margin: -105px 0 0 0;
  padding: 0 0 50px 0;
  background-color: #f2f2f2;
}
#nieuws .nieuws {
  margin: 0 0 150px 0;
  position: relative;
  top: 0;
  z-index: 2;
}
#nieuws .nieuws .afbeelding {
  position: relative;
}
#nieuws .nieuws .afbeelding img {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0);
}
#nieuws .nieuws .afbeelding img:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.5);
}
#nieuws .nieuws .nieuws_tekst {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  padding: 40px 55px;
  transform: translateY(-50%);
  margin: 0 40px;
  border-bottom-left-radius: 40px;
}
#nieuws .nieuws .nieuws_tekst h3 {
  font-size: 23px;
  color: #07344d;
  line-height: 32px;
  margin: 0 0 15px 0;
  font-weight: 300;
}
#nieuws .nieuws .nieuws_tekst h3 a {
  color: inherit;
  text-decoration: none;
}
#nieuws .nieuws .nieuws_tekst p {
  font-size: 16px;
  color: #1178b3;
  line-height: 24px;
  font-weight: 300;
}
#nieuws .nieuws:hover {
  top: -30px;
  transition-duration: 0.25s;
}
#overig_nieuws {
  padding: 50px 0;
}
#overig_nieuws .titel {
  margin: 0 0 50px 0;
}
#overig_nieuws .titel h3 {
  font-size: 16px;
  color: #07344d;
  font-weight: 700;
  text-transform: uppercase;
}
#overig_nieuws .bericht {
  display: flex;
  align-items: flex-start;
  margin: 0 0 20px 0;
}
#overig_nieuws .bericht .nieuws_tekst {
  flex: 1;
  padding: 10px 0 0 30px;
}
#overig_nieuws .bericht .nieuws_tekst span.datum {
  font-size: 13px;
  color: #1f485e;
  font-weight: 300;
}
#overig_nieuws .bericht .nieuws_tekst h3 {
  font-size: 23px;
  color: #1f485e;
  line-height: 32px;
  margin: 0 0 30px 0;
  font-weight: 400;
}
#overig_nieuws .bericht .nieuws_tekst h3 a {
  color: inherit;
  text-decoration: none;
}
#overig_nieuws .bericht .nieuws_tekst h3 i {
  margin: 0 0 0 15px;
  font-size: 20px;
}
#overig_nieuws .bericht .nieuws_tekst hr {
  width: 150px;
  border: 4px solid #f0bf00;
  margin: 0;
  text-align: center;
  align-self: flex-end;
}
#afbeelding_tekst {
  box-shadow: inset 0 30px 35px 0 rgba(0, 0, 0, 0.1);
  background: #f2f2f2;
  padding: 130px 0;
}
#afbeelding_tekst .afbeelding {
  margin: 0 0 0 -15px;
}
#afbeelding_tekst .tekst p {
  font-size: 21px;
  font-weight: 100;
  margin: 0 0 30px 0;
  color: #1178b3;
}
#afbeelding_tekst .tekst h1, #afbeelding_tekst .tekst h2 {
  font-size: 46px;
  font-weight: 500;
  color: #053340;
  margin: 0 0 25px 0;
}
#afbeelding_tekst .tekst h4 {
  font-size: 16px;
  font-weight: 700;
  color: #f0bf00;
  margin: 0 0 20px 0;
}
#afbeelding_tekst .tekst hr {
  width: 150px;
  border: 8px solid #f0bf00;
  margin: 0 0 25px 0;
  text-align: center;
}
#afbeelding_tekst .tekst h6 a {
  display: inline-block;
  padding: 12px 35px;
  background-color: #07344d;
  border: 2px solid #07344d;
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
  font-size: 15px;
  text-decoration: none;
}
#afbeelding_tekst .tekst h6 a svg, #afbeelding_tekst .tekst h6 a i {
  color: #f0bf00;
  width: 7px;
  margin: 0px 0 0 10px;
}
#afbeelding_tekst .tekst h6 a:hover {
  background-color: transparent;
  color: #07344d;
}
#afbeelding_tekst .tekst h6 a:hover svg, #afbeelding_tekst .tekst h6 a:hover i {
  color: #07344d;
}
#afbeelding_tekst .tekst ul, #afbeelding_tekst .tekst ol {
  margin: 0 0 30px 0;
}
#afbeelding_tekst .tekst ul li, #afbeelding_tekst .tekst ol li {
  font-size: 17px;
  font-weight: 700;
  color: #053340;
  line-height: 2;
  letter-spacing: 2px;
}
#over {
  background-color: #f2f2f2;
  padding: 90px 0 140px 0;
  position: relative;
  z-index: 1;
}
#over:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  min-height: 690px;
  width: 1200px;
  background-color: #f0bf00;
  border-bottom-left-radius: 80px;
  z-index: 1;
}
#over #dienst_wrap {
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  position: relative;
  z-index: 3;
  border-bottom-right-radius: 100px;
}
#over #dienst_wrap .tekst {
  padding: 50px 110px 80px 50px;
}
#over .sub_diensten {
  background-color: #1178b3;
  background: #1178b3;
  padding: 30px 0 30px 25px;
}
#over .sub_diensten ul {
  text-align: right;
  border: none;
}
#over .sub_diensten ul li {
  width: 100%;
}
#over .sub_diensten ul li:hover a {
  color: #173e49;
  text-decoration: none;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#over .sub_diensten ul li a {
  display: block;
  color: #7facc5;
  font-size: 20px;
  padding: 23px 40px 23px 10px;
  border-top-left-radius: 30px;
  margin: 5px 0;
  border-bottom-left-radius: 30px;
}
#over .sub_diensten ul li a.active {
  color: #173e49;
  text-decoration: none;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#over .tekst img {
  margin: 0 0 30px 0;
}
#over .tekst img.alignleft {
  margin: 0 20px 30px 0;
}
#over .tekst h2 {
  font-size: 30px;
  color: #053340;
  line-height: 54px;
  font-weight: 900;
  margin: 0 0 40px 0;
}
#over .tekst h3 {
  font-size: 26px;
  color: #053340;
  line-height: 54px;
  font-weight: 500;
  margin: 0 0 40px 0;
}
#over .tekst p {
  font-size: 17px;
  color: #1178b3;
  line-height: 34px;
}
#teamleden {
  background-color: #f2f2f2;
  padding: 20px 0 100px 0;
}
#teamleden .teamlid {
  padding: 10px 10px 20px 10px;
  background-color: #fff;
  margin: 0 0 30px 0;
  height: unset !important;
  width: 100%;
  aspect-ratio: 1;
}
#teamleden .teamlid .afbeelding {
  margin: 0 0 20px 0;
}
#teamleden .teamlid .team_tekst {
  padding: 0 10px 10px 10px;
}
#teamleden .teamlid .team_tekst h3 {
  font-size: 21px;
  font-weight: 500;
  color: #053340;
  line-height: 1.3;
}
#teamleden .teamlid .team_tekst hr {
  border: 3px solid #f0bf00;
  width: 75px;
  margin: 10px 0;
  padding: 0;
}
#teamleden .teamlid .team_tekst p {
  font-size: 15px;
  font-weight: 300;
  color: #1178b3;
  line-height: 1.5;
}
#teamleden .teamlid .team_tekst p a {
  text-decoration: underline;
  color: inherit;
}
#teamleden .teamlid:hover {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}
#project_titel {
  background-color: #f2f2f2;
}
#project_titel .titel {
  background-color: #fff;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 60px 120px;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#project_titel .titel h1 {
  font-size: 34px;
  color: #173e49;
  line-height: 1.3;
  font-weight: 500;
}
#project_titel .titel .cat {
  width: auto;
  background-color: #f0bf00;
  background: #f0bf00;
  padding: 8px 35px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 20px;
  text-transform: uppercase;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}
#project_info {
  background-color: #f2f2f2;
  padding: 0 0 100px 0;
}
#project_info .tekst h5 {
  color: #173e49;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
#project_info .tekst h4 {
  font-size: 21px;
  font-weight: 500;
  color: #173e49;
  line-height: 1.4;
  margin: 0 0 30px 0;
}
#project_info .tekst h3 {
  font-size: 21px;
  color: #1178b3;
  margin: 0 0 5px 0;
  font-weight: 700;
}
#project_info .tekst hr {
  margin: 25px 0;
  border-width: 4px;
}
#project_info .project_kort h5 {
  color: #173e49;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
#project_info .project_kort hr {
  margin: 25px 0;
  width: 150px;
  border: 2px solid #173e49;
  border-width: 4px;
}
#project_info .project_kort table {
  margin: 0 0 30px 0;
}
#project_info .project_kort table tr td {
  line-height: 1.3;
  font-size: 16px;
  padding: 10px 0;
  color: #07344d;
}
#project_info .project_kort table tr td a {
  text-decoration: underline;
  color: inherit;
}
#project_info .project_kort table tr td:first-of-type {
  font-weight: 700;
  padding: 10px 10px 10px 0px;
}
#project_info .project_kort table tr td span:last-of-type {
  display: none;
}
#project_info .project_kort .contact_persoon {
  padding: 20px 50px 30px 50px;
  border-radius: 20px;
  background-color: #1178b3;
  margin: 0 0 40px 0;
}
#project_info .project_kort .contact_persoon img {
  margin: 0 0 20px 0;
  border-radius: 100px;
  max-width: 81px;
  -webkit-box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.15);
}
#project_info .project_kort .contact_persoon h4 {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 10px 0;
}
#project_info .project_kort .contact_persoon p {
  font-size: 15px;
  color: #f0c106;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 10px 0;
}
#project_info .project_kort .contact_persoon p a {
  color: #fff;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#project_info .project_kort .contact_persoon p a:hover {
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
.share h4 {
  font-size: 24px;
  line-height: 34px;
  color: #07344d;
  font-weight: 600;
}
.share .icon {
  display: inline-block;
  border-radius: 100px;
  margin: 0 3px;
}
.share .icon a {
  justify-content: center;
  text-decoration: none;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  width: 50px;
  height: 50px;
  color: #fff;
}
.share .icon a i {
  color: #fff;
  font-size: 18px;
}
.share .icon.facebook {
  background-color: #3c5b9b;
}
.share .icon.twitter {
  background-color: #33ace2;
}
.share .icon.linkedin {
  background-color: #0073b2;
}
section.grijs {
  background-color: #f2f2f2;
}
#uitgelicht {
  padding: 50px 0 120px 0;
}
#uitgelicht .featured .slick_button {
  padding: 18px 26px;
  background-color: #07344d;
  border: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  cursor: pointer;
  background-color: #d4d4d4;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#uitgelicht .featured .slick_button svg, #uitgelicht .featured .slick_button i {
  color: #fff;
}
#uitgelicht .featured .slick_button:hover {
  background-color: #07344d;
}
#uitgelicht .featured .slick_button.slick_next {
  left: 62px;
}
/* Gravity forms SCSS */
body #gform_wrapper_2 {
  position: relative;
}
body #gform_wrapper_2 #field_2_2 .gfield_required {
  display: none;
}
body #gform_wrapper_2 ul.gform_fields li.gfield {
  display: inline-block;
  width: 33%;
  margin: 0;
}
body #gform_wrapper_2 ul.gform_fields li.gfield#field_2_2 {
  width: 100%;
}
body #gform_wrapper_2 ul.gform_fields li.gfield .ginput_container {
  margin: 0;
}
body #gform_wrapper_2 .validation_message, body #gform_wrapper_2 div.validation_error {
  display: none !important;
}
body #gform_wrapper_2 .gform_body .gform_fields .gfield.gfield_error {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  border: 2px solid #a72121;
}
body #gform_wrapper_2 li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin: 0;
}
body #gform_wrapper_2 .gform_footer {
  position: absolute;
  width: auto;
  right: 50px;
  padding: 0;
  z-index: 3;
  margin: 0;
  top: 9px;
}
body #gform_wrapper_2 .gform_footer .gform_button {
  justify-content: center;
  background: #f0bf00;
  align-items: center;
  color: transparent;
  cursor: pointer;
  display: flex;
  border: none;
  height: 44px;
  width: 44px;
  padding: 0;
}
body #gform_wrapper_2 .gform_footer .gform_button:after {
  font-family: "FontAwesome", sans-serif;
  content: "";
  font-weight: 300;
  font-size: 30px;
  color: #fff;
}
body #gform_wrapper_2 .gform_footer input[type=submit] {
  background: #f0bf00;
  color: transparent;
  font-size: 40px;
  cursor: pointer;
  height: 54px;
  border: none;
  width: 54px;
  padding: 0;
}
body #aanmelden_nieuwsbrief ul.gfield_checkbox li label, body #aanmelden_nieuwsbrief .gform_wrapper ul.gfield_radio li label {
  color: #fff;
}
body #tekst .gform_wrapper .gform_body .gform_fields .gfield {
  padding: 0;
}
body #tekst .gform_wrapper .gform_body .gform_fields .gfield input[type=text], body #tekst .gform_wrapper .gform_body .gform_fields .gfield input[type=email], body #tekst .gform_wrapper .gform_body .gform_fields .gfield textarea {
  border: none;
  color: #07324a;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  padding: 15px 20px;
}
body #tekst .gform_wrapper .gform_footer input[type=submit] {
  width: 100%;
  padding: 15px 20px;
  border: none;
  margin: 0;
  background-color: #1178b3;
  border: 2px solid #1178b3;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 26px;
  text-transform: uppercase;
}
body #tekst .gform_wrapper .gform_footer input[type=submit]:hover {
  background: transparent;
  border-color: #fff;
  cursor: pointer;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox .gchoice {
  display: flex;
  align-items: center;
  gap: 8px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type=checkbox] {
  accent-color: #1178b3;
  margin-top: 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox label {
  display: flex;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  align-items: center;
  margin: 0;
}
@media (max-width: 640px) {
  body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox label {
    font-size: 16px;
  }
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox label:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox input[type=checkbox]:checked + label:before {
  background-color: #f0bf00;
}
body .vragen .gform_wrapper .gform_body .gform_fields .gfield label {
  color: #fff;
}
body .tekst .gform_wrapper li {
  padding: 0;
  list-style-type: none;
}
body .tekst .gform_wrapper .gform_body .gform_fields .gfield {
  padding: 0;
}
body .tekst .gform_wrapper .gform_body .gform_fields .gfield input[type=text], body .tekst .gform_wrapper .gform_body .gform_fields .gfield input[type=email], body .tekst .gform_wrapper .gform_body .gform_fields .gfield textarea {
  border: none;
  color: #07324a;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  padding: 15px 20px !important;
  border: 1px solid lightgrey;
}
body .tekst .gform_wrapper .gform_footer input[type=submit] {
  width: 100%;
  padding: 15px 20px;
  border: none;
  margin: 0;
  background-color: #1178b3;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 26px;
  text-transform: uppercase;
  border: 1px solid lightgrey;
}
body .tekst .gform_wrapper .gform_footer input[type=submit]:hover {
  background: #f0bf00;
  cursor: pointer;
}
/* Einde */
#loader_projecten {
  opacity: 0;
  z-index: -1;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 80px;
  background: rgba(255, 255, 255, 0.8);
  color: #1178b3;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.loader_zichtbaar #loader_projecten {
  opacity: 1;
  z-index: 1;
}
#nav {
  display: none;
}
#mobiel_menu_toggle {
  text-align: center;
  position: relative;
  color: #1178b3;
  display: none;
}
#fixed_socials {
  font-size: 20px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 3;
}
#fixed_socials a {
  display: block;
  padding: 12px;
  background-color: #1178b3;
  color: #fff;
  margin: 1px;
  text-align: center;
}
#fixed_socials a:hover {
  background-color: #f0bf00;
  background: #f0bf00;
}
#mobiel_logo {
  display: none;
}
#uitgelichte_afbeelding {
  padding: 0 0 50px 0;
  background-color: #f2f2f2;
}
#uitgelichte_afbeelding .uitgelichte_afbeelding {
  position: relative;
  z-index: 2;
}
#uitgelichte_afbeelding .uitgelichte_afbeelding img.main_img {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.5);
  margin: -130px 0 0 0;
  width: 100%;
}
#uitgelichte_afbeelding .uitgelichte_tekst {
  margin: -120px 90px 90px 90px;
  padding: 60px 90px;
  background-color: #ffffff;
  position: relative;
}
#uitgelichte_afbeelding .share {
  padding: 10px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
#uitgelichte_afbeelding .ssba img {
  margin: 0 4px;
}
#uitgelichte_afbeelding .ssba div {
  display: flex;
  align-items: center;
}
#uitgelichte_afbeelding .contactpersoon {
  padding: 50px 0;
}
#uitgelichte_afbeelding .contactpersoon .afbeelding img {
  margin: 0 auto 30px auto;
  border-radius: 100%;
  display: block;
}
#resultaten {
  background-color: #f2f2f2;
  padding: 70px 0;
}
#resultaten .zoek_resultaat {
  padding: 50px;
  display: flex;
  align-items: flex-start;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#resultaten .zoek_resultaat .tekst {
  flex: 1;
}
#resultaten .zoek_resultaat .tekst p {
  font-size: 16px;
  color: #1178b3;
  font-weight: 300;
  line-height: 32px;
  margin: 0 0 15px 0;
}
#resultaten .zoek_resultaat .tekst p span {
  font-size: 13px;
  font-weight: 300;
  color: #1f485e;
  padding: 0 0 5px 0;
  position: relative;
  margin: 0;
  display: block;
  text-transform: uppercase;
}
#resultaten .zoek_resultaat .tekst p span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border: 3px solid;
  border-color: #f0bf00;
  width: 85px;
}
#resultaten .zoek_resultaat .tekst h4 {
  font-size: 24px;
  color: #1f485e;
  margin: 0 0 5px 0;
}
#resultaten .zoek_resultaat .tekst h4 a {
  color: inherit;
}
#resultaten .zoek_resultaat .afbeelding {
  margin: 0 50px 0 0;
}
#resultaten .zoek_resultaat:hover {
  background-color: #fff;
}
#resultaten .zoeken_footer {
  margin: 50px 0;
}
#resultaten .zoeken_footer input[type=search] {
  padding: 10px 20px;
  border: none;
}
#resultaten .zoeken_footer input[type=submit] {
  padding: 13px;
  border: 0;
  background-color: #1178b3;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  top: -2px;
}
#contact {
  padding: 75px 0 50px;
}
#contact .tekst h4 {
  color: #f0bf00;
}
#contact .tekst p {
  font-size: 17px;
  color: #1178b3;
}
#algemene_gegevens {
  padding: 0 0 75px 0;
}
#algemene_gegevens .tekst i {
  width: 25px;
}
#algemene_gegevens .tekst p.social a {
  text-decoration: none;
}
#zoek_form input[type=search] {
  border: none;
  background-color: #fff;
  color: grey;
  border-radius: 40px;
  padding: 15px 35px;
  width: auto;
  max-width: 200px;
  outline: none;
}
#zoek_form input[type=submit] {
  border: 2px solid #1178b3;
  background-color: #1178b3;
  color: #fff;
  border-radius: 40px;
  padding: 15px 35px;
  width: auto;
  max-width: 200px;
  outline: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#zoek_form input[type=submit]:hover {
  color: #1178b3;
  background-color: transparent;
  cursor: pointer;
}
#projecten_slider {
  padding: 100px 0 0 0;
}
#projecten_slider .galerijslides {
  margin: 0 0 10px 0;
  text-align: center;
}
#projecten_slider .slider-nav .project_thumb {
  margin: 0 0 10px 0;
}
#projecten_slider * {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
#projecten_slider .slider-for {
  margin-bottom: 50px;
}
#projecten_slider .arrow {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 25px;
  color: #1178b3;
  cursor: pointer;
}
#projecten_slider .arrow.nextarrow {
  top: auto;
  bottom: -30px;
}
#projecten_slider .arrow i {
  font-weight: 700;
}
h5.date {
  font-size: 13px;
  color: #1178b3;
  font-weight: 500;
  margin: 0 0 10px 0;
}
@media (max-width: 1600px) {
  .single-dienst #hero {
    height: 400px;
  }
}
body.page-template-initiatieven #diensten {
  padding: 20px 0 80px 0;
}
.bg-404 {
  padding: 100px 0 0 0px;
  position: relative;
  max-height: 800px;
  overflow: hidden;
  background: #f9e498;
}
.bg-404 .bg-image {
  object-fit: cover;
  width: 100%;
}
.bg-404 .error-text {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 2;
  width: 100%;
}
@media (max-width: 768px) {
  .bg-404 .error-text {
    top: 50px;
    transform: scale(0.8);
    transform-origin: top left;
  }
}
@media (max-width: 576px) {
  .bg-404 .error-text {
    transform: scale(0.7);
  }
}
.bg-404 .error-text .tekst h2, .bg-404 .error-text .tekst h3 {
  text-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-weight: 900;
}
.bg-404 .error-text .tekst h3 {
  font-size: 23px;
  line-height: 28px;
  letter-spacing: 7px;
  margin: 0;
}
.bg-404 .error-text .tekst h2 {
  font-size: 54px;
  line-height: 60px;
  letter-spacing: 4px;
}
.bg-404 .error-text .tekst h6 a {
  padding: 18px 50px 17px;
  font-size: 15px;
  background-color: #0177B7;
  border: 2px solid #0177B7;
}
.bg-404 .error-text .tekst h6 a:hover {
  color: #0177B7;
  background: transparent;
}
.logo-swiper {
  margin-top: 30px;
}
.logo-swiper .swiper-slide__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.logo-swiper .swiper-slide__inner img {
  object-fit: contain;
  width: 100%;
  height: auto;
  filter: grayscale(1);
}
.dienst-accordion .accordion {
  margin: 30px auto;
}
.dienst-accordion .accordion .accordion-item {
  margin-bottom: 10px;
}
.dienst-accordion .accordion .accordion-item .accordion-header {
  width: fit-content;
  background: transparent;
  border: none;
  text-align: left;
  padding: 5px 30px 5px 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
  font-size: 16px;
  color: #1178b3;
  font-weight: 100;
  margin: 0 0 10px 0;
}
.dienst-accordion .accordion .accordion-item .accordion-header:before {
  content: "";
  display: block;
  font: normal normal normal 13px / 1 FontAwesome;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 7px;
}
.dienst-accordion .accordion .accordion-item .accordion-header .title {
  font-weight: bold;
}
.dienst-accordion .accordion .accordion-item .accordion-header p {
  font-weight: 300;
  margin: 0 0 10px;
}
.dienst-accordion .accordion .accordion-item.open {
  transition: all 0.3s ease-in-out;
}
.dienst-accordion .accordion .accordion-item.open .accordion-header:before {
  content: "";
  transform: rotateZ(180deg);
  top: 12px;
  right: 12px;
}
.dienst-accordion .accordion .accordion-item .accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0;
  position: relative;
  color: #1178b3;
  font-weight: 300;
  line-height: 30px;
}
.dienst-accordion .accordion .accordion-item .accordion-body p {
  font-weight: 300;
  margin: 0 !important;
}
#contact-person {
  padding: 100px 0 50px 0;
}
#contact-person .intro {
  margin-bottom: 30px;
  text-align: center;
}
#contact-person .intro a {
  color: #1178b3;
}
#contact-person .contact-wrapper {
  display: flex;
  justify-content: center;
  gap: 50px;
}
#contact-person .contact-wrapper .contactpersoon-item {
  display: flex;
  flex-direction: column;
}
#contact-person .contact-wrapper .contactpersoon-item .tekst {
  margin-top: 1rem;
}
#contact-person .contact-wrapper .contactpersoon-item .tekst h2, #contact-person .contact-wrapper .contactpersoon-item .tekst h3, #contact-person .contact-wrapper .contactpersoon-item .tekst h4, #contact-person .contact-wrapper .contactpersoon-item .tekst h5 {
  margin: 0 0 5px;
}
#contact-person .contact-wrapper .contactpersoon-item .tekst p {
  font-size: 16px;
  color: #1178b3;
  line-height: 34px;
}
#contact-person .contact-wrapper .contactpersoon-item .tekst ul .default {
  padding: 0;
}
#contact-person .contact-wrapper .contactpersoon-item .tekst ul .default:before {
  display: none;
}
#contact-person .contact-wrapper .contactpersoon-item .tekst ul .default.bold {
  font-weight: bold;
}
#contact-person .contact-wrapper .contactpersoon-item .tekst ul .default.tel i {
  transform: scale(-1, 1);
}
#contact-person .contact-wrapper .contactpersoon-item .tekst ul .default i {
  margin-right: 5px;
}
@media (max-width: 1500px) {
  #quote .quote_uitgelicht .quote_slide {
    position: initial;
    width: auto;
    left: initial;
  }
  #quote .quote_uitgelicht .quote_slide .afbeelding {
    position: relative;
    left: 0;
    top: 0;
    padding: 0 40px 0 0;
  }
  #quote .quote_uitgelicht .quote_slide .slick-track .slick-active {
    display: flex;
    align-items: center;
    height: auto !important;
  }
  #quote .quote_uitgelicht {
    width: 1050px;
    padding: 60px 100px 60px 50px;
  }
}
@media (max-width: 1343px) {
  #footer:after {
    width: 245px;
    height: 325px;
    bottom: -12px;
  }
}
@media (max-width: 1200px) {
  #projecten_home .overlay_tekst {
    padding: 25px 50px 25px 35px;
    max-width: 500px;
  }
  #menu li a {
    font-size: 13px;
  }
  #over {
    padding: 50px 0;
  }
  #over:after {
    display: none;
  }
  #over .tekst h2 {
    margin: 0;
    line-height: 1.5;
  }
  #over .tekst h3 {
    margin: 0;
  }
  #over .tekst h4 {
    margin: 0 0 5px 0;
  }
  #project_filter.teamfilter {
    padding: 0;
  }
  #project_filter.teamfilter .project_filter .aantal {
    padding: 35px 20px;
  }
  #project_filter.teamfilter .project_filter .project_categorie {
    padding: 0 15px 0 0;
  }
  #project_filter.teamfilter .project_filter .project_categorie p {
    margin: 0 10px 0 0;
  }
  #project_filter.teamfilter .project_filter .project_categorie select {
    padding: 10px 20px 10px 10px;
    max-width: 150px;
  }
  #teamleden .teamlid {
    margin: 0 0 15px 0;
  }
  #vacatures {
    padding: 50px 0;
  }
  #vacatures .vacature {
    margin: 15px 0;
  }
  #vacatures .vacature_kort {
    padding: 20px 15px;
  }
  #vacatures .vacature_kort h3 {
    font-size: 20px;
  }
  #vacatures .vacature_kort ul li {
    padding: 0 5px;
  }
  #vacatures .vacature_kort ul li:last-of-type {
    padding: 0 5px;
  }
  #vacatures .vacature_kort ul li button {
    padding: 10px 15px;
  }
  #hero .hero_tekst h1, .hero .hero_tekst h1 {
    margin: 0 0 15px 0;
    line-height: 60px;
    font-size: 50px;
  }
  #hero .hero_tekst p, .hero .hero_tekst p {
    line-height: 1.3;
    font-size: 24px;
  }
  #tekst {
    padding: 50px 0;
  }
  #tekst .tekst.aligncenter hr {
    border-width: 2px;
  }
  #tekst .tekst hr {
    border-width: 2px;
  }
}
@media (max-width: 1100px) {
  #quote .quote_uitgelicht {
    width: 100%;
  }
  #actueel .afbeelding .uitgelicht_bericht {
    bottom: auto;
  }
  #actueel {
    padding: 60px 0 150px 0;
  }
  .nieuws_uitgelicht {
    padding: 0 0 150px 0;
  }
  #heroslider .slick_button {
    top: 50px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 992px) {
  #bottom_footer .contactgegevens {
    display: block;
  }
  header #top {
    padding: 15px 0;
  }
  header.fixed #top {
    padding: 5px 0;
  }
  main {
    padding: 80px 0 0 0;
  }
  .container {
    max-width: 100%;
  }
  body #projecten .project {
    padding: 0 0 75px 0;
    margin: 0 0 0 0;
  }
  body #projecten .project .project_tekst {
    border-bottom-left-radius: 20px;
    align-items: center;
    padding: 20px 15px;
    bottom: -40px;
    display: flex;
  }
  body #projecten .project .project_tekst .cat {
    padding: 5px 10px;
  }
  #menu nav {
    display: none;
  }
  #hero, .hero {
    height: 450px;
  }
  #hero .hero_tekst h1, .hero .hero_tekst h1 {
    font-size: 38px;
    line-height: 50px;
  }
  #hero .hero_tekst p, .hero .hero_tekst p {
    margin: 0 0 10px 0;
    font-size: 18px;
  }
  #hero .hero_tekst h6 a, .hero .hero_tekst h6 a {
    display: inline-block;
    padding: 15px 10px;
  }
  #sub_hero {
    height: 300px;
  }
  #sub_hero .hero_titel h1 {
    margin: 0 0 20px 0;
    font-size: 36px;
  }
  #top #top_header .top_menu ul {
    display: none;
  }
  #projecten_home .overlay_tekst {
    right: 0;
    max-width: 550px;
  }
  #mobiel_menu_toggle {
    display: block;
  }
  #footer:after {
    display: none;
  }
  #project_filter {
    margin: -48px 0 0 0;
    padding: 0;
  }
  #project_filter .project_filter {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #project_filter .project_filter .aantal {
    padding: 15px;
    width: 100%;
  }
  #project_filter .project_filter .project_categorie {
    justify-content: flex-start;
    padding: 15px;
  }
  #project_filter.teamfilter .project_filter .project_categorie {
    padding: 15px;
  }
  #nieuws .nieuws .nieuws_tekst {
    padding: 40px 20px;
    margin: 0 15px;
  }
  #dienst_tekst .tekst, #initiatieven .tekst {
    padding: 60px 25px;
  }
  #quote .quote_uitgelicht {
    padding: 30px 50px;
  }
  #quote .quote_uitgelicht .quote_tekst p {
    font-size: 22px;
    line-height: 36px;
  }
  #projecten_home .projecten_slide .row {
    align-items: center;
  }
  #projecten_home .overlay_tekst {
    position: relative;
    float: right;
    max-width: 65.666667%;
    bottom: 0;
    margin: 15px 0 0 0;
  }
  #sub_diensten #dienst_wrap .tekst {
    padding: 25px 30px 25px 25px;
  }
  #sub_diensten .sub_diensten {
    padding: 20px 0 20px 5px;
  }
  #sub_diensten .sub_diensten ul li:hover a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  #sub_diensten .sub_diensten ul li a {
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
  }
  #sub_diensten .sub_diensten ul li a.active {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .titel h2 {
    font-size: 28px;
    line-height: 1.3;
  }
  .titel hr {
    border: 4px solid #1178b3;
  }
  #dienst_tekst .titel hr, #initiatieven .titel hr {
    border: 4px solid #1178b3;
  }
  #uitgelichte_afbeelding .uitgelichte_afbeelding img.main_img {
    margin: -50px auto 0 auto;
    display: block;
    width: auto;
  }
  #uitgelichte_afbeelding .uitgelichte_tekst {
    padding: 30px 50px;
    margin: -50px 0 0;
  }
  #vacatures .vacature_kort ul li button {
    margin: 5px 0 0 0;
  }
}
@media (max-width: 768px) {
  #cta .cta::before {
    left: -150px;
  }
  main {
    padding: 70px 0 0 0;
  }
  main #over #dienst_wrap > div {
    height: auto !important;
    padding: 0 0px 0 0 !important;
  }
  main #over .sub_diensten ul li a {
    padding: 23px 40px 23px 10px;
  }
  #fixed_socials {
    -webkit-box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.1);
  }
  #fixed_socials a {
    padding: 6px 7px;
  }
  #fixed_socials a i {
    display: block;
    font-size: 14px;
  }
  #leeg {
    display: none;
  }
  #aanmelden_nieuwsbrief {
    padding: 30px 0;
  }
  #bottom_footer {
    padding: 25px 0;
  }
  #bottom_footer .footer_logo {
    margin: 0 0 25px 0;
  }
  #bottom_footer .cta_button {
    margin: 20px 0 0 0;
  }
  #project_info .project_kort hr {
    margin: 10px 0;
    border-width: 2px;
  }
  #quote {
    min-height: auto;
    padding: 25px 0;
    height: auto;
  }
  #quote .quote_uitgelicht {
    display: none;
  }
  #quote .quote_uitgelicht .quote_slide .slick-track {
    max-width: 100%;
  }
  #quote #aanmelden_nieuwsbrief {
    position: relative;
    bottom: 0;
  }
  #actueel {
    padding: 50px 0;
  }
  #actueel .actueel li {
    margin: 0 0 20px 0;
  }
  #actueel .actueel li:last-of-type {
    margin: 0;
  }
  #actueel .actueel li:last-of-type p {
    padding: 0;
  }
  #actueel .actueel p {
    padding: 0 0 20px 0;
  }
  #actueel .afbeelding .uitgelicht_bericht {
    position: initial;
    bottom: 0;
    padding: 15px 25px 25px 25px;
    transform: translateY(0%);
    margin: 0;
    max-width: 540px;
  }
  #actueel .afbeelding .uitgelicht_bericht h3 {
    font-weight: 500;
  }
  #actueel .afbeelding .uitgelicht_bericht p {
    line-height: 24px;
  }
  #top #top_header .top_menu {
    display: none;
  }
  #projecten_home .project_thumb {
    margin: 0 0 10px 0;
  }
  #projecten_home .overlay_tekst {
    padding: 10px 15px;
    max-width: 100%;
  }
  #projecten_home .overlay_tekst p {
    font-weight: 600;
    line-height: 1.3;
    font-size: 20px;
  }
  #projecten_home .overlay_tekst .cat {
    margin: 0 0 5px 0;
    padding: 10px;
  }
  #sub_diensten {
    padding: 0;
  }
  #sub_diensten .sub_diensten ul li {
    text-align: left;
    max-width: 50%;
    flex: 0 0 50%;
    width: auto;
  }
  #sub_diensten .tekst p {
    line-height: 1.6;
    font-size: 16px;
  }
  #sub_diensten #dienst_wrap .contactpersoon {
    padding: 0 15px;
  }
  #over, #sub_diensten {
    padding: 90px 0 0 0;
  }
  #over #dienst_wrap, #sub_diensten #dienst_wrap {
    flex-wrap: wrap;
  }
  #overons .tekst {
    padding: 40px 20px;
    text-align: left;
  }
  #overons .tekst h2 {
    font-size: 24px;
  }
  #overons .tekst hr {
    margin: 0 0 25px 0;
    text-align: left;
    border-width: 4px;
  }
  #titel .titel {
    padding: 25px 0 0 0;
  }
  #titel .titel hr {
    margin: 0 auto;
    border-width: 4px;
  }
  #footer {
    padding: 40px 0;
  }
  #over #dienst_wrap .tekst, #sub_diensten #dienst_wrap .tekst {
    padding: 50px 50px 80px 50px;
  }
  #over #dienst_wrap .sub_diensten, #over #dienst_wrap .tab-content, #sub_diensten #dienst_wrap .sub_diensten, #sub_diensten #dienst_wrap .tab-content {
    height: auto !important;
  }
  #project_filter .project_filter .project_categorie select {
    padding: 15px 0px 10px 10px;
    font-size: 12px;
  }
  #tekst .vragen {
    margin-top: auto;
  }
  #tekst .tekst h6 a {
    padding: 10px 15px;
  }
  #tekst .tekst h6 a i {
    display: none;
  }
  #cta .cta {
    flex-wrap: wrap;
    text-align: center;
  }
  #cta .cta .afbeelding {
    width: 100%;
  }
  #cta .cta .tekst {
    width: 100%;
  }
  #quote_wit .quote_uitgelicht {
    padding: 65px 65px;
  }
  #vacatures .vacature_kort h3 {
    margin: 0 0 10px 0;
  }
  #vacatures .vacature_kort ul {
    text-align: left;
  }
  #vacatures .vacature_kort ul li:last-of-type {
    text-align: left;
    width: 100%;
  }
  #vacatures .vacature_kort ul li button {
    margin: 15px 0 0 0;
  }
  #sub_hero .hero_titel h1 {
    margin: 0 0 20px 0;
    line-height: 1.3;
    font-size: 42px;
  }
  #uitgelichte_afbeelding {
    padding: 0;
  }
  .nieuws_uitgelicht {
    padding: 0 0 50px 0;
  }
  .nieuws_afbeelding_container {
    text-align: center;
  }
  .initiatieven_tekst_container {
    margin: 0 0 20px;
  }
  .titel_project {
    flex-wrap: wrap;
  }
  .titel_project span.rechts {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .titel_project span.rechts a {
    padding: 10px;
  }
  .titel_project p {
    font-weight: 400;
    font-size: 14px;
  }
  .titel_project h2 {
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 24px;
  }
  .home .hero {
    height: 400px;
  }
  #hero, .hero {
    height: 250px;
  }
  #hero .hero_tekst h1, .hero .hero_tekst h1 {
    margin: 0 0 20px 0;
    line-height: 1.3;
    font-size: 28px;
  }
  #hero .hero_tekst h6 a, .hero .hero_tekst h6 a {
    padding: 15px;
  }
  #hero .hero_titel h1, .hero .hero_titel h1 {
    margin: 0 0 15px 0;
    font-weight: 700;
    line-height: 1.3;
    font-size: 26px;
  }
  #hero .hero_titel h2, .hero .hero_titel h2 {
    font-weight: 700;
    line-height: 1.3;
    font-size: 22px;
  }
  #hero .hero_titel p, .hero .hero_titel p {
    letter-spacing: initial;
    margin: 0 0 5px 0;
    font-weight: 400;
    font-size: 16px;
  }
  #hero .hero_titel a.button, .hero .hero_titel a.button {
    letter-spacing: 1px;
    font-size: 14px;
    padding: 15px;
  }
  #overons {
    height: auto;
  }
  #overons:after {
    display: none;
  }
  #overons .tekst {
    margin: 0 0 50px 0;
  }
  #overons .tekst p {
    line-height: 1.3;
    font-size: 18px;
  }
  #diensten_home {
    padding: 0 0 50px 0;
  }
  #diensten_home .dienst_home {
    padding: 20px 10px;
    margin: 0;
  }
  #diensten_home .dienst_home p {
    margin: 0;
  }
  #diensten_home .dienst_home .icon {
    padding: 0 10px 0 0;
  }
  .tekst h2 {
    margin: 0 0 15px 0;
    font-size: 22px;
  }
  .tekst h4 {
    border-width: 4px;
    margin: 15px 0;
  }
  #fixed_socials a {
    padding: 4px;
  }
  #fixed_socials a i {
    font-size: 14px;
  }
  #initiatieven .col-md-4 {
    order: 1;
  }
  #initiatieven .col-md-4 .afbeelding {
    margin: 0 auto 30px auto;
  }
  #initiatieven .col-md-8 {
    order: 2;
  }
  #dienst_tekst, #initiatieven {
    padding: 30px 0;
  }
  #dienst_tekst:after, #initiatieven:after {
    display: none;
  }
  #dienst_tekst .tekst, #initiatieven .tekst {
    background-color: transparent;
    padding: 0;
  }
  #dienst_tekst .tekst h2, #initiatieven .tekst h2 {
    margin: 0 0 5px 0;
    line-height: 1.4;
    font-size: 24px;
  }
  #dienst_tekst .tekst p, #initiatieven .tekst p {
    margin: 0 0 20px 0;
  }
  #dienst_tekst .tekst hr, #initiatieven .tekst hr {
    border: 2px solid #1178b3;
    margin: 10px 0;
  }
  #dienst_tekst .titel, #initiatieven .titel {
    position: relative;
    bottom: 0;
  }
  .titel h2 {
    font-size: 24px;
  }
  .titel hr {
    border-width: 4px;
  }
  #aanmelden_nieuwsbrief .aanmelden h3 {
    margin: 0 0 15px 0;
    line-height: 1.3;
    font-size: 20px;
  }
  #aanmelden_nieuwsbrief .aanmelden input[type=text] {
    line-height: initial;
    min-height: initial;
    font-size: 15px;
    padding: 10px;
  }
  #aanmelden_nieuwsbrief .aanmelden input[type=text].placeholder {
    font-size: 15px;
  }
  #aanmelden_nieuwsbrief .aanmelden input[type=text]:-moz-placeholder {
    font-size: 15px;
  }
  #aanmelden_nieuwsbrief .aanmelden input[type=text]::-moz-placeholder {
    font-size: 15px;
  }
  #aanmelden_nieuwsbrief .aanmelden input[type=text]:-ms-input-placeholder {
    font-size: 15px;
  }
  #aanmelden_nieuwsbrief .aanmelden input[type=text]::-webkit-input-placeholder {
    font-size: 15px;
  }
  body #gform_wrapper_2 .gform_body .gform_fields .gfield {
    margin: 0 0 5px;
    width: 100%;
  }
  body #gform_wrapper_2 .gform_body .gform_fields .gfield .gfield_checkbox label {
    max-width: 100%;
    font-size: 15px;
    width: 100%;
  }
  body #gform_wrapper_2 .gform_footer {
    position: relative;
    right: 0;
  }
  body #gform_wrapper_2 .gform_footer:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    margin: 0 auto;
    right: 0;
    top: 50%;
    left: 0;
  }
  body #gform_wrapper_2 .gform_footer input[type=submit] {
    line-height: initial;
    min-height: initial;
    font-size: 10px;
    height: 34px;
    width: 34px;
    margin: 0;
  }
  .tekst h6 a {
    padding: 10px 15px;
  }
  #nieuws {
    margin: -50px 0 0 0;
  }
  #nieuws .nieuws .nieuws_tekst h3 {
    margin: 0 0 5px 0;
    line-height: 26px;
    font-size: 20px;
  }
  #overig_nieuws {
    padding: 25px 0;
  }
  #overig_nieuws .titel {
    margin: 0 0 25px 0;
  }
  #overig_nieuws .bericht .nieuws_tekst {
    padding: 0 0 0 15px;
  }
  #overig_nieuws .bericht .nieuws_tekst hr {
    border: 2px solid #f0bf00;
  }
  #overig_nieuws .bericht .nieuws_tekst h3 {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 10px 0;
  }
  #overig_nieuws .bericht .nieuws_tekst h3 i {
    font-size: 15px;
    margin: 0 0 0 5px;
  }
  #contact-person {
    padding: 50px 0 20px 0;
  }
}
@media (max-width: 575px) {
  #contact-person .contact-wrapper {
    flex-direction: column;
    gap: 0px;
  }
  #contact-person .titel {
    text-align: left;
  }
  #teamleden .teamlid {
    text-align: center;
  }
  #teamleden .teamlid .team_tekst hr {
    margin: 10px auto;
  }
  #quote_wit .quote_uitgelicht {
    padding: 52px 15px;
  }
  #vacatures .vacature_kort {
    flex-wrap: wrap;
  }
  #projecten_slider .col-4 {
    padding-right: 5px;
    padding-left: 5px;
  }
  #tekst .teskt h1 {
    font-size: 26px;
  }
  #tekst .teskt h2 {
    font-size: 22px;
  }
  #tekst .teskt hr {
    border-width: 2px;
  }
  #sub_diensten .sub_diensten ul li {
    max-width: 100%;
    flex: 0 0 100%;
  }
  #sub_diensten #dienst_wrap {
    width: 100%;
  }
  #project_titel .titel {
    padding: 60px 15px;
  }
  #project_titel .titel .cat {
    transform: translateX(-20%);
    left: 30%;
  }
  #quote_wit .quote_tekst p {
    line-height: 36px;
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  #hero h6 a {
    font-size: 11px;
  }
  #mobiel_logo {
    display: block;
    width: 139px;
  }
  header.fixed #top #top_header .logo img#mobiel_logo {
    width: 125px;
  }
  #desktop_logo {
    display: none;
  }
  #sub_hero .hero_titel h1 {
    font-size: 30px;
  }
  #over #dienst_wrap .tekst {
    padding: 50px 15px 80px 15px;
  }
  #nieuws .nieuws .nieuws_tekst {
    padding: 25px 10px;
    margin: 0px 10px;
  }
  #sub_diensten #dienst_wrap .tekst {
    padding: 50px 20px 50px 20px;
  }
  #quote_wit .quote_tekst p {
    font-size: 20px;
  }
  #bottom_footer .contactgegevens {
    -webkit-columns: 1;
    columns: 1;
  }
}
