body {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
}

.sc-topbar {
  position: relative;
  z-index: 10;
  background: #fac258;
  color: #233845;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
}
.sc-topbar p {
  font-size: 13px;
  font-weight: 600;
}
.sc-topbar p a {
  color: #233845;
  font-weight: 600;
}
.sc-topbar p strong, .sc-topbar p b {
  font-weight: 800;
}

.sc-subnav-items {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.sc-site-header {
  z-index: 3;
}

.sc-site-header .sc-menu-desktop .sc-account-menu .sc-account-login img {
  height: 25px;
  margin-top: 3px;
}

.sc-site-header .sc-account-menu .sc-menu-cart {
  height: 30px;
  width: 25px;
  margin-left: 12px;
}

.sc-topbar .sc-topbar-close {
  background: url("../img/icon_topbar-close-dark.svg");
}

@media (max-width: 800px) {
  .sc-site-header .sc-menu-mobile .sc-account-menu, .sc-site-header .sc-menu-mobile .sc-main-nav {
    margin-top: 27px;
  }

  .owl-carousel-ontwerpen .owl-stage .owl-item:first-child img {
    max-height: 240px;
  }

  .owl-carousel-ontwerpen .owl-item {
    height: 355px;
  }

  .mv_text_button {
    display: block;
    padding-top: 15px;
    margin: 0 auto;
  }

  .mv-col-4-a {
    width: 50%;
  }

  .sc-site-footer .text-right {
    text-align: left;
  }

  .sc-site-header .sc-menu-mobile .sc-main-nav {
    margin-left: 15px;
  }

  .sc-site-header .sc-main-header .sc-full-container {
    height: 74px;
  }

  .sc-site-header .sc-menu-mobile .sc-main-logo .sc-myglossy-logo {
    padding: 10px 0;
  }
}
#sc-site-footer {
  padding-top: 52px;
  padding-bottom: 52px;
  background: #f4f4f4;
  border-top: 0;
}
#sc-site-footer hr {
  margin-bottom: 20px;
  border: 1px solid #e8e8e8;
}
@media (max-width: 800px) {
  #sc-site-footer {
    text-align: center;
  }
}
@media (min-width: 992px) {
  #sc-site-footer {
    padding-top: 82px;
    padding-bottom: 112px;
  }
}

.mv-footer-title {
  display: block;
  text-transform: uppercase;
  color: #62bbbc;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-top: 34px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .mv-footer-title {
    margin-top: 0;
    margin-bottom: 34px;
  }
}

.mv-footer-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 36px;
}
.mv-footer-text ul {
  padding: 0;
  text-align: left;
  list-style: none;
  margin: 0;
}
@media (max-width: 800px) {
  .mv-footer-text ul {
    text-align: center;
  }
}
.mv-footer-text ul li {
  margin-bottom: 0;
}
.mv-footer-text a {
  color: #4a4a4a;
}

.sc-footer-tekst ul {
  padding: 0;
  text-align: left;
}

.logo-footer-klein {
  height: 40px !important;
  margin-bottom: 16px;
}

.copyrights {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 64px;
}

.footer-bar {
  border-top: 1px solid #e5e5e5;
  padding: 30px 0 52px;
  background: #f4f4f4;
  max-width: 100vw;
  overflow: hidden;
}
.footer-bar .social-icon {
  max-width: 34px;
  max-height: 23px;
  margin-right: 15px;
}
@media (max-width: 800px) {
  .footer-bar .text-right {
    text-align: center !important;
  }
}
@media (max-width: 800px) {
  .footer-bar {
    text-align: center !important;
  }
}

.mv-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
f .mv-row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    flex: 0 0 auto;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-12 {
    width: 100%;
  }
}
.margin-left-auto {
  margin-left: auto;
}

@media (min-width: 992px) {
  .elfsight-app-51fca47f-aba6-4b1e-9192-327f4d0ed03c {
    width: 152px;
  }
}

.mv-container-large {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}
.mv-container-large .columns-desk {
  display: none;
}
.mv-container-large .columns-mob {
  display: block;
}
.mv-container-large.steps {
  padding: 72px;
}

/*# sourceMappingURL=new-header-footer.css.map */
