
:root, [data-bs-theme=light] {
	
	/*basiskleuren*/	
	--cnvs-themecolor:#072566;
	--cnvs-link-color:#31B3CC;
	
	/*header*/
	--cnvs-header-bg:RGBA(56,172,215, 1);
	--cnvs-header-height: 100px;
	--cnvs-header-padding-y: 10px;
	--cnvs-header-height-shrink: 70px;
	--cnvs-header-padding-y-shrink: 10px;
	
	/*standaard hoofdmenu desktop*/
	--hoofdmenu-btn-bg: none;
	--hoofdmenu-btn-color:#FFF;
	--hoofdmenu-btn-radius:25px;
	--hoofdmenu-btn-bg-hi: transparent;
	--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:#fff;
	--mob-hoofdmenu-btn-radius:0;
	--mob-hoofdmenu-btn-bg-hi: none;
	--mob-hoofdmenu-btn-color-hi:#b8e9fb;
	--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:#000673;	
	--submenu-btn-color-bg-hi:none;
	--submenu-btn-color-hi:#38acd7;
	--submenu-tussen-lijn:1px solid #ebf7fb;
	
	/*standaard submenu mobiel*/
	--mob-submenu-btn-color-bg:none;
	--mob-submenu-btn-color:#fff;	
	--mob-submenu-btn-color-bg-hi:transparent;
	--mob-submenu-btn-color-hi:#b8e9fb;
	--mob-submenu-tussen-lijn:1px solid #b8e9fb;
	
	/*submenu rechts */	
	--subnavrechts-color-bg:transparent;
	--subnavrechts-color: #000;
	--subnavrechts-radius: 25px;
	--subnavrechts-color-bg-hi: transparent;
	--subnavrechts-color-hi:#38acd7;
	
	/*font*/
	--cnvs-body-font: 'Roboto', serif;
	--cnvs-primary-font: 'Roboto', 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:#0d9cd1;
	--cnvs-headings-font-weight:400;

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

}
.menu-link.active:not(.sub-menu-container .menu-link.active):not(.sub-sub-menu-container .menu-link.active):not(.primary-menu-open .menu-link.active),
.menu-link:not(.sub-menu-container .menu-link:hover):not(.sub-sub-menu-container .menu-link:hover):hover:not(.primary-menu-open .menu-link:hover):hover,
.menu-item.current > .menu-link {
	text-decoration: underline !important;
	text-underline-offset: 8px;
}
b,strong{
	font-weight:700;
}
.carousel-indicators{
	display:none;	
}
.portfolio, [class*=portfolio-] {
	--cnvs-portfolio-desc-title-size: 1.7rem;/*portfolio koppen */
}
.pt-subnav{
	margin-top:40px;
	padding-top:30px!important;	
	padding-bottom:30px!important;	
	background-color:#ebf7fb;
}
#header{
	--cnvs-primary-menu-font:'Inter', 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: 19px;
	--cnvs-primary-menu-submenu-font-size: 18px;
	--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*/
	
}
.menu-item .sub-menu-trigger{
	color:#FFF;	
}
ul.sub-menu-container{
	padding-left:22px !important
}
.primary-menu-open .primary-menu{
	background-color: RGBA(56,172,215, 1)
}
.is-expanded-menu .sticky-header #header-wrap{
	background-color: RGBA(56,172,215, 1)
}
#content {
	margin-top: calc(var(--cnvs-header-height) * -1);
}
.intro-inspring{
	margin:-100px auto 0 auto;
	max-width:1200px;	
	
}
.page-section{
	max-width:1200px;	
	margin:0 auto ;
}
.agendadatum{
	font-size:80%;
	color:#72C4E2;
	font-weight:bold;
}
.nieuwsdatum{
	font-size:80%;
	padding-bottom:6px;
	color:#72C4E2;
	font-weight:bold;
}
.nieuwsblokje, .agendablokje{
	background-color:#ebf7fb;	
}
.nieuwsblokje{
	padding-top:30px;
}
.nieuwsblokje h3, .agendablokje h3,.nieuwsblokje h3 a, .agendablokje h3 a, .nieuwsoverzicht h3 a{
	color:#002e3f !important;	
	font-size:25px !important;
}
 .nieuwsblokje h3{
	margin-bottom:10px;
}
.nieuwsoverzicht ,.nieuwsdetail{
	margin-top:40px;	
}
.nieuwsdetail{
	padding-left:20px;	
}
.nieuwsdetailfoto{
	padding-left:20px;
	padding-right:20px;
}
.blokfotomobiel{
	width:100%;
}
 .agendablokje h3{
	margin-bottom:4px;
}
.agendablokje{
	margin-left:1rem;	
	width:calc(25% - 1rem);
	padding:30px 20px;
}
.button.button-xlarge {
	--cnvs-btn-padding-x: 0.5rem;
	--cnvs-btn-padding-y: 5px;
	--cnvs-btn-fontsize: 1rem;
}
.titel-inspring{
	margin-left:1rem !important;	
}
.nieuws-links, .nieuws-rechts{
	margin-bottom:24px;	
}
/* koppen */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin: 0 0 16px 0;
	font-family: 'Inter', serif;
	font-weight: normal;
}
.intro h1, .intro h2, .intro h3, .intro h4, .intro h5,.intro h6 {
	margin-top:5px;
	margin-bottom: 0 !important;
}
.inleiding {
    padding-top: 22px;
}

