/* ======================== RESET ================================== */
.form-control:focus {
    outline: 0;
    box-shadow: none;
}
* {
    outline: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
button:focus {
    outline: 0;
}
.grecaptcha-badge {
    display: none !important;
    position: absolute !important;
    top: -10000px;
    left: -10000px;
}
main {
  	overflow: hidden;
}
/* ====================== SKIPLINK ============================== */
a.skiplink {
    background-color: #FFF;
    border: 0;
    display: block;
    font-size: 1.3em;
    left: -1000em;
    padding: 0.8em;
    position: absolute;
    z-index: 2000;
    border-radius: 12px;
}
a.skiplink:focus, a.skiplink:focus-visible {
    left: 30px;
    top: 30px;
    position: absolute;
    outline: -webkit-focus-ring-color auto 2px !important;
    outline-offset: 0px !important;
    color: #2B2E34;
}
/* ====================== KEYBOARD FOCUS ============================= */
.keyboard-focus {
	outline: -webkit-focus-ring-color auto 1px !important;
	outline-offset: 1px !important;
	box-shadow: 0 !important;
}
button.keyboard-focus, 
a.btn.keyboard-focus,
a.keyboard-focus {
	outline-offset: 4px !important; 
}
/* ======================== ALGEMENE STYLEN ============================== */
body {
	font-family: 'Open Sans', Arial; 
	font-size: 16px;
	color: black;
	background-color: white;
	background-position: right top;
    background-repeat: no-repeat;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
p {
	color: /*#2B2E34*/ black;
	font-size: 16px;
	line-height: 170%;
	font-weight: 400;
	height: auto;
}
ol, ol li, ul,  ul li {
	font-family: 'Open Sans', Arial; 
	font-size: 16px;
	color: #2B2E34;
}
ol {
	color: #2B2E34;
	padding-top:20px;
}
ul {
	padding: 0;
	list-style-position: inside;
}
h1,h2,h3,h4,h5{
	font-family: 'Open Sans', Arial;
	color: black;
	text-transform: uppercase;
	font-weight: 600;
}
h1 {
	color: black ;
    text-align: center;
    font-size: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f4d500;
    margin-bottom: 30px;
}
h2, h2 a {
	font-size: 24px;
	color: black;
	text-decoration: none;
}
h3 {
	font-size: 20px;
	color: black;
}
h4 {
	font-size: 16px;
	color: black
}
a {
	outline: 0 !important;
	color: grey;
}	
a:hover, a:focus {
	color: black;
	text-decoration: none;
}
strong {
	font-weight: 700;
}
img {
	max-width: 100%;
	height: auto;
}
#maincontent a span.external::after {
  font-family: 'FontAwesome';
  content: "\f08e";
  margin-right: 5px;
  margin-left: 5px;
  font-size: 12px;
}
#maincontent a span.external {
  text-decoration: none;
  display: inline-block;
}
#maincontent {
	padding-top: 0px;
	margin-top: 30px;
}
p.hidden {
  display: none;
  position: absolute;
  top: -1000px;
  left: -1000px;
}
a.primary-button {
  	background: #f4d500;
	border: 2px solid #f4d500;
	border-radius: 0;
	color: black;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	padding: .5rem 1rem;
	text-decoration: none;
	margin-bottom: 0px;
	clip-path: 
	    polygon(
	      0% 10px,     /* top left */
	      10px 0%,     /* top left */
	      100% 0%,    /* top right */
	      100% 0%,   /* top right */
	      100% 100%,  /* bottom right */
	      100% 100%,  /* bottom right */
	      0% 100%,   /* bottom left */
	      0% 0%      /* bottom left */
	    );
}
a.primary-button:hover,
a.primary-button:focus,
a.primary-button:active,
a.primary-button:active:focus {
	background: black !important;
	color: #f4d500 !important;
	border-color: black !important;
	border-radius: 0;
	box-shadow: none;
}
/* ========================= FORMS (RSFORMS!) =========================== */

#sk_aanvragen-offerte #maincontent {background-color: #fbfbfb;}

