label[for="NewOwnerID"] {
	 visibility: hidden !important;
	 position: relative;
}
 label[for="NewOwnerID"]:after {
	 color: black;
	 visibility: visible;
	 position: absolute;
	 top: 0;
	 right: 0;
	 padding-left: 0px;
	 content: "Sperren für Besitzer*in:";
}
 label[for="IsVisibleForCustomer"], label[for="IsVisibleForCustomer"] + div, label[for="InformUserID"], label[for="InformUserID"] + div, label[for="InvolvedUserID"], label[for="InvolvedUserID"] + div {
	 display: none !important;
}