:root {
	/* Colors */
	--primary: #A0C226;
	--primary-bg: #e3f4ff;
	--primary-dark: #687e19;
	--primary-light: #cef544;

	--secondary: #41185F;
	--secondary-bg: #e4f1f7;
	--secondary-dark: #240f34;
	--secondary-light: #762fa9;

	--tertiary: #E5007D;
	--tertiary-bg: #ecedef;
	--tertiary-dark: #a0085c;
	--tertiary-light: #fa50ae;

	--light-grey: #E9EAEE;

	/* Fonts */
	--font-family-heading: "Abril Fatface", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-sans-serif: "Open Sans",  -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--line-height: 1.75;

	/* Borders */
	--button-border: 2px;
	--dropdown-border: 1px;
	--input-border: 2px;
	--panel-border: 1px;

	/* Radii */
	--button-radius: 0.25rem;
	--dropdown-radius: 0.25rem;
	--input-radius: 0.25rem;
	--panel-radius: 0.5rem;

	/* Padding */
	--button-padding: 1rem;
	--dropdown-padding: 1rem;
	--input-padding: 1rem;
	--panel-padding: 1rem;

	--navigation-height: 6rem;


	--apple-overlay: url("assets/mask-512.png");
}

/* Responsive breakpoints, mobile first. Graag bij gerelateerde component gebruiken, niet één per style sheet. */
@media only screen and (min-width: 576px) {
	/* Small (sm) */
}
@media only screen and (min-width: 768px) {
	/* Medium (md) */
}
@media only screen and (min-width: 992px) {
	/* Large (lg) */
}
@media only screen and (min-width: 1200px) {
	/* Extra large (xl) */
}

/* Scroll smooth naar anchors op de pagina. */
html {
	scroll-behavior: smooth;
}
@media (prefers-reduced-motion) {
	html {
		scroll-behavior: unset;
	}
}

/* Zorg dat er niet buiten de pagina gescrolt kan worden. */
body {
	overscroll-behavior-y: none;
}

hr {
	background-color: currentColor;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-bottom: 2rem;
}

a{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

b,
.b {

}

p,
.p {
	font-weight: 300;
}

p,
.p,
label,
.label,
legend,
.legend {
}

small,
.small {
}

strong,
.strong{
	font-weight: 700;
}

.btn{
	box-shadow: none!important;
	outline: none!important;
}

/* Navigatie balk mee laten scrollen. */
.nav-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background-color: white;
}
@media screen and (min-width: 992px) {
	#adminbar + * .nav-header {
		top: 3.55rem;
	}
}

