/* === Neue Variablen === */
/* === Alte Variablen === */
.vocatium-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
@media screen and (min-width: 900px) {
  .vocatium-text {
    gap: 1rem;
  }
}