
:root, [data-bs-theme=light] {
	
	/*basiskleuren*/
	--cnvs-themecolor:#909E24;
	--cnvs-link-color:#31B3CC;
	
	/*header*/
	--cnvs-header-bg:#FFF;
	--cnvs-header-height: 160px;
	--cnvs-header-padding-y: 10px;/*logo*/
	--cnvs-header-height-shrink: 100px;
	--cnvs-header-padding-y-shrink: 10px;
	
	--lichtgroen: #b1b92f;
	--donkergroen: #223d31;
	--lichtblauw: #31B3CC;
	--semidgroen: #abb150;
	--wit: #FFF;
	
	/*standaard hoofdmenu desktop*/
	--hoofdmenu-btn-bg: none;
	--hoofdmenu-btn-color:var(--donkergroen);
	--hoofdmenu-btn-radius:25px;
	--hoofdmenu-btn-bg-hi: var(--lichtgroen);
	--hoofdmenu-btn-color-hi:var(--wit);
	--hoofdmenu-btn-radius-hi:25px;
	--hoofdmenu-btn-gap:2px;
	
	/*standaard hoofdmenu mobiel*/
	--mob-hoofdmenu-btn-bg: none;
	--mob-hoofdmenu-btn-color:#000;
	--mob-hoofdmenu-btn-radius:0;
	--mob-hoofdmenu-btn-bg-hi: none;
	--mob-hoofdmenu-btn-color-hi:var(--lichtgroen);
	--mob-hoofdmenu-btn-radius-hi:0;
	
	/*afwijkend hoofdmenu desktop*/
	--hoofdmenu-btn-different-color-bg: #FFF;
	--hoofdmenu-btn-different-color: #1C6D6C;
	--hoofdmenu-btn-different-color-bg-hi: #FFC03E;
	--hoofdmenu-btn-different-color-hi: #1C6D6C;
	
	/*afwijkend hoofdmenu mobiel*/
	--mob-hoofdmenu-btn-different-color-bg: none;
	--mob-hoofdmenu-btn-different-color: #fff;
	--mob-hoofdmenu-btn-different-color-bg-hi: none;
	--mob-hoofdmenu-btn-different-color-hi: #FFC03E;
	
	/*standaard submenu desktop*/
	--submenu-btn-color-bg:none;
	--submenu-btn-color:var(--donkergroen);	
	--submenu-btn-color-bg-hi:none;
	--submenu-btn-color-hi:var(--lichtgroen);
	--submenu-tussen-lijn:1px solid var(--lichtgroen);
	
	/*standaard submenu mobiel*/
	--mob-submenu-btn-color-bg:none;
	--mob-submenu-btn-color:var(--donkergroen);	
	--mob-submenu-btn-color-bg-hi:none;
	--mob-submenu-btn-color-hi:var(--lichtgroen);
	--mob-submenu-tussen-lijn:1px solid #fff;
	
	/*submenu rechts */
	--subnavrechts-color-bg:#31B3CC;
	--subnavrechts-color: #fff;
	--subnavrechts-radius: 25px;
	--subnavrechts-color-bg-hi: var(--lichtgroen);
	--subnavrechts-color-hi:var(--wit);
	
	/*font*/
	--cnvs-body-font: 'PT Sans', serif;
	--cnvs-primary-font: 'PT Sans', serif;
	--cnvs-secondary-font: var(--cnvs-primary-font);
	--cnvs-line-height-base:1;
	--cnvs-font-size-body:20px;
	--bs-body-font-weight:400;
	--bs-body-font-style:normal;
	--bs-body-line-height:1.5;
	--cnvs-line-height-content: 1.5;
	
	/*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: 2.25rem;
	--cnvs-font-size-h2: 1.875rem;
	--cnvs-font-size-h3: 1.625rem;
	--cnvs-font-size-h4: 1.375rem;
	--cnvs-font-size-h5: 1.125rem;
	--cnvs-font-size-h6: 0.875rem;
	
	
	--cnvs-heading-color:#99a11b;
	--cnvs-headings-font-weight:400;
	
	
	/*knoppen*/
	--knop-kleur:#FFF;
	--knop-bgkleur: var(--lichtgroen);

}
.portfolio, [class*=portfolio-] {
	--cnvs-portfolio-desc-title-size: 1.7rem;/*portfolio koppen */
}
#header{
	--cnvs-primary-menu-font:'PT Sans', sans-serif;
	--cnvs-primary-menu-submenu-font: var(--cnvs-primary-menu-font);
	--cnvs-primary-menu-font-weight: 700;
	--cnvs-primary-menu-hover-font-weight: 700;
	--cnvs-primary-menu-submenu-font-weight: 700;
	--cnvs-primary-menu-submenu-hover-font-weight: 700;
	--cnvs-primary-menu-font-size: 22px;
	--cnvs-primary-menu-submenu-font-size: 17px;
	--cnvs-primary-menu-tt:none;
	--cnvs-primary-menu-ls:1.1;/*letter spacing, moet met px als je wilt gebruiken*/
	--cnvs-primary-menu-color:var(--donkergroen);/*menu pijltjes*/
}


