.gallery-element {
  position: relative;
  z-index: 2;
  margin-top: 4rem;
}
.gallery-image-circle {
  mask-image: url("/resources/themes/heimattage/images/image_mask.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
  max-width: 100%;
}
.gallery-image-circle.gallery-offset-top {
  margin-top: 10rem;
}
.swiper-navigation .swiper-button-prev, .swiper-navigation .swiper-button-next {
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #dee2e6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: background 0.2s, box-shadow 0.2s;
}
.swiper-navigation .swiper-button-prev:hover, .swiper-navigation .swiper-button-next:hover {
  background: #f8f9fa;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.galleryelement__graphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fheimattage%2Fscss%2Felements%2F_galeryelement.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */