/*
 * Custom Style Sheet - ©Claudia Mueller 
 */


/* Textmarkierungen
----------------------------------------------------------------------------------------------------*/

 .pinksphinx-borderleft {
  
  border-left: 3px solid #F20B97;
  padding: 24px 28px;
  margin: 16px 0;
 
}

.pinksphinx-quote {
  background: #0F0F0F;
  border-left: 3px solid #F20B97;
  padding: 24px 28px;
  margin: 32px 0;
  font-family: 'Montserrat', sans-serif;
}

.pinksphinx-quote p {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 14px 0;
}

.pinksphinx-quote p:last-child {
  margin-bottom: 0;
}

.pinksphinx-quote .schatten,
.pinksphinx-quote .gabe,
.pinksphinx-quote .essenz {
  font-weight: 700;
  letter-spacing: 0.5px;
}


.pinksphinx-quote .schatten { color: #7A7A7A; }  /* Grau – dem Schatten verhaftet */
.pinksphinx-quote .gabe     { color: #EFA3C9; }  /* Rosa – klar geworden */
.pinksphinx-quote .essenz   { color: #D4AF37; }  /* Gold – alchemistische Vollendung */