/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 24 2025 | 08:06:16 */
.no-padding-laptop ul {
	list-style: none;
}

:root {
	--donkerblauw: #002C5A;
}

/* Number list icon */
.list-number .number {
	background-color: var(--donkerblauw);
}

.list-number .number:before {
	background-color: rgba(130, 184, 241, 0.39);
}

#cmplz-document {
	max-width: 100% !important;
}

#home-vacatures .row {
    display: flex;
    flex-wrap: wrap;
}

#home-vacatures .col-md-3 {
    display: flex;
    flex-direction: column;
}

#home-vacatures .job-grid {
    flex: 1;
    display: flex;
    flex-direction: column;
}