article .formError {
	color: #D50918;
	font-size: 12px;
}
article .formRed {
	color: #D50918;
}
article .form-label {
	color: #2B2E34;
	font-size: 16px;
	display: none;
}
article .formContainer input {
	color: #2B2E34;
	font-size: 16px;
	line-height: 170%;
	font-weight: 400;
	border-radius: 0px;
	background: white;
	border: 0px;
	border-bottom: 2px solid #f4d500;
	padding: .575rem .75rem .375rem .75rem;
}
article .formContainer{
	color: #2B2E34;
	font-size: 16px;
	line-height: 170%;
	width: 75%;
	font-weight: 400;
	border-radius: 0px;
	background: white;
	border: 0px;
	border-bottom: 2px solid #f4d500;
	padding: .575rem .75rem .375rem .75rem;
}
article .formContainer textarea {
	color: #2B2E34;
	font-size: 16px;
	line-height: 170%;
	font-weight: 400;
	border-radius: 0px;
	background: white;
	border: 0px;
	border-bottom: 2px solid #f4d500;
}
article .formContainer .form-control:focus {
	border-color: black;
	background: white;
}
article .rsform-submit-button {
	background: #f4d500;
	border: 2px solid #f4d500;
	border-radius: 0;
	color: black;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	padding: .5rem 1rem;
	text-decoration: none;
	margin-bottom: 0px;
	clip-path: 
	    polygon(
	      0% 10px,     /* top left */
	      10px 0%,     /* top left */
	      100% 0%,    /* top right */
	      100% 0%,   /* top right */
	      100% 100%,  /* bottom right */
	      100% 100%,  /* bottom right */
	      0% 100%,   /* bottom left */
	      0% 0%      /* bottom left */
	    );
}
article .rsform-submit-button:hover,
article .rsform-submit-button:active,
article .rsform-submit-button:focus,
article .rsform-submit-button:active:focus {
	background: black !important;
	color: #f4d500 !important;
	border-color: black !important;
	border-radius: 0;
	box-shadow: none;
}
article .rsform-reset-button {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	color: #144968;
	display: inline-block;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	padding: .5rem 3rem;
	text-decoration: none;
	margin-bottom: 0px;
}
article .rsform-reset-button:hover,
article .rsform-reset-button:active,
article .rsform-reset-button:focus,
article .rsform-reset-button:active:focus {
	background: white;
	color: #006996 !important;
	transition: all .25s ease-in-out;
	box-shadow: none;
}
/* ======================== HEADER NAVIGATION ======================== */
header {
	min-height: 80px;
}
.navbar {
	margin: 0;
	padding: 0;
	background: white;
	min-height: 80px;
}
.navbar .container {
	position: relative;
}
.navbar-brand {
  	background: white;
  	border-radius: 0px;
  	
}
.navbar-brand img {
  	width: 200px;
  	height: auto;
  	transition: all 1s;
}
.nav-item {
	margin-left: 20px;
}

.nav-item .cta{
	color: black;
	background-color: #f4d500;
	transition: all .15s ease-in-out;
	clip-path: 
    polygon(
      0% 10px,     /* top left */
      10px 0%,     /* top left */
      100% 0%,    /* top right */
      100% 0%,   /* top right */
      100% 100%,  /* bottom right */
      100% 100%,  /* bottom right */
      0% 100%,   /* bottom left */
      0% 0%      /* bottom left */
    );
}
.nav-item a {
  	display: block;
  	padding: 5px 15px;
  	font-size: 16px;
  	font-weight: 400;
  	color: black;
  	text-decoration: none;
  	transition: all .15s ease-in-out;
}

.nav-item.current.active a {
	color: black;
	border-bottom: 3px solid #f4d500 !important;clip-path: 
}

