@media print {
    * {
        background: transparent !important;
    }

    /*@page {*/
    /*margin: 2cm 1cm;*/
    /*}*/

    /*@page :first{*/
    /*margin-top: 1cm;*/
    /*}*/


    h1, h2, h3, h4, ul{
        page-break-after: avoid;
    }
    img{
        page-break-after: avoid;
        page-break-before: avoid;
        page-break-inside: avoid;
    }

    .aktuell-post {
        padding: 0!important;
        display: block;
        width: 100%!important;
        margin: 0!important;
    }

    .aktuell-post-main{
        width: 100%!important;
    }

    .aktuell-post .aktuell-post-main-container {
        width: 100%!important;
    }

    .aktuell-post .aktuell-post-main h2,
    .aktuell-post .aktuell-post-main h1 {
        hyphens: unset!important;
        word-break: unset!important;
    }

    .aktuell-post .aktuell-post-main h1 {
        line-height: 28px!important;
        font-size: 22px!important;
        margin: 0 0 10px 0!important;
    }

    .aktuell-post .aktuell-post-main h2{
        line-height: 24px!important;
        font-size: 18px!important;
        margin: 16px 0 6px!important;
    }

    .aktuell-post .aktuell-post-main p.is-style-paragraph-lead-text{
        font-size: 16px!important;
        line-height: 24px!important;
    }

    .aktuell-post .aktuell-post-main .aktuell-post-person-info .phone,
    .aktuell-post .aktuell-post-main .aktuell-post-person-info .position,
    .aktuell-post .aktuell-post-main .aktuell-post-person-info .name,
    .aktuell-post .aktuell-post-main p {
        font-size: 12px!important;
        line-height: 20px!important;
        margin-bottom: 6px!important;
    }

    .aktuell-post .aktuell-post-main .aktuell-post-person-info .phone,
    .aktuell-post .aktuell-post-main .aktuell-post-person-info .position,
    .aktuell-post .aktuell-post-main .aktuell-post-person-info .name{
        margin-bottom: 0!important;
    }

    .aktuell-post .aktuell-post-main .aktuell-post-person-info .photo {
        margin-right: 0!important;
    }

    .has-very-light-gray-background-color {
        padding: 0!important;
    }

    .wp-block-quote{
        max-width: unset!important;
        width: 100%!important;
        margin: 0!important;
    }

    .wp-block-quote p{
        font-size: 14px!important;
        line-height: 20px!important;
        margin-bottom: 6px!important;
    }

    ul li,
    ol li,
    .aktuell-post .aktuell-post-main ol.lead li,
    .aktuell-post .aktuell-post-main ul.lead li,
    .aktuell-post .aktuell-post-main ol.post li,
    .aktuell-post .aktuell-post-main ul.post li {
        font-size: 12px!important;
        line-height: 20px!important;
    }

    .aktuell-post .aktuell-post-main .aktuell-post-person-info{
        opacity: 1!important;
        border-bottom:none!important;
    }

    .aktuell-post .aktuell-post-main .aktuell-post-person-info a{
        display: none!important;
    }

    .slider-gutenberg-block,
    .wp-block-gallery,
    .wp-block-video,
    video,
    .aktuell-post-form,
    .header.aktuell-header,
    .aktuell-post-weitere-info,
    figure,
    p img,
    .wp-block-separator,
    .read-more-tiles,
    footer,
    .aktuell-post-sidebar,
    .aktuell-post-description,
    .header-nav{
        display: none!important;
    }

}