/* UL Lists Styles */

ul,ol {
	line-height:20px;
}

ul.check {
	list-style-image:url("https://www.compensation-partner.de/images/layout/ok_schwarz.gif");
	padding-left:20px;
}

ul.square {
	list-style-type: square;
	padding-left:20px;
}

ul.numeric {
	list-style-type:decimal;
	padding-left:20px;
}
ul.bullets {
	list-style-type:disc;
	padding-left:20px;
	font-size:15px;
	color: #222929;
}

ul.circle {
	list-style-type:circle;
	padding-left:20px;
	font-size:15px;
	color: #222929;
}

ul.lower-alpha {
	counter-reset: list;
	padding-left:20px;
	font-size:15px;
	color: #222929;
}

ul.lower-alpha > li {
	list-style: none;
	position: relative;
}

ul.lower-alpha li:before {
	content: counter(list, lower-alpha) ") ";
	counter-increment: list;
	position: absolute;
	left: -1.4em;
}

ol.check {
	list-style-image:url("https://www.compensation-partner.de/images/layout/ok_schwarz.gif");
	padding-left:20px;
}

ol.square {
	list-style-type: square;
	padding-left:20px;
}

ol.numeric {
	list-style-type:decimal;
	padding-left:20px;
}

ol.bullets {
	list-style-type:disc;
	padding-left:20px;
}

ul.blank {
	padding-left:20px;
	list-style-type:none;
}

li {
	font-size:15px;
}
#JS_scrollToMenu .uk-link:hover {
	text-decoration:none;
	color:#222929;
}