:root {
  --swiper-pagination-color: var(--secondary-color);
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;

}


/*
//
// HEADER
// -------------------------------------------------------------------------------------- */

.swiper-header {
  --swiper-pagination-bullet-size: 10px;
}

.swiper-header img {
  height: 100vh;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.swiper-header .swiper-slide-content {
  hyphens: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}



/*
//
// PORTFOLIO
// -------------------------------------------------------------------------------------- */
.swiper-portfolio .swiper-wrapper {
  margin-bottom: 70px;
}
.swiper-portfolio .swiper-button-prev,
.swiper-portfolio .swiper-button-next {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  top: auto;
  bottom: 2px;

  left: 50%;
  transform: translateX(-50%);
}

.swiper-portfolio .swiper-button-prev:after,
.swiper-portfolio .swiper-button-next:after {
  content: none;
}

.swiper-portfolio .swiper-button-prev {
  background-image: url(../images/swiperjs/arrow-left.svg);
  margin-right: 55px;
}

.swiper-portfolio .swiper-button-next {
  background-image: url(../images/swiperjs/arrow-right.svg);
  margin-left: 55px;
}



/*
//
// IMPRESSIONEN
// -------------------------------------------------------------------------------------- */
.swiper-impressions .swiper-button-prev,
.swiper-impressions .swiper-button-next {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.swiper-impressions .swiper-button-prev:after,
.swiper-impressions .swiper-button-next:after {
  content: none;
}

.swiper-impressions .swiper-button-prev {
  background-image: url(../images/swiperjs/arrow-left.svg);
}

.swiper-impressions .swiper-button-next {
  background-image: url(../images/swiperjs/arrow-right.svg);
}