body {
  font-family: "Nunito", sans-serif !important;
}

h1 {
  font-size: 48px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: bold !important;
  color: #343259 !important;
}
@media (max-width: 576px) {
  h1 {
    font-size: 36px !important;
  }
}

h2 {
  font-size: 36px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: bold !important;
  color: #343259 !important;
}
@media (max-width: 576px) {
  h2 {
    font-size: 28px !important;
  }
}

h3 {
  font-size: 24px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: bold !important;
  color: #343259 !important;
}
@media (max-width: 576px) {
  h3 {
    font-size: 20px !important;
  }
}

p {
  font-size: 18px !important;
}
@media (max-width: 576px) {
  p {
    font-size: 18px !important;
  }
}

.fullwidth {
  width: 100%;
  height: auto;
}

.greybg {
  background-color: #d9d9d9 !important;
}

.bold {
  font-weight: bold !important;
}

a {
  text-decoration: none !important;
  color: black !important;
}

.wit {
  color: white !important;
}

.zwart {
  color: black !important;
}

.c-privacy {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (min-width: 768px) {
  .c-privacy {
    margin-top: 144px;
  }
}
@media (min-width: 768px) {
  .c-privacy {
    margin-bottom: 144px;
  }
}
.c-privacy > * {
  color: black !important;
}

.underline {
  text-decoration: underline !important;
}

.witbg {
  background-color: #fff !important;
}

.navbar {
  min-height: 100px !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: transparent;
  color: black !important;
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
@media (max-width: 992px) {
  .navbar {
    background-color: white !important;
  }
}
.navbar-brand > img {
  max-height: 50px;
  width: auto;
}

.nav-link {
  color: black !important;
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.hidden {
  top: -100px !important;
}

.c-button {
  cursor: pointer;
  background-color: #f3802f !important;
  padding: 6px 24px !important;
  color: white !important;
  display: inline-block !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
}
.c-button.big {
  padding: 12px 24px !important;
}
.c-button:hover {
  background-color: #343259 !important;
}
.c-button-nav {
  font-weight: bold !important;
}

.c-button-invert {
  cursor: pointer;
  background-color: #343259 !important;
  padding: 6px 24px !important;
  color: white !important;
  display: inline-block !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
}
.c-button-invert-nav {
  font-weight: bold !important;
}

.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Zet de container in flexbox-modus */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; /* Verdeelt de ruimte gelijkmatig tussen de iconen */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Centreert de iconen verticaal */
}

.icons img {
  max-width: 40px; /* Zorg ervoor dat de iconen niet te groot worden */
  height: auto; /* Houd de hoogte automatisch in verhouding */
}

.c-footer {
  padding-top: 76px;
  padding-bottom: 76px;
}
@media (min-width: 768px) {
  .c-footer {
    padding-top: 108px;
  }
}
@media (min-width: 768px) {
  .c-footer {
    padding-bottom: 108px;
  }
}
.c-footer__logo {
  max-height: 64px;
  width: auto;
}
.c-footer__list {
  padding-left: 0 !important;
  list-style-type: none !important;
}
.c-footer__listitem {
  text-decoration: none !important;
  margin-bottom: 0.5rem;
}
.c-footer__listitem-title {
  font-weight: bold !important;
  font-family: "Poppins", sans-serif;
}
.c-footer__icon {
  height: 35px;
  width: 35px;
}

.c-homeheader {
  position: relative;
  height: 100vh !important;
  background-color: #efedff;
}
.c-homeheader-titel {
  font-size: 72px !important;
}
@media (max-width: 1200px) {
  .c-homeheader-titel {
    font-size: 64px !important;
  }
}
@media (max-width: 992px) {
  .c-homeheader-titel {
    font-size: 48px !important;
  }
}
@media (max-width: 576px) {
  .c-homeheader-titel {
    font-size: 36px !important;
  }
}
.c-homeheader-text {
  font-size: 24px !important;
}
@media (max-width: 992px) {
  .c-homeheader-text {
    font-size: 20px !important;
  }
}

.c-homeheader > * {
  position: relative;
  z-index: 1; /* Zorgt ervoor dat de content zichtbaar blijft */
}

.c-homeintro {
  padding-top: 108px;
  padding-bottom: 108px;
}
@media (min-width: 768px) {
  .c-homeintro {
    padding-top: 120px;
  }
}
@media (min-width: 768px) {
  .c-homeintro {
    padding-bottom: 120px;
  }
}
.c-homeintro__card {
  margin-top: 20px;
}
.c-homeintro__cardtitle {
  font-size: 24px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: bold !important;
  margin-top: 10px;
}
@media (max-width: 576px) {
  .c-homeintro__cardtitle {
    font-size: 20px !important;
  }
}
.c-homeintro__cardpic {
  -webkit-transition: all 0.1s ease-in-out !important;
  transition: all 0.1s ease-in-out !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/4;
}
.c-homeintro__cardpic:hover {
  opacity: 0.9 !important;
  scale: 1.04;
  -webkit-transition: all 0.1s ease-in-out !important;
  transition: all 0.1s ease-in-out !important;
}
.c-homeintro__cardpiccontainer {
  width: 100%;
  height: 100%;
}

.c-banner {
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f3802f;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (min-width: 768px) {
  .c-banner {
    padding-top: 72px;
  }
}
@media (min-width: 768px) {
  .c-banner {
    padding-bottom: 72px;
  }
}

.c-banner > * {
  position: relative;
  z-index: 1;
}

.c-banner__title {
  font-size: 5vw;
  color: white !important;
  text-align: center;
  line-height: 1.2;
  font-family: "Bebas Neue", sans-serif;
}
@media (max-width: 768px) {
  .c-banner__title {
    font-size: 8vw;
  }
}
@media (max-width: 992px) {
  .c-banner__title {
    font-size: 7vw;
  }
}

.c-banner__text {
  margin-bottom: 0 !important;
  color: white !important;
  font-size: 30px !important;
}
@media (max-width: 576px) {
  .c-banner__text {
    font-size: 20px !important;
  }
}

.c-homecontact {
  padding-top: 76px;
  padding-bottom: 76px;
}
@media (min-width: 768px) {
  .c-homecontact {
    padding-top: 108px;
  }
}
@media (min-width: 768px) {
  .c-homecontact {
    padding-bottom: 108px;
  }
}
.c-homecontact__info {
  background-color: #343259;
  padding: 30px;
  height: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* centreert de items verticaal */
}
.c-homecontact__infoblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
.c-homecontact__infoblock > a {
  color: white !important;
}
.c-homecontact__infoblock > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-homecontact__infoblock > a > img {
  margin-right: 1rem;
}
.c-homecontact__infoblock > a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-form__input {
  border: none !important;
  border-bottom: 1px solid black !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-left: 0 !important;
}
.c-form__button {
  background-color: #343259 !important;
  color: white !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 20px !important;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: 100% !important;
}
.c-form__button:hover {
  background-color: #f3802f !important;
}
.c-form__label {
  opacity: 0.6 !important;
  padding-left: 0 !important;
}

.c-serviceheader {
  padding-top: 76px;
  padding-bottom: 76px;
  padding-left: 48px;
  padding-right: 48px;
  margin-top: 100px;
  background-size: cover;
  background-position: center;
  height: 70vh !important;
  position: relative;
}
@media (min-width: 768px) {
  .c-serviceheader {
    padding-top: 108px;
  }
}
@media (min-width: 768px) {
  .c-serviceheader {
    padding-bottom: 108px;
  }
}
@media (min-width: 768px) {
  .c-serviceheader {
    padding-left: 64px;
  }
}
@media (min-width: 768px) {
  .c-serviceheader {
    padding-right: 64px;
  }
}

.c-serviceheader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* 50% witte overlay */
  z-index: 0;
}

.c-serviceheader > * {
  position: relative;
  z-index: 1;
}

.c-serviceheader__entry {
  position: absolute;
  bottom: 60px !important;
}
.c-serviceheader__entry > h1 {
  color: white !important;
}

.c-serviceheader__button {
  position: absolute;
  bottom: 74px !important;
  right: 64px;
}
@media (max-width: 768px) {
  .c-serviceheader__button {
    bottom: 34px !important;
    right: auto !important;
  }
}

.c-serviceheader__top {
  font-size: 24px !important;
}
@media (max-width: 576px) {
  .c-serviceheader__top {
    font-size: 20px !important;
  }
}

.c-serviceheader__text {
  font-size: 20px !important;
  color: white !important;
}
@media (max-width: 576px) {
  .c-serviceheader__text {
    font-size: 18px !important;
  }
}

.c-serviceintro {
  font-size: 20px !important;
  margin-top: 76px;
  margin-bottom: 76px;
}
@media (max-width: 576px) {
  .c-serviceintro {
    font-size: 18px !important;
  }
}
@media (min-width: 768px) {
  .c-serviceintro {
    margin-top: 108px;
  }
}
@media (min-width: 768px) {
  .c-serviceintro {
    margin-bottom: 108px;
  }
}

.c-servicegallerij {
  margin-top: 76px;
  margin-bottom: 76px;
}
@media (min-width: 768px) {
  .c-servicegallerij {
    margin-top: 108px;
  }
}
@media (min-width: 768px) {
  .c-servicegallerij {
    margin-bottom: 108px;
  }
}
.c-servicegallerij__img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .c-servicegallerij__img-small {
    height: 300px;
  }
}

.c-servicediensten {
  margin-bottom: 76px;
}
@media (min-width: 768px) {
  .c-servicediensten {
    margin-bottom: 108px;
  }
}
.c-servicediensten__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.c-servicediensten__img-vert {
  aspect-ratio: 5/6 !important;
}
.c-servicediensten__img-deva {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 5/6;
}
.c-servicediensten__list {
  padding-left: 1.3rem !important;
}
.c-servicediensten__list > li {
  margin-top: 1rem;
}