.nav-item a:hover {
	color: black;
	background-color: #f4d500;
    border-bottom: 3px solid #000000 !important;clip-path: 
	transition: all .15s ease-in-out;
	clip-path: 
    polygon(
      0% 10px,     /* top left */
      10px 0%,     /* top left */
      100% 0%,    /* top right */
      100% 0%,   /* top right */
      100% 100%,  /* bottom right */
      100% 100%,  /* bottom right */
      0% 100%,   /* bottom left */
      0% 0%      /* bottom left */
    );

}
.dropdown-menu {
	border-radius: 0;
	text-align: left;
	border: 1px solid rgba(0, 0, 0, .1);	
	padding: .5rem .5rem .5rem 1rem;
	margin: 26px 0px 0px -55px !important;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.dropdown-menu .nav-item {
	margin-left: 0;
}
.dropdown-menu .nav-item a {
	padding: .5rem;
}



@media (max-width: 991px) {
	.navbar {
		height: inherit;
		padding: .85rem;
	    max-height: 100vh;
	    overflow: auto;
	}
	.navbar .container {
		max-width: 100%;
	}
	.nav-logo-bg {
		display: none;
		transition: all 1s;
	}
	.navbar-brand, .navbar-brand.shrink {
		position: inherit;
		background: inherit;
		padding: 0;
		position: inherit;
		top: inherit;
		left: inherit;
		transition: inherit;
		box-shadow: none;
	}
	.navbar-brand img, .navbar-brand.shrink img {
		width: auto;
		height: 55px;
	}
	.navbar-toggler {
        border: 0px;
        border-radius: 0;
        color: #2B2E34;
        padding: 0;
        align-self: center;
    }
    .navbar-toggler:hover {
        color: #f4d500;
    }
    .navbar-toggler:focus {
    	box-shadow: none;
    }
    .navbar-toggler:focus-visible {
    	outline: 3px solid #4c3d6d !important;
    	outline-offset: 3px;
    }
    .navbar-toggler i {
        font-size: 1.5em;
    }
    .navbar-toggler.collapsed .fa-bars {
    	display: block;
	}
	.navbar-toggler .fa-bars {
	    display: none;
	}
	.navbar-toggler.collapsed .fa-times {
	    display: none;
	}
	.navbar-toggler .fa-times {
	    display: block;
	}
	.navbar-nav {
		margin: 25px 0 10px 0;
	}
	.nav-item {
		margin-left: 0px;
	}
	.nav-item a {
		padding: 8px 10px;
	}
	.dropdown-menu {
		border-radius: 0;
		border: 0;
		text-align: left;;	
		padding: 0rem 0rem 0rem 2rem;
		margin: inherit !important;
		box-shadow: none !important;
	}
	.dropdown-menu a {
		padding: 8px 0 !important; 
	}
	.dropdown-menu .nav-item a:hover:before {
		display: none;
	}
	.dropdown-menu .nav-item.current.active a::before {
		display: none;
	}
}
/* ========================= HEADER/SLIDER ======================= */

.slider{
	position: relative;
}

.call-to-action{
	position: absolute; 
	right: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	z-index: +10; 
}

.call-to-action a{
	color: black;
	font-weight: 600;
	font-size: 1.25em;
	padding: 15px 25px 20px 25px ;	
	text-decoration: none;
	background-color: #f4d500;
	clip-path: 
    polygon(
      0% 10px,     /* top left */
      10px 0%,     /* top left */
      100% 0%,    /* top right */
      100% 0%,   /* top right */
      100% 100%,  /* bottom right */
      100% 100%,  /* bottom right */
      0% 100%,   /* bottom left */
      0% 0%      /* bottom left */
    );
}

.call-to-action a:hover{
	color: white;
	background-color: black;
}

@media (max-width:767px) {

	.call-to-action{
		width: 40%;
	}
	.call-to-action a{
		font-size: 0.8em;
	}

}

.driehoek-overlay{ 
	position: absolute; 
	left: 0px;
	z-index: +10; 
	height: 100%;
	width:100%;
	opacity: 0.9;
}

.driehoek-overlay img{ height: 100%; width: auto;}

.owl-nav {
	display: none;/*
  	position: absolute;
  	top: 0px;
  	width: 100%;
  	height: 100%;
  	z-index: +100000;

}
.owl-next {
	position: absolute;
	right: 20px;
	height: 100%;
	color: white !important;
}
.owl-prev {
	position: absolute;
	left: 20px;
	height: 100%;
	color: white !important;
}
.owl-next span, .owl-prev span {
	font-size: 5em;
*/
}


.slider .carousel-caption {
	left: 10%;
	right: 0%; 
}
.slider .carousel-caption p.titel {
    font-size: 28px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: none;
    /*background: rgba(255, 255, 255, .5);*/
    background-color: black;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0rem;
    text-align: left;
    clip-path: 
    polygon(
      0% 10px,     /* top left */
      10px 0%,     /* top left */
      100% 0%,    /* top right */
      100% 0%,   /* top right */
      100% 100%,  /* bottom right */
      100% 100%,  /* bottom right */
      0% 100%,   /* bottom left */
      0% 0%      /* bottom left */
    );
}
.slider .carousel-caption p.ondertitel {
    font-size: 22px;
    color: #000;
    font-weight: 400;
    text-shadow: none;
    margin-bottom: 0rem;
   	/*background: rgba(255, 255, 255, .5);*/   	
    background-color: #f4d500;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: .5rem;
    text-align: left; 
}
@media (max-width:991px) {
	.slider .carousel-caption p.titel {
		font-size: 24px;
	}
	.slider .carousel-caption p.ondertitel {
		font-size: 18px;
	}
}
@media (max-width:767px) {
	.slider .carousel-caption p.titel {
		font-size: 20px;
	}
	.slider .carousel-caption p.ondertitel {
		font-size: 16px;
	}
	.carousel-caption {
		bottom: .25rem;
	}
}
/* ================================= ZOEKEN ======================== */
.btn.btn-primary.zoek {
	display: block;
	background: transparent;
	border: 0;
	font-size: 18px;
	padding: 0 17px;
}
.btn.btn-primary.zoek:focus {
	box-shadow: none;
}
.btn.btn-primary.zoek.collapsed i {
	color: black;
}
.btn.btn-primary.zoek:hover i, .btn.btn-primary.zoek i {
	color: black;
}
#zoeken-desktop {
	position: absolute;
	top: 70px;
	right: 0px;
	background: white;
	width: 500px;
	z-index: 1;
	transition: all .2s ease-in-out;
}
#zoeken-desktop form {
	padding: 25px;
}
#zoeken-desktop label {
	display: none;
}
#zoeken-desktop input,
.search-mobile input {
	border:0px;
	border-bottom: 2px solid #f4d500;
	border-radius: 0;
	height: 100%;
}
#zoeken-desktop input:focus,
.search-mobile input:focus {
	border-color: #f4d500;
}
#zoeken-desktop .btn,
.search-mobile .btn {
	background: #f4d500;
	border: 2px solid #f4d500;
	border-radius: 0px;
	color: black;
	padding: .5rem 1rem;
	margin-left: 10px;
	transition: all .25s ease-in-out;
	clip-path: 
    polygon(
      0% 10px,     /* top left */
      10px 0%,     /* top left */
      100% 0%,    /* top right */
      100% 0%,   /* top right */
      100% 100%,  /* bottom right */
      100% 100%,  /* bottom right */
      0% 100%,   /* bottom left */
      0% 0%      /* bottom left */
    );
}
#zoeken-desktop .btn:hover,
.search-mobile .btn:hover {
	background: black !important;
	border-color: black !important;
  	color: #F4d500 !important;
	transition: all .25s ease-in-out;
}
#zoeken-desktop .btn:focus,
.search-mobile .btn:focus {
	box-shadow: none;
}
#zoeken-desktop .awesomplete {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}
.awesomplete > ul {
	background: white;
	border-radius: 0;
	margin: 0;
}
.search-mobile .awesomplete {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}
.search-mobile form {
	width: 80%;
	margin: 10px auto 20px;
}
.search-mobile form label {
	display: none;
}
/*
.search-mobile input {
	border:0px;
	border-bottom: 2px solid #f4d500;
	border-radius: 0;
	height: 100%;
}
.search-mobile input:focus {
	border-color: #f4d500;
}
/*.search-mobile .btn {
	background: #D50918;
	border-radius: 0px !important;
	color: #FFFFFF;
	border: 2px solid #D50918;
	padding: .5rem 1rem;
	margin-left: 10px !important;
	transition: all .25s ease-in-out;
	display: block;
}
.search-mobile .btn:hover {
	background: white !important;
	border-color: #D50918 !important;
  	color: #D50918 !important;
	transition: all .25s ease-in-out;
}
.search-mobile .btn:focus {
	box-shadow: none;
}*/
@media (max-width: 767px) {
	.search-mobile form {
		width:100%;
	}
}

