@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: 'Inter', sans-serif;
	font-optical-sizing: auto;
 	font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #252525;
	background: radial-gradient(ellipse at center top, #C5D6EE 20%, #fff 100%) repeat fixed 0 0 #fff;
}


/* HEADINGS */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.2;
	color: #004D88;
	text-transform: uppercase;
}

.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: #006FBD;}


/* LINKS */
a {color: #006FBD;}
a:hover, a:focus, a:active {color: #5fa5b9;}

/* 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: 0px;
	font-size: 1.0rem;
	font-weight: 400;
	text-transform: uppercase;
}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
	background-color: #5695D2;
    background-image: linear-gradient(to bottom, #5695D2, #5695D2);
    color: #ffffff;
}


.sp-megamenu-parent>li:hover>a {color: #fff; background-color: rgba(0, 0, 0, 0.2);}

/* sub menu */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {font-size: 1.0rem; padding: 6px 0;}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {color: #0071C1;}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {color: #0071C1;}

/* 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: #0071C1; background: #fff; border-left: 3px solid #0071C1; 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: #0071C1;}

/* MENU MOBIEL */

.burger-icon>span {height: 4px;background-color: #fff;}

@media (max-width: 1200px) {
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {padding: 0 10px !important; font-size: 0.875rem;}
}

@media (max-width: 992px) {
	.logo-image {height: 70px !important; margin-top: 0px;}
	#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;}

/* BLOK TOP */
#sp-section-1 {padding: 25px 0;}
#sp-section-2 {background: linear-gradient(to bottom, #0073C4, #006FBD) repeat scroll 0 0 #006FBD;}

#sp-main-body {padding: 40px 0; background: #fff;}
#sp-top-bar {background: #f5f5f5; color: #252525; padding: 8px 0; font-size: 1.0rem;}
#sp-top-bar a {color: #0b7999;}

#sp-top1, #sp-top2 {
	color: #252525;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.awesomplete > ul {z-index: 999;}

/* BLOK FOOTER */
#sp-bottom {
    padding: 50px 0 20px;
    font-size: 1.0rem;
    line-height: 1.4;
	background: #0071C1;
    color: #fff;
}

#sp-bottom .sp-module ul>li {margin-bottom: 4px;}
#sp-bottom a {color: #b4daff;}
#sp-footer a {color: #0071C1;}
#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: #fff;
}

#sp-bottom .container {
    padding-left: 30px;
    padding-right: 30px;
}

#sp-footer {background: #f7f7f7;color: #111; 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;}
	#sp-top1, #sp-top2 {display: none !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: 120px 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;}
.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.sppb-addon-feature {
   box-shadow: 1px 1px 12px 1px #e8e8e8;
}

.sppb-media-content {padding: 30px;}

.article-list .article, .sppb-addon-articles .sppb-addon-article {
	box-shadow: 1px 1px 12px 1px #e8e8e8;
	padding: 30px;
}
.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: #0071C1;
}

.sppb-article-introtext {margin-bottom: 20px;}

.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;}