/*# sourceMappingURL=https://www.sabourstukadoors.nl//Templates/Image/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 {
  padding-top: calc(var(--header-height) + 30px);
  position: relative;
  overflow: hidden !important;
  --h1-color: #333;
}
.image-banner-small:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--body-background) 100%);
  position: absolute;
  inset: auto 0 0px 0;
  height: 600px;
  content: "";
  z-index: -1;
}
.image-banner-small:after {
  content: "";
  background-image: url("https://www.sabourstukadoors.nl/files/bg4.jpg");
  background-position: center -300px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
  position: absolute;
  inset: 0 0 0px 0;
  z-index: -2;
}
@media (max-width: 692px) {
  .image-banner-small:after {
    background-repeat: no-repeat;
    background-position: center -300px;
  }
}
@media (max-width: 992px) and (min-width: 692px) {
  .image-banner-small:after {
    right: calc((50vw + 200px) * -1);
  }
}
@media (max-width: 380px) {
  .image-banner-small:after {
    top: -240px;
    right: -944px;
  }
}
.image-banner-small figcaption {
  --h1-font-size: 35px;
  --h1-line-height: 45px;
  padding-right: 100px;
  text-align: center;
}
@media (max-width: 992px) {
  .image-banner-small figcaption {
    padding-right: 0;
  }
}
.image-banner-small figcaption p {
  --font-size: 20px;
  --line-height: 24px;
}
.image-banner-small figcaption .button {
  font-size: 16px;
  --line-height: 16px;
}
.image-banner-small .image {
  border-radius: var(--border-radius);
  z-index: 1;
  overflow: hidden;
}
.image-banner-small figure {
  margin-bottom: -100px;
  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 .image {
  --cw:5;
  --cw-sm:4;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.image-banner-small .image img {
  border-radius: var(--border-radius);
}
.image-banner-small figcaption {
  align-self: center;
  grid-row-start: 1;
  --cw:7;
  --cw-sm:8;
}
.image-banner-small figcaption .text-block {
  --cw-sm:12;
}
@media (min-width: 992px) {
  .image-banner-small figcaption {
    padding-right: 272px;
  }
}
@media (max-width: 692px) {
  html body .image-banner-block {
    margin-bottom: 0px;
    overflow: hidden !important;
  }
  html body .image-banner-block figcaption {
    padding-right: 20px !important;
    --cw:12!important;
    margin-top: 0px !important;
    padding-bottom: 30px;
  }
  html body .image-banner-block.main .image {
    display: none;
  }
  html body .image-banner-block .usps {
    margin-top: -15px;
    padding: 0 !important;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
  }
  html body .image-banner-block .usps li {
    min-width: 40%;
  }
}