#zoek-artikelen form {
	background: white;
}
#zoek-artikelen label {
	display: none;
}
#zoek-artikelen input {
	border:0px;
	border-radius: 0;
	height: 100%;
	padding: .375rem 0 .375rem 1rem;
}
#zoek-artikelen input:focus {
	border-color: #006996;
}
#zoek-artikelen .btn {
	background: #006996;
	border-radius: 0px;
	color: #FFFFFF;
	border: 1px solid #006996;
	padding: 8px 30px 6px 30px;
	margin-left: 10px;
	transition: all .25s ease-in-out;
}
#zoek-artikelen .btn:hover {
	background: #144968;
  	color: white !important;
  	border-radius: 0;
	transition: all .25s ease-in-out;
}
#zoek-artikelen .btn:focus {
	box-shadow: none;
}
#zoek-artikelen .awesomplete {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}



/* ================================= HEADER AFBEELDINGEN =================== */
.wrapper-header-jumbotron {
  	position: relative;
}
.wrapper-header-jumbotron img {
	width: 100%;
	height: auto;
}
.wrapper-header-jumbotron .foreground-wave {
	position: absolute;
	bottom: -1px;
	right: 0px;
	width: 30%;
}
@media (max-width: 767px) {
	.wrapper-header-jumbotron .foreground-wave {
		display: none;
	}
	.wrapper-header-jumbotron img {
		width: auto;
		height: 100px;
	}
}

