/*# sourceMappingURL=https://webbureau.nu/Templates/Blocks/Image/Css/BannerSmallImage.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;
}
.image-banner-block {
  width: 100%;
  --h1-font-size: 50px;
  --h1-line-height: 55px;
  --h1-color: var(--primary);
  --h2-color: var(--primary);
  background-image: linear-gradient(0deg, #efefef87, #b2b1b2) !important;
}
.image-banner-block figure {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
  width: 100%;
  margin: 0 auto;
  --cw: 12;
  --cs: auto;
  --rh: 1;
  --rs: auto;
  align-items: center;
}
@media (max-width: 576px) {
  .image-banner-block figure {
    max-width: calc(100% - 30px);
    gap: 15px 15px;
  }
}
@media (min-width: 576px) {
  .image-banner-block figure {
    max-width: calc(100% - 30px);
    gap: 15px 15px;
  }
}
@media (min-width: 768px) {
  .image-banner-block figure {
    max-width: 720px;
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .image-banner-block figure {
    max-width: 960px;
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .image-banner-block figure {
    max-width: 1140px;
    gap: 30px;
  }
}
@media (min-width: 1400px) {
  .image-banner-block figure {
    max-width: 1290px;
    gap: 30px;
  }
}
.image-banner-block figure.no-gap {
  gap: 0;
}
.image-banner-block figure.fluid {
  margin: 0;
  max-width: 100%;
}
@media (max-width: 692px) {
  .image-banner-block figure.fluid {
    width: 100%;
  }
}
.image-banner-block figure > * {
  grid-column: var(--column-span) / span var(--column-width);
  grid-row: var(--row-span) / span var(--rh);
}
@media (max-width: 692px) {
  .image-banner-block figure > * {
    --column-width: var(--cw-xs, 12);
    --column-span: var(--cs-xs, var(--cs));
    --row-span:var(--rs-xs, var(--rs));
  }
}
@media (min-width: 692px) and (max-width: 992px) {
  .image-banner-block figure > * {
    --column-width: var(--cw-sm, var(--cw));
    --column-span: var(--cs-sm, var(--cs));
    --row-span:var(--rs-sm, var(--rs));
  }
}
@media (min-width: 992px) {
  .image-banner-block figure > * {
    --column-width: var(--cw, 12);
    --column-span: var(--cs, auto);
    --row-span: var(--rs, auto);
  }
}
.image-banner-block figure > .align-center {
  align-self: center;
}
.image-banner-block figure grid:not('.fixed'), .image-banner-block figure .grid:not('.fixed') {
  max-width: 100% !important;
  margin: 0 !important;
}
@media (max-width: 692px) {
  .image-banner-block figure {
    flex-direction: column;
    padding: 30px 0;
  }
}
.image-banner-block figure > div {
  --cw:4;
  height: 300px;
  width: 300px;
}
.image-banner-block figure figcaption {
  --cw:8;
  --cs:1;
  --rs:1;
  max-width: 640px;
}
.image-banner-block h1 {
  max-width: 640px;
}
.banner.banner--blob {
  overflow: visible !important;
  min-height: 420px;
  position: relative;
  background-image: url(https://webbureau.nu/Files/Images/blob.svg);
  background-position: 32vw -346px;
  background-repeat: no-repeat;
  background-size: 65vw;
  /*
    @media(max-width: 692px){
      margin-top:0;
      background-size: 400px;
      background-position:0 84%;
      height: auto;
      padding-bottom: 100px;
      padding-top:50px;
      .banner__image_1{
        margin-top:50px;
      }
    }
    @media(min-width: 692px) and (max-width: 1024px){
      position: relative;
      background-position: 103% -133px;
      background-repeat: no-repeat;
      background-size: 427px;
      margin-top: -100px;
      .banner__image_1{
        margin-top:50px;
      }
    }
    */
}
@media (min-width: 692px) and (max-width: 992px) {
  .banner.banner--blob {
    background-position: 30vw -333px;
    background-size: 734px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .banner.banner--blob {
    background-position: 30vw -294px;
    background-size: 72vw;
  }
}
@media (max-width: 692px) {
  .banner.banner--blob {
    padding: 130px 0;
    background-size: 400px;
    background-position: 0 84%;
  }
}
.banner.banner--blob grid .image {
  position: relative;
}
.banner.banner--blob grid .image img {
  position: relative;
}
.banner.banner--blob .banner__image {
  margin-top: 100px;
}
