html {
  font-size: 62.5%;
  font-family: gill-sans-nova, 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-color: #E5F7F8;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.5;
  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: 1600px; }
  @media screen and (max-width: 959px) {
    .uk-container {
      padding: 0 30px; } }
  @media screen and (max-width: 958px) {
    .uk-container {
      padding: 0 20px; } }

@media (min-width: 959px) {
  .uk-container {
    padding-left: 40px;
    padding-right: 40px; } }
.uk-containerr {
  padding-left: 20px; }

.header-wrap {
  width: 100%;
  z-index: 3; }
  .header-wrap.uk-active {
    background: #E5F7F8;
    -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); }
  .header-wrap .row.header {
    height: 12rem;
    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: 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: #000; }
      .header-wrap .row.topregel a:hover, .header-wrap .row.topregel a:active, .header-wrap .row.topregel a:focus {
        color: #0091a0; }
    .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: #0091a0; }

::selection {
  color: #fff;
  background: #0091a0; }

a.go-top {
  display: none; }

.go-to-top {
  position: fixed;
  bottom: 0rem;
  right: 1.5rem;
  background: #0091a0;
  color: #fff;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  text-align: center;
  -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;
  border-bottom: 0; }
  .go-to-top .top {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .go-to-top .top svg {
      width: 30px; }
  .go-to-top:hover, .go-to-top:focus, .go-to-top:active {
    color: #fff;
    background: #cf205c;
    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;
    border-bottom: 0; }
  .go-to-top:focus {
    background-color: #cf205c; }

a {
  color: #000;
  border-bottom: 1px solid #000;
  -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: #cf205c;
    border-bottom: 1px solid #cf205c;
    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: gill-sans-nova, sans-serif;
  font-weight: 700; }

h1 {
  font-size: 3rem;
  line-height: 1.1;
  color: #0091a0;
  position: relative;
  margin: 0 0 0rem 20px; }
  h1 span {
    display: inline-block;
    z-index: 2;
    padding: 6px 20px 8px 20px;
    border-radius: 8px;
    background-color: #cf205c; }

.kopturk {
  background-color: #0091a0;
  display: inline-block;
  padding: 10px 20px 8px 20px;
  border-radius: 8px;
  font-style: italic;
  font-weight: 600;
  font-size: 2.2rem;
  z-index: 1;
  color: #fff;
  margin-top: -10px; }

.hoofdkop h1 {
  color: #fff; }

.error404 .hoofdkop {
  margin-bottom: 20px; }

h2 {
  font-size: 2.2rem;
  line-height: 2.8rem !important;
  margin: 1rem 0 -1.5rem 0 !important;
  color: #0091a0;
  font-weight: 800;
  font-style: italic; }

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%; }
  .logo a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 0; }
  .logo img {
    width: 100%;
    max-width: 250px; }
    @media screen and (max-width: 1010px) {
      .logo img {
        max-width: 215px; } }
    @media screen and (max-width: 350px) {
      .logo img {
        max-width: 200px; } }

.contentarea h1 {
  margin-top: 1rem;
  letter-spacing: .6px; }
.contentarea p + h1 {
  margin-top: 3.6rem; }

.main-nav {
  height: 8rem;
  /* set to the height you want your menu to be */
  margin: 0;
  /* just to give some spacing */ }
  .main-nav .show-mobile {
    display: none; }
  .main-nav ul {
    margin: 0;
    padding: 0; }
    .main-nav ul li {
      display: block;
      float: left;
      line-height: 8rem;
      height: 8rem;
      margin: 0;
      padding: 0;
      position: relative; }
      .main-nav ul li a {
        display: block;
        height: 8rem;
        line-height: 8rem;
        padding: 0 15px;
        color: #007a87;
        font-style: italic;
        font-weight: 700;
        font-size: 2rem;
        border-bottom: 0; }
      .main-nav ul li:last-of-type a {
        padding: 0 0 0 15px; }
    .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;
      -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); }
      .main-nav ul ul li {
        float: none;
        width: 275px;
        height: 5rem;
        line-height: 5rem; }
        .main-nav ul ul li:first-of-type a {
          border-top-left-radius: 10px;
          border-top-right-radius: 10px; }
        .main-nav ul ul li:last-of-type a {
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px;
          padding-left: 10px; }
        .main-nav ul ul li a {
          padding: 0px 10px;
          border: 1px solid #eee;
          height: 5rem;
          line-height: 5rem;
          background: #fff;
          font-size: 18px; }
        .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 .current-menu-item > a, .main-nav .current_page_item > a, .main-nav .current_page_parent > a, .main-nav a:hover {
    color: #cf205c; }
  .main-nav ul#menu-hoofdmenu > li:last-of-type ul {
    right: 0; }
  .main-nav.paneelspace ul {
    margin-right: 2.5rem; }

.main-nav ul .rechts .sub-menu {
  right: 0; }

body.page-template-page-canvas button#responsive-menu-button {
  display: none; }

@media screen and (min-width: 959px) {
  .mobile-hamburger {
    display: none; } }
.mobile-hamburger a {
  border: 0; }

#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: #0091a0; }
    #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: #0091a0; }
  #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; }

.hero {
  width: 100%;
  height: auto;
  border-radius: 8px;
  position: relative; }
  .hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 8px; }

.pagecontent {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px; }
  .pagecontent.home {
    margin-top: 25px; }

#breadcrumbs {
  padding-top: 5px;
  font-weight: 400;
  font-size: 17px; }
  #breadcrumbs a {
    color: #cf205c;
    border-bottom: 1px solid #cf205c; }
    #breadcrumbs a:hover, #breadcrumbs a:focus, #breadcrumbs a:active {
      color: #007a87;
      border-bottom: 1px solid #007a87; }

