@charset "UTF-8";
/* breakpoints */
.elementgallery .swiper-button-prev:after {
  color: var(--Black);
  font-size: 20px;
  padding: 1rem;
  background-color: #FFF;
  cursor: pointer;
  content: "";
  font-family: "Font Awesome 5 Pro";
}
.elementgallery .swiper-button-next:after {
  color: var(--Black);
  font-size: 20px;
  padding: 1rem;
  background-color: #FFF;
  cursor: pointer;
  content: "";
  font-family: "Font Awesome 5 Pro";
}
.elementgallery .contentelement__gallerytext {
  position: relative;
  font-size: 4rem;
  font-weight: bold;
  top: -2.5rem;
  color: var(--button-background-color);
  z-index: 100;
  line-height: 0.8;
}
@media (max-width: 575.98px) {
  .elementgallery .contentelement__gallerytext {
    font-size: 2.5rem;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fgreensignevents%2Fscss%2Fcomponents%2F_elementgallery.scss%22%2C%22%2Fthemes%2Fgreensignevents%2Fscss%2Fcomponents%2F..%2Fsettings%2Fbreakpoints.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACiBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */