
:root, [data-bs-theme=light] {
	
	/*basiskleuren*/	
	--cnvs-themecolor:#4d9a47;
	--cnvs-link-color:#4d9a47;
	
	/*header*/
	--cnvs-header-bg:#FFF;
	--cnvs-header-height: 120px;
	--cnvs-header-padding-y: 20px;
	--cnvs-header-height-shrink: 60px;
	--cnvs-header-padding-y-shrink: 10px;
	
	/*standaard hoofdmenu desktop*/
	--hoofdmenu-btn-bg: none;
	--hoofdmenu-btn-color:#4d9a47;
	--hoofdmenu-btn-radius:25px;
	--hoofdmenu-btn-bg-hi: #98ca4c;
	--hoofdmenu-btn-color-hi:#fff;
	--hoofdmenu-btn-radius-hi:25px;
	--hoofdmenu-btn-gap:2px;
	
	/*standaard hoofdmenu mobiel*/
	--mob-hoofdmenu-btn-bg: none;
	--mob-hoofdmenu-btn-color:#4d9a47;
	--mob-hoofdmenu-btn-radius:0;
	--mob-hoofdmenu-btn-bg-hi: none;
	--mob-hoofdmenu-btn-color-hi:#98ca4c;
	--mob-hoofdmenu-btn-radius-hi:0;
	
	/*afwijkend hoofdmenu desktop*/
	--hoofdmenu-btn-different-color-bg: #EC6600;
	--hoofdmenu-btn-different-color: #FFF;
	--hoofdmenu-btn-different-color-bg-hi: #000;
	--hoofdmenu-btn-different-color-hi: #FFF;
	
	/*afwijkend hoofdmenu mobiel*/
	--mob-hoofdmenu-btn-different-color-bg: none;
	--mob-hoofdmenu-btn-different-color: #909E24;
	--mob-hoofdmenu-btn-different-color-bg-hi: none;
	--mob-hoofdmenu-btn-different-color-hi: #924C8A;
	
	
	/*standaard submenu desktop*/
	--submenu-btn-color-bg:none;
	--submenu-btn-color:#4d9a47;	
	--submenu-btn-color-bg-hi:none;
	--submenu-btn-color-hi:#1FAFE7;
	--submenu-tussen-lijn:1px solid #efefef;
	
	/*standaard submenu mobiel*/
	--mob-submenu-btn-color-bg:none;
	--mob-submenu-btn-color:#000;	
	--mob-submenu-btn-color-bg-hi:#FFF;
	--mob-submenu-btn-color-hi:#1FAFE7;
	--mob-submenu-tussen-lijn:1px solid #efefef;
	
	/*submenu rechts */	
	--subnavrechts-color-bg:#98ca4c;
	--subnavrechts-color: #fff;
	--subnavrechts-radius: 25px;
	--subnavrechts-color-bg-hi: #4d9a47;
	--subnavrechts-color-hi:#FFF;
	
	/*font*/
	--cnvs-body-font: 'Nunito', serif;
	--cnvs-primary-font: 'Nunito', serif;
	--cnvs-secondary-font: var(--cnvs-primary-font);
	--cnvs-line-height-base:1;
	--cnvs-font-size-body:18px;
	--bs-body-font-weight: 400;
	--bs-body-font-style:normal;
	--bs-body-line-height:1.3;
	
	/*input*/
	--bs-border-width: 1.5px;
	--bs-border-color: #94A0AD;
	
	/*inhoud blokken*/
	--cnvs-content-padding: 2rem;
	--cnvs-section-margin: 1rem;
	
	/*koppen*/
	--cnvs-font-size-h1: 36px;
	--cnvs-font-size-h2: 32px;
	--cnvs-font-size-h3: 28px;
	--cnvs-font-size-h4: 24px;
	--cnvs-font-size-h5: 22px;
	--cnvs-font-size-h6: 20px;
	
	--cnvs-heading-color:#072566;
	--cnvs-headings-font-weight:400;

	/*knoppen*/
	--knop-kleur:#1C6D6C;
	--knop-bgkleur: #FFC03E;

}
.portfolio-desc h3{
	margin-bottom:13px;	
}
.toelichting{
	color:#0E7DA3;	
	font-style:italic;
	font-size:78%;
	margin-top:-10px;
	margin-bottom:10px;
}
.subnavrechts a{
	font-size:16px;	
}
.quotetekst, img{
	border-radius:20px;
}
.instakop img, #footer img{
	border-radius:0;
}
.container-wide{
	border-radius:20px;	
	overflow:hidden;
}
b,strong{
	font-weight:700;
}
.portfolio, [class*=portfolio-] {
	--cnvs-portfolio-desc-title-size: 1.7rem;/*portfolio koppen */
}
#header{
	--cnvs-primary-menu-font:'Nunito', sans-serif;
	--cnvs-primary-menu-submenu-font: var(--cnvs-primary-menu-font);
	--cnvs-primary-menu-font-weight: 400;
	--cnvs-primary-menu-hover-font-weight: 400;
	--cnvs-primary-menu-submenu-font-weight: 400;
	--cnvs-primary-menu-submenu-hover-font-weight: 400;
	--cnvs-primary-menu-font-size: 18px;
	--cnvs-primary-menu-submenu-font-size: 17px;
	--cnvs-primary-menu-tt:normal;
	--cnvs-primary-menu-ls:1;/*letter spacing, moet met px als je wilt gebruiken*/
	--cnvs-primary-menu-color:#000673;/*menu pijltjes*/
}
.portfolio-item .portfolio-image, .portfolio-item .portfolio-image > a, .portfolio-item .portfolio-image img {
	width: 100%;
}
.bgkleurstijl, .inhoudblok .container.bgkleurstijl{
	border-radius: 20px;
}
.coverbg {
	min-height:100%;	
}
@media (min-width: 992px) {
	.container-md, .container-sm, .container, .container-wide {
		max-width: 1340px;
		
	}
	--cnvs-primary-menu-submenu-padding-x: 0 !important;
	--cnvs-primary-menu-submenu-hover-padding-offset: 15px !important;
}
.downloads {
	margin-bottom:40px;	
	padding-left:0!important;
}
/* koppen */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin: 0 0 16px 0;
	font-family: 'Nunito', serif;
	font-weight: 700;
}
.intro h1, .intro h2, .intro h3, .intro h4, .intro h5,.intro h6 {
	margin-top:5px;
	margin-bottom: 5px !important;
}
/*header*/

