/* OBS! Dette er LESS-genereret! */

/* Brug .less-filen, hvis compiling er muligt i din editor. */

/* Ellers brug .css-filen og slet (eller omdøb) .less-filen og .map-filen, så .less-filen ikke overskriver ændringer lavet direkte i .css-filen */

.col.bg-color > div,
[class*="col-"].bg-color > div,
.col.bg-image > div,
[class*="col-"].bg-image > div {
  height: 100%;
}

.col.bg-color > div > .align-content-center,
.col.bg-color > div > .align-items-center,
[class*="col-"].bg-color > div > .align-content-center,
[class*="col-"].bg-color > div > .align-items-center,
.col.bg-image > div > .align-content-center,
.col.bg-image > div > .align-items-center,
[class*="col-"].bg-image > div > .align-content-center,
[class*="col-"].bg-image > div > .align-items-center {
  height: 100%;
}

.align-items-stretch.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > div,
.align-items-stretch.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > div > div,
.align-items-stretch.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item .row,
.align-items-stretch > .col > div,
.align-items-stretch > .col > div > .carousel,
.align-items-stretch > .col > div > .carousel > .carousel-inner,
.align-items-stretch > .col > div > .carousel > .carousel-inner > .carousel-item,
.align-items-stretch > .col > div > .carousel > .carousel-inner > .carousel-item > .carousel-content,
.align-items-stretch > [class*="col-"] > div,
.align-items-stretch > [class*="col-"] > div > .carousel,
.align-items-stretch > [class*="col-"] > div > .carousel > .carousel-inner,
.align-items-stretch > [class*="col-"] > div > .carousel > .carousel-inner > .carousel-item,
.align-items-stretch > [class*="col-"] > div > .carousel > .carousel-inner > .carousel-item > .carousel-content,
.align-items-stretch > .col > div:not(.product-thumb) > .row,
.align-items-stretch > [class*="col-"] > div:not(.product-thumb) > .row {
  height: 100%;
}

.align-items-stretch .columnz_type_image > div,
.align-items-stretch .columnz_type_image > div > a,
.align-items-stretch .columnz_type_image > div > span {
  height: 100%;
}

.align-items-stretch .columnz_type_image > div,
.align-items-stretch .columnz_type_image > div > a,
.align-items-stretch .columnz_type_image > div > span {
  height: 100%;
  width: 100%;
  display: block;
}

.align-items-stretch .columnz_type_image > div > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.align-items-stretch .columnz_type_image > div > a > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.align-items-stretch .columnz_type_image > div > span > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.align-items-stretch .columnz_type_slideshow .main_image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

:not(.product-thumb) > .flex-grow-1 > div {
  height: 100%;
}

:not(.product-thumb) > .flex-grow-0 > div {
  height: auto;
}

:not(.product-thumb) > .row.flex-column > .col,
:not(.product-thumb) > .row.flex-column > [class*="col-"] {
  max-width: 100%;
}

@media (min-width: 576px) {
  .col.bg-color > div > .align-content-sm-center,
  .col.bg-color > div > .align-items-sm-center,
  [class*="col-"].bg-color > div > .align-content-sm-center,
  [class*="col-"].bg-color > div > .align-items-sm-center,
  .col.bg-image > div > .align-content-sm-center,
  .col.bg-image > div > .align-items-sm-center,
  [class*="col-"].bg-image > div > .align-content-sm-center,
  [class*="col-"].bg-image > div > .align-items-sm-center {
    height: 100%;
  }

  .align-items-sm-stretch.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > div,
  .align-items-sm-stretch.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > div > div,
  .align-items-sm-stretch.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item .row,
  .align-items-sm-stretch > .col > div,
  .align-items-sm-stretch > .col > div > .carousel,
  .align-items-sm-stretch > .col > div > .carousel > .carousel-inner,
  .align-items-sm-stretch > .col > div > .carousel > .carousel-inner > .carousel-item,
  .align-items-sm-stretch > .col > div > .carousel > .carousel-inner > .carousel-item > .carousel-content,
  .align-items-sm-stretch > [class*="col-"] > div,
  .align-items-sm-stretch > [class*="col-"] > div > .carousel,
  .align-items-sm-stretch > [class*="col-"] > div > .carousel > .carousel-inner,
  .align-items-sm-stretch > [class*="col-"] > div > .carousel > .carousel-inner > .carousel-item,
  .align-items-sm-stretch > [class*="col-"] > div > .carousel > .carousel-inner > .carousel-item > .carousel-content,
  .align-items-sm-stretch > .col > div:not(.product-thumb) > .row,
  .align-items-sm-stretch > [class*="col-"] > div:not(.product-thumb) > .row {
    height: 100%;
  }

  .align-items-sm-stretch .columnz_type_image > div,
  .align-items-sm-stretch .columnz_type_image > div,
  .align-items-sm-stretch .columnz_type_image > div > a {
    height: 100%;
  }

  .align-items-sm-stretch .columnz_type_image > div,
  .align-items-sm-stretch .columnz_type_image > div > a,
  .align-items-sm-stretch .columnz_type_image > div > span {
    width: 100%;
    height: 100%;
    display: block;
  }

  .align-items-sm-stretch .columnz_type_image > div > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .align-items-sm-stretch .columnz_type_image > div > a > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .align-items-sm-stretch .columnz_type_image > div > span > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .align-items-sm-stretch .columnz_type_slideshow .main_image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  :not(.product-thumb) > .flex-sm-grow-1 > div {
    height: 100%;
  }

  :not(.product-thumb) > .flex-sm-grow-0 > div {
    height: auto;
  }

  :not(.product-thumb) > .row.flex-sm-column > .col,
  :not(.product-thumb) > .row.flex-sm-column > [class*="col-"] {
    max-width: 100%;
  }
}

@media (min-width: 767px) {
  .col.bg-color > div > .align-content-md-center,
  .col.bg-color > div > .align-items-md-center,
  [class*="col-"].bg-color > div > .align-content-md-center,
  [class*="col-"].bg-color > div > .align-items-md-center,
  .col.bg-image > div > .align-content-md-center,
  .col.bg-image > div > .align-items-md-center,
  [class*="col-"].bg-image > div > .align-content-md-center,
  [class*="col-"].bg-image > div > .align-items-md-center {
    height: 100%;
  }

  .align-items-md-stretch.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > div,
  .align-items-md-stretch.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > div > div,
  .align-items-md-stretch.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item .row,
  .align-items-md-stretch > .col > div,
  .align-items-md-stretch > .col > div > .carousel,
  .align-items-md-stretch > .col > div > .carousel > .carousel-inner,
  .align-items-md-stretch > .col > div > .carousel > .carousel-inner > .carousel-item,
  .align-items-md-stretch > .col > div > .carousel > .carousel-inner > .carousel-item > .carousel-content,
  .align-items-md-stretch > [class*="col-"] > div,
  .align-items-md-stretch > [class*="col-"] > div > .carousel,
  .align-items-md-stretch > [class*="col-"] > div > .carousel > .carousel-inner,
  .align-items-md-stretch > [class*="col-"] > div > .carousel > .carousel-inner > .carousel-item,
  .align-items-md-stretch > [class*="col-"] > div > .carousel > .carousel-inner > .carousel-item > .carousel-content,
  .align-items-md-stretch > .col > div:not(.product-thumb) > .row,
  .align-items-md-stretch > [class*="col-"] > div:not(.product-thumb) > .row {
    height: 100%;
  }

  .align-items-md-stretch .columnz_type_image > div,
  .align-items-md-stretch .columnz_type_image > div,
  .align-items-md-stretch .columnz_type_image > div > a {
    height: 100%;
  }

  .align-items-md-stretch .columnz_type_image > div,
  .align-items-md-stretch .columnz_type_image > div > a,
  .align-items-md-stretch .columnz_type_image > div > span {
    width: 100%;
    height: 100%;
    display: block;
  }

  .align-items-md-stretch .columnz_type_image > div > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .align-items-md-stretch .columnz_type_image > div > a > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .align-items-md-stretch .columnz_type_image > div > span > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .align-items-md-stretch .columnz_type_slideshow .main_image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  :not(.product-thumb) > .flex-md-grow-1 > div {
    height: 100%;
  }

  :not(.product-thumb) > .flex-md-grow-0 > div {
    height: auto;
  }

  :not(.product-thumb) > .row.flex-md-column > .col,
  :not(.product-thumb) > .row.flex-md-column > [class*="col-"] {
    max-width: 100%;
  }
}