/* ================================= BREADCRUMB ================================ */
.wrapper-kruimelpad {
	margin-top: 25px;
}
.breadcrumb-item span {
	font-size: 14px;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: "\f054";
	font-family: FontAwesome;
	color: #0C2D3F;
	font-size: 12px;
	top: 4px;
	position: relative;
}
.breadcrumb-item.active {
	color: #f4d500;
}
.breadcrumb-item .pathway {
	color: #0C2D3F;
	text-decoration: underline;
}
.breadcrumb-item .pathway:hover {
	color: #D50918;
}
/* =============================== ALGEMEEN BLOG =========================== */

.page-header h1{
	text-align: center;
	font-size: 30px;
	padding-bottom: 25px;
	border-bottom: 2px solid #f4d500;
	margin-bottom: 30px;
}

/*.blog .page-header h1 {
	text-align: left;
	font-size:32px;
	color: black;
	margin-bottom: 1rem;
}*/
.blog .category-desc p {
    color: black;
    font-size: 16px;
    margin-bottom: 1.5rem;
}
@media (min-width:992px) {
  .blog .category-desc {
    max-width:80%;
  }
  .com-content-article__body {
    max-width:80%;
  }
}
.blog .card-footer {
	background: transparent;
}

.card{ 
    margin-top: 10px;
	border-bottom: 5px solid #f4d500 !important;
	background-color: #fbfbfb;
	clip-path: 
    polygon(
      0% 35px,     /* top left */
      35px 0%,     /* top left */
      100% 0%,    /* top right */
      100% 0%,   /* top right */
      100% 100%,  /* bottom right */
      100% 100%,  /* bottom right */
      0% 100%,   /* bottom left */
      0% 0%      /* bottom left */
    );
}
.card p{ 
	  max-width:80%;
	padding-bottom: 15px
}
.card h2, h2 a { 
	font-size: 24px;
	color: black;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
}
.card h2 { 
	font-size: 20px;
}
.card h3{ 
	margin-top: 20px;
	font-size: 18px;
	text-transform: none;
}

.diensten .card:hover h3 {
	background-color: black;
	color: white;
}


.diensten .card:hover img{
	opacity: 0.8;

}

.diensten{ 
	background-color: #f4d500;
	padding-bottom: 60px;
}

.diensten a{
	text-decoration: none;
}

.diensten > .container > h3{ 
	font-size: 2em; 
	padding: 25px 0 25px 0;
	border-bottom: 1px solid white;
	margin-bottom: 35px;
}

.diensten .container{
	text-align: center;
}

.diensten .card{
background: none !important;

}

.diensten .card-header{padding:0;}

.diensten .card-body{ 
	text-align: center;
	padding:0;
	background: none !important;
}


.diensten h3 {	
	background-color: #f4d500;
	color: black;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 10px;
}

.diensten h3 a:hover{
	background-color: black;
	color: white;
}


