/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html, body {
  max-width: 100vw;
  width: 100vw;
  min-width: 100vw;
  height: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-ExtraBold.eot");
  src: url("../fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy-ExtraBold.ttf") format("truetype"), url("../fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Light.eot");
  src: url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype"), url("../fonts/Gilroy-Light.svg#Gilroy-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

*, html, body {
  font-family: 'Gilroy', sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Gilroy', sans-serif;
  font-weight: 800;
  font-style: normal;
}

html, body {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  font-size: 16px;
}

html.active, body.active {
  max-height: 100vh;
  overflow: hidden;
}

body {
  overflow: hidden;
}

a, a:hover, a:visited, a:focus {
  color: inherit;
  opacity: inherit;
  text-decoration: inherit;
}

h1 {
  font-family: 'Gilroy', sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 3.75em;
  line-height: 1 !important;
}

h2 {
  font-family: 'Gilroy', sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.6875em;
  line-height: 1;
  margin-bottom: 0.5em;
}

h3 {
  font-family: 'Gilroy', sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.3125em;
  line-height: 1;
}

h6 {
  font-family: 'Gilroy', sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.75em;
  opacity: 0.5;
  letter-spacing: 0.05rem;
  margin-bottom: 20px;
}

p {
  line-height: 1.614;
}

button:focus {
  border: none;
  outline: none;
}

.button {
  font-size: 1em;
  line-height: 1 !important;
  padding: 20px 80px 20px 20px;
  display: table;
  font-family: 'Gilroy', sans-serif;
  font-weight: 800;
  font-style: normal;
  background-size: 21px 15px;
  background-repeat: no-repeat;
  background-position: top 21px right 20px;
  opacity: 1;
  transition: padding 0.2s cubic-bezier(1, 0, 0, 1);
  cursor: pointer;
}

.button.button__light {
  background-color: #fff;
  color: #7BB9DD;
  background-image: url("../images/icons/arrow-right.svg");
}

.button.button__form {
  background-color: #fff;
  color: #2DB157;
  background-image: url("../images/icons/arrow-green-right.svg");
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.button.button__form.disabled {
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  background-image: url("../images/icons/arrow-white-right.svg");
  pointer-events: none;
}

.button.button__dark {
  background-color: #000;
  color: #fff;
  background-image: url("../images/icons/arrow-white-right.svg");
}

.button.button__green {
  background-color: #fff;
  color: #0D9C3A;
  background-image: url("../images/icons/arrow-green-right.svg");
}

.button.button__green__bg {
  background-color: #0D9C3A;
  color: #fff;
  background-image: url("../images/icons/arrow-white-right.svg");
}

.button.button__light_blue__bg {
  background-color: #7BB9DD;
  color: #fff;
  background-image: url("../images/icons/arrow-white-right.svg");
}

.button:hover {
  padding: 20px 90px 20px 20px;
}

.button.button__cta {
  outline: 0;
  border: 0;
  height: 45px;
  width: auto;
  padding: 0;
  display: block;
  background-image: none;
}

.button.button__cta span {
  display: inline-block;
  color: #0D9C3A;
  line-height: 45px;
  height: 45px;
  width: auto;
  vertical-align: top;
  padding: 0 15px;
}

.button.button__cta i {
  vertical-align: top;
  display: inline-block;
  height: 45px;
  width: 45px;
  background-image: url("../images/icons/arrow-green-right.svg");
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: top 16px right 15px;
  display: inline-block;
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.4s ease-in-out;
}

ul, li {
  list-style: none;
}

.container {
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: 1140px;
  position: relative;
}

p {
  color: #707070;
}

@media screen and (max-width: 1100px) {
  .hide-on-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 1100px) {
  h1 {
    font-size: 4.6875em;
  }
  h2 {
    font-size: 2.8125em;
    margin-bottom: 0.5em;
  }
  h3 {
    font-size: 1.875em;
  }
  h6 {
    font-size: 0.75em;
    opacity: 0.5;
  }
  .button {
    font-size: 1.3125em;
    padding: 20px 70px 20px 20px;
    background-size: 25px 18px;
    background-position: top 21px right 20px;
  }
  .hide-on-desktop {
    display: none !important;
  }
}

#preloader {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  position: fixed;
}

#preloader div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: transform 1.5s cubic-bezier(0.87, 0, 0.13, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

#preloader div span {
  height: 3px;
  width: 15vw;
  background-color: #f0f0f0;
  display: block;
}

#preloader div span span {
  height: 3px;
  width: 0;
  background-color: #cccccc;
  display: block;
}

#preloader div:first-of-type {
  background-color: #2DB157;
  transition-delay: 0.375s;
}

#preloader div:nth-of-type(2) {
  background-color: #7BB9DD;
  transition-delay: 0.25s;
}

#preloader div:last-of-type {
  background-color: #fff;
  transition-delay: 0s;
}

