@import url('https://fonts.googleapis.com/css2?family=Oswald&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
 	font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #252525;
	font-optical-sizing: auto;
}

/* 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;
	color: #005095;
	font-family: 'Oswald', sans-serif;
}

.h1, h1 {font-size: 1.5rem;} 	/* 1.625 = 24px */
.h2, h2 {font-size: 1.375rem;} 	/* 1.375 = 22px */
.h3, h3 {font-size: 1.25rem;} 	/* 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 */

#sp-main-body {padding: 40px 0px 10px 0px;}
#sp-header .sp-module {margin-left: 40px;}
.article-details .article-header h1, .article-details .article-header h2 {font-size: 1.5rem;}

#sp-header .logo a {
	font-family: 'Oswald', sans-serif;
    font-size: 32px;
	color: #005095;
	text-transform: uppercase;
	font-weight: 600;
}

h1.sppb-addon-title {
	font-family: 'Oswald', sans-serif;
    font-size: 32px;
	color: #005095;
	font-weight: 600;
}

#sp-top-bar {
    background: #fff;
	padding: 0px;
}

#sp-footer, #sp-bottom {
    background: #0a5682;
    color: #FFFFFF;
}

#sp-footer .container-inner {
    padding: 22px 0px 15px 0px;
    border-top: none;
}

span.fab.fa-linkedin {color: #fff; font-size: 26px;}
.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: 15px;
    padding: 2px 0;
}

/*body.ltr .sp-megamenu-parent>li.sp-has-child>a:after, body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
    display: none;
}*/

.sp-megamenu-parent>li>a {
    color: #005095;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.25rem;
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #005095;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.25rem;
}

.article-details img {display: inline;}

.article-list .article .readmore a {
    color: #005095;
    font-weight: 700;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
    color: #005095;
}

.article-list .article {
    border: 1px solid #eee;
    border-radius: 5px;
}

/* menu rechts */

#sp-right .sp-module {
    border: 1px solid #ece2e2;
    padding: 20px;
	margin-top: 20px;
	border-radius: 10px;
}

#sp-right .menu li {
    list-style: none;
    position: relative;
    margin-bottom: 0px;
}

#sp-right .menu li.current {
    background: #FFF;
}

#sp-right .menu li.current a {
    color: #005095 !important;
    border-color: #005095;
}

#sp-right .sp-module ul > li > a:hover {
    color: #005095;
}

#sp-right .menu li a {
    font-size: 15px;
    line-height: 18px !important;
    border-left: 5px solid transparent;
    font-weight: 500;
    transition: all 0.5s ease;
    padding: 10px 12px !important;
    position: relative;
}
#sp-right .sp-module ul>li {border-bottom: 1px solid #ddd;}

.sp-module.CTA {
	background: #e5f6fc;
	font-weight: 500;
	border: 1px solid #ece2e2;
    padding: 20px;
	margin-top: 5px;
	border-radius: 10px;
}

.sp-module.CTA p {margin-bottom: 0rem;}
.sp-module.CTA .sppb-btn-primary {margin-top: 20px;}

/* EIND */

.btn-primary, .sppb-btn-primary {
    border-color: #005095;
    background-color: #005095;
}

.btn-primary:hover, .sppb-btn-primary:hover {
    border-color: #044CD0;
    background-color: #044CD0;
}

.sppb-btn-primary {
    color: #fff;
    background-color: #005095 !important;
    border-color: #005095 !important;
}

.sppb-btn-primary:hover {
    color: #fff;
    background-color: #044CD0 !important;
    border-color: #044CD0 !important;
}

.sppb-btn-square {
    border-radius: 4px;
}

#sppb-addon-1610639418032 #btn-1610639418032.sppb-btn-primary {
    padding: 8px 12px;
}

#sppb-addon-1610631494550 #btn-1610631494550.sppb-btn-primary {
    padding: 8px 12px;
}

#sppb-addon-1610631494555 #btn-1610631494555.sppb-btn-primary {
    padding: 8px 12px;
}

#sppb-addon-af78f4bb-b585-4ec4-8689-1a67c0c79bb7 #btn-af78f4bb-b585-4ec4-8689-1a67c0c79bb7.sppb-btn-primary {
       padding: 8px 12px;
}

@media (max-width: 768px) {
    #sp-header .logo a {font-size: 12px !important; font-weight: 400 !important;}
	#sp-header .sp-module {margin-left: 5px;}
}

@media (max-width: 992px) {
    #sp-header .logo a {font-size: 24px;}
}