@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------ALGEMEEN--------------------------------------------------*/
body {
    font-family: "HKGrotesk", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "HKGrotesk", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #003255;
	line-height: 1.5;
    margin: 12px 0px 6px 0px;
}

/*-----H1 en H3-----*/
.view-article h1 {
	font-size: 24px;
}

.view-article h3 {
	font-size: 18px;
}
.article-title, .article-header h1 {
    color: #003255;
    margin: 0px 0px 6px 0px;
    font-size: 14px;
}

.article-detail .article-content h1:first-of-type,
.article-detail .article-content h2:first-of-type,
.article-detail .article-content h3:first-of-type,
.article-detail .article-content h4:first-of-type,
.article-detail .article-content h5:first-of-type,
.article-detail .article-content h6:first-of-type {
    margin-top: 0px;
}

.article-detail .article-content p {
    font-size: 16px;
    margin-bottom: 12px;
}

p, ul, ol {
    margin: 0px 0px 12px 0px;
}

p + ul {
    margin-top: -12px;
}

a {
    color: #009a44;
    text-decoration: none;
}

.item-page a {
    text-decoration: underline;
}

a:hover, a:focus {
    color: #009a44;
    text-decoration: underline;
}

img {
    border-radius: 0px;
}

/*--------------------------------------------------T3-PADDING--------------------------------------------------*/
.t3-hero + .t3-section-wrap .t3-section:first-child {
    padding-top: 50px;
}

@media only screen and (max-width: 991px) {
    .t3-hero + .t3-section-wrap .t3-section:first-child {
        padding-top: 50px;
    }
}

.t3-section-wrap .t3-section.spt-none {
    padding-top: 0px;
}

.t3-section-wrap .t3-section.spb-none {
    padding-bottom: 0px;
}

