/*# sourceMappingURL=https://demo.webbureau.nu/alusol2024//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 {
  position: relative;
  opacity: 1;
  z-index: 9999;
  margin-bottom: calc(var(--header-height) * -1);
}
header svg {
  height: auto;
  max-width: 250px !important;
}
header .image-logo-block {
  padding: 5px 0;
}
header .image-logo-block svg {
  height: auto;
}
header .image-logo-block img {
  margin: 0;
}
header .header__top {
  --custom-color: #fff;
  padding: 5px;
}
header .header__top .usps {
  justify-content: flex-start;
  gap: 15px;
  margin: 0;
  padding: 0;
  --custom-color: #fff;
}
header .header__top .usps .list-icon {
  background-color: transparent;
  --custom-color: #fff;
}
@media (max-width: 692px) {
  header .header__top .usps {
    display: none;
  }
}
header nav ul {
  justify-content: flex-end;
}
header .link {
  --custom-font-size: 12px;
  display: inline-flex;
  margin: 0;
  height: 100%;
  --custom-color:#fff;
}
header .link:hover {
  --custom-color: var(--secondary);
}
header .link .link__icon {
  display: none;
}
header .link + .link {
  margin-left: 15px;
}
header .header__middle {
  transition: all 0.4s;
}
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: 200px !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;
}
