/* ||| COPY: CSS ||| Start */

/* großer Aufzählungspunkt (1) */
.lms .step-point,
.lms .step-pointed li::before {
	display: inline-block;
	color: #fff;
	background: #ea0c8b;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	width: 28px;
	line-height: 28px;
	font-size: 16px;
	margin: 4px 4px -4px 4px;
}
.lms .step-pointed {		/* ol/ul */
	counter-reset: step-pointed;
}
.lms .step-pointed li {
	margin: 22px 0 22px 40px;
	position: relative;
}
.lms .step-pointed li::before {
	counter-increment: step-pointed;
	content: counter(step-pointed);
	position: absolute;
	margin: -4px 0 0 -36px;
}
ol.step-pointed, ol.step-pointed li {
	padding: 0;
	list-style: none;
}

/* ||| COPY: CSS ||| End */