/*
Theme Name: KAMUNA
Layout: Content-Sidebar
*/

@media print {
    body { background:white; color:black; margin:0 }

    .print-btn,
    .su-spoiler.not-checked,
    .merken-link,
    .site-footer,
    .hinweis,
    #header-navi,
    #masthead,
    .programm-header,
    .filter-container,
    #footer,
    #secondary {
    display: none!important;
    }

    .ui-accordion-content {
        display: block!important;
    }

    p {
        margin-bottom: 8pt;
    }
    .ui-widget-content {
        border: none;
    }


}