/* ================================== ARTIKEL ============================== */
article {
	margin: 30px 0 80px 0;
}
article .item-page h1 {
	/*text-align: center;
	font-size: 28px;
	color: #2B2E34;
	font-weight: 500;
	margin-bottom: 1rem;*/
}
/*article .item-page p {
    color: #0C2D3F;
    font-size: 16px;
    margin-bottom: 1.5rem;
}*/
article .item-page p strong {
    font-weight: 700;
}
article .item-page a {
    color: #D50918;
    text-decoration: underline;
}
article .item-page a:hover {
    color: #2B2E34;
}
article .item-page .btn-red {
	background: #D50918;
	border: 2px solid #D50918;
	border-radius: 0;
	color: white;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	padding: .25rem 1rem;
	text-decoration: none;
	margin-bottom: 0.5rem;
}
article .item-page .btn-red:hover {
	background: white;
	color: #D50918 !important;
	border-color: #D50918;
}
article .item-page .btn-red:focus {
	box-shadow: none;
}
article .item-page .btn-blue {
	background: #006996;
	border: 2px solid #006996;
	border-radius: 0;
	color: white;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	padding: .25rem 1rem;
	text-decoration: none;
	margin-bottom: 0.5rem;
}
article .item-page .btn-blue:hover {
	background: white;
	color: #006996 !important;
	border-color: #006996;
}
article .item-page .btn-blue:focus {
	box-shadow: none;
}
article .item-page p + ul {
  margin-top: -.75rem;
}
article .item-page ul li {
    font-size: 16px;
    font-weight: 400;
}
article .item-page ul {
    list-style: none;
    padding: 0;
    margin-left: 20px;
    line-height: 170%;
    color: black;
    margin-bottom: 1.5rem;
}
article .item-page ul li:before {
    content: "\2022";
    padding-right: 10px;
    color: #f4d500;
}
article .item-page ul li ul {
    padding-left: 20px;
    margin: 0;
}
article .item-page ul li ul li::before {
  color: #D50918 !important;
  content: "\25E6";
}
article .item-page ol li {
    font-size: 16px;
    font-weight: 300;
}
article .item-page ol {
    list-style: none;
    counter-reset: li;
    padding-left: 2em;
    line-height: 170%;
    padding-top: 0;
    color: #2B2E34;
    margin-bottom: 1.5rem;
}
article .item-page ol li {
  counter-increment: li;
}
article .item-page ol li::before {
  content: counter(li);
  color: #D50918;
  font-weight: 400;
  display: inline-block;
  width: 1.2em;
  margin-left: -1.55em;
}
article .item-page figure.right,
article .item-page figure.left,
article .item-page figure.none {
    width: 33.333%;
}
article .item-page figure.none {
    margin: 0 auto;
}
article .item-page figure.right {
	float: right;
}
article .item-page figure.left {
	float: left;
}
article .item-page figure.right img {
    width: 100%;
    height: auto;
    padding: 0 0 15px 15px;
}
article .item-page figure.left img {
    width: 100%;
    height: auto;
    padding: 0 15px 15px 0;
}
article .item-page figure.none img {
    width: 100%;
    height: auto;
    padding: 0 0 15px 0;
}
@media (max-width: 767px) {
    article .item-page figure.right,
    article .item-page figure.left,
    article .item-page figure.none {
        width: 100%;
        float: none;
    }
    article .item-page figure.right img,
    article .item-page figure.left img,
    article .item-page figure.none img {
        padding: 0 0 0 0;
    }
}
article .item-page table {
    font-size: 16px;
    display: block;
    overflow: auto;
    overflow-wrap: anywhere !important;
    width: 100%;
    margin-bottom: 1.5rem;
    color: #0C2D3F;
}
article .item-page table thead {
    font-weight: 700;
    color:#2B2E34;
}
article .item-page .table td, 
article .item-page .table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
	color: #2B2E34;
}
article .item-page table ul {
    margin-bottom: 0;
}
.table-striped > tbody > tr:nth-of-type(2n+1) > * {
	--bs-table-accent-bg:inherit;
}
.table-striped tbody tr:nth-of-type(2n+1) {
  	background-color: #fbfbfb;
}
article .item-page blockquote {
    position: relative;
    margin-left: 100px;
    font-size: 18px;
    margin: 40px 0px 40px 60px;
    color: #002349;
}
article .item-page blockquote::before {
    content: "“";
    color: #F28F3B;
    font-size: 95px;
    position: absolute;
    top: -50px;
    left: -50px;
    font-weight: 500;
}
article .item-page .AimyVideoEmbedderVideoInner iframe {
  	width: 720px;
  	height: 405px;
  	margin: 0 0 2rem 0;
}
@media (max-width: 767px) {
	article .item-page .AimyVideoEmbedderVideoInner iframe {
		width: 100%;
	}
}
article .item-page .accordion {
    margin-bottom: 2rem;
    width: 75%;
}
article .item-page .accordion > .accordion-item {
    border-radius: 0;
    margin-bottom: 10px;
    border: 1px solid #006996;
    overflow: visible;
}
article .item-page .accordion > .accordion-item h3 {
	margin-bottom: 0;
}
article .item-page .accordion > .accordion-item button {
    color: #FFF;
    padding: 0;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    padding: .75rem 3rem .75rem 1rem;
    background: #006996;
    border-radius: 0;
}
article .item-page .accordion > .accordion-item .accordion-button:focus {
	border: 0px;
	box-shadow: none;
}
article .item-page .accordion-item .accordion-button.collapsed::after {
  	content: "\f054";
  	font-family: 'FontAwesome';
  	position: absolute;
  	right: 15px;
  	top: 50%;
  	transform: translate(-50%, -50%);
  	background: none;
}
article .item-page .accordion-item .accordion-button:hover::after {
  	content: "\f078";
}
article .item-page .accordion-item .accordion-button:after {
	content: "\f077";
	font-family: 'FontAwesome';
	position: absolute;
  	right: 15px;
  	top: 50%;
  	transform: translate(-50%, -50%);
  	background: none;
}
article .item-page .accordion-item:last-of-type .accordion-button.collapsed {
	border-radius: 0;
}
article .item-page figure {
	margin-bottom: .5rem;
}
article .item-page figure figcaption {
    text-align: center;
    color: #2B2E34;
    margin-top: 5px;
}
@media (max-width: 767px) {
    article .item-page .accordion {
        width: 100%;
    }
}


