/*# sourceMappingURL=http://localhost/thuisreiniging2025/Templates/Pages/Footer/Css/main.less.map*/.cw1 {
  --cw:1;
}
.cw2 {
  --cw:2;
}
.cw3 {
  --cw:3;
}
.cw4 {
  --cw:4;
}
.cw5 {
  --cw:5;
}
.cw6 {
  --cw:6;
}
.cw7 {
  --cw:7;
}
.cw8 {
  --cw:8;
}
.cw9 {
  --cw:9;
}
.cw10 {
  --cw:10;
}
.cw11 {
  --cw:11;
}
.cw12 {
  --cw:12;
}
footer {
  padding: 50px 0 0px;
  --h5-margin: 10px;
  --h5-font-size: 20px;
}
footer a:hover {
  --custom-color:var(--primary);
}
footer h5 a {
  --custom-font-size: 20px;
  --custom-font-weight:500;
  font-size: 20px !important;
  line-height: 24px !important;
  font-family: var(--h5-font-family) !important;
}
footer h5 a :hover {
  --custom-color:var(--secondary);
}
footer .footer__cta {
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}
footer .footer__cta grid {
  background-color: #ffffff;
  border-radius: var(--border-radius);
  padding: 50px 0;
  box-shadow: var(--box-shadow);
}
@media (max-width: 692px) {
  footer .footer__cta grid {
    padding: 50px 20px;
    max-width: calc(100vw - 80px);
  }
}
footer .footer__cta .image-block {
  overflow: visible;
  position: relative;
}
@media (max-width: 692px) {
  footer .footer__cta .image-block {
    display: none;
  }
}
footer .footer__cta .image-block img {
  position: absolute;
  bottom: -54px;
  width: 250px;
  right: -33px;
}
footer section:not(.footer__cta) {
  --custom-color:var(--primary);
  --icon-color: var(--primary);
  padding-top: 200px;
  background-color: var(--footer-background);
  padding-bottom: 100px;
}
footer section:not(.footer__cta):after {
  height: 100% !important;
}
footer section:not(.footer__cta) ul li:before {
  color: var(--primary) !important;
}
footer nav.vertical ul li:before {
  color: var(--primary);
}
