.customer-styles {
  /* START article: aqu-person-teaser */
  /* END article: aqu-person-teaser */
}

.customer-styles .template_aqu-person-teaser .background-container {
  padding-bottom: 100px;
  overflow: hidden;
}

@media (min-width: 1000px) {
  .customer-styles .template_aqu-person-teaser .background-container {
    padding-bottom: 175px;
  }
}

.customer-styles .template_aqu-person-teaser.spacing-top .background-container {
  padding-top: 100px;
}

@media (min-width: 1000px) {
  .customer-styles .template_aqu-person-teaser.spacing-top .background-container {
    padding-top: 175px;
  }
}

.customer-styles .template_aqu-person-teaser.spacing-bottom-reduce .background-container {
  padding-bottom: 30px;
}

@media (min-width: 1000px) {
  .customer-styles .template_aqu-person-teaser.spacing-bottom-reduce .background-container {
    padding-bottom: 40px;
  }
}

.customer-styles .template_aqu-person-teaser .content-width {
  grid-column: 1/7;
}

@media (min-width: 1000px) {
  .customer-styles .template_aqu-person-teaser .content-width {
    grid-column: 4/10;
  }
}

.customer-styles .template_aqu-person-teaser .center {
  text-align: center;
}

.customer-styles .template_aqu-person-teaser .image-container {
  height: 196px;
  position: relative;
}

@media (min-width: 1000px) {
  .customer-styles .template_aqu-person-teaser .image-container {
    height: 375px;
  }
}

.customer-styles .template_aqu-person-teaser .image-item {
  height: 0;
  width: 0;
  clip-path: circle();
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: filter .3s;
}

.customer-styles .template_aqu-person-teaser .image-item.grey {
  cursor: pointer;
  filter: grayscale(1);
}

.customer-styles .template_aqu-person-teaser .image-item-image {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

.customer-styles .template_aqu-person-teaser .pagination {
  gap: 3px;
  margin-top: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 20px;
}

@media (min-width: 1000px) {
  .customer-styles .template_aqu-person-teaser .pagination {
    gap: 5px;
  }
}

@media (min-width: 1000px) {
  .customer-styles .template_aqu-person-teaser .pagination {
    margin-top: 30px;
  }
}

.customer-styles .template_aqu-person-teaser .pagination.hidden {
  display: none;
}

.customer-styles .template_aqu-person-teaser .pagination-button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
}

.customer-styles .template_aqu-person-teaser .pagination-button svg {
  color: var(--pagination-color);
  height: 16px;
  vertical-align: middle;
  width: 12px;
}

.customer-styles .template_aqu-person-teaser .pagination-container {
  gap: 3px;
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 20px;
}

@media (min-width: 1000px) {
  .customer-styles .template_aqu-person-teaser .pagination-container {
    gap: 5px;
  }
}

.customer-styles .template_aqu-person-teaser .pagination-container.hidden {
  display: none;
}

.customer-styles .template_aqu-person-teaser .pagination-container .pagination-item {
  height: 8px;
  width: 8px;
  background-color: var(--pagination-color);
  border: 0 solid var(--pagination-color);
  border-radius: 50px;
  box-sizing: content-box;
  cursor: pointer;
  padding: 0;
  transition: all .1s;
}

@media (min-width: 1000px) {
  .customer-styles .template_aqu-person-teaser .pagination-container .pagination-item {
    height: 10px;
  }
}

@media (min-width: 1000px) {
  .customer-styles .template_aqu-person-teaser .pagination-container .pagination-item {
    width: 10px;
  }
}

.customer-styles .template_aqu-person-teaser .pagination-container .pagination-item.active, .customer-styles .template_aqu-person-teaser .pagination-container .pagination-item:hover {
  height: 6px;
  width: 6px;
  background-color: rgba(255, 255, 255, 0);
  border: 6px solid var(--pagination-color);
}

@media (min-width: 1000px) {
  .customer-styles .template_aqu-person-teaser .pagination-container .pagination-item.active, .customer-styles .template_aqu-person-teaser .pagination-container .pagination-item:hover {
    height: 8px;
  }
}

@media (min-width: 1000px) {
  .customer-styles .template_aqu-person-teaser .pagination-container .pagination-item.active, .customer-styles .template_aqu-person-teaser .pagination-container .pagination-item:hover {
    width: 8px;
  }
}

.customer-styles .template_aqu-person-teaser .text-container {
  margin-top: 40px;
  overflow: hidden;
}

@media (min-width: 1000px) {
  .customer-styles .template_aqu-person-teaser .text-container {
    margin-top: 60px;
  }
}

.customer-styles .template_aqu-person-teaser .text-slider {
  display: flex;
  position: relative;
}

.customer-styles .template_aqu-person-teaser .text-item {
  flex: 0 0 100%;
}

.customer-styles .template_aqu-person-teaser .text-item-name,
.customer-styles .template_aqu-person-teaser .typo-h2 {
  font-weight: 900;
}

.customer-styles .template_aqu-person-teaser .text-item-subline:not(:first-child) {
  margin-top: 10px;
}

@media (min-width: 1000px) {
  .customer-styles .template_aqu-person-teaser .text-item-subline:not(:first-child) {
    margin-top: 20px;
  }
}

.customer-styles .template_aqu-person-teaser .text-item-text:not(:first-child) {
  margin-top: 30px;
}

@media (min-width: 1000px) {
  .customer-styles .template_aqu-person-teaser .text-item-text:not(:first-child) {
    margin-top: 40px;
  }
}
