.aktuelles-loop {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.loop-entry {
    width: calc(33.333% - 24px);
}

#termine-options {
    transition: all 0.2s ease-in-out;
  }
  
