@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
html {
  font-size: 62.5%;
  font-family: "Lato", 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); }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100vw;
  overflow-x: hidden;
  min-height: 100vh;
  background: #EFF6FA;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #444; }

.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;
  position: relative;
  z-index: 3; }
  @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.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 10; }
  .header-wrap .row.header {
    background: #fff;
    height: 11rem;
    display: flex;
    align-items: center; }
    .header-wrap .row.header > .uk-container {
      height: 11rem; }
      .header-wrap .row.header > .uk-container .uk-inline {
        height: 11rem; }
  .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: 959px) {
      .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: #444; }
      .header-wrap .row.topregel a:hover, .header-wrap .row.topregel a:active, .header-wrap .row.topregel a:focus {
        color: #0878BE; }
    .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: #0878BE; }

::selection {
  color: #fff;
  background: #0878BE; }

a.go-top {
  display: none; }

.go-to-top {
  position: fixed;
  width: 40px;
  height: 38px;
  bottom: 2rem;
  right: 2rem;
  background: #0878BE;
  color: #fff;
  border-radius: 4px;
  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;
  fill: #fff; }
  .go-to-top:hover, .go-to-top:focus, .go-to-top:active {
    color: #fff;
    background: #789A2B;
    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: #0878BE; }

a {
  color: #0878BE;
  -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: #789A2B;
    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: "quicksand", sans-serif;
  font-weight: 500; }

h1 {
  font-size: 3.2rem;
  line-height: 4rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  color: #0878BE; }

h2 {
  font-size: 2.2rem;
  line-height: 2.8rem !important;
  margin: 2.6rem 0 .6rem 0;
  color: #789A2B;
  margin: 10px 0 -10px 0 !important;
  font-weight: 600; }

h3 {
  font-size: 2.2rem;
  line-height: 3rem;
  margin: 2.2rem 0 .2rem 0;
  color: #444; }

h4, h5, h6 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 2rem 0 0rem 0;
  color: #444; }

.logo {
  height: 100%; }
  .logo a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center; }
  .logo img {
    width: 100%;
    max-width: 225px; }

.main-nav {
  margin: 0;
  /* just to give some spacing */
  font-family: 'quicksand', sans-serif; }
  .main-nav .show-mobile {
    display: none; }
  .main-nav ul {
    margin: 0;
    padding: 0; }
    .main-nav ul ul {
      opacity: 0;
      pointer-events: none;
      position: absolute;
      top: 3.6rem;
      left: -50px;
      -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;
      padding-top: 15px; }
      .main-nav ul ul li {
        float: none;
        width: 290px;
        height: 4.5rem;
        line-height: 4.5rem; }
        .main-nav ul ul li a {
          padding: 0px 10px;
          border: 1px solid #ccc;
          height: 4.5rem;
          line-height: 4.5rem;
          background: #fff;
          font-size: 16.5px; }
        .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;
    margin: 0;
    padding: 0;
    position: relative; }
    .main-nav li a {
      display: block;
      line-height: 3.5rem;
      padding: 0 15px 3px 15px;
      color: #0878BE;
      font-weight: 500;
      font-size: 20px; }
    .main-nav li.current-page-ancestor > a {
      color: #789A2B; }
    .main-nav li.pill a {
      background: #0878BE;
      color: #fff;
      border-radius: 50px;
      margin-left: 1rem;
      -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 li.pill a:hover, .main-nav li.pill a:focus, .main-nav li.pill a:active {
        background: #789A2B;
        -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 .current-menu-item > a, .main-nav .current_page_item > a, .main-nav .current_page_parent > a, .main-nav a:hover {
    color: #789A2B; }
  .main-nav .current_page_item.pill > a {
    background: #789A2B; }
  .main-nav ul#menu-hoofdmenu > li:last-of-type ul {
    right: 0; }
  .main-nav.paneelspace ul {
    margin-right: 2.5rem; }

@media screen and (min-width: 959px) {
  .mobile-hamburger {
    display: none; } }
.mobile-hamburger svg {
  width: 55px;
  fill: #0878BE; }
  .mobile-hamburger svg:hover, .mobile-hamburger svg:focus, .mobile-hamburger svg:active {
    fill: #789A2B; }

body.page-template-page-canvas button#responsive-menu-button {
  display: none; }

#offcanvas-panel .uk-offcanvas-bar {
  background-color: #fff;
  color: #444;
  max-width: 500px;
  width: 90%; }
  #offcanvas-panel .uk-offcanvas-bar a {
    color: #444; }
    #offcanvas-panel .uk-offcanvas-bar a:hover, #offcanvas-panel .uk-offcanvas-bar a:focus, #offcanvas-panel .uk-offcanvas-bar a:active {
      color: #0878BE; }
    #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: #0878BE; }
  #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: #444;
    margin-bottom: 1rem; }

#offcanvas-nav .uk-offcanvas-bar {
  background-color: #2EAFE4;
  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: #444; }
  #offcanvas-nav .uk-offcanvas-bar a {
    color: #fff;
    padding: 15px 0;
    font-weight: 600; }
    #offcanvas-nav .uk-offcanvas-bar a:hover, #offcanvas-nav .uk-offcanvas-bar a:focus, #offcanvas-nav .uk-offcanvas-bar a:active {
      color: #444; }
  #offcanvas-nav .uk-offcanvas-bar .bellows {
    margin-top: 50px; }
  #offcanvas-nav .uk-offcanvas-bar nav.bellows li.bellows-current-menu-item > a {
    color: #000; }
  #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.3); }

li.is-menu a:hover path.search-icon-path {
  fill: #0878BE; }

.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; }

main .hero {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  main .hero .hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0; }
  main .hero .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1; }
  main .hero .page-title {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 38px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 0 20px 40px 20px;
    font-family: "quicksand", sans-serif; }
    @media screen and (max-width: 450px) {
      main .hero .page-title {
        font-size: 35px; } }
  main .hero .heroinfo {
    z-index: 2;
    text-align: center;
    color: #fff;
    padding-bottom: 8rem;
    font-weight: 500;
    font-size: 2rem;
    line-height: 3rem;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); }
    main .hero .heroinfo a {
      color: #fff; }
      main .hero .heroinfo a:hover, main .hero .heroinfo a:focus, main .hero .heroinfo a:active {
        color: #fff;
        border-bottom: 1.5px solid #fff; }
    main .hero .heroinfo .margintop {
      margin-top: 2rem; }
    main .hero .heroinfo img {
      width: 100%;
      max-width: 330px; }
    main .hero .heroinfo h2 {
      color: #fff;
      text-align: center; }
main.homepage .hero {
  height: 75vh;
  min-height: 700px; }
main .content .inhoud-wrap {
  background: #fff;
  padding: 10px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: -5rem;
  border-radius: 6px 6px 0 0; }
  @media screen and (max-width: 958px) {
    main .content .inhoud-wrap {
      padding: 10px 20px 30px 20px; } }
  main .content .inhoud-wrap h1 {
    padding-right: 20px; }
  main .content .inhoud-wrap .inhoud {
    width: 100%; }
    main .content .inhoud-wrap .inhoud.smal {
      width: calc(((100% / 10) * 7) - 30px); }
      @media screen and (max-width: 800px) {
        main .content .inhoud-wrap .inhoud.smal {
          width: 100%; } }
  main .content .inhoud-wrap .sidebar .extra-menu {
    background: #D9EEFA;
    padding: 15px 0;
    border-radius: 6px;
    margin-top: -5px; }
  main .content .inhoud-wrap .sidebar .menu {
    padding-left: 35px;
    margin-bottom: 0; }
    main .content .inhoud-wrap .sidebar .menu li {
      list-style-type: none;
      -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;
      padding: 0px 0 5px 0px; }
      main .content .inhoud-wrap .sidebar .menu li:hover, main .content .inhoud-wrap .sidebar .menu li:active, main .content .inhoud-wrap .sidebar .menu li:focus {
        margin-left: .5rem;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      main .content .inhoud-wrap .sidebar .menu li.current_page_item:hover, main .content .inhoud-wrap .sidebar .menu li.current_page_item:active, main .content .inhoud-wrap .sidebar .menu li.current_page_item:focus, main .content .inhoud-wrap .sidebar .menu li.current-page-ancestor:hover, main .content .inhoud-wrap .sidebar .menu li.current-page-ancestor:active, main .content .inhoud-wrap .sidebar .menu li.current-page-ancestor:focus {
        margin-left: 0; }
      main .content .inhoud-wrap .sidebar .menu li > a {
        color: #444;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        line-height: 1.4;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: .95em; }
        main .content .inhoud-wrap .sidebar .menu li > a::before {
          content: "\f105";
          float: left;
          font-family: FontAwesome;
          margin-left: -2.2rem;
          text-align: center;
          width: 20px;
          color: #444;
          margin-top: 3px; }
        main .content .inhoud-wrap .sidebar .menu li > a:hover, main .content .inhoud-wrap .sidebar .menu li > a:active, main .content .inhoud-wrap .sidebar .menu li > a:focus {
          color: #0878BE; }
      main .content .inhoud-wrap .sidebar .menu li.current_page_item > a {
        color: #0878BE;
        cursor: default;
        pointer-events: none; }
      main .content .inhoud-wrap .sidebar .menu li.current-page-ancestor > a {
        color: #0878BE; }
      main .content .inhoud-wrap .sidebar .menu li.current-page-ancestor:hover, main .content .inhoud-wrap .sidebar .menu li.current-page-ancestor:active, main .content .inhoud-wrap .sidebar .menu li.current-page-ancestor:focus {
        margin-left: .5rem;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  main .content .inhoud-wrap p {
    margin-bottom: 2rem; }
  main .content .inhoud-wrap .elementor-widget-container p {
    margin-bottom: 0;
    margin-right: -10px; }
main .content #breadcrumbs {
  font-size: .85em; }

.home h1 {
  text-align: center;
  position: relative;
  display: inline-block; }
  .home h1 span {
    font-weight: 400;
    color: #789A2B;
    font-size: .9em; }

.side h2 {
  font-size: 2rem;
  margin-top: 0px !important; }

#footer-wrap {
  position: relative;
  background-color: #D9EEFA; }
  #footer-wrap .footer {
    color: #444;
    padding: 3rem 4rem 3rem 4rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: calc(100% - 40px);
    max-width: 1280px;
    margin: 0 auto;
    font-size: 0.95em;
    line-height: 1.5; }
    @media screen and (max-width: 959px) {
      #footer-wrap .footer {
        padding: 3rem 0px 3rem 0px; } }
    @media screen and (max-width: 800px) {
      #footer-wrap .footer {
        flex-wrap: wrap; } }
    #footer-wrap .footer h2 {
      color: #0878BE;
      font-size: 1.8rem;
      margin-bottom: 1rem !important;
      margin-top: 0 !important;
      line-height: 1.4; }
    @media screen and (max-width: 480px) {
      #footer-wrap .footer .footer-col1, #footer-wrap .footer .footer-col2, #footer-wrap .footer .footer-col3 {
        margin-bottom: 4rem; } }
    #footer-wrap .footer .footer-col1 .margintop, #footer-wrap .footer .footer-col2 .margintop, #footer-wrap .footer .footer-col3 .margintop {
      margin-top: 12px; }
    #footer-wrap .footer .footer-col1 a, #footer-wrap .footer .footer-col2 a, #footer-wrap .footer .footer-col3 a {
      color: #444; }
      #footer-wrap .footer .footer-col1 a:hover, #footer-wrap .footer .footer-col1 a:active, #footer-wrap .footer .footer-col1 a:focus, #footer-wrap .footer .footer-col2 a:hover, #footer-wrap .footer .footer-col2 a:active, #footer-wrap .footer .footer-col2 a:focus, #footer-wrap .footer .footer-col3 a:hover, #footer-wrap .footer .footer-col3 a:active, #footer-wrap .footer .footer-col3 a:focus {
        color: #0878BE; }
    #footer-wrap .footer .footer-col1 ul, #footer-wrap .footer .footer-col2 ul, #footer-wrap .footer .footer-col3 ul {
      padding-left: 1.8rem; }
      #footer-wrap .footer .footer-col1 ul li, #footer-wrap .footer .footer-col2 ul li, #footer-wrap .footer .footer-col3 ul li {
        list-style-type: none;
        -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;
        padding: 0px 0 5px 0px; }
        #footer-wrap .footer .footer-col1 ul li:hover, #footer-wrap .footer .footer-col1 ul li:active, #footer-wrap .footer .footer-col1 ul li:focus, #footer-wrap .footer .footer-col2 ul li:hover, #footer-wrap .footer .footer-col2 ul li:active, #footer-wrap .footer .footer-col2 ul li:focus, #footer-wrap .footer .footer-col3 ul li:hover, #footer-wrap .footer .footer-col3 ul li:active, #footer-wrap .footer .footer-col3 ul li:focus {
          margin-left: .5rem;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        #footer-wrap .footer .footer-col1 ul li.current_page_item:hover, #footer-wrap .footer .footer-col1 ul li.current_page_item:active, #footer-wrap .footer .footer-col1 ul li.current_page_item:focus, #footer-wrap .footer .footer-col2 ul li.current_page_item:hover, #footer-wrap .footer .footer-col2 ul li.current_page_item:active, #footer-wrap .footer .footer-col2 ul li.current_page_item:focus, #footer-wrap .footer .footer-col3 ul li.current_page_item:hover, #footer-wrap .footer .footer-col3 ul li.current_page_item:active, #footer-wrap .footer .footer-col3 ul li.current_page_item:focus {
          margin-left: 0; }
      #footer-wrap .footer .footer-col1 ul a, #footer-wrap .footer .footer-col2 ul a, #footer-wrap .footer .footer-col3 ul a {
        color: #444;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #footer-wrap .footer .footer-col1 ul a::before, #footer-wrap .footer .footer-col2 ul a::before, #footer-wrap .footer .footer-col3 ul a::before {
          content: "\f105";
          float: left;
          font-family: FontAwesome;
          margin-left: -2.2rem;
          text-align: center;
          width: 20px;
          color: #444; }
    #footer-wrap .footer .footer-col1 {
      width: calc((100% / 3) - 20px); }
      @media screen and (max-width: 800px) {
        #footer-wrap .footer .footer-col1 {
          width: calc((100% / 2) - 20px); } }
      @media screen and (max-width: 600px) {
        #footer-wrap .footer .footer-col1 {
          width: 100%; } }
    #footer-wrap .footer .footer-col2 {
      width: calc((100% / 3) - 20px); }
      @media screen and (max-width: 800px) {
        #footer-wrap .footer .footer-col2 {
          width: calc((100% / 2) - 20px); } }
      @media screen and (max-width: 600px) {
        #footer-wrap .footer .footer-col2 {
          width: 100%;
          padding-top: 30px; } }
      #footer-wrap .footer .footer-col2 .current_page_item > a {
        color: #0878BE;
        cursor: default;
        pointer-events: none; }
    #footer-wrap .footer .footer-col3 {
      width: calc((100% / 3) - 20px); }
      @media screen and (max-width: 800px) {
        #footer-wrap .footer .footer-col3 {
          width: 100%;
          padding-top: 30px;
          padding-bottom: 30px;
          display: flex;
          align-items: center;
          flex-direction: column; } }
      @media screen and (max-width: 600px) {
        #footer-wrap .footer .footer-col3 {
          align-items: flex-start;
          padding-top: 10px; } }
      #footer-wrap .footer .footer-col3 a {
        color: #fff; }
        #footer-wrap .footer .footer-col3 a:hover, #footer-wrap .footer .footer-col3 a:active, #footer-wrap .footer .footer-col3 a:focus {
          text-decoration: underline; }
      #footer-wrap .footer .footer-col3 .logos-wrap {
        margin-top: 15px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start; }
        @media screen and (max-width: 799px) {
          #footer-wrap .footer .footer-col3 .logos-wrap {
            justify-content: center; } }
        #footer-wrap .footer .footer-col3 .logos-wrap .logo img {
          height: 65px;
          margin-left: 20px; }
        #footer-wrap .footer .footer-col3 .logos-wrap .logo:first-of-type img {
          margin-left: 0; }

