/*
***********************************************************************************

          Custom CSS K. Reichert  ONOC.IO

***********************************************************************************
*/



.angebot-header {
  display: flex;
  align-items: center;
  gap: 10px; /* Abstand zwischen Icon und Titel */
}

.angebot-header i {
  font-size: 1.8rem;
  color: #fff; /* oder deine Akzentfarbe */
}

.angebot-header h4 {
  margin: 0; /* entfernt den Standardabstand */
  font-size: 1.2rem;
}
