:root {
	
	/*
	Font
	*/
	--standaardFont: 'Lato', Arial,sans-serif;
	--standaardFontSize:17px;
	--standaardFontWeight:400;
	
	
	/*
	hamburgerknop
	*/
	--hamburgerKleur:#000;
	/*
	menu
	*/
	--hoofdMenuTekstKleur:#000;
	--hoofdMenuTekstKleurMobiel:#000;
	--hoofdMenuActieveTekstKleur:#3DA938;
	--hoofdMenuActieveTekstKleurMobiel:#3DA938;
	--hoofdMenuHoverTekstKleur:#3DA938;
	--hoofdMenuHoverTekstKleurMobiel:#3DA938;
	
	/*
	uitklapmenu
	*/
	--uitklapmenuTopBorderKleur:  #3DA938;
	--uitklapmenuSubMenuTekstKleur: #000;
	--uitklapmenuSubMenuHoverTekstKleur: #3DA938;
	--uitklapmenuSubMenuActieveTekstKleur:#3DA938;
	--uitklapmenuSubMenuTekstKleurMobiel: #000;
	--uitklapmenuSubMenuHoverTekstKleurMobiel: #3DA938;
	--uitklapmenuSubMenuActieveTekstKleurMobiel:#3DA938;
	--uitklapmenuAchtergrondMobiel:  #fff	;
	
	/*
	header
	*/
	--headerAchtergrondKleur: #3BA5DE;
	
	/*
	koppen
	*/
	--titelFont: 'Lato', Arial,sans-serif;
	--titelFontSize:38px;
	--titelWeight:500;
	--kopKleur:#3DA938;
	--kopKleurZijkant:#0a3071;
	--datumTekstKleur:#C43994;
	--NieuwsKopTekstKleur:#0a3071;
	--datumStartTekstKleur:#3262b4;
	
	/*
	hoogtepunten
	*/
	--hoogtepuntBgKleur1:#009EE2;
	--hoogtepuntTextKleur1:#fff;
	--hoogtepuntBgKleur2:#B8D42C;
	--hoogtepuntTextKleur2:#fff;
	--hoogtepuntBgKleur3:#FCC531;
	--hoogtepuntTextKleur3:#fff;
	--hoogtepuntBgKleur4:#F77D49;
	--hoogtepuntTextKleur4:#fff;
	--hoogtepuntBgKleur5:#c842cd;
	--hoogtepuntTextKleur5:#fff;
	
	
	
	/*
	links
	*/
	--linkKleur:#f06e04;
	--linkHoverKleur:#FB8422;
	
	/*kalender*/
	--maandBGKleur:#f06e04;
	--maandTextKleur:#FFF;
	
	/*
	tabellen
	*/
	--rijKleur1:#edf3f9;
	--rijKleur2:#F2F7FB;
	--rijDonkereKleur:#D8E3F1;
	
	/*
	footer
	*/
	--footerAchtergrondKleur:#7dbd33;
	--fullfooterAchtergrondKleur:#7dbd33;/*hele breedte*/
	--footerTekstKleur:#FFF;
	--schoolSiteBannerAchtergrondKleur:#7dbd33;
}
.binnen_banner_tekst{
	color:#fff;
}
#logo img {
	height: auto;
	width:100%;
}
#header-wrap{
	background-color:#FFF!important;	
}
#top-search a{
	color:#000;	
}
.full-header #logo{
	width:10%;	
}
.hometekstlinks {
	width: 59%;
}
.hometekstrechts{
	width: 29%;
	margin-top:0px;
}

@media (min-width: 992px) {

	.header-size-custom .header-wrap-clone {
		height: calc( 78px + 1px );
	}

	#header.header-size-custom + .include-header {
		margin-top: calc( -78px - 2px );
	}

	.sticky-header-shrink #header-wrap #logo img {
		height: auto;
		width:auto;
	}


	.header-size-custom .menu-container > .menu-item > .menu-link {
		padding-top: 22px; /* (80px - 22px)/2 */
		padding-bottom: 22px; /* (80px - 22px)/2 */
		margin-right: 12px;
	}

	.header-size-custom.sticky-header-shrink .menu-container > .menu-item > .menu-link {
		padding-top: 18px; /* (80px - 22px)/2 */
		padding-bottom: 22px; /* (80px - 22px)/2 */
	}

}
@media (max-width: 992px) {
	.hometekstlinks {
		width: 94%;
		padding-left:3%;
		padding-right:3%;
	}
	.hometekstrechts{
		width: 90%;
		padding-left:3%;
		padding-right:3%;
		margin-left:3%;
		margin-right:1%;
	}
	.footer_kolom{
		margin-bottom:28px;	
	}
	.banner_tekst{
		font-size:20px;	
		line-height:1.4;
	}
	.full-header #logo {
		width: 25%;
	}
	h1 {
		font-size: 28px;
		margin-bottom:8px;
	}
	
}
.tabel{
		border:0;
}
.tabel td{
		padding:4px 10px 4px 10px;
		border:1px solid #B4DAE9;
}

.tabel tr:nth-child(even) {background: #E8F3F7}
.tabel tr:nth-child(odd) {background: #f5f9fa}
/*.tabel tr:first-child{background: #c9e5ef}*/

td.tabelbgdonker, tr.tabelbgdonker{
	background: #c9e5ef !important;
}

.groeneknop, .nieuwsbericht a.groeneknop, .vacature a.groeneknop{
	background-color:#a5cc33;	
	color: #FFF!important;	
	border-radius:10px;
	padding:16px 24px;
	margin-right:20px;
	margin-bottom:20px;
	text-decoration:none;
	font-weight:700;
	display: inline-block;
}
.groeneknop:hover{
	color: #FFF!important;	
	text-decoration:none;
	background-color:#B4D352;	
}

.oranjeknop, .nieuwsbericht a.oranjeknop, .vacature a.oranjeknop{
	background-color:#ef6f32;	
	color: #FFF!important;	
	border-radius:10px;
	padding:16px 24px;
	margin-right:20px;
	margin-bottom:20px;
	text-decoration:none;
	font-weight:700;
	display: inline-block;
}
.oranjeknop:hover{
	color: #FFF!important;	
	text-decoration:none;
	background-color:#F07E48;	
}
.blauweknop, .nieuwsbericht a.blauweknop, .vacature a.blauweknop{
	background-color:#349fd9;	
	color: #FFF!important;	
	border-radius:10px;
	padding:16px 24px;
	margin-right:20px;
	margin-bottom:20px;
	text-decoration:none;
	font-weight:700;
	display: inline-block;
}
.blauweknop:hover{
	color: #FFF!important;	
	text-decoration:none;
	background-color:#53AEDF;	
}
.list {
	display: flex;
	padding:0!important;
	gap: 10px;
}
li.list__item{
	margin-left:0;	
}
.hoogtepunten_img {
	width: 100%;
}
div.nieuwskop, b.mededelingenkop, b.agendakop{
	width:auto!important;	
	display:block!important;
}
b.agendakop{
	color:#000;
}
.nieuwsfotoklein, .nieuwsfotokleinst{
	margin-top:4px!important;	
	margin-bottom:4px!important;	
}
.kleurkopje, .datumkop{
	padding-top: 6px!important;
}
.l2 .aside_breed{
	display:none;
}
h2{
	color:#3BA5DE;	
}
.datumvak{
	background-color:#3BA5DE!important;
	color:#FFF!important;
}
.maandheader,.maandactief, .maandactief .dagcnt{
	background-color:#F6793D!important;
	color:#FFF!important;
}
.kalenderbg{
	background-color:#F5F5F5!important;
}