/* Zorg ervoor dat de container de volledige breedte van het scherm benut */
.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* Maak de afbeelding responsief */
.responsive-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.custom-font-primary {
  font-family: "Poppins", Arial, sans-serif !important;
}

.custom-font-secondary {
  font-family: "Merriweather", serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", Arial, sans-serif !important;
}

.bg-color-light-grey {
  background-color: #f8f8f8 !important;
}

@media (min-width: 992px) {
  #header .header-nav-bar .header-nav-main {
    left: -15px;
    top: -2px;
    position: relative;
  }

  #header .header-nav-bar .header-nav-main nav>ul>li>a {
    font-family: 'Quicksand', sans-serif !important;
    text-transform: none !important;
    font-size: 1rem;
    font-weight: 600;
  }

  #header .header-nav-bar .header-nav-main nav>ul>li>a:before {
    height: 2px !important;
  }
}


#header .header-nav-bar {
  border-top: 1px solid #e6e6e6;
  padding: 3px 0;
}

#header .header-nav-bar .simple-search {
  background: #f4f4f4;
  padding: 3px 0;
}

#header .header-nav-bar .simple-search input[type="search"]::-webkit-search-decoration,
#header .header-nav-bar .simple-search input[type="search"]::-webkit-search-cancel-button,
#header .header-nav-bar .simple-search input[type="search"]::-webkit-search-results-button,
#header .header-nav-bar .simple-search input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

#header .simple-search {
  border-radius: 4px !important;
}

#header .simple-search .form-control {
  border-radius: 4px !important;
}

.custom-font-slider-1 {
  font-size: 46px;
  line-height: 46px;
}

@media (min-width: 992px) {
  .custom-font-slider-1 {
    font-size: 65px;
    line-height: 100px;
  }
}

.custom-font-slider-2 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.custom-dots-modern-1 .owl-dots {
  margin: 30px 0 0 60px !important;
}

.custom-sort-source.sort-source.sort-source-style-3 {
  flex-direction: column;
  padding-bottom: 30px;
}

.custom-sort-source.sort-source.sort-source-style-3 li a,
.custom-sort-source.sort-source.sort-source-style-3 li.active a {
  border-bottom: 1px solid #e7e7e7 !important;
  border-radius: 0 !important;
  text-transform: none;
  font-weight: 600;
}

.custom-sort-source.sort-source.sort-source-style-3 li a:before,
.custom-sort-source.sort-source.sort-source-style-3 li.active a:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  display: inline-block;
  padding-right: 7px;
  position: relative;
  top: 1px;
}

.custom-sort-source.sort-source.sort-source-style-3 li:last-child a,
.custom-sort-source.sort-source.sort-source-style-3 li.active:last-child a {
  border-bottom: 0 !important;
}

#footer {
  background: #b8cbab;
  border: 0;
}

#footer .custom-footer-label-1 {
  display: block;
  margin: 0;
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
}

#footer .custom-footer-strong-1 {
  display: block;
  margin: 0;
  color: #333;
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 1.3;
}

#footer .custom-social-icons-style-1 li a {
  font-size: 22.4px;
  font-size: 1.4rem;
  width: auto;
  height: auto;
  line-height: 1.3;
}

#footer .custom-social-icons-style-1 li:hover a {
  opacity: 0.8;
}

#footer .custom-social-icons-style-1 li:hover.social-icons-instagram a {
  background: none !important;
}

#footer .custom-social-icons-style-1 li:hover.social-icons-facebook a {
  background: none !important;
}

#footer .custom-social-icons-style-1 li:hover.social-icons-twitter a {
  background: none !important;
}

#footer .footer-copyright.footer-copyright-style-2 {
  background: #202020;
  border: 0;
}