#footer-wrap {
  position: relative;
  border-top: 1px solid #A3C9CD;
  margin-top: 2.5rem; }
  #footer-wrap .footer {
    padding: 3rem 4rem 3rem 4rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto; }
    @media screen and (max-width: 959px) {
      #footer-wrap .footer {
        padding: 2rem 20px 0rem 20px; } }
    @media screen and (max-width: 639px) {
      #footer-wrap .footer {
        flex-direction: column; } }
    #footer-wrap .footer h2 {
      font-size: 2rem;
      color: #007a87;
      margin-bottom: 1rem;
      margin-top: 0;
      font-style: italic;
      font-weight: 700;
      margin: 2rem 0 1rem 0 !important; }
      #footer-wrap .footer h2.col3kop {
        text-align: right; }
        @media screen and (max-width: 799px) {
          #footer-wrap .footer h2.col3kop {
            text-align: center; } }
    #footer-wrap .footer .footer-col {
      width: 100%;
      max-width: calc(33% - 10px);
      font-size: 1.6rem; }
      @media screen and (max-width: 799px) {
        #footer-wrap .footer .footer-col.col1 {
          width: 50%;
          max-width: 50%; }
        #footer-wrap .footer .footer-col.col2 {
          width: 50%;
          max-width: 50%; }
        #footer-wrap .footer .footer-col.col3 {
          width: 100%;
          max-width: 100%; } }
      @media screen and (max-width: 639px) {
        #footer-wrap .footer .footer-col.col1 {
          width: 100%;
          max-width: 100%; }
        #footer-wrap .footer .footer-col.col2 {
          width: 100%;
          max-width: 100%; }
        #footer-wrap .footer .footer-col.col3 {
          width: 100%;
          max-width: 100%; } }
      @media screen and (max-width: 480px) {
        #footer-wrap .footer .footer-col {
          margin-bottom: 4rem; } }
      #footer-wrap .footer .footer-col .blok {
        margin-bottom: 20px; }
        #footer-wrap .footer .footer-col .blok.adres {
          margin-bottom: 10px; }
          #footer-wrap .footer .footer-col .blok.adres a {
            color: #000;
            border-bottom: 0; }
            #footer-wrap .footer .footer-col .blok.adres a:hover, #footer-wrap .footer .footer-col .blok.adres a:active, #footer-wrap .footer .footer-col .blok.adres a:focus {
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease;
              border-bottom: 1px solid #000; }
        #footer-wrap .footer .footer-col .blok.email a {
          color: #000;
          border-bottom: 0; }
          #footer-wrap .footer .footer-col .blok.email a:hover, #footer-wrap .footer .footer-col .blok.email a:active, #footer-wrap .footer .footer-col .blok.email a:focus {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            border-bottom: 1px solid #000; }
        #footer-wrap .footer .footer-col .blok.email span {
          margin-right: 10px; }
        #footer-wrap .footer .footer-col .blok.socials a {
          display: inline-block;
          border-bottom: 0; }
          #footer-wrap .footer .footer-col .blok.socials a .soc-item {
            background-color: #0091a0;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            width: 28px;
            height: 28px;
            border-radius: 6px;
            color: #fff;
            margin-right: 3px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
          #footer-wrap .footer .footer-col .blok.socials a:hover .soc-item, #footer-wrap .footer .footer-col .blok.socials a:focus .soc-item, #footer-wrap .footer .footer-col .blok.socials a:active .soc-item {
            background-color: #cf205c;
            -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: 639px) {
        #footer-wrap .footer .footer-col.col1 {
          text-align: center; } }
      @media screen and (max-width: 639px) {
        #footer-wrap .footer .footer-col.col2 {
          text-align: center; } }
      #footer-wrap .footer .footer-col.col3 {
        text-align: right; }
        @media screen and (max-width: 799px) {
          #footer-wrap .footer .footer-col.col3 {
            text-align: center; } }
        #footer-wrap .footer .footer-col.col3 .logos-wrap {
          margin-top: 15px;
          display: flex;
          flex-wrap: wrap;
          flex-direction: row;
          justify-content: flex-end; }
          @media screen and (max-width: 799px) {
            #footer-wrap .footer .footer-col.col3 .logos-wrap {
              justify-content: center; } }
          #footer-wrap .footer .footer-col.col3 .logos-wrap .logo img {
            height: 75px;
            margin-left: 20px; }
          #footer-wrap .footer .footer-col.col3 .logos-wrap .logo:first-of-type img {
            margin-left: 0; }
    @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 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: 1rem;
          -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, #footer-wrap .footer .footer-col2 ul a, #footer-wrap .footer .footer-col3 ul a {
        color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #footer-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: #fff; }
        #footer-wrap .footer .footer-col1 ul a:hover, #footer-wrap .footer .footer-col1 ul a:active, #footer-wrap .footer .footer-col1 ul a:focus, #footer-wrap .footer .footer-col2 ul a:hover, #footer-wrap .footer .footer-col2 ul a:active, #footer-wrap .footer .footer-col2 ul a:focus, #footer-wrap .footer .footer-col3 ul a:hover, #footer-wrap .footer .footer-col3 ul a:active, #footer-wrap .footer .footer-col3 ul a:focus {
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          border-bottom: 1px solid #000; }

