@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;
	color: #222;
	text-transform: none;
}

.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 */

.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: #C83C00;}

#sp-logo {padding: 10px 0 12px 0;}

.slide-desc-text-default {
    padding: 15px 15px 15px;
	background: #187cd1;
	border-radius: 10px;
	font-weight: 700;
	width: 270px !important;
}

.btn-primary, .sppb-btn-primary {
    border-color: #FF5500;
    background-color: #FF5500;
}

.btn-primary:hover, .sppb-btn-primary:hover {
    border-color: #BD3C2F;
    background-color: #BD3C2F;
}

.styled-table {
    border-collapse: collapse;
    min-width: 400px;
	border: 1px solid #ccc;
}

.styled-table thead tr {
    background-color: #f9f9f9;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: gray;
    width: 100%;
}

td, th {
    display: table-cell;
    vertical-align: inherit;
    padding: 8px;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    background: #f9f9f9;
}

/* PAGE TITLE */
@media(max-width:991px) {.sp-page-title {padding: 80px 0 80px !important;}}
@media(max-width:767px) {.sp-page-title {padding: 40px 0 40px !important;}}
.sp-page-title {
	padding: 150px 0 150px;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: cover !important;
}

.sp-page-title .sp-page-title-heading {display: none;}

/* LINKS */
a {color: #C83C00;}
a:hover, a:focus, a:active {color: #FF5500;}
.sp-module ul>li>a {color: #C83C00;}
.sp-module ul>li>a:hover {color: #FF5500;}

/* 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;
	font-size: 1.0rem;
	font-weight: 700;
	text-transform: none;
}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {color: #FF5500; background: #fff;}
.sp-megamenu-parent>li:hover>a {color: #FFF;}

.sp-megamenu-parent {position: static;}

/* MENU lid worden login */

.sp-megamenu-parent li.lidworden {display: inline-block;position: absolute;right: 120px;top: 0px;z-index: 12;}
.sp-megamenu-parent li.lidworden > a {
	line-height: 20px;
	color: #BD3C2F;
	font-size: 0.875rem;
	font-weight: 600;
	background-color: #fff;
	padding: 10px;
	margin-top: 10px;
	border-radius: 4px;
}

.sp-megamenu-parent li.lidworden:hover > a {color: #fff !important; background: #BD3C2F;}
.sp-megamenu-parent li.ledenlogin:hover > a {color: #fff !important; background: #BD3C2F;}

.sp-megamenu-parent li.ledenlogin {display: inline-block;position: absolute; right: 15px;top: 0px;z-index: 12;}
.sp-megamenu-parent li.ledenlogin > a {
	line-height: 20px;
	color: #BD3C2F;
	font-size: 0.875rem;
	font-weight: 600;
	background-color: #fff;
	padding: 10px;
	margin-top: 10px;
	border-radius: 4px;
}

@media (max-width: 1200px) {
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {padding: 0 8px; font-size: 14px; }
}

/* lid worden login einde */
/* 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: #FF5500;}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {color: #FF5500;}

#sp-section-3 {background: #9F3400;}
#sp-section-3 ul.menu {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 10px 0px;
}

#sp-section-3 ul.menu li {display: inline-block; }
#sp-section-3 ul.menu li a {display: block; color: #fff; padding: 0 20px;}
#sp-section-3 .nav-header {margin-right: 20px; color: #ccc;}
#sp-section-3 li + li:before {
    content: " | ";
	position: absolute;
	color: #fff;
}

@media(max-width:576px) {
	#sp-section-3 ul.menu li a {padding: 0 10px;}
	#sp-section-3 .nav-header {margin-right: 10px;}
	#sp-logo {padding: 20px 10px;}
}

/* sub menu rechts */

#sp-left .sp-module, #sp-right .sp-module {
    margin-bottom: 30px;
    border: 1px solid #eee;
    padding: 30px 30px 20px 30px;
    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: #FF5500; /*background: #fff; border-left: 3px solid #FF5500; border-radius: .25rem;*/}
#sp-right .sp-module ul>li> .active {color: #FF5500;}
#sp-right .sp-module-content>ul>li ul>li {padding-left: 20px;}
#sp-right .sp-module ul>li>a {display: block; padding: 6px 6px 6px 0px; 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-right .sp-module.cat-download ul>li>a {display: block; padding: 8px 2px 8px 10px; line-height: 24px;}

/* DOWNLOADS */

#edocman-categories .edocman-box-heading, #edocman-documents .edocman-box-heading, #edocman-document-page .edocman-box-heading {padding: 20px;}
h3.edocman-category-title a {font-size: 16px !important; font-weight: 500;}
.categories-default {margin-top: 20px;}

/* MENU MOBIEL */

body.ltr #offcanvas-toggler.offcanvas-toggler-right {margin-left: 0px;}

@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: #FF5500 !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: #FF5500 !important;}
.offcanvas-menu .offcanvas-inner ul.menu>li {border-bottom: 1px solid #eee;}

.burger-icon>span {height: 4px; background-color: #fff;}

/* BLOK TOP */
#sp-main-body {padding: 40px 0;}
#sp-top-bar {background: #f5f5f5; color: #252525; padding: 8px 0; font-size: 1.0rem;}
#sp-top-bar a {color: #0b7999;}
#sp-section-2 {background: #FF5500;}
#sp-top1 {padding: 40px 0px 0px 0px; color: #252525;}
#sp-top1 .adres {float: right;}
#sp-top2 {padding: 42px 0px 0px 0px; color: #252525}
#sp-top2 .zoeken {float: right; margin-right: 15px;}
.awesomplete > ul {z-index: 999;}

/* BLOK FOOTER */
#sp-bottom {
    padding: 50px 0 20px;
    font-size: 1.0rem;
    line-height: 1.4;
	background: #0b7999;
    color: #fff;
}

#sp-bottom .sp-module ul>li {margin-bottom: 4px;}
#sp-footer a, #sp-bottom a {color: #fff;}
#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-footer {background: #FF5500;color: #fff; font-size: 1rem;}
#sp-footer .container-inner {padding: 12px 0px 10px 0px;}
.fa-facebook:before {font-size: 1.375rem;}

/* WAARDEEL */

.blog .AHT .article {display: flex; }
.blog .AHT .article-intro-image {margin: 0px 20px 0px 0px;}
.article-list .AHT .article {background: #fff;}
.AHT .article-intro-image.float-left {width: 40%;}
.AHT .article-body {width: 60%;}
.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
    border-radius: 0px 0px 0px 0px;
}

.AHT .article-list .article {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
}

/* CONTENT */

.sppb-addon-articles .sppb-addon-article {
    margin-bottom: 0px;
}

.article-info {margin-bottom: 10px;}

.article-info>span {color: #999;}
.homeblok .sppb-addon-article {
	/*box-shadow: 1px 1px 12px 1px #e8e8e8;*/
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
    background: #ffffff;
    padding: 5px !important;
}

.article-list .article, .sppb-addon-articles .sppb-addon-article {
	/*box-shadow: 1px 1px 12px 1px #e8e8e8;*/
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
    background: #ffffff;
  
}

.sppb-addon.sppb-addon-feature {
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
    background: #ffffff;
	padding: 5px;
}

.sppb-addon.sppb-addon-feature .sppb-media-content {padding: 20px;}
.sppb-addon.sppb-addon-feature .sppb-media-content h3 {
	font-size: 16px;
    min-height: 38px;
    margin-bottom: 5px;
}

.sppb-addon.sppb-addon-feature .sppb-addon-text p {margin-bottom: 0rem;}

.sppb-addon-title.sppb-feature-box-title {
    position: absolute;
    background: #111;
    padding: 8px 15px !important;
    display: inline-block;
    margin: 5px !important;
    color: #fff;
    font-size: 15px;
    top: 15px;
    right: 0px;
    font-weight: 400;
}

.sppb-addon-title.sppb-feature-box-title a {color: #fff;}

.sppb-addon-image-layout-wrap {
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
    background: #ffffff;
    padding: 5px;
}

.DHVhome .sppb-article-info-wrap h3 {display: none; }
.DHVhome .sppb-article-info-wrap {padding: 0px;}

.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: #531B4F;
}

.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: #ccc;}

.sppb-addon-articles .sppb-article-meta>span {
    display: inline-block;
    margin: 5px;
    color: #fff;
    font-size: 15px;
	top: 0px;
    right: 15px;
}
.sppb-meta-category {
    font-size: 0.813rem;
    position: absolute;
    background: #111;
    padding: 8px 15px;
}

#sppb-addon-1da646f5-78a8-4174-b211-ffd6117d7240 .sppb-image-layout-title {
    position: absolute;
    background: #111;
    padding: 8px 15px !important;
	display: inline-block;
    margin: 5px !important;
    color: #fff;
    font-size: 15px;
	top: -5px;
    right: -5px;
	font-weight: 400;
}

.sppb-meta-category a {color: #fff !important;}
#sppb-addon-1da646f5-78a8-4174-b211-ffd6117d7240 .sppb-image-layout-title a {color: #fff !important;}
.sppb-article-info-wrap {padding: 20px;}
.sppb-article-info-wrap h3 {font-size: 16px; min-height: 38px; margin-bottom: 6px;}
.sppb-article-info-wrap h3 a {color: #222;}

.home-lidworden {border: 1px solid #ddd; padding: 0px; background: #fff;}
.home-lidworden .sppb-addon-title {
    background: #FF5500;
    width: 100%;
	color: #fff;
	font-size: 1rem;
	padding: 10px 10px 10px 20px;
	margin-bottom: 0px;
}

.home-lidworden .sppb-addon-content {padding: 16px 20px;}
#sppb-addon-1da646f5-78a8-4174-b211-ffd6117d7240 #btn-1da646f5-78a8-4174-b211-ffd6117d7240.sppb-btn-custom {
    margin-bottom: 15px;
}

.prijsactueel .article-full-image {display: none;}

.article-details .article-full-image img {
    display: inline-block;
    border-radius: 4px;
    float: left;
    max-width: 30%;
    margin-right: 20px;
}

.sppb-addon-articles .sppb-addon-article-layout-content img {
    height: auto;
}

.sppb-addon-articles .sppb-article-meta>span, .sppb-addon-articles .sppb-article-meta>time {
    margin: 5px 5px;
}

.formContainer .form-label {
    font-weight: 600;
}


/* ALLES voor uilijnen */

@media(max-width:992px) {

.image-left .blog-item .item-content {padding-left: 0px !important;}
.article-header h2 {margin-top: 15px !important;}
}

@media (width >= 992px) {
.image-left .blog-item .item-image, .image-right .blog-item .item-image {flex: 1 0 30%;}
}

.left.item-image {
    float: left;
}

.blog-item .item-image {
    margin-top: 3px;
    margin-bottom: 15px;
    overflow: hidden;
}
figure {
    margin: 0 0 2em;
}

[class^=container-] .span-col-2,[class*=\ container-] .span-col-2 {
    flex: 0 0 50%;
    max-width: calc(50% - 1em)
}

[class^=container-] .span-col-3,[class*=\ container-] .span-col-3 {
    flex: 0 0 33.333%;
    max-width: calc(33.333% - 1em)
}

[class^=container-] .span-col-4,[class*=\ container-] .span-col-4 {
    flex: 0 0 25%;
    max-width: calc(25% - 1em)
}

@supports (display: grid) {
    [class^=span-],[class*=\ span-] {
        grid-row-end:auto;
        grid-column-end: auto
    }

    @media (width>=768px) {
        [class^=span-col],[class*=\ span-col] {
            grid-column-end: span 2
        }
    }

    @media (width>=992px) {
        .span-col-2 {
            grid-column-end: span 2
        }

        .span-col-3 {
            grid-column-end: span 3
        }

        .span-col-4 {
            grid-column-end: span 4
        }

        .span-row-2 {
            grid-row-end: span 2
        }

        .span-row-3 {
            grid-row-end: span 3
        }

        .span-row-4 {
            grid-row-end: span 4
        }
    }

    [class^=container-] [class^=span-],[class^=container-] [class*=\ span-],[class*=\ container-] [class^=span-],[class*=\ container-] [class*=\ span-] {
        flex: 0 auto;
        max-width: none
    }
}

.blog-items {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 1em;
    margin-left: -.5em;
    margin-right: -.5em;
    padding: 0;
    display: flex
}

@media (width>=992px) {
    .blog-items.columns-2>div {
        width: 50%
    }

    .blog-items.columns-3>div {
        width: 33.3333%
    }

    .blog-items.columns-4>div {
        width: 25%
    }
}

.blog-item {
    flex-direction: column;
    padding: 0 .5em 1em;
    display: flex;
    overflow: hidden
}

.boxed .blog-item {
    box-shadow: 0 0 2px #3339421a,0 2px 5px #33394214,0 5px 15px #33394214,inset 0 3px 0 var(--cassiopeia-color-primary);
    background-color: #fff
}

.boxed .blog-item .item-content {
    padding: 25px
}

.blog-item .item-image {
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
}

.article-header h2 {margin-top: 0px; margin-bottom: 10px; font-size: 1.125rem;}

.boxed .blog-item .item-image {
    margin-bottom: 0
}

@media (width>=992px) {
    .image-right .blog-item .item-image {
        order: 1
    }
}

.image-bottom .blog-item .item-image {
    order: 1;
    margin-top: -15px
}

.image-left .blog-item .item-content {
    padding-left: 25px
}

.image-right .blog-item .item-content {
    padding-right: 25px
}

.image-left .blog-item,.image-right .blog-item {
    flex-direction: column
}

@media (width>=992px) {
    .image-left .blog-item,.image-right .blog-item {
        flex-direction: row
    }

    .image-left .blog-item .item-image,.image-right .blog-item .item-image {
        flex: 1 0 30%
    }

    .image-left .blog-item .item-content,.image-right .blog-item .item-content {
        flex: 1 0 70%
    }
}

.article-info dd {
    padding: 0
}

@supports (display: grid) {
    .blog-items {
        grid-gap:30px;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        margin: 0 0 1em;
        display: grid
    }

    .blog-items .blog-item {
        padding: 0;
		padding: 30px;
		box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 12px;
		border: 1px solid #f5f5f5;
		background: #ffffff;
    }

    .blog-items[class^=columns-]>div,.blog-items[class*=\ columns-]>div {
        flex: 0 auto;
        width: auto;
        max-width: none
    }

    @media (width>=992px) {
        .blog-items.columns-2 {
            grid-template-columns: 1fr 1fr
        }

        .blog-items.columns-3 {
            grid-template-columns: 1fr 1fr 1fr
        }

        .blog-items.columns-4 {
            grid-template-columns: 1fr 1fr 1fr 1fr
        }
    }
}

.blog-items[class^=masonry-],.blog-items[class*=\ masonry-] {
    column-gap: 1em;
    display: block
}

.blog-items[class^=masonry-] .blog-item,.blog-items[class*=\ masonry-] .blog-item {
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 1em;
    display: inline-flex
}

@media (width>=992px) {
    .blog-items.masonry-2 {
        column-count: 2
    }

    .blog-items.masonry-3 {
        column-count: 3
    }

    .blog-items.masonry-4 {
        column-count: 4
    }
}

.image-alternate .blog-item:nth-of-type(odd) .item-image {
    order: 0
}

.image-alternate.image-left .blog-item:nth-of-type(odd) .item-image {
    order: 1;
    margin-left: 25px;
    margin-right: 0
}

.image-alternate.image-top .blog-item:nth-of-type(odd) .item-image {
    order: 1
}