.readmore a{
	color: black;
	text-decoration: none;
	padding: 10px;
	background-color: #f4d500;
	
}

.readmore a:hover{
	color: #f4d500;
	background-color: black;
}

/* ================================== MODULE ============================== */

.mod-custom h2 {
	margin-top: 30px;
}

.moduletable h3 {
	margin-top:30px;
	margin-bottom: 20px;			
}

/* ======================== PAGINATION (in blogs e.d.) ========================= */
.pagination {
	border: 0px;
	background: white;
}
.pagination .page-item .page-link {
	border: 0px;
	color: #2B2E34;
	border-radius: 0px;
	padding: 8px 12px 4px 12px;
	background: transparent;
}
.pagination .page-item .page-link:hover {
	color: #D50918;
}
.pagination .page-item .page-link:focus {
	box-shadow: none;
}
.pagination .active.page-item .page-link {
	text-decoration: underline;
	background: white;
	color: #685C96;
}
.pagination .disabled.page-item .page-link {
	opacity: .7;
}
.pagination .page-item:first-child .page-link::after {
  	content: "Vorige";
  	margin-left: 5px;
}
.pagination .page-item:last-child .page-link::before {
  	content: "Volgende";
  	margin-right: 5px;
}
/* ========================= ZOEKEN PAGINA'S ========================= */
.finder .page-header h1 {
	text-align: left;
	font-size: 28px;
	color: #2B2E34;
	font-weight: 500;
	margin-bottom: 1rem;
}
.finder input {
	border: 0px;
	border-bottom: 2px solid #D50918;
	border-radius: 0;
	height: 100%;
	width: 300px;
}
.finder input:focus {
	border-color: #006996;
}
.finder button {
	background: #D50918;
	border: 2px solid #D50918;
	border-radius: 0;
	color: white;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	padding: .5rem 1rem;
	text-decoration: none;
	margin-left: 10px !important;
}

.finder button:hover, .finder button:focus, .finder button:active {
	background: white !important;
	color: #D50918 !important;
	border-color: #D50918 !important;
	box-shadow: none !important;
}
.finder .com-finder__explained p {
	font-size: 16px;
	line-height: 150%;
}
.finder .com-finder__explained a {
	color: #006996;
	text-decoration: underline;
}
.finder .com-finder__explained a:hover {
	color: #0C2D3F;
}
.com-finder__explained span.branch, .com-finder__explained span.date, .com-finder__explained span.node, .com-finder__explained span.op, .com-finder__explained span.term, .com-finder__explained span.when {
	font-weight: 500;
}
.result__item+.result__item {
	border-top: 1px solid #2B2E34;
}
.finder .result__title-link {
	text-decoration: none;
	line-height: 150%;
}
.finder .result__title-link > * {
	display: block;
}
.finder .result_title-text {
	font-size: 24px;
	color: #D50918;
	line-height: 150%;
}
.finder .result__title {
	line-height: inherit;
}
.result__title-link:focus .result_title-text, .result__title-link:hover .result_title-text {
	color: #2B2E34;
	text-decoration: none;
}
.finder .result__title-url {
  	color: #2B2E34;
  	text-decoration: underline;
  	order: inherit;
  	font-size: 14px;
}
.finder .result__description {
	color: #2B2E34;
	line-height: 150%;
	font-size: 16px;
	margin: 0;
}
.com-finder__navigation .com-finder__counter {
	font-size: 16px;
	line-height: 150%;
}
.com-finder__navigation .com-finder__counter strong {
	font-weight: 700;
}
@media (max-width: 550px) {
	.finder input {
		width: inherit;
	}
}

/* ======================== FOOTER ========================= */ 
footer {
	background-color: #000000;
	border-top: 5px solid #f4d500;
	padding: 50px 0 60px 0;
	text-align: left;
}