#preloader.loading div span span {
  animation: loadingbar 1.5s forwards;
}

@keyframes loadingbar {
  0% {
    width: 0;
  }
  60% {
    width: 60%;
  }
  70% {
    width: 62%;
  }
  95% {
    width: 95%;
  }
  100% {
    width: 100%;
  }
}

#preloader.loaded div {
  transform: translateY(-100vh);
}

/*! locomotive-scroll v3.3.11 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}

.pop-up {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.pop-up .content {
  background-color: #fff;
  margin-top: 20px;
  margin-left: 20px;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  box-sizing: border-box;
  overflow: auto;
  padding: 30px 0px;
}

.pop-up .content .button {
  margin-top: 20px;
}

@media screen and (min-width: 767px) {
  .pop-up .content {
    margin-top: 150px;
    margin-left: 50px;
    height: auto;
    width: calc(100% - 100px);
    max-height: calc(100vh - 200px);
  }
}

@media screen and (min-width: 1100px) {
  .pop-up .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 0;
    margin-top: 0;
    max-width: 1140px;
    height: auto;
    max-height: calc(100vh - 80px);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.desktop-nav-container {
  display: none;
}

#hero {
  min-height: calc(100vh - 276px);
  height: auto;
  width: 100vw;
  position: relative;
  background-color: #7BB9DD;
  padding-bottom: 276px;
  background-image: url(../images/foam-left-top.png), url(../images/foam-right-middle.png), url(../images/lady.jpg);
  background-position: top left, top 45px right, bottom center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 259px 193px, 116px 405px, 570px 383px;
}

#hero #hamburger {
  width: 60px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 100%;
  font-size: 0;
  z-index: 99;
  cursor: pointer;
  outline: 0;
  border: 1px solid #7BB9DD;
}

#hero #hamburger span {
  font-size: 0;
  background-color: #7BB9DD;
  height: 3px;
  display: block;
  left: 20px;
  position: absolute;
  transition: all 0.2s ease-in-out;
}

#hero #hamburger span:first-of-type {
  top: 25px;
  width: 20px;
}

#hero #hamburger span:last-of-type {
  top: 31px;
  width: 15px;
}

#hero #hamburger:hover span {
  background-color: #1F6188;
}

#hero #hamburger:hover span:last-of-type {
  width: 20px;
}

#hero #hamburger.active span {
  left: 19px;
}

#hero #hamburger.active span:first-of-type {
  transform: rotate(45deg);
  top: 27.5px;
}

#hero #hamburger.active span:last-of-type {
  transform: rotate(-45deg);
  width: 20px;
  top: 27.5px;
}

#hero #hamburger.active:hover {
  border: 1px solid #1F6188;
}

#hero .container.container__nav {
  height: auto;
}

#hero .container article {
  color: #fff;
  position: relative;
  padding-top: 80px;
}

#hero .container article p {
  width: 100%;
  max-width: 305px;
  margin-top: 20px;
  margin-bottom: 45px;
  color: #fff;
}

#hero .container .textslide {
  display: block;
}

#hero .container .textslide span {
  display: block;
}

#hero .container__nav {
  position: fixed;
  top: 0;
  left: 100vw;
  width: 100vw;
  min-height: 100vh;
  z-index: 95;
  background-color: #fff;
  opacity: 0;
  transition: left 0.4s ease-in-out, opacity 0.4s ease-out;
}

#hero .container__nav ul {
  margin-left: 30px;
  margin-top: 22.5vh;
}

#hero .container__nav ul li {
  margin-bottom: 30px;
}

#hero .container__nav ul li button, #hero .container__nav ul li a {
  font-family: 'Gilroy', sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #7BB9DD;
  font-size: 27px;
  line-height: 27px;
  transition: color 0.2s ease-in-out;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}

#hero .container__nav ul li button:hover, #hero .container__nav ul li a:hover {
  color: #1F6188;
}

#hero .container__nav.active {
  left: 0;
  opacity: 1;
}

@media screen and (min-width: 767px) {
  #hero #hamburger {
    display: none;
  }
  .desktop-nav-container {
    width: calc(100% - 100px);
    height: 0;
    max-width: 1140px;
    position: absolute;
    top: 50px;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    overflow-y: visible;
    display: block;
  }
  .desktop-nav-container .desktop-nav-list {
    list-style: none;
    height: 60px;
    width: auto;
    padding: 0 20px;
    background-color: #fff;
    float: right;
    right: -100px;
  }
  .desktop-nav-container .desktop-nav-list li {
    padding: 0 20px;
    display: inline-block;
    height: 60px;
    line-height: 62.5px;
  }
  .desktop-nav-container .desktop-nav-list li a, .desktop-nav-container .desktop-nav-list li button {
    color: #7BB9DD;
    transition: color 0.2s ease-in-out;
    font-family: 'Gilroy', sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 16px;
    cursor: pointer;
    background-color: transparent;
  }
  .desktop-nav-container .desktop-nav-list li a:hover, .desktop-nav-container .desktop-nav-list li button:hover {
    color: #1F6188;
  }
  #hero {
    height: auto;
    min-height: 810px;
    padding-bottom: 0;
    background-image: url(../images/foam-left-top.png), url(../images/lady.jpg);
    background-position: top left, bottom right -410px;
    background-repeat: no-repeat, no-repeat;
    background-size: 259px 193px, 1080px 720px;
    position: relative;
  }
  #hero #hamburger {
    display: none;
  }
  #hero .container article {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1100px) {
  #hero {
    background-image: url("../images/geerts-cleaning-services-bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 1440px 810px;
  }
  #hero .container article {
    padding-top: 160px;
    padding-bottom: 80px;
  }
  #hero .container article p {
    margin-bottom: 80px;
  }
}

#over-ons {
  background-color: #fff;
  padding: 40px 0;
}

#over-ons .container {
  width: 100%;
}

#over-ons .container article {
  padding: 0 30px 90px 30px;
  background-image: url("../images/car.png");
  background-repeat: no-repeat;
  background-position: right 40px bottom -2px;
  background-size: 200px auto;
}

#over-ons .container article h6 {
  color: #0D9C3A;
}

#over-ons .container article h2 {
  color: #0D9C3A;
}

#over-ons .container article p {
  margin-bottom: 40px;
}

#over-ons .container .table-view {
  width: 100%;
  max-width: 1140px;
  padding-bottom: 200px;
}

#over-ons .container .table-view .table-block {
  width: calc(100% - 20px);
  box-sizing: border-box;
  height: auto;
  padding: 40px 30px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.4s ease-in-out;
  max-width: 970px;
  cursor: pointer;
}

#over-ons .container .table-view .table-block .table-inner {
  position: relative;
}

#over-ons .container .table-view .table-block .table-inner h3 {
  display: block;
  margin-bottom: 20px;
}

#over-ons .container .table-view .table-block .table-inner p {
  color: #fff;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}

#over-ons .container .table-view .table-block .table-inner p.table-text {
  max-height: 0;
}

#over-ons .container .table-view .table-block .table-inner p.table-headline {
  max-height: 100px;
}

#over-ons .container .table-view .table-block .button__cta {
  position: relative;
  transition: opacity 0.2s ease-in-out;
  margin-top: 25px;
}

#over-ons .container .table-view .table-block .button__cta .meer {
  display: inline-block;
}

#over-ons .container .table-view .table-block .button__cta .sluiten {
  display: none;
}

#over-ons .container .table-view .table-block.active p.table-text {
  max-height: 1000px;
}

#over-ons .container .table-view .table-block.active p.table-headline {
  max-height: 0;
}

#over-ons .container .table-view .table-block.active .button__cta .meer {
  display: none;
}

#over-ons .container .table-view .table-block.active .button__cta .sluiten {
  display: inline-block;
}

#over-ons .container .table-view .table-block.active .button__cta i {
  transform: rotate(270deg);
}

#over-ons .container .table-view .table-block:hover .button__cta {
  padding: 0;
  opacity: 0.5;
}

#over-ons .container .table-view:nth-of-type(odd) .table-block:nth-of-type(odd) {
  background-color: #2DB157;
}

#over-ons .container .table-view:nth-of-type(odd) .table-block:nth-of-type(even) {
  background-color: #0D9C3A;
}

#over-ons .container .table-view:nth-of-type(odd) .table-block:last-of-type {
  background-color: #000;
  padding: 40px 30px 75px 30px;
  cursor: default;
}

#over-ons .container .table-view:nth-of-type(odd) .table-block:last-of-type .button {
  left: 30px;
  bottom: -15px;
  position: absolute;
}

#over-ons .container .table-view:nth-of-type(even) .table-block:nth-of-type(odd) {
  background-color: #0D9C3A;
}

#over-ons .container .table-view:nth-of-type(even) .table-block:nth-of-type(even) {
  background-color: #2DB157;
}

@media screen and (min-width: 1100px) {
  #over-ons {
    background-color: #fff;
    padding: 150px 0 150px 0;
    overflow: auto;
  }
  #over-ons .container article {
    padding-left: 150px;
    padding-bottom: 80px;
    background-image: url("../images/car.png");
    background-position: bottom -8px right 50px;
    background-repeat: no-repeat;
    background-size: 300px auto;
  }
  #over-ons .container article h6 {
    color: #0D9C3A;
    margin-bottom: 45px;
    max-width: 540px;
  }
  #over-ons .container article h2 {
    color: #0D9C3A;
    line-height: 1em;
    max-width: 540px;
  }
  #over-ons .container article p {
    position: relative;
    max-width: 540px;
  }
  #over-ons .container article p::before {
    content: '';
    position: absolute;
    top: 12px;
    left: -150px;
    width: 110px;
    height: 1px;
    background-color: #707070;
    opacity: 0.25;
  }
  #over-ons .container .table-view {
    height: auto;
    display: block;
    margin-left: 0px;
    padding-bottom: 0;
  }
  #over-ons .container .table-view .table-block {
    display: block;
    padding: 45px 45px;
    position: relative;
    margin-left: 170px;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: left;
  }
  #over-ons .container .table-view .table-block .table-inner h3 {
    color: #fff;
  }
  #over-ons .container .table-view .table-block .table-inner p {
    color: #fff;
    width: calc(100% - 250px);
  }
  #over-ons .container .table-view .table-block a {
    position: absolute;
    left: 50px;
    bottom: -25px;
    border-spacing: 0;
  }
  #over-ons .container .table-view .table-block .button__cta {
    position: absolute;
    margin-top: 0;
    top: 10px;
    right: 0;
    height: 60px;
    padding: 0 0px 0 5px;
  }
  #over-ons .container .table-view .table-block .button__cta span {
    height: 60px;
    line-height: 60px;
  }
  #over-ons .container .table-view .table-block .button__cta i {
    height: 60px;
    width: 60px;
    background-size: 21px 15px;
    background-position: top 21px right 20px;
  }
  #over-ons .container .table-view .table-block:hover .button__cta {
    padding: 0 0px 0 5px;
  }
  #over-ons .container .table-view:nth-of-type(odd) .table-block:last-of-type {
    padding: 45px 45px 75px 45px;
  }
  #over-ons .container .table-view:nth-of-type(odd) .table-block:last-of-type .button {
    left: 45px;
  }
}

@media screen and (min-width: 1100px) {
  #over-ons .container article {
    padding: 0 0 35px 170px;
  }
}

#reguliere-schoonmaak {
  display: block;
  width: 100%;
  height: auto;
  padding: 40px 0;
  background-color: #1F6188;
  color: #fff;
}

#reguliere-schoonmaak p strong {
  font-weight: 600;
  font-size: 1.25em;
}

#reguliere-schoonmaak .container {
  margin: 0 auto;
  width: calc(100% - 60px);
  height: auto;
}

#reguliere-schoonmaak .container .half {
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
}

#reguliere-schoonmaak .container .half .image-container {
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
}

#reguliere-schoonmaak .container .half .image-container img {
  width: 100%;
  height: auto;
  position: relative;
}

#reguliere-schoonmaak .container .half .image-container::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 30px;
  left: 30px;
  background-color: #7BB9DD;
}

#reguliere-schoonmaak .container .half article {
  margin: 70px 0 40px 0;
}

#reguliere-schoonmaak .container .half article p {
  color: #fff;
  margin-bottom: 40px;
}

@media screen and (min-width: 1100px) {
  #reguliere-schoonmaak {
    padding: 150px 0;
  }
  #reguliere-schoonmaak .container .half {
    width: calc(50% - 45px);
    display: inline-block;
    vertical-align: top;
  }
  #reguliere-schoonmaak .container .half article {
    margin: 70px 0 40px 0;
  }
  #reguliere-schoonmaak .container .half article p {
    color: #fff;
    margin-bottom: 40px;
  }
  #reguliere-schoonmaak .container .half.second {
    margin-left: 90px;
  }
}

#diensten {
  background-color: #7BB9DD;
  color: #fff;
  padding: 50px 0;
}

#diensten .container .styling__image {
  display: none;
}

#diensten .container .slick-wrap {
  padding-bottom: 60px;
  width: 100%;
  height: auto;
}

#diensten .container .slick-wrap .slick-item {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  outline: 0 !important;
  border: 0 !important;
}

#diensten .container .slick-wrap .slick-item h4 {
  color: #7BB9DD;
}

#diensten .container .slick-wrap .slick-item p {
  margin: 20px 0;
}

#diensten .container .slick-wrap .slick-track {
  display: flex !important;
}

#diensten .container .slick-wrap .slick-slide {
  height: inherit !important;
}

#diensten .container .slick-wrap .slick-dots {
  display: none !important;
}

#diensten .container .slick-wrap .slick-arrow {
  position: absolute;
  bottom: 0;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  font-size: 0;
  background-color: #fff;
  outline: 0 !important;
  border: 0 !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

#diensten .container .slick-wrap .slick-arrow::after {
  content: '';
  position: absolute;
  top: calc(50% - 7.5px);
  left: calc(50% - 4.5px);
  height: 15px;
  width: 9px;
  background-image: url("../images/icons/arrow-small-blue.svg");
  background-size: 9px 15px;
  background-position: center center;
  background-repeat: no-repeat;
}

#diensten .container .slick-wrap .slick-arrow.slick-prev {
  right: 60px;
}

#diensten .container .slick-wrap .slick-arrow.slick-prev::after {
  transform: rotate(180deg);
}

#diensten .container .slick-wrap .slick-arrow.slick-next {
  right: 0;
}

#diensten .container .slick-wrap .slick-arrow.slick-disabled {
  opacity: 0.2;
}

#diensten .container .slick-wrap .slick-arrow.slick-disabled:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

#diensten .container .slick-wrap .slick-arrow:hover {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 767px) {
  #diensten .container .slick-wrap {
    padding-top: 75px;
  }
  #diensten .container .slick-wrap .slick-dots {
    display: block !important;
    position: absolute;
    top: 20px;
    left: 0;
  }
  #diensten .container .slick-wrap .slick-dots li {
    display: inline-block;
    margin-right: 20px;
  }
  #diensten .container .slick-wrap .slick-dots li button {
    background-color: transparent;
    outline: 0 !important;
    border: 0 !important;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    padding-bottom: 3px;
  }
  #diensten .container .slick-wrap .slick-dots li.slick-active {
    border-bottom: 2px solid #fff;
  }
  #diensten .container .slick-wrap .slick-dots li.slick-active button {
    font-family: 'Gilroy', sans-serif;
    font-weight: 800;
    font-style: normal;
    cursor: default;
  }
}

@media screen and (min-width: 1100px) {
  #diensten {
    padding: 150px 0;
  }
  #diensten .container .slick-wrap {
    padding-bottom: 0px;
  }
  #diensten .container .slick-wrap .slick-item {
    padding: 60px 40px;
  }
  #diensten .container .slick-wrap .slick-item h4 {
    font-size: 45px;
  }
  #diensten .container .slick-wrap .slick-item p {
    margin: 40px 0;
  }
  #diensten .container .slick-wrap .slick-arrow {
    bottom: auto;
    height: 60px;
    width: 60px;
    top: 0;
  }
  #diensten .container .slick-wrap .slick-arrow.slick-prev {
    right: 75px;
  }
}

@media screen and (min-width: 1440px) {
  #diensten .container .styling__image {
    display: block;
    top: 40px;
    right: -150px;
    position: absolute;
    height: 266px;
    width: 326px;
    background-image: url("../images/spray.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
  }
  #diensten .container .slick-wrap {
    width: calc(100% - 30px);
  }
  #diensten .container .slick-wrap::before {
    content: '';
    height: calc(100% - 60px);
    width: 100%;
    top: 90px;
    left: 30px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.25);
  }
  #diensten .container .slick-wrap .slick-item p {
    max-width: 760px;
  }
  #diensten .container .slick-wrap .slick-arrow {
    top: 50%;
  }
  #diensten .container .slick-wrap .slick-arrow.slick-prev {
    right: auto;
    left: -105px;
  }
  #diensten .container .slick-wrap .slick-arrow.slick-next {
    right: -135px;
  }
}

#else {
  width: 100%;
  height: auto;
  background-color: #1F6188;
  padding: 40px 0 0 0;
}

#else .main-container {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

#else .main-container .glasbewassing h2, #else .main-container .glasbewassing p {
  color: #fff;
}

#else .main-container .wat-is-osmosewater {
  margin-top: 40px;
}

#else .main-container .wat-is-osmosewater .content {
  padding: 40px 0;
  height: auto;
  width: 100%;
  background-color: #fff;
}

#else .main-container .wat-is-osmosewater .content h2 {
  color: #7BB9DD;
}

#else .main-container .desinfectie {
  margin-top: 40px;
}

#else .main-container .desinfectie h2, #else .main-container .desinfectie p {
  color: #fff;
}

#else .main-container .desinfectie p {
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  #else {
    padding: 40px 0 60px 0;
  }
  #else .main-container .wat-is-osmosewater {
    position: relative;
  }
  #else .main-container .wat-is-osmosewater .content {
    width: calc(100% - 60px);
    position: relative;
  }
  #else .main-container .wat-is-osmosewater::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #7BB9DD;
    width: calc(100% - 60px);
    height: 100%;
    z-index: 0;
  }
  #else .main-container .desinfectie {
    margin-top: 70px;
  }
}

@media screen and (min-width: 1100px) {
  #else {
    padding: 150px 0 150px 0;
  }
  #else .main-container .glasbewassing {
    width: calc(45% - 35px);
    display: inline-block;
    vertical-align: top;
    margin-right: 70px;
  }
  #else .main-container .glasbewassing p {
    margin-top: 40px;
  }
  #else .main-container .wat-is-osmosewater {
    margin-top: 0;
    width: calc(55% - 35px);
    display: inline-block;
    vertical-align: top;
  }
  #else .main-container .desinfectie {
    position: relative;
  }
  #else .main-container .desinfectie .content {
    background-color: #fff;
    width: calc(100% - 110px);
    margin-top: 130px;
    margin-left: 40px;
    padding: 40px 0;
    position: relative;
    max-width: 1120px;
  }
  #else .main-container .desinfectie .content h2 {
    color: #7BB9DD;
  }
  #else .main-container .desinfectie .content p {
    color: #000;
    margin-bottom: 40px;
  }
  #else .main-container .desinfectie::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 60px;
    background-color: #7BB9DD;
    height: calc(100%);
    width: calc(100% - 100px);
  }
}

@media screen and (min-width: 1440px) {
  #else {
    position: relative;
  }
  #else .main-container .glasbewassing {
    display: block;
    width: calc(50% - 70px);
  }
  #else .main-container .glasbewassing .container {
    width: 100%;
  }
  #else .main-container .wat-is-osmosewater {
    position: absolute;
    top: -210px;
    right: 0px;
    width: 50%;
  }
  #else .main-container .wat-is-osmosewater .content {
    padding: 210px 150px 60px 60px;
  }
  #else .main-container .wat-is-osmosewater .content .container {
    width: 100%;
    margin: 0;
  }
  #else .main-container .wat-is-osmosewater::before {
    top: 0;
    left: 30px;
    height: calc(100% + 30px);
    width: calc(100% + 150px);
  }
  #else .main-container .desinfectie .content {
    width: calc(100% - 100px);
    margin: 150px 0 0 0;
    padding: 60px 40px;
    margin: 0;
  }
  #else .main-container .desinfectie .content .container {
    width: 100%;
    margin: 0;
  }
  #else .main-container .desinfectie::before {
    left: 30px;
    width: calc(100% - 20px);
  }
}

#galerij {
  background-color: #7BB9DD;
  color: #fff;
  padding: 50px 0;
}

#galerij .container .slick-wrap {
  width: 100%;
  height: auto;
  margin: 0 -6px;
  padding-top: 60px;
  margin-top: -50px;
}

@media screen and (min-width: 1100px) {
  #galerij .container .slick-wrap {
    padding-top: 80px;
    margin-top: -65px;
  }
}

#galerij .container .slick-wrap .slick-slide {
  margin: 0 6px;
}

#galerij .container .slick-wrap .slick-arrow {
  position: absolute;
  top: 0;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  font-size: 0;
  background-color: #fff;
  outline: 0 !important;
  border: 0 !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

#galerij .container .slick-wrap .slick-arrow::after {
  content: '';
  position: absolute;
  top: calc(50% - 7.5px);
  left: calc(50% - 4.5px);
  height: 15px;
  width: 9px;
  background-image: url("../images/icons/arrow-small-blue.svg");
  background-size: 9px 15px;
  background-position: center center;
  background-repeat: no-repeat;
}

#galerij .container .slick-wrap .slick-arrow.slick-prev {
  right: 60px;
}

#galerij .container .slick-wrap .slick-arrow.slick-prev::after {
  transform: rotate(180deg);
}

#galerij .container .slick-wrap .slick-arrow.slick-next {
  right: 0;
}

#galerij .container .slick-wrap .slick-arrow.slick-disabled {
  opacity: 0.2;
}

#galerij .container .slick-wrap .slick-arrow.slick-disabled:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

#galerij .container .slick-wrap .slick-arrow:hover {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

#galerij .container .image {
  background-color: #fff;
  border: 4px solid #fff;
}

#galerij .container .image a, #galerij .container .image img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1100px) {
  #galerij {
    padding: 150px 0;
  }
  #galerij .container .slick-wrap {
    padding-top: 90px;
    margin-top: -75px;
  }
  #galerij .container .slick-wrap .slick-arrow {
    height: 60px;
    width: 60px;
    top: 0;
  }
  #galerij .container .slick-wrap .slick-arrow.slick-prev {
    right: 75px;
  }
}

#apply {
  background-color: #000;
  padding: 40px 0;
  z-index: 0;
  box-sizing: border-box;
  clear: both;
  display: block;
  position: relative;
}

#apply .container {
  text-align: center;
  max-width: 910px;
}

#apply .container h4 {
  font-family: 'Gilroy', sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.6875em;
  line-height: 1;
  color: #fff;
  background: linear-gradient(to right, #7BB9DD 0%, #1F6188 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#apply .container p {
  max-width: 512px;
  font-size: 16px;
  color: #fff;
  margin: 20px auto 0 auto;
}

#apply .container .button {
  margin: 20px auto 0 auto;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 767px) {
  #apply .container h4 {
    font-size: 2.25em;
  }
}

@media screen and (min-width: 1100px) {
  #apply {
    padding: 90px 0 30px 0;
  }
  #apply::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 65px;
    width: 100%;
    background-color: #2DB157;
  }
  #apply .container h4 {
    font-size: 5em;
  }
  #apply .container p {
    font-size: 21px;
    margin-top: 60px;
    margin-bottom: 40px;
  }
}

footer {
  background-color: #2DB157;
  color: #fff;
  padding: 40px 0 15px;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  clear: both;
  display: block;
}

footer::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.25);
}

footer .container .button {
  margin: 45px auto 0px auto;
  z-index: 1;
}

footer .container .footer-left {
  width: 100%;
  max-width: 630px;
}

footer .container .footer-left img {
  width: 30px;
  height: 30px;
  display: table;
  clear: both;
  margin-bottom: 40px;
}

footer .container .footer-left p {
  color: #fff;
  font-size: 16px;
}

footer .container .footer-left form {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 40px;
  position: relative;
  padding-bottom: 40px;
}

footer .container .footer-left form input, footer .container .footer-left form textarea {
  width: 100%;
  border: 0;
  outline: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  background-color: transparent;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: height 0s, visibility 0s, opacity 0.6s ease-in-out;
}

footer .container .footer-left form input::placeholder, footer .container .footer-left form textarea::placeholder {
  color: #fff;
  opacity: 0.5;
}

footer .container .footer-left form input.false-input, footer .container .footer-left form textarea.false-input {
  color: red;
}

footer .container .footer-left form input.active, footer .container .footer-left form textarea.active {
  visibility: visible;
  opacity: 1;
  height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  line-height: 60px;
  font-size: 21px;
}

footer .container .footer-left form input.active.correct-input, footer .container .footer-left form textarea.active.correct-input {
  color: #fff;
  border-bottom: 1px solid #fff;
}

footer .container .footer-left form textarea {
  height: 0;
  margin-top: 10px;
  margin-bottom: 0;
}

footer .container .footer-left form textarea.active {
  overflow-y: auto;
  height: 100px;
  resize: none;
  /* Remove this if you want the user to resize the textarea */
  height: 240px;
  line-height: 1.5;
}