#slider-overlay{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: rgba(43,177,203, 0.51);
}
.car-type-2 .carousel-caption {	
	right: auto;
	bottom:auto;
	left: 2rem;
	color: #fff;
	text-align: left;
	width:calc(100% - 2rem);
}
#bs-carousel h3{
	font-size:3rem;	
}
#hoogtepunten .owl-item{
	border-bottom-right-radius: 40px;
	overflow: hidden;
}
#hoogtepunten .h3, #hoogtepunten h3 {
	margin-top: 0 !important;
}
.hoogtepunteninleiding{
	padding-left:1rem;	
}
.portfolio, [class*=portfolio-] {
	--cnvs-portfolio-meta-font-size: 18px;
}
.page-section{
	padding-top:0;
}
.page-section .col-lg-9{
	padding-right:50px;
}
@media only screen and (max-width:996px) {	
	.car-type-2 .carousel-caption {	
		left: 0;
		position:relative;
		padding-bottom:30px;
	}
	.full-overlay {
		position: relative;
		background: #ff6600;
	}
	#slider-overlay {
		background-color: rgba(43,177,203, 0.19);
	}
	#bs-carousel h3 {
		font-size: 2rem;
	}
}

/*inhoud*/
.losseblokken{
	padding-top:0;
}
.blokrechts {
	font-size:19px;	
}
.portfolio-desc {
	background-color:#F7F7F7;
	font-size: 18px;
	padding: 50px 30px 30px 30px;
	margin-top:-20px;
	border-bottom-right-radius:20px;
	border-bottom-left-radius:20px;
}

.linksagendarechtstekst2 .bloklinks{
	padding-top:50px;
	padding-bottom:50px;
	color:#000673;
}
.linksagendarechtstekst2 .bloklinks h1, .linksagendarechtstekst2 .bloklinks h2, .linksagendarechtstekst2 .bloklinks h3{
	color:#000673;
}
.linksagendarechtstekst2 .blokrechts{
	border-bottom-left-radius:80px;
	background:#EC6600;
	padding-top:50px;
	padding-bottom:50px;
	color:#FFF;
}
.linksagendarechtstekst2 .blokrechts h1, .linksagendarechtstekst2 .blokrechts h2, .linksagendarechtstekst2 .blokrechts h3, .linksagendarechtstekst2 .blokrechts a{
	color:#FFF;
}
.linksagendarechtstekst2 .blokrechts a{
	text-decoration:underline;
}

.bgfsheader, .bgfsheaderZonderFoto{
	background:#4d9a47;	
	color:#fff!important;
}
.pt-subnav {
    padding-top: 40px !important;
    margin-top: -40px;
}
.nafsheader{
	margin-top: 30px;
}
.tekst{
	padding-top:0;	
}
.inhoudblok {
	margin-bottom:30px;	
}
.intro-left {
	padding-left:0 !important;	
}
.intro-left-met-afbeelding{
	padding-bottom:80px!important;
	
}
.primary-menu {
    padding-right: 0;
}
@media only screen and (min-width: 992px) {
    #logo, #header.sticky-header-shrink #logo {
        padding-left: 0px;
    }
}

 .bgfsheader{
	box-shadow: inset 0 -60px 0 #FFF;
}
.border-btm-intro .intro-left{	
	margin: 0 auto 0 auto !important;
}
@media only screen and (max-width:992px) {	
	.intro-left, .border-btm-intro .intro-left {
		margin-top:0!important;
	}
}
.intro-right-big{
	border-bottom-left-radius:40%;
	overflow:hidden;
}
.intro-right-small{
	border-bottom-left-radius:120px;
	overflow:hidden;
}
.device-down-lg .intro-right{
	background:#FFF
}
.intro h1, .intro h2, .intro h3, .intro h4, .intro a{
	color:#fff!important;
}
 .intro a{
	text-decoration:underline !important;
}
.device-up-lg .mt-neg{
	margin-top:-120px;
}
.device-down-lg .mt-neg{
	margin-top:20px;
}

