/* VARIABELEN */
:root {
	--standaard-font-size: 2rem;
	--standaard-line-height: 3rem;
	--standaard-margin-bottom: 5rem;



	/*Standaard marge contentblok*/
	--contentblok-margin-y: 12rem;

	/*Bij achtergrondkleur*/
	--contentblok-padding-y: 3rem;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	--bs-gutter-x: 2rem;
}
.row {
	--bs-gutter-x: 2rem;
}



[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease-out !important;
}
[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s !important;
}


/* ALGEMEEN */
/*
.morph-shape {
	position: absolute;
	width: 240px;
	height: 100%;
	top: 0;
	right: 0;
}

.morph-shape svg path {
	stroke: #5f656f;
	stroke-width: 5px;
}
*/



a,
a:hover,
a:focus {
	color: var(--kleur-groen);
	text-decoration: none;
}
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%;
}

html.no_scroll,
html.no_scroll body{
	overflow: hidden;
}

body.modal-open {
	height: 100vh;
	overflow: hidden;
}

html,
body {
	overflow-x: hidden;
}
body {
	font-family: "degular", sans-serif;
    font-size: var(--standaard-font-size);
    line-height: var(--standaard-line-height);
    font-weight: 400;
	color: var(--kleur-beige);
	background-color: var(--kleur-blauw) !important;
	/*height: 100%;*/
}



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%;
}



.mixitup_controls {

}
.mixitup_controls_cats {

}
.mixitup_controls_cats button {
	margin-right: 0.8rem;
	margin-bottom: 0.8rem;
	width: auto;
	background-color: transparent;
}
.mixitup_controls_cats {
	margin-bottom: -0.8rem;
}
.mixitup_controls_cats button {
	color: var(--kleur-beige);
	padding: 0.7rem 1.6rem 0.7rem;
	font-size: 1.2rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.24rem;
	line-height: 1;
	border-radius: 3rem;
	border: 0.1rem solid rgba(235,231,220,0.15);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.mixitup_controls_cats button:hover,
.mixitup_controls_cats button.mixitup-control-active {
	background-color: var(--kleur-beige);
	color: var(--kleur-blauw);
}

.mix,
.gap {
    display: inline-block;
    vertical-align: top;
}


/*WORDPRESS*/

p:not(.h4):not(.p_groter) + p > a.button:nth-of-type(1),
p + p > a.link_met_pijl,
p + .gform_wrapper,
p.h4 + p.h4  {
	margin-top: -1rem;
}

.button + .button {
	margin-top: 2.4rem;
}
.mixitup_controls_cats .button + .button {
	margin: 0 0.8rem 0 0 !important;
}

.alignleft {
	display: block;
	float: left;
	margin-right: 2rem;
}
.alignright {
	display: block;
	float: right;
	margin-left: 2rem;
}
.alignnone {
	display: block;
}
.wp-caption {
    width: 100% !important;
}
.wp-caption p {
	color: var(--kleur-blauw);
	font-size: 1.4rem;
	font-weight: 500;
	font-style: italic;
	letter-spacing: normal;
	text-align: left;
    margin-bottom: 0;
	background-color: var(--kleur-grijs);
	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);
}


.contentblok ul,
.contentblok ol {
	padding: 0 0 0 2rem;
}
.contentblok ul li {

}
.contentblok ol li {
	padding-left: 1rem;
}

.button {
	width: 100%;
}

