
:root, [data-bs-theme=light] {
	
	/*basiskleuren*/
	--cnvs-themecolor:#FF6600;
	--cnvs-link-color:#FF6600;
	--cnvs-body-bg: #FFF;
	
	/*header*/
	--cnvs-header-bg:#FF6600;
	--cnvs-header-height: 90px;
	--cnvs-header-padding-y: 15px;/*logo*/
	--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: #fff;
	--hoofdmenu-btn-color-hi:#FF6600;
	--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:#FF6600;
	--mob-hoofdmenu-btn-radius-hi:0;
	--mob-hoofdmenu-hamburger-color:#FFF;
	
	
	/*standaard submenu desktop*/
	--submenu-btn-color-bg:none;
	--submenu-btn-color:#924C8A;	
	--submenu-btn-color-bg-hi:none;
	--submenu-btn-color-hi:#31B3CC;
	--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:none;
	--mob-submenu-btn-color-hi:#FFC03E;
	--mob-submenu-tussen-lijn:1px solid #efefef;
	
	/*submenu rechts */
	--subnavrechts-color-bg:#339FC4;
	--subnavrechts-color: #fff;
	--subnavrechts-radius: 25px;
	--subnavrechts-color-bg-hi: #85CAEB;
	--subnavrechts-color-hi:#fff;
	
	/*font*/
	--cnvs-body-font: 'Arial', serif;
	--cnvs-primary-font: 'Arial', serif;
	--cnvs-secondary-font: var(--cnvs-primary-font);
	--cnvs-line-height-base:1.3;
	--cnvs-font-size-body:20px;
	--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: #98D6ED;
	
	/*inhoud blokken*/
	--cnvs-content-padding: 2rem;
	--cnvs-section-margin: 1rem;
	
	/*koppen*/
	--cnvs-font-size-h1: 2rem;
	--cnvs-font-size-h2: 1.7rem;
	--cnvs-font-size-h3: 1.5rem;
	--cnvs-font-size-h4: 1.3rem;
	--cnvs-font-size-h5: 1.115rem;
	--cnvs-font-size-h6: 0.875rem;
	
	
	--cnvs-heading-color:#0789CF;
	--cnvs-headings-font-weight:800;
	--intro-kop-kleur:#FF6600;
	
	/*knoppen*/
	--knop-kleur:#FFF;
	--knop-bgkleur: #FF6600;
	--knop-kleurhi:#FFF;
	--knop-bgkleurhi: #FF8737;

}
.cnvs-hamburger {
	--cnvs-hamburger-size: 1.3rem;
	--cnvs-hamburger-width: 2px;
}
.portfolio, [class*=portfolio-] {
	--cnvs-portfolio-desc-title-size: 1.7rem;/*portfolio koppen */
}
#header{
	--cnvs-primary-menu-font:'Arial', sans-serif;
	--cnvs-primary-menu-submenu-font: var(--cnvs-primary-menu-font);
	--cnvs-primary-menu-font-weight: 800;
	--cnvs-primary-menu-hover-font-weight: 800;
	--cnvs-primary-menu-submenu-font-weight: 800;
	--cnvs-primary-menu-submenu-hover-font-weight: 800;
	--cnvs-primary-menu-font-size: 17px;
	--cnvs-primary-menu-submenu-font-size: 15px;
	--cnvs-primary-menu-tt:uppercase;
	--cnvs-primary-menu-ls:1;/*letter spacing, moet met px als je wilt gebruiken*/
	--cnvs-primary-menu-color:#000;/*menu pijltjes*/
}

body{
	background:var(--cnvs-body-bg);
}
span.kader,div.kader{
	background-color: #e6f5fb;	
	border-radius:20px;
	padding:20px 25px;
	margin:0 40px;
}
@media (max-width: 992px) {
	.primary-menu{
		background-color: #fff;		
	}
}
#formulier{
	padding:0 1.5rem;
}
.component-titel{
	text-align:left !important;	
	color:#FF6600;
	font-size: 1.9rem;
}
.streep-onder-intro{
	display:none;
}
.nieuwsoverzicht {
	margin-top:40px;	
}
.tekst  {
	max-width:970px	;
	padding-top:80px;
}
.bloklinks{
	margin-bottom:80px;	
	padding-top:0;
}
.blokrechts{
	margin-bottom:80px;	
	margin-right:0;
	padding-right:var(--padding-x-algemeen-desktop) !important
}
.bloklinks .blokfoto{
	border-top-right-radius:80px;	
	padding-top:40px;
}
.blokrechts .blokfoto{
	border-top-left-radius:80px;	
	padding-top:40px;
}
.losseblokken .blokrechts p{
	margin-top:60px;	
	background-color: #e6f5fb;	
	padding:30px;
	border-radius:30px;
}
.bglichtblauw  .blokrechts{
	padding-right:var(--padding-x-algemeen-desktop) !important
}
.bglichtblauw  .blokrechts p{
	background-color:#FFF;
	padding:30px;
	border-radius:30px;
}
    
#bgmain .container{
	
	height:100%;
	z-index:0;
}

/* header */

