@font-face {
  font-family: 'Fira Sans Light';
  src: url("../fonts/FiraSans-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Fira Sans';
  src: url("../fonts/FiraSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Fira Sans Bold';
  src: url("../fonts/FiraSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Quicksand Light';
  src: url("../fonts/Quicksand-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Quicksand';
  src: url("../fonts/Quicksand-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Quicksand Medium';
  src: url("../fonts/Quicksand-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Quicksand Bold';
  src: url("../fonts/Quicksand-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
html {
  font-size: 62.5%;
  font-family: "Quicksand", sans-serif;
  overflow-x: hidden;
  margin-top: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #ebf4f9; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100vw;
  overflow-x: hidden;
  min-height: 100vh;
  font-family: "Quicksand", sans-serif;
  font-family: "Quicksand Medium", sans-serif;
  font-size: 1.7rem;
  line-height: 27px;
  color: #000; }

.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: 1280px; }
  @media screen and (max-width: 959px) {
    .uk-container {
      padding: 0 20px; } }

.uk-containerr {
  padding-left: 20px; }

.header-wrap {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  width: 100%;
  z-index: 12;
  border-top: 1px solid #ebf4f9; }
  .header-wrap .row.header {
    background: #fff;
    height: 8rem;
    display: flex;
    align-items: center; }
    .header-wrap .row.header > .uk-container {
      height: 8rem; }
      .header-wrap .row.header > .uk-container .uk-inline {
        height: 8rem; }
  .header-wrap .row .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 40px 0 40px;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .header-wrap .row .header-content {
        padding: 0 20px; } }
    .header-wrap .row .header-content .menus-wrap {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding-left: 40px; }
  .header-wrap .row.topregel {
    background: #f6f6f6;
    border-bottom: 1px solid #eee; }
    .header-wrap .row.topregel a {
      color: #000; }
      .header-wrap .row.topregel a:hover, .header-wrap .row.topregel a:active, .header-wrap .row.topregel a:focus {
        color: #2f52a0; }
    .header-wrap .row.topregel .topregel-icon {
      display: inline-block;
      margin-right: 10px; }
    .header-wrap .row.topregel .uk-grid-margin.uk-first-column {
      margin-top: 0; }

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #2f52a0; }

::selection {
  color: #fff;
  background: #2f52a0; }

a.go-top {
  display: none; }

.go-to-top {
  position: fixed;
  width: 48px;
  height: 30px;
  bottom: 0rem;
  right: 2rem;
  background: #2f52a0;
  color: #fff;
  border-radius: 4px 4px 0 0;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 12px;
  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;
  fill: #fff; }
  .go-to-top:hover, .go-to-top:focus, .go-to-top:active {
    color: #fff;
    background: #00afcb;
    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: #2f52a0; }

a {
  color: #0099b2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover, a:active, a:focus {
    color: #006d7f;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  a.read-more {
    font-weight: 700;
    display: inline-block;
    margin-top: .7rem; }

p {
  margin: 0; }

.elementor-widget-text-editor p {
  margin-bottom: 20px; }
  .elementor-widget-text-editor p:last-of-type {
    margin-bottom: 0; }
.elementor-widget-text-editor h2 {
  margin-bottom: 5px !important;
  line-height: 1; }
.elementor-widget-text-editor ul {
  margin-top: 0; }
.elementor-widget-text-editor p:has(+ ul) {
  margin-bottom: 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; }

@media (max-width: 640px) {
  p,
  li,
  td,
  .elementor-widget-text-editor,
  .elementor-widget-theme-post-content {
    font-size: 16px;
    line-height: 26px; } }
h1 {
  font-size: 4.5rem;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-top: 4rem;
  margin-bottom: 4rem;
  color: #2f52a0;
  font-family: "Quicksand", sans-serif; }
  @media screen and (max-width: 640px) {
    h1 {
      font-size: 3.6rem;
      line-height: 1.3; } }

h2 {
  font-size: 1.9rem;
  line-height: 3.6rem;
  margin: 0px 0 -12px 0 !important;
  color: #2f52a0;
  font-family: "Quicksand Bold", sans-serif;
  font-weight: 500; }

h3 {
  font-size: 2.2rem;
  line-height: 3rem;
  margin: 2.2rem 0 .2rem 0;
  color: #000; }

h4, h5, h6 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 2rem 0 0rem 0;
  color: #000; }

.logo {
  height: 100%;
  width: 100%;
  max-width: 200px; }
  .logo a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center; }
  .logo img {
    width: 100%;
    max-width: 200px; }

.contentarea .page-content .date {
  font-family: "Quicksand", sans-serif;
  color: #2f52a0;
  font-size: 20px;
  line-height: 25px;
  margin: 5px 0 30px 0; }
.contentarea .page-content h1 {
  margin: 40px 0 0px 0;
  line-height: 1.1; }
.contentarea .page-content .content p {
  margin-bottom: 20px; }
.contentarea .page-content .content .elementor-widget-container p {
  margin-bottom: 0; }

.main-nav {
  height: 8rem;
  margin: 0; }
  .main-nav .show-mobile {
    display: none; }
  .main-nav ul {
    margin: 0;
    padding: 0; }
    .main-nav ul ul {
      opacity: 0;
      transition: all 150ms ease;
      pointer-events: none;
      position: absolute;
      top: 8rem;
      -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 {
        float: none;
        width: 250px;
        height: 5rem;
        line-height: 5rem; }
        .main-nav ul ul li a {
          padding: 0px 10px;
          border: 1px solid #eee;
          height: 5rem;
          line-height: 5rem;
          background: #fff; }
        .main-nav ul ul li ul {
          left: 150px;
          top: 0; }
    .main-nav ul li:hover > ul {
      display: block;
      opacity: 1;
      transform: translateY(0%);
      pointer-events: auto; }
  .main-nav li {
    display: block;
    float: left;
    line-height: 8rem;
    height: 8rem;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    position: relative; }
    .main-nav li a {
      display: block;
      text-transform: uppercase;
      font-family: "Quicksand Medium", sans-serif;
      height: 8rem;
      font-weight: bold;
      line-height: 8rem;
      padding: 0 10px;
      color: #2f52a0;
      letter-spacing: -.1px; }
    .main-nav li.menu-over-dudok ul li {
      width: 350px; }
    .main-nav li.astm-search-menu {
      line-height: 33px; }
      .main-nav li.astm-search-menu form {
        padding: 0;
        border: 0;
        border: 1px solid #ccc;
        overflow: hidden;
        border-radius: 3px; }
        .main-nav li.astm-search-menu form input#s {
          border: 0 !important; }
  .main-nav .current-menu-item > a, .main-nav .current_page_item > a, .main-nav .current_page_parent > a, .main-nav a:hover {
    color: #e37b3d; }
  .main-nav ul#menu-hoofdmenu > li:last-of-type ul {
    right: 0; }
  .main-nav.paneelspace ul {
    margin-right: 2.5rem; }

.modal-searchform form {
  display: flex; }
  .modal-searchform form input.field {
    flex: 1; }
  .modal-searchform form input.submit {
    border-radius: 0;
    color: #fff;
    background: #2f52a0;
    padding: 0 10px;
    font-family: "Quicksand Medium", sans-serif;
    flex: 0 0 100px; }

body.page-template-page-canvas button#responsive-menu-button {
  display: none; }

#offcanvas-panel .uk-offcanvas-bar {
  background-color: #fff;
  color: #000;
  max-width: 500px;
  width: 90%; }
  #offcanvas-panel .uk-offcanvas-bar a {
    color: #000; }
    #offcanvas-panel .uk-offcanvas-bar a:hover, #offcanvas-panel .uk-offcanvas-bar a:focus, #offcanvas-panel .uk-offcanvas-bar a:active {
      color: #2f52a0; }
    #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: #2f52a0; }
  #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: #000;
    margin-bottom: 1rem; }

#offcanvas-nav .uk-offcanvas-bar {
  background-color: #00afcb;
  color: #fff;
  max-width: 350px;
  width: 90%; }
  #offcanvas-nav .uk-offcanvas-bar svg {
    display: inline-block;
    width: 40px;
    margin-right: 5px; }
  #offcanvas-nav .uk-offcanvas-bar .uk-offcanvas-close {
    background: none;
    border: none;
    top: 20px;
    right: 20px;
    cursor: pointer;
    fill: #fff; }
    #offcanvas-nav .uk-offcanvas-bar .uk-offcanvas-close:hover, #offcanvas-nav .uk-offcanvas-bar .uk-offcanvas-close:focus, #offcanvas-nav .uk-offcanvas-bar .uk-offcanvas-close:active {
      fill: #2f52a0; }
  #offcanvas-nav .uk-offcanvas-bar a {
    color: #fff;
    padding: 15px 0;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: .4px; }
    #offcanvas-nav .uk-offcanvas-bar a:hover, #offcanvas-nav .uk-offcanvas-bar a:focus, #offcanvas-nav .uk-offcanvas-bar a:active {
      color: #2f52a0; }
  #offcanvas-nav .uk-offcanvas-bar .bellows {
    margin-top: 50px; }
  #offcanvas-nav .uk-offcanvas-bar nav.bellows li.bellows-current-menu-item > a {
    color: #2f52a0; }
  #offcanvas-nav .uk-offcanvas-bar nav.bellows .bellows-submenu {
    margin-left: 1rem;
    margin-top: -15px;
    margin-bottom: 10px; }
    #offcanvas-nav .uk-offcanvas-bar nav.bellows .bellows-submenu li {
      padding: 5px 0; }
      #offcanvas-nav .uk-offcanvas-bar nav.bellows .bellows-submenu li a {
        font-size: .95em;
        display: inline; }
        #offcanvas-nav .uk-offcanvas-bar nav.bellows .bellows-submenu li a::before {
          content: "- "; }

.uk-offcanvas-overlay {
  background: rgba(0, 0, 0, 0.5); }

li.astm-search-menu a svg {
  fill: #2f52a0;
  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: #00afcb;
  -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 .search-icon-path, li.astm-search-menu a:focus svg .search-icon-path, li.astm-search-menu a:active svg .search-icon-path {
    fill: #2f52a0 !important; }
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: 22px;
    border: 1px solid #eee;
    padding: 5px;
    width: calc(100% - 111px);
    font-family: "Quicksand", sans-serif;
    -webkit-appearance: none; }
    li.astm-search-menu form input#s::placeholder {
      color: gray; }
    li.astm-search-menu form input#s #searchsubmit {
      float: right; }
  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: #2f52a0;
    -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 #2f52a0;
    -webkit-appearance: none;
    float: right; }
    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: #535456;
      border: 1px solid #535456;
      -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: #2f52a0; }

.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; }

.header-afbeelding {
  position: relative;
  margin-top: 20px; }
  .header-afbeelding .onderschrift {
    color: #fff;
    font-style: italic;
    font-size: 16px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6); }

.recent-posts {
  background-color: #dcedf7;
  background-color: #dbecf5;
  padding: 20px 30px 30px 30px;
  margin-top: 20px; }
  .recent-posts .recent-posts-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .recent-posts .recent-post {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px; }
    @media screen and (min-width: 960px) {
      .recent-posts .recent-post {
        width: 100%; } }
    .recent-posts .recent-post:last-of-type {
      margin-bottom: 0; }
    .recent-posts .recent-post .overlay {
      width: calc(100% - 60px);
      height: calc(100% - 60px); }
  .recent-posts .h3 {
    font-size: 2.6rem;
    line-height: 3rem;
    margin: 0 0 1rem 0;
    color: #2f52a0;
    font-family: "Quicksand Bold", sans-serif; }

#breadcrumbs {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.4;
  color: #000; }

#footer-wrap {
  position: relative;
  background-color: #00afcb; }
  #footer-wrap .footer {
    color: #fff;
    padding: 2rem 4rem 2rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    width: calc(100% - 4rem);
    max-width: 1280px;
    margin: 0 auto;
    font-size: .9em; }
    @media screen and (max-width: 1024px) {
      #footer-wrap .footer {
        padding: 2rem 20px 2rem 20px; } }
    #footer-wrap .footer h3 {
      color: #fff;
      font-size: 1.8rem;
      margin-bottom: 2rem;
      margin-top: 0; }
    #footer-wrap .footer .footer-col1, #footer-wrap .footer .footer-col2, #footer-wrap .footer .footer-col3, #footer-wrap .footer .footer-col4 {
      width: calc((100% - 60px) / 4); }
      @media screen and (max-width: 1024px) {
        #footer-wrap .footer .footer-col1, #footer-wrap .footer .footer-col2, #footer-wrap .footer .footer-col3, #footer-wrap .footer .footer-col4 {
          width: calc((100% - 20px) / 2);
          margin-bottom: 40px; } }
      @media screen and (max-width: 420px) {
        #footer-wrap .footer .footer-col1, #footer-wrap .footer .footer-col2, #footer-wrap .footer .footer-col3, #footer-wrap .footer .footer-col4 {
          width: 100%; } }
    @media screen and (max-width: 580px) {
      #footer-wrap .footer .footer-col3, #footer-wrap .footer .footer-col4 {
        width: 100%; } }
    @media screen and (max-width: 420px) {
      #footer-wrap .footer .footer-col1 {
        text-align: center; } }
    #footer-wrap .footer .footer-col1 img {
      width: 100%;
      max-width: 200px; }
    #footer-wrap .footer .footer-col4 h2 {
      display: none; }
    #footer-wrap .footer .footer-col4 label, #footer-wrap .footer .footer-col4 br {
      display: none; }
    #footer-wrap .footer .footer-col4 input[type=email] {
      width: calc(100% - 14px);
      padding: 5px 5px;
      height: 25px;
      font-family: "Quicksand", sans-serif;
      margin-bottom: 10px;
      border: 0;
      border-radius: 2px; }
    #footer-wrap .footer .footer-col4 input[type=submit] {
      background: #2f52a0;
      color: #fff;
      border-radius: 4px;
      width: 120px;
      font-family: "Quicksand", sans-serif;
      font-size: 16px;
      line-height: 35px;
      border: 0; }
      #footer-wrap .footer .footer-col4 input[type=submit]:hover, #footer-wrap .footer .footer-col4 input[type=submit]:focus, #footer-wrap .footer .footer-col4 input[type=submit]:active {
        background: #008398; }

