.swiper.referenz-gallery {
  .swiper-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;

    .swiper-scrollbar {
      position: static;
      height: 1px;
      background: var(--e-global-color-474c804);

      .swiper-scrollbar-drag {
        height: 3px;
        background: var(--e-global-color-accent);
      }
    }

    .swiper-arrows {
      display: flex;
      gap: 20px;

      div[class*="swiper-button"] {
        position: static;
        width: unset;
        height: unset;
        margin: 0;

        -webkit-touch-callout: none;
        -webkit-user-select: none;

        &:after {
          content: "";
        }
      }
    }
  }

  .swiper-slide {
    img {
      border: 1px solid;
    }
  }
}