@media (min-width: 991px) {
  .col.bg-color > div > .align-content-lg-center,
  .col.bg-color > div > .align-items-lg-center,
  [class*="col-"].bg-color > div > .align-content-lg-center,
  [class*="col-"].bg-color > div > .align-items-lg-center,
  .col.bg-image > div > .align-content-lg-center,
  .col.bg-image > div > .align-items-lg-center,
  [class*="col-"].bg-image > div > .align-content-lg-center,
  [class*="col-"].bg-image > div > .align-items-lg-center {
    height: 100%;
  }

  .align-items-lg-stretch.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > div,
  .align-items-lg-stretch.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > div > div,
  .align-items-lg-stretch.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item .row,
  .align-items-lg-stretch > .col > div,
  .align-items-lg-stretch > .col > div > .carousel,
  .align-items-lg-stretch > .col > div > .carousel > .carousel-inner,
  .align-items-lg-stretch > .col > div > .carousel > .carousel-inner > .carousel-item,
  .align-items-lg-stretch > .col > div > .carousel > .carousel-inner > .carousel-item > .carousel-content,
  .align-items-lg-stretch > [class*="col-"] > div,
  .align-items-lg-stretch > [class*="col-"] > div > .carousel,
  .align-items-lg-stretch > [class*="col-"] > div > .carousel > .carousel-inner,
  .align-items-lg-stretch > [class*="col-"] > div > .carousel > .carousel-inner > .carousel-item,
  .align-items-lg-stretch > [class*="col-"] > div > .carousel > .carousel-inner > .carousel-item > .carousel-content,
  .align-items-lg-stretch > .col > div:not(.product-thumb) > .row,
  .align-items-lg-stretch > [class*="col-"] > div:not(.product-thumb) > .row {
    height: 100%;
  }

  .align-items-lg-stretch .columnz_type_image > div,
  .align-items-lg-stretch .columnz_type_image > div,
  .align-items-lg-stretch .columnz_type_image > div > a {
    height: 100%;
  }

  .align-items-lg-stretch .columnz_type_image > div,
  .align-items-lg-stretch .columnz_type_image > div > a,
  .align-items-lg-stretch .columnz_type_image > div > span {
    width: 100%;
    height: 100%;
    display: block;
  }

  .align-items-lg-stretch .columnz_type_image > div > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .align-items-lg-stretch .columnz_type_image > div > a > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .align-items-lg-stretch .columnz_type_image > div > span > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .align-items-lg-stretch .columnz_type_slideshow .main_image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  :not(.product-thumb) > .flex-lg-grow-1 > div {
    height: 100%;
  }

  :not(.product-thumb) > .flex-lg-grow-0 > div {
    height: auto;
  }

  :not(.product-thumb) > .row.flex-lg-column > .col,
  :not(.product-thumb) > .row.flex-lg-column > [class*="col-"] {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col.bg-color > div > .align-content-xl-center,
  .col.bg-color > div > .align-items-xl-center,
  [class*="col-"].bg-color > div > .align-content-xl-center,
  [class*="col-"].bg-color > div > .align-items-xl-center,
  .col.bg-image > div > .align-content-xl-center,
  .col.bg-image > div > .align-items-xl-center,
  [class*="col-"].bg-image > div > .align-content-xl-center,
  [class*="col-"].bg-image > div > .align-items-xl-center {
    height: 100%;
  }

  .align-items-xl-stretch.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > div,
  .align-items-xl-stretch.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > div > div,
  .align-items-xl-stretch.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item .row,
  .align-items-xl-stretch > .col > div,
  .align-items-xl-stretch > .col > div > .carousel,
  .align-items-xl-stretch > .col > div > .carousel > .carousel-inner,
  .align-items-xl-stretch > .col > div > .carousel > .carousel-inner > .carousel-item,
  .align-items-xl-stretch > .col > div > .carousel > .carousel-inner > .carousel-item > .carousel-content,
  .align-items-xl-stretch > [class*="col-"] > div,
  .align-items-xl-stretch > [class*="col-"] > div > .carousel,
  .align-items-xl-stretch > [class*="col-"] > div > .carousel > .carousel-inner,
  .align-items-xl-stretch > [class*="col-"] > div > .carousel > .carousel-inner > .carousel-item,
  .align-items-xl-stretch > [class*="col-"] > div > .carousel > .carousel-inner > .carousel-item > .carousel-content,
  .align-items-xl-stretch > .col > div:not(.product-thumb) > .row,
  .align-items-xl-stretch > [class*="col-"] > div:not(.product-thumb) > .row {
    height: 100%;
  }

  .align-items-xl-stretch .columnz_type_image > div,
  .align-items-xl-stretch .columnz_type_image > div,
  .align-items-xl-stretch .columnz_type_image > div > a {
    height: 100%;
  }

  .align-items-xl-stretch .columnz_type_image > div,
  .align-items-xl-stretch .columnz_type_image > div > a,
  .align-items-xl-stretch .columnz_type_image > div > span {
    width: 100%;
    height: 100%;
    display: block;
  }

  .align-items-xl-stretch .columnz_type_image > div > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .align-items-xl-stretch .columnz_type_image > div > a > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .align-items-xl-stretch .columnz_type_image > div > span > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .align-items-xl-stretch .columnz_type_slideshow .main_image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  :not(.product-thumb) > .flex-xl-grow-1 > div {
    height: 100%;
  }

  :not(.product-thumb) > .flex-xl-grow-0 > div {
    height: auto;
  }

  :not(.product-thumb) > .row.flex-xl-column > .col,
  :not(.product-thumb) > .row.flex-xl-column > [class*="col-"] {
    max-width: 100%;
  }
}

@media (min-width: 1500px) {
  .col.bg-color > div > .align-content-xxl-center,
  .col.bg-color > div > .align-items-xxl-center,
  [class*="col-"].bg-color > div > .align-content-xxl-center,
  [class*="col-"].bg-color > div > .align-items-xxl-center,
  .col.bg-image > div > .align-content-xxl-center,
  .col.bg-image > div > .align-items-xxl-center,
  [class*="col-"].bg-image > div > .align-content-xxl-center,
  [class*="col-"].bg-image > div > .align-items-xxl-center {
    height: 100%;
  }

  .align-items-xxl-stretch.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > div,
  .align-items-xxl-stretch.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > div > div,
  .align-items-xxl-stretch.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item .row,
  .align-items-xxl-stretch > .col > div,
  .align-items-xxl-stretch > .col > div > .carousel,
  .align-items-xxl-stretch > .col > div > .carousel > .carousel-inner,
  .align-items-xxl-stretch > .col > div > .carousel > .carousel-inner > .carousel-item,
  .align-items-xxl-stretch > .col > div > .carousel > .carousel-inner > .carousel-item > .carousel-content,
  .align-items-xxl-stretch > [class*="col-"] > div,
  .align-items-xxl-stretch > [class*="col-"] > div > .carousel,
  .align-items-xxl-stretch > [class*="col-"] > div > .carousel > .carousel-inner,
  .align-items-xxl-stretch > [class*="col-"] > div > .carousel > .carousel-inner > .carousel-item,
  .align-items-xxl-stretch > [class*="col-"] > div > .carousel > .carousel-inner > .carousel-item > .carousel-content,
  .align-items-xxl-stretch > .col > div:not(.product-thumb) > .row,
  .align-items-xxl-stretch > [class*="col-"] > div:not(.product-thumb) > .row {
    height: 100%;
  }

  .align-items-xxl-stretch .columnz_type_image > div,
  .align-items-xxl-stretch .columnz_type_image > div,
  .align-items-xxl-stretch .columnz_type_image > div > a {
    height: 100%;
  }

  .align-items-xxl-stretch .columnz_type_image > div,
  .align-items-xxl-stretch .columnz_type_image > div > a,
  .align-items-xxl-stretch .columnz_type_image > div > span {
    height: 100%;
    width: 100%;
    display: block;
  }

  .align-items-xxl-stretch .columnz_type_image > div > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .align-items-xxl-stretch .columnz_type_image > div > a > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .align-items-xxl-stretch .columnz_type_image > div > span > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .align-items-xxl-stretch .columnz_type_slideshow .main_image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  :not(.product-thumb) > .flex-xxl-grow-1 > div {
    height: 100%;
  }

  :not(.product-thumb) > .flex-xxl-grow-0 > div {
    height: auto;
  }

  :not(.product-thumb) > .row.flex-xxl-column > .col,
  :not(.product-thumb) > .row.flex-xxl-column > [class*="col-"] {
    max-width: 100%;
  }
}/*# sourceMappingURL=columnz.css.map */