.ab-gallery-slider {
  --ab-gallery-slider-media-ratio: 990/550;
  margin-bottom: 40px;
  padding-top: 50px;
}
@media screen and (min-width: 992px) {
  .ab-gallery-slider {
    padding-top: 80px;
  }
}
.ab-gallery-slider__content {
  width: 100%;
  position: relative;
}
.ab-gallery-slider__swiper {
  overflow: hidden;
  padding-bottom: 130px;
}
@media screen and (min-width: 992px) {
  .ab-gallery-slider__swiper {
    padding-bottom: 140px;
  }
}
.ab-gallery-slider__card {
  display: flex;
  flex-direction: column;
}
.ab-gallery-slider__image {
  width: 100%;
  height: auto;
  aspect-ratio: var(--ab-gallery-slider-media-ratio);
  object-fit: cover;
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  .ab-gallery-slider__image {
    margin-bottom: 10px;
  }
}
.ab-gallery-slider .ab-gallery-slider__card-headline {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 992px) {
  .ab-gallery-slider .ab-gallery-slider__card-headline {
    font-size: 16px;
    line-height: 24px;
  }
}
.ab-gallery-slider__navigation {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: var(--ab-gallery-slider-media-ratio);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
}
.ab-gallery-slider__navigation .bricks-swiper-button-prev, .ab-gallery-slider__navigation .bricks-swiper-button-next {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  align-self: center;
  background-color: var(--neon-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  position: relative;
  top: auto;
  bottom: auto;
  margin: 0;
  transform: none !important;
  pointer-events: auto;
}
.ab-gallery-slider__navigation .bricks-swiper-button-prev::after, .ab-gallery-slider__navigation .bricks-swiper-button-next::after {
  position: relative;
  content: "";
  background-image: url("../../assets/images/arrow-sharp.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.ab-gallery-slider__navigation .bricks-swiper-button-prev i, .ab-gallery-slider__navigation .bricks-swiper-button-next i {
  display: none;
}
.ab-gallery-slider__navigation .bricks-swiper-button-prev[aria-disabled=true], .ab-gallery-slider__navigation .bricks-swiper-button-next[aria-disabled=true] {
  opacity: 0.2;
  cursor: not-allowed;
}
.ab-gallery-slider__navigation .swiper-button.swiper-button-disabled {
  opacity: 0.25;
}
.ab-gallery-slider__navigation .bricks-swiper-button-prev {
  left: 0;
}
@media screen and (min-width: 1360px) {
  .ab-gallery-slider__navigation .bricks-swiper-button-prev {
    left: -100px;
  }
}
.ab-gallery-slider__navigation .bricks-swiper-button-prev::after {
  transform: rotate(180deg);
}
.ab-gallery-slider__navigation .bricks-swiper-button-next {
  right: 0;
}
@media screen and (min-width: 1360px) {
  .ab-gallery-slider__navigation .bricks-swiper-button-next {
    right: -100px;
  }
}
.ab-gallery-slider__pagination {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  display: flex;
}
@media screen and (min-width: 1360px) {
  .ab-gallery-slider__pagination {
    display: flex;
    justify-content: center;
    width: fit-content !important;
    bottom: 85px;
  }
}

.ab-gallery-slider--no-pt {
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  .ab-gallery-slider--no-pt {
    padding-top: 0;
  }
}

.ab-gallery-slider--no-pb .ab-gallery-slider__swiper {
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .ab-gallery-slider--no-pb .ab-gallery-slider__swiper {
    padding-bottom: 0;
  }
}

.ab-gallery-slider--shortcode .ab-gallery-slider__container {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.copyright .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ab-gallery-slider__thumbs {
  overflow: hidden;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .ab-gallery-slider__thumbs {
    margin-top: 20px;
  }
}
.ab-gallery-slider__thumbs .swiper-slide {
  width: 90px;
  flex: 0 0 auto;
  cursor: pointer;
  opacity: 0.45;
  transition: opacity 200ms ease;
}
@media screen and (min-width: 992px) {
  .ab-gallery-slider__thumbs .swiper-slide {
    width: 160px;
  }
}
.ab-gallery-slider__thumbs .swiper-slide:hover {
  opacity: 0.8;
}
.ab-gallery-slider__thumbs .swiper-slide.swiper-slide-thumb-active, .ab-gallery-slider__thumbs .swiper-slide.swiper-slide-thumb-active:hover {
  opacity: 1;
}

.ab-gallery-slider__thumb-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.ab-gallery-slider--has-thumbs .ab-gallery-slider__swiper {
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .ab-gallery-slider--has-thumbs .ab-gallery-slider__swiper {
    padding-bottom: 0;
  }
}
.ab-gallery-slider--has-thumbs .ab-gallery-slider__pagination {
  display: none;
}

.brxe-shortcode:empty {
  display: none;
}

/*# sourceMappingURL=galerie-slider-module.css.map */
