/* VARIABELEN */
:root {
	--standaard-font-size: 1.5rem;
	--standaard-line-height: 2.6rem;
	--standaard-margin-bottom: 22px;

	--kleur-zwart: #000000;
	--kleur-wit: #ffffff;
	--kleur-rood: #c6322f;
	/*--kleur-blauw: #002043;*/
	--kleur-blauw: #001c48;
	--kleur-lichtblauw: #9da6d6;
	--kleur-blauw-transparant: rgba(0, 32, 67, 0.7);
	--kleur-grijs: #454545;
	--kleur-geel: #F2B640;
}

@font-face {
	font-family: 'Bank Gothic Medium';
	src: url("./fonts/2AA9AD_0_0.eot");
	src: url("./fonts/2AA9AD_0_0.eot?#iefix") format("embedded-opentype"), url("./fonts/2AA9AD_0_0.woff") format("woff"), url("./fonts/2AA9AD_0_0.ttf") format("truetype"); 
}

.wp-block-columns {
	gap: 50px;
}

ul {
	padding-left: 30px;
}



.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	--bs-gutter-x: 30px;
}
.row {
	--bs-gutter-x: 30px;
}



/* ALGEMEEN */
a,
a:hover,
a:focus {
	color: var(--kleur-blauw);
}
img {
    max-width: 100%;
    height: auto;
}


button:focus {
	outline: none;
}
.last_no_margin > *:last-child {
	margin-bottom: 0;
}




/* EINDE ALGEMEEN */


/* BASIS */
html {
	height: 100%;
	font-size: 62.5%;
	background-color: var(--kleur-grijs);
}

html.no_scroll,
html.no_scroll body{
	overflow: hidden;
}

body.modal-open {
	height: 100vh;
	overflow: hidden;
}

html,
body {
	overflow-x: hidden;
}
body {
    font-family: 'Verdana', sans-serif;
    font-size: var(--standaard-font-size);
    line-height: var(--standaard-line-height);
    font-weight: 300;
	color: var(--kleur-zwart);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 80px 0 0 0;
}



form, iframe, .wp-caption {
	margin-bottom: var(--standaard-margin-bottom);
}

p,
ul,
ol,
table {
	font-style: normal;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: var(--standaard-margin-bottom);
	
}
img {
	max-width: 100%;
}


/*WORDPRESS*/

p + p > {

}

.alignleft {
	display: block;
}
.alignright {
	display: block;
}
.alignnone {
	display: block;
}
.wp-caption {
    width: 100% !important;
}
.wp-caption p {
	color: var(--kleur-zwart);
	font-size: 1.4rem;
	font-weight: 500;
	font-style: italic;
	letter-spacing: normal;
	text-align: left;
    margin-bottom: 0;
	padding: 0.5rem 2rem;
}
p + .wp-caption {
	padding-top: calc(var(--contentblok-margin-y) - var(--standaard-margin-bottom));
}
.wp-caption * {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.size-thumbnail, .size-medium, .size-large, .size-full {
	margin-bottom: var(--standaard-margin-bottom);
}




/* H1 tm H4*/
h1, .h1, h2, .h2, h3, .h3 {
	color: var(--kleur-blauw);
}

h1, .h1 {
	font-family: 'Bank Gothic Medium';
	font-size: 3.5rem;
	line-height: 3.5rem;
    font-weight: 300;
    margin-bottom: 20px;
	color: var(--kleur-lichtblauw);
}
h2, .h2 {
	position: relative;
	font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 300;
    margin-bottom: 0;
}
h3, .h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}
h4, .h4 {
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 700;
	margin-bottom: 10px;
}


h3.site_title {
	font-family: 'Bank Gothic Medium';
	font-size: 1.6rem;
	line-height: 2.5rem;
	color: var(--kleur-wit);
	font-weight: 400;
	margin: 0;
}

/* Basic blockquote styling */
blockquote p,
.wp-block-quote p {
    font-family: 'Bank Gothic Medium', sans-serif;
    font-size: 3.6rem;
    line-height: 3rem;
    font-weight: 400;
    color: var(--kleur-geel);
}

