/* ic-section-header */

.ic-sh {
  width: 100%;
}

.ic-sh__inner {
  max-width: 1177px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* ── Ausrichtung ─────────────────────────────── */

.ic-sh--align-center .ic-sh__inner { text-align: center; }
.ic-sh--align-left   .ic-sh__inner { text-align: left; }

/* ── Abstand oben ────────────────────────────── */

.ic-sh--pt-none   { padding-top: 0; }
.ic-sh--pt-small  { padding-top: 36px; }
.ic-sh--pt-medium { padding-top: 60px; }
.ic-sh--pt-large  { padding-top: 96px; }

@media (max-width: 1024px) {
  .ic-sh--pt-small  { padding-top: 24px; }
  .ic-sh--pt-medium { padding-top: 40px; }
  .ic-sh--pt-large  { padding-top: 64px; }
}

@media (max-width: 767px) {
  .ic-sh--pt-small  { padding-top: 20px; }
  .ic-sh--pt-medium { padding-top: 36px; }
  .ic-sh--pt-large  { padding-top: 48px; }
}

/* ── Abstand unten ───────────────────────────── */

.ic-sh--pb-none   { padding-bottom: 0; }
.ic-sh--pb-small  { padding-bottom: 36px; }
.ic-sh--pb-medium { padding-bottom: 60px; }
.ic-sh--pb-large  { padding-bottom: 96px; }

@media (max-width: 1024px) {
  .ic-sh--pb-small  { padding-bottom: 24px; }
  .ic-sh--pb-medium { padding-bottom: 40px; }
  .ic-sh--pb-large  { padding-bottom: 64px; }
}

@media (max-width: 767px) {
  .ic-sh--pb-small  { padding-bottom: 20px; }
  .ic-sh--pb-medium { padding-bottom: 36px; }
  .ic-sh--pb-large  { padding-bottom: 48px; }
}

/* ── Überschrift ─────────────────────────────── */

.ic-sh__heading {
  margin: 0;
  color: var(--eWorld-Website-IC-Blue-Dark, #313947);
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.05;
  hyphens: auto;
  -webkit-hyphens: auto;
  overflow-wrap: break-word;
}

.ic-sh__heading--large  { font-size: 55px; letter-spacing: -0.495px; }
.ic-sh__heading--medium { font-size: 45px; letter-spacing: -0.405px; }

@media (max-width: 1024px) {
  .ic-sh__heading--large  { font-size: 44px; letter-spacing: -0.396px; }
  .ic-sh__heading--medium { font-size: 36px; letter-spacing: -0.324px; }
}

@media (max-width: 767px) {
  .ic-sh__heading--large  { font-size: 32px; letter-spacing: -0.288px; }
  .ic-sh__heading--medium { font-size: 26px; letter-spacing: -0.234px; }
}

/* ── Gewichtung der Textteile ────────────────── */

.ic-sh__light { font-weight: 300; }
.ic-sh__bold  { font-weight: 700; }

/* ── Subheadline ─────────────────────────────── */

.ic-sh__subtitle {
  margin: 16px 0 0;
  color: var(--eWorld-Website-IC-Blue-Dark, #313947);
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  line-height: 1.27;
}

@media (max-width: 1024px) {
  .ic-sh__subtitle { margin-top: 15px; }
}

@media (max-width: 767px) {
  .ic-sh__subtitle { margin-top: 14px; }
}

/* ── Subtitle Gewichtung ─────────────────────── */

.ic-sh__subtitle--light { font-weight: 300; }
.ic-sh__subtitle--bold  { font-weight: 700; }

/* ── Subtitle Größe ──────────────────────────── */

.ic-sh__subtitle--small  { font-size: 22px; letter-spacing: -0.198px; }
.ic-sh__subtitle--medium { font-size: 45px; letter-spacing: -0.405px; }
.ic-sh__subtitle--large  { font-size: 55px; letter-spacing: -0.495px; }

@media (max-width: 1024px) {
  .ic-sh__subtitle--small  { font-size: 21px; letter-spacing: -0.189px; }
  .ic-sh__subtitle--medium { font-size: 36px; letter-spacing: -0.324px; }
  .ic-sh__subtitle--large  { font-size: 44px; letter-spacing: -0.396px; }
}

@media (max-width: 767px) {
  .ic-sh__subtitle--small  { font-size: 20px; letter-spacing: -0.180px; }
  .ic-sh__subtitle--medium { font-size: 26px; letter-spacing: -0.234px; }
  .ic-sh__subtitle--large  { font-size: 32px; letter-spacing: -0.288px; }
}
erkl