@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

* + p, * + ul, * + ol, * + dl, * + blockquote, * + pre, * + address, * + fieldset, * + figure {margin: 3px 0px 3px 0px;}
a {
    color: #BC2035;
    cursor: pointer;
    text-decoration: underline;
}

#sp-footer1 p {
    margin-top: 0;
    margin-bottom: 0;
}

.offcanvas-menu .offcanvas-inner ul.menu>li a, .offcanvas-menu .offcanvas-inner ul.menu>li span {color: #BC2035; text-decoration: none;}
.article-list .article .featured-article-badge {display: none;}

#sp-section-1 {background: #BC2035;}
#sp-section-2 {background-image: linear-gradient(to bottom, #383838, #2f2f2f);}
#sp-main-body {padding: 40px 0;}
.logo-image {
    height: 120px;
	width: 500px !important;
	max-width: 500px !important;
	padding: 10px 0;
}
.fab {font-size: 24px;}
.zoekentop {padding-top: 45px; float: right;}
.mod-languages {padding-top: 15px; float: right;}
.burger-icon>span {height: 4px;background-color: #fff;}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    display: inline-block;
    padding: 0 15px;
    line-height: 60px;
    font-size: 16px;
    margin: 0;
	text-decoration: none;
	color: #fff;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    font-size: 16px;
	text-decoration: none;
}

.sp-megamenu-parent>li:last-child>a {
    padding: 0px 15px 0px 15px;
}

.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 0;
    padding-bottom: 15px;
    text-transform: none;
    color: #BC2035;
	text-decoration: none;
}

.article-details .article-header h1, .article-details .article-header h2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 0;
    padding-bottom: 15px;
    text-transform: none;
    color: #BC2035;
	text-decoration: none;
}

.article-list .article {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #f5f5f5;
    border-radius: 1px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.06);
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {color: #BC2035; background-image: linear-gradient(to bottom, #e2e2e2, #FFF);}

.pagination>.active>a, .pagination>.active>span {
    border-color: #BC2035;
    background-color: #BC2035;
}

/* PAGE TITLE */
.sp-page-title-heading {display: none;}
@media(max-width:991px) {
	.sp-page-title {padding: 60px 0 60px !important;}
	.logo-image {height: 120px !important;}
	}
@media(max-width:767px) {
	.sp-page-title {padding: 30px 0 30px !important;}
	.logo-image {height: 120px !important;}
	}
.sp-page-title {
	padding: 100px 0 100px;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: cover !important;
	background: #fff;
}