:root {
/*	--crm-s: .75rem; /* wird aber nicht auf alles angewendet.. */
}

.crm-container .label {
	margin-bottom: .5em;
}
.crm-container .label > label {
	font-weight: bold;
	margin-bottom: .75rem;
}

.crm-container .crm-multiple-checkbox-radio-options {
	/* only one item per row */
	flex-direction: column;
}

.crm-container fieldset {
	margin: 2.5em 0;
}

/* heading of the fieldset */
.crm-container fieldset > legend {
	font-weight: bold;
	font-size: 1.5em;
}

.crm-container div.form-item {
	margin-top: 1.5em;
	margin-bottom: 0;
}
.crm-container div.helprow-post {
	margin-bottom: 1.5em;
}
.crm-container .description {
	/* like bootstrap .form-text */
	margin-top: .25rem;
	/* font-size: .875em; */	
	color: #6c757d;
}

.crm-container .messages {
	margin: 1.5em 0;
	padding: 1em;
}
