@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 {
    font-family: 'Roboto', sans-serif;
 	font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #252525;
}

/* HEADINGS */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.2;
}

.h1, h1 {font-size: 1.5rem;} 	/* 1.625 = 24px */
.h2, h2 {font-size: 1.375rem;} 	/* 1.375 = 22px */
.h3, h3 {font-size: 1.125rem;} 	/* 1.25 = 20px */
.h4, h4 {font-size: 1.125rem;} 	/* 1.125 = 18px */
.h5, h5 {font-size: 1.0rem;} 	/* 1.0 rem = 16px */
.h6, h6 {font-size: 0.875rem;} 	/* 0.875 = 14px */

.article-details .article-header h1 {font-size: 1.5rem;}
.article-details .article-header h2 {font-size: 1.125rem;}
.article-list .article .article-header h1 {font-size: 1.5rem;}
.article-list .article .article-header h2 {font-size: 1.125rem;}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {color: #243883;}

#sp-header {background: #243883;}
#sp-menu ul.social-icons a {color: #eac700;}

/* page builder */

#sp-page-builder .sppb-section-title {margin-bottom: 20px;}
.sppb-article-info-wrap {padding: 20px;}
.sppb-article-info-wrap h3 {min-height:43px;}
.leaflet-container {z-index: 0 !important;}

/* LINKS */
a {color: #243883;}
a:hover, a:focus, a:active {color: #243883;}

/* MENU */
.sp-megamenu-parent>li:last-child>a {padding: 0px 15px 0px 15px;}
.sp-megamenu-parent>li>a {color: #fff;}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
	padding: 0 15px;
	line-height: 60px;
	border-radius: 8px;
	font-size: 1.0rem;
	font-weight: 700;
	text-transform: uppercase;
}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {color: #243883; background: #eac700;}
.sp-megamenu-parent>li:hover>a {color: #eac700;}

img.mfi {
    display: none;
}

strong.stappen {font-size: 20px; color: #243883;}

/* sub menu */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {font-size: 1.0rem; padding: 8px 0;}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {color: #0b7999;}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {color: #0b7999;}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {border-top: 1px solid #ddd;}

/* sub menu rechts */

#sp-left .sp-module, #sp-right .sp-module {
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 20px 20px 10px 20px;
    border-radius: 0px;
    margin-top: 0;
    background: #f9f9f9;
	box-shadow: 1px 1px 12px 1px #e8e8e8
}

#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
    margin: 0 0 10px;
    padding-bottom: 10px;
    font-size: 1.125rem;
    font-weight: 600;
    border-bottom: none;
}

#sp-right .sp-module-content li.active>a {color: #0b7999; background: #fff; border-left: 3px solid #0b7999; border-radius: .25rem;}
#sp-right .sp-module-content>ul>li ul>li {padding-left: 20px;}
#sp-right .sp-module ul>li>a {display: block; padding: 8px 8px 8px 15px; line-height: 25px;}
#sp-right .sp-module ul>li {border-bottom: 1px solid #ddd;}
#sp-right .sp-module ul>li:first-child {border-top: 1px solid #ddd;}
.sp-module ul>li>a:hover {color: #0b7999;}

/* MENU MOBIEL */

@media (max-width: 992px) {
	.logo-image {height: 50px !important; margin-top: 10px;}
	#sp-header {height: 70px !important;}
}

.offcanvas-menu .offcanvas-inner ul.menu li.active a {color: #0b7999 !important;}
.offcanvas-menu .offcanvas-inner ul.menu>li a:hover, .offcanvas-menu .offcanvas-inner ul.menu>li a:focus, .offcanvas-menu .offcanvas-inner ul.menu>li span:hover, .offcanvas-menu .offcanvas-inner ul.menu>li span:focus {color: #0b7999 !important;}
.offcanvas-menu .offcanvas-inner ul.menu>li {border-bottom: 1px solid #eee;}

.burger-icon>span {
    height: 4px;
    background-color: #eac700;
}

/* BLOK TOP */
#sp-main-body {padding: 40px 0;}
#sp-top-bar {background: #f5f5f5; color: #252525; padding: 8px 0; font-size: 1.0rem;}
#sp-top1, #sp-top2 {color: #252525;}
#sp-top-bar a {color: #0b7999;}

/* BLOK FOOTER */
#sp-bottom {
    padding: 50px 0 20px;
    font-size: 1.125rem;
    line-height: 1.4;
	background: #eeeeee;
}

#sp-bottom .sp-module ul>li {margin-bottom: 4px;}
#sp-footer a, #sp-bottom a {color: #243883;}
#sp-footer a:hover, #sp-footer a:active, #sp-footer a:focus, #sp-bottom a:hover, #sp-bottom a:active, #sp-bottom a:focus {
    color: #111;
}

#sp-footer {background: #eee; color: #222; font-size: 1rem;}
#sp-footer .container-inner {padding: 20px 0;}

/* TITEL */
@media(max-width:991px) {
	.sp-page-title {padding: 60px 0 60px !important;}
	.sp-page-title .sp-page-title-heading {font-size: 24px !important;}
}
@media(max-width:767px) {
	.sp-page-title {padding: 30px 0 30px !important;}
	.sp-page-title .sp-page-title-heading {font-size: 18px !important;}
}

/*.sp-page-title:before {
    background: #0b7999;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.4;
    z-index: 1;
}*/

.sp-page-title {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
    padding: 150px 0;
    text-align: left;
    align-items: end;
    display: flex;
}

.sp-page-title .sp-page-title-heading {font-size: 32px; font-weight: 500; line-height: 1.2; display: none;}
.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {margin: 0; padding: 0; color: #fff;}
.sp-page-title > .container {position: relative; z-index: 2;}

/* CONTENT */
.sppb-addon-article-layout {margin-bottom: 0px;}
.article-list .article, .sppb-addon-articles .sppb-addon-article {box-shadow: 1px 1px 12px 1px #e8e8e8;}
.article-list .article .readmore {
    -webkit-appearance: none;
    overflow: visible;
    font: inherit;
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 18px;
    vertical-align: middle;
    line-height: 30px;
    min-height: 30px;
    font-size: 0.875rem;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    background: #243883;
}

.article-list .article .readmore a {color: #fff; font-weight: 400;}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {color: #4bc4e8;}

ul.sigFreeClassic li.sigFreeThumb {margin: 0 10px 10px 0;}
.article-header {min-height: 50px;}

.article-list .article .featured-article-badge {display: none !important;}
.article-details .featured-article-badge {display: none !important;}