
/* PRINT STYLESHEET for https://www.ostangler.de/ */
/* author: ideenwerft GmbH */
/* copyright 2018 */


@media print {
    #iwcookies,
    .extra,
    .sec-nav,
    .bottomcontent,
    header .keyvisual,
    footer {
        display:none !important;
    }
    .logo {
        padding:0 0 30px !important;
    }
    .container.top {
        margin: 0;
        width: 100%;
    }
    main.content {
        padding-top:0 !important;
    }
    section.teaser-content {
        padding-bottom:0 !important;
    }
    section.main-content {
        padding-top:20px !important;
    }
    h1 {
        font-size: 22px !important;
        margin-bottom:0;
    }
    h1:after {
        display: none;
    }
    h2 {
        font-size: 17px !important;
    }
    h3 {
        font-size: 14px !important;
    }
    p {
        font-size:13px !important;
    }

    .powermail_confirmation h1 {
        font-size: 19px;
        display:none;
    }
    .pdfdruck,
    .powermail_confirmation .pdfbutton {
        display: none;
    }
    .powermail_confirmation table {
        font-size: 11px;
    }
    .powermail_confirmation .btn-group,
    .powermail_confirmation .btn {
        display:none;
    }

    #cookieman-modal {
        display: none !important;
    }

    .modal-backdrop {
        display: none !important;
    }

}
