/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/



main .custom_list.list_haken ul:not([class]) li::before {
	content: '✓';
	font-weight: 550;
}

main .custom_list.list_haken ul:not([class]) li::before,
main .custom_list.list_custom ul:not([class]) li::before {
	background: none;
	height: auto;
	width: auto;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	display: inline-block;
	position: absolute;
	top: 0;
	left: -1em;
	color: var(--primary, #003a65);
}

main .custom_list.list_numbers ul li::before {
	content: none;
}

main .custom_list.list_numbers ul li {
	list-style: decimal;
}

main .custom_list .headline {
	font-weight: 500;
}

ul li {
	text-shadow: 1px 0px 0px transparent;
}