.t3-section-wrap .t3-section,
.t3-section-wrap .t3-section.spt-normal,
.t3-section-wrap .t3-section.spb-normal {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
    .t3-section-wrap .t3-section,
    .t3-section-wrap .t3-section.spt-normal,
    .t3-section-wrap .t3-section.spb-normal {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.t3-mainbody {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*--------------------------------------------------PRESETS--------------------------------------------------*/
.center {
    text-align: center;
}

.article-icon {
    width: 100%;
    float: left;
    background: #eee;
    margin: 0px 0px 12px 0px;
    padding: 25px 24px 25px 24px;
}

.article-icon img {
    height: 50px;
    float: left;
    margin: 0px 12px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.article-icon p {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px;
}

/*--------------------------------------------------GALLERY--------------------------------------------------*/
.gallery {
	width: 100%;
	float: left;
	margin-bottom: 0px;
}

.article-img-2 {
    width: 50%;
    float: left;
    padding: 5px 5px 5px 5px;
}

.article-img-3 {
    width: 33.33%;
    float: left;
    padding: 5px 5px 5px 5px;
}

.article-img-4 {
    width: 25%;
    float: left;
    padding: 5px 5px 5px 5px;
}

.article-img-7 {
    width: 14.285%;
    float: left;
    padding: 5px 5px 5px 5px;
}

.article-img-12 {
    width: 100%;
    float: left;
    padding: 5px 5px 5px 5px;
}

.intro {
    width: 100%;
    float: left;
    margin: 0px 0px 12px 0px;
    padding: 0px 0px 0px 0px;
}

@media only screen and (max-width: 767px) {
	.article-img, .article-img-3, .article-img-4, .article-img-2, .article-img-12 {
		width: 100%;
		padding: 5px 0px 5px 0px;
	}
}

/*--------------------------------------------------GALLERY-HOTFOLDER-MODALS--------------------------------------------------*/
.modal_link.rl_modals_element img {
    width: 25%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
}

@media only screen and (max-width: 767px) {
	.modal_link.rl_modals_element img {
		width: 100%;
		padding: 5px 0px 5px 0px;
	}
}

.over-ons .modal_link.rl_modals_element {
    pointer-events: none;
}

/*--------------------------------------------------BTN--------------------------------------------------*/
.btn {
    font-weight: normal !important;
    border: 1px solid transparent !important;
    padding: 12px 24px !important;
    border-radius: 0 !important;
    text-decoration: none !important;
}

.btn > .icon {
    display: none !important
}


/*-------------- knoppen Home Slideshow - groen maken ipv blauw 
.btn-primary {
    color: #fff !important;
    background-color: #003255 !important;
    border-color: #003255 !important;
}
-------------*/

.btn.btn-primary:hover {
    color: #fff !important;
    background-color: #009a44 !important;
    border-color: #009a44 !important;
}

.btn-inverse {
    color: #fff !important;
    background-color: #003255 !important;
    border-color: #003255 !important;
}

.btn-inverse:hover {
    color: #fff !important;
    background-color: #009a44 !important;
    border-color: #009a44 !important;
}

.btn-success {
    color: #003255 !important;
    background-color: #eee !important;
    border-color: #eee !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff !important;
    background-color: #003255 !important;
    border-color: #003255 !important;
}

/*--------------------------------------------------BACK-TO-TOP--------------------------------------------------*/
#back-to-top .btn {
    border-radius: 0 !important;
    padding: 0 !important;
    height: 50px;
    line-height: 50px;
    width: 50px;
    background-color: #009a44;
}

#back-to-top .btn > .icon {
    display: inline-block !important;
}

/*--------------------------------------------------TOPBAR--------------------------------------------------*/
.t3-topbar {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.t3-topbar .topbar-left {
    color: #009a44;
   }

.t3-topbar .topbar-right .nav li {
    float: left;
}


.t3-topbar .topbar-right .nav li + li {
    border-left: 1px solid #009a44;
    margin: 0px 0px 0px 9px;
    padding: 0px 0px 0px 9px;
}

.t3-topbar .topbar-right .nav li a {
    background: transparent;
    font-weight: bold;
    color: #009a44;
    padding: 0px 0px 0px 0px;
}

.t3-topbar .topbar-right .nav li a:hover,
.t3-topbar .topbar-right .nav li a:focus {
    color: #009a44;
}

.t3-topbar .topbar-right .nav li.active a {
    color: #009a44;
}

/*--------------------------------------------------LOGO--------------------------------------------------*/
.logo-image img {
    max-height: 50px;
}

/*--------------------------------------------------NAVIGATIE
---06-sep-2024-------size verminderd van 16 naar 15 voor de dropdownmenus--------------------------------*/
.t3-header .t3-mainnav .t3-navbar ul li a {
    color: #003255;
    font-weight: bold;
    font-size: 15px;
    margin: 0px 18px 0px 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.t3-header .t3-mainnav .t3-navbar ul li a:hover,
.t3-header .t3-mainnav .t3-navbar ul li a:focus {
    color: #009a44;
}

.t3-header .t3-mainnav .t3-navbar ul li.active a {
    color: #009a44;
}

.t3-header .t3-mainnav .t3-navbar ul li.active a,
.t3-header .t3-mainnav .t3-navbar ul li.open a {
    color: #009a44;
}

/*--------------------------------------------------NAVIGATIE-CARET--------------------------------------------------*/
.t3-header .t3-mainnav .t3-navbar ul li a .caret {
    border-top-color: #003255;
    border-bottom-color: #003255;
    margin-left: 5px;
}

.t3-header .t3-mainnav .t3-navbar ul li a:hover .caret,
.t3-header .t3-mainnav .t3-navbar ul li a:focus .caret {
    border-top-color: #009a44;
    border-bottom-color: #009a44;
}

.t3-header .t3-mainnav .t3-navbar ul li.active a .caret,
.t3-header .t3-mainnav .t3-navbar ul li.open a .caret {
    border-top-color: #009a44;
    border-bottom-color: #009a44;
}

/*--------------------------------------------------NAVIGATIE-LANGUAGESWITCHERLOAD--------------------------------------------------*/
.t3-header .languageswitcherload .mod-languages {
    border-left: 1px solid #003255;
    padding: 0px 0px 0px 18px;
}

.t3-header .languageswitcherload .mod-languages ul li a {
    color: #003255;
    font-weight: bold;
}

.t3-header .languageswitcherload .mod-languages ul li a:hover,
.t3-header .languageswitcherload .mod-languages ul li a:focus {
    color: #009a44;
}

.t3-header .languageswitcherload .mod-languages ul li.lang-active a {
    color: #009a44;
}

@media only screen and (max-width: 991px) {
    .t3-header .languageswitcherload .mod-languages {
        border-left: 0px solid transparent;
        padding: 0px 0px 0px 0px;
    }
}

/*--------------------------------------------------NAVIGATIE-DROPDOWN--------------------------------------------------*/
.t3-header .t3-mainnav .t3-navbar ul li .dropdown-menu {
    font-size: 16px;
    border: 0px solid transparent;
    border-radius: 0px;
    padding: 12px;
}

.t3-header .t3-mainnav .t3-navbar ul li .dropdown-menu ul li + li {
    margin: 2px 0px 0px 0px;
    border: 0px solid transparent;
}

.t3-header .t3-mainnav .t3-navbar ul li .dropdown-menu ul li a {
    color: #003255;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.t3-header .t3-mainnav .t3-navbar ul li .dropdown-menu ul li a:hover,
.t3-header .t3-mainnav .t3-navbar ul li .dropdown-menu ul li a:focus {
    color: #009a44;
}

.t3-header .t3-mainnav .t3-navbar ul li .dropdown-menu ul li.active a {
    color: #009a44;
}

/*--------------------------------------------------OFF-CANVAS--------------------------------------------------*/
.btn.off-canvas-toggle {
    background: #003255;
    border-radius: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0 !important;
}

#t3-off-canvas {
    background: #003255;
    color: #fff;
}

#t3-off-canvas .t3-off-canvas-header {
    background: #009a44;
    height: 45px;
}

#t3-off-canvas .t3-off-canvas-header h2 {
    font-weight: bold;
    text-transform: none;
    line-height: 45px;
}

#t3-off-canvas .t3-off-canvas-body .module-title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 0px;
    margin: 0px 0px 12px 0px;
    padding: 0px 0px 6px 0px;
    border-bottom: 1px solid #fff;
}

#t3-off-canvas .t3-off-canvas-body .t3-module:last-child {
    margin-bottom: 0px;
}

#t3-off-canvas .t3-off-canvas-body p {
    color: #fff;
}

#t3-off-canvas .t3-off-canvas-body p a {
    color: #009a44;
    text-decoration: underline;
}

#t3-off-canvas .t3-off-canvas-body p a:hover,
#t3-off-canvas .t3-off-canvas-body p a:focus {
    color: #009a44;
    text-decoration: underline;
}

/*--------------------------------------------------NAVIGATIE-OFF-CANVAS--------------------------------------------------*/
#t3-off-canvas .t3-off-canvas-body .nav > li + li {
    margin-top: 2px;
}

#t3-off-canvas .t3-off-canvas-body .nav > li > a {
    color: #fff;
    font-size: 16px;;
    font-weight: bold;
}

#t3-off-canvas .t3-off-canvas-body .nav > li > a:hover,
#t3-off-canvas .t3-off-canvas-body .nav > li > a:focus,
#t3-off-canvas .t3-off-canvas-body .nav > li > a:active {
    color: #009a44;
}

#t3-off-canvas .t3-off-canvas-body .nav > li.active > a {
    color: #009a44;
}

#t3-off-canvas .t3-off-canvas-body .dropdown-submenu {
    margin-top: 0px;
}

#t3-off-canvas .t3-off-canvas-body .dropdown-menu {
    padding-left: 12px;
}

#t3-off-canvas .t3-off-canvas-body .dropdown-menu > li + li {
    margin-top: 2px;
}

#t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a {
    color: #fff;
    font-weight: bold;
    padding: 0px;
}

#t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:hover,
#t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:focus,
#t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:active {
    color: #009a44;
}

#t3-off-canvas .t3-off-canvas-body .dropdown-menu > li.active > a {
    color: #009a44;
}

/*--------------------------------------------------HOME-SLIDESHOW--------------------------------------------------*/
.t3-header + .t3-masthead,
.t3-header + .t3-hero {
    margin: 0px 0px 0px 0px;;
}

.t3-hero .acm-slideshow .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    padding: 100px 50px 0px 50px;
}

.t3-hero .acm-slideshow .item .slider-content .slider-content-inner {
    width: 50%;
    padding: 50px;
    background: rgba(0,0,0,0.75);
}