#bgmain .container{
	background: #fff ;
	background-size:80%;
	height:100%;
	z-index:0;
}
#content{
	margin-bottom:30px;
}
/* header */

@media (max-width: 1300px) {
	.menu-link , .sub-menu-container .menu-item > .menu-link {
		
	}
}
.subnav{
	background-color:#fff;
	border-bottom-left-radius:80px;
	padding-bottom:60px;
}
/* koppen */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin: 0 0 16px 0;
	font-family: "Bree Serif", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.intro h1, .intro h2, .intro h3, .intro h4, .intro h5,.intro h6 {
	margin-bottom:5px;
	margin-top:5px;
}
/*inhoud*/

.intro{
	/*
	background-color:#D7F1F4;
	color:#505050!important;
	*/
}
.instawrapper{
	margin-top:30px;
	margin-bottom:30px;
}
#fotoSlider, #hoogtepunten {
	padding-right: 0;
	padding-top:var(--padding-x-algemeen-desktop);
	padding-bottom:var(--padding-x-algemeen-desktop);
}
@media only screen and (max-width:992px) {	
	#fotoSlider, #hoogtepunten {
		padding-right: var(--padding-x-algemeen-mobiel);
		padding-top:var(--padding-x-algemeen-mobiel);
		padding-bottom:var(--padding-x-algemeen-mobiel	);
	}
}
/* voor witte strook onder */
.bgfsheader, .bgfsheaderZonderFoto {
	background: #e3e981;
	color: #505050 !important;
}
.bgfsheader {
	/*box-shadow: inset 0 -0 0 #FFF;*/
}
.intro-left-met-text{
	padding-bottom:30px!important;
}

.intro-right-big{
	border-bottom-left-radius:80px;
	overflow:hidden;
	/*margin-bottom: -80px;*/
}
.headervideo{
	border-bottom-left-radius:0;
	padding-top:20px;
	padding-bottom:15px;
}

.intro-right-small{
	border-bottom-left-radius:60px;
	overflow:hidden;
	/*margin-bottom: -80px;*/
}

.downloads{
	padding-left:0!important;	
}
@media only screen and (max-width:992px) {	
	.intro-left, .border-btm-intro .intro-left {
		margin-top:0!important;
	}
	.titel-inspring {
		margin-left: 2rem;
	}

	.blokrechts {
		padding-right:2rem !important;
	}
	.intro-right-content{
		margin-bottom:30px;	
	}
	.streep-onder-intro{
		display:none;	
	}
	.intro-right-big , .intro-right-small{
		border-bottom-left-radius: 0;
	}
	.intro-right{
		margin-bottom:0;	
	}
	.intro-left-content{
		padding-bottom:10px;	
	}
	.inhoudblok{
		margin-right:0 !important;	
	}
	.nieuws-links{
		padding-right:0!important;	
	}
	#logo, .downloads{
		padding-left:2rem !important;
	}
}

.homeintroimage{
	width:120px;
	position:absolute;
	bottom:60px;
	right:30px;		
}
.schoolnaam{
	display:table;	
}
.schoolicoon{
	float:left;
	height:30px;	
	padding-right:8px;
}
.schoolicoonlijst{
	float:left;
	height:44px;	
	margin-top:-10px;
	padding-right:14px;
}

.schoollijstje{
	background-color:#1C6D6C;
	border-bottom-left-radius:120px;
	padding:24px 24px 24px 80px!important;
	font-family: "Bree Serif", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:19px;
	color:#FFF;
}
.schoollijstje a{
	color:#FFF!important;
}

