/*# sourceMappingURL=http://localhost/thuisreiniging2025/Templates/Pages/Header/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;
}
header {
  opacity: 1;
  z-index: 99;
  position: relative;
}
header .row {
  gap: 15px;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  header .row {
    justify-content: flex-start;
    flex-direction: row-reverse;
  }
}
header .header__middle {
  background: #fff !important;
  box-shadow: var(--box-shadow);
  width: auto;
  max-width: 1350px;
  gap: 30px;
  margin: auto;
  border-radius: 100px;
  padding: 10px 30px;
}
@media (max-width: 576px) {
  header .header__middle {
    max-width: calc(100% - 15px);
  }
}
@media (min-width: 692px) and (max-width: 1390px) {
  header .header__middle {
    max-width: 90vw;
  }
}
header .header__top {
  padding: 15px 0;
}
header .header__logo img {
  max-height: 60px;
  padding: 10px 0;
}
header .image-logo-block svg {
  height: auto;
}
header .image-logo-block img {
  margin: 0;
}
header nav ul {
  justify-content: flex-end;
}
header .link {
  --custom-font-weight:700;
  margin: 0;
  height: 100%;
  --custom-color:#000;
}
header .link:hover {
  --custom-color: var(--secondary);
}
header .link .link__icon {
  margin-right: 5px;
  color: var(--primary);
}
header .link .link {
  margin-left: 15px;
}
header .header__middle grid {
  position: relative;
  transition: padding 0.3s;
}
header .header__middle grid:before {
  opacity: 0;
  transition: opacity 0.3s;
  content: "";
  background-color: transparent;
  position: absolute;
  left: 0px;
  right: 0px;
  top: -10px;
  bottom: -10px;
  z-index: -1;
  border-radius: 15px;
}
header .header__middle grid svg {
  margin-left: 0px;
  transition: margin-left 0.3s;
  height: auto;
  max-width: 270px !important;
}
@media (width < 692px) {
  header .header__middle grid svg {
    max-width: min(60vw, 230px) !important;
  }
}
header .header__middle.fixed-active {
  --button-background:var(--bg-color);
  --button-color:#fff;
  background-color: transparent !important;
  padding: 20px 0;
}
header .header__middle.fixed-active a.button {
  color: #fff !important;
}
header .header__middle.fixed-active a.link {
  --custom-color: var(--bg-color);
}
header .header__middle.fixed-active grid {
  transition: background-color 0.3s;
  filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
  max-width: 1260px;
  padding: 0 15px;
}
header .header__middle.fixed-active grid:before {
  opacity: 1;
  backdrop-filter: saturate(150%) blur(18px);
  background-color: #fffffff2;
}
header .header__middle.fixed-active grid svg {
  max-height: 40px;
  margin-top: -5px;
  margin-left: 15px;
  max-width: 139px !important;
}
header .header__middle .image-logo-block {
  transition: all 0.4s;
  display: flex;
  align-items: center;
}
header .header__middle.fixed-active {
  height: auto !important;
}
header .header__middle.fixed-active img, header .header__middle.fixed-active svg {
  max-width: 300px !important;
  max-height: auto !important;
}
.bannerlarge header {
  opacity: 1;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.bannerlarge header svg .main-text text {
  fill: #fff !important;
}
.bannerlarge header svg .line {
  fill: #fff !important;
}