footer h2, footer h3, footer h4, footer h5, footer h6 {
	color: white;
}
footer h2 {
	color: white;
	text-transform: uppercase;
	border-bottom: 1px solid #F4d500;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
footer img {
	width: 80%;
	height: auto;
}
footer p {
	color: white;
	font-size: 16px;
	margin-bottom: 15px;
}
footer a {
	color: white;
	text-decoration: underline;
}
footer a:hover {
	color: #f4d500;
}
footer .social .custom, 
footer .contact .custom {
	margin-top: 20px;
}
footer .social ul {
	list-style: none;
}
footer .social ul li {
	display: inline-block;
}
footer .social ul li a {
	display: block;
}
footer .social i {
  	color: #f4d500;
  	background: black;
  	font-size: 24px;
  	padding: 6px 8px;
  	border-radius: 10px;
  	margin: 0 15px 0 0;
}
footer .social a:hover i {
	color: black;
  	background: #f4d500;
}
footer .contact ul {
	list-style: none;
}
footer .contact a {
	text-decoration: none;
	color: #2B2E34;
	font-size: 16px;
	display: inline-block;
	padding: 0;
}
footer .contact a:hover {
	color: #D50918;
	text-decoration: underline;
}	
footer .contact i {
	color: #FFFFFF;
  	font-size: 24px;
  	margin: 0 15px 0 0;
}
footer .contact ul li {
	display: flex;
	flex: row;
	align-items: center;
	justify-content: start;
	padding-bottom: 6px;
	margin-left: 0px;

}
@media (max-width: 767px) {
	footer {
		background-position: 95% 95%;
		background-size: 20% auto;
	}
	footer .navbar-nav a {
		text-align: left;
	}
	footer .footer-background {
		background-position: 100% 90%;
  		background-size: auto;
  		width: 150%;
	}
	footer #mod-custom127 ul li a {
		text-align: left;
	}
}
/* ================= SITEDROPUP (Telefoon link onderin links website) ============ */
#site-dropup {
	position: absolute;
  	position: fixed;
  	bottom: 1.75rem;
  	left: 1.75rem;
  	z-index: 10;
}
#site-dropup button {
	background: #4caf51;
	border-radius: 100%;
	border: 20;
	border-color:#FFF; 
	padding: .75rem;
	height: 55px;
	width: 55px;
	box-shadow: 0 .25rem .75rem rgba(0,0,0,.15);
}
#site-dropup button:after {
	display: none;
}
#site-dropup button i {
	color: #ffffff;
	font-size: 25px;
}
#site-dropup .dropdown-menu {
	top: inherit !important;
	box-shadow: none;
	min-width: 200px;
	border:0;
	background: #4aaa4f;
	left: 90px!important;
	box-shadow: 0 .25rem .75rem rgba(0,0,0,.15);
}
#site-dropup .dropdown-menu p {
	color: #ffffff;
}
#site-dropup .dropdown-menu a {
	color: #ffffff;
}
#site-dropup .dropdown-menu p:last-child {
	margin-bottom: 0;
}
@media (max-width: 550px) {
#site-dropup {
	position: absolute;
  	position: fixed;
  	bottom: 1.5rem;
  	left: 1.5rem;
  	z-index: 10;
}
#site-dropup button {
	background: #4caf51;
	border-radius: 100%;
	border: 20;
	border-color:#FFF; 
	padding: .75rem;
	height: 55px;
	width: 55px;
	box-shadow: 0 .25rem .75rem rgba(0,0,0,.15);
}	
#site-dropup .dropdown-menu {
	top: inherit !important;
	box-shadow: none;
	min-width: 200px;
	border:0;
	background: #4aaa4f;
	left: 30px!important;
	box-shadow: 0 .25rem .75rem rgba(0,0,0,.15);
}

/* ========== RIPPLE BUTTONS =========== */
.btn-red, .btn-blue, .ripple, .rsform-submit-button, .finder button {
	position: relative;
	overflow: hidden;
	transform: translate3d(0px, 0px, 0px);
}
.btn-red:after, .btn-blue::after, .ripple::after, .rsform-submit-button::after, .finder button:after {
  	content: "";
  	display: block;
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	top: 0;
  	left: 0;
  	pointer-events: none;
  	background-image: radial-gradient(circle,#000 10%,transparent 10.01%);
  	background-repeat: no-repeat;
  	background-position: 50%;
  	transform: scale(10,10);
  	opacity: 0;
  	transition: transform .45s,opacity .85s;
}
.btn-red:active:after, .btn-blue:active:after, .ripple:active:after, .rsform-submit-button:active:after, .finder button:active:after {
 	transform:scale(0,0);
 	opacity:.2;
 	transition:0s
}