/* Einheitliche Piktogramme in den ausführlichen Rechtsinformationen:
   weißer Kreis, graues Linien-Symbol – angelehnt an die Rechtsbereiche-Karten. */
.legacy-section-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 1.05rem;
}

.legacy-section-icon {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #687078;
  background: #fff;
  border: 1px solid rgba(104,112,120,.32);
  border-radius: 50%;
  box-shadow: 0 7px 18px rgba(3,44,66,.07);
  overflow: hidden;
}

.legacy-section-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.legacy-section-icon--flight img {
  display: block;
  width: 72%;
  height: 72%;
  max-width: none;
  object-fit: contain;
}

.legacy-section-heading .RotSehrGross1 {
  display: block;
  margin: 0;
}

/* Alte Einzelbilder in diesen Überschriften werden durch die neuen Symbole ersetzt. */
.legacy-section-heading + br.legacy-heading-spacer {
  display: none;
}

@media (max-width: 720px) {
  .legacy-section-heading {
    gap: 13px;
  }
  .legacy-section-icon {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
  }
  .legacy-section-icon svg {
    width: 28px;
    height: 28px;
  }
}


/* Rechtsseiten: moderne Kreis-Icons für Impressum und Datenschutz */
.legal-content .legal-section-heading {
  margin: 0 0 1rem !important;
}
.legal-content .legal-section-icon svg {
  width: 30px;
  height: 30px;
}
@media (max-width: 720px) {
  .legal-content .legal-section-heading { margin: 0 0 .9rem !important; }
  .legal-content .legal-section-icon svg { width: 27px; height: 27px; }
}
