.swiper.mySwiper {
  height: 100vh;
}

.slider-inner {
  display: flex;
  height: 100vh;
  align-items: center;
}

.slider-inner h1 {
  text-shadow: 1px 1px 7px #000000;
}

.text-linier {
  text-shadow: 1px 1px 7px #000000;
  font-size: 1.5rem;
  font-weight: initial;
}

.gold {
  position: relative;
  top: -27px;
  width: 300px;
  height: 2px;
  background: var(--bh--linieverlauf--end);
}

.home-slider-navigation {
  display: inline-block;
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  left: 35px;
  z-index: 100;
  display: flex;
  flex-direction: column;
}

.swiper-pagination-bullet {
  width: 55px !important;
  height: 55px !important;
  text-align: center;
  line-height: 10px;
  font-size: 40px;
  color: #dedede;
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
  margin-left: 2rem;
  margin-bottom: 3rem !important;
  transition: background .5s !important;
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
  transition: all 1s ease;
}

