text {
    font-family: Arial, Helvetica, sans-serif;
}

/* h1{
    font-size: 16px;
} */

/* Diese Angaben gelten nur für die Druckausgabe */
@media print {

    .hide-in-print {
        display: none;
    }

    .print-child-content {
        display: contents;
    }

    a:after {
        content: ' (' attr(href) ')';
    }

    figure {
        padding: 0 1.5em .5em 0;
        float: left;
        width: 45%;
    }

    h1,
    h2 {
        page-break-after: avoid;
        /* Bitte Kompatibilitätshinweis im Artikel beachten */
    }

    text {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
    }

    h1 {
        font-size: 12pt;
    }

    h2 {
        font-size: 10pt;
    }

    h3 {
        font-size: 10pt;
    }

    h4 {
        font-size: 10pt;
    }

    h5 {
        font-size: 10pt;
    }

    h6 {
        font-size: 10pt;
    }

    li {
        font-size: 10pt;
    }

    p {
        font-size: 10pt;
    }

    span {
        font-size: 10pt;
    }

    small {
        font-size: 8pt;
    }

    .lead {
        font-size: 10pt;
        font-weight: bold;
    }

    .card-text {
        font-size: 10pt;
    }

    figure,
    image {
        page-break-inside: avoid;
        /* Bitte Kompatibilitätshinweis im Artikel beachten */
    }
}