.XHeader {
    background-image: URL('ressource?mid=1&name=HMLogo.svg');
    background-size: auto 60px;
    display: inline-block;
    width: 100%; 
    min-height: 40px;
    content:" ";
    background-repeat: no-repeat;
    background-position-x: calc(100% - 30px);/*background-position-x: right;*/
    background-position-y: 20px;
    mix-blend-mode: multiply;
    margin: 0 15px;
}

.modern .CXSelect .XRadio:focus-within { 
    outline: none;
    border:none;
    background-color: transparent;
}

/* Ab einer Breite von 500px oder kleiner wird das Logo verkleinert */
@media (max-width: 700px) {
    .XHeader {
        background-size: auto 42px;
        background-position-x: calc(100% - 10px);
        background-position-y: 10px;
        h1, h2 {
            margin-top: 42px;
        }
    }
}

.textblock {
    background-color: white;
    padding: 15px;
    font-size: 14px;
    text-align: justify; 
    line-height: 1.6;
    border-radius: 5px;
}

.CXCheckbox:focus-within { 
    outline: none;
    border:none;
    background-color: transparent;
  }

.modern .CXSelect .XRadio::selection { /* Geht nicht */
    outline: none;
    border:none;
    background-color: turquoise;
  }



@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;
    }
}