.customer-styles {
  /* START widget: aqu-album-galerie */
  /* END widget: aqu-album-galerie */
}

.customer-styles .widget_template_aqu-album-galerie {
  padding-bottom: 100px;
}

@media (min-width: 1000px) {
  .customer-styles .widget_template_aqu-album-galerie {
    padding-bottom: 175px;
  }
}

.customer-styles .widget_template_aqu-album-galerie.no-slider .js_slides {
  justify-content: center;
}

.customer-styles .widget_template_aqu-album-galerie.no-slider .pagination {
  display: none;
}

.customer-styles .widget_template_aqu-album-galerie .content-width {
  grid-column: 1/7;
}

@media (min-width: 1000px) {
  .customer-styles .widget_template_aqu-album-galerie .content-width {
    grid-column: 2/12;
  }
}

.customer-styles .widget_template_aqu-album-galerie .margin-bottom {
  margin-bottom: 40px;
}

@media (min-width: 1000px) {
  .customer-styles .widget_template_aqu-album-galerie .margin-bottom {
    margin-bottom: 60px;
  }
}

.customer-styles .widget_template_aqu-album-galerie .center {
  text-align: center;
}

.customer-styles .widget_template_aqu-album-galerie .headline:not(:first-child) {
  margin-top: 25px;
}

@media (min-width: 1000px) {
  .customer-styles .widget_template_aqu-album-galerie .headline:not(:first-child) {
    margin-top: 30px;
  }
}

.customer-styles .widget_template_aqu-album-galerie .subline-after:not(:first-child) {
  margin-top: 25px;
}

@media (min-width: 1000px) {
  .customer-styles .widget_template_aqu-album-galerie .subline-after:not(:first-child) {
    margin-top: 30px;
  }
}

.customer-styles .widget_template_aqu-album-galerie .album-galerie-stage {
  width: 100%;
  overflow: hidden;
}

.customer-styles .widget_template_aqu-album-galerie .js_slides {
  display: flex;
  transition: all 0.5s;
}

.customer-styles .widget_template_aqu-album-galerie .album-galerie-item {
  /*min-width: 46.875%;
    margin-left: -8.6666666%;*/
  min-width: 375px;
  max-width: 375px;
  margin-left: -50px;
}

@media (min-width: 1000px) {
  .customer-styles .widget_template_aqu-album-galerie .album-galerie-item {
    min-width: 600px;
  }
}

@media (min-width: 1000px) {
  .customer-styles .widget_template_aqu-album-galerie .album-galerie-item {
    max-width: 600px;
  }
}

@media (min-width: 1000px) {
  .customer-styles .widget_template_aqu-album-galerie .album-galerie-item {
    margin-left: -110px;
  }
}

.customer-styles .widget_template_aqu-album-galerie .pagination {
  gap: 3px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  min-height: 20px;
}

@media (min-width: 1000px) {
  .customer-styles .widget_template_aqu-album-galerie .pagination {
    gap: 5px;
  }
}

.customer-styles .widget_template_aqu-album-galerie .pagination.hidden {
  display: none;
}

.customer-styles .widget_template_aqu-album-galerie .pagination-button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
}

.customer-styles .widget_template_aqu-album-galerie .pagination-button svg {
  color: var(--pagination-color);
  height: 16px;
  vertical-align: middle;
  width: 12px;
}

.customer-styles .widget_template_aqu-album-galerie .dot-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 20px;
}

.customer-styles .widget_template_aqu-album-galerie .dot-nav .dot {
  width: 8px;
  height: 8px;
  margin-right: 3px;
  border-radius: 5px;
  background-color: #b7b3a8;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
}

@media (min-width: 1000px) {
  .customer-styles .widget_template_aqu-album-galerie .dot-nav .dot {
    width: 10px;
  }
}

@media (min-width: 1000px) {
  .customer-styles .widget_template_aqu-album-galerie .dot-nav .dot {
    height: 10px;
  }
}

@media (min-width: 1000px) {
  .customer-styles .widget_template_aqu-album-galerie .dot-nav .dot {
    margin-right: 5px;
  }
}

.customer-styles .widget_template_aqu-album-galerie .dot-nav .dot:last-child {
  margin-right: 0;
}

.customer-styles .widget_template_aqu-album-galerie .dot-nav .dot.active, .customer-styles .widget_template_aqu-album-galerie .dot-nav .dot:hover {
  width: 16px;
  height: 16px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1000px) {
  .customer-styles .widget_template_aqu-album-galerie .dot-nav .dot.active, .customer-styles .widget_template_aqu-album-galerie .dot-nav .dot:hover {
    width: 20px;
  }
}

@media (min-width: 1000px) {
  .customer-styles .widget_template_aqu-album-galerie .dot-nav .dot.active, .customer-styles .widget_template_aqu-album-galerie .dot-nav .dot:hover {
    height: 20px;
  }
}

.customer-styles .widget_template_aqu-album-galerie .dot-nav .dot.active:after, .customer-styles .widget_template_aqu-album-galerie .dot-nav .dot:hover:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: white;
  border-radius: 5px;
}

@media (min-width: 1000px) {
  .customer-styles .widget_template_aqu-album-galerie .dot-nav .dot.active:after, .customer-styles .widget_template_aqu-album-galerie .dot-nav .dot:hover:after {
    width: 8px;
  }
}

@media (min-width: 1000px) {
  .customer-styles .widget_template_aqu-album-galerie .dot-nav .dot.active:after, .customer-styles .widget_template_aqu-album-galerie .dot-nav .dot:hover:after {
    height: 8px;
  }
}
