/*# sourceMappingURL=http://localhost/huisje102025/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:#333;
  --custom-font-size: 12px;
  text-align: right;
  background-color: #f2f5f7;
}
.header__logo img {
  max-height: 60px;
  padding: 10px 0;
}
.breadcrumb {
  --custom-color: #cbcbcb!important;
}
header {
  opacity: 1;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
header nav ul {
  justify-content: flex-end;
}
header .link {
  display: inline-flex;
  margin: 0;
  height: 100%;
  --custom-font-weight: 700;
  --custom-color:var(--primary);
}
header .link:hover {
  --custom-color: var(--secondary);
}
header .link + .link {
  margin-left: 15px;
}
.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;
}