/*Video*/
.embed-container,
.embed-responsive {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.embed-container iframe,
.embed-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


.wsp-category-title {
	margin-right: 0.8rem;
}




/*MODAL*/
.modal-backdrop.show {
    opacity: 1;
	background-color: rgba(21, 25, 26, 0.95);
}
.modal-dialog {
    max-width: 54rem;
    min-height: 100%;
    margin: 0 auto !important;
}
.modal-content {
	border-radius: 0;
	border: none;
	background-color: var(--kleur-wit);
}
.modal-close {
	position: absolute;
	top: 0;
	right: 0;
    z-index: 20;
    background: red;
    border: none;
    justify-content: center;
    border-radius: 0;
}


/*MENU TOGGLER*/
.menu_toggler {
	position: fixed;
	border: none;
	width: 4.8rem;
	height: 4.8rem;
	border-radius: 2.5rem;
	outline: none;
	z-index: 9999;
	border: 0.1rem solid var(--kleur-grijs);
	background-color: var(--kleur-beige);
	right: 2rem;
	padding: 0;
}


.menu_toggler span.menu_tekst {
	display: none;
}
.menu_toggler span.menu_bars {
	display: block;
	position: relative;
	width: 4.8rem;
	height: 4.8rem;
	margin: -0.1rem 0 0 -0.1rem;

}
.menu_toggler span.menu_bars span {
	position: absolute;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	width: 1.6rem;
	height: 0.2rem;
	border-radius: 0.1rem;
	background-color: var(--kleur-blauw);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.menu_toggler span.menu_bars span:nth-child(1) {
	top: 1.6rem;
}
.menu_toggler span.menu_bars span:nth-child(2) {
	top: 2.2rem;
}
.menu_toggler span.menu_bars span:nth-child(3) {
	top: 2.8rem;
}
.menu_toggler.menu_active span.menu_bars span:nth-child(1) {
	width: 2.4rem;
	top: 50%;
	transform: translate(-50%, -50%) rotate(30deg);
}
.menu_toggler.menu_active span.menu_bars span:nth-child(2) {
	opacity: 0;
}
.menu_toggler.menu_active span.menu_bars span:nth-child(3) {
	width: 2.4rem;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-30deg);
}
.menu_titel {
	color: var(--kleur-blauw);
	font-family: "degular", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 3rem;
}


.socialbar {
	position: absolute;
	width: 0.1rem;
	right: 4.3rem;
	top: 9.8rem;
	z-index: 990;
}
.socialbar a {
	display: block;
	position: relative;
}
.socialbar a::before {
	content: "";
	display: block;
	position: absolute;
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	background-color: var(--kleur-beige);
	transform: scale(1.4) translate(-50%, -50%);*/
	transform: translate(-50%, -50%);
	z-index: -1;
	transform-origin: 0 0;
	opacity: 0;
	-webkit-transition: all 0.2s dissolve;
	transition: all 0.2s ease-in-out;
}

.socialbar a:hover svg path {
	fill: var(--kleur-blauw);
}
.socialbar a:hover::before {
	opacity: 1;
	transform: scale(1) translate(-50%, -50%);
}


.socialbar ul.social_links {
	padding: 0;
	margin: 0;
	list-style: none;
}

.socialbar ul.social_links::before {
	content: "";
	position: relative;
	display: block;
	width: 0.1rem;
	height: 4rem;
	opacity: 0.6rem;
	background-image: linear-gradient(180deg, rgba(235, 231, 220, 0) 0%, var(--kleur-beige) 100%);
}

.socialbar ul.social_links::after {
	content: "";
	position: relative;
	display: block;
	width: 0.1rem;
	height: 4rem;
	opacity: 0.6rem;
	background-image: linear-gradient(to top, rgba(235, 231, 220, 0) 0%, var(--kleur-beige) 100%);
}


.socialbar ul.social_links li {
}
.socialbar ul.social_links li:first-child {
}
.socialbar ul.social_links li a {
	margin: 2.4rem 0;
	mix-blend-mode: difference;
	color: var(--kleur-beige);
	width: 1.9rem;
	text-align: center;
	display: block;
	transform: translateX(-50%);
}
.socialbar ul.social_links li a:hover {
	color: var(--kleur-blauw);
}

.socialbar_whatsapp {
	position: fixed;
    width: 0.1rem;
    right: 4.3rem;
	bottom: 6rem;
    z-index: 990;
}
a.whatsapp_link {
	width: auto;
	height: auto;
	padding: 0;
	z-index: 980;
	display: flex;
	align-items: center;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	float: right;
	background-color: var(--kleur-groen);
	border-radius: 2.5rem;
	overflow: hidden;
	color: var(--kleur-blauw);
	margin-right: -2.4rem;
}
a.whatsapp_link span {
	display: none;
}
a.whatsapp_link i {
	position: relative;
	z-index: 2;
	display: block;
	width: 4.8rem;
	height: 4.8rem;
	background-color: var(--kleur-groen);
	margin: 0 auto;
	border-radius: 50%;
	line-height: 4.8rem;
	text-align: center;
}

/* NAVIGATIE */
.navbar {
	padding: 0;
	width: 100%;
	height: 8.8rem;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	z-index: 999;
}
.navbar ul {
	list-style: none;
	padding: 0;
}
.navbar > .container {
	position: relative;
}
a.logo {
	display: block;
	height: auto;
}
a.logo img {
	height: 6.8rem;
	width: auto;
	max-width: 100%;
}

.menu_content {
	font-size: 2rem;
	line-height: 4rem;
	--standaard-margin-bottom: 6rem;
	margin-top: 5.7rem;
	padding-top: 5.7rem;
	border-top: 0.1rem solid rgba(1, 28, 39, 0.3);
	color: var(--kleur-blauw);


	font-family: "degular", sans-serif;
	font-size: 2rem;
}
.menu_content a {
	text-decoration: none;
	color: var(--kleur-roze);
}
.menu_content {
}

#content {
	/*padding-top: 14rem;*/
}