/*header*/

#slider-overlay{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.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;
}
.page-section .col-lg-9{
	
}
.nieuwsfoto{
	width:100%;	
}
.mob-header-titel{
	display:none;	
}
.subnavrechts, .subsubnavrechts {
	border-bottom: 2px dashed #85c4db;
}
.subnavrechts:first-child, .subsubnavrechts:first-child {
	border-top: 2px dashed #85c4db;
}
.subnavrechts a{
	margin-top:4px;	
	margin-bottom:4px;	
}
@media only screen and (max-width:992px) {	
	.car-type-2 .carousel-caption {	
		left: 0;
		position:relative;
		padding-bottom:30px;
	}
	.full-overlay {
		position: relative;
		background: #ff6600;
	}
	#slider-overlay {
		
	}
	.intro-inspring {
		margin: -0 auto 0 auto;
	}
	#bs-carousel h3 {
		font-size: 2rem;
	}
	#content {
		margin-top: 0;
	}
	.agendablokje {
		margin-left: 0;
		width: 100%;
		padding: 30px 20px;
		margin-top:20px;
	}
	.carousel-indicators{
		display:flex;	
	}
	.nieuwsdetail {
		padding-left:20px;	
	}
}
.container-wide {
	max-width: 1920px;
}
.header-img{
	max-height: 70vh !important;
	overflow:hidden;
}
.header-afbeelding{
	width: 100%;
	max-height: 70vh !important;
	object-fit: cover;
}
/*inhoud*/
.losseblokken{
	padding-bottom:50px;	
}
.blokrechts {
	font-size:19px;	
}
.portfolio-desc {
	background-color:#FFF;

	padding: 50px 30px 40px 30px;
}

.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;
}
.intro{
	background:#38acd7 ;
	background-size: 1600px;
	color:#fff!important;
	padding:30px 0!important;
}
.border-btm-intro{
	box-shadow: inset 0 -80px 0 #FFF;
}
.border-btm-intro .intro-left{	
	margin: -80px 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:#d4ecf4 ;
	background-size: 1600px;
	color:#150937;
}
.footertop{
	height:0;
}

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

/*knoppen*/
 a.oranjeknop, a.nieuwsknop {
	display:table;
 	margin-top:16px;
	color:#fff;
	background-color:#EC6600;
	padding: 4px 30px;
	border-radius: 50rem;
	text-decoration: none !important;
	cursor:pointer;
	font-weight:500;
}
.bglichtpaars  a.oranjeknop {
	background-color:#260d6b;
}
.bglichtpaars  a.oranjeknop:hover {
	background-color:#5032a4;
}
 a.blauweknop, a.agendaknop {
	display:table;
 	margin-top:16px;
	color:#fff;
	background-color:#2BB1CB;
	padding: 4px 30px;
	border-radius: 50rem;
	text-decoration: none !important;
	cursor:pointer;
	font-weight:500;
}
 a.lichtblauweknop {
	display:table;
 	margin-top:16px;
	color:#000!important;;
	background-color:#d4ecf4;
	padding: 4px 30px;
	border-radius: 50rem;
	text-decoration: none !important;
	cursor:pointer;
	font-weight:500;
}
.intro a.lichtblauweknop{
	display:inline;
	margin-right:16px;	
}
.portfolio-desc span, .portfolio-desc span a {
	color: inherit;
}

.bg-btn{
	background-color:#EC6600;
	margin-top:20px;
	color:#fff!important;
	display:table;
	background-color:#2BB1CB;
	padding: 4px 30px;
	border-radius: 50rem;
}

.intro .bg-btn{
	background-color:#d4ecf4;
	margin-top:20px;
	color:#000!important;
}

.primary-menu {

}
@media only screen and (max-width:992px) {	
	.bg-btn{
		background-color:#2BB1CB;
	}
	.intro-right {
		padding: 0 20px !important;
	}
	.intro a.lichtblauweknop{
		display:table;
	}
}
.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:#9584ba;
	padding-top:40px;
	padding-bottom:30px;
	color:#fff!important;	
}

.fotorechts{
	padding:0;
}
.fotorechts .blokrechts{
	padding:0 !important;
}
.fotorechts .row{
	align-items: center !important;
}
.losseblokken .bloklinks{
	padding-left:0 !important;
}
.losseblokken .blokrechts{
	padding-right:0 !important;	
}
@media only screen and (max-width:992px) {	
	.intro {
		
	}
	.intro-left{
		background-color: #38acd7;
	}
.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;	
}

.fc-calendar .fc-row > div > div a, .fc-calendar .fc-row > div > div span {
	background-color:#EC6600;
}
.fc-calendar .fc-head {
	background: #000673;
}