.quotelarge p {
    font-family: 'Bank Gothic Medium', sans-serif;
    font-size: 4.6rem;
    line-height: 5.6rem;
    font-weight: 400;
    color: var(--kleur-geel);
}







/* NAVIGATIE */
.navbar {
	padding: 0;
	width: 100%;
	height: 60px;
	position: fixed;
	z-index: 999;
	background-color: var(--kleur-blauw);
}
.navbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.navbar > .container {
	position: relative;
}

a.logo {
	background: #fff;
	padding: 5px 12px;
	height: 60px;
	width: auto;
	margin-bottom: 0;
	margin-right: 20px;
}




button.menu_toggler {
	position: relative;
	height: 40px;
	padding: 0 0;
	color: var(--kleur-wit);
	background: none;
	border: none;
	z-index: 999;

}
button.menu_toggler span {
	margin-right: 8px;
	text-transform: uppercase;
	
	font-family: 'Bank Gothic Medium';
	font-size: 1.4rem;
	line-height: 2rem;
}

.menu_toggler_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent;
	display: none;
}
nav.hoofdmenu {
	position: fixed;
	top: 0;
	left: -100%;
	background: #fff;
	z-index: 998;
	width: calc(100vw - 100px);
	max-width: 325px;
	height: 100vh;
	padding: 15px 15px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	-webkit-box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.3); 
	box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.3);
}
nav.hoofdmenu.hoofdmenu_active {
	left: 0;
}
nav.hoofdmenu.hoofdmenu_active + .menu_toggler_bg {
	display: block;
}

ul.hoofdmenu_top {
	padding-bottom: 10px;
	border-bottom: 1px solid var(--kleur-blauw);
	margin-bottom: 10px;
}
ul.hoofdmenu_top li {
	margin-left: 15px;
}
ul.hoofdmenu_top li:first-child {
	margin-left: 0;
}
ul.hoofdmenu_top li a {
	display: block;
	position: relative;
	color: var(--kleur-blauw);
}



ul.hoofdmenu_main li a {
	display: block;
	text-decoration: none;
	position: relative;
	color: var(--kleur-blauw);
	line-height: 30px;
}


ul.hoofdmenu_main li a:before {
	content: "";
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent var(--kleur-blauw);
	width: 0;
	display: inline-block;
	height: 0;
	border-style: solid;
	margin-right: 8px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
ul.hoofdmenu_main li a:hover:before {
	margin-right: 12px;
}


.content {
	padding-top: 30px;
}




/*Fullpage opmaak*/
.fp-section {
	padding: 60px 0 60px 0;
}
.fp-table {
	justify-content: flex-start;
}


.fp-controlArrow {
	top: initial;
	bottom: 20px;
	margin: 0;
	z-index: 50;
}

.fp-arrow.fp-prev {
	border-width: 10px  15px 10px 0;
	border-color: transparent var(--kleur-blauw) transparent transparent;
}
.fp-arrow.fp-next {
	border-width: 10px 0 10px 15px;
	border-color: transparent transparent transparent var(--kleur-blauw);
}

.fp-slidesNav  {
	height: 60px;
	z-index: 40;
	bottom: 0 !important;
	background-color: var(--kleur-wit);
	display: flex;
	align-items: center;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}
.fp-slidesNav ul {
	display: flex;
	width: 100%;
	justify-content: center;

}
#fp-nav ul li a span, 
.fp-slidesNav ul li a span {
	background-color: var(--kleur-blauw-transparant);
}
#fp-nav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li a.active span, 
.fp-slidesNav ul li:hover a.active span {
	background-color: var(--kleur-blauw);
}


.header_afbeelding {
	position: relative;
	overflow: hidden;
}


.header_afbeelding_overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60%;
	height: 50px;
	border-top-right-radius: 30px;
	background-color: var(--kleur-wit)
}

