<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@400;700&amp;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&amp;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&amp;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&amp;display=swap");
body {
  font-family: "Bitter", serif;
  font-weight: 300;
  line-height: 1.7;
  font-size: 1.2rem;
  font-size: clamp(0.9rem, 3vw, 1.2rem);
  margin: 0;
  color: #013c5a;
  padding-bottom: 0;
}

.bg-gradient {
  background: rgb(255, 253, 225) !important;
  background: linear-gradient(90deg, rgb(255, 253, 225) 0%, rgb(254, 224, 140) 100%) !important;
}

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

strong {
  font-weight: 600;
}

.klantenvertellen {
  background-color: rgba(46, 112, 146, 0.1) !important;
}

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

.rood {
  color: #72875c;
}

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

a:hover {
  text-decoration: none;
  color: #013c5a;
}

.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(2rem, 6vw, 3rem);
  line-height: 1.3;
  text-shadow: 1px 1px rgb(0, 0, 0);
}

.headerfotosubtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 6vw, 3rem);
  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: #2e7092;
  backdrop-filter: blur(1rem);
  color: white;
  line-height: 36px;
}

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

.offcanvas a {
  color: white;
  font-size: clamp(1.1rem, 3vw, 1.2rem);
  background-color: transparent !important;
}

.offcanvas a:hover {
  color: #013c5a;
  background-color: transparent !important;
}

.offcanvas-header {
  background-color: #2e7092;
  color: white;
}

.offcanvas .bullet {
  color: #013c5a !important;
}

.offcanvas .bullet:hover {
  color: #013c5a !important;
}

#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;
  z-index: 9999999999999 !important;
  filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.2));
}

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

.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: #2e7092;
  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: #013c5a;
  color: white;
}
.nieuwsberichten:hover img {
  transition: all 0.4s ease-in-out;
  transform: scale(1.1);
}

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

.btn1 {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  color: white;
  border: 1px solid #72875c;
  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: #72875c;
  color: white;
  border: 1px solid #72875c;
}

.btn2 {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  background-color: #72875c;
  color: white;
  border: 1px solid #72875c;
  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 */
}

.btn2:hover {
  transition: all 0.2s ease-in-out;
  background-color: #013c5a;
  color: white;
  border: 1px solid #013c5a;
}

.btn2 i {
  padding-left: 0px;
  transition: all 0.2s ease-in-out;
}

.btn2:hover i {
  padding-left: 4px;
  transition: all 0.2s ease-in-out;
}

.spacer {
  height: 0.5rem;
}

.text-blauw {
  color: #2e7092;
}

.bg-lichtblauw {
  background-color: #2e7092;
}

.bg-lichtblauw2 {
  background-color: rgba(46, 112, 146, 0.8);
}

.bg-lichtblauw4 {
  background-color: #2e7092;
}

.bg-blauw {
  background-color: #2e7092;
}

.bg-blauw10 {
  background-color: rgba(46, 112, 146, 0.1);
}

.bg-lichtblauw {
  background-color: #2e7092;
}

.bg-lichtblauw2 {
  background-color: rgba(46, 112, 146, 0.8);
}

.bg-lichtblauw3 {
  background-color: rgba(46, 112, 146, 0.1);
}

.geschrevenfont {
  font-family: "Grape Nuts", cursive;
  color: #2e7092;
  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: "Bitter", serif;
  font-weight: 500;
  color: #be0000;
  font-size: clamp(2rem, 4vw, 2.5rem);
  line-height: 1.5;
}

h2 {
  font-family: "Bitter", serif;
  font-weight: 500;
  color: #be0000;
  font-size: clamp(1.5rem, 4vw, 2rem);
  text-transform: normal;
  line-height: 1.5;
}

h3 {
  font-family: "Bitter", serif;
  font-weight: 500;
  color: white;
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: 1.5;
}

h4 {
  font-family: "Bitter", serif;
  font-weight: 500;
  color: black;
  font-size: clamp(0.8rem, 5vw, 1rem);
  line-height: 1.5;
}

.dienstenbanners {
  transition: all 0.2s ease-in-out;
  background-color: #2e7092;
  font-weight: bold;
  font-size: clamp(0.8rem, 3vw, 1.2rem);
  color: white;
  text-overflow: ellipsis;
  z-index: 99 !important;
  border-radius: 0px;
  border-bottom-right-radius: 15px;
}
.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: #013c5a;
  color: white !important;
}
.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: white;
  font-weight: 200;
  text-decoration: underline;
}
.footer a:hover {
  text-decoration: none;
  color: #2e7092;
}
.footer h2 {
  font-size: clamp(1.5rem, 4vw, 2rem);
}
.footer .calltoactionfooterklein {
  font-size: clamp(1.3rem, 4vw, 1.5rem);
  font-weight: 400;
  color: #2e7092;
}
.footer .calltoactionfootergroot {
  font-size: clamp(1.3rem, 4vw, 2rem);
  font-weight: 500;
  color: #2e7092;
}

@media (min-width: 576px) {
  .btn2 {
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .btn2 {
    font-size: 0.8rem;
  }
}
@media (min-width: 992px) {
  .btn2 {
    font-size: 1.1rem;
  }
}
/* 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 */</pre></body></html>