/* H1 tm H4*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	font-family: "alverata-informal", sans-serif;
}
h1, .h1 {
	font-size: 3rem;
	line-height: 4rem;
    font-weight: 700;
    margin-bottom: 2rem;
	word-break: break-word;
}
h2, .h2 {
	position: relative;
	font-size: 2.8rem;
    line-height: 3.8rem;
    font-weight: 700;
	margin-bottom: 2.8rem;
}
h3, .h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
h4, .h4 {
	font-family: "degular", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
    margin-bottom: 1.8rem;
}
h4.regular, .h4.regular {
	font-weight: 400;
}



.contentblok#contentblok_1 a.button_blob {
	transform: scale(0.8);
}

.poptin-popup .poptin-credit {
	display: none !important;
}






/* BASIS CONTENTBLOKKEN */

.contentblok {
    position: relative;
	margin-top: var(--contentblok-margin-y);
    border-radius: 0;
}
.contentblok#contentblok_1 {
	margin-top: 6rem;
}

.contentblok.heeft_achtergrondkleur {
	padding-top: var(--contentblok-padding-y);
	padding-bottom: var(--contentblok-padding-y);
}
.contentblok.geen_ruimte_boven {
	margin-top: 0 !important;
}
.contentblok.geen_ruimte_onder + .contentblok {
	margin-top: 0 !important;
}
.contentblok.last_contentblok {
	margin-bottom: var(--contentblok-margin-y);
}
.contentblok.last_contentblok.geen_ruimte_onder {
	margin-bottom: 0;
}


/*Content boven bij header of aangegeven top content*/
.contentblok .content_top {
	margin-bottom: calc(var(--contentblok-margin-y) / 2);
}
.contentblok .content_top h1 {

}




/*Info bij single*/
.header_single_onder {
	position: relative;
}

.single-ervaring .header_single_onder {
	margin-top: -1rem;
}


.header_single_onder h4 {
	margin-bottom: 0.9rem;
}
.header_single_onder_functie {
	margin-top: 0.9rem;
	color: var(--kleur-roze);
	font-family: "degular", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 2rem;
}


ul.header_single_info {
	list-style: none;
	padding: 0;
	margin-bottom: 4.9rem;
}
ul.header_single_info li {
	position: relative;
	font-size: 1.5rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 2rem;
	color: var(--kleur-groen);
	margin-right: 1rem;
	margin-top: 0;
}
ul.header_single_info li:last-child {
	margin-left: 0;
}
ul.header_single_info li::before {
	content: "•";
	margin-right: 1rem;
	display: inline-block;
}


/*Button Blob*/
a.button_blob {
	cursor: pointer;
    position: relative;
    display: block;
    color: var(--kleur-beige);
	font-family: "alverata-informal", sans-serif;
}

