.quote_block {
  background-color: #003838;
  padding: 64px 20px;
}

.quote_container {
    max-width: 1216px;
    display: block;
    position: relative;
    z-index: 0; /* wichtig */
    position: relative;
    margin: auto;
}

.quote_headline {
  font-weight: 600;
  font-size: 44px;
  line-height: 52px;
  letter-spacing: -1%;
  margin-bottom: 48px;
  color: #fff;
  text-align: center;
}

/*
.quote_container::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  border-radius: 200px;
  background: radial-gradient(ellipse at center, #FFFD82F2 0%, #FFFD82F2 70%);
  z-index: -1;
  filter: blur(30px);
  opacity: 0.7;
} */

.quote_autor_container {
  display: grid;
  grid-template-columns: 380px auto;
  gap: 85px;
  text-align: left;
  align-items: center;
  /* padding: 32px; */
  border-radius: 200px; /* z. B. 12px Rundung */
}

.quote_left {
  display: flex;
}

.quote_right {
  max-width: 610px;
  padding-right: 30px;
}

.quote_left {
  position: relative;
  width: 380px;
  height: 380px;
  overflow: visible;;
  margin: auto;
  display: inline-block;
}

/* Bild füllt den Wrapper */
.quote_left .quote_image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.quote_left::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 92px;
  height: 72px;
  background: url("quote.svg") no-repeat center;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}

.quote_content {
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 32px;
  color: #fff;
}

.quote_autor_container blockquote {
  border: inherit;
  padding: 0;
  font-style: inherit;
  margin: 0 0 34px;
  color: #fff;
}

.quote_author, .quote_author_title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  max-width: 400px;
  color: #fff;
}

.quote_author_title {
  color: #BACACA;
}


.quote_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}

.quote_slider_nav {
  position: absolute;
  bottom: 50px;
  right: 110px;
  display: flex;
  gap: 10px;
  z-index: 10;
}

.quote_slider_nav button {
  background-color: #003838;
  border: 1px solid #fff;
  cursor: pointer;
  border-radius: 50px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer;
}

.quote_slider_nav button:hover {
  opacity: 0.8;
}

.quote_prev svg {
  margin-left: -2px;
}

.quote_next svg {
  margin-left: 2px;
}

.splide__pagination .splide__pagination__page {
  background: transparent;
  border: 1px solid #FFFEF2;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 8px;
  opacity: 1;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 10px;
}

.splide__pagination .splide__pagination__page.is-active {
  background: #FFFEF2;
  transform: none;
  z-index: 1;
}

#quote-slider .splide__pagination {
  bottom: unset;
}

@media (max-width:1140px) {

  .quote_autor_container {
    align-items: flex-start;
  }

  .quote_slider_nav {
    position: relative;
    bottom: 15px;
    justify-content: center;
    left: 0;
  }

  .quote_right {
    padding-top: 32px;
  }

}

@media (max-width:980px) {

  .quote_block {
    padding: 32px 20px;
  }

  .quote_container .splide__slide {
    display: grid;
  }

  .quote_headline {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 44px;
  }

  .quote_container {
    margin: 32px auto 15px;
  }

  .quote_image {
    position:relative;
    z-index:1;
    width: 160px;
    height: 160px;
    /* margin-top: -80px; */
  }

  .quote_left {
    width: 150px;
    height: 150px;
  }

  .quote_left::after {
    width: 52px;
    height: 40px;
    /* top: -80px; */
    right: -15px;
  }

  .quote_autor_container {
    display: block;
    text-align: center;
    border-radius: 24px;
    padding: 0;
    /* margin-top: 82px; */
  }

  .quote_right {
   padding-top: 24px;
   max-width: 100%;
   padding-right: 0;
   padding-bottom: 72px;
  }

  .quote_title {
   font-size: 24px;
   line-height: 30px;
   margin-bottom: 20px;
  }

  .quote_autor_container blockquote {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 32px;
    text-align: left;
  }

  .quote_slider_nav {
    bottom: 40px;
  }

  .quote_slider_nav button {
    width: 44px;
    height: 44px;
  }

  .quote_author {
    font-size: 16px;
    line-height: 24px;
    max-width: unset;
  }

  .quote_author_title {
    max-width: unset;
  }

  .quote_container::before {
    top: 80px;
    left: -10px;
    right: -10px;
    bottom: 42px;
    border-radius: 0px;
  }

  #quote-slider .splide__pagination {
    bottom: -15px;
  }
}

@media (max-width:720px) {

}