#colofon-wrap {
  background: #C1E2F6; }
  #colofon-wrap .colofon {
    color: #000;
    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: 639px) {
      #colofon-wrap .colofon .colofon-left, #colofon-wrap .colofon .colofon-right {
        width: 100%; } }
    @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 a {
      color: #000; }
      #colofon-wrap .colofon a:hover, #colofon-wrap .colofon a:active, #colofon-wrap .colofon a:focus {
        color: #0878BE; }

.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: #0878BE;
    -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: #0769a6;
      -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: #444;
    height: 40px;
    border-radius: 10px; }
    .sticky-social-bar .social-icon.phone {
      background-color: #0769a6; }
    .sticky-social-bar .social-icon.mail {
      background-color: #0769a6; }
    .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: #0769a6 !important; }
      .sticky-social-bar .social-icon.primair .fab {
        background-color: #0878BE !important; }
    .sticky-social-bar .social-icon > a {
      color: inherit;
      background-color: inherit;
      height: 4rem;
      line-height: 4rem;
      display: block;
      border-radius: 6px 0 0 6px; }
      .sticky-social-bar .social-icon > a > .fab {
        width: 4rem;
        height: 4rem;
        margin-left: 0rem;
        text-align: center;
        line-height: 4rem;
        border-radius: 6px 0 0 6px; }
        .sticky-social-bar .social-icon > a > .fab.phone {
          background-color: #0878BE; }
        .sticky-social-bar .social-icon > a > .fab.mail {
          background-color: #0878BE; }
        .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: 2.8rem; }
  #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: #0878BE; }
      #modal-nav.uk-modal .uk-modal-dialog ul.bellows-nav li.bellows-current_page_item > a {
        color: #0878BE; }
      #modal-nav.uk-modal .uk-modal-dialog ul.bellows-nav li.bellows-current-menu-ancestor > a {
        color: #0878BE; }
      #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: .95em;
        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; }

.tarieven {
  width: 100%;
  border-radius: 6px; }
  .tarieven tr th {
    text-align: left;
    background: #0878BE;
    color: #fff;
    padding: 5px 10px; }
    .tarieven tr th:first-of-type {
      border-radius: 8px 0 0 0; }
    .tarieven tr th:last-of-type {
      border-radius: 0 8px 0 0; }
  .tarieven tr td {
    padding: 5px 10px;
    background: #EFF6FA; }

.formulier {
  width: 100%;
  padding: 20px;
  border-radius: 6px;
  background-color: #0878BE; }
  .formulier .head {
    margin-bottom: 20px; }
    .formulier .head h2 {
      margin: 0 !important;
      color: #fff;
      letter-spacing: .5px; }
    .formulier .head p {
      color: #fff;
      font-size: 16px;
      margin-right: 0 !important; }
  .formulier .persgegevens {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .formulier .persgegevens .kol {
      width: calc((100% - 20px) / 2); }
      .formulier .persgegevens .kol input[type=text], .formulier .persgegevens .kol input[type=email] {
        width: 100%;
        border: 0;
        padding: 10px;
        border-radius: 4px;
        font-family: "Lato", sans-serif;
        font-size: 17px;
        font-weight: 500; }
      .formulier .persgegevens .kol .field-wrap {
        margin-bottom: 2rem; }
        .formulier .persgegevens .kol .field-wrap.flex {
          display: flex;
          justify-content: space-between; }
          .formulier .persgegevens .kol .field-wrap.flex .flexwrapl {
            width: calc((100% - 20px) / 3); }
          .formulier .persgegevens .kol .field-wrap.flex .flexwrapr {
            width: calc((100% - 20px) / 3 * 2); }
        .formulier .persgegevens .kol .field-wrap p {
          margin-right: 0; }
    @media screen and (min-width: 769px) and (max-width: 1069px) {
      .formulier .persgegevens {
        flex-direction: column; }
        .formulier .persgegevens .kol {
          width: 100%; } }
    @media screen and (max-width: 699px) {
      .formulier .persgegevens {
        flex-direction: column; }
        .formulier .persgegevens .kol {
          width: 100%; } }
  .formulier .message {
    margin-bottom: 1rem; }
    .formulier .message p {
      margin-right: 0 !important; }
    .formulier .message textarea {
      width: 100%;
      height: 300px;
      border: 0;
      padding: 10px;
      border-radius: 4px;
      font-family: "Lato", sans-serif;
      font-size: 17px;
      font-weight: 500; }
    .formulier .message .avg {
      margin-top: 1rem; }
  .formulier .bottom {
    margin-bottom: 10px; }
    .formulier .bottom p {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .formulier .bottom .wpcf7-submit {
      font-family: "Lato", sans-serif;
      background: #2EAFE4;
      padding: 8px 15px 8px 15px;
      border-radius: 30px;
      font-size: 18px;
      font-weight: 600;
      color: #fff;
      border: 0;
      text-align: left;
      line-height: 22px; }
      .formulier .bottom .wpcf7-submit:hover, .formulier .bottom .wpcf7-submit:active, .formulier .bottom .wpcf7-submit:focus {
        color: #fff;
        background: #789A2B;
        border-bottom: 0; }

.wpcf7-not-valid-tip {
  color: #fff !important;
  font-size: 16px;
  font-style: italic; }

.wpcf7-list-item {
  margin-left: 0 !important;
  color: #fff; }
  .wpcf7-list-item a {
    color: #fff;
    border-bottom: 1px solid #fff; }

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #2EAFE4 !important;
  margin: 2rem 0; }

.contact-cp {
  padding-top: 15px; }
  .contact-cp .em {
    font-weight: 700; }
  .contact-cp .marg {
    margin-top: 20px; }
  .contact-cp .blok {
    margin-bottom: 15px; }

#hyperventilatieTest .question {
  background: #EFF6FA;
  background: #f9fdff;
  padding: 1.5rem;
  border-radius: 6px;
  margin-bottom: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  line-height: 1.5;
  border: 1px solid #0878BE; }
  #hyperventilatieTest .question.error {
    border: 1px solid #b30000;
    background: #ffe6e6; }
  #hyperventilatieTest .question p {
    margin-bottom: 3px; }
  #hyperventilatieTest .question .answers label {
    margin-right: 1rem;
    font-weight: 500;
    font-size: .9em; }
#hyperventilatieTest button {
  background: #0878BE;
  color: white;
  border: none;
  padding: 8px 15px 10px 15px;
  font-size: 18px;
  border-radius: 50px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 10px; }
  #hyperventilatieTest button:hover, #hyperventilatieTest button:focus, #hyperventilatieTest button:active {
    background: #789A2B; }

#result {
  font-weight: bold;
  padding: 1rem;
  border-radius: 10px;
  background: #eef;
  display: none;
  margin-top: 1rem; }

#knelpuntForm .group {
  background: #fff;
  margin-bottom: 2rem; }
  #knelpuntForm .group h2 {
    margin-bottom: 1rem !important;
    margin-top: 3.6rem !important; }
#knelpuntForm .question {
  background: #EFF6FA;
  background: #f9fdff;
  padding: 1.5rem;
  border-radius: 6px;
  margin-bottom: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  line-height: 1.5;
  border: 1px solid #0878BE; }
  #knelpuntForm .question.error {
    border: 2px solid #b30000;
    background: #ffe6e6; }
#knelpuntForm .error-message {
  color: #b30000;
  margin-top: 0.3rem; }
#knelpuntForm .answers label {
  margin-right: 1rem;
  font-weight: 500;
  font-size: .9em; }
#knelpuntForm button {
  background: #0878BE;
  color: white;
  border: none;
  padding: 8px 15px 10px 15px;
  font-size: 18px;
  border-radius: 50px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 10px; }
  #knelpuntForm button:hover, #knelpuntForm button:focus, #knelpuntForm button:active {
    background: #789A2B; }

#result {
  font-weight: bold;
  padding: 1rem;
  border-radius: 10px;
  background: #eef;
  display: none; }
  #result h2 {
    margin-bottom: 1rem !important; }

.error404 section.melding {
  min-height: 70vh;
  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; }

/*# sourceMappingURL=styles.css.map */