/* Navigatie toggler met open en sluit animatie. */
.navbar-toggler {
	border: none;
}
.navbar-toggler-icon {
	position: relative;
	background-image: none !important;
}
.navbar-toggler-icon i {
	display: block;
	position: absolute;
	height: 0.1em;
	width: 100%;
	left: 0;

	background-color: black;
	transition-property: left, top, transform, width;
	transition-duration: 250ms;
}
.navbar-toggler-icon i:nth-child(1) {
	top: calc(20% - 0.05em);
}
.navbar-toggler-icon i:nth-child(2) {
	top: calc(50% - 0.05em);
}
.navbar-toggler-icon i:nth-child(3) {
	top: calc(80% - 0.05em);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon i:nth-child(1) {
	top: calc(50% - 0.1em);
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon i:nth-child(2) {
	width: 0;
	left: 50%;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon i:nth-child(3) {
	top: calc(50% - 0.1em);
	transform: rotate(-45deg);
}

.nav-header{
	box-shadow: 0px 0px 10px #e3e3e3;
}

.nav-header .btn-link span{
	color: #000;
}

.nav-header .navbar-brand{
	transform: translate(0px, 30px) rotate(-10deg);
	position: absolute;
	width: 20%;
}

.nav-header .collapse{
	justify-content: end!important;
}

@media only screen and (min-width: 992px){
	.nav-header .navbar-brand{
		flex-basis: 11.75%;
		position: relative;
		width: unset;
	}
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--tertiary);
}

.navbar-light .navbar-nav .nav-link.active {
    color: var(--tertiary);
	font-weight: bold;
}

.dropdown-menu{
	margin: 0;
	padding: 0;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active{
	background-color: var(--primary);
}

#locaties .img-fluid{
	border-radius: 30px;
}

/* [MENU] */
/*
# Hamburger
# Collapse Menu
# Mobile extra
*/

/* Hamburger */
.hamburger {
	position: relative;
	display: inline-block;
	z-index: 52;
	margin-top: 9px;
	color: #000;
}

.ham {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: transform 400ms;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.hamRotate.active {
	transform: rotate(45deg);
}

.hamRotate180.active {
	transform: rotate(180deg);
}

.line {
	fill: none;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	stroke: var(--secondary);
	stroke-width: 5.5;
	stroke-linecap: round;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.ham:hover .line {
	stroke: var(--secondary-light);
}

.ham.active .line {
	stroke: #000;
}

.ham.active:hover .line {
	stroke: var(--secondary-light);
}

.ham1 .top {
	stroke-dasharray: 40 139;
}

.ham1 .bottom {
	stroke-dasharray: 40 180;
}

.ham1.active .top {
	stroke-dashoffset: -98px;
}

.ham1.active .bottom {
	stroke-dashoffset: -138px;
}

/* Collapse Menu */
.navbar-mobile {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: -1;
	color: white;
	top: 0px;
	right: unset;
	left: -100%;
	opacity: 0;
	padding: 1rem 0;
	pointer-events: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.navbar-mobile.navbar--open {
	right: unset;
	left: 0;
	opacity: 1;
	height: 100vh;
	pointer-events: all;
	background-color: white;
}

header.nav-header.scroll .navbar-mobile.navbar--open {
	background-color: var(--primary);
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.navbar-mobile.navbar--open:after {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	content: "";
	z-index: -1;
	width: 100%;
	height: 100%;
	/* background-image: url("assets/bark.svg"); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 1;
	background: #fff;
}

.navbar-mobile .title {
	position: relative;
	display: block;
	z-index: 1;
	font-family: var(--font);
	font-size: 1.5rem;
	line-height: 1.5rem;
	letter-spacing: -1px;
	font-weight: 400;
	color: var(--primary);
	margin: 0;
	text-transform: uppercase;
}

.navbar-mobile ul.navlist-nav {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0;
	padding: 0;
}

.navbar-mobile ul.navlist-nav li {
	font-weight: 400;
	font-size: 1.25rem;
	color: white;
	display: inline;
	width: 100%;
	margin-bottom: 1rem;
}

.navbar-mobile ul.navlist-nav li:last-child {
	margin-bottom: 0;
}

.navbar-mobile ul.navlist-nav li .nav-link,
.navbar-mobile ul.navlist-nav li a {
	position: relative;
	font-weight: 400;
	font-size: 1.25rem;
	color: #000;
	padding: 0.25rem 0;
	display: inline;
	width: 100%;
}

.navbar-mobile ul.navlist-nav li a:hover,
.navbar-mobile ul.navlist-nav li a:focus {
	color: var(--secondary-light);
}


.navbar-mobile ul.navlist-nav li a.active {
	color: var(--tertiary);
	font-weight: 700;
}

.navbar-mobile ul.navlist-nav li a.active:hover,
.navbar-mobile ul.navlist-nav li a.active:focus {
	color: white;
}

.navbar-mobile ul.navlist-nav li a.active:before {
	width: 100%;
	background: var(--secondary-light);
}

.navbar-mobile ul.navlist-nav li a.active:hover:before,
.navbar-mobile ul.navlist-nav li a.active:focus:before {
	width: 0%;
	background: var(--secondary-light);
}

.navbar-mobile ul.navlist-nav li > ul {
	padding-left: 0;
	margin-top: 0.5rem;
}

.navbar-mobile ul.navlist-nav li > ul li {
	position: relative;
	margin-right: 1rem;
}

.navbar-mobile ul.navlist-nav li > ul li:before {
	position: relative;
	color: var(--secondary);
	display: inline-block;
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	font-size: 1rem;
	content: "\f054";
	margin: 0 0.5rem 0 0;
}

.navbar-mobile ul.navlist-nav li > ul li:last-child {
	margin-right: 0;
}

.navbar-mobile ul.contact li i {
	color: var(--secondary-light);
}

.navbar-mobile ul.contact li a {
	color: #000;
	hyphens: auto;
}

.navbar-mobile ul.contact li a:before {
	background: var(--secondary-light);
}

.navbar-mobile ul.contact li a:hover,
.navbar-mobile ul.contact li a:focus {
	color: var(--secondary-light);
}

@media only screen and (min-width: 576px) {
	/* Small (sm) */
	.navbar-mobile {
		top: 0px;
	}
	@media (orientation: landscape) {
		.navbar-mobile {
			top: 0;
		}
	}
}

@media only screen and (min-width: 768px) {
	/* Medium (md) */
	.navbar-mobile {
		top: 0px;
		padding: 6rem 0 3rem 0;
	}
	.navbar-mobile.navbar--open {
		height: 100vh;
	}
	.navbar-mobile .title {
		font-size: 1.75rem;
		line-height: 1.75rem;
	}
}

@media only screen and (min-width: 992px) {
	/* Large (lg) */
	.navbar-mobile {
		top: 0px;
	}
}


/* Heading underline */

h1, .h1{
	position: relative;
	display: inline-block;
	font-size: 2.25rem;
}

h1::before, .h1::before{
    content: "";
    width: 70%;
    height: 10px;
    background-color: var(--tertiary);
    position: absolute;
    top: 36px;
    left: 3%;
    z-index: -1;
	animation: 0.7s ease-in 0s 1 slideInLeftH1;
}

.form-admin h1::before, .form-admin .h1::before{
	content: none;
}

.green-line h1::before, .h1::before{
    content: "";
    width: 70%;
    height: 10px;
    background-color: var(--primary);
    position: absolute;
    top: 36px;
    left: 3%;
    z-index: -1;
}

h2, .h2 {
	position: relative;
	z-index: 10;
	display: inline-block;
}

h2 em{
	font-style: normal;
}

.green-stripe h2::after {
	background-color: var(--secondary);
}

.image-shape img{
	position: relative;
	border-top-right-radius: 999px;
	border-top-left-radius: 999px;
	border-bottom-left-radius: 999px;
	aspect-ratio: 5/6;
	object-fit: cover;
	margin-bottom: 1.5rem;
	animation: dropShadowGreen 0.7s ease-in-out forwards;
	z-index: 12;
	width: 75%
}

@media only screen and (min-width: 992px){
	.image-shape img{
		aspect-ratio: 5/8;
		width: 100%;
	}
}

.green-line .image-shape img{
	position: relative;
	border-top-right-radius: 999px;
	border-top-left-radius: 999px;
	border-bottom-right-radius: 999px;
	border-bottom-left-radius: 0;
	animation: dropShadowPink 0.7s ease-in-out forwards;
	z-index: 12;
}

.text-icon .fa-solid{
	font-size: 1.75rem;
	margin-right: 1.5rem;
}

body[data-editor-mode="content"] .mobileverhaal,
body[data-editor-mode="layout"] .mobileverhaal{
	display: block!important;
}

/* Buttons */
.btn.btn-primary:not(.btn-admin),
.btn.btn-secondary:not(.btn-admin),
.btn.btn-tertiary:not(.btn-admin){
	border-radius: 28px;
	padding-left: 2rem;
	padding-right: 2rem;
}

.btn.btn-primary:not(.btn-admin):active,
.btn.btn-primary:not(.btn-admin):focus,
.btn.btn-primary:not(.btn-admin):hover,
.btn.btn-secondary:not(.btn-admin):active,
.btn.btn-secondary:not(.btn-admin):focus,
.btn.btn-secondary:not(.btn-admin):hover,
.btn.btn-tertiary:not(.btn-admin):active,
.btn.btn-tertiary:not(.btn-admin):focus,
.btn.btn-tertiary:not(.btn-admin):hover,
.btn.btn-link:not(.btn-admin):active,
.btn.btn-link:not(.btn-admin):focus,
.btn.btn-link:not(.btn-admin):hover {
}

/* Background gradients */

.bg-pink {
	background: var(--tertiary);
	background: -moz-linear-gradient(90deg, #E5007D 0%, #960956 100%);
	background: -webkit-linear-gradient(90deg, #E5007D 0%, #960956 100%);
	background: linear-gradient(90deg, #E5007D 0%, #960956 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E5007D", endColorstr="#960956", GradientType=1);
	color: var(--white);
	clip-path: ellipse(200% 100% at 50% 100%);
}

@media only screen and (min-width: 992px){
	.bg-pink{
		clip-path: ellipse(125% 100% at 50% 100%);
	}
}

.bg-green {
	background: var(--primary);
	background: -moz-linear-gradient(90deg, #A0C226 0%, #637C0C 50%, #6B7E25 100%);
	background: -webkit-linear-gradient(90deg, #A0C226 0%, #637C0C 50%, #6B7E25 100%);
	background: linear-gradient(90deg, #A0C226 0%, #637C0C 50%, #6B7E25 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#637C0C", endColorstr="#6B7E25", GradientType=1);
	color: var(--white);
	margin-bottom: -7%;
}

.minus-m-bot{
	margin-bottom: -14%;
}

@media only screen and (min-width: 992px){
	.minus-m-bot{
		margin-bottom: -7%;
	}
}

/* Sections */

section.home-first-sec{

}

section.page{
	position: relative;
	padding: 4rem 0;
}

section.extra-pad{
	padding: 10rem 0 6rem;
}

.pad-top{
	padding-top: 5rem!important;
}

.pad-bot{
	padding-bottom: 8rem!important;
}

section.greybg{
	background-color: var(--light-grey);
}

.grey-element-on-page{
	position: absolute;
	width: 100%;
	transform: scale(1) translateY(-98%);
	left: 0;
	top: 0;
	pointer-events: none;
}

.apple-bottom{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	right: 5%;
	bottom: 0;
}

.apple-bottom[data-in-view]{
	animation: animate-pop 1.5s ease-out forwards;
}

.two-apple-bottom{
	position: relative;
	left: -35%;
	bottom: 5%;
}

.two-apple-bottom[data-in-view]{
	animation: animate-pop 1.5s ease-out forwards;
}

@media only screen and (min-width: 768px){

	.apple-bottom{
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 1;
		right: 5%;
		bottom: 7%;
	}
}

@media only screen and (min-width: 992px){
	section.pad-bot{
		padding-bottom: 12rem!important;
	}
	.apple-bottom{
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 1;
		right: 5%;
		bottom: 16%;
	}

	.two-apple-bottom{
		position: absolute;
		left: 5%;
		bottom: 5%;
	}
}

@media only screen and (min-width: 1200px){
	section.pad-bot{
		padding-bottom: 12rem!important;
	}
}

.apple-image [data-partial="image"] {
	position: relative;
	overflow: hidden;
}
.apple-image [data-partial="image"] img {
	aspect-ratio: 1/1;
	object-fit: cover;
}
.apple-image [data-partial="image"]::after{
	background-image: var(--apple-overlay);
	content: "";
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.homeblocky{
	min-height: 100%;
}

.extra-title{
	color: var(--tertiary);
	font-family: var(--font-family-heading);
	font-size: 25px;
}

.img-stretch img{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 21%;
	height: auto;
	border-top-left-radius: 999px;
}

.text-pad{
	padding-top: 3rem!important;
}

.unclamp-left-clamp-right img{
	border-bottom-right-radius: 150px;
}

@media only screen and (min-width: 992px){
	.unclamp-left-clamp-right .text-pad {
		padding-left: 3rem !important;
	}
}

/* Collapsible */


.collapsible-text-title,
.collapsible-text-content {
   border: none;
}

.collapsible-text-title {
   font-size: 18px;
   font-weight: 700;
   color: black;
   padding: 8px 16px !important;
   font-family: var(--font-family-heading);
}

.collapsible-text-title:focus {
   box-shadow: none;
}

.collapsible-text .btn {
   position: relative;
}

.collapsible-text .btn:before {
   position: absolute;
   top: 10px;
   left: -30px;
   color: var(--primary);
   display: inline-block;
   font-family: "Font Awesome 6 Sharp";
   font-size: 1.25rem;
   content: "\f0a9";
   margin: 0;
   transition: transform 0.15s ease-in-out;
}

.collapsible-text .btn[aria-expanded="true"]:before {
   transform: rotate(90deg);
}

div[data-partial="text-accordion"]{
	margin-left: 1.5rem;
	margin-bottom: 2rem;
}

/* Content preview */

.content-item-preview{
	margin: 0 1rem;
	flex-basis: 20%;
}

.flex-auto-responsive > *{
	min-width: 200px;
}

.flex-auto-responsive::-webkit-scrollbar{
	display: none;
}

.slider-control-prev-icon,
.slider-control-next-icon{
	position: absolute;
}

.slider-control-prev-icon{
	left: 5%;
}

.slider-control-next-icon{
	right: 5%;
}

.slider-control-prev-icon::after {
	content: "\f060";
	margin-right: 3rem;
	color: var(--primary-dark);
	font-size: 1.5rem;
  }
  .slider-control-next-icon::after {
	content: "\f061";
	color: var(--primary-dark);
	font-size: 1.5rem;
  }

@media only screen and (min-width: 1200px){
	.flex-auto-responsive > * {
		min-width: unset;
	}

	.slider-control-prev-icon {
		display: none;
	  }
	  .slider-control-next-icon{
		display: none;
	  }

}

.content-item-preview img{
	border-radius: 999px;
	transition: 0.15s ease-in-out;
	border: 0px solid transparent;
}

.content-item-preview .content .title{
	font-family: var(--font-family-heading);
	color: #000;
	font-size: 20px;
}

.content-item-preview:hover img,
.content-item-preview:focus img,
.content-item-preview:active img{
	border: 5px solid var(--tertiary);
}

.content-item-preview a:hover {
	text-decoration: none;
}

.content-subtemplate-contact address{
	margin: 0;
}

.text-icon{
	hyphens: auto;
}

.content-subtemplate-contact a:not(.btn),
.content-subtemplate-content a:not(.btn){
	color: var(--tertiary);
}

.content-subtemplate-contact .fa-solid{
	color: var(--secondary);
	margin-right: 0.5rem;
}

.content-subtemplate-contact input{
	border-color: var(--secondary);
	border-radius: 28px!important;
	box-shadow: none;
}

.content-subtemplate-contact .form-control.input{
	height: 3rem;
}

.content-subtemplate-contact .btn-success{
	border-radius: 28px;
}

.content-subtemplate-contact .form-control:focus{
	border-color: var(--primary);
	box-shadow: none!important;
}

.content-subtemplate-contact textarea{
	border-color: var(--secondary);
	border-radius: 28px!important;
}
/* Footer */

.nav-footer{
	background-color: var(--light-grey);
	clip-path: ellipse(175% 100% at 50% 100%);
}

@media only screen and (min-width: 992px){
	.nav-footer{
		clip-path: ellipse(100% 100% at 50% 100%);
	}
}

footer .top {
	padding-top: 6rem;
	padding-bottom: 3rem;
}

footer .top a:not(.text-decoration-none) {
	color: inherit;
}

footer .top .nav-link:hover {
	color: black;
}

footer .top .nav-item + .nav-item {
	margin-top: 0.5rem;
}
footer .top .nav-link {
	padding-left: 0;
}
footer .top .navlist-nav {
	margin-bottom: 0;
}

footer .footer-contact .fa-solid{
	color: var(--secondary);
}

footer .footer-contact {
	margin-top: 1.5rem;
}

.nav-footer .navlist-nav{
	columns: 2;
}

footer .footer-contact .btn.btn-link:not(.btn-admin) {
	padding: 0;
	line-height: 1.25;
	text-align: left;
	display: none;
}

footer .contact-addresses,
.contact-address-content{
	display: none;
}

@media only screen and (min-width: 992px){
	footer .contact-addresses{
		margin-top: unset;
	}
}

footer .footer-contact a{
	margin-bottom: 1rem;
}

.nav-footer .top a:active,
.nav-footer .top a:focus,
.nav-footer .top a:hover {
	text-decoration: underline;
	color: var(--tertiary);
}

footer .footer-contact .btn.btn-link:not(.btn-admin):active,
footer .footer-contact .btn.btn-link:not(.btn-admin):focus,
footer .footer-contact .btn.btn-link:not(.btn-admin):hover {
	text-decoration: underline;
	color: inherit;
}

footer .footer-socials a {
	margin-right: 1rem;
	font-size: 1.5em;
	color: var(--tertiary);
}

footer .footer-socials {
	text-align: right;
}

@media only screen and (min-width: 1200px){
	footer .footer-socials {
		text-align: unset;
	}
}

.nav-footer .fa-facebook:hover,
.nav-footer .fa-facebook:focus {
	color: #1877f2;
}

.nav-footer .fa-linkedin:hover,
.nav-footer .fa-linkedin:focus {
	color: #0a66c2;
}

.nav-footer .bottom a{
	color: var(--secondary);
}


h2[data-in-view]::after {
	content: "";
	background-color: var(--primary);
	position: absolute;
	width: 0%;
	height: 10px;
	top: 30px;
	left: 15px;
	z-index: -1;
	animation: slideInLeftH2 0.7s ease-out 0.3s 1 forwards;
}


/* Team */
/* Preview */
.team-members .team-member-preview {
	position: relative;
	overflow: hidden;
	border-radius: 100%;
	color: black;
}

.team-members button.show-modal {
	display: block;
	border: 0;
	padding: 0;
	background: none;
	width: 100%;
}

.team-members .team-member-preview {
	margin-bottom: 2rem;
}

.team-members .team-member-preview:last-child {
	margin-bottom: 0;
}

.team-members .team-member-preview .content,
.team-members .team-member-preview .content::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition-property: opacity;
	transition-timing-function: ease-in-out;
	transition-duration: 500ms;
}

.team-members .team-member-preview img {
	display: block;
	aspect-ratio: 1/1;
}

.team-members .team-member-preview .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.team-members .team-member-preview .content>* {
	z-index: 1;
}

.team-members .team-member-preview .content::before {
	content: '';
	background-color: var(--primary);
}

.team-members .team-member-preview:active .content,
.team-members .team-member-preview:focus .content,
.team-members .team-member-preview:focus-within .content,
.team-members .team-member-preview:hover .content {
	opacity: 1;
}

.team-members .team-member-preview:active .content::before,
.team-members .team-member-preview:focus .content::before,
.team-members .team-member-preview:focus-within .content::before,
.team-members .team-member-preview:hover .content::before {
	opacity: 0.5;
}

.team-members .team-member-preview .content .title {
	font-size: 1.25em;
}

/* Modal */
.team-member-modal {
	margin-top: 16rem;
}

.team-member-modal .image {
	position: absolute;
	right: 0;
	top: -16rem;
	width: 20rem;
	margin-right: 15px;
	border-radius: 100%;
	overflow: hidden;
}

@media screen and (max-width: 991px) {
	.team-member-modal .image {
		width: 18rem;
	}
}

.team-member-modal .close {
	position: absolute;
	top: -15rem;
	right: 0;
	height: 1.5em;
	width: 1.5em;
	z-index: 1000;
	opacity: 1;

	font-size: 2em;
	margin-right: calc(15px + 1rem);
	border-radius: 100%;
	transition: all 0.5s;

	background-color: #fff;
	color: var(--primary);
}

.team-member-modal .content {
	padding: 2rem calc(1rem + 15px) 1rem;
}

.team-member-modal .contact-phone,
.team-member-modal .contact-email,
.team-member-modal .contact-function {
	margin-bottom: 0.25em;
}

.team-member-modal .contact-phone::before,
.team-member-modal .contact-email::before,
.team-member-modal .contact-function::before {
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	padding-right: 0.5rem;
	font: var(--fa-font-solid);
	width: 1.5em;
	color: var(--tertiary);
}

.team-member-modal .contact-phone::before {
	content: "\f095";
}

.team-member-modal .contact-email::before {
	content: "\f0e0";
}

.team-member-modal .contact-function::before {
	content: "\f0b1";
}

/* Beheerbaarheid */
body[data-editor-mode="content"] .team-members .team-member-preview {
	border-radius: 0;
}

body[data-editor-mode="content"] .team-members .team-member-preview .content {
	position: relative;
	opacity: 1;
}

body[data-editor-mode="content"] .team-members .team-member-preview .content::before {
	opacity: 1;
}

body[data-editor-mode="content"] .team-member-modal {
	margin-top: 0;
}

body[data-editor-mode="content"] .team-member-modal .close {
	top: 0;
}

body[data-editor-mode="content"].modal-open .team-member-modal .image {
	display: none;
}

/* Place on the bottom of the screen. */
.navbar-static-bar {
	position: fixed;
	display: block;
	z-index: 1039;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: var(--white);
	color: white;

	box-shadow: 0 -0.5rem 0.5rem rgba(0, 0, 0, 0.15);

	--static-bar-width: 25%;
	--static-bar-spacing: 0.2rem;
}

/* Make it a horizontally scrollable list. */
.navbar-static-bar .navlist-nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow-x: auto;
}

/* Hide scrollbar. */
.navbar-static-bar .navlist-nav::-webkit-scrollbar {
	display: none;
}

.navbar-static-bar .nav-item {
	position: relative;
	display: inline-block;
	width: calc(var(--static-bar-width) - calc(3 * var(--static-bar-spacing)));
	margin-left: var(--static-bar-spacing);
	margin-right: var(--static-bar-spacing);
	vertical-align: middle;
}

/* Place a line in between each item. */
.navbar-static-bar .nav-item:after {
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	top: 20%;
	bottom: 20%;
	left: calc(100% + var(--static-bar-spacing) + 1px);

	background-color: var(--secondary);
}

.navbar-static-bar .nav-item:last-child:after {
	display: none;
}

/* Place icon and text vertical. */
.navbar-static-bar .nav-link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0.75rem;
	color: var(--tertiary);
}

.navbar-static-bar .nav-icon {
	font-size: 1.25rem;
	margin-bottom: 0.5rem;
}

.navbar-static-bar .nav-indentation {
	display: none;
}

.navbar-static-bar .nav-title {
	font-size: 0.75rem;
	line-height: 0.75rem;
	font-weight: 300;
	text-align: center;
	color: #000;
}

/* Highlight when selected. */
.navbar-static-bar .nav-link:active,
.navbar-static-bar .nav-link:hover,
.navbar-static-bar .nav-link:focus{
	text-decoration: none;
	color: #fff;
	background-color: var(--tertiary-dark);
}

/* Move asside for the admin bar. */
@media screen and (max-width: 991px) {
	[data-logged="true"] .navbar-static-bar {
		margin-bottom: 3.125rem;
	}
}

/* Offset height below the footer for the navigation bar. */
.navbar-static-bar-offset {
	height: 4.625rem;
}


.lidvan img{
	object-fit: contain;
}


/* Keyframes */


@keyframes slideInLeftH1 {
	0% {
	  width: 0;
	}
	100% {
	  width: 70%;
	}
  }

@keyframes slideInLeftH2 {
	0% {
	  width: 0%;
	}
	100% {
	  width: 70%;
	}
  }

  @keyframes floatInRight {
	0% {
		transform: translateX(200%);
	}
	100% {
		transform: translateX(0px);
	}
}

@keyframes fadeIn{
	0%{
		opacity: 0;
	}

	100%{
		opacity: 1;
	}
}

@keyframes animate-pop {
	0% {
	  opacity: 0;
	  transform: scale(0.5, 0.5);
	}

	50%{
		opacity: 0.5;
		transform: scale(1.5, 1.5);
	}

	100% {
	  opacity: 1;
	  transform: scale(1, 1);
	}
  }

  @keyframes dropShadowGreen {
	0% {
		box-shadow: 0px 0px var(--primary);
	}

	100% {
		box-shadow: -50px -50px var(--primary);
	}
  }

  @keyframes dropShadowPink {
	0% {
		box-shadow: 0px 0px var(--tertiary);
	}

	100% {
		box-shadow:50px -50px var(--tertiary);
	}
}

.hyphen {
	hyphens: auto;
	-webkit-hyphens: auto;
}