footer .container .footer-left form .button__form {
  float: right;
  margin-top: -3px;
  position: relative;
}

footer .container .footer-left form .button__form .loader {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0%;
  background-color: #d5d5d5;
}

footer .container .footer-left form .button__form .loader.is-active {
  animation: loader 1.5s forwards;
}

@keyframes loader {
  0% {
    width: 0%;
  }
  60% {
    width: 70%;
  }
  80% {
    width: 70%;
  }
  100% {
    width: 100%;
  }
}

footer .container .footer-left .contact-opnemen {
  display: none;
}

footer .container .footer-left .contact-opnemen.active {
  display: block;
}

footer .container .footer-left .message {
  margin-bottom: 40px;
  display: none;
}

footer .container .footer-left .message p {
  display: block;
  font-family: 'Gilroy', sans-serif;
  font-weight: 800;
  font-style: normal;
}

footer .container .footer-left .message.active {
  display: block;
}

footer .container .footer-right {
  width: 100%;
}

footer .container .footer-right ul li {
  display: table;
  margin-bottom: 10px;
}

footer .container .footer-right ul li a {
  font-size: 16px;
  width: 100%;
  white-space: nowrap;
}

footer .container .footer-right ul li a:hover {
  text-decoration: underline;
}

footer .container nav {
  width: 100%;
  padding: 60px 0 40px 0;
  display: block;
  clear: both;
}