.t3-hero .acm-slideshow .item .slider-content .slide-title {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}

.t3-hero .acm-slideshow .item .slider-content .lead {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 12px;
}

.t3-hero .acm-slideshow .owl-carousel .owl-dots .owl-dot {
    border-color: #fff;
}

.t3-hero .acm-slideshow .owl-carousel .owl-dots .owl-dot.active {
    border-color: #009a44;
}

.t3-hero .acm-slideshow .owl-carousel .owl-dots {
    margin-top: 12px;
}

.owl-carousel .owl-dots .owl-dot {
  background: #d8e1e4;
  border: 4px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 4.5px;
  height: 15px;
  width: 15px;
}


@media only screen and (max-width: 991px) {
    .t3-hero .acm-slideshow .item {
        height: 500px;
        padding: 100px 50px 0px 50px;
    }
    
    .t3-hero .acm-slideshow .item .slider-content .slider-content-inner {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .t3-hero .acm-slideshow .item {
        height: 400px;
        padding: 50px 0px 0px 0px;
    }
    
    .t3-hero .acm-slideshow .item .slider-content .slide-title {
        font-size: 20px;
    }
    
    .t3-hero .acm-slideshow .item .slider-content .lead {
        font-size: 12px;
    }
    
    .t3-hero .acm-slideshow .item .slider-content .slide-action .btn {
        padding: 6px 12px !important;
    }
}

/*--------------------------------------------------HOME-OVERZICHT--------------------------------------------------*/
.t3-section .acm-features.style-2 .module-title-wrap {
    text-align: center;
    max-width: 100%;
    margin: 0px 0px 75px 0px !important;
}

.t3-section .acm-features.style-2 .module-title-wrap .sub-heading {
    font-weight: bold;
    line-height: 1.5;
    color: #009a44;
}

.t3-section .acm-features.style-2 .row .features-item {
    text-align: center;
    float: left;
    display: block;
    background: #eee;
    padding: 0px 36px 0px 36px;
}

@media only screen and (max-width: 991px) {
    .t3-section .acm-features.style-2 .row .features-item {
        margin: 0px 0px 36px 0px;
    }
    
    .t3-section .acm-features.style-2 .row > div:last-child .features-item {
        margin: 0px 0px 0px 0px;
    }
}

.t3-section .acm-features.style-2 .row .features-item .img-icon {
    margin: 0px -36px 36px -36px;
}

.t3-section .acm-features.style-2 .row .features-item .img-icon img {
    width: 100%;
}

.t3-section .acm-features.style-2 .row .features-item .font-icon span::before {
    color: #003255;
    font-size: 65px;
}

.t3-section .acm-features.style-2 .row .features-item h4 a {
    font-weight: bold;
    color: #003255;
}

.t3-section .acm-features.style-2 .row .features-item h4 a:hover,
.t3-section .acm-features.style-2 .row .features-item h4 a:focus,
.t3-section .acm-features.style-2 .row .features-item h4 a:active {
    color: #009a44;
}

.t3-section .acm-features.style-2 .row .features-item p {
    color: #000;
}

.t3-section .acm-features.style-2 .row .features-item .action {
    margin: 24px 0px 36px 0px;
}

/*--------------------------------------------------HOME-INTRO--------------------------------------------------*/
.t3-mainbody .home-intro {
    float: left;
    width: 100%;
    padding: 0px 0px 24px 0px;
}

.t3-mainbody .home-intro:last-child {
    padding: 0px 0px 0px 0px;
}

.t3-mainbody .home-intro .links {
    float: left;
    width: 50%;
    padding: 0px 36px 0px 0px;
}

.t3-mainbody .home-intro .rechts {
    float: right;
    width: 50%;
    padding: 0px 0px 0px 36px;
}

@media only screen and (max-width: 991px) {
    .t3-mainbody .home-intro .links {
        width: 100%;
        padding: 0px 0px 0px 0px;
    }
    
    .t3-mainbody .home-intro .rechts {
        width: 100%;
        padding: 0px 0px 0px 0px;
    }
}

/*--------------------------------------------------TESTIMONIALS--------------------------------------------------*/

/*--------------------------------------------------CALL-TO-ACTION--------------------------------------------------*/
.t3-section .cta.container {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.t3-section .cta .btn.btn-block {
    box-shadow: none;
    font-weight: normal;
    color: #003255 !important;
    background-color: #eee !important;
    border-color: #eee !important;
    padding: 50px 25px !important;
}

.t3-section .cta .btn.btn-block:hover,
.t3-section .cta .btn.btn-block:focus {
    color: #fff !important;
    background-color: #003255 !important;
    border-color: #003255 !important;
}

/*--------------------------------------------------GOOGLE-MAPS--------------------------------------------------*/
.google-maps p {
    margin: 0px;
}

.google-maps iframe {
    float: left;
}

/*--------------------------------------------------MASTHEAD--------------------------------------------------*/
.no-masthead .t3-header {
    background: transparent;
}

.t3-masthead {
    margin: 0px 0px 0px 0px !important;
}

.view-article div.ja-masthead, div.ja-masthead {
    background-image: url("../../../images/Masthead/bg-masthead-bdc-zw.jpg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.t3-masthead .ja-masthead {
    margin: 0px 0px 0px 0px !important;
    padding: 75px 0px 75px 0px !important;
}

.t3-masthead .ja-masthead .ja-masthead-detail {
    width: 100% !important;
    text-align: center !important;
}

.t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-title {
    font-size: 48px !important;
    color: #fff !important;
    background-color: #009a44 !important;
    margin: 0px 0px 0px 0px !important;
    padding: 24px 24px 24px 24px !important;
}

/*--------------------------------------------------SIDEBAR--------------------------------------------------*/
.t3-mainbody > .row > div.t3-sidebar-left {
    border-right: 1px solid #eee;
}

.t3-mainbody > .row > div.t3-sidebar-right {
    border-left: 1px solid #eee;
}

@media only screen and (max-width: 991px) {
    .t3-mainbody > .row > div.t3-sidebar-left {
        border-right: 0px solid transparent;
    }

    .t3-mainbody > .row > div.t3-sidebar-right {
        border-left: 0px solid transparent;
    }
}

.t3-sidebar .t3-module {
    margin-bottom: 24px;
}

.t3-sidebar .t3-module:last-child {
    margin-bottom: 0px;
}

.t3-sidebar .module-title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 0px;
    margin: 0px 0px 12px 0px;
    padding: 12px 12px 12px 12px;
	border-bottom: 0px solid transparent;
	background-color: #003255;
}

.t3-sidebar .module-ct {
    color: #000;
}

.t3-sidebar .module-ct .nav-pills li a {
    background: transparent;
    border-radius: 0px;
    font-weight: bold;
    color: #003255;
    padding: 0px;
}

.t3-sidebar .module-ct .nav-pills li a:hover,
.t3-sidebar .module-ct .nav-pills li a:focus {
    color: #009a44;
}

.t3-sidebar .module-ct .nav-pills li.active a:hover {
    background: transparent;
    color: #009a44;
}

.t3-sidebar .module-ct .nav-pills li.active a {
    color: #009a44;
}

.t3-sidebar .module-ct .latestnews {
    padding: 0px;
}

.t3-sidebar .module-ct .latestnews li {
    list-style: none;
}

.t3-sidebar .module-ct .latestnews li a {
    font-weight: bold;
    color: #003255;
}

.t3-sidebar .module-ct .latestnews li a:hover,
.t3-sidebar .module-ct .latestnews li a:focus {
    color: #009a44;
    text-decoration: none;
}



/*--------------------------------------------------BLOG--------------------------------------------------*/
.t3-content .blog .item article .article-inner .intro-wrap {
    width: 100%;
    float: left;
    text-align: center;
}

.t3-content .blog .item article .article-inner .intro-wrap .article-header h2 a {
    color: #003255;
}

.t3-content .blog .item article .article-inner .intro-wrap .article-header h2 a:hover,
.t3-content .blog .item article .article-inner .intro-wrap .article-header h2 a:focus {
    color: #009a44;
    text-decoration: none;
}

.t3-content .blog .item article .article-inner .intro-wrap .readmore a {
    width: 100%;
    float: left;
    color: #fff;
    font-weight: normal;
    text-align: center;
    background-color: #003255;
    border-color: #003255;
    border: 1px solid transparent;
    border-radius: 0 !important;
    padding: 12px 24px 12px 24px;
}

.t3-content .blog .item article .article-inner .intro-wrap .readmore a:hover,
.t3-content .blog .item article .article-inner .intro-wrap .readmore a:focus {
    text-decoration: none;
    background-color: #009a44;
    border-color: #009a44;
}

.t3-content .blog .item article .article-inner .intro-wrap .readmore a .icon::before {
    display: none;
}

.t3-content .item-page .article-header {
    display: none;
}

/*-------------------------BLOG-NAVIGATIE-------------------------*/
.t3-content .blog .items-more h3 {
    margin: 0px 0px 6px 0px;
}

.t3-content .blog .items-more ol.nav li + li {
    margin: 6px 0px 0px 0px;
}

.t3-content .blog .items-more ol.nav li {
    font-weight: normal;
}

.t3-content .blog .items-more ol.nav li a {
    color: #003255;
}

.t3-content .blog .items-more ol.nav li a:hover,
.t3-content .blog .items-more ol.nav li a:focus {
    color: #009a44;
    text-decoration: none;
}

.t3-content .blog .pagination-wrap .counter {
    background-color: #eee;
    border-radius: 0px;
    color: #003255;
    font-weight: normal;
    text-transform: none;
    margin: 24px 0px 0px 0px;
    padding: 12px 24px 12px 24px;
}

.t3-content .blog .pagination-wrap ul.pagination {
    margin: 24px 0px 0px 0px;    
}

.t3-content .blog .pagination-wrap ul.pagination li a {
    background-color: #eee;
    border-radius: 0px;
    color: #003255;
    font-weight: normal;
    text-transform: none;
    margin: 0px 3px 3px 0px;
    padding: 12px 24px 12px 24px;
}

.t3-content .blog .pagination-wrap ul.pagination li a:hover,
.t3-content .blog .pagination-wrap ul.pagination li a:focus {
    background-color: #009a44;
    color: #fff;
}

.t3-content .blog .pagination-wrap ul.pagination li.active a {
    background-color: #009a44;
    color: #fff;
}

/*--------------------------------------------------BREADCRUMB--------------------------------------------------*/
.t3-navhelper {
    background: #009a44;
    border-top: 1px solid #fff;
    color: #fff;
    padding: 5px 0;
}

.breadcrumb {
    background-color: #009a44;
}

.breadcrumb > .active {
    color: #fff;
}

.breadcrumb > li + li::before {
    color: #fff;
}

.pathway, .pathway:hover {
    color: #fff;
    text-decoration: none;
}

/*--------------------------------------------------FOOTER--------------------------------------------------*/
.t3-footer {
    color: #fff;
    background: #003255;
}

.t3-footer .t3-footnav {
    padding: 50px 0;
}

.t3-footer .t3-footnav .t3-module {
    color: #fff;
    background: #003255;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 991px) {
    .t3-footer .t3-footnav .t3-module {
        margin-bottom: 24px;
    }
}

.t3-footer .t3-footnav .t3-module .module-title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 0px;
    margin: 0px 0px 12px 0px;
    padding: 0px 0px 6px 0px;
    border-bottom: 1px solid #fff;
}

.t3-footer .t3-footnav .t3-module ul > li {
    margin-bottom: 0px;
}

.t3-footer .t3-footnav .t3-module ul > li > a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.t3-footer .t3-footnav .t3-module ul > li > a:hover,
.t3-footer .t3-footnav .t3-module ul > li > a:active,
.t3-footer .t3-footnav .t3-module ul > li > a:focus {
    color: #009a44;
}

.t3-footer .t3-footnav .t3-module ul > li.active > a {
    color: #009a44;
}

.t3-footer .t3-footnav .t3-module .module-ct {
    color: #fff;
}

.t3-footer .t3-footnav .t3-module .module-ct .logo-footer {
    max-height: 50px;
}

/*--------------------------------------------------COPYRIGHT--------------------------------------------------*/
.t3-copyright {
    display: none;
}

/*--------------------------------------------------CONTACT--------------------------------------------------*/
.formResponsive .formHorizontal .rsform-block {
    margin: 0px 0px 12px 0px;
}

.formResponsive .formHorizontal input,
.formResponsive .formHorizontal textarea,
.formResponsive .formHorizontal select,
.formResponsive .formHorizontal .formValidation,
.formResponsive .formHorizontal .uneditable-input,
.formResponsive .formHorizontal .input-prepend,
.formResponsive .formHorizontal .input-append {
    display: block;
}

.formResponsive .formHorizontal .rsform-block-header h4 {
    margin-top: 0px !important;
    margin-bottom: 12px !important;
}

.formResponsive .formHorizontal .formControlLabel {
    color: #000;
    text-align: left;
    font-weight: normal;
    width: 30%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

@media only screen and (max-width: 650px) {
    .formResponsive .formHorizontal .formControlLabel {
        width: 100%;
    }
}

.formResponsive .formHorizontal .formControlLabel strong.formRequired {
    font-weight: normal;
}

.formResponsive .formHorizontal .formControls {
    margin-left: 30%;
}

@media only screen and (max-width: 650px) {
    .formResponsive .formHorizontal .formControls {
        margin-left: 0%;
    }
}

.formResponsive .formControls label {
    font-weight: normal;
}

.formResponsive select,
.formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="number"],
.formResponsive input[type="email"],
.formResponsive input[type="tel"],
.formResponsive input[type="url"],
.formResponsive input[type="password"] {
    box-sizing: inherit;
    background-color: #eee;
    border: 0px solid transparent;
    box-shadow: none;
    width: 100%;
    padding: 20px 5px 20px 5px;
    margin: 0px 0px 0px 0px;
}

#Uw\ bericht {
    min-height: 200px;
    max-height: 400px;
    padding: 10px 5px 10px 5px;
    max-width: 100%;
    min-width: 100%;
}

