/*# sourceMappingURL=https://demo.webbureau.nu/ringelingtechniek2025//App/Image/Templates/BannerSmallImage/Css/main.scss.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-small {
  position: relative;
  overflow: hidden !important;
  margin-top: calc(var(--header-height) * -1);
  padding-top: calc(var(--header-height) + 100px);
  padding-bottom: 150px;
  --small: 692px;
}
@media (max-width: 692px) {
  .image-banner-small {
    padding-bottom: 15px;
  }
}
@media (min-width: 692px) and (max-width: 992px) {
  .image-banner-small > figure {
    max-width: 90vw !important;
  }
}
.image-banner-small > figure {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
  width: 100%;
  margin: 0 auto;
  --cw: 12;
  --cs: auto;
  --rh: 1;
  --rs: auto;
}
@media (max-width: 576px) {
  .image-banner-small > figure {
    max-width: calc(100% - 30px);
    gap: 15px 15px;
  }
}
@media (min-width: 576px) {
  .image-banner-small > figure {
    max-width: calc(100% - 30px);
    gap: 15px 15px;
  }
}
@media (min-width: 768px) {
  .image-banner-small > figure {
    max-width: 720px;
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .image-banner-small > figure {
    max-width: 960px;
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .image-banner-small > figure {
    max-width: 1140px;
    gap: 30px;
  }
}
@media (min-width: 1400px) {
  .image-banner-small > figure {
    max-width: 1290px;
    gap: 30px;
  }
}
.image-banner-small > figure.no-gap {
  gap: 0;
}
.image-banner-small > figure.fluid {
  margin: 0;
  max-width: 100%;
}
@media (max-width: 692px) {
  .image-banner-small > figure.fluid {
    width: 100%;
  }
}
.image-banner-small > figure > * {
  grid-column: var(--column-span) / span var(--column-width);
  grid-row: var(--row-span) / span var(--rh);
}
@media (max-width: 692px) {
  .image-banner-small > 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-small > 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-small > figure > * {
    --column-width: var(--cw, 12);
    --column-span: var(--cs, auto);
    --row-span: var(--rs, auto);
  }
}
.image-banner-small > figure > .align-center {
  align-self: center;
}
.image-banner-small > figure grid:not('.fixed'), .image-banner-small > figure .grid:not('.fixed') {
  max-width: 100% !important;
  margin: 0 !important;
}
.image-banner-small figcaption {
  align-self: center;
  grid-row-start: 1;
  padding-right: 272px;
  --cw: var(--figcaption-column-width, 7);
  --cw-sm:6;
  --h1-font-size: 35px;
  --h1-line-height: 45px;
}
@media (width < 992px) {
  .image-banner-small figcaption {
    --h1-font-size: 20px;
    --h1-line-height: 24px;
    --h2-font-size: 18px;
    --h2-line-height: 22px;
  }
}
.image-banner-small figcaption p {
  --font-size: 20px;
  --line-height: 24px;
}
.image-banner-small figcaption .button {
  font-size: 16px;
  --line-height: 16px;
}
@media (width <= 692px) {
  .image-banner-small figcaption {
    padding-right: 0;
  }
}
@media (width > 692px) and (width < 1500px) {
  .image-banner-small figcaption {
    padding-right: 50px;
  }
}
.image-banner-small .image {
  --cw: var(--image-column-width, 5);
  --cw-sm:6;
  z-index: 1;
  position: relative;
}
.image-banner-small .image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
