.customer-styles {
  /* START article: stage */
  /* END article: stage */
}

.customer-styles .template_stage {
  padding-top: 38px;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .customer-styles .template_stage {
    padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage {
    padding-bottom: 25px;
  }
}

.customer-styles .template_stage .stage {
  display: flex;
  list-style-type: none;
  align-items: center;
  margin-left: -16px;
  flex-wrap: nowrap;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.customer-styles .template_stage .stage.center-items {
  justify-content: center;
}

.customer-styles .template_stage .stage li {
  position: relative;
  padding: 2px 0;
}

.customer-styles .template_stage .stage li:first-child {
  margin-left: 41px;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .stage li:first-child {
    margin-left: 56px;
  }
}

.customer-styles .template_stage .stage li:last-child {
  margin-right: 25px;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .stage li:last-child {
    margin-right: 40px;
  }
}

.customer-styles .template_stage .stage li.item1 {
  margin-left: 16px;
}

.customer-styles .template_stage .stage li.item1:first-child {
  margin-left: 41px;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .stage li.item1:first-child {
    margin-left: 56px;
  }
}

.customer-styles .template_stage .headlines-container {
  text-align: center;
  margin-top: 40px;
}

.customer-styles .template_stage .content {
  grid-column: 1/7;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .content {
    grid-column: 3/15;
  }
}

.customer-styles .template_stage .headline {
  font-family: "Didot Bold", "Times New Roman", Times, serif;
  font-style: normal;
  color: black;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: normal;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .headline {
    font-size: 44px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .headline {
    line-height: 52.8px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .headline {
    letter-spacing: 4.4px;
  }
}

.customer-styles .template_stage .subheadline {
  font-family: "Didot Italic", "Times New Roman", Times, serif;
  color: black;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.4px;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .subheadline {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .subheadline {
    line-height: 32px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .subheadline {
    letter-spacing: 0.44px;
  }
}

.customer-styles .template_stage .arrow-wrapper {
  animation: bounce 1.5s infinite;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}

.customer-styles .template_stage .arrow-down {
  width: 14px;
  height: 14px;
  position: relative;
  transform: rotate(180deg);
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
}

.customer-styles .template_stage .arrow-down::before, .customer-styles .template_stage .arrow-down::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 10px;
  background-color: #89101E;
  top: 2px;
  transform-origin: top;
}

.customer-styles .template_stage .arrow-down::before {
  left: 9px;
  transform: rotate(45deg);
}

.customer-styles .template_stage .arrow-down::after {
  right: 3px;
  transform: rotate(-45deg);
}

.customer-styles .template_stage .stage-outer {
  /*width: 100%;
    overflow: hidden;*/
}

.customer-styles .template_stage .item1 {
  min-width: 275px;
  max-width: 275px;
  margin-left: -25px;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .item1 {
    min-width: 350px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .item1 {
    max-width: 350px;
  }
}

.customer-styles .template_stage .item1 .image-wrapper:after {
  content: "";
  display: block;
  min-width: 60px;
  min-height: 60px;
  border: 1px solid #CB9943;
  z-index: 10;
  position: absolute;
  top: 191px;
  right: -28px;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .item1 .image-wrapper:after {
    min-width: 79px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .item1 .image-wrapper:after {
    min-height: 79px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .item1 .image-wrapper:after {
    top: 237px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .item1 .image-wrapper:after {
    right: -40px;
  }
}

.customer-styles .template_stage .item2 {
  min-width: 187px;
  max-width: 187px;
  margin-left: -25px;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .item2 {
    min-width: 238px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .item2 {
    max-width: 238px;
  }
}

.customer-styles .template_stage .item3 {
  min-width: 141px;
  max-width: 141px;
  margin-left: -27px;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .item3 {
    min-width: 180px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .item3 {
    max-width: 180px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .item3 {
    margin-left: -33px;
  }
}

.customer-styles .template_stage .item3 .image-wrapper:after {
  content: "";
  display: block;
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
  border: 1px solid #CB9943;
  z-index: 10;
  position: absolute;
  top: -47px;
  right: -9px;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .item3 .image-wrapper:after {
    min-width: 106px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .item3 .image-wrapper:after {
    max-width: 106px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .item3 .image-wrapper:after {
    min-height: 106px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .item3 .image-wrapper:after {
    max-height: 106px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .item3 .image-wrapper:after {
    top: -62px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .item3 .image-wrapper:after {
    right: -11px;
  }
}

.customer-styles .template_stage .item4 {
  min-width: 305px;
  max-width: 305px;
  margin-left: -25px;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .item4 {
    min-width: 388px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .item4 {
    max-width: 388px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .item4 {
    margin-left: -30px;
  }
}

.customer-styles .template_stage .item4 .image-wrapper:after {
  content: "";
  display: block;
  min-width: 58px;
  max-width: 58px;
  min-height: 58px;
  max-height: 58px;
  border: 1px solid #CB9943;
  z-index: 10;
  position: absolute;
  top: 191px;
  right: -17px;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .item4 .image-wrapper:after {
    min-width: 74px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .item4 .image-wrapper:after {
    max-width: 74px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .item4 .image-wrapper:after {
    min-height: 74px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .item4 .image-wrapper:after {
    max-height: 74px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .item4 .image-wrapper:after {
    top: 243px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .item4 .image-wrapper:after {
    right: -25px;
  }
}

.customer-styles .template_stage .item5 {
  min-width: 158px;
  max-width: 158px;
  margin-left: -18px;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .item5 {
    min-width: 202px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .item5 {
    max-width: 202px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .item5 {
    margin-left: -20px;
  }
}

.customer-styles .template_stage .image-wrapper {
  position: relative;
}

.customer-styles .template_stage .image-wrapper:after {
  pointer-events: none;
}

.customer-styles .template_stage .image1 {
  min-width: 275px;
  min-height: 275px;
  max-width: 275px;
  max-height: 275px;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .image1 {
    min-width: 350px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .image1 {
    min-height: 350px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .image1 {
    max-width: 350px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .image1 {
    max-height: 350px;
  }
}

.customer-styles .template_stage .image2 {
  min-width: 187px;
  min-height: 187px;
  max-width: 187px;
  max-height: 187px;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .image2 {
    min-width: 238px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .image2 {
    min-height: 238px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .image2 {
    max-width: 238px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .image2 {
    max-height: 238px;
  }
}

.customer-styles .template_stage .image3 {
  min-width: 141px;
  min-height: 141px;
  max-width: 141px;
  max-height: 141px;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .image3 {
    min-width: 180px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .image3 {
    min-height: 180px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .image3 {
    max-width: 180px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .image3 {
    max-height: 180px;
  }
}

.customer-styles .template_stage .image4 {
  min-width: 305px;
  min-height: 305px;
  max-width: 305px;
  max-height: 305px;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .image4 {
    min-width: 388px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .image4 {
    min-height: 388px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .image4 {
    max-width: 388px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .image4 {
    max-height: 388px;
  }
}

.customer-styles .template_stage .image5 {
  min-width: 158px;
  min-height: 158px;
  max-width: 158px;
  max-height: 158px;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .image5 {
    min-width: 202px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .image5 {
    min-height: 202px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .image5 {
    max-width: 202px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .image5 {
    max-height: 202px;
  }
}

.customer-styles .template_stage img.media-object {
  mix-blend-mode: multiply;
  display: block;
}

.customer-styles .template_stage .item-link {
  text-decoration: none;
}

.customer-styles .template_stage .item-link:focus .image-wrapper:after {
  outline: none;
}

.customer-styles .template_stage .item-link:hover .subline {
  font-family: "avenir-black", Arial, Helvetica;
}

.customer-styles .template_stage .subline {
  font-family: "Avenir Book", Arial, Helvetica;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.75px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  min-height: 30px;
}

.customer-styles .template_stage .pagination {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .pagination {
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .pagination {
    padding-right: 15px;
  }
}

.customer-styles .template_stage .pagination.hide {
  display: none;
}

.customer-styles .template_stage .btn {
  width: 44px;
  height: 44px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customer-styles .template_stage .btn:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.666' height='18.666' viewBox='0 0 18.666 18.666'%3E%3Cpath id='Pfad_9834' data-name='Pfad 9834' d='M12.2,0V12.2H0' transform='translate(0 9.333) rotate(-45)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
}

.customer-styles .template_stage .btn:hover:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.08' height='20.08' viewBox='0 0 20.08 20.08'%3E%3Cpath id='Pfad_9834' data-name='Pfad 9834' d='M12.2,0V12.2H0' transform='translate(0 10.04) rotate(-45)' fill='none' stroke='%23000' stroke-width='4'/%3E%3C/svg%3E%0A");
}

.customer-styles .template_stage .btn.btn-prev {
  margin-left: 15px;
}

.customer-styles .template_stage .btn.btn-prev:before {
  transform: rotate(180deg);
}

.customer-styles .template_stage .btn.btn-next {
  margin-right: 15px;
}

.customer-styles .template_stage .btn.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
