@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Lato", sans-serif;
 	font-style: normal;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.4;
    color: #111;
	background: #f5f5f5;
}

/*
10 = 0.625
11 = 0.688
12 = 0.75
13 = 0.813
14 = 0.875
15 = 0.938
16 = 1
17 = 1.063
18 = 1.125
19 = 1.188
20 = 1.25
22 = 1.375
24 = 1.5
25 = 1.563
26 = 1.625

*/

/* HEADINGS */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Serif", sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

.h1, h1 {font-size: 1.5rem;}
.h2, h2 {font-size: 1.375rem;}
.h3, h3 {font-size: 1.25rem;}
.h4, h4 {font-size: 1.125rem;}
.h5, h5 {font-size: 1.0rem;}
.h6, h6 {font-size: 0.875rem;}

.article-details .article-header h1, .article-details .article-header h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #00265b;
    margin-bottom: 1rem;
}

/* links */

a {color: #618CB4;}

.sppb-btn-default {
    color: #fff;
    background-color: #131949;
    border-color: #131949;
}
.sppb-btn {
    padding: 10px 22px 10px 22px !important;
    font-size: 0.875rem;
    line-height: 1.25;
	text-transform: uppercase;
}

.sppb-readmore {
	color: #fff;
    background-color: #131949;
    border-color: #131949;
	padding: 10px 22px 10px 22px !important;
    font-size: 0.875rem;
    line-height: 1.25;
	text-transform: uppercase;
	border-radius: 4px;
}

.sppb-readmore:hover {
    color: #010101;
    background-color: #d7dadd;
    border-color: #d7dadd;
}

.sppb-btn-primary {
    color: #fff;
    background-color: #131949 !important;
    border-color: #131949 !important;
}

.readmore {
	color: #fff;
    background-color: #131949;
    border-color: #131949;
	padding: 10px 22px 10px 22px !important;
    font-size: 0.875rem;
    line-height: 1.25;
	text-transform: uppercase;
	border-radius: 4px;
	display: inline;
}

.article-list .article .readmore a {
    color: #fff;
    font-weight: 500;
}


/* blok contact, logo menu en social logo's */
#sp-section-1 {background: #131949; font-size: 0.938rem;}
#sp-header {background: #fff;}
#sp-top-bar {background: #131949; color: rgba(255, 255, 255, 0.5); font-size: 0.938rem;}
#sp-top-bar a {color: rgba(255, 255, 255, 0.5);}
#sp-top-bar a:hover {color: #fff;}

.sp-contact-info li {font-size: 0.938rem; padding-top: 4px; margin: 0px 15px 0px 0px;}
ul.social-icons>li {padding-top: 4px;}

.sp-contact-time .far.fa-clock {display: none;}

@media(max-width:992px) {
	.logo-image-phone {height: 80px !important;}
	#sp-header {height: 100px !important;}
	#sp-header .logo {height: 100px;}
	#sp-top2 {display: none;}
}

@media (max-width: 576px) {
    .logo-image-phone {height: 80px !important;}
}

/* MENU */

.sp-megamenu-parent>li:last-child>a {padding: 0px 0px 0px 10px;}
.sp-megamenu-parent>li>a {color: #828282;}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	padding: 0 15px;
	line-height: 30px;
	font-size: 1rem;
	text-transform: uppercase;
}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {color: #131949; font-weight: 700;}
.sp-megamenu-parent>li:hover>a {color: #131949;}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {color: #618CB4;}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {color: #618CB4;}
.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: 1rem;}

@media (max-width: 1200px) {
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {padding: 0 5px; font-size: 0.875rem;}
}

.burger-icon>span {height: 4px;}

.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: #618CB4;}
.offcanvas-menu .offcanvas-inner ul.menu li.active a {color: #618CB4;}

/* sub menu rechts */

#sp-left .sp-module, #sp-right .sp-module {
    margin-bottom: 30px;
    border: 1px solid #eee;
    padding: 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.5rem;
    font-weight: 600;
    border-bottom: none;
}

#sp-right .sp-module-content li.active>a {color: #00265b; background: #fff; border-left: 3px solid #00265b; 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: #00265b;}
.doetest p {color: #828282;}

/* MAIN BODY */

#sp-main-body {padding: 40px 0;}

.com-content.view-category .article-list .article .article-intro-image img {
    width: -webkit-fill-available;
    background-repeat: no-repeat;
    background-size: cover;
}

.blogactueel .article {border: 1px solid #ccc; background: #fff;}

.awesomplete > ul {
    z-index: 999;
	color: #111;
}

/* TITEL KRUIMEL*/

.sp-page-title {
    box-shadow: 0 1px 2px 0 rgba(209, 209, 209, 0.5);
    background: #fff;
    padding: 125px 0px 125px 0px !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

@media(max-width:991px) {
    .sp-page-title {padding: 80px 0 80px !important;}
 }

 @media(max-width:767px) {
	 .sp-page-title {padding: 50px 0 50px !important;}
  }

.container .sp-page-title-heading {display: none;}

/* HOME */

.homeboxje .sppb-media-content {background: #fff; padding: 20px;}
.image-layout-preset-style-collage .sppb-image-layout-title {color: #111; font-size: 24px; line-height: 28px;}
.image-layout-preset-style-collage .sppb-addon-image-layout-text {color: #828282; font-size: 1.125rem; margin: 30px 0;}
#sppb-addon-1566968630621 .sppb-addon-articles .sppb-article-info-wrap h3 a {font-size: 1rem;line-height: 26px;}
.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap {
    background: #fff;
    padding: 30px;
    box-shadow: 0 1px 2px 0 rgba(209, 209, 209, 0.5);
    position: relative;
}
.sppb-addon-articles .sppb-article-meta {margin: 10px 0px;}
.sppb-article-info-wrap h3 {min-height: 50px;}

/* FOOTER */

#sp-bottom {
    background: #ffffff;
    color: #828282;
	font-size: 1.125rem;
}

#sp-footer {
    background: #131949;
    color: #DDD;
	font-size: 1rem;
}

#sp-bottom a {color: #828282;}
#sp-footer a {color: rgba(255, 255, 255, 0.5);}
#sp-bottom .sp-module.sp-contact {margin-bottom: 40px;}
#sp-bottom .sp-module.sp-contact ul>li {display: inline-block; margin-top: 15px;}
#sp-bottom .sp-module ul>li {display: inline-block; margin-bottom: 0px;}
#sp-bottom a:hover, #sp-bottom a:active, #sp-bottom a:focus {color: #111;}
#sp-footer a:hover, #sp-footer a:active, #sp-footer a:focus {color: #fff;}