/* VARIABELEN */
:root {
	--contentblok-margin-bottom: 100px;
	
}

.container,
.row {
	--bs-gutter-x: 30px;
}

/* ALGEMEEN */


p + p > a.button {
	margin-top: 20px;
}


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 !important;
}
form, iframe, .wp-caption {
	margin-bottom: var(--standaard-margin-bottom);
}

p,
ul,
ol,
table {
	font-style: normal;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: var(--standaard-margin-bottom);
}
img {
	max-width: 100%;
}


.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);
}

/* EINDE ALGEMEEN */




/* BASIS */
html {
	height: 100%;
	font-size: 62.5%;
	background-color: var(--kleur-grijs);
}

html.no_scroll,
html.no_scroll body{
	overflow-y: hidden;
}

html,
body {
	overflow-x: hidden;
}
body {
    font-size: var(--standaard-font-size);
    line-height: var(--standaard-line-height);
	color: var(--kleur-zwart);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 0;

   	background-color: var(--kleur-lichtblauw);
	text-align: center;
	font-family: stolzl, sans-serif;
	font-weight: 200;
	font-style: normal;
	padding-top: 70px;
}

body:not(.home) {
	background-color: var(--kleur-wit);
}


/* H1 tm H4*/
h1, .h1, h2, .h2, h3, .h3 {
	color: var(--kleur-paars);
}

h1, .h1 {
	font-size: 3.5rem;
	line-height: 3.5rem;
    margin-bottom: 20px;
    font-weight: 400;
	font-family: "pinecone-mvb-rough1-condense";
}
h2, .h2 {
	position: relative;
	font-size: 3.5rem;
    line-height: 3.5rem;
    font-weight: 400;
	font-family: "pinecone-mvb-rough1-condense";
    margin-bottom: 15px;
}
h3, .h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 400;
    margin-bottom: 10px;
}
h4, .h4 {
    font-size: 2.3rem;
    line-height: 2.7rem;
    font-weight: 700;
	margin-bottom: 10px;
	color: var(--kleur-zwart);
}



/* NAVIGATIE */
.navbar {
	padding: 0;
	height: 70px;
	width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.navbar.scroll {
	background-color: var(--kleur-paars);
}
.navbar.scroll .navbar-toggler {
	color: var(--kleur-wit);
}
.navbar.hidden {
	transform: translateY(-100%);
}
.navbar > .container-xl {
	position: relative;
	padding-left: 0;
	padding-right: calc(var(--bs-gutter-x) * .5);
}


.navbar > .container, 
.navbar > .container-fluid, 
.navbar > .container-lg, 
.navbar > .container-md, 
.navbar > .container-sm, 
.navbar > .container-xl, 
.navbar > .container-xxl {
	display: block !important;
}

.offcanvas-body {
    display: flex;
    flex-direction: column;
}
.navbar ul.hoofdmenu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.navbar-toggler {
	border: none;
	background: none;
	color: var(--kleur-paars);
	font-size: 3rem;
	padding: 0;
	outline: none;
	box-shadow: none !important;
	padding: 10px;
}
.btn-close {
	background: none;
	color: var(--kleur-wit);
	font-size: 3rem;
	padding: 0;
	outline: none;
	box-shadow: none !important;
	opacity: 1;
	padding: 10px !important;
}

a.logo {
	display: block;
	padding: 5px 12px;
	margin-right: 20px;
	height: 70px;
	background-color: var(--kleur-wit);
}
a.logo img {
	width: auto;
	height: 100%;
}

.modal-backdrop {
	z-index: 0;
}
.offcanvas, 
.offcanvas-lg, 
.offcanvas-md, 
.offcanvas-sm, 
.offcanvas-xl, 
.offcanvas-xxl {
	--bs-offcanvas-width: 350px;
}
#offcanvasNavbar {
	background-color: var(--kleur-paars);
}
.offcanvas-header {
	justify-content: flex-end;
}

.hoofdmenu li {
	margin-top: 15px;
}
.hoofdmenu#menu-hoofdmenu-links li:first-child {
	margin-top: 0;
}
.hoofdmenu li > a {
	position: relative;
	color: var(--kleur-wit);
	font-size: 2rem;
	text-decoration: none;
}
.hoofdmenu li:not(.button_menu) > a:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	height: 2px;
	background-color: var(--kleur-wit);
	bottom: -9px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.hoofdmenu li > a:hover:after,
.hoofdmenu li.current-menu-item > a:after {
	bottom: -6px;
	opacity: 1;
}



.hoofdmenu li.button_menu {
	margin-top: 30px;
}

