/* H2: unerwünschte Zusatzformatierungen neutralisieren */
.nectar-highlighted-text h2 > span[lang],
.nectar-highlighted-text h2 > strong,
.nectar-highlighted-text h2 > strong > span[lang] {
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    text-transform: inherit !important;
    color: inherit !important;
}
/* Deutscher Karrierebooster-Titel: Schriftgewicht wie englische Version */
.nectar-split-heading h1[aria-label^="Karrierecoaching Logistik"],
.nectar-split-heading h1[aria-label^="Karrierecoaching Logistik"] span,
.nectar-split-heading h1[aria-label^="Karrierecoaching Logistik"] .inner {
    font-weight: 600 !important;
}