@media print {
@page {
    margin:0;
    size: A4;
}
#top {
    margin:0;
    padding:5mm 14mm;
    page-break-after: always;
}
div,
img,
embed,
object,
video,
#container,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    max-width:180mm;
    max-height:260mm;
}
.ce_gallery ul.cols_2 li img,
figure.image_container.float_left img,
div.ce_image.float_left figure.image_container img {
    max-width:86mm;
}

/* height on screen */
#wrapper {
    width:180mm;
    max-height:280mm;
    overflow:hidden;
    margin:0;
    padding:7mm 10mm 10mm 20mm;
    page-break-inside: avoid;
}
#header {
    page-break-after: avoid;
}
#main {
    width:100%;
    max-height:262mm;
    margin:0;
    page-break-before: avoid;
}
#konta h2 {
    padding-top:17px;
}
* {
    background: transparent !important;
    color: #444 !important;
    text-shadow: none;
}

/* Blendet die Nav bei Drucken aus. */
#TitelNav {
    display:none;
}
p,
h2,
h3 {
    orphans: 3;
    widows: 3;
}
h2,
h3 {
    page-break-after: avoid;
}

/* Screenreaderhilfen nicht drucken. */
.invisible {
    display:none;
}

/* Blendet "Zurück" bei Drucken aus. */
.back,
.syndication {
    display:none;
}
}