a.button_blob svg.button_blob_achter {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    left: 50%;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.16));

}
a.button_blob svg.button_blob_voor {
    position: relative;
    z-index: 1;
    left: 50%;
    width: 35rem;
    transform: translateX(-50%);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    filter: drop-shadow(0 0 2rem rgba(1, 28, 39, 0.3));
}
span.button_blob_container {
    display: block;
    position: absolute;
	text-align: center;
    z-index: 2;

    top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
	width: 28.5rem;
	margin-top: -0.4rem;
}
span.button_blob_content {
	font-size: 1.6rem;
  line-height: 2.4rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    display: block;
    text-align: center;
	padding: 0 1rem;
}
span.button_blob_button_tekst {
	margin-top: 0.9rem;
	font-size: 2.6rem;
	line-height: 3.4rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 4rem;
    display: inline-block;
}
span.button_blob_button_tekst::after {
	content: "";
	width: 4rem;
	height: 1rem;
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='11.207' viewBox='0 0 41 11.207'%3E%3Cpath id='Path_1307' data-name='Path 1307' d='M40,10H80L70,0' transform='translate(-39.5 0.707)' fill='none' stroke='%23ebe7dc' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
	background-size: auto 100%;
	background-repeat: no-repeat;
	margin-left: 4.4rem;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}


a.button_blob:hover svg.button_blob_achter {
    width: 33rem;
    height: 30rem;
}
a.button_blob:hover svg.button_blob_voor {
    transform: translateX(-50%) scale(0.94);
}

a.button_blob:hover span.button_blob_button_tekst::after {
	margin-left: 2.8rem;
}



/*Uitklapmenu's*/
nav.menu {
	padding-bottom: 2.5rem;
	margin-bottom: 2.5rem !important;
	border-bottom: 0.1rem solid rgba(235, 231, 220, 0.3);
}
nav.menu ul {
	margin: 0;
	padding: 0;
}


nav.menu ul li {
	list-style: none;
}
nav.menu p {
	position: relative;
	display: flex;
	margin: 0;
}
nav.menu p::after {
	content: "";
	display: inline-block;
	position: relative;
	width: 1.6rem;
	height: 1.6rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'%3E%3Cg id='Group_2747' data-name='Group 2747' transform='translate(-426 -292)'%3E%3Cline id='Line_2' data-name='Line 2' x2='16' transform='translate(426.5 300.5)' fill='none' stroke='%23ebe7dc' stroke-linecap='round' stroke-width='1'/%3E%3Cline id='Line_5' data-name='Line 5' x2='16' transform='translate(434.5 292.5) rotate(90)' fill='none' stroke='%23ebe7dc' stroke-linecap='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: auto;
	align-self: center;
}
nav.menu ul.menu_accordion {
	margin-top: 2.5rem;
	list-style: none;
	padding: 0;
	display: none;
	-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;
}

@keyframes fade {
	from {
    	opacity: 0;
      	transform: translate3d(0, -5%, 0);
  	}
  	to {
      	opacity: 1;
      	transform: translate3d(0, 0, 0);
  	}
}

nav.menu ul.menu_accordion li {
	margin-top: 1.2rem;
}
nav.menu ul.menu_accordion li:first-child {
	margin-top: 0;
}
nav.menu:hover ul.menu_accordion,
nav.menu.menu_active ul.menu_accordion {
	display: block;
	margin-bottom: 1.5rem;
}
nav.menu:hover p::after,
nav.menu.menu_active p::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='1' viewBox='0 0 17 1'%3E%3Cline id='Line_2' data-name='Line 2' x2='16' transform='translate(0.5 0.5)' fill='none' stroke='%23ebe7dc' stroke-linecap='round' stroke-width='1'/%3E%3C/svg%3E%0A");
}






/* EINDE CONTENTBLOKKEN */




/* FOOTER */
#footer {
	font-family: "degular", sans-serif;
	color: var(--kleur-beige);
}
.row_footer {
}

#footer a {
	display: inline-block;
	color: var(--kleur-beige);
}
#footer a:hover {
	color: var(--kleur-beige);
}

#footer ul,
#footer p {
}

#footer ul li a {
	position: relative;
	display: inline-block;
	color: var(--kleur-beige);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#footer ul li a::before {
	content: "•";
	margin-right: 1rem;
	display: inline-block;
	margin-left: -1.4rem;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#footer ul li a:hover {
	color: var(--kleur-roze);
}

#footer ul li a:hover::before {
	margin-left: 0rem;
	opacity: 1;
}

#footer img {
	margin-top: 4rem;
}
/* EINDE FOOTER */


#copyright {
	color: var(--kleur-beige);
	font-family: "degular", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	padding: 2rem 0 6rem 0;
}
#copyright a {
	color: var(--kleur-beige);
}
#copyright a:hover {
	color: var(--kleur-beige);
}
