

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {

       
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    #header,
    #nav_bereich,
    #sticky_re {
       display:none;
    }
    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
  
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
.bild_breit {
    max-width: 450px;
    height: auto;
    overflow: hidden;
}

.bild_drittel img,
.bild_drittel_capt img,
.bild_halb img,
.bild_breit img,
.bild_halb_capt img,
.bild_breit_capt img {
    width: 450px !important;
    height: auto;
}
 
.bild_halb {
    max-width: 450px;
    max-height: 100%;
    border: none;
    float: left;
    margin: 12px 3% 12px -12px;
    overflow: hidden;
}
.bild_drittel {
    max-width: 450px;
    max-height: 100%;
    border: none;
    float: left;
    margin: 12px 3% 12px -12px;
    overflow: hidden;
}
.capt_under {
    xfloat: left;
    xwidth: 90%;
    height: auto;
    padding: 5px 12px;
    font-size: 90%;
    font-style: italic;
    color: #152e5e;
}

.img_wrap_capt {
    overflow: hidden;
    border: none;
  width: 450px;
}
.bild_drittel_capt {
    max-width: 450px;
    height: auto;
    float: left;
    margin: 12px 3% 0px 0px;
  position: relative;
}
.bild_halb_capt {
    max-width: 450px;
    height: auto;
    float: left !important;
    margin: 12px 3% 0px 0px;
  position: relative;
}
.bild_breit_capt {
    width: 450px !important;
    height: auto;
    margin: 12px 0 0px 0px;
   position: relative;
  clear: both;
}
div.csc-textpic-intext-left {
    margin: 12px 0 12px 0px;
}
div.csc-textpic-intext-left .bild_breit {
    max-width: 900px;
    height: auto;
    border: none;
    margin: 0 2.7% 0 0;
    overflow: hidden;
    float: left;
}
div.csc-textpic-intext-left csc-textpic-text {
    max-width: 100%;
    height: auto;
    
}
}