footer .container nav ul {
  display: block;
  margin-top: 40px;
}

footer .container nav ul li {
  display: none;
}

footer .container nav ul li:nth-of-type(4), footer .container nav ul li:last-of-type {
  display: block;
  margin-top: 10px;
}

footer .container nav .link-to-msqt {
  display: inline-block;
  height: 30px;
  width: 24px;
  opacity: 0.6;
  transition: opacity 0.2s ease-in-out;
}

footer .container nav .link-to-msqt i {
  height: 40px;
  width: 32px;
  display: block;
  background-image: url("../images/icons/msqt.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

footer .container nav .link-to-msqt:hover {
  opacity: 1;
}

@media screen and (min-width: 1100px) {
  footer {
    padding: 40px 0 0 0;
  }
  footer .container .footer-left {
    display: inline-block;
    padding-bottom: 0px;
  }
  footer .container .footer-left p {
    font-size: 21px;
  }
  footer .container .footer-left form {
    margin-top: 0;
  }
  footer .container .footer-left form input.active, footer .container .footer-left form textarea.active {
    font-size: 30px;
    margin-top: 40px;
  }
  footer .container .footer-right {
    width: calc(100% - 630px);
    display: inline-block;
    vertical-align: top;
    padding-bottom: 0px;
  }
  footer .container .footer-right ul {
    float: right;
    margin-top: 75px;
  }
  footer .container nav {
    width: 100%;
    padding: 30px 0 60px 0;
    display: block;
    clear: both;
    overflow: hidden;
  }
  footer .container nav ul {
    display: block;
    float: right;
    margin-top: 15px;
  }
  footer .container nav ul li {
    display: inline-block;
    margin-left: 20px;
  }
  footer .container nav ul li:nth-of-type(4), footer .container nav ul li:last-of-type {
    display: inline-block;
    margin-top: 0;
  }
  footer .container nav ul li button, footer .container nav ul li a {
    background: none;
    color: #fff;
    font-family: 'Gilroy', sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 16px;
    padding: 0;
    cursor: pointer;
    opacity: 0.75;
  }
  footer .container nav ul li button:hover, footer .container nav ul li a:hover {
    opacity: 1;
  }
  footer .container nav .link-to-msqt {
    display: block;
    float: left;
    height: 30px;
    width: 24px;
    opacity: 0.6;
    transition: opacity 0.2s ease-in-out;
  }
  footer .container nav .link-to-msqt i {
    height: 40px;
    width: 32px;
    display: block;
    background-image: url("../images/icons/msqt.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  footer .container nav .link-to-msqt:hover {
    opacity: 1;
  }
}
/*# sourceMappingURL=styles.css.map */

.popup {
    display: none !important; /* Verborgen totdat het geactiveerd wordt */
    position: fixed !important;
    z-index: 1000 !important; /* Zorg ervoor dat de popup boven andere inhoud staat */
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
    background-color: rgba(0,0,0,0.4) !important; /* Licht transparante achtergrond */
}

.popup-content {
    background-color: #fefefe !important;
    margin: 10% auto !important; /* Centreren in de viewport */
    padding: 20px !important;
    border: 1px solid #888 !important;
    width: 80% !important; /* Breedte van de popup */
    position: relative !important;
}

.close {
    color: #aaaaaa !important;
    float: right !important;
    font-size: 28px !important;
    font-weight: bold !important;
}

.close:hover, .close:focus {
    color: black !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

#ontruimingen {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 0;
  background-color: #1F6188;
  color: #fff;
}

#ontruimingen p strong {
  font-weight: 600;
  font-size: 1.25em;
}

#ontruimingen .container {
  margin: 0 auto;
  width: calc(100% - 60px);
  height: auto;
}

#ontruimingen .container .half {
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
}

