.XHeader {
  background-image: URL('ressource?mid=52&name=VG-Logo.png');
  background-size: auto 50px;
  display: inline-block;
  width: 100%;
  min-height: 100px;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  background-position-x: right 20px;
  background-position-y: top 10px;
    background-position: right 20px top 10px;
  padding-right: 10px !important;
}


@media print{
	.modern .XPage {
	    padding: 0 !important;
	}

	.CXPage:not(:first-child), .page-break {
	    display: block !important;
	    page-break-before: avoid;
	}

    .CXSpanHint{
        display:none !important;
    }

    .xm-form-footer-static{
        max-width: 100% !important;
        display: none;
    }
}