#colofon-wrap {
  background: #000; }
  #colofon-wrap .colofon {
    color: #ccc;
    font-size: 1.4rem;
    padding: 1rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0rem auto 0 auto;
    width: calc(100% - 80px);
    max-width: 1280px; }
    @media screen and (max-width: 959px) {
      #colofon-wrap .colofon {
        padding: 1rem 20px;
        width: calc(100% - 40px); } }
    @media screen and (max-width: 639px) {
      #colofon-wrap .colofon {
        justify-content: center;
        flex-direction: column; }
        #colofon-wrap .colofon .colofon-left {
          text-align: center;
          margin-bottom: 30px; } }
    #colofon-wrap .colofon a {
      color: #ccc; }
      #colofon-wrap .colofon a:hover, #colofon-wrap .colofon a:active, #colofon-wrap .colofon a:focus {
        color: #fff; }

.uk-button {
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: .2rem 2rem .4rem 2rem;
  margin-right: 1rem;
  background: #85878a;
  -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;
  color: #535456; }
  .uk-button:hover, .uk-button:active, .uk-button:focus {
    background: #6c6d70;
    -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;
    color: #535456; }
  .uk-button:last-of-type {
    margin-right: 0; }
  .uk-button.uk-button-primary {
    background: #2f52a0;
    -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;
    color: #fff; }
    @media screen and (max-width: 480px) {
      .uk-button.uk-button-primary {
        margin-right: 0; } }
    .uk-button.uk-button-primary:hover, .uk-button.uk-button-primary:active, .uk-button.uk-button-primary:focus {
      background: #29488c;
      -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;
      color: #fff; }
    .uk-button.uk-button-primary.uk-button-large {
      padding-left: 3.5rem;
      padding-right: 3.5rem;
      font-size: 1.8rem; }

.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: #000;
    height: 40px; }
    .sticky-social-bar .social-icon.phone {
      background-color: #29488c; }
    .sticky-social-bar .social-icon.mail {
      background-color: #29488c; }
    .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: #29488c !important; }
      .sticky-social-bar .social-icon.primair .fab {
        background-color: #2f52a0 !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: #2f52a0; }
        .sticky-social-bar .social-icon > a > .fab.mail {
          background-color: #2f52a0; }
        .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: #222;
  line-height: 27px; }
  #modal-nav.uk-modal .uk-modal-close-full {
    background: transparent;
    position: absolute;
    right: 2rem;
    top: 2rem;
    padding: 0; }
  #modal-nav.uk-modal .uk-modal-dialog {
    background: transparent;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh; }
    #modal-nav.uk-modal .uk-modal-dialog .bellows-wrap {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding-bottom: 8rem;
      width: 100%; }
      #modal-nav.uk-modal .uk-modal-dialog .bellows-wrap nav {
        margin: 0;
        width: 100%;
        max-width: 350px;
        margin: 0 auto; }
    #modal-nav.uk-modal .uk-modal-dialog a {
      color: #fff;
      padding: 15px 0 15px 15px;
      font-weight: bolder; }
    #modal-nav.uk-modal .uk-modal-dialog ul.bellows-nav {
      padding-top: 5rem; }
      #modal-nav.uk-modal .uk-modal-dialog ul.bellows-nav i.bellows-subtoggle-icon-expand {
        transform: rotate(-90deg); }
      #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 {
        color: #2f52a0; }
      #modal-nav.uk-modal .uk-modal-dialog ul.bellows-nav li.bellows-current_page_item > a {
        color: #2f52a0; }
      #modal-nav.uk-modal .uk-modal-dialog ul.bellows-nav li.bellows-current-menu-ancestor > a {
        color: #2f52a0; }
      #modal-nav.uk-modal .uk-modal-dialog ul.bellows-nav li ul.bellows-submenu li {
        border-bottom: 0px; }
        #modal-nav.uk-modal .uk-modal-dialog ul.bellows-nav li ul.bellows-submenu li a {
          font-size: .85em;
          padding: 10px 0 10px 15px;
          display: block;
          font-weight: normal; }
          #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; }

.archive h1 {
  line-height: 1;
  margin-bottom: 2rem !important;
  margin-top: 3rem; }
  .archive h1 span {
    font-size: 2.4rem; }
.archive .posts a .overlay {
  width: calc(100% - 60px);
  height: calc(100% - 60px); }
  .archive .posts a .overlay .meta-label, .archive .posts a .overlay .meta-date {
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    text-align: left; }

.search-results h1 {
  line-height: 1;
  margin-bottom: 1rem !important;
  margin-top: 3rem; }
  .search-results h1 span {
    font-size: 2.4rem; }

.posts a {
  display: block;
  position: relative;
  overflow: hidden; }
  .posts a img {
    transition: transform 0.3s ease, filter 0.3s ease; }
  .posts a .overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px; }
    .posts a .overlay p {
      color: #fff;
      text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7); }
      .posts a .overlay p.titel {
        font-family: "Quicksand Bold", sans-serif;
        font-size: 24px;
        line-height: 1.2;
        text-align: left; }
        @media screen and (max-width: 1100px) {
          .posts a .overlay p.titel {
            font-size: 22px; } }
  .posts a:hover img {
    filter: grayscale(100%);
    transform: scale(1.05);
    transition: transform 0.3s ease, filter 0.3s ease; }

.uk-slideshow {
  margin-top: 30px; }

