

    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    #header,
    #nav_zweite_ebene,
    #today,
    #buttons_orte,
    #buttons_events_alle,
    #buttons_events_berne,
    #buttons_events_city,
    #buttons_events_sl,
    .inhalt_top,
    .linkliste,
    .tag_cloud,
    .audio_files,
    .btns,
    .button_orte,
    footer {
        display: none;
    }
    p {
        font-family: Georgia, Times, serif;
        font-size: 12pt;
        text-align: justify;
    }

    h1 {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 28pt;
        color: black;
    }
    h2 {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 21pt;
        color: black;
    }
    h3 {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 18pt;
        color: black;
    }
    h3 {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 15pt;
        color: black;
    }
    .focuspoint img {
        min-width: 350px !important;
        max-width: 350px !important;
    }
    img {
        max-width: 350px;
        height: auto !important;
        width: 100%;
    }
    .ie_bild_text_drittel,
    .ie_bild_text_breit,
    .ie_bild_text_news,
    .ie_text {
        width: 90% !important;
        flex-basis: 90%;
    }
    .news_slider {
        display: none;
    }
    .text_bg {
        width: 100%;
    }
    .archive_download img {
        max-width: 250px;
    }
    .wrap_calender {
        overflow: visible;
        clear: both;
        width: 100%;
    }
    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }
    a:after {
        content: "( " attr(href) ") ";
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    a[href]::after {
        content: " <"attr(href)">";
        color: #888;
        background-color: inherit;
        font-style: italic;
        size: 11pt;
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }




