 /* Geoportal2 Startseite */

@page  
{ 
    size: auto;   /* auto is the initial value */ 

    /* this affects the margin in the printer settings */ 
    margin-top: 2cm!important;  
} 

body  
{ 
    /* this affects the margin on the content before sending to printer */ 
    margin: 0px;  
} 

div[id^="wibuildInfo"] {
    display: none;
}

/*img[id^="wilogoBVV"] {
    margin-top: 0cm;
}*/

button, .btn {
    display: none !important;
}

.contentBox {
    margin-top: -1cm!important;
    margin: 0;
    padding: 0;
    float: none !important;
}

.contentBox .mainContentBox {

    margin-left: 10pt;
    width: 64.5%!important;   
}

.sidebarBox {
    margin-top: 0cm!important;
}

.sidebarArticle:nth-child(2) {
    margin-top: -1cm!important;
}

.neueGeodatendienste {
    margin-top: 0.25cm!important;
}

.aktuelles:first-child {

    display: block!important;
    page-break-before: always!important;
}

/*.mainContentBox:last-child >.aktuelles {
    
    clear: both!important;
    page-break-before: always!important;
    border: 1pt dotted purple!important;
    position: absolute!important;
    display: block!important;
    margin-top: 60cm!important;
}*/

.mainContentBox:last-child >.aktuelles {
    display: none!important;
}
