@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background-color: #fff;
    color: #111;
    font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
    font-size: 1rem;
    line-height: 22px;
}

#sp-main-body {padding: 40px 0;}

a {color: #e75525;}
a:hover, a:active, a:focus {color: #ad3913; text-decoration: none;}

/* KOPPEN */

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    color: #222;
}

.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 */

h1:after {
    background: none repeat scroll 0 0 #e75525;
    bottom: -12px;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    width: 250px;
}
.page-header h1 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5rem;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.article-details .article-header h1, .article-details .article-header h2 {
    font-size: 1.25rem;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 700;
}

#sp-page-builder .sppb-section-title .sppb-title-heading {margin-bottom: 10px; font-weight: 700;}
#sp-page-builder .sppb-section-title {margin-bottom: 40px;}
.sppb-addon-title {margin-bottom: 15px; font-weight: 700; font-size: 16px;}

.sppb-btn-default {
    color: #fff;
    background-color: #58ac25;
    border-color: #58ac25;
	font-size: 14px;
}

.sppb-btn-default:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}


/* HOME */

.sppb-media-content {padding: 20px; background: #f3f3f3}
.b_list ul {list-style: none; padding-left: 10px;}
.fa-check {color: #e75525; padding-right: 10px;}

/* BALKEN */
#sp-section-1 {background: #eaeaea;}


#sp-top1 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#sp-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#sp-top-bar {
    background: #eaeaea;
    color: #333;
}

#sp-header {
    background: #eaeaea;
}

@media (max-width: 575px) {
    #sp-header {height: 60px !important;}
	.zoeken-boven .form-control {width: 90% !important;}
}

div.mod-languages ul li.lang-active {
    background-color: transparent !important;
    padding: 0px 0px 0px;
    border-radius: 0px;
}

