@media print {

    body {
        font-size: 16px;
        color: #000;
        font-family: Georgia, serif;
    }

    header .mobile,
    header .desktop .navHaupt,
    header .desktop .navTop,
    header .desktop .hBInn:not(.middle),
    #service,
    footer, 
    .zone,
    .zoneG,
    #winWait,
    #mmGoTop,
    .google-revocation-link-placeholder,
    #mmPlus,
    #mmPayWall_main {
        display: none;
    }

    #logoHeader {
        width: 15%;
    }
    #logoHeader img {
        width: 100% !important;
        height: auto !important;
    }

    .conTable.left,
    figure.left,
    .conVideo.left,
    .conGalerie.left {
        float: left;
        margin: 0 1.5% 15px 0;
        text-align: left;
    }
    .conTable.center,
    figure.center,
    .conVideo.center,
    .conGalerie center {
        margin: 0 auto 15px;
        text-align: center;
    }
    .conTable.right,
    figure.right,
    .conVideo.right,
    .conGalerie.right {
        float: right;
        margin: 0 0 15px 1.5%;
        text-align: right;
    }
    .conTable img,
    figure img,
    .conVideo img,
    .conGalerie img {
        width: 100%;
        height: auto;
    }
    .conTable figcaption,
    figure figcaption,
    .conVideo figcaption, 
    .conGalerie figcaption {
        font-size: 12px;
        font-style: italic;
        color: #999;
        line-height: 120%;
    }




    content {
        line-height: 150%;
    }
     h1 {
        font-size: 24px;
        font-weight: 400;
        font-family: "Noto Sans", sans-serif;
    }
    .date {
        margin: 25px 0;
        text-align: right;
    }
    .conTeaser {
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.4;
    }

    figure.right {
        float: right;
        margin: 0 0 15px 1.5%;
        text-align: right;
    }
    
    .bx-wrapper {
        max-width: none !important;
    }
    .bx-wrapper img {
        width: 100% !important;
        height: auto !important;
    }
    .bx-wrapper .bx-viewport {
        height: auto !important;
    }



    #conAutor {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        box-sizing: border-box;
        margin: 45px 0 15px;
        padding: 25px 2.5%;
        border-top: 1px solid rgba(0,0,0,0.1);
    }
    #conAutor .author-image {
        width: 12%;
    }
    #conAutor .author-image img {
        width: 100%;
        height: auto;
    }
    #conAutor .author-con {
        width: 85%;
    }
    #conAutor .author-con h4 {
        font-size: 12px;
        font-style: italic;
        opacity: 0.65;
    }
    #conAutor .author-con p {
        font-size: 13px;
    }
}
