@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
body {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  font-size: clamp(0.9rem, 3vw, 1.2rem);
  margin: 0;
  color: #0d718c;
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-gradient {
  background: rgb(13, 115, 141) !important;
  background: linear-gradient(90deg, rgb(13, 115, 141) 0%, rgb(15, 181, 193) 100%) !important;
}

p {
  margin: 0; /* ckeditor plaatst <p> om de content. Zo hebben afbeeldingen geen extra rand om zich heen (onderkant vooral) */
}

strong {
  font-weight: 600;
}

.klantenvertellen {
  background-color: rgba(13, 113, 140, 0.1) !important;
}

.handtekening {
  font-family: "PT Sans", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  color: #0d718c;
}

a {
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
  font-weight: 400;
  color: #0d718c;
}

a:hover {
  text-decoration: none;
  color: #0d718c;
}

.titel-in-circels {
  font-family: "PT Sans", sans-serif;
  color: white;
  font-weight: 700;
  font-size: clamp(1rem, 4vw, 2rem);
  padding-top: 90px;
  pointer-events: none;
  z-index: 999;
}

.afgerond-content-vak1 {
  border-radius: 0 40px 40px 40px;
  background: transparent;
}

.afgerond-content-vak2 {
  border-radius: 40px 40px 40px 0;
  background: transparent;
}

.afgerond-content-vak3 {
  border-radius: 0 40px 40px 40px;
  background: #ffffff;
}

.header-hoogte {
  min-height: 400px !important;
}

.headerfototitle {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(3rem, 6vw, 4rem);
  line-height: 1.3;
  text-shadow: 1px 1px rgb(0, 0, 0);
}

.headerfotosubtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(3rem, 6vw, 4rem);
  line-height: 1.3;
  text-shadow: 1px 1px rgb(0, 0, 0);
}

.banner-circel {
  box-shadow: 0;
  transition: all 0.2s ease-in-out;
}

.banner-circel:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: all 0.1s ease-in-out;
}

.offcanvas {
  background-color: #9be5eb;
  backdrop-filter: blur(1rem);
  color: white;
  line-height: 20px;
}

.offcanvas-title {
  font-family: "PT Sans", sans-serif;
  font-size: 1.2rem;
  color: white;
}

.offcanvas a {
  color: #0d718c;
  font-size: clamp(1.1rem, 3vw, 1.3rem);
  margin-bottom: 20px !important;
  background-color: white;
}

.offcanvas a:hover {
  color: white;
  background-color: #0d718c;
}

.offcanvas-header {
  background-color: #0d718c;
  color: white;
}

#scrolling {
  transition: all 0.4s ease-in-out;
}

.smallheader {
  transition: all 0.4s ease-in-out;
  transform: translateY(-80px);
}

.logo {
  transition: all 0.4s ease-in-out;
  transform-origin: bottom left;
  width: 300px;
  z-index: 9999999999999 !important;
}

.smalllogo {
  transition: all 0.4s ease-in-out;
  transform-origin: bottom left;
  width: 110px;
}

.smallnav {
  transition: all 0.4s ease-in-out;
}

.smallmenu .nav-item a {
  transition: all 0.4s ease-in-out;
}

#headerscrolling {
  transition: all 0.4s ease-in-out;
}

.topbar {
  transition: all 0.4s ease-in-out;
}

.navbar {
  transition: all 0.4s ease-in-out;
}

.nieuwsberichten {
  transition: all 0.2s ease-in-out;
  background-color: #0d718c;
  color: white;
}
.nieuwsberichten img {
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}

.nieuwsberichten:hover {
  transition: all 0.2s ease-in-out;
  background-color: #0d718c;
  color: white;
}
.nieuwsberichten:hover img {
  transition: all 0.4s ease-in-out;
  transform: scale(1.1);
}