.mod-languages {margin: 3px 0px 0px 0px;}
.breadcrumb {background-color: #f5f5f5; font-size: 12px;}
.article-header h2 {
    font-size: 15px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    margin: 0px 0px 25px 0px;
    padding: 0px;
    text-transform: uppercase;
}

.blog h2 {
    font-size: 15px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    margin: 0px 0px 25px 0px;
    padding: 0px;
    font-weight: 600 !important;
}

.article-body .article-header h2 {font-size: 14px !important;}
.article-list .article {border: 1px solid #eee;}
.article-list .article .article-header h2 {font-size: 14px; margin: 0 0 0rem 0;}
.article-list .article .article-header h2 a {color: #e75525;}

.article-list .article figcaption.caption {
    text-align: left;
    font-size: 12px;
	line-height: 16px;
    margin: 0px 0px;
    opacity: unset;
	background: #eaeaea;
	color: #666 !important;
	padding: 15px;
}

.rstpl-box-horizontal-icon {
    background: #ddd;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.rstpl-box-horizontal-icon .rstpl-box-icon-container {
    text-align: center;
    margin: 0 auto;
    width: 30%;
    float: left;
    display: inline-block;
    position: relative;
}

.rstpl-box-horizontal-icon .rstpl-box-content {
    background: #f3f3f3;
    width: 70%;
    display: inline-block;
    padding: 30px;
}

.rstpl-box-horizontal-icon .rstpl-box-content .rstpl-box-title {
    margin: 0 0 25px;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.rstpl-box-horizontal-icon .rstpl-box-content .rstpl-paragraph {
    font-size: 14px;
    margin-bottom: 0;
}

.rstpl-box-horizontal-icon .rstpl-box-icon-container .rstpl-box-icon {
    background: #DDD;
	display: inline-block;
    width: 100%;
}

.rstpl-box-horizontal-icon .rstpl-box-icon-container .rstpl-box-icon span {font-size: 70px; color: #e75525;}
.icon-eye:before {content: "\f06e";}

.rstpl-box-horizontal-icon .rstpl-box-icon-container {
    text-align: center;
    margin: 0 auto;
    width: 30%;
    float: left;
    display: inline-block;
    position: relative;
}

.article-list .article .featured-article-badge {display: none;}
.article-details .featured-article-badge {display: none;}

/* raket */
.icon-rocket:before {
    content: "\f135";
}
.rstpl-box-horizontal-icon .rstpl-box-icon-container .rstpl-box-icon span {
    font-size: 70px;
    color: #e75525;
}

/* MENU */

#sp-top2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.zoeken-boven .form-control {
    padding: 0.25rem 0.50rem;
    font-size: 0.875rem;
}

.awesomplete > ul {z-index: 999;}

@media (max-width: 1200px) {
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {padding: 0 6px !important; font-size: 0.875rem !important;}
}

.sp-megamenu-parent>li>a {color: #252525;}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    padding: 0 10px;
	font-weight: 700;
    font-size: 1rem;
	text-transform: uppercase;
	line-height: 60px;
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {color: #58AC25; font-weight: 700;}
.sp-megamenu-parent>li:last-child>a {
    padding: 0 10px;
    background: #e75525;
	color: #fff;
	border-radius: 0px;
	line-height: 40px;
	margin-left: 30px
}

.sp-megamenu-parent>li:hover>a {
    color: #58AC25;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-weight: 600;
	text-transform: uppercase;
}

.offcanvas-menu .offcanvas-inner ul.menu>li:last-child>a {
    padding: 0 10px;
    background: #e75525;
	color: #fff;
	border-radius: 0px;
	line-height: 40px;
	margin-left: 0px;
	margin-top: 20px;
}

/* FOOTER */

#sp-bottom {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    margin-top: 40px;
    padding: 50px 0px 30px 0px;
    background-image: linear-gradient(0deg, #F6F6F6 70%, #DDDDDD 100%);
	color: #666;
}


#sp-bottom a {color: #e75525;}
#sp-bottom a:hover, #sp-bottom a:active, #sp-bottom a:focus {color: #ad3913;}
#sp-bottom .sp-module .sp-module-title {
    font-size: 14px;
    margin: 0 0 25px;
    color: #222;
	text-transform: uppercase;
}
#sp-bottom .sp-module ul>li>a {color: #fff;}

/* TAGS */

.tagspopular ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.tagspopular ul li {
    display: inline-block;
    float: left;
    background-color: #58ac25;
    padding: 5px 10px;
    font-size: small;
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.tagspopular ul li a {
    color: #FFF;
}

.tagspopular ul li:hover {
    background-color: #222;
	color: #FFF;
}

#sp-bottom .sp-module ul>li {margin-bottom: 5px;}
.kaart p {margin-bottom: 0rem;}

.wolkruimte {
    margin: 0px 0px 30px 0px;
}

/* TABS uitlijnen */

.row-fluid .span4 img {
    width: auto;
    height: auto;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .row-fluid .span4 {width: 33%; display: inline-grid; }
	.row-fluid {width: 100%;}
	.row-fluid .span6 {width: 49%; display: inline-grid; }
	.row-fluid .span7 {width: 57%; display: inline-grid; }
	.row-fluid .span5 {width: 40%; display: inline-grid; }
}

blockquote, q {
    quotes: "" "";
    margin: 0;
    display: block;
    width: 100%;
    text-align: center;
    border: none;
    color: #222;
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
	line-height: 1.25;
}
blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}

blockquote:before, q:before, blockquote:after, q:after {
    content: "";
    background-image: -webkit-linear-gradient(left, transparent, #58ac25, transparent);
    background-image: linear-gradient(to right, transparent, #58ac25, transparent);
    border: 0;
    height: 1px;
    margin: 10px 0 40px 0;
    width: 100%;
    position: relative;
    display: block;
}

figcaption {
    margin-top: 10px;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
}

figure {padding: 0px 0px 20px 20px;}

#sp-left .sp-module, #sp-right .sp-module {
    margin-top: 30px;
    border: 1px solid #ddd;
    padding: 20px;
}

.newsflash-title {margin-top: 20px;}
.mod-articlesnews__item figure {padding: 0px;}