.konz_cls_PaginationPosition {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	/* width: 100%; */
}

.konz_cls_Pagination {
	display: inline-block;
}

.konz_cls_Pagination a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	border: 1px solid #ddd;
}

.konz_cls_Pagination a.active {
	background-color: #28b457;
	color: white !important;
	font-weight:700 !important;
	border: 1px solid #28b457;
}

.konz_cls_Pagination a:hover:not(.active) {
	background-color: #ddd;
	color: black !important;
}

.konz_cls_Pagination a:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.konz_cls_Pagination a:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}


/* 
.konz_cls_ol_PaginationList {
	counter-reset: steps;
}
.konz_cls_ol_PaginationList li:first-of-type::before {
	counter-set: steps 100;
}
.konz_cls_ol_PaginationList li::before {
	color: red;
	content: "steps " counter(steps) ": ";
	counter-increment: steps;
} */
