@charset "UTF-8";
.ahp-quote::before,
.ahp-quote::after {
  content: "";
  width: 60%;
  height: 1px;
  opacity: 0.35;
}

.ahp-quote::before {
  margin-bottom: 2rem;
}

.ahp-quote::after {
  margin-top: 2rem;
}

.ahp-quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: var(--color-text);
  width: 100%;
  max-width: 95%;
  padding: 1rem 0;
  margin-inline: auto;
  font-family: "Playfair Display", serif !important;
  font-style: italic;
  text-align: center;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .ahp-quote {
    max-width: 90%;
  }
}
.ahp-quote .citat {
  font-size: 120%;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .ahp-quote .citat {
    font-size: 150%;
  }
}
@media (min-width: 1200px) {
  .ahp-quote .citat {
    font-size: 250%;
  }
}
.ahp-quote .citat-sm {
  font-size: 100%;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .ahp-quote .citat-sm {
    font-size: 120%;
  }
}
@media (min-width: 1200px) {
  .ahp-quote .citat-sm {
    font-size: 160%;
  }
}
.ahp-quote .citat-md {
  font-size: 120%;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .ahp-quote .citat-md {
    font-size: 135%;
  }
}
@media (min-width: 1200px) {
  .ahp-quote .citat-md {
    font-size: 180%;
  }
}
.ahp-quote .citat-lg {
  font-size: 140%;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .ahp-quote .citat-lg {
    font-size: 160%;
  }
}
@media (min-width: 1200px) {
  .ahp-quote .citat-lg {
    font-size: 200%;
  }
}
.ahp-quote .citat-by {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
  font-style: normal;
}
.ahp-quote .citat-by::before, .ahp-quote .citat-by::after {
  content: "—";
  opacity: 0.5;
}
.ahp-quote .citat-by::before {
  padding-right: 0.4rem;
}
.ahp-quote .citat-by::after {
  padding-left: 0.4rem;
}
