/*----------------------------------------------------------------------
Print Styles
----------------------------------------------------------------------*/
@media print {
    @page {
        margin: 1cm 1cm 1cm 1cm;
        padding: 0;
        font-size: 16px;
        line-height: 20px;
        font-weight: normal;
        }

    * {
        box-shadow: none !important;
        text-shadow: none !important;
        background: transparent !important;
        float: none !important;
        padding: 0;
        margin: 0;
        font-size: 16px;
        }

    body {
        color: #000;
        }

    .stage-home h2,
    audio {
        display: none;
        }

    /* Show link destinations in brackets after the link text */
    a[href]:after {
        content: " [" attr(href) "] ";
        display: inline-block;
        font-size: 10px;
        }
    
    a[href] {
        font-weight: bold;
        color: #000;
        border: none;
        }
    
    /* Don't show link destinations for JavaScript or internal links */ 
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
        }
    
    /* Show abbr title value in brackets after the text */
    abbr[title]:after {
        content: " (" attr(title) ")";
        }
    
    .portal-logo {
        display: block !important;
        margin: 0 0 2cm 0 !important;
        padding: 0 0 30px 0;
        border-bottom: 1px solid #000;
        }

    .portal-logo a {
        display: none !important;
        }
    
    .portal-logo:after {
        content: "Prof. Dr. Karsten Wendland – Technikzukünfte gestalten";
        display: block;
        font-weight: bold;
        }    
    
    h1, h2, h3, h4, h5, h6, p {
        margin: 0 0 1cm 0 !important;
        text-align: left !important;
        }
    
    h1 {
        font-size: 32px;
        line-height: 34px;
        padding: 0 0 10px 0;
        margin: 0;
        }
    
    h2 {
        font-size: 28px;  
        line-height: 30px;
        padding: 0 0 10px 0;
        margin: 0;
        }
        
    h3, h4 {
        font-size: 24px;
        line-height: 26px;
        padding: 0 0 10px 0;
        margin: 0;
        }
        
    h5, h6 {
        font-size: 22px;
        line-height: 24px;
        padding: 0 0 10px 0;
        margin: 0;
        }
    
    img {
        width: 40%;
        height: auto;
        }
    
    address {
        border: 1px solid #000;
        padding: 30px 30px 0 30px;
        margin: 50px 0;
        font-size: 16px !important;
        }

    address h2,
    address h3 {
        font-size: 16px !important;
        line-height: 20px !important;
        padding: 0 !important;
        margin: 0 !important;
        }
    
    .nph-items,
    .news-archive-content .news-archive-view {
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        }    
        
    .nph-items article,
    .news-archive-content .news-archive-view article {
        width: 35%;
        margin: 0 30px 30px 0;
        border: 1px solid #000;
        padding: 30px;
        }
        
    .nph-items article h4,
    .news-archive-content .is-news-item-inner h4,
    .wrapper-breadcrumb,
    .archive-link {
        display: none;
        }
    
    .panel-grid.panel-no-style {
        display: block !important;
        }
    
    .main-navigation nav {
        display: none !important;
        }    
    
    table, figure {
        page-break-inside: avoid;
        }
}