.homeslider {
  width: 100%;
  height: calc(100vh - 80px);
  position: relative; }
  .homeslider .uk-slideshow-items,
  .homeslider .uk-slideshow-items > div {
    width: 100%;
    height: 100%; }
  .homeslider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; }
  .homeslider .uk-dotnav > li > a {
    width: 20px;
    height: 10px;
    border-radius: 0;
    background-color: #DCAF69 !important;
    display: inline-block;
    transition: background-color 0.3s;
    border: 0; }
  .homeslider .uk-slidenav-previous,
  .homeslider .uk-slidenav-next {
    top: 50%;
    transform: translateY(-50%);
    z-index: 20; }
  .homeslider .fade-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    pointer-events: none;
    opacity: 0;
    z-index: 10; }
  @media (max-width: 1024px) {
    .homeslider {
      height: 60vh; } }
  @media (max-width: 1024px) and (orientation: landscape) {
    .homeslider {
      height: calc(100vh - 80px); } }
  @media (max-width: 640px) {
    .homeslider {
      height: 40vh; } }

.uk-slideshow-items .bijschrift {
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 7px 15px;
  display: inline-block;
  position: absolute;
  right: 0;
  line-height: 1.2; }

.homesliderr .bijschrift {
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 7px 15px;
  display: inline-block;
  position: absolute;
  right: 0;
  line-height: 1.2; }

.uk-dotnav {
  margin-left: 10px; }

#maincontent {
  padding-bottom: 50px; }
  #maincontent .uk-container {
    padding: 0 40px; }
    @media screen and (max-width: 959px) {
      #maincontent .uk-container {
        padding: 0 20px; } }

.page-template-page-fullwidth #maincontent, .home #maincontent {
  padding-bottom: 0; }

.overzicht {
  padding-bottom: 40px; }

