span.onoffice-pleasefill {
	color: #dd1111;
	margin-right: 5pt;
}

.onoffice-unclickable-form,
.oo-form input[type=submit]:disabled,
#onoffice-form input[type=submit]:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}



/* Absenden-Button */
.onoffice-form input[type="submit"] {
    background-color: #7a0627;
    color: #ffffff;
    border: none;
    padding: 12px 20px;
    border-radius: 0px;
    cursor: pointer;
    font-weight: normal;
    transition: background-color 0.3s ease;
}

.onoffice-form input[type="submit"]:hover {
    background-color: #004494;
}