html {
  font-size: 62.5%;
  font-family: "jaf-facitweb", sans-serif;
  overflow-x: hidden;
  letter-spacing: -0.2px;
  margin-top: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100vw;
  overflow-x: hidden;
  min-height: 100vh;
  background-color: #fff;
  font-family: "jaf-facitweb", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #0f0e0e; }

.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: #888;
  color: white !important;
  border: 3px dotted #000;
  opacity: 0; }
  .skip-link:focus {
    left: 50%;
    transform: translateX(-50%);
    opacity: 1; }

a:focus-visible {
  outline: 2px dotted #000; }

.uk-container {
  max-width: 960px; }
  @media screen and (max-width: 1000px) {
    .uk-container {
      width: calc(100vw - 20px); } }
  @media screen and (max-width: 1640px) {
    .uk-container {
      width: calc(100vw - 40px); } }

.header-wrap {
  max-width: 960px;
  width: 100%;
  background: #fff;
  padding: 0;
  border-radius: 0 0 5px 5px;
  z-index: 2;
  position: relative; }
  @media screen and (max-width: 1000px) {
    .header-wrap {
      width: calc(100vw - 20px); } }
  .header-wrap .uk-first-column {
    margin-top: 0 !important;
    border-radius: 0 0 5px 5px; }
  .header-wrap .row2 {
    border-radius: 0 0 5px 5px;
    background-color: #364b9b;
    float: left;
    position: relative;
    width: 100%;
    height: 90px; }
  .header-wrap .logo {
    border-radius: 0 0 0px 5px;
    width: calc(100% - 300px);
    height: 100%;
    display: inline-block;
    float: left; }
    @media screen and (max-width: 850px) {
      .header-wrap .logo {
        width: 66%; } }
    @media screen and (max-width: 640px) {
      .header-wrap .logo {
        width: 100%; } }
    .header-wrap .logo a {
      height: 100%; }
    .header-wrap .logo img {
      width: 100%;
      max-width: 458px;
      margin: 5px 0 0 70px; }
      @media screen and (max-width: 960px) {
        .header-wrap .logo img {
          max-width: 458px;
          margin-right: 10%;
          margin-left: 10%; } }
      @media screen and (max-width: 900px) {
        .header-wrap .logo img {
          max-width: 458px;
          width: calc(100% - 80px) !important; } }
      @media screen and (max-width: 640px) {
        .header-wrap .logo img {
          width: 100% !important;
          max-width: 458px;
          margin-right: 20px;
          margin-left: 20px; } }
      @media screen and (max-width: 458px) {
        .header-wrap .logo img {
          width: calc(100% - 40px) !important; } }
  .header-wrap .call-me-form {
    display: inline-block;
    float: right;
    width: 275px;
    background-color: #364b9b;
    border-radius: 0 0 5px 0px;
    position: absolute;
    right: 10px;
    top: 10px; }
    @media screen and (max-width: 850px) {
      .header-wrap .call-me-form {
        width: 33%; } }
    @media screen and (max-width: 640px) {
      .header-wrap .call-me-form {
        display: none; } }
    .header-wrap .call-me-form form {
      box-sizing: content-box; }
      .header-wrap .call-me-form form input[type=text] {
        border: 0;
        padding: 5px;
        border: 1px solid #fff;
        width: 100%;
        box-sizing: border-box;
        font-family: "jaf-facitweb", sans-serif;
        -webkit-appearance: none; }
      .header-wrap .call-me-form form input::placeholder {
        color: #364b9b;
        font-family: "jaf-facitweb", sans-serif; }
      .header-wrap .call-me-form form input.form-name {
        margin-bottom: 10px;
        display: inline;
        -webkit-border-radius: 0; }
      .header-wrap .call-me-form form input.form-phone {
        display: inline;
        margin: 0px 0;
        width: calc(100% - 88px);
        -webkit-border-radius: 0; }
      .header-wrap .call-me-form form input[type=submit] {
        font-family: "jaf-facitweb", sans-serif;
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        background-color: #0f0e0e;
        border-radius: 0;
        margin-left: 6px;
        border: 0;
        padding: 4px 5px;
        float: right;
        width: 80px;
        -webkit-appearance: none; }
        .header-wrap .call-me-form form input[type=submit]:hover, .header-wrap .call-me-form form input[type=submit]:focus, .header-wrap .call-me-form form input[type=submit]:active {
          background-color: #ffdd00; }
      .header-wrap .call-me-form form .wpcf7-spinner {
        display: none; }
      .header-wrap .call-me-form form .wpcf7-response-output {
        display: none;
        height: 0 !important;
        width: 0 !important; }
      .header-wrap .call-me-form form .wpcf7-not-valid-tip {
        position: absolute;
        top: 20px;
        left: 12px;
        background: #f4f4f4;
        padding: 2px 5px;
        font-weight: bold;
        font-size: 13px;
        line-height: 1;
        z-index: 1; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #ffdd00;
  background-color: #ffdd00;
  text-align: center; }

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #364b9b; }

::selection {
  color: #fff;
  background: #364b9b; }

a.go-top {
  display: none; }

.go-to-top {
  position: fixed;
  width: 36px;
  height: 30px;
  bottom: 1rem;
  right: 1rem;
  background: #364b9b;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 4px;
  font-size: 3rem;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  z-index: 150; }
  .go-to-top:hover, .go-to-top:focus, .go-to-top:active {
    color: #fff;
    background: #364b9b;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
  .go-to-top:focus {
    background-color: #364b9b; }

a {
  color: #364b9b;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  a:hover, a:active, a:focus {
    color: #aba4a4;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  a.read-more {
    font-weight: 700;
    display: inline-block;
    margin-top: .7rem; }

p {
  margin: 0; }

hr {
  border: 0;
  height: 1px;
  background: #ddd;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

ul, ol {
  padding-left: 1.6rem; }

small {
  font-size: 90%; }

em {
  color: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-family: "jaf-facitweb", sans-serif;
  font-weight: 600; }

h1 {
  font-size: 2.6rem;
  line-height: 3.1rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
  color: #364b9b; }

h2 {
  font-size: 1.6rem;
  line-height: 1.9rem;
  margin: 2.6rem 0 .6rem 0;
  color: #545353; }

h3 {
  font-size: 2.2rem;
  line-height: 3rem;
  margin: 2.2rem 0 .2rem 0;
  color: #0f0e0e; }

h4, h5, h6 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 2rem 0 0rem 0;
  color: #0f0e0e; }

h2.elementor-heading-title {
  font-size: 2.6rem;
  line-height: 3.1rem;
  margin-bottom: 1rem;
  color: #364b9b; }

h3.elementor-heading-title {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #545353; }

.contentarea .header-image {
  margin-top: -140px;
  height: 550px; }
.contentarea .uk-container {
  width: 100%;
  max-width: 960px;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (max-width: 1000px) {
    .contentarea .uk-container {
      width: calc(100vw - 20px); } }
  @media screen and (max-width: 1640px) {
    .contentarea .uk-container {
      width: calc(100vw - 40px); } }
  .contentarea .uk-container .uk-panel {
    background: #fff;
    z-index: 3;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 5px 5px 0px 0px;
    padding-bottom: 0px;
    position: relative;
    margin-top: -65px;
    margin-bottom: 20px;
    position: relative; }
    .contentarea .uk-container .uk-panel .backgr {
      box-shadow: 0px -8px 6px rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 220px;
      position: absolute;
      top: 0;
      border-radius: 5px 5px 0px 0px;
      background-color: #fff; }
      .contentarea .uk-container .uk-panel .backgr h1 {
        margin-top: 50px; }
      .contentarea .uk-container .uk-panel .backgr p {
        margin-bottom: 100px; }
    .contentarea .uk-container .uk-panel .panel-inner {
      padding: 15px; }
    .contentarea .uk-container .uk-panel h1 {
      margin-top: 0rem;
      font-weight: 600;
      font-size: 26px; }
    .contentarea .uk-container .uk-panel p + h1 {
      margin-top: 3.6rem; }

#main-nav {
  height: 4.5rem;
  /* set to the height you want your menu to be */
  margin: 0;
  /* just to give some spacing */ }
  #main-nav ul {
    margin: 0;
    padding: 0;
    /* only needed if you have not done a CSS reset */ }
    #main-nav ul ul {
      /* this targets all sub menus */
      opacity: 0;
      transform: translateY(20%);
      transition: all 150ms ease;
      pointer-events: none;
      position: absolute;
      top: 8rem;
      /* this should be the same height as the top level menu -- height + padding + borders */
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      z-index: 10; }
      #main-nav ul ul li {
        /* this targets all submenu items */
        float: none;
        /* overwriting our float up above */
        width: 200px;
        /* set to the width you want your sub menus to be. This needs to match the value we set below */
        height: 5rem;
        line-height: 5rem; }
        #main-nav ul ul li a {
          /* target all sub menu item links */
          padding: 0px 10px;
          /* give our sub menu links a nice button feel */
          border: 1px solid #eee;
          height: 5rem;
          line-height: 5rem;
          background: #fff; }
        #main-nav ul ul li ul {
          /* target all second, third, and deeper level sub menus */
          left: 150px;
          /* this needs to match the sub menu width set above -- width + padding + borders */
          top: 0;
          /* this ensures the sub menu starts in line with its parent item */ }
    #main-nav ul li:hover > ul {
      display: block;
      /* show sub menus when hovering over a parent */
      opacity: 1;
      transform: translateY(0%);
      pointer-events: auto; }
  #main-nav li {
    display: block;
    float: left;
    width: calc(100% / 5);
    line-height: 4.5rem;
    /* this should be the same as your #main-nav height */
    height: 4.5rem;
    /* this should be the same as your #main-nav height */
    margin: 0;
    padding: 0;
    /* only needed if you don't have a reset */
    position: relative;
    /* this is needed in order to position sub menus */ }
    #main-nav li a {
      display: block;
      text-align: center;
      height: 4.5rem;
      line-height: 4.5rem;
      color: #0f0e0e;
      font-size: 16px;
      font-family: "jaf-facitweb", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background: #fff; }
      @media screen and (max-width: 850px) {
        #main-nav li a {
          font-size: 14px; } }
  #main-nav .current-menu-item > a, #main-nav .current_page_item > a {
    color: #ffdd00;
    background: #364b9b; }
  #main-nav a:hover {
    color: #fff;
    background: #364b9b;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #main-nav ul#menu-hoofdmenu > li:last-of-type ul {
    right: 0; }
  #main-nav.paneelspace ul {
    margin-right: 8rem; }

.mobile-hamburger {
  background: #364b9b; }
  .mobile-hamburger a {
    color: #ffdd00;
    height: 4.5rem;
    line-height: 4.5rem;
    font-size: 16px;
    font-family: "jaf-facitweb", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 20px; }

body.page-template-page-canvas button#responsive-menu-button {
  display: none; }

.paneelicon {
  margin-right: 2rem; }

#offcanvas-panel .uk-offcanvas-bar {
  background-color: #fff;
  color: #0f0e0e;
  max-width: 500px;
  width: 90%; }
  #offcanvas-panel .uk-offcanvas-bar a {
    color: #0f0e0e; }
    #offcanvas-panel .uk-offcanvas-bar a:hover, #offcanvas-panel .uk-offcanvas-bar a:focus, #offcanvas-panel .uk-offcanvas-bar a:active {
      color: #364b9b; }
    #offcanvas-panel .uk-offcanvas-bar a .uk-icon {
      display: inline-block;
      width: 25px;
      margin-right: 5px; }
  #offcanvas-panel .uk-offcanvas-bar h1, #offcanvas-panel .uk-offcanvas-bar h2 {
    color: #364b9b; }
  #offcanvas-panel .uk-offcanvas-bar h3, #offcanvas-panel .uk-offcanvas-bar h4, #offcanvas-panel .uk-offcanvas-bar h5, #offcanvas-panel .uk-offcanvas-bar h6 {
    color: #0f0e0e;
    margin-bottom: 1rem; }