.filter ul.uk-subnav {
  border-top: 1px solid #e37b3d;
  border-bottom: 1px solid #e37b3d;
  margin-left: 0; }
  .filter ul.uk-subnav li {
    padding: 5px 10px; }
    .filter ul.uk-subnav li a {
      font-size: 1.7rem;
      text-transform: none;
      color: #0099b2;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .filter ul.uk-subnav li a:hover {
        color: #e37b3d;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .filter ul.uk-subnav li.uk-active a {
      color: #e37b3d; }

.elementor-widget.intro {
  font-size: 1.9rem;
  line-height: 29px;
  border-bottom: 2px solid #e37b3d;
  color: #000;
  padding-bottom: 20px;
  font-family: "Quicksand Bold", sans-serif; }
  @media (max-width: 640px) {
    .elementor-widget.intro {
      font-size: 1.8rem;
      line-height: 27px; } }

.post-author {
  font-family: "Quicksand Bold", sans-serif; }

@media screen and (min-width: 1199px) {
  .mobile-hamburger {
    display: none; } }
.mobile-hamburger svg {
  width: 55px;
  fill: #2f52a0; }
  .mobile-hamburger svg:hover, .mobile-hamburger svg:focus, .mobile-hamburger svg:active {
    fill: #00afcb; }

.author h1 {
  margin: 0px !important; }
.author h2 {
  margin-bottom: 0 !important; }
.author .kopregel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0;
  height: 75px; }
  .author .kopregel .pasfoto {
    margin-right: 10px; }
    .author .kopregel .pasfoto img {
      border-radius: 200px; }
.author .author-description {
  margin-bottom: 20px; }
.author .overlay {
  height: calc(100% - 60px) !important;
  width: calc(100% - 60px) !important; }

.related .overlay {
  height: calc(100% - 60px) !important;
  width: calc(100% - 60px) !important; }

blockquote.blockquote {
  font-size: 20px;
  font-style: italic;
  text-align: center;
  line-height: 1.4;
  font-family: "Quicksand Bold", sans-serif;
  color: #2f52a0;
  margin: 0;
  padding: 0 20px;
  letter-spacing: -.2px; }

figcaption {
  text-align: left;
  font-size: 14px;
  margin-top: 5px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.4;
  color: #2f52a0;
  color: #00afcb; }

.gallery {
  margin-bottom: -20px; }
  .gallery .h3 {
    font-size: 2.2rem;
    line-height: 3rem;
    margin: 10px 0 .5rem 0;
    font-family: "Quicksand Bold", sans-serif; }

.bronnen .h3 {
  font-size: 2.2rem;
  line-height: 3rem;
  margin: 10px 0 .5rem 0;
  color: #2f52a0;
  font-family: "Quicksand Bold", sans-serif; }
.bronnen ul {
  margin: 0 0 10px 0;
  font-size: .9em;
  list-style-type: square; }

.afbeeldingen-sectie .bijschrift {
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  font-style: italic; }

.sociallinksfooter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .sociallinksfooter .sociallink-item {
    height: 35px;
    width: 35px;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #000;
    border-radius: 50%; }
    .sociallinksfooter .sociallink-item a {
      display: flex;
      width: 35px;
      height: 35px;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      color: #fff; }
      .sociallinksfooter .sociallink-item a:hover, .sociallinksfooter .sociallink-item a:focus, .sociallinksfooter .sociallink-item a:active {
        color: #00afcb; }
  @media screen and (max-width: 580px) {
    .sociallinksfooter {
      justify-content: flex-end; } }
  @media screen and (max-width: 420px) {
    .sociallinksfooter {
      justify-content: center; } }

.video-wrapper {
  position: relative;
  width: 100%;
  /* maximaal breedte van de container */
  padding-bottom: 56.25%;
  /* 16:9 verhouding (9/16*100) */
  height: 0; }

.video-wrapper iframe,
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.videomodal {
  background: rgba(0, 0, 0, 0.85); }
  .videomodal .uk-modal-dialog {
    color: #fff;
    background: #000;
    padding: 0; }
    .videomodal .uk-modal-dialog .modalinfo {
      padding: 30px; }
      .videomodal .uk-modal-dialog .modalinfo h2 {
        color: #fff;
        margin-top: 0;
        font-size: 2.2rem;
        margin-bottom: 5px !important; }
      .videomodal .uk-modal-dialog .modalinfo .artikel {
        margin-top: 15px; }

.highlight-video {
  border: 2px solid #e37b3d;
  /* rood bijvoorbeeld */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: all 0.5s; }

.search .search-results {
  margin-top: 20px;
  margin-bottom: 40px; }
.search .posts .overlay {
  width: calc(100% - 60px);
  height: calc(100% - 60px); }

.bottom {
  padding-top: 30px; }
  .bottom .share {
    display: flex;
    justify-content: flex-end; }
  .bottom .taxonomies {
    border-top: 1px solid #e37b3d;
    border-bottom: 1px solid #e37b3d;
    padding: 10px 0 8px 0;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    font-size: 14px;
    line-height: 1.4;
    font-family: "Quicksand Bold", sans-serif; }
    .bottom .taxonomies .projecttypes {
      margin-bottom: 2px; }

.single-post .bottom .taxonomies {
  margin-top: 30px !important; }

.relatedposts {
  padding: 0px 0 0px 0; }
  .relatedposts p.h2 {
    font-size: 2.2rem;
    line-height: 3rem;
    margin: 2.5rem 0 .5rem 0;
    color: #2f52a0;
    font-family: "Quicksand Bold", sans-serif; }

.prevnext {
  margin-top: 60px;
  margin-bottom: 20px;
  display: flex; }
  .prevnext a {
    display: inline-block;
    font-family: "Quicksand Bold", sans-serif; }
    .prevnext a.next {
      margin-left: auto;
      text-align: right; }
  @media (max-width: 640px) {
    .prevnext {
      flex-direction: column; }
      .prevnext a.next {
        margin-left: 0; } }

/* Alle dots rechthoekig */
.uk-dotnav > li > a {
  width: 20px;
  /* breedte van het rechthoekje */
  height: 10px;
  /* hoogte van het rechthoekje */
  border-radius: 0px;
  /* kleine afgeronde hoekjes, of 0 voor volledig rechthoek */
  background-color: #DCAF69 !important;
  /* standaard geel */
  display: inline-block;
  transition: background-color 0.3s;
  border: 0; }

/* Actieve dot blauw maken */
.uk-dotnav > li.uk-active > a {
  background-color: #00afcb !important;
  /* blauw */ }

/* Zorg dat fade langer duurt */
.uk-slideshow-items > li {
  transition: opacity 15s ease-in-out !important;
  /* 2 seconden fade, pas aan naar wens */ }

.uk-slideshow-items {
  background-color: white !important; }

.uk-slideshow-items > li.uk-active {
  transition: opacity 15s ease-in-out !important; }

.dropcap .dropcap-one, .dropcap .dropcap-two {
  float: left;
  font-size: 9.4rem;
  line-height: .8;
  margin-right: 8px;
  margin-top: 2px;
  margin-left: -7px;
  letter-spacing: -5px;
  font-family: "Quicksand Light", sans-serif;
  font-weight: 600; }

.intro.dropcap .dropcap-one, .intro.dropcap .dropcap-two {
  float: left;
  font-size: 9.3rem;
  line-height: .8;
  margin-right: 7px;
  margin-top: 1px;
  margin-left: -7px;
  letter-spacing: -5px;
  font-family: "Quicksand Light", sans-serif;
  font-weight: 600; }

.home .dropcap .dropcap-one, .home .dropcap .dropcap-two {
  float: left;
  font-size: 6rem;
  line-height: .8;
  margin-right: 8px;
  margin-top: 2px;
  margin-left: -7px;
  letter-spacing: -5px;
  color: #2f52a0;
  font-family: "Quicksand Light", sans-serif;
  font-weight: 600; }

.single-alle-werken .dropcap-one, .single-alle-werken .dropcap-two {
  color: #2f52a0; }

.single-inspired-by-dudok .dropcap-one, .single-inspired-by-dudok .dropcap-two {
  color: #00afcb; }

.single-verhaal .dropcap-one, .single-verhaal .dropcap-two {
  color: #e37b3d; }

.commentswrap {
  padding-bottom: 0px; }
  .commentswrap h3 {
    color: #2f52a0;
    margin-top: 3rem;
    margin-bottom: 5px;
    font-family: "Quicksand Bold", sans-serif; }
  .commentswrap .comment-list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .commentswrap .comment-list li {
      padding: 10px 0; }
  .commentswrap .form-submit input[type="submit"] {
    background: #2f52a0;
    padding: 10px 20px;
    border-radius: 2px;
    font-size: 16px;
    line-height: 1;
    margin-top: 10px;
    color: #fff;
    border: 0;
    letter-spacing: .5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .commentswrap .form-submit input[type="submit"]:hover, .commentswrap .form-submit input[type="submit"]:focus, .commentswrap .form-submit input[type="submit"]:active {
      background: #00afcb;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .commentswrap #respond form {
    margin-top: 1rem; }
    .commentswrap #respond form label {
      color: #2f52a0;
      font-size: 14px; }
    .commentswrap #respond form textarea {
      height: 100px;
      font-family: "Quicksand", sans-serif;
      border: 1px solid #2f52a0;
      border-radius: 2px;
      padding: 10px; }
  .commentswrap #respond #commentform {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
  .commentswrap #respond .comment-form-comment {
    display: flex;
    flex-direction: column;
    width: 100%; }
  .commentswrap #respond .comment-form-author, .commentswrap #respond .comment-form-email {
    width: calc((100% - 20px) / 2);
    display: flex;
    flex-direction: column; }
    .commentswrap #respond .comment-form-author input, .commentswrap #respond .comment-form-email input {
      font-family: "Quicksand", sans-serif;
      font-size: 16px;
      border: 1px solid #2f52a0;
      border-radius: 2px;
      height: 35px;
      padding-left: 10px; }

.masonry-grid {
  padding-bottom: 20px; }

.error404 section.melding {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px; }
  @media screen and (max-width: 958px) {
    .error404 section.melding {
      padding-left: 20px;
      padding-right: 20px; } }
  .error404 section.melding .flex-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .error404 section.melding h1 {
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-size: 6rem;
    line-height: 4rem; }
    .error404 section.melding h1 small {
      font-size: 3rem; }
  .error404 section.melding p {
    margin-bottom: 20px; }
  .error404 section.melding form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 12px);
    max-width: 350px;
    margin-bottom: 3rem; }
    .error404 section.melding form input[type=text] {
      width: 100%;
      padding: 5px;
      font-family: "Quicksand", sans-serif;
      height: 25px;
      margin-bottom: 10px; }
    .error404 section.melding form input[type=submit] {
      background: #2f52a0;
      color: #fff;
      border-radius: 4px;
      width: 100px;
      font-family: "Quicksand", sans-serif;
      font-size: 16px;
      line-height: 35px; }
      .error404 section.melding form input[type=submit]:hover, .error404 section.melding form input[type=submit]:focus, .error404 section.melding form input[type=submit]:active {
        background: #00afcb; }

/* De widget container */
.elementor-widget-image.object-fit {
  height: 100%;
  /* of 100% van parent, afhankelijk van je layout */
  overflow: hidden;
  position: relative;
  /* nodig voor figcaption positioning */ }

/* De figure wrapper met caption */
.object-fit figure.wp-caption {
  width: 100%;
  height: 100% !important;
  margin: 0;
  position: relative;
  /* voor absolute figcaption */ }

/* De afbeelding zelf */
.object-fit img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  /* of contain */
  display: block;
  object-position: center center; }

.object-fit.left img {
  object-position: left center; }

.object-fit.right img {
  object-position: right center; }

.object-fit.top img {
  object-position: center top; }

.object-fit.bottom img {
  object-position: center bottom; }

.object-fit.hor25 img {
  object-position: 25% center; }

.object-fit.hor75 img {
  object-position: 75% center; }

.object-fit.vert25 img {
  object-position: center 25%; }

.object-fit.vert75 img {
  object-position: center 75%; }

/* De figcaption */
.object-fit figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f5fafc;
  padding: 5px 2px;
  box-sizing: border-box; }

.form-wrap {
  background-color: #233e79;
  padding: 20px;
  color: #fff;
  -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 4px 6px rgba(0, 0, 0, 0.3); }
  .form-wrap textarea {
    font-family: "Quicksand", sans-serif;
    font-size: 1.7rem;
    line-height: 27px;
    width: 100%;
    border: 0;
    border-radius: 4px;
    padding: 5px; }
  .form-wrap input {
    font-family: "Quicksand", sans-serif;
    font-size: 1.7rem;
    line-height: 27px;
    width: 100%;
    border: 0;
    border-radius: 4px;
    padding: 5px; }
  .form-wrap input[type=submit] {
    width: auto;
    border: 0;
    background: #00afcb;
    color: #fff;
    border-radius: 6px;
    padding: 5px 15px; }
    .form-wrap input[type=submit]:disabled {
      opacity: 0.6; }
    .form-wrap input[type=submit]:not(:disabled) {
      opacity: 1;
      cursor: pointer; }
      .form-wrap input[type=submit]:not(:disabled):hover {
        background: #e37b3d; }
  .form-wrap input[type=checkbox] {
    width: auto; }
  .form-wrap h2 {
    color: #fff;
    font-size: 2.1rem;
    letter-spacing: .5px;
    margin-bottom: 0px !important; }
  .form-wrap .small {
    font-size: 1.4rem;
    font-style: italic;
    text-align: right; }
  .form-wrap .half-row {
    display: flex;
    justify-content: space-between; }
    .form-wrap .half-row .half {
      padding: 5px 0;
      width: calc((100% - 20px) / 2); }
  .form-wrap .full {
    padding: 5px 0; }
  .form-wrap .wpcf7-list-item {
    margin-left: 0; }
  .form-wrap .wpcf7-not-valid-tip {
    color: #e37b3d;
    font-weight: bold; }
  .form-wrap .wpcf7-response-output {
    margin: 1rem 0 !important; }
  .form-wrap a {
    color: #fff;
    border-bottom: 1px solid #fff; }
    .form-wrap a:hover, .form-wrap a:focus, .form-wrap a:active {
      color: #e37b3d;
      border-bottom: 1px solid #e37b3d; }

.home .uk-slideshow {
  margin: 0; }
  .home .uk-slideshow img {
    object-fit: cover; }
  .home .uk-slideshow .scroll-down-arrow {
    position: absolute;
    left: 50%;
    bottom: 30px;
    /* afstand vanaf onderkant slider */
    transform: translateX(-50%);
    cursor: pointer;
    color: white;
    /* of iets dat zichtbaar is over je slider */
    z-index: 10;
    transition: transform 0.3s; }
  .home .uk-slideshow .scroll-down-arrow:hover {
    transform: translateX(-50%) translateY(5px); }
.home h1 {
  font-size: 3.2rem;
  line-height: 1.1;
  font-weight: 600; }
.home h2 {
  font-size: 3.2rem;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-top: 4rem;
  margin-bottom: 0rem !important;
  color: #2f52a0;
  font-family: "Quicksand", sans-serif;
  font-weight: 600; }

.button-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .button-wrap.flex-start {
    justify-content: flex-start; }
  .button-wrap.center {
    justify-content: center; }
  .button-wrap.flex-end {
    justify-content: flex-end; }
  .button-wrap .uk-button-widget {
    color: #00afcb;
    font-family: "Quicksand Bold", sans-serif;
    display: flex;
    align-items: center; }
    .button-wrap .uk-button-widget:hover, .button-wrap .uk-button-widget:active, .button-wrap .uk-button-widget:focus {
      color: #e37b3d; }

.elementor-widget-ucaddon_sbdd_slider {
  height: 100%; }
  .elementor-widget-ucaddon_sbdd_slider .uk-slideshow {
    height: 100%; }
    .elementor-widget-ucaddon_sbdd_slider .uk-slideshow .uk-slideshow-items {
      height: 100%; }
      .elementor-widget-ucaddon_sbdd_slider .uk-slideshow .uk-slideshow-items div {
        height: 100%; }

.home .scroll-down-arrow {
  background: #e37b3d;
  padding: 5px;
  border-radius: 4px; }

.tool-container.toolbar-primary {
  background: #fff;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #fff !important; }
  .tool-container.toolbar-primary .arrow {
    border-color: #fff transparent transparent !important; }

#glt-translate-trigger {
  border-radius: 4px 4px 0 0; }

@media screen and (min-width: 767px) {
  .colleft {
    width: calc((100% - 10px) / 3) !important; }

  .colright {
    width: calc((100% - 10px) / 3 * 2) !important; } }
.bijschrift-tekst p {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 700;
  color: #00afcb;
  font-style: italic;
  font-family: "Quicksand Medium", sans-serif;
  letter-spacing: .2px; }

.pum-theme-lightbox {
  background-color: rgba(0, 0, 0, 0.5) !important; }
  .pum-theme-lightbox .pum-container {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8) !important;
    border-radius: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background-color: #ebf4f9 !important; }
    .pum-theme-lightbox .pum-container .pum-content-inner {
      padding: 40px 30px 45px 30px; }
      .pum-theme-lightbox .pum-container .pum-content-inner h2 {
        margin-bottom: 20px !important;
        font-size: 4rem !important;
        font-family: "Quicksand Bold", sans-serif; }
        @media screen and (max-width: 640px) {
          .pum-theme-lightbox .pum-container .pum-content-inner h2 {
            font-size: 3rem !important; } }
  .pum-theme-lightbox .button-wrap {
    margin-top: 20px; }

/*# sourceMappingURL=styles.css.map */
