@page {
    size: A4 portrait;
    margin: 2cm;

    @top-center {
        margin: 10pt 0 30pt 0;
        color: #333;
        content: "HELLER Ingenieurgesellschaft mbH";
        border-top: .25pt solid #666;
        width: 100%;
        font-size: 9pt;
    }

    @bottom-right-corner {
        margin: 10pt 0 30pt 0;
        content: counter(page) "/" counter(pages);
        font-size: 9pt;
        color: #333;
    }

    @bottom-center {
        content: url("../image/logo.png");
    }
}

body{
    background-color: white;
}
.fullWidth{
    position: static!important;
    background-color: white!important;
}

.dijitContentPane, .dijitContainer {
    position: static!important;
    width: 100% !important;
}

.webCAFMainWidgetWrapper[widgetId]{
    page-break-after: always;
    background-color: transparent;
}


.webCAFShell .TopBarWrapper, .webCAFMainWidgetWrapper .webCAFMainWidgetWrapperConfigBar,  .webCAFMainWidgetWrapper .webCAFMainWidgetWrapperMenu{
    display: none !important;
}

.webCAFMainWidgetWrapper .webCAFMainWidgetWrapperContentPlace, .webCAFMainWidgetWrapper .webCAFMainWidgetWrapperContentPlace .webCAFMainWidgetWrapperdivMainWidget {
    position: relative;
    width: 100%;
    height: 100%;
}

.webCAFMainWidgetWrapper .webCAFMainWidgetWrapperContentPlace > .configurationLabel > span {
    top: 0px;
    left: 0px;
    right: 0px;
    height: 1.5em;
    line-height: 1.5em;
    background: white;
    color: hsl(0, 0%, 23%);
}

.webCAFMainWidgetWrapper .webCAFMainWidgetWrapperdivMainWidget {
    padding-top: 3em;
}