#menu-footermenu {
  list-style-type: none;
  padding-left: 0; }
  #menu-footermenu li {
    position: relative;
    padding: 0px 0 4px 10px;
    line-height: 1.2; }
    #menu-footermenu li::before {
      content: "-";
      position: absolute;
      left: 0; }
      @media screen and (max-width: 639px) {
        #menu-footermenu li::before {
          position: relative;
          margin-right: 5px; } }
    #menu-footermenu li a {
      color: #000;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-bottom: 0; }
      #menu-footermenu li a:hover, #menu-footermenu li a:focus, #menu-footermenu li a:active {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-bottom: 1px solid #000; }
    #menu-footermenu li.current-menu-item a {
      border-bottom: 1px solid #000; }

#colofon-wrap .colofon {
  color: #007a87;
  font-size: 1.6rem;
  padding: 1rem 4rem 2.5rem 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0rem auto 0 auto;
  width: calc(100% - 80px);
  max-width: 1200px; }
  @media screen and (max-width: 958px) {
    #colofon-wrap .colofon {
      padding: 1.5rem 20px 2.5rem 20px;
      width: calc(100% - 40px); } }
  @media screen and (max-width: 798px) {
    #colofon-wrap .colofon {
      padding: 3.5rem 20px 2.5rem 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: left; }
    @media screen and (max-width: 639px) {
      #colofon-wrap .colofon .colofon-left {
        text-align: center; } }
  @media screen and (max-width: 639px) {
    #colofon-wrap .colofon .colofon-right {
      margin-top: 30px; } }
  #colofon-wrap .colofon a {
    color: #007a87;
    border-bottom: 1px solid rgba(0, 0, 0, 0); }
    #colofon-wrap .colofon a:hover, #colofon-wrap .colofon a:active, #colofon-wrap .colofon a:focus {
      color: #007a87;
      border-bottom: 1px solid #007a87; }
