.text-slider {
  position: relative;
  height: 75px; /* Höhe des Containers für die Texte */
  overflow: hidden;
}

.slide-text {
  position: absolute;
  bottom: -100%;
  font-style: italic;
  opacity: 0;
  width: 100%;
  text-align: center;
  font-size: 24px;
  transition: all 1.5s ease-in-out; /* Glatte Übergänge für Opazität und Position */
}


.text-slider .dashicons{
	font-size: 15px;
}
.dashicons.first{
	margin-right: 2px;
	transform: rotate(180deg);
	top: 10px;
	position: relative;
}

.dashicons.second{
	margin-left: 2px;
	
}

.slide-text > p {
  margin: 0;
}