.schoollijstje-links h2{
	color:#31B3CC;
}
.schoollijstje-links img{
	width:60%;
	max-width:200px;
}
.schoolfoto{
	width:100%;
}
.pijl{
	padding-left:6px;
	width:28px;
	margin-top:-4px;
}
.entry-image img{
	border-bottom-right-radius:40px;
	overflow:hidden;
}
@media only screen and (max-width:1200px) {	

	.schoollijstje{
		font-size:16px;
		padding-left:70px!important;
		padding-right:10px!important;
		border-bottom-left-radius:60px;
	}
	
}
@media only screen and (max-width:992px) {	
	.homeintroimage{
		bottom:20px;	
	}
	.schoollijstvak{
		padding:0;	
		
	}
	.schoollijstje{
		padding-left:40px!important;
		font-size:18px;
		margin:0!important;
	}
	
}

.intro h1, .intro h2, .intro h3, .intro h4, .intro a{
	color:#173428;
}

.intro h1{
	
}
.intro h1 .editabletitel{
	
}
.intro a, .intro a:not(.btn-link):not(.text-decoration-underline):not(.more-link) {
	text-decoration:underline !important;
	color:#505050 !important;
}
.carousel-caption h3{
	text-shadow: 0 0 20px RGBA(0,0,0,0.8);
}
.inleidingkleur{
	color:#909E24;	
	font-weight:700;
	margin-bottom:24px;
}
.tekst{
	margin-bottom:36px;
}
.portfolio-image{
	border-top-right-radius:30px;
	overflow:hidden;	
}
.portfolio-desc {
	background-color:#FFF;
	border-top-left-radius:30px;
	border-bottom-right-radius:30px;
	margin-top:-30px;
	padding: 30px 30px 40px 30px;
}
#related-portfolio .owl-item {
	border-bottom-right-radius:30px;
}
/* inhoud  blokken bg */
.losseblokken {
	background-color:#FFF;
}
.bgblauw{
	background-color:#31B3CC;
	color:#FFF;
	padding-top:40px;
	padding-bottom:30px;
}
.bgblauw h1,.bgblauw h2,.bgblauw h3, .bgblauw h4{
	color:#FFF;
}
.bglichtblauw{
	background-color:#D7F1F4;
	padding:40px 0 30px 0;
}
.bglichtblauw h1,.bglichtblauw h2,.bglichtblauw h3, .bglichtblauw h4{
	color:#31B3CC;
}
.bglichtgeel{
	background-color:#FFFFD7;
	color:#394271;
	padding:40px 0 30px 0;
}
.bglichtgeel h1,.bglichtgeel h2,.bglichtgeel h3, .bglichtgeel h4{
	color:#394271;
}
.bloklinks, .blokrechts{
	padding-bottom:30px;	
}
.nieuws-links img{
	opacity:0;	
}
.onderelkaar .nieuws-links img{
	opacity:1;	
}
.nieuws-links, .nieuws-rechts{
	margin-bottom:40px;
}
.bgwitpatroon .bloklinks{
	font-size:24px;
	align-self: end;
	padding-bottom:50px;
}
.bgwitpatroon{
	background: #FFF;
	position: relative;
}
.bgwitpatroon .blokrechts{
	align-self: end;
	padding-bottom:50px;
}
.bgwitpatroon  .row{
	background: url('../images/lblauwbgrechts.png') no-repeat top right;
	background-size:40%;
}
/*footer*/

#footer {
	background:#233f33 ;
	color:#FFF;
	
}
.footertop{
	height:0;
}

#footer a{
	color:#FFF;	
}
.logo-btm{
	width:80%;
}
.device-down-lg .logo-btm{
	width:200px;
}


/*knoppen*/
 a.geleknop {
	display:table;
 	margin-top:16px;
	color:#1C6D6C;
	background-color:#FFC03E;
	padding: 12px 30px;
	border-radius: 50rem;
	text-decoration: none !important;
	cursor:pointer;
	font-weight:500;
}
a.bg-btn, .portfolio-desc span, .portfolio-desc span a, a.geleknop {
	background-color:var(--knop-bgkleur);
	color:var(--knop-kleur)!important;
}
a.bg-btn {
	margin-top:25px;
}
a.bg-btn:hover, a.geleknop:hover{
	background-color:var(--knop-bgkleur);
	color:var(--knop-kleur)!important;
}
.intro-left .bg-btn{
	background-color:var(--knop-bgkleur);
	color:var(--knop-kleur)!important;
	margin-top:25px;
}
.bg-btn-contact-footer{
	background-color:#FFF;
	color:#909E24!important;	
	margin-top:0;
}
.bg-btn-contact-footer:hover{
	background-color:#924C8A;
	color:#fff!important;	
}