@media screen and (min-width: 639px) {
  #colofon-wrap .fix {
    display: none; } }

.uk-button {
  font-size: 1.9rem;
  font-weight: 700;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: .2rem 2rem .4rem 2rem;
  margin-right: 1rem;
  text-transform: none;
  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: #0091a0;
    -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: #007a87;
      -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; }

.button-wrap {
  margin: 0; }
  .button-wrap.full-width a {
    width: 100%; }
  .button-wrap .uk-button-widget {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #cf205c;
    padding: 10px 15px 10px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 19px;
    color: #fff;
    font-style: italic;
    border-bottom: 0;
    text-align: left;
    line-height: 22px; }
    .button-wrap .uk-button-widget:hover, .button-wrap .uk-button-widget:active, .button-wrap .uk-button-widget:focus {
      color: #fff;
      background: #007a87;
      border-bottom: 0; }
    .button-wrap .uk-button-widget.secundair {
      background: #0091a0; }
      .button-wrap .uk-button-widget.secundair:hover, .button-wrap .uk-button-widget.secundair:active, .button-wrap .uk-button-widget.secundair:focus {
        background: #ac1b4c; }

.blok-wrap {
  height: 100%; }
  .blok-wrap a .blok-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .blok-wrap a .blok-inner .blok-header {
      color: #fff;
      font-style: italic;
      font-weight: 700;
      border-radius: 8px 8px 0 0;
      padding: 12px 20px 11px 20px;
      font-size: 21px;
      line-height: 23px;
      display: flex;
      background-image: url(../img/stap.png);
      background-position: calc(100% - 20px) center;
      background-size: 40px;
      background-repeat: no-repeat; }
    .blok-wrap a .blok-inner .blok-content {
      display: flex;
      flex-grow: 1;
      flex-direction: column;
      justify-content: space-between;
      border-radius: 0 0 8px 8px;
      padding: 20px;
      color: #000; }
    .blok-wrap a .blok-inner p {
      margin-bottom: 20px; }
    .blok-wrap a .blok-inner .blok-button {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 16px;
      display: flex;
      flex-direction: row;
      align-items: center;
      color: #007a87;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .blok-wrap a .blok-inner .blok-button .icon-triangle-right {
        width: 17px;
        fill: #007a87;
        margin-left: 10px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .blok-wrap a .blok-inner.turquoise-een .blok-header {
      background-color: #0091a0; }
    .blok-wrap a .blok-inner.turquoise-een .blok-content {
      border: 1.5px solid #7DCBD3; }
    .blok-wrap a .blok-inner.turquoise-twee .blok-header {
      background-color: #007a87; }
    .blok-wrap a .blok-inner.turquoise-twee .blok-content {
      border: 1.5px solid #6ac3cd; }
    .blok-wrap a .blok-inner.turquoise-drie .blok-header {
      background-color: #00636d; }
    .blok-wrap a .blok-inner.turquoise-drie .blok-content {
      border: 1.5px solid #6ac3cd; }
  .blok-wrap a:hover .blok-inner, .blok-wrap a:focus .blok-inner, .blok-wrap a:active .blok-inner {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .blok-wrap a:hover .blok-inner .blok-content .blok-button, .blok-wrap a:focus .blok-inner .blok-content .blok-button, .blok-wrap a:active .blok-inner .blok-content .blok-button {
      color: #cf205c;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .blok-wrap a:hover .blok-inner .blok-content .blok-button .icon-triangle-right, .blok-wrap a:focus .blok-inner .blok-content .blok-button .icon-triangle-right, .blok-wrap a:active .blok-inner .blok-content .blok-button .icon-triangle-right {
        fill: #cf205c;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }

.elementor-widget-ucaddon_sbdd_blok {
  height: 100%; }

.blok-wrap-kader .blok-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .blok-wrap-kader .blok-inner .blok-header {
    color: #fff;
    font-style: italic;
    font-weight: 700;
    border-radius: 8px 8px 0 0;
    padding: 8px 20px 7px 20px;
    font-size: 21px; }
  .blok-wrap-kader .blok-inner .blok-content {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0 0 8px 8px;
    padding: 20px 20px 10px 20px;
    color: #000; }
  .blok-wrap-kader .blok-inner p {
    margin-bottom: 20px; }
  .blok-wrap-kader .blok-inner ul {
    margin-top: 0;
    list-style-type: none;
    padding-left: 0; }
    .blok-wrap-kader .blok-inner ul li {
      position: relative;
      padding: 0px 0 0px 12px; }
      .blok-wrap-kader .blok-inner ul li::before {
        content: "-";
        position: absolute;
        left: 0; }
      .blok-wrap-kader .blok-inner ul li a {
        color: #000;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .blok-wrap-kader .blok-inner ul li a:hover, .blok-wrap-kader .blok-inner ul li a:focus, .blok-wrap-kader .blok-inner ul li a:active {
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          border-bottom: 1px solid #000; }
  .blok-wrap-kader .blok-inner .blok-button {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #007a87;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .blok-wrap-kader .blok-inner .blok-button .icon-triangle-right {
      width: 17px;
      fill: #007a87;
      margin-left: 10px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .blok-wrap-kader .blok-inner.turquoise-een .blok-header {
    background-color: #0091a0; }
  .blok-wrap-kader .blok-inner.turquoise-een .blok-content {
    border: 1.5px solid #0091a0; }
  .blok-wrap-kader .blok-inner.turquoise-twee .blok-header {
    background-color: #007a87; }
  .blok-wrap-kader .blok-inner.turquoise-twee .blok-content {
    border: 1.5px solid #007a87; }
  .blok-wrap-kader .blok-inner.turquoise-drie .blok-header {
    background-color: #00636d; }
  .blok-wrap-kader .blok-inner.turquoise-drie .blok-content {
    border: 1.5px solid #00636d; }

.infokader {
  background: #0091a0;
  border-radius: 8px;
  padding: 20px 20px 5px 20px;
  color: #fff; }
  .infokader .editor-content h2 {
    color: #fff;
    margin: 0 0 10px 0 !important;
    font-style: italic;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: .6px; }
  .infokader .editor-content p {
    margin-bottom: 15px;
    line-height: 25px; }
    .infokader .editor-content p a {
      color: #fff; }
  .infokader .editor-content ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0px 0 15px 0; }
    .infokader .editor-content ul li {
      position: relative;
      padding: 0px 0 6px 10px;
      line-height: 23px; }
      .infokader .editor-content ul li::before {
        content: "-";
        position: absolute;
        left: 0; }
      .infokader .editor-content ul li a {
        color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-bottom: 0; }
        .infokader .editor-content ul li a:hover, .infokader .editor-content ul li a:focus, .infokader .editor-content ul li a:active {
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          border-bottom: 1px solid #fff;
          color: #fff; }
  .infokader .infobutton.hide {
    display: none; }
  .infokader .infobutton .button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 7px 10px 7px 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 19px;
    color: #007a87;
    font-style: italic;
    border-bottom: 0;
    font-weight: 700;
    margin-bottom: 15px; }
    .infokader .infobutton .button:hover, .infokader .infobutton .button:focus, .infokader .infobutton .button:active {
      color: #cf205c; }
  .infokader.turk1 {
    background: #0091a0; }
  .infokader.turk2 {
    background: #007a87; }
  .infokader.turk3 {
    background: #00636d; }

.referenties {
  width: 100%;
  padding-top: 30px; }
  .referenties.uk-flex-right p {
    text-align: right; }
  .referenties.uk-flex-left p {
    text-align: left; }
  .referenties.uk-flex-center p {
    text-align: center; }
  .referenties .uk-slider-items .uk-card .uk-card-body {
    padding: 0; }
    .referenties .uk-slider-items .uk-card .uk-card-body p.quote {
      font-style: italic;
      font-weight: 500;
      font-size: 18px; }
    .referenties .uk-slider-items .uk-card .uk-card-body p.naam {
      font-weight: 600;
      font-size: 17px;
      margin-top: 10px; }
  .referenties .uk-dotnav li a {
    border: 1px solid #0091a0; }
    .referenties .uk-dotnav li a:hover {
      background-color: #0091a0; }
  .referenties .uk-dotnav li.uk-active a {
    background-color: #0091a0; }

.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;
    border-radius: 6px 0 0 6px; }
    .sticky-social-bar .social-icon.phone {
      background-color: #007a87; }
    .sticky-social-bar .social-icon.mail {
      background-color: #007a87; }
    .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: #007a87 !important; }
      .sticky-social-bar .social-icon.primair .fab {
        background-color: #0091a0 !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;
      border: 0; }
      .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: #0091a0; }
        .sticky-social-bar .social-icon > a > .fab.mail {
          background-color: #0091a0; }
        .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;
      border-radius: 6px 0 0 6px; }
    .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); }

.hamburgerbutton {
  fill: #007a87;
  width: 40px; }
  .hamburgerbutton:hover, .hamburgerbutton:focus, .hamburgerbutton:active {
    fill: #cf205c; }

#modal-nav.uk-modal {
  background: #CFEDF0;
  line-height: 1.5; }
  #modal-nav.uk-modal .uk-modal-close-full {
    background: transparent;
    position: absolute;
    right: 2rem;
    top: 2rem;
    padding: 0;
    border: 0; }
    #modal-nav.uk-modal .uk-modal-close-full .closebutton {
      width: 40px;
      fill: #007a87;
      margin-top: 20px; }
      #modal-nav.uk-modal .uk-modal-close-full .closebutton:hover, #modal-nav.uk-modal .uk-modal-close-full .closebutton:focus, #modal-nav.uk-modal .uk-modal-close-full .closebutton:active {
        fill: #cf205c; }
  #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: #007a87;
      padding: 15px 0 15px 15px;
      font-weight: 700;
      font-style: italic;
      font-size: 2rem; }
    #modal-nav.uk-modal .uk-modal-dialog ul.bellows-nav {
      padding-top: 5rem; }
      #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: #cf205c; }
      #modal-nav.uk-modal .uk-modal-dialog ul.bellows-nav li.bellows-current_page_item > a {
        color: #cf205c; }
      #modal-nav.uk-modal .uk-modal-dialog ul.bellows-nav li.bellows-current-menu-ancestor > a {
        color: #cf205c; }
      #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: .9em;
          padding: 10px 0 10px 15px;
          display: block;
          font-weight: 5500; }
          #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; }

.elementor-widget-shortcode {
  width: 100%; }

.formulier {
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  background-color: #0091a0; }
  .formulier .head {
    margin-bottom: 20px; }
    .formulier .head h2 {
      margin: 0 !important;
      color: #fff;
      font-style: italic;
      letter-spacing: .5px; }
    .formulier .head p {
      color: #fff;
      font-size: 17px; }
  .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: gill-sans-nova, sans-serif;
        font-size: 19px;
        font-weight: 500; }
        .formulier .persgegevens .kol input[type=text]::placeholder, .formulier .persgegevens .kol input[type=email]::placeholder {
          font-style: italic; }
      .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); }
    @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 textarea {
      width: 100%;
      height: 300px;
      border: 0;
      padding: 10px;
      border-radius: 4px;
      font-family: gill-sans-nova, sans-serif;
      font-size: 19px;
      font-weight: 500; }
      .formulier .message textarea::placeholder {
        font-style: italic; }
    .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: gill-sans-nova, sans-serif;
      background: #cf205c;
      padding: 10px 20px 10px 20px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      font-size: 19px;
      font-weight: 700;
      color: #fff;
      font-style: italic;
      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: #007a87;
        border-bottom: 0; }

.wpcf7-not-valid-tip {
  color: #fff !important;
  font-size: 17px;
  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: #cf205c !important;
  margin: 2rem 0; }

.elementor-widget-container ul:not(.uk-slider-nav) {
  list-style-type: none;
  padding-left: 0; }
  .elementor-widget-container ul:not(.uk-slider-nav) li {
    position: relative;
    padding: 0px 0 4px 10px; }
    .elementor-widget-container ul:not(.uk-slider-nav) li::before {
      content: "-";
      position: absolute;
      left: 0; }
      @media screen and (max-width: 639px) {
        .elementor-widget-container ul:not(.uk-slider-nav) li::before {
          position: absolute;
          left: 0;
          margin-right: 5px; } }

.accordion > :nth-child(n+2) {
  margin-top: 10px; }
.accordion li {
  padding: 0 !important; }
  .accordion li::before {
    content: none;
    display: none; }
  .accordion li .uk-accordion-title {
    font-size: 19px;
    font-style: italic;
    font-weight: 700;
    color: #0091a0;
    border-bottom: 0; }
    .accordion li .uk-accordion-title::before {
      float: left;
      margin-left: 0;
      margin-right: 5px;
      fill: #0091a0;
      background-image: url(../img/accordion_arrow_icon.svg);
      background-size: 20px;
      transition: transform 0.3s ease; }
    .accordion li .uk-accordion-title:hover {
      color: #cf205c; }
  .accordion li .uk-accordion-content {
    padding-left: 30px;
    margin-top: 10px;
    font-size: 18px; }
    .accordion li .uk-accordion-content p {
      margin-bottom: 10px; }
    .accordion li .uk-accordion-content ul {
      list-style-type: none;
      padding-left: 0;
      margin-bottom: 10px;
      margin-top: 0; }
      .accordion li .uk-accordion-content ul li {
        position: relative;
        padding: 0px 0 0px 12px; }
        .accordion li .uk-accordion-content ul li::before {
          content: "-";
          position: absolute;
          left: 0; }
  .accordion li.uk-open .uk-accordion-title::before {
    transform: rotate(180deg);
    transition: transform 0.3s ease; }

.contact-cp {
  padding-top: 15px; }
  .contact-cp .em {
    font-weight: 700; }
  .contact-cp .marg {
    margin-top: 20px; }
  .contact-cp .blok {
    margin-bottom: 15px; }

.artikelen .artikel a {
  border-bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .artikelen .artikel a .uk-panel {
    background: #fff;
    border-radius: 8px;
    height: 100%;
    border: 1.5px solid #7DCBD3; }
    .artikelen .artikel a .uk-panel img {
      border-radius: 7px 7px 0 0; }
    .artikelen .artikel a .uk-panel .artikel-content {
      padding: 5px 20px 20px 20px; }
      .artikelen .artikel a .uk-panel .artikel-content h3 {
        margin-top: 1.2rem;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-style: italic;
        color: #0091a0;
        line-height: 2.6rem;
        margin-bottom: 4px; }
  .artikelen .artikel a:hover .uk-panel, .artikelen .artikel a:focus .uk-panel, .artikelen .artikel a:active .uk-panel {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .artikelen .artikel a:hover .uk-panel h3, .artikelen .artikel a:focus .uk-panel h3, .artikelen .artikel a:active .uk-panel h3 {
      color: #cf205c;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .artikelen .artikel a:hover .uk-panel p, .artikelen .artikel a:focus .uk-panel p, .artikelen .artikel a:active .uk-panel p {
      color: #000; }

nav.pagination {
  margin-top: 20px; }
  nav.pagination .nav-links {
    font-weight: 700;
    font-style: italic;
    font-size: 22px; }
    nav.pagination .nav-links a {
      padding: 5px 5px;
      border: 0;
      color: #0091a0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      nav.pagination .nav-links a:hover, nav.pagination .nav-links a:focus, nav.pagination .nav-links a:active {
        color: #cf205c;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    nav.pagination .nav-links span {
      padding: 5px 5px;
      color: #0091a0; }
      nav.pagination .nav-links span.current {
        color: #cf205c; }

.tarieven {
  width: 100%;
  border-radius: 8px; }
  .tarieven tr th {
    text-align: left;
    background: #007a87;
    color: #fff;
    padding: 5px 10px;
    font-style: italic; }
    .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: #fff; }

.single .elementor-widget-text-editor ul {
  margin-bottom: 0; }

.posts-wrap {
  background: #007a87;
  border-radius: 8px;
  padding: 20px 20px 5px 20px;
  color: #fff; }
  .posts-wrap h2 {
    color: #fff;
    margin: 0 0 10px 0 !important; }
  .posts-wrap ul {
    margin-top: 10px; }
  .posts-wrap a {
    color: #fff;
    border: 0; }
    .posts-wrap a:hover, .posts-wrap a:focus, .posts-wrap a:active {
      border-bottom: 1px solid #fff; }

.hero-img-wrap {
  max-height: 265px;
  display: flex;
  flex-direction: row;
  gap: 10px; }
  .hero-img-wrap .img {
    height: 265px;
    object-fit: cover;
    object-position: center; }
  .hero-img-wrap .none {
    display: none; }
  .hero-img-wrap .heel {
    width: 100%; }
  .hero-img-wrap .vierde {
    width: 25%; }
  .hero-img-wrap .eenderde {
    width: 33%; }
  .hero-img-wrap .drieachtste {
    width: 37.5%; }
  .hero-img-wrap .half {
    width: 50%; }
  .hero-img-wrap .vijfachtste {
    width: 62.5%; }
  .hero-img-wrap .tweederde {
    width: 66%; }
  .hero-img-wrap .drievierde {
    width: 75%; }
  @media screen and (max-width: 960px) {
    .hero-img-wrap {
      max-height: 530px;
      flex-wrap: wrap;
      gap: 10px; }
      .hero-img-wrap .img {
        height: 225px; }
      .hero-img-wrap .mhalf {
        width: calc((100% - 10px) / 2); }
      .hero-img-wrap .meenderde {
        width: calc((100% - 10px) / 3); }
      .hero-img-wrap .mtweederde {
        width: calc((100% - 10px) / 3 * 2); }
      .hero-img-wrap .mheel {
        width: 100%; }
      .hero-img-wrap .mnone {
        display: none; }
      .hero-img-wrap .order1 {
        order: 1; }
      .hero-img-wrap .order2 {
        order: 2; }
      .hero-img-wrap .order3 {
        order: 3; }
      .hero-img-wrap .order4 {
        order: 4; } }
  @media screen and (max-width: 640px) {
    .hero-img-wrap {
      max-height: 410px; }
      .hero-img-wrap .img {
        height: 200px; } }
  @media screen and (max-width: 480px) {
    .hero-img-wrap {
      max-height: 360px; }
      .hero-img-wrap .img {
        height: 175px; } }

/*# sourceMappingURL=styles.css.map */
