@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap");
body {
  font-family: "Lato", sans-serif;
  line-height: 1.7;
  font-size: 1.2rem;
  margin: 0;
  color: #525252;
}

a {
  transition: all 0.2s ease-in-out;
}

.headerfototitle {
  font-family: "Open Sans Condensed", sans-serif;
  color: white;
  font-size: clamp(2rem, 6vw, 5.5rem);
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

.headerfotosubtitle {
  font-family: "Caveat", serif;
  color: white;
  font-size: clamp(2rem, 4vw, 2.5rem);
  line-height: 1;
  letter-spacing: 0px;
}

.offcanvas {
  background-color: rgba(16, 95, 133, 0.9);
  backdrop-filter: blur(1rem);
  color: white;
}

.offcanvas a {
  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: 160px;
}

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

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

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

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

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

.smallnav {
  background: #0a3854;
  transition: all 0.4s ease-in-out;
}

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

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

.voordeoptimalewoonbeleving {
  font-family: "Open Sans", sans-serif;
  color: #30a7df;
  font-size: clamp(3rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -2px;
}

.gradient-verloop {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(210, 241, 255) 100%);
}

.btn1 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  background-color: #8d8d8d;
  color: white;
  border: 0;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 3px;
  padding: 11px 20px 8px 20px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  line-height: 1.1;
}

.btn1:hover {
  transition: all 0.2s ease-in-out;
  background-color: #c0c0c0;
  color: white;
}

.btn2 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  background-color: #8d8d8d;
  color: white;
  border: 0;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 3px;
  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: #c0c0c0;
  color: white;
}

.spacer {
  height: 4.5rem;
}

.text-blauw {
  color: #105f85;
}

.bg-oranje {
  background-color: #b0cb1f;
}

.bg-lichtblauw {
  background-color: #a2d9f7;
}

.bg-lichtblauw2 {
  background-color: rgba(162, 217, 247, 0.8);
}

.bg-lichtblauw4 {
  background-color: #008dd2;
}

.bg-blauw {
  background-color: #105f85;
}

.bg-blauw10 {
  background-color: rgba(16, 95, 133, 0.1);
}

.bg-lichtblauw {
  background-color: #a2d9f7;
}

.bg-lichtblauw2 {
  background-color: rgba(162, 217, 247, 0.8);
}

.bg-lichtblauw3 {
  background-color: rgba(162, 217, 247, 0.1);
}

a {
  text-decoration: underline;
  font-weight: 400;
  color: #105f85;
}

a:hover {
  text-decoration: none;
  color: #105f85;
}

.geschrevenfont {
  font-family: "Nanum Pen Script", cursive;
  color: #105f85;
  font-size: 1.3rem;
  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: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #0a3854;
}

h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 4vw, 2rem);
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: -1px;
  color: #0a3854;
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #0a3854;
}

h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: clamp(3rem, 5vw, 4rem);
  color: #0a3854;
}

.diensten-banner .titel {
  font-family: "PT Sans", sans-serif;
  color: #105f85;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  padding: 20px 20px 20px 30px;
}
.diensten-banner .content {
  padding: 20px 30px 20px 30px;
  font-family: "PT Sans", sans-serif;
  font-size: 1rem;
}
.diensten-banner .knopje {
  text-align: center;
  padding: 0px 15px 15px 15px;
}
.diensten-banner .knopje a {
  padding: 6px 30px 6px 30px;
  font-family: "PT Sans", sans-serif;
  font-size: 0.8rem;
  background-color: white;
  color: #105f85;
  text-align: center;
  font-weight: 700;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
}
.diensten-banner .knopje a:hover {
  background-color: #105f85;
  transition: all 0.2s ease-in-out;
}
.diensten-banner a {
  text-decoration: none;
}

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

.footer1 {
  background-color: #525252;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(2rem, 4vw, 2.5rem);
  color: #0a6987;
  line-height: 2.5rem;
  letter-spacing: -1px;
}

.footer2 {
  background-color: #2c2c2c;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
}
.footer2 h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 4vw, 1.7rem);
  color: #fff;
}
.footer2 a {
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}
.footer2 a:hover {
  text-decoration: none;
  font-weight: normal;
  color: #ffffff;
}

.footer3 {
  background-color: white;
  font-family: "PT Sans", sans-serif;
  font-size: 1rem;
}
.footer3 h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 4vw, 1.7rem);
  color: #ffffff;
}
.footer3 a {
  text-decoration: none;
  font-weight: normal;
  color: #ffffff;
}
.footer3 a:hover {
  text-decoration: none;
  font-weight: normal;
  color: #b0cb1f;
}

/* 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 */