.rsform-block.rsform-block-captcha img {
   margin: 0px 0px 12px 0px;
}

.rsform-block.rsform-block-kennisgeving label {
    font-size: 12px;
    line-height: normal;
    font-weight: bold;
}

.formResponsive input[type="radio"],
.formResponsive input[type="checkbox"] {
    float: none;
    display: inline-block;
}

.formResponsive .formHorizontal p.formDescription {
    margin: 0px 0px 0px 0px;
}

.formResponsive input[type="submit"],
.formResponsive button[type="submit"] {
    background-image: -moz-linear-gradient(top, #003255, #003255);
    background-image: -webkit-linear-gradient(top, #003255, #003255);
    background-color: #003255;
    border-color: #003255;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-shadow: none;
    box-shadow: none;
    text-transform: none;
    padding: 12px 24px;
    line-height: 1.5;
}

.formResponsive input[type="button"]:hover,
.formResponsive button[type="button"]:hover,
.formResponsive input[type="reset"]:hover,
.formResponsive button[type="reset"]:hover,
.formResponsive input[type="submit"]:hover,
.formResponsive button[type="submit"]:hover {
    background-image: -moz-linear-gradient(top, #009a44, #009a44);
    background-image: -webkit-linear-gradient(top, #009a44, #009a44);
    background-color: #009a44;
    border-color: #009a44;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}

button.rsform-submit-button.rsform-thankyou-button {    
    background-image: -moz-linear-gradient(top, #003255, #003255);
    background-image: -webkit-linear-gradient(top, #003255, #003255);
    background-color: #003255;
    border-color: #003255;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-shadow: none;
    box-shadow: none;
    text-transform: none;
    padding: 12px 24px;
    line-height: 1.5;
}

.formResponsive .formError {
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
    height: auto !important;
}

/*--------------------------------------------------SOCIAL-MEDIA--------------------------------------------------*/
#Mod128, #Mod128 .module-inner {
    margin: 0px;
    padding: 0px;
}

/*--------------------------------------------------COOKIE--------------------------------------------------*/
#cadre_alert_cookies .btn {
    color: #003255 !important;
    background: #fff !important;
    line-height: normal !important;
    margin: 0px 0px 0px 0px !important;
    padding: 6px 12px 6px 12px !important;
}

#cadre_alert_cookies .btn:hover,
#cadre_alert_cookies .btn:focus {
    color: #fff !important;
    background: #003255 !important;
}

.cadre_alert_cookies p {
    margin: 0px !important;
}
