/* =======================================================
// Algemeen
======================================================= */

body {
	--mkb-blue: #00b1bf;
	--mkb-blue-d: #003060;
	--mkb-blue-l: #e9f4f5
}

/* checklist ------------------------- */
/*.checkList ul { padding-left: 40px; }*/
/*body .checkList ul {
	display: flex;
	list-style: none !important;
}
body .checkList ul li {
	position: relative;
	margin-bottom: 20px;
	line-height: 1.7em;
}
.checkList ul li::before {
	content: " ";
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: inline-block;
	background-color: var(--mkb-blue);
	position: absolute;
	left: -35px;
	top: 6px;
	z-index: 10;
}
.checkList ul li::after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 26px;
	content: "\f00c";
	color: #fff;
	position: absolute;
	left: -31px;
	top: 5px;
	z-index: 20;
}*/
.checkList ul li strong { color: #006c82; }
.checkList .et_pb_text_inner p {
	padding-left: 10px;
}
.checkList .et_pb_text_inner {
	display: flex;
}
.checkList i {
	color: var(--mkb-blue);
	margin-right: 6px;
}
}