#ontruimingen .container .half .image-container {
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
}

#ontruimingen .container .half .image-container img {
  width: 100%;
  height: auto;
  position: relative;
}

#ontruimingen .container .half .image-container::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 30px;
  left: 30px;
  background-color: #7BB9DD;
}

#ontruimingen .container .half article {
  margin: 70px 0 40px 0;
}

#ontruimingen .container .half article p {
  color: #fff;
  margin-bottom: 40px;
}

@media screen and (min-width: 1100px) {
  #ontruimingen {
    padding: 150px 0;
  }
  #ontruimingen .container .half {
    width: calc(50% - 45px);
    display: inline-block;
    vertical-align: top;
  }
  #ontruimingen .container .half article {
    margin: 70px 0 40px 0;
  }
  #ontruimingen .container .half article p {
    color: #fff;
    margin-bottom: 20px;
  }
  #ontruimingen .container .half.second {
    margin-left: 90px;
  }
}

#galerij2 {
    background-color: #1F6188;
    color: #FFF;
    padding: 40px 0;
    .container {
        .slick-wrap {
            width: 100%;
            height: auto;
            margin: 0 -6px;
            padding-top: 60px;
            margin-top: -50px;
            @media screen and (min-width: 1100px) {
                padding-top: 80px;
                margin-top: -65px;
            }
            .slick-slide {
                margin: 0 6px;
            }
            .slick-arrow {
                position: absolute;
                top: 0;
                height: 45px;
                width: 45px;
                border-radius: 100%;
                font-size: 0;
                background-color: $color-white;
                outline: 0 !important;
                border: 0 !important;
                box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
                transition: all 0.2s ease-in-out;
                &::after {
                    content: '';
                    position: absolute;
                    top: calc(50% - 7.5px);
                    left: calc(50% - 4.5px);
                    height: 15px;
                    width: 9px;
                    background-image: url('../images/icons/arrow-small-blue.svg');
                    background-size: 9px 15px;
                    background-position: center center;
                    background-repeat: no-repeat;
                }
                cursor: pointer;
                &.slick-prev {
                    right: 60px;
                    &::after {
                        transform: rotate(180deg);
                    }
                }
                &.slick-next {
                    right: 0;
                }
                &.slick-disabled {
                    opacity: 0.2;
                    &:hover {
                        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
                    }
                }
                &:hover {
                    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
                }
            }
        }
        .image2 {
            background-color: #fff;
            border: 40px solid #fff;
            a, img {
                display: block;
                width: 100%;
                height: auto;
            }
        }
    }
}

@media screen and (min-width: 1100px) {
    #galerij {
        padding: 150px 0;
        .container {
            .slick-wrap {
                padding-top: 90px;
                margin-top: -75px;
                .slick-arrow {
                    height: 60px;
                    width: 60px;
                    top: 0;
                    &.slick-prev {
                        right: 75px;
                    }
                }
            }
        }
    }
}
        .image2 {
            background-color: #fff;
            border: 40px solid #fff;
            a, img {
                display: block;
                width: 100%;
                height: auto;
            }