.profilipquotebigbox {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  width: 100%;
 

  border-left: 1px solid var(--dunkelgrau);
  font-family: var(--mainfont);
  font-size: 9px;
  background-image: var(--kornblumenblaupattern);
  height: 500px;
	/*! background-color: var(--dunkelstesschwarz); */
  color: var(--hauptgrau);
}

.profilipquote_oben {
  display: flex;
  border-bottom: 1px solid var(--dunkelgrau);
}

.profilipquote_oben_gif {
    width: 140px;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  border-top-left-radius: 100% 140px;
  border-top-right-radius: 100% 140px;
  outline: 1px solid var(--dunkelgrau);
  outline-offset: 5px;
  margin-top: 130px;
  margin-right: -70px;
  position:relative;
}

.profilipquote_oben_gif img {
   width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100);
}

.profilipquote_oben_quote {
  padding: 20px;
    padding-right: 20px;
    padding-left: 20px;
  text-align: right;
  font-size: var(--font12);
  letter-spacing: 2%;
  line-height: 18px;
  align-content: center;
  overflow: scroll;
  max-height: 270px;
  scrollbar-width: none;
  padding-left: 95px;
  padding-right: 30px;
  font-family: var(--headfont2);
  color: var(--weissgrau);
  /*! font-style: italic; */
  font-weight: 600;
}

.profilipquote_unten {
  display: flex;
  flex-direction: column;
	flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
}

.profilipquote_unten_quoteline {
  text-align: right;
  height: 120px;
  width: 265px;
  align-content: flex-start;
  margin: auto;
    margin-top: auto;
    margin-right: auto;
  font-style: italic;
  line-height: 11px;
  overflow: scroll;
  scrollbar-width: none;
  font-size: 9px;
  margin-right: 30px;
  overflow: auto;
  margin-top: 5px;
}

.profilipquote_unten_quoteline span {
  font-style: normal;
  text-transform: uppercase;
  font-size: 8px;
}

.profilipquote_unten_quoteline span a {
  text-decoration: none;
  color: var(--braun);
}

.profilipquote_unten_quoteline span a:hover {
  text-decoration: none;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
}

.profilipquote_unten_allquotes {
  height: 13px;
  text-align: center;
  width: 265px;
  margin: auto;
    margin-right: auto;
  padding: 5px;
  border: 1px solid var(--dunkelgrau);
  margin-right: 30px;
}

.profilipquote_unten_allquotes span {
  font-style: normal;
  text-transform: uppercase;
  font-size: 9px;
}

.profilipquote_unten_allquotes span a {
  text-decoration: none;
  color: var(--braun);
}

.profilipquote_unten_allquotes span a:hover {
  text-decoration: none;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
}
		