.zitate-karussell {
  background-image: url("../../images/testimonial_background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  border: 1px #707070 solid;
}

.gutenberg-full-editor .zitate-karussell {
  > .glide {
    display: none;
  }

  &::after {
    content: 'Block Platzhalter <Zitate Karussell>';
    color: white;
    text-align: center;
    display: block;
    padding-top: 50px;
    font-size: var(--font-size-subtitle);
    position: relative;
  }
}

:has(> .overlay) {
  position: relative;
}
.overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 41, 41, 0.8);
}

.zitate-karussell .glide__slide {
  padding-bottom: 50px;
}

/* Zitat Container */
.zitate-karussell .glide__slide > div {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--content-width);
}

/* Zitat <div> */
.zitate-karussell .glide__slide > div > :first-child {
  font-style: italic;
  font-weight: 200;
  line-height: 1.6;
}

/* Portrait <figure> */
.zitate-karussell .glide__slide > div > :nth-child(2) {
  border: 1px white solid;
  border-radius: 50%;
}

/* Author <p> */
.zitate-karussell .glide__slide > div > :nth-child(3) {
  margin: 0;
}

/* Stellung <p> */
.zitate-karussell .glide__slide > div > :nth-child(4) {
  margin: 0;
  color: #D0D0D0;
}