.voordeoptimalewoonbeleving {
  font-family: "Baloo Tamma 2", cursive;
  color: #0d718c;
  font-size: clamp(3rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -2px;
}

.btn1 {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  background-color: white;
  color: #0d718c;
  border: 0;
  font-size: clamp(0.9rem, 3vw, 1.2rem);
  font-weight: 400;
  padding: 14px 18px 14px 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  line-height: 1;
  white-space: nowrap; /* Voorkomt dat de tekst wordt afgebroken */
  display: inline-block; /* Zorgt ervoor dat de link inline blijft */
}

.btn1:hover {
  transition: all 0.2s ease-in-out;
  background-color: rgba(13, 113, 140, 0.2);
  color: white;
}

.btn2 {
  font-family: "Poppins", sans-serif;
  background-color: white;
  color: #0d718c;
  border: 0;
  font-size: 1.1rem;
  font-weight: 400;
  border-radius: 10px;
  padding: 11px 20px 8px 20px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  line-height: 1.1;
}

.btn2:hover {
  transition: all 0.2s ease-in-out;
  background-color: #0d718c;
  color: white;
}

.spacer {
  height: 0.5rem;
}

.text-blauw {
  color: #0d718c;
}

.bg-lichtblauw {
  background-color: #0d718c;
}

.bg-lichtblauw2 {
  background-color: rgba(13, 113, 140, 0.8);
}

.bg-lichtblauw4 {
  background-color: #0d718c;
}

.bg-blauw {
  background-color: #0d718c;
}

.bg-blauw10 {
  background-color: rgba(13, 113, 140, 0.1);
}

.bg-lichtblauw {
  background-color: #0d718c;
}

.bg-lichtblauw2 {
  background-color: rgba(13, 113, 140, 0.8);
}

.bg-lichtblauw3 {
  background-color: rgba(13, 113, 140, 0.1);
}

.geschrevenfont {
  font-family: "Grape Nuts", cursive;
  color: #0d718c;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
}

.muis-animatie {
  transition: all 0.2s ease-in-out;
}

.muis-animatie:hover {
  transition: all 0.2s ease-in-out;
  transform: scale(1.1) rotate(-10deg);
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
}

h1 {
  font-family: "PT Sans", sans-serif;
  letter-spacing: -1px;
  font-weight: 600;
  color: #0d718c;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.5;
}

h2 {
  font-family: "PT Sans", sans-serif;
  letter-spacing: -1px;
  font-weight: 600;
  color: #0d718c;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.5;
}

h3 {
  font-family: "PT Sans", sans-serif;
  letter-spacing: -1px;
  font-weight: 600;
  color: white;
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: 1.5;
}

h4 {
  font-family: "PT Sans", sans-serif;
  letter-spacing: -1px;
  font-weight: 600;
  color: #0d718c;
  font-size: clamp(3rem, 5vw, 4rem);
  line-height: 1.5;
}

.dienstenbanners {
  transition: all 0.2s ease-in-out;
  background-color: #0d718c;
  font-weight: normal;
  font-size: clamp(0.8rem, 3vw, 1.1rem);
  color: white;
  text-overflow: ellipsis;
  z-index: 99 !important;
  border-radius: 0px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 34px;
}
.dienstenbanners img {
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}
.dienstenbanners a {
  font-size: clamp(0.8rem, 3vw, 1.1rem);
}

.dienstenbanners:hover {
  transition: all 0.2s ease-in-out;
  background-color: #9be5eb;
  color: white;
}
.dienstenbanners:hover img {
  transition: all 0.4s ease-in-out;
  transform: scale(1.1);
}

.reviews-banner {
  font-family: "PT Sans", sans-serif;
  font-size: 1.2rem;
  font-style: italic;
}

.footer {
  font-family: "Poppins", sans-serif;
  font-size: clamp(0.8rem, 4vw, 1rem);
}
.footer a {
  text-decoration: none;
  color: #0d718c;
  font-weight: 200;
}
.footer a:hover {
  text-decoration: none;
  color: #9be5eb;
}
.footer h2 {
  font-size: clamp(1rem, 4vw, 1.5rem);
}
.footer .calltoactionfooterklein {
  font-size: clamp(1.3rem, 4vw, 1.5rem);
  font-weight: 400;
  color: #0d718c;
}
.footer .calltoactionfootergroot {
  font-size: clamp(1.3rem, 4vw, 2rem);
  font-weight: 500;
  color: #0d718c;
}

@media (min-width: 576px) {
  .logo {
    width: 350px;
  }
  .header-hoogte {
    min-height: 450px !important;
  }
}
@media (min-width: 768px) {
  .logo {
    width: 450px;
  }
  .header-hoogte {
    min-height: 500px !important;
  }
}
@media (min-width: 992px) {
  .logo {
    width: 550px;
  }
  .header-hoogte {
    min-height: 800px !important;
  }
}
/* Medium devices (tablets, 768px and up) 
@media (max-width: 768px) { } */
/* Medium devices (tablets, 1024px and up) 
@media (min-width: 786px) and (max-width: 1198px) {

}*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS */
  .ekko-lightbox .modal-dialog {
    flex: 100% !important;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    -ms-overflow-style: none;
  }
}/*# sourceMappingURL=eigen.css.map */