/* Narrow-screen regression found while testing the CV -> document review path. */
body.page-id-24368 .ipser-section h2,
body.page-id-24368 .ipser-section h3,
body.post-type-archive-muster .content-page h2,
body.post-type-archive-muster .content-page li,
body.term-initiativbewerbung-anschreiben .ipser-deckblatt-guide h2 {
    min-width: 0;
    overflow-wrap: anywhere;
    hyphens: auto;
}
@media (max-width: 1200px) {
    body.postid-22459 aside.fixed {
        position: static;
        left: auto;
        right: auto;
        width: auto;
        max-width: 100%;
    }
}
