@charset "UTF-8";
/*COLORS*/
/*FONTS*/
h1, h2, h3, h4, h5, h6, p, a, .uk-panel, .uk-button {
  font-family: "Lato", sans-serif !important; }

p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }

/*ALGEMEEN*/
a {
  color: #262526;
  text-decoration: underline;
  font-style: italic; }
  a:hover {
    color: #ff3366;
    text-decoration: none; }

::selection {
  background-color: #ba923b;
  color: #fff; }

/*HEADER*/
.uk-navbar-container {
  border-top: solid 40px #ddd;
  position: relative; }
  .uk-navbar-container .uk-navbar-left img {
    height: 120px;
    width: 120px;
    padding: 15px; }
  .uk-navbar-container .uk-navbar-right {
    gap: 10px; }
    .uk-navbar-container .uk-navbar-right .uk-flex-inline .uk-icon-button:hover {
      color: #ba923b;
      border-color: #ba923b; }
    .uk-navbar-container .uk-navbar-right .nav-but {
      position: absolute;
      top: -50px;
      width: 500px;
      right: 0px; }
      .uk-navbar-container .uk-navbar-right .nav-but .uk-width-1-1 {
        display: flex;
        justify-content: flex-end; }
        .uk-navbar-container .uk-navbar-right .nav-but .uk-width-1-1 .uk-margin {
          padding: 0px 10px;
          margin-top: 0px !important; }
        .uk-navbar-container .uk-navbar-right .nav-but .uk-width-1-1 .uk-margin:nth-child(1) .uk-button, .uk-navbar-container .uk-navbar-right .nav-but .uk-width-1-1 .uk-margin:nth-child(3) .uk-button {
          color: #fff;
          font-size: 10px;
          font-family: "Montserrat", sans-serif;
          text-transform: uppercase;
          padding: 4px;
          line-height: 10px;
          background-color: #20577c;
          height: 20px;
          letter-spacing: 0px; }
          .uk-navbar-container .uk-navbar-right .nav-but .uk-width-1-1 .uk-margin:nth-child(1) .uk-button:hover, .uk-navbar-container .uk-navbar-right .nav-but .uk-width-1-1 .uk-margin:nth-child(3) .uk-button:hover {
            border: solid 1px #20577c; }
        .uk-navbar-container .uk-navbar-right .nav-but .uk-width-1-1 .uk-margin:nth-child(2) .uk-button, .uk-navbar-container .uk-navbar-right .nav-but .uk-width-1-1 .uk-margin:nth-child(4) .uk-button {
          color: #fff;
          font-size: 10px;
          font-family: "Montserrat", sans-serif;
          text-transform: uppercase;
          padding: 4px;
          line-height: 10px;
          background-color: #ba923b;
          height: 20px;
          letter-spacing: 0px; }
          .uk-navbar-container .uk-navbar-right .nav-but .uk-width-1-1 .uk-margin:nth-child(2) .uk-button:hover, .uk-navbar-container .uk-navbar-right .nav-but .uk-width-1-1 .uk-margin:nth-child(4) .uk-button:hover {
            border: solid 1px #ba923b; }
    .uk-navbar-container .uk-navbar-right .uk-navbar-nav li .dropdown:before {
      content: "";
      font-family: "Font Awesome 5 Free";
      font-size: 20px;
      font-weight: 900;
      color: #ba923b;
      font-size: 14px;
      margin-right: 10px;
      rotate: 270deg; }
      .uk-navbar-container .uk-navbar-right .uk-navbar-nav li .dropdown:hover:before {
        rotate: 0deg; }
    .uk-navbar-container .uk-navbar-right .uk-navbar-nav > li.uk-active > a {
      color: #ba923b; }
    .uk-navbar-container .uk-navbar-right .uk-navbar-nav > li > a {
      font-weight: 400;
      letter-spacing: 0em;
      line-height: 1.7em;
      font-size: 12px;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      color: #524f4f;
      font-style: normal; }
      .uk-navbar-container .uk-navbar-right .uk-navbar-nav > li > a:hover {
        color: #ba923b; }

.uk-navbar-dropdown {
  background-color: #faf8f6;
  width: fit-content;
  padding: 20px 20px 0px 20px; }
  .uk-navbar-dropdown ul li a {
    padding-top: 0px;
    padding-bottom: 15px;
    color: #524f4f;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.7em;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-style: normal; }
    .uk-navbar-dropdown ul li a:hover {
      color: #3b7188; }
.uk-navbar-dropdown ul .uk-active a {
  color: #3b7188; }

.contactButton .uk-button {
  background-color: #ba923b;
  color: #fff;
  transform: rotate(-90deg);
  top: 50%;
  right: -50px;
  position: fixed;
  width: 140px;
  z-index: 1;
  text-decoration: none;
  font-style: normal; }
  .contactButton .uk-button:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    font-size: 14px;
    margin-right: 10px; }

.mob-but {
  display: none !important; }

/*ARTIKEL*/
.artikel-intro h2 {
  line-height: 14px;
  font-size: 20px;
  color: #3b7188;
  line-height: 1.2;
  font-family: Lato;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 20px;
  font-style: normal; }
.artikel-intro a {
  font-style: normal; }
.artikel-intro h1 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #262526;
  font-size: 24px;
  line-height: 1.4;
  font-style: normal; }
.artikel-intro h3 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.6;
  font-style: italic;
  color: #3b7188; }
.artikel-intro .uk-panel {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: #262526; }
.artikel-intro .uk-button {
  background-color: #fff;
  color: #000;
  font-weight: 500;
  text-transform: none;
  font-size: 1em;
  letter-spacing: 0em;
  line-height: 1.7em;
  padding: 0px;
  transition: all 0.5s ease-out; }
  .artikel-intro .uk-button .uk-margin-small-right {
    transition: all 0.5s ease-out; }
  .artikel-intro .uk-button:hover {
    border-color: #fff; }
    .artikel-intro .uk-button:hover .uk-margin-small-right {
      margin-right: 0px !important;
      margin-left: 10px; }

.artikel-b1 {
  background-color: #faf8f6; }
  .artikel-b1 h1 {
    color: #3b7188;
    font-size: 24px;
    line-height: 1.57;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .artikel-b1 p {
    padding-bottom: 25px;
    border-bottom: 2px solid #e5e5e5; }
  .artikel-b1 h3 {
    font-size: 16px;
    line-height: 1.57;
    color: #262526;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300; }
    .artikel-b1 .categorieen h3 {
      margin-bottom: 0px; }
    .artikel-b1 .categorieen p {
      margin-top: 5px;
      color: #3b7188;
      font-size: 16px;
      font-style: italic; }

.artikel-b2 {
  height: 600px;
  position: relative; }
  .artikel-b2 div {
    height: 600px; }
  .artikel-b2 h1 {
    color: white;
    text-align: left;
    border-left: 1px solid white;
    padding-left: 80px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.5;
    font-size: 38px;
    position: absolute;
    top: 40%;
    right: 360px;
    padding: 0px 100px 0 20px;
    width: 40%;
    z-index: 1;
    font-weight: 300; }

.artikel-b6 {
  height: 600px;
  position: relative;
  background-color: #3b718875; }
  .artikel-b6 div {
    height: 600px; }
  .artikel-b6 h1 {
    color: white;
    text-align: left;
    border-left: 1px solid white;
    padding-left: 80px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.5;
    font-size: 38px;
    position: absolute;
    top: 40%;
    right: 360px;
    padding: 0px 100px 0 20px;
    width: 40%;
    z-index: 1;
    font-weight: 300; }

.artikel-b3 {
  background-color: #faf8f6; }
  .artikel-b3 h1 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 400; }
  .artikel-b3 P {
    column-count: 2;
    column-gap: 40px;
    column-rule: 1px solid #e5e5e7; }

.artikel-b4 h1 {
  color: #ba923b;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 400; }
.artikel-b4 P {
  column-count: 2;
  column-gap: 40px;
  column-rule: 1px solid #e5e5e7; }
.artikel-b4 .uk-button {
  background-color: #fff;
  color: #000;
  font-weight: 500;
  text-transform: none;
  font-size: 1em;
  letter-spacing: 0em;
  line-height: 1.7em;
  padding: 0px;
  transition: all 0.5s ease-out; }
  .artikel-b4 .uk-button .uk-margin-small-right {
    transition: all 0.5s ease-out; }
  .artikel-b4 .uk-button:hover {
    border-color: #fff; }
    .artikel-b4 .uk-button:hover .uk-margin-small-right {
      margin-right: 0px !important;
      margin-left: 10px; }

.artikel-b5 {
  background-color: #3b7188; }
  .artikel-b5 h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 400; }
  .artikel-b5 h2 {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 1px;
    text-decoration: none; }
  .artikel-b5 h3 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none; }
  .artikel-b5 p {
    color: #fff;
    column-count: 1; }
  .artikel-b5 .two {
    color: #fff;
    column-count: 2 !important;
    column-gap: 40px;
    column-rule: 1px solid #e5e5e7; }
  .artikel-b5 .uk-button {
    background-color: #ba923b;
    text-align: center;
    color: #fff;
    border: 1px solid transparent;
    padding: 0px 30px;
    line-height: 40px;
    font-size: 11px;
    transition: 0.1s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none; }
    .artikel-b5 .uk-button:hover {
      border: 1px solid #a68a68;
      background-color: #ba923b; }

/*HOME*/
.home-b1 {
  background-color: #faf8f6; }
  .home-b1 h1 {
    color: #ba923b;
    line-height: 1.4;
    font-weight: 400;
    font-size: 38px;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .home-b1 p {
    color: #3b7188;
    padding-bottom: 25px;
    font-size: 18px;
    line-height: 1.4; }
  .home-b1 h2 {
    color: #3b7188;
    line-height: 1.4;
    font-size: 24px; }
  .home-b1 h4 {
    font-size: 18px;
    color: #ba923b;
    font-style: italic;
    letter-spacing: 1px;
    font-weight: 300; }
  .home-b1 h5 {
    font-size: 24px; }
  .home-b1 h6 {
    font-size: 34px; }
  .home-b1 .uk-switcher .el-item {
    min-height: fit-content !important; }
  .home-b1 .over-ons {
    position: relative; }
    .home-b1 .over-ons .in {
      position: absolute; }
      .home-b1 .over-ons .in .el-link img {
        width: 35px;
        height: 35px;
        object-fit: cover;
        margin-top: -180px;
        margin-left: 210px; }
    .home-b1 .over-ons .blok {
      position: relative;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08); }
      .home-b1 .over-ons .blok .el-content {
        box-shadow: none !important;
        margin-top: 0px; }
      .home-b1 .over-ons .blok p {
        padding-bottom: 0px !important;
        margin-top: 0px;
        margin-bottom: 0px; }
      .home-b1 .over-ons .blok h3 {
        color: #3b7188 !important;
        font-size: 14px !important;
        line-height: 1.4 !important;
        font-weight: 400 !important;
        text-transform: uppercase !important;
        letter-spacing: 1px;
        padding: 20px 0px 0px 0px; }
      .home-b1 .over-ons .blok a {
        color: #8c3e3e;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.4;
        text-decoration: underline; }
        .home-b1 .over-ons .blok a:hover {
          text-decoration: none; }
      .home-b1 .over-ons .blok .uk-width-1-2\@m {
        height: 175px;
        width: 215px; }
        .home-b1 .over-ons .blok .uk-width-1-2\@m img {
          height: 175px;
          width: 175px;
          object-fit: cover; }
    .home-b1 .over-ons .el-nav li a {
      color: #524f4f;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 1.4;
      letter-spacing: 1px;
      font-weight: 400;
      border-radius: 0px;
      padding: 5px 0px;
      margin-left: 40px;
      text-decoration: none;
      font-style: normal; }
  .home-b1 .blok .uk-panel {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    color: #262526; }
    .home-b1 .blok .uk-panel:hover .uk-button:before {
      margin-right: 0px;
      margin-left: 20px; }
  .home-b1 .blok .uk-panel .uk-button:before {
    transition: all 0.5s ease-out; }
  .home-b1 .blok .el-meta {
    font-size: 16px;
    line-height: 20px;
    color: #ba923b;
    font-style: normal; }
  .home-b1 .blok h3 {
    font-size: 18px !important;
    color: #1a1a1a !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-style: normal !important; }
  .home-b1 .blok .uk-button {
    background-color: transparent;
    border: transparent;
    color: #000;
    font-weight: 500;
    text-transform: none;
    font-size: 1em;
    letter-spacing: 0em;
    line-height: 1.7em;
    padding: 0px; }
    .home-b1 .blok .uk-button:before {
      content: "";
      font-family: "Font Awesome 5 Free";
      font-size: 20px;
      font-weight: 900;
      color: #000;
      font-size: 14px;
      margin-right: 10px; }
    .home-b1 .blok .uk-button:hover {
      color: #000;
      text-decoration: underline; }
  .home-b1 h3 {
    font-size: 20px;
    font-weight: 400;
    color: #524f4f;
    line-height: 1.4;
    margin-top: 0px; }
  .home-b1 .uk-button {
    background-color: #3b7188;
    text-align: center;
    color: #fff;
    border: 1px solid #3b7188;
    border-color: #3b7188;
    padding: 0px 30px;
    line-height: 40px;
    font-size: 11px;
    transition: 0.1s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none; }
    .home-b1 .uk-button:hover {
      background-color: #faf8f6;
      color: #3b7188; }
  .home-b1 .uk-panel {
    background-color: #faf8f6; }
    .home-b1 .uk-panel h3 {
      font-size: 18px;
      letter-spacing: 1px;
      color: #ba923b;
      line-height: 1.4;
      font-weight: 400;
      text-transform: uppercase;
      text-decoration: none; }
    .home-b1 .uk-panel p {
      font-size: 18px;
      line-height: 1.5;
      color: #524f4f; }

.home-b2 {
  padding: auto 50px !important; }
  .home-b2 .panel {
    background-color: #3b7188; }
    .home-b2 .panel h2 {
      color: #fff;
      font-size: 22px;
      text-transform: uppercase; }
    .home-b2 .panel p {
      color: #fff; }
    .home-b2 .panel .uk-width-1-4\@m:nth-child(1) {
      width: 35%; }
      .home-b2 .panel .uk-width-1-4\@m:nth-child(1) .uk-margin {
        height: 100%;
        width: 100%; }
        .home-b2 .panel .uk-width-1-4\@m:nth-child(1) .uk-margin img {
          height: 100%;
          width: 100%;
          object-fit: cover; }
    .home-b2 .panel .uk-width-1-2\@m {
      width: 50%;
      padding-top: 50px;
      padding-bottom: 50px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .home-b2 .panel .uk-width-1-4\@m:nth-child(3) {
      width: 15%; }
    .home-b2 .panel .uk-button {
      background-color: transparent;
      text-align: center;
      color: #fff;
      border: 1px solid #fff;
      border-color: #fff;
      padding: 0px 30px;
      line-height: 40px;
      font-size: 11px;
      transition: 0.1s ease-in-out;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-decoration: none;
      margin-right: 20px; }
      .home-b2 .panel .uk-button:hover {
        background-color: #fff;
        color: #524f4f; }
    .home-b2 .panel .bell {
      display: block;
      width: 40px;
      height: 40px;
      font-size: 40px;
      margin: 30px auto 0;
      color: #9e9e9e;
      -webkit-animation: ring 4s 0.7s ease-in-out infinite;
      -webkit-transform-origin: 50% 4px;
      -moz-animation: ring 4s 0.7s ease-in-out infinite;
      -moz-transform-origin: 50% 4px;
      animation: ring 4s 0.7s ease-in-out infinite;
      transform-origin: 50% 4px; }
      .home-b2 .panel .bell .uk-icon {
        width: 60px;
        height: 60px;
        color: #ba923b;
        display: flex;
        background-color: #fff;
        border-radius: 99px;
        justify-content: center;
        align-items: center; }
        .home-b2 .panel .bell .uk-icon svg {
          width: 40px;
          height: 40px; }
  .home-b2 .blok {
    background-color: #faf8f6;
    padding: 0px 35px 35px 35px;
    position: relative;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .home-b2 .blok:hover svg {
      left: 40px; }
    .home-b2 .blok:hover .uk-button {
      padding-left: 30px; }
    .home-b2 .blok .uk-button {
      transition: all 0.5s ease-out; }
    .home-b2 .blok svg {
      transition: all 0.5s ease-out; }
    .home-b2 .blok h3 {
      font-size: 18px;
      letter-spacing: 1px;
      color: #ba923b;
      line-height: 1.4;
      font-weight: 400;
      text-transform: uppercase;
      text-decoration: none; }
    .home-b2 .blok p {
      font-size: 18px;
      line-height: 1.5;
      color: #524f4f; }
    .home-b2 .blok svg {
      position: absolute;
      bottom: 32px;
      left: 30px;
      color: #000;
      width: 30px; }
    .home-b2 .blok .uk-button {
      background-color: transparent;
      color: #000;
      font-weight: 500;
      text-transform: none;
      font-size: 1em;
      letter-spacing: 0em;
      line-height: 1.7em;
      padding-left: 30px; }
      .home-b2 .blok .uk-button:hover {
        border-color: #faf8f6; }

.home-b3 {
  background-color: #8db7c9; }
  .home-b3 .extra-news {
    border-bottom: 1px solid #8db7c9;
    padding-bottom: 20px; }
    .home-b3 .extra-news:nth-last-child(1) {
      border-bottom: none;
      padding-bottom: 0px; }
    .home-b3 .extra-news h3 {
      font-size: 20px;
      line-height: 1.4;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #fff;
      font-style: normal; }
      .home-b3 .extra-news h3:hover {
        color: #ba923b; }
    .home-b3 .extra-news .el-content {
      color: #8db7c9;
      font-weight: 300; }
  .home-b3 .main-news h3 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-style: normal; }
    .home-b3 .main-news h3:hover {
      color: #ba923b; }
  .home-b3 .main-news .el-content {
    color: #8db7c9;
    font-weight: 300; }
  .home-b3 .main-news img {
    width: 300px;
    height: 300px;
    object-fit: cover; }
  .home-b3 .panel {
    background-color: #3b7188;
    margin: auto 50px !important;
    padding-left: 0px;
    padding-top: 50px;
    padding-bottom: 50px; }
    .home-b3 .panel .uk-width-1-1 {
      padding-right: 40px; }
    .home-b3 .panel h2 {
      color: #fff;
      font-size: 30px;
      margin-bottom: 50px;
      text-transform: uppercase; }
    .home-b3 .panel .uk-button {
      background-color: transparent;
      text-align: center;
      color: #fff;
      border: 1px solid #fff;
      border-color: #fff;
      padding: 0px 30px;
      line-height: 40px;
      font-size: 11px;
      transition: 0.1s ease-in-out;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-decoration: none; }
      .home-b3 .panel .uk-button:hover {
        background-color: #fff;
        color: #524f4f; }

.home-b4 {
  background-color: #3b7188; }
  .home-b4 h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 400; }
  .home-b4 h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400; }
  .home-b4 p {
    color: #fff;
    column-rule: 1px solid #e5e5e7; }
  .home-b4 .uk-button {
    background-color: transparent;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-color: #fff;
    padding: 0px 30px;
    line-height: 40px;
    font-size: 11px;
    transition: 0.1s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none; }
    .home-b4 .uk-button:hover {
      background-color: #fff;
      color: #524f4f; }

.home-b5 {
  background-color: #fff; }
  .home-b5 .number {
    width: 25px;
    background: #20577c;
    display: inline-block;
    text-align: center;
    border-radius: 500px;
    height: 25px;
    color: #fff;
    margin-right: 10px !important;
    line-height: 25px;
    font-size: 18px; }
  .home-b5 .active .uk-button {
    background-color: #ba923b;
    text-align: center;
    color: #fff;
    border: 1px solid #ba923b;
    border-color: #ba923b;
    padding: 0px 30px;
    line-height: 40px;
    font-size: 11px;
    transition: 0.1s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none; }
    .home-b5 .active .uk-button:hover {
      background-color: #faf8f6;
      color: #ba923b; }
  .home-b5 h1 {
    color: #3b7188;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 2px; }
  .home-b5 .panel {
    border: 1px solid #d2d2d2;
    padding-left: 20px; }
  .home-b5 h2 {
    font-size: 29px;
    font-weight: bold;
    color: #3b7188;
    letter-spacing: 1px;
    line-height: 1.4;
    text-transform: uppercase;
    text-decoration: none; }
  .home-b5 ul li {
    font-size: 18px;
    font-weight: 500;
    color: #524f4f;
    line-height: 1.5;
    list-style-type: none; }
    .home-b5 ul li:before {
      content: "";
      color: #3b7188;
      display: inline-block;
      margin-right: 10px;
      font-family: "Font Awesome 5 Free";
      font-size: 20px;
      font-weight: 900;
      margin-left: -30px; }
  .home-b5 h3 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.4;
    text-transform: uppercase;
    text-decoration: none;
    color: #3b7188; }
  .home-b5 h4 {
    color: #ba923b;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 1px; }
  .home-b5 h5 {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 1px; }
  .home-b5 p {
    font-size: 18px;
    font-weight: 300;
    color: #524f4f;
    line-height: 1.5;
    column-count: 1;
    column-gap: 40px;
    column-rule: 1px solid #e5e5e7; }
  .home-b5 .uk-button {
    background-color: #3b7188;
    text-align: center;
    color: #fff;
    border: 1px solid #3b7188;
    border-color: #3b7188;
    padding: 0px 30px;
    line-height: 40px;
    font-size: 11px;
    transition: 0.1s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none; }
    .home-b5 .uk-button:hover {
      background-color: #faf8f6;
      color: #3b7188; }
  .home-b5 .blok .uk-button {
    background-color: transparent;
    text-align: center;
    color: #3b7188;
    border: 1px solid #3b7188;
    border-color: #3b7188;
    padding: 0px 30px;
    line-height: 40px;
    font-size: 11px;
    transition: 0.1s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none; }
    .home-b5 .blok .uk-button:hover {
      background-color: #3b7188;
      color: #fff; }
  .home-b5 .blok p {
    color: #000; }

.home-b6 {
  background-color: #a68a68; }
  .home-b6 a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
    font-style: normal; }
    .home-b6 a:hover {
      color: #ff3366;
      text-decoration: none; }
  .home-b6 h3 {
    font-size: 20px;
    font-weight: 400;
    color: #524f4f;
    line-height: 1.4;
    margin-top: 0px; }
  .home-b6 h2 {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
    text-decoration: none; }
  .home-b6 h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 400; }
  .home-b6 h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 1.4;
    font-weight: 400; }
  .home-b6 p {
    color: #fff;
    column-rule: 1px solid #e5e5e7; }
  .home-b6 .uk-button {
    background-color: transparent;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-color: #fff;
    padding: 0px 30px;
    line-height: 40px;
    font-size: 11px;
    transition: 0.1s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none; }
    .home-b6 .uk-button:hover {
      background-color: #fff;
      color: #524f4f; }

.home-b7 {
  background-color: #a68a68bf;
  opacity: 0.75; }
  .home-b7 h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 400; }
  .home-b7 h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 1.5;
    font-weight: 400; }
  .home-b7 p {
    color: #fff;
    column-rule: 1px solid #e5e5e7; }
  .home-b7 a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
    font-style: normal; }
    .home-b7 a:hover {
      color: #ff3366;
      text-decoration: none; }
  .home-b7 .convertforms h2 {
    margin-bottom: 0px;
    color: #fff; }
  .home-b7 .convertforms .cf-list .cf-label {
    color: #fff; }
  .home-b7 .uk-button {
    background-color: transparent;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-color: #fff;
    padding: 0px 30px;
    line-height: 40px;
    font-size: 11px;
    transition: 0.1s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none; }
    .home-b7 .uk-button:hover {
      background-color: #fff;
      color: #524f4f; }

.home-b8 {
  background-color: #8e8670e3; }
  .home-b8 h3 {
    font-size: 20px;
    font-weight: 400;
    color: #524f4f;
    line-height: 1.5;
    margin-top: 0px; }
  .home-b8 h2 {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    text-transform: uppercase;
    text-decoration: none; }
  .home-b8 h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 400; }
  .home-b8 p {
    color: #fff;
    column-rule: 1px solid #e5e5e7; }
  .home-b8 .uk-button {
    background-color: transparent;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-color: #fff;
    padding: 0px 30px;
    line-height: 40px;
    font-size: 11px;
    transition: 0.1s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none; }
    .home-b8 .uk-button:hover {
      background-color: #fff;
      color: #524f4f; }

/*FOOTER*/
.footer {
  background-color: #faf8f6;
  border-bottom: 1px solid #e5e5e5; }
  .footer .uk-button {
    background-color: transparent;
    text-align: center;
    color: #3b7188;
    border: 1px solid #3b7188;
    border-color: #3b7188;
    padding: 0px 30px;
    line-height: 40px;
    font-size: 11px;
    transition: 0.1s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none; }
    .footer .uk-button:hover {
      background-color: #3b7188;
      color: #fff; }
  .footer h3 {
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase; }
  .footer p {
    font-size: 12px; }

.footer1 {
  background-color: #faf8f6; }
  .footer1 .uk-slider-items li {
    display: flex;
    align-items: center;
    justify-content: center; }

/*POP-UP*/
.popupbox .eb-dialog {
  border: solid 1px #fff;
  background-color: #3b7188; }
  .popupbox .eb-dialog .popupBox h2 {
    text-align: center;
    font-size: 24px;
    color: #fff; }
  .popupbox .eb-dialog .popupBox h3 {
    margin-top: 0px3;
    text-align: center;
    font-size: 20px;
    color: #fff; }
  .popupbox .eb-dialog .popupBox .afspraakButton {
    text-align: center; }
    .popupbox .eb-dialog .popupBox .afspraakButton .uk-button {
      background-color: #fff;
      color: #3b7188;
      line-height: 40px;
      font-size: 11px;
      border-radius: 0px;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-decoration: none;
      margin-top: 10px;
      padding: 5px 50px; }
      .popupbox .eb-dialog .popupBox .afspraakButton .uk-button:hover {
        background-color: #20577c;
        color: white;
        border: solid 1px #fff; }

.contactbutton .eb-dialog {
  padding: 25px 0px 25x 0px;
  margin: 0px 0px 0px 0px;
  box-shadow: 0 0 0 0 #ffffff;
  background-color: #faf8f6;
  border: 1px solid rgba(0, 0, 0, 0.4); }
  .contactbutton .eb-dialog .popupButton h2 {
    text-align: center;
    font-size: 24px;
    color: #fff; }
  .contactbutton .eb-dialog .popupButton h3 {
    margin-top: 0px3;
    text-align: center;
    font-size: 20px;
    color: #fff; }
    .contactbutton .eb-dialog .popupButton .btnContact .uk-button {
      background-color: #faf8f6;
      color: #3b7188;
      line-height: 40px;
      font-size: 11px;
      border-radius: 0px;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-decoration: none;
      margin-top: 10px; }
      .contactbutton .eb-dialog .popupButton .btnContact .uk-button a {
        font-style: normal;
        line-height: 40px;
        font-size: 11px;
        text-decoration: none;
        color: #3b7188; }
        .contactbutton .eb-dialog .popupButton .btnContact .uk-button a:hover {
          color: #3b7188; }
      .contactbutton .eb-dialog .popupButton .btnContact .uk-button:hover {
        background-color: #fff;
        color: #3b7188;
        border: solid 1px #3b7188; }
  .contactbutton .eb-dialog .popupButton .afspraakButton {
    text-align: center; }
    .contactbutton .eb-dialog .popupButton .afspraakButton .uk-button {
      background-color: #3b7188;
      color: #fff;
      line-height: 40px;
      font-size: 11px;
      border-radius: 0px;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-decoration: none;
      margin-top: 10px;
      padding: 5px 50px; }
      .contactbutton .eb-dialog .popupButton .afspraakButton .uk-button:hover {
        background-color: #fff;
        color: #3b7188;
        border: solid 1px #3b7188; }

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0); }
  1% {
    -webkit-transform: rotateZ(30deg); }
  3% {
    -webkit-transform: rotateZ(-28deg); }
  5% {
    -webkit-transform: rotateZ(34deg); }
  7% {
    -webkit-transform: rotateZ(-32deg); }
  9% {
    -webkit-transform: rotateZ(30deg); }
  11% {
    -webkit-transform: rotateZ(-28deg); }
  13% {
    -webkit-transform: rotateZ(26deg); }
  15% {
    -webkit-transform: rotateZ(-24deg); }
  17% {
    -webkit-transform: rotateZ(22deg); }
  19% {
    -webkit-transform: rotateZ(-20deg); }
  21% {
    -webkit-transform: rotateZ(18deg); }
  23% {
    -webkit-transform: rotateZ(-16deg); }
  25% {
    -webkit-transform: rotateZ(14deg); }
  27% {
    -webkit-transform: rotateZ(-12deg); }
  29% {
    -webkit-transform: rotateZ(10deg); }
  31% {
    -webkit-transform: rotateZ(-8deg); }
  33% {
    -webkit-transform: rotateZ(6deg); }
  35% {
    -webkit-transform: rotateZ(-4deg); }
  37% {
    -webkit-transform: rotateZ(2deg); }
  39% {
    -webkit-transform: rotateZ(-1deg); }
  41% {
    -webkit-transform: rotateZ(1deg); }
  43% {
    -webkit-transform: rotateZ(0); }
  100% {
    -webkit-transform: rotateZ(0); } }
@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0); }
  1% {
    -moz-transform: rotate(30deg); }
  3% {
    -moz-transform: rotate(-28deg); }
  5% {
    -moz-transform: rotate(34deg); }
  7% {
    -moz-transform: rotate(-32deg); }
  9% {
    -moz-transform: rotate(30deg); }
  11% {
    -moz-transform: rotate(-28deg); }
  13% {
    -moz-transform: rotate(26deg); }
  15% {
    -moz-transform: rotate(-24deg); }
  17% {
    -moz-transform: rotate(22deg); }
  19% {
    -moz-transform: rotate(-20deg); }
  21% {
    -moz-transform: rotate(18deg); }
  23% {
    -moz-transform: rotate(-16deg); }
  25% {
    -moz-transform: rotate(14deg); }
  27% {
    -moz-transform: rotate(-12deg); }
  29% {
    -moz-transform: rotate(10deg); }
  31% {
    -moz-transform: rotate(-8deg); }
  33% {
    -moz-transform: rotate(6deg); }
  35% {
    -moz-transform: rotate(-4deg); }
  37% {
    -moz-transform: rotate(2deg); }
  39% {
    -moz-transform: rotate(-1deg); }
  41% {
    -moz-transform: rotate(1deg); }
  43% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(0); } }
@keyframes ring {
  0% {
    transform: rotate(0); }
  1% {
    transform: rotate(30deg); }
  3% {
    transform: rotate(-28deg); }
  5% {
    transform: rotate(34deg); }
  7% {
    transform: rotate(-32deg); }
  9% {
    transform: rotate(30deg); }
  11% {
    transform: rotate(-28deg); }
  13% {
    transform: rotate(26deg); }
  15% {
    transform: rotate(-24deg); }
  17% {
    transform: rotate(22deg); }
  19% {
    transform: rotate(-20deg); }
  21% {
    transform: rotate(18deg); }
  23% {
    transform: rotate(-16deg); }
  25% {
    transform: rotate(14deg); }
  27% {
    transform: rotate(-12deg); }
  29% {
    transform: rotate(10deg); }
  31% {
    transform: rotate(-8deg); }
  33% {
    transform: rotate(6deg); }
  35% {
    transform: rotate(-4deg); }
  37% {
    transform: rotate(2deg); }
  39% {
    transform: rotate(-1deg); }
  41% {
    transform: rotate(1deg); }
  43% {
    transform: rotate(0); }
  100% {
    transform: rotate(0); } }
