<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media all {
    .modHeader section#modHeaderStage.modHeaderStageFade {
        height: 300px !important;
    }
    .modHeader section#modHeaderStage ul li figure figcaption {
        display: none;
    }

    /* Ãœberschrift h3 */
    h3 {
        font-size: 110%;

    }
    /* Ãœberschrift h4 */
    h4 {
        font-weight: 400;
        margin-bottom: 0.75em;
        font-size: 110%;
        margin-left: 0;
    }

    /* Social Toolbar um Twitter ergaenzen */
    .modFooterSocial a.footer-twitter::before {
        content: '\f304';
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .modFooterSocial a.footer-twitter::before {
        font-family: custom-icon-font;
        font-style: normal;
        speak: none;
        display: inline;
        text-decoration: none;
        width: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        text-indent: 0;
        float: left;
        margin: 0;
        font-size: 2em;
        color: #fff;
        font-weight: 400;
    }

    /* TabellenÃ¼berschriften (Caption) sichtbar machen */
    table caption {
        display: table-caption;
    }

    .bvs .accordion table {
        margin: 0 0 1em 0;
    }

    /* Texte in Slider ausblenden und Steuerelemente nach unten verschieben*/
    .modHeader section#modHeaderStage ul li figure&gt;div figcaption{
        height: 0 !important;
        overflow: hidden !important;
    }
    .modHeader section#modHeaderStage ul li figure&gt;div {
        bottom: 0px;
    }
    /* Ende Texte in Slider ausblenden und Steuerelemente nach unten verschieben */

    /* Im Fokus: Abstand von Text nach oben korrigieren */
    .modFocus &gt; div:not(.bvs) .toggle-content p {
        padding: 1em 1em 0 1em;
    }
    /* Ende Im Fokus: Abstand von Text nach oben korrigieren */


    /* .toggle-content .modTopicsAZ dl dt {
      padding: 15px 0 10px 1em;
      margin: 15px 0 15px 0;
    } */


    /* Verhindern von AufzÃ¤hlungszeichen in Akkordeonelementen */

    div.toggle-content &gt; ul {
        list-style: none;
    }
    div.toggle-content &gt; ul ul {
        list-style-type: none;
        list-style-position: outside;
        list-style-image: url("../img/icons/list_square.gif");
    }

    /* BVS */
    .bvs ul {
        margin: 1em 1em 1em 2em;
    }

    .bvs h4 {
        margin: 0.75em 0 0.75em 1em;
    }

}
/* ---------- viewport desktop ---------- */
@media screen {
}


/* ---------- viewport tablet ---------- */
@media only screen and (min-width : 767px) and (max-width : 1024px) {
}


/* ---------- viewport smartphone ---------- */
@media only screen and (min-width : 20px) and (max-width : 766px) {
    .modPmArchiveli.visible{
        display: none
    }
    .modContent .accordion img {
        width: auto !important;
        margin: 0 !important;
    }
}


</pre></body></html>