.jub-carousel {
  margin-top: 0px;
  padding: 0;
  padding-bottom: 100px;
}

.jub-carousel .carousel-item {
  max-height: 585px;
  height: 100vh;
  background: no-repeat center center scroll;
  background-size: cover;
}

.jub-carousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg id='Gruppe_739' data-name='Gruppe 739' transform='translate(-1436 -3671)'%3E%3Crect id='Rechteck_1348' data-name='Rechteck 1348' width='40' height='40' transform='translate(1436 3671)' fill='%23f7f7f7'/%3E%3Cpath id='Pfad_5309' data-name='Pfad 5309' d='M8004.774,1058.478l-8.5,8.5,8.5,8.5' transform='translate(-6544.775 2624.022)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 40px;
  height: 40px;
}

.jub-carousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg id='Gruppe_740' data-name='Gruppe 740' transform='translate(-1486 -3671)'%3E%3Crect id='Rechteck_1349' data-name='Rechteck 1349' width='40' height='40' transform='translate(1526 3711) rotate(180)' fill='%23f7f7f7'/%3E%3Cpath id='Pfad_5310' data-name='Pfad 5310' d='M8004.774,1058.478l-8.5,8.5,8.5,8.5' transform='translate(9506.775 4757.978) rotate(180)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 40px;
  height: 40px;
}

.mod-38 .mask img {
  width: 100%;
  height: 510px
}

.w3-animate-fading {
  animation: fading 7s infinite
}

@keyframes fading {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.jub-carousel .carousel-control-next, .jub-carousel .carousel-control-prev {
  position: absolute;
  bottom: -68%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: end;
  width: unset;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1;
  transition: opacity .15s ease;
}

.jub-carousel .carousel-control-prev {
  right: 75px;
}

.jub-carousel .carousel-control-next {
  right: 30px;
}

.jub-carousel p {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 5px;
  color: #000
}

.jub-carousel .box {
  display: block;
  padding-top: 30px;
  height: 130px;
}

.jub-carousel .carousel-inner {
  padding-bottom: 100px;
}

.jub-carousel .carousel-caption {
  position: absolute;
  right: 0;
  bottom: unset;
  left: 0;
  padding-top: 25px;
  padding-bottom: unset;
  color: #000;
  text-align: left;
}