@media all {
    p, dl, ol, ul {
        margin: 0;
    }
    
    :is(p, dl, ol, ul) + :is(p ,dl, ol, ul) {
        margin-top: var(--gap-2);
    }
    
    ol, ul {
        padding-left: 1.25rem;
    }
    
    .ce-header time {
        display: block;
        margin-top: var(--gap-2);
    }
    
    h1, .h1,
    h2, .h2,
    h3, .h3,
    h4, .h4,
    h5, .h5,
    h6, .h6 
    p,
    li,
    a,
    caption,
    figcaption {
        overflow-wrap: break-word;
        /*! word-wrap: break-word; */
        /*! -webkit-hyphens: auto; */
        /*! -ms-hyphens: auto; */
        /*! hyphens: auto */
    }

    h1, .h1,
    h2, .h2,
    h3, .h3,
    h4, .h4,
    h5, .h5,
    h6, .h6 {
        font-family: var(--font-family-header);
        margin: 0;
        line-height: 1.25;
    }

    a {
        text-decoration: none;
        text-underline-offset: .175em;
        text-decoration-thickness: 1px
    }

    a:is(:hover,:focus) {
        text-decoration: underline;
    }
    
    :is(
    .btn,
    .nav-link,
    .dropdown-item,
    .ce-uploads-link,
    .werbelink
    ):is(:hover,:focus) {
        text-decoration: none;
    }

    caption,
    figcaption {
        font-size: 87.5%;
    }
}