@media (max-width: 1300px) {
	.menu-link , .sub-menu-container .menu-item > .menu-link {
		font-size:14px;	
	}
}
.subnav{
	background-color:#FFF;
	border-bottom-left-radius:0;
	padding-bottom:60px;
}
/* koppen */
b, strong{
	font-weight:600;	
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin: 0 0 16px 0;
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-style: normal;
}
.fw-medium {
	font-weight: 800 !important;
}
.intro h1, .intro h2, .intro h3, .intro h4, .intro a{
	color:var(--intro-kop-kleur) !important;
}
.intro a, .intro a:not(.btn-link):not(.text-decoration-underline):not(.more-link):not(.oranjeknop):not(.geleknop):not(.blauweknop):not(.zwarteknop) {
	text-decoration:underline !important;
	color:#505050 !important;
}
.intro h1, .intro h2, .intro h3, .intro h4, .intro h5,.intro h6 {
	margin-bottom:5px;
	margin-top:5px;
}
.nieuws-rechts h3, .nieuws-rechts h3 a{
	color:#000;	
}
h2 , .h2{
	margin-top:40px;
}
/*inhoud*/

.intro{
	/*
	background-color:#c9e9f5;
	color:#505050!important;
	*/
}
.bglichtblauw {
	background-color:#E2F3FA;
	padding-top: 40px;
	padding-bottom: 30px;
}
/* voor witte strook onder */
.bgfsheader, .bgfsheaderZonderFoto {
	background: #FFEEE3;
	color: #000 !important;
}
.bgfsheader {
	/*box-shadow: inset 0 -0 0 #FFF;*/
}
.intro-left-met-text{
	padding-bottom:30px!important;
}
@media only screen and (min-width:992px) {	
	.subnavrechts a {
		border-radius:0;
		border-top-left-radius: var(--subnavrechts-radius);
		border-bottom-left-radius: var(--subnavrechts-radius);
	}
}
@media only screen and (max-width:992px) {	
	.intro-left, .border-btm-intro .intro-left {
		margin-top:0!important;
	}
	.blokrechts, .bloklinks {
		margin-bottom: 20px;
		padding-top: 0;
	}
	.fotolinks .bloklinks{
		order:2;	
	}
	.fotolinks .blokrechts{
		order:1;	
	}
	#header-wrap #logo img {
		max-height: 40px;
	}
}
.intro-right-big{
	border-bottom-left-radius:40%;
}
.intro-right-big{
	mask-image: url("../images/hand-masker.png");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	
	/* WebKit support */
	-webkit-mask-image: url("../images/hand-masker.png");
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	transform: scale(0.9); /* Increase for thicker outline */
}
.nieuws-links img{
	border:8px solid #efefef;
	border-radius:25px;
}
@media only screen and (min-width:992px) {	
	.nieuws-links{
		width:30% !important;
	}
	.nieuws-rechts{
		width:70%!important;
	}
	.intro-left-met-text{
		width:70% !important;
	}
	.intro-right-big{
		width:30%!important;
	}
}
"../images/hand-masker.png"
.intro-right-small{
	border-bottom-left-radius:120px;
	overflow:hidden;
	/*margin-bottom: -80px;*/
}
.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: "Bungee", 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;
	}
	
}
.device-down-lg .intro-right{
	
}


.intro h1{
	/*
	background: -webkit-linear-gradient(45deg,#3CC0D0, #78BD44);
	background: linear-gradient(45deg,45deg,#3CC0D0, #78BD44);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	*/
}
.intro h1 .editabletitel{
	-webkit-text-fill-color: #158056;
}

.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;
}
.nieuwsoverzicht h1 a,.nieuwsoverzicht h2 a{
	color:#FFF!important;	
}
.portfolio-desc {
	background-color:#FFF;
	border-top-left-radius:30px;
	border-bottom-right-radius:30px;
	margin-top:-30px;
	padding: 50px 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;
}
.bgwit{
	background-color:#FFF;
	padding-top:40px;
	padding-bottom: 30px;
}
.bglichtblauw{
	padding-top:40px;
	padding-bottom: 30px;
}
.bglichtblauw h1,.bglichtblauw h2,.bglichtblauw h3, .bglichtblauw h4{
	color:#0F6CA4;
}
.bglichtgeel{
	background-color:#FFFFD7;
	color:#394271;
	padding:40px 0 30px 0;
}
.bglichtgeel h1,.bglichtgeel h2,.bglichtgeel h3, .bglichtgeel h4{
	color:#394271;
}


.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:#7B7B7B ;
	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,a.oranjeknop,a.geleknop, a.blauweknop,a.zwarteknop, a.bg-btn {
	margin-top:10px;
	margin-bottom:20px;
	padding: 4px 30px;
	border-radius: 50rem;
	text-decoration: none !important;
	cursor:pointer;
	font-weight:500;
	display: inline-block;
	margin-right:20px;
	transition: all 0.2s ease-in-out;
}
 a.oranjeknop {
	background-color:#ff6600!important;
	color:#FFF!important;
}
a.oranjeknop:hover {
	background-color:#FF8635!important;
	color:#FFF!important;
}
a.geleknop{
	background-color:#C1C628!important;
	color:#FFF!important;
}
a.geleknop:hover{
	background-color:#D2D739!important;
	color:#FFF!important;
}
 a.blauweknop{
	background-color:#1181aa!important;
	color:#FFF!important;
}
 a.blauweknop:hover{
	background-color:#16A3D8!important;
	color:#FFF!important;
}
.a.zwarteknop{
	background-color:#000!important;
	color:#FFF!important;
}
.a.zwarteknop:hover{
	background-color:#474747!important;
	color:#FFF!important;
}
a.bg-btn, .portfolio-desc span, .portfolio-desc span a {
	background-color:var(--knop-bgkleur);
	color:var(--knop-kleur)!important;
}
a.bg-btn {
	margin-top:10px;
}
a.bg-btn:hover, a.oranjeknop:hover{
	background-color:var(--knop-bgkleurhi);
	color:var(--knop-kleurhi)!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;	
}