.hoofdmenu li.button_menu > a {
	background-color: var(--kleur-groen);
	border-radius: 28px;
	text-decoration: none;
	display: inline-block;
	color: var(--kleur-paars) !important;
	font-family: stolzl, sans-serif;
	font-weight: 400;
	padding: 14px 25px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.hoofdmenu li.button_menu > a:hover {
	background-color: var(--kleur-blauw);
	color: var(--kleur-wit) !important;
}

.offcanvas-body .button {
	margin-top: 3rem;
	background-color: var(--kleur-groen);
	border-radius: 28px;
	text-decoration: none;
	display: inline-block;
	color: var(--kleur-paars) !important;
	font-family: stolzl, sans-serif;
	font-weight: 400;
	padding: 14px 25px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.offcanvas-body .button:hover {
	background-color: var(--kleur-blauw);
	color: var(--kleur-wit) !important;
}
.social_links {
    margin-top: 2rem;
}
.social_links a {
    font-size: 2rem;
    padding: 0 0.5rem;
}


.content {
}
.contentblok {
	margin-bottom: var(--contentblok-margin-bottom);
}
.sectie_heading {
	margin-bottom: 40px;
}

/* Modal */
.modal {
	--bs-modal-width: 600px;
	--bs-modal-padding: 30px;
	--bs-modal-border-width: 0;
	--bs-modal-border-radius: 0;
}
.modal-header {
	border: none;
    background-color: transparent;
    padding: 0 0 10px;
}
.modal-header .btn-close {
	color: var(--kleur-wit);
	font-size: 2rem;
}
.modal-backdrop {
	z-index: 1040;
}
.modal-body {
    padding: 0;
}
.modal-content {
	background-color: transparent;
}


/* Swiper */
.swiper-pagination {
	position: relative !important;
	bottom: 0 !important;
	margin-top: 10px;
}
.swiper-pagination-bullet-active {
	background-color: var(--kleur-paars) !important;
}
.swiper .swiper-button-next {

}

.swiper_buttons {
	position: relative;
	margin-top: 40px;
}
.swiper .swiper-button-next, 
.swiper .swiper-button-prev {
	position: relative;
	padding: 10px 20px;
	background-color: var(--kleur-oranje);
	color: var(--kleur-wit);
	border-radius: 50px;
	top: initial;
	width: auto;
	height: auto;
	margin: 0 5px;
	left: initial;
	right: initial;
	font-size: 3rem;
	padding: 17px 34px;
}
.swiper .swiper-button-next:hover, 
.swiper .swiper-button-prev:hover {
	background-color: var(--kleur-paars);
	color: var(--kleur-wit);
}
.swiper .swiper-button-next::after, 
.swiper .swiper-button-prev::after {
	display: none;
}

a.slide_link {
	text-decoration: none;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.slide_afbeelding {
	overflow: hidden;
	border-radius: 50px 50px 0 0;
}
.slide_afbeelding img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.slide_content {
	background-color: var(--kleur-wit);
	padding: 30px 35px 55px;
	flex-grow: 1;
}
.slide_content.no_bg {
	background-color: transparent;
	padding: 30px 0 0 0;
}
.slide_content h3 {
	color: var(--kleur-paars);
}
a.slide_link:hover .slide_afbeelding img {
    transform: scale(1.1);
}

ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer_menu {
	color: var(--kleur-zwart);
}
.footer_menu a {
	color: var(--kleur-zwart);
}

#content .contentblok:last-of-type {
	margin-bottom: 0;
}
/* FOOTER */
#footer {
	padding: 80px 0 0 0;
	color: var(--kleur-zwart);
	background: #fff;
}

#footer .logo_footer {
	margin-top: 30px;
}
#footer .logo_footer img {
	margin-left: 10px;
	height: 80px;
}

#footer a {
	color: var(--kleur-zwart);
}
.row_footer {
	--bs-gutter-y: 30px;
}

#footer .swiper-slide {
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;

}

#footer .swiper-slide img {
	width: auto;
	max-height: 35px;
}
.footer_slider {
	margin-bottom: 50px;
}



.footer_menu {
	padding: 30px 0;
	background-color: var(--kleur-lichtblauw);
}
ul#menu-footermenu {
	display: flex;
	flex-wrap: wrap;
}
ul#menu-footermenu li {
	text-align: left;
	margin-right: 15px;
}
ul#menu-footermenu li:last-child {
	margin-right: 0;
}
ul#menu-footermenu li a {
	color: var(--kleur-zwart);
	text-decoration: none;
}
ul#menu-footermenu li a:hover {
	color: var(--kleur-paars);
}

.footer_menu .geef {
	background: none;
	border: none;
	padding: 0;
	display: block;
	text-align: left;
	margin: 0 auto 0 0;
	font-weight: 300;
	text-decoration: underline;
}
.footer_menu .geef:hover {
	color: var(--kleur-paars);
}


#copy {
	padding: 30px 0;
	color: var(--kleur-wit);
	background-color: var(--kleur-paars);
}
#copy a {
	color: var(--kleur-wit);
}




/* Contactpagina */
.nf-after-form-content {
	display: none;
}
#nf-form-title-1 {
	display: none;
}
.nf-form-fields-required {
	display: none;
}
.nf-field-label {
	/*display: none;*/
}

.nf-error-msg {
	color: red;
	font-size: 1.4rem;
	font-style: italic;
	margin-top: -20px;
}

.ninja-forms-field {
	border: none;
    border-radius: 25px;
	width: 100%;
	background-color: var(--kleur-lichtblauw)!important;
	padding: 10px 22px;
	margin-bottom: 2rem;
}
textarea.ninja-forms-field {
	resize: none;
    height: 20rem;
}
.ninja-forms-field[type="button"] {
	color: #ffffff !important;
    background-color: orange !important;
	width: auto;
}

/*
input#nf-field-1 {
}
input#nf-field-5 {
	border: none;
    border-radius: 25px;
	width: 100%;
	background-color: var(--kleur-lichtblauw)!important;
	padding: 10px 22px;
	margin-bottom: 2rem;
}
input#nf-field-2 {
	border: none;
    border-radius: 25px;
	width: 100%;
	background-color: var(--kleur-lichtblauw)!important;
	padding: 10px 22px;
	margin-bottom: 2rem;
}*/

input#nf-field-4 {
}
    