/*# sourceMappingURL=http://localhost/webbureau2024/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__top {
  --custom-color: #fff;
  --custom-font-size: 12px;
  text-align: right;
}
.header__logo img {
  max-height: 60px;
  padding: 10px 0;
}
header {
  --custom-color:#fff;
  opacity: 1;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
header svg {
  height: auto;
}
header nav ul {
  justify-content: center;
}
@media (max-width: 992px) {
  .header__top {
    --custom-color: var(--primary);
  }
}
.header__top .link {
  display: inline-block;
  margin: 0;
}
.header__top .link__icon {
  display: none !important;
}
@media (max-width: 992px) {
  .bannerlarge .header__top {
    --custom-color: #fff;
  }
}
.bannerlarge header {
  opacity: 1;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.bannerlarge header .header__middle:not(.fixed-active) svg path.text {
  fill: #fff !important;
}
.bannerlarge header .header__middle:not(.fixed-active) svg .line {
  fill: #fff !important;
}
