/* --- Buttons (Wolkenflug & Seifenblase) --- */
.form-row {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start; /* Button direkt hinter dem Feld */
}

/* Fade-Effekt für Videos */
.content-box video {
  transition: opacity 0.3s ease;
}
