.umfrage .acf-checkbox-list {
	border: 0 !important;
}

.umfrage .acf-checkbox-list label {
	display: block;
	padding-left: 1.75rem;
	margin-bottom: 1rem;
	
	position: relative;
	
	font-size: 1.5rem;
	line-height: 1.2;
}
.umfrage .acf-checkbox-list label:before {
	content: '';
	
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	
	position: absolute;
	top: .5lh;
	left: 0;
	transform: translate( 0, -50% );
	
	border: 3px solid #de0027;
	border-radius: 4px;
}
/*
.umfrage .acf-checkbox-list label:after {
	content: '';
	
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	
	position: absolute;
	top: .5lh;
	left: 0;
	margin: -1px 0 0 2px;
	transform: translate( 0, -50% ) scale(2);
	
	background: url('graphics/icon-checkmark.svg') center center no-repeat;
	background-size: contain;
	
	opacity: 0;
	
	transition: all ease .4s;
}
.umfrage .acf-checkbox-list label.selected:after {
	opacity: 1;
	transform: translate( 0, -50% ) scale(1);
}
*/
.umfrage .acf-checkbox-list label.selected {
	font-weight: 700;
}

.umfrage .acf-checkbox-list label.selected:before {
	background-color: #de0027;
}

.umfrage .acf-input {
	outline: 0;
}

.umfrage .acf-checkbox-list input {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate( 0, -50% );
}