li.astm-search-menu a svg {
  fill: #0f0e0e;
  width: 17px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
li.astm-search-menu a:hover svg, li.astm-search-menu a:focus svg, li.astm-search-menu a:active svg {
  fill: #364b9b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
li.astm-search-menu form {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 0 20px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  li.astm-search-menu form input#s {
    height: 24px;
    border: 1px solid #eee;
    padding: 5px;
    width: calc(100% - 114px);
    font-family: "jaf-facitweb", sans-serif;
    -webkit-appearance: none; }
    li.astm-search-menu form input#s::placeholder {
      color: #928a8a; }
  li.astm-search-menu form input.uk-button.uk-button-search {
    font-size: 1.5rem;
    line-height: 1.6rem;
    height: 36px;
    font-weight: normal;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    padding: 0 5px;
    background: #364b9b;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    margin-top: -2px;
    margin-right: 0;
    width: 100px;
    border: 1px solid #364b9b;
    -webkit-appearance: none; }
    li.astm-search-menu form input.uk-button.uk-button-search:hover, li.astm-search-menu form input.uk-button.uk-button-search:focus, li.astm-search-menu form input.uk-button.uk-button-search:active {
      background-color: #364b9b;
      border: 1px solid #364b9b;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

li.is-menu a:hover path.search-icon-path {
  fill: #364b9b; }

.hero .overlay {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%; }
  .hero .overlay h2 {
    font-size: 3.6rem;
    line-height: 4rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    color: #fff;
    letter-spacing: 1px; }

#footer-wrap {
  z-index: 2;
  position: relative; }

.footer {
  background-color: #364b9b;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 15px solid #0f0e0e;
  box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5); }
  .footer .uk-container {
    width: 100%;
    max-width: 960px;
    padding-left: 0;
    padding-right: 0; }
    @media screen and (max-width: 1000px) {
      .footer .uk-container {
        width: calc(100vw - 20px); } }
    @media screen and (max-width: 1640px) {
      .footer .uk-container {
        width: calc(100vw - 40px); } }
  .footer .footer-col1 nav, .footer .footer-col2 nav {
    margin-bottom: 0; }
    @media screen and (max-width: 640px) {
      .footer .footer-col1 nav, .footer .footer-col2 nav {
        display: none; } }
  .footer .footer-col1 ul, .footer .footer-col2 ul {
    margin-bottom: 0;
    padding-left: 0; }
    .footer .footer-col1 ul li, .footer .footer-col2 ul li {
      list-style-type: none;
      display: inline;
      padding: 0 20px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px;
      font-size: 14px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      color: #fff; }
      .footer .footer-col1 ul li:first-of-type, .footer .footer-col2 ul li:first-of-type {
        padding-left: 0; }
      .footer .footer-col1 ul li:hover, .footer .footer-col1 ul li:active, .footer .footer-col1 ul li:focus, .footer .footer-col2 ul li:hover, .footer .footer-col2 ul li:active, .footer .footer-col2 ul li:focus {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .footer .footer-col1 ul a, .footer .footer-col2 ul a {
      color: #fff;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .footer .footer-col1 ul a:hover, .footer .footer-col1 ul a:active, .footer .footer-col1 ul a:focus, .footer .footer-col2 ul a:hover, .footer .footer-col2 ul a:active, .footer .footer-col2 ul a:focus {
        color: #5a88d1;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .footer .footer-col1 ul .current_page_item > a, .footer .footer-col2 ul .current_page_item > a {
      color: #ffdd00; }
  @media screen and (max-width: 840px) {
    .footer .footer-col1 {
      width: 100%; } }
  .footer .footer-col1 .call-me-form {
    display: none;
    width: 100%;
    background-color: #364b9b;
    border-radius: 0 0 5px 0px; }
    @media screen and (max-width: 640px) {
      .footer .footer-col1 .call-me-form {
        display: block; } }
    .footer .footer-col1 .call-me-form form {
      box-sizing: content-box; }
      .footer .footer-col1 .call-me-form form input[type=text] {
        border: 0;
        padding: 5px;
        border: 1px solid #fff;
        width: 100%;
        box-sizing: border-box;
        font-family: "jaf-facitweb", sans-serif;
        -webkit-appearance: none;
        -webkit-border-radius: 0; }
      .footer .footer-col1 .call-me-form form input::placeholder {
        color: #364b9b;
        font-family: "jaf-facitweb", sans-serif; }
      .footer .footer-col1 .call-me-form form input.form-name {
        margin-bottom: 10px;
        display: inline; }
      .footer .footer-col1 .call-me-form form input.form-phone {
        display: inline;
        margin: 0px 0;
        width: calc(100% - 88px); }
      .footer .footer-col1 .call-me-form form input[type=submit] {
        font-family: "jaf-facitweb", sans-serif;
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        background-color: #0f0e0e;
        border-radius: 0;
        margin-left: 6px;
        border: 0;
        padding: 4px 5px;
        float: right;
        width: 80px;
        -webkit-appearance: none; }
        .footer .footer-col1 .call-me-form form input[type=submit]:hover, .footer .footer-col1 .call-me-form form input[type=submit]:focus, .footer .footer-col1 .call-me-form form input[type=submit]:active {
          background-color: #ffdd00; }
      .footer .footer-col1 .call-me-form form .wpcf7-spinner {
        display: none; }
      .footer .footer-col1 .call-me-form form .wpcf7-response-output {
        display: none;
        height: 0 !important;
        width: 0 !important; }
      .footer .footer-col1 .call-me-form form .wpcf7-not-valid-tip {
        position: absolute;
        top: 20px;
        left: 12px;
        background: #f4f4f4;
        padding: 2px 5px;
        font-weight: bold;
        font-size: 13px;
        line-height: 1;
        z-index: 1; }
  .footer .footer-col2 {
    font-size: 12px;
    color: #aac2e7; }
    @media screen and (max-width: 840px) {
      .footer .footer-col2 {
        width: 100%;
        display: flex;
        justify-content: left; } }
    .footer .footer-col2 a {
      color: #aac2e7;
      margin-left: 3px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .footer .footer-col2 a:hover, .footer .footer-col2 a:active, .footer .footer-col2 a:focus {
        color: #ffdd00;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }

.sociallinks {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 250px;
  width: 45px; }
  .sociallinks .sociallink-item {
    display: block;
    height: 45px;
    width: 45px;
    margin: 2px 0; }
    .sociallinks .sociallink-item a {
      width: 100%;
      line-height: 45px;
      text-align: center;
      border: 0;
      text-decoration: none;
      color: #fff;
      background-color: #045449;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .sociallinks .sociallink-item a:hover, .sociallinks .sociallink-item a:focus, .sociallinks .sociallink-item a:active {
        background-color: #04463c;
        color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  @media screen and (max-width: 480px) {
    .sociallinks.sociallinks-side {
      display: none; } }

.sticky-social-bar {
  padding: 0;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19rem;
  background-color: transparent;
  position: fixed;
  z-index: 1000; }
  @media screen and (max-width: 768px) {
    .sticky-social-bar {
      display: none; } }
  .sticky-social-bar .social-icon {
    list-style-type: none;
    color: #fff;
    margin: 2px 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-size: 1.1rem;
    padding: 0;
    background-color: #0f0e0e;
    height: 40px; }
    .sticky-social-bar .social-icon.phone {
      background-color: #2f4288; }
    .sticky-social-bar .social-icon.mail {
      background-color: #2f4288; }
    .sticky-social-bar .social-icon.facebook {
      background-color: #344e86; }
    .sticky-social-bar .social-icon.twitter {
      background-color: #3ea1ec; }
    .sticky-social-bar .social-icon.linkedin {
      background-color: #006a9c; }
    .sticky-social-bar .social-icon.youtube {
      background-color: #a20000; }
    .sticky-social-bar .social-icon.instagram {
      background-color: #0f4871; }
    .sticky-social-bar .social-icon.primair {
      background-color: #2f4288 !important; }
      .sticky-social-bar .social-icon.primair .fab {
        background-color: #364b9b !important; }
    .sticky-social-bar .social-icon > a {
      color: inherit;
      background-color: inherit;
      height: 4rem;
      line-height: 4rem;
      display: block; }
      .sticky-social-bar .social-icon > a > .fab {
        width: 4rem;
        height: 4rem;
        margin-left: 0rem;
        text-align: center;
        line-height: 4rem; }
        .sticky-social-bar .social-icon > a > .fab.phone {
          background-color: #364b9b; }
        .sticky-social-bar .social-icon > a > .fab.mail {
          background-color: #364b9b; }
        .sticky-social-bar .social-icon > a > .fab.facebook {
          background-color: #3b5998; }
        .sticky-social-bar .social-icon > a > .fab.twitter {
          background-color: #55acee; }
        .sticky-social-bar .social-icon > a > .fab.linkedin {
          background-color: #007bb5; }
        .sticky-social-bar .social-icon > a > .fab.youtube {
          background-color: #bb0000; }
        .sticky-social-bar .social-icon > a > .fab.instagram {
          background-color: #125688; }
      .sticky-social-bar .social-icon > a > .social-icon-text {
        font-size: 12px;
        letter-spacing: .4px;
        color: #fff;
        text-transform: uppercase;
        margin-left: 1.5rem; }
    .sticky-social-bar .social-icon:hover > a {
      color: inherit;
      background-color: inherit; }
  .sticky-social-bar.sticky-social-bar-left {
    left: -15rem; }
    .sticky-social-bar.sticky-social-bar-left .social-icon > a > .fab {
      float: right; }
    .sticky-social-bar.sticky-social-bar-left .social-icon > a > .social-icon-text {
      margin-left: 1rem; }
    .sticky-social-bar.sticky-social-bar-left .social-icon:hover {
      -webkit-transform: translateX(15rem);
      -ms-transform: translateX(15rem);
      transform: translateX(15rem); }
  .sticky-social-bar.sticky-social-bar-right {
    right: -15rem; }
    .sticky-social-bar.sticky-social-bar-right .social-icon > a > .fab {
      float: left; }
    .sticky-social-bar.sticky-social-bar-right .social-icon > a > .social-icon-text {
      margin-left: 1rem; }
    .sticky-social-bar.sticky-social-bar-right .social-icon:hover {
      -webkit-transform: translateX(-15rem);
      -ms-transform: translateX(-15rem);
      transform: translateX(-15rem); }

#modal-nav.uk-modal {
  background: #364b9b;
  line-height: 2.1rem; }
  #modal-nav.uk-modal nav {
    margin: 0px 0 0px 0; }
  #modal-nav.uk-modal .uk-modal-close-full {
    background: transparent;
    padding: 10px 40px;
    color: #ffdd00; }
  #modal-nav.uk-modal .uk-modal-dialog {
    background: transparent;
    color: #fff;
    text-align: center; }
    #modal-nav.uk-modal .uk-modal-dialog a {
      color: #fff;
      padding-top: 15px;
      padding-bottom: 15px; }
    #modal-nav.uk-modal .uk-modal-dialog button svg:not(#this) path {
      stroke: #364b9b; }
    #modal-nav.uk-modal .uk-modal-dialog ul.bellows-nav {
      padding-top: 120px;
      font-size: 16px;
      font-family: "jaf-facitweb", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px; }
      #modal-nav.uk-modal .uk-modal-dialog ul.bellows-nav > li:first-of-type {
        border-top: 1px solid #3a50a6; }
      #modal-nav.uk-modal .uk-modal-dialog ul.bellows-nav li {
        border-bottom: 1px solid #3a50a6; }
        #modal-nav.uk-modal .uk-modal-dialog ul.bellows-nav li a:hover, #modal-nav.uk-modal .uk-modal-dialog ul.bellows-nav li a:focus, #modal-nav.uk-modal .uk-modal-dialog ul.bellows-nav li a:active {
          background: #2f4288; }
        #modal-nav.uk-modal .uk-modal-dialog ul.bellows-nav li.bellows-current_page_item > a {
          color: #ffdd00; }
        #modal-nav.uk-modal .uk-modal-dialog ul.bellows-nav li.bellows-current-menu-ancestor > a {
          background: #2f4288; }
        #modal-nav.uk-modal .uk-modal-dialog ul.bellows-nav li ul.bellows-submenu li {
          border-top: 1px solid #3a50a6;
          border-bottom: 0px; }
          #modal-nav.uk-modal .uk-modal-dialog ul.bellows-nav li ul.bellows-submenu li a {
            padding-left: 30px;
            font-size: .9em;
            display: block; }
            #modal-nav.uk-modal .uk-modal-dialog ul.bellows-nav li ul.bellows-submenu li a::before {
              content: "\2014";
              margin-right: 10px; }
        #modal-nav.uk-modal .uk-modal-dialog ul.bellows-nav li ul.bellows-submenu ul.bellows-submenu li a {
          padding-left: 80px;
          font-size: .9em;
          font-style: italic; }
          #modal-nav.uk-modal .uk-modal-dialog ul.bellows-nav li ul.bellows-submenu ul.bellows-submenu li a::before {
            content: "";
            margin-right: 0px; }

#mastercolumns .elementor-container, #mastercolumns .elementor-row, #mastercolumns-inner .elementor-container, #mastercolumns-inner .elementor-row {
  flex-wrap: wrap; }
#mastercolumns .master-column, #mastercolumns-inner .master-column {
  width: 33% !important; }
  @media screen and (max-width: 960px) {
    #mastercolumns .master-column, #mastercolumns-inner .master-column {
      width: 50% !important; } }
  @media screen and (max-width: 820px) {
    #mastercolumns .master-column, #mastercolumns-inner .master-column {
      width: 50% !important; } }
  @media screen and (max-width: 580px) {
    #mastercolumns .master-column, #mastercolumns-inner .master-column {
      width: 100% !important; } }
  @media screen and (max-width: 480px) {
    #mastercolumns .master-column, #mastercolumns-inner .master-column {
      width: 100% !important; } }

.blokje p::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #ffdd00;
  margin-left: 3px; }

.page-block-wrap {
  margin-bottom: 45px; }
  .page-block-wrap .page-block-image {
    height: 155px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 959px) {
      .page-block-wrap .page-block-image {
        height: 200px; } }
  .page-block-wrap h2 {
    margin-top: 1.7rem;
    margin-bottom: 1.2rem; }

.plaatje {
  width: 100%;
  height: 152px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

@media screen and (max-width: 639px) {
  .elementor-widget-wrap .elementor-element.elementor-widget-ucaddon_sbdd_plaatje {
    width: calc(50% - 10px);
    margin-right: 20px; }
    .elementor-widget-wrap .elementor-element.elementor-widget-ucaddon_sbdd_plaatje:last-of-type {
      margin-right: 0; } }

.triangle-top svg {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  margin-right: 2px;
  position: relative;
  z-index: 2; }

.language-switchers {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2; }
  .language-switchers ul {
    list-style-type: none;
    padding: 0; }

.form-wrap h2 {
  font-size: 2.6rem;
  line-height: 3.1rem;
  margin-top: 0rem;
  margin-bottom: 3rem;
  color: #364b9b; }
.form-wrap p {
  margin-bottom: 10px; }
.form-wrap .form-inner {
  margin-top: 10px; }
  .form-wrap .form-inner label {
    color: #364b9b;
    text-align: left;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    margin-top: 20px;
    box-sizing: content-box; }
  .form-wrap .form-inner input[type=text], .form-wrap .form-inner input[type=email] {
    padding: 6px;
    color: #0f0e0e;
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    border: 1px solid #364b9b;
    margin-top: 1px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0; }
    .form-wrap .form-inner input[type=text]:hover, .form-wrap .form-inner input[type=email]:hover {
      border: 1px solid #ffdd00; }
    .form-wrap .form-inner input[type=text]:focus, .form-wrap .form-inner input[type=text]:active, .form-wrap .form-inner input[type=email]:focus, .form-wrap .form-inner input[type=email]:active {
      border: 1px solid #0f0e0e; }
  .form-wrap .form-inner textarea {
    width: 100%;
    height: 90px;
    font-family: "jaf-facitweb", sans-serif;
    font-size: 12px;
    border-radius: 0;
    border: 1px solid #364b9b;
    -webkit-appearance: none; }
    .form-wrap .form-inner textarea::placeholder {
      font-style: italic;
      color: #777; }
    .form-wrap .form-inner textarea:hover {
      border: 1px solid #ffdd00; }
      .form-wrap .form-inner textarea:hover::placeholder {
        font-style: normal;
        color: #777; }
    .form-wrap .form-inner textarea:focus, .form-wrap .form-inner textarea:active {
      border: 1px solid #0f0e0e; }
  .form-wrap .form-inner .field-item {
    margin-top: 15px; }
  .form-wrap .form-inner hr {
    background-color: #0f0e0e;
    margin: 30px 0 10px 0;
    height: 2px; }
  .form-wrap .form-inner select {
    width: 100%;
    border: 0;
    background: #fff;
    padding: 6px 0;
    color: #364b9b;
    font-size: 12px;
    font-weight: 300;
    margin-top: 1px;
    -webkit-appearance: none; }
    .form-wrap .form-inner select:hover {
      color: #0f0e0e; }
    .form-wrap .form-inner select option {
      background: #f8f8f8; }
  .form-wrap .form-inner p {
    font-size: 11px;
    color: #364b9b; }
  .form-wrap .form-inner input[type=submit] {
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "jaf-facitweb", sans-serif;
    font-size: 16px;
    letter-spacing: .4px;
    line-height: 1;
    font-weight: 600;
    background-color: #364b9b;
    border: 0;
    padding: 7px 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 15px;
    margin-bottom: 0;
    -webkit-appearance: none; }
    .form-wrap .form-inner input[type=submit]:hover, .form-wrap .form-inner input[type=submit]:focus, .form-wrap .form-inner input[type=submit]:active {
      background-color: #ffdd00;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.hyperlink {
  font-weight: 600;
  color: #364b9b; }

#modal-overflow {
  background: rgba(0, 0, 0, 0.9); }
  #modal-overflow .uk-modal-dialog {
    max-width: 925px !important;
    width: 100%; }
    #modal-overflow .uk-modal-dialog .uk-modal-body {
      padding: 30px 50px; }
  #modal-overflow .uk-close {
    background: #364b9b;
    color: #ffdd00;
    top: 0;
    right: 0;
    padding: 10px; }

.color-wrap {
  margin: 60px 0 0 30px; }
  .color-wrap img {
    margin-right: 3px; }
  .color-wrap p {
    margin-bottom: 7px; }
    .color-wrap p a {
      color: #0f0e0e;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .color-wrap p a:hover, .color-wrap p a:focus, .color-wrap p a:active {
        color: #364b9b;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }

.elementor .elementor-text-editor a {
  font-weight: 600;
  color: #364b9b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .elementor .elementor-text-editor a:hover, .elementor .elementor-text-editor a:focus, .elementor .elementor-text-editor a:active {
    color: #aba4a4;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.uk-slidenav-position {
  max-width: 640px; }

.uk-slideset li a {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: red;
  background-size: cover;
  background-position: center;
  display: block; }

.uk-slideset li a:after {
  content: "";
  display: block;
  padding-top: 100%; }

.uk-slideset img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.ug-gallery-wrapper .ug-strip-panel {
  background-color: #fff !important; }

.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-default {
  display: none !important; }

.ug-gallery-wrapper .ug-thumbs-strip {
  top: 0 !important; }

.mobile .ug-gallery-wrapper .ug-thumbs-strip {
  top: 8px !important;
  left: 0 !important; }

.ug-slider-wrapper .ug-button-videoplay.ug-type-square {
  width: 66px !important;
  height: 66px !important;
  background-color: #000000 !important;
  opacity: .7 !important;
  border-radius: 50% !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .ug-slider-wrapper .ug-button-videoplay.ug-type-square:hover {
    opacity: .5 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .ug-slider-wrapper .ug-button-videoplay.ug-type-square svg {
    height: 24px !important;
    padding-left: 5px !important; }

.link-arrow {
  position: relative;
  padding-right: 20px; }
  .link-arrow::after {
    content: "";
    background-image: url(../img/link-pijltje.svg);
    background-repeat: no-repeat;
    background-position: left 1px;
    display: inline-block;
    background-size: contain;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 2px;
    right: 0; }

/*# sourceMappingURL=styles.css.map */