.inleidingkleur{
	color:#000673;	
	font-weight:700;
	margin-bottom:24px;
}
.tekst{
	margin-bottom:36px;
}
.kalender .datum{
	font-weight:bold;	
}
.gutter-0 {
	--cnvs-custom-gutter: 0;
}
/*footer*/

#footer {
	border-top: 0;
	background:#d4bd91 ;
	background-size: 1600px;
	color:#FFF;
}
.footertop{
	height:0;
}

#footer a{
	color:#fff;	
	text-decoration:underline !important;
}
.logo-btm{
	width:80%	
}
.device-down-lg .logo-btm{
	width:200px;
}

/*knoppen*/
 a.oranjeknop {
	display:table;
 	margin-top:16px;
	color:#fff;
	background-color:#EC6600;
	padding: 12px 30px;
	border-radius: 50rem;
	text-decoration: none !important;
	cursor:pointer;
	font-weight:500;
}
 a.paarseknop {
	display:table;
 	margin-top:16px;
	color:#fff;
	background-color:#483d8c;
	padding: 12px 30px;
	border-radius: 50rem;
	text-decoration: none !important;
	cursor:pointer;
	font-weight:500;
}

 a.blauweknop, a.agendaknop, a.button {
	display:table;
 	margin-top:16px !important;
	color:#fff;
	background-color:#2B98D9;
	padding: 12px 30px !important;
	border-radius: 50rem;
	text-decoration: none !important;
	cursor:pointer;
	font-weight:500;
}
a.button{
	display: inline;
}
 a.lichtblauweknop {
	display:table;
 	margin-top:16px;
	color:#fff;
	background-color:#d4ecf4;
	padding: 12px 30px;
	border-radius: 50rem;
	text-decoration: none !important;
	cursor:pointer;
	font-weight:500;
}
.portfolio-desc span, .portfolio-desc span a {
	color: inherit;
}

.bg-btn{
	background-color:#EC6600;
	margin-top:20px;
	color:#fff!important;
	display:table;
	padding:5px 20px;
	border-radius:15px;
}
.bglichtblauw {
	background-color: #D7F1F4;
	padding-top: 40px;
	padding-bottom: 30px;
}
.intro .bg-btn{
	background-color:#d4ecf4;
	margin-top:20px;
	color:#000!important;
}
.inleiding{
	max-width:900px	
}
.primary-menu {
	 background-color: #FFF;
}
@media only screen and (max-width:992px) {	
	.bg-btn{
		background-color:#2BB1CB;
	}
	.intro-right {
		/*padding: 0 20px !important;*/
	}
}
.bg-btn-contact-footer{
	background-color:#EC6600;
	color:#fff!important;	
	margin-top:0;
}
.bg-btn-contact-footer:hover{
	background-color:#924C8A;
	color:#fff!important;	
}
.bglichtblauw{
	background-color:#D7F1F4;
	padding-top:40px;
	padding-bottom:30px;
}
.bglichtpaars{
	background-color:#98ca4c;
	padding-top:40px;
	padding-bottom:30px;
	color:#fff!important;	
}
.losseblokken .bloklinks, .fotorechts  .bloklinks{
	padding:30px !important;
}
.losseblokken .blokrechts{
	padding:30px !important;
}
@media only screen and (max-width:992px) {	
	.intro {
		background-color:#ffF;
	}
	.intro-left{
		background-color: #4d9a47;
	}
.losseblokken .bloklinks{
		padding-left:20px !important;
		margin-bottom:30px;
	}
	.losseblokken .blokrechts{
		padding-right:20px !important;	
	}
}
.bglichtblauw h1,.bglichtblauw h2,.bglichtblauw h3, .bglichtblauw h4{
	color:#31B3CC;
}
.bglichtpaars h1,.bglichtpaars h2,.bglichtpaars h3, .bglichtpaars h4{
	color:#fff!important;	
}
.linksagendarechtstekst2 .blokrechts{
	min-height:400px;	
	background-size: cover;
}
.fc-calendar .fc-row > div > div a, .fc-calendar .fc-row > div > div span {
	background-color:#9dd0e4;
}
.fc-calendar .fc-head {
	background: #000673;
}
@media (max-width: 1340px) {
	#header-wrap #logo {
		
	}
}
@media (max-width: 992px) {
	.menu-link .icon-angle-down{
		display:none;	
	}
	.primary-menu-open  #header-wrap #logo img {
		
	}
	#header-wrap #logo {
		padding: 17px 0 17px 0;
		max-width: calc(100% - 70px);
	}
	.page-section .col-lg-9 {
		padding-right: 0;
	}
	.pt-subnav-no-image, .pt-subnav{
		padding-left:0	!important
	}
	.intro, .device-down-lg .intro-right {
		background: transparent;	
	}
}
.kalender .datum {
	padding-top:15px;	
}
.quotediv {
	color: #98ca4c;
}