.header_afbeelding_overlay:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 40px;
	bottom: -7px;
	right: -30px;
	border-top-right-radius: 30px;
	border: 10px solid var(--kleur-wit);
 
    width:40px;
    height:30px;
    position:absolute;
    border-top:0;	
    border-right:0;
    -moz-border-radius:0 0 0 30px;
    -webkit-border-radius:0 0 0 30px;
}

.header_afbeelding_overlay:after {
    content: "";
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: -7px;
	left: 100%;
	background-color: var(--kleur-wit);
}


/*Voorpagina*/
.slide-1 .header_afbeelding_overlay {
	background-color: var(--kleur-blauw)
}
.slide-1 .header_afbeelding_overlay:before {
	border-color: var(--kleur-blauw);
}
.slide-1 .header_afbeelding_overlay:after {
	background-color: var(--kleur-blauw);
}
.slide-1 .content {
	padding: 10px 20px;
	background-color: var(--kleur-blauw);
}
.slide-1 .fp-overflow,
.slide-1 .container,
.slide-1 .content {
	height: 100%;
	overflow-x: hidden;
}
.slide-1 .header_afbeelding {
	flex-shrink: 0;
}
.slide-1 .content {
	color: var(--kleur-wit);
}
.slide-1 h2 {
	color: var(--kleur-wit);
}

[class*="fas fa-arrow-right"] {
    position: relative;
}

[class*="fas fa-arrow-right"]::after {
    content: '';
    position: absolute;
    width: 24px; /* Adjust size as needed */
    height: 24px; /* Adjust size as needed */
    background-color: white;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    box-shadow: 0 0 2px rgba(0,0,0,0.1); /* Optional: adds subtle shadow */
}

/*Overzichtspagina*/

.row_overzicht {
	padding-top: 30px;;
	--bs-gutter-x: 30px;
	--bs-gutter-y: 30px;
}
a.link_overzicht {
	text-decoration: none;
}
a.link_overzicht img {
	margin-bottom: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.link_overzicht:hover img {
	opacity: 0.7;
}

a.link_overzicht h3 {
	font-size: 2rem;
	line-height: 2.6rem;
	color: var(--kleur-lichtblauw);
	font-family: 'Bank Gothic Medium';
	font-weight: 300;
}


@media (min-width: 768px) {
	
	nav.hoofdmenu ul {
	}

	#fullpage {
		margin: 0 auto;
		max-width: 720px;
	}
	
	.fp-section {
		padding-bottom: 90px;
	}

	.fp-slidesNav {
		border-radius: 30px;
		padding: 0 40px;
		bottom: 20px !important;
	}
	

	.fp-controlArrow {
		bottom: 40px;
	}
	
	.fp-prev {
		left: 20px;
	}
	.fp-next {
		right: 20px;
	}
}


@media (min-width: 992px) {
	#fullpage {
		max-width: 960px;
	}

	nav.hoofdmenu {
		height: auto;
		top: 45px;
		position: absolute;
		right: 0;
		left: initial;
		display: none;
		max-width: 400px;
		-webkit-animation-duration: 0.4s;
		animation-duration: 0.4s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fade;
		animation-name: fade;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
    
	

	ul.hoofdmenu_main li {
		line-height: 30px;
		font-size: 13px;
	}
	
	nav.hoofdmenu.hoofdmenu_active {
		left: initial;
		right: 0;
		display: block;
	}
	
	.menu_toggler_bg {
		display: none !important;
	}


	@keyframes fade {
		from {
		opacity: 0;
		transform: translate3d(0, -5%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@media (min-width: 1200px) {
	#fullpage {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	#fullpage {
		max-width: 1320px;
	}
}




/* FOOTER */
#footer {
	margin-top: auto;
	color: var(--kleur-zwart);
}

#footer a {
	color: var(--kleur-zwart);
}
#footer a:hover {
	color: var(--kleur-zwart);
}

#footer ul,
#footer p {
}

#footer ul li a{
	color: var(--kleur-zwart);
}
#footer ul li a:hover {
	color: var(--kleur-zwart);
}
/* EINDE FOOTER */

