.row-flex {
  display: flex;
  align-items: flex-start; /* vertikal oben ausrichten */
  gap: 20px;               /* Abstand zwischen Bild und Text */
  margin-bottom: 20px;     /* Abstand zwischen Zeilen */
}

.logo-left img {
  max-width: 150px;
  height: auto;
}

.text-right {
  flex: 1; /* Text nimmt Restbreite ein */
}

.text-right > div {
  margin-bottom: 5px; /* Abstand zwischen Textdivs */
}

.logo-left
{
  border: 1px solid black;
}

.title{
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.6em;
  color: #669900;
  text-align: left;
  padding-bottom:5px;
}

.zeitraum{
 font-size: 1.3em;
 font-weight: bold;
  padding-bottom:5px;
}

.deadline{
 font-weight: bold;
  padding-bottom:5px;
}

