.uk-text-capitalize {
  text-transform: none !important;
}

blockquote footer {
  font-style: normal;
  font-family: 'Prata', serif;  /* Prata Schriftart für den footer */
}

blockquote {
  font-size: 22.5px;
  color: #fff;
  line-height: 1.5;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  width: 80%;            /* Feste Breite oder max-width definieren */
  margin: 0 auto;        /* Zentriert das blockquote horizontal */
  border-left: .2em solid #fff !important;
}