.ce_list {
	font-size: var(--md);
	
}
.ce_list--lg {
	font-size: var(--lg);
	
}
.ce_list--xl {
	font-size: var(--xl);
	
}
.ce_list ol,
.ce_text ol {
	padding-left: 2.2rem;
	list-style: none;
	counter-reset: my-awesome-counter;
	color: var(--color4);
}
.ce_list > ol > li,
.ce_text > ol > li {
	color: var(--text-color);
	margin-bottom: 1.1rem;
	counter-increment: my-awesome-counter;
	position: relative;
}
.ce_list > ol > li::before,
.ce_text > ol > li::before {
	content: counter(my-awesome-counter);
	color: var(--color2);
	font-size: var(--md);
	left: -1.9rem;
	width: 2rem;
	position: absolute;
	top: 0rem;
	font-family: var(--bold-font);
}
.ce_list ol li p,
.ce_text ol li p {
	/* margin-bottom: 0rem; */
}
.ce_list ul,
.ce_text ul {
	list-style-type: none;
	padding-left: 1.1rem;
	margin-bottom: 1rem;
	color: var(--color4);
}
.ce_list--lg ul {
	padding-left: 1.1rem;
	margin-bottom: 1rem;
}
.ce_list ul li,
.ce_text ul li {
	position: relative;
	margin-bottom: .5rem;
	margin-top: 0rem;
	color: var(--text-color);

}
.ce_list ul li p,
.ce_text ul li p {
	margin-bottom: 0rem;
	
}
.ce_list ul li:after,
.ce_text ul li:after {
	content: '+';
	position: absolute;
	display: block;
	left: -0.9rem;
	top: 0rem;
	color: var(--color2);
}
.ce_list--lg ul li:after {
	left: -1.1rem;
	top: -0.15rem;
}
.highlight .ce_list ul li:after,
.highlight .ce_text ul li:after {
	color: white;
	
}
.ce_list--produkte {
	margin-bottom: 3rem;
}
.ce_list--produkte h2 {
	font-size: var(--lg);
	color: var(--color2);
	margin-bottom: 3rem;
}
.ce_list--produkte ul {
	padding: 0;
}
.ce_list--produkte ul li {
	font-size: var(--lg);
	color: var(--color2);
	margin-bottom: 0;
	font-family: var(--font-hl);
}
.ce_list--produkte ul li:after {
	display: none;
	
}
@media screen and (min-width: 768px){
	.ce_list--lg ul {
		padding-left: 1.4rem;
		margin-bottom: 1.2rem;
	}	
	.ce_list--lg ul li:after {
		left: -1.4rem;
		top: -0.1rem;
	}
	.ce_list--produkte {
	margin-bottom: 6rem;
	}
	.ce_list--produkte h2 {
	
	}
	.ce_list--produkte ul {
	
	}
	.ce_list--produkte ul li {
	
	}	
}
