@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");
body {
  font-family: 'Lato', sans-serif;
  line-height: 1.7;
  font-size: 1.2rem;
  margin: 0;
  color: #105f85;
}

table,
td,
tr {
  color: #105f85;
}

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

.headerfototitle {
  color: white;
  font-size: clamp(4rem, 6vw, 6rem);
  line-height: 1;
  letter-spacing: -3px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 3px 3px 10px #272727;
}

.headerfotosubtitle {
  font-family: 'Baloo Tamma 2', cursive;
  color: white;
  font-size: clamp(3rem, 4vw, 5rem);
  line-height: 1;
  letter-spacing: -2px;
  text-shadow: 3px 3px 5px #272727;
}

.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: 230px;
}

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

.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;
}

.topbar-breed {
  transition: all 0.4s ease-in-out;
  background-color: rgba(3, 72, 87, 0.1);
}

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

.smallnav {
  background-color: rgba(7, 105, 158, 0.7);
  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: #a2d9f7;
}

.nieuwsberichten:hover img {
  transition: all 0.4s ease-in-out;
  transform: scale(1.1);
}

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

.gradient-verloop {
  background: white;
  background: linear-gradient(0deg, white 0%, #d2f1ff 100%);
}

.btn1 {
  font-family: 'Baloo Tamma 2', cursive;
  background-color: #008dd2;
  color: white;
  border: 0;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 10px;
  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: #105f85;
  color: white;
}

.btn2 {
  font-family: 'Baloo Tamma 2', cursive;
  background-color: white;
  color: #105f85;
  border: 0;
  font-size: 1.1rem;
  font-weight: 700;
  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: #008dd2;
  color: white;
}

.spacer {
  height: 4.5rem;
}

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

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

.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 Condensed', sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: 1.6;
  letter-spacing: -1px;
  text-transform: uppercase;
}

h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 4vw, 2rem);
  text-transform: uppercase;
  line-height: 1.6;
  letter-spacing: -1px;
}

h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #105f85;
}

h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: clamp(3rem, 5vw, 4rem);
  color: #105f85;
}

.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: #98cfe4;
  font-family: 'Baloo Tamma 2', cursive;
  font-size: clamp(2rem, 4vw, 2.5rem);
  color: #0a6987;
  line-height: 2.5rem;
  letter-spacing: -1px;
}

.footer4 {
  background-color: #98cfe4;
  color: white;
  line-height: 2.5rem;
  letter-spacing: -1px;
}

.footer2 {
  background-color: #066394;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  font-size: 1rem;
}

.footer2 h3 {
  font-family: 'Baloo Tamma 2', cursive;
  font-weight: 400;
  font-size: clamp(1.2rem, 4vw, 1.7rem);
  color: #fff;
  letter-spacing: -1px;
}

.footer2 a {
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}

.footer2 a:hover {
  text-decoration: none;
  font-weight: normal;
  color: #a2d9f7;
}

.footer3 {
  background-color: white;
  font-family: 'PT Sans', sans-serif;
  font-size: 1rem;
}

.footer3 h3 {
  font-family: 'Baloo Tamma 2', cursive;
  font-weight: 400;
  font-size: clamp(1.2rem, 4vw, 1.7rem);
  color: #0a6987;
  letter-spacing: -1px;
}

.footer3 a {
  text-decoration: none;
  font-weight: normal;
  color: #0a6987;
}

.footer3 a:hover {
  text-decoration: none;
  font-weight: normal;
  color: #a2d9f7;
}

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