/* ========================================================
    WEBSITE
    GROFALEX © FORWARD STUDIO
======================================================== */



/* ============================
	BODY - BASE
============================ */

body,
html {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow-x: hidden;
}

.tooltip {
	font-family: 'Eina 01', Arial, sans-serif;
}



/* ============================
	HERO
============================ */

.section--hero {
	height: 100vh;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.section--hero--container {
	height: 100%;
	padding-left: 0;
	padding-right: 0;
}

.section--hero--ctabox {
	bottom: 20%;
	display: flex;
	position: absolute;
	text-align: center;
	z-index: 9999;
}

.section--hero--ctabox button.cta--button {
	align-items: center;
	background-color: #FB6320;
	border: 1.5px solid #FB6320;
	border-radius: .5rem;
	color: #FFF;
	display: inline-flex;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	height: auto;
	justify-content: center;
	letter-spacing: -.0125rem;
	line-height: 1;
	padding: .9rem 1.5rem 1rem 1.5rem;
	position: relative;
	text-decoration: none !important;
	transition: all .2s ease-in-out;
	vertical-align: middle;
}

.section--hero--ctabox button.cta--button i {
	transition: transform .2s ease-in-out;
}

.section--hero--ctabox button.cta--button:hover {
	background-color: #14D1DC;
	border: 1.5px solid #14D1DC;
	color: #FFF;
}

.section--hero--ctabox button.cta--button:hover i {
	transform: scale(1.05);
}

.section--hero--ctabox button.cta--button2 {
	align-items: center;
	background-color: #93C01F;
	border: 1.5px solid #93C01F;
	border-radius: .5rem;
	color: #FFF;
	display: inline-flex;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	height: auto;
	justify-content: center;
	letter-spacing: -.0125rem;
	line-height: 1;
	padding: .9rem 1.5rem 1rem 1.5rem;
	position: relative;
	text-decoration: none !important;
	transition: all .2s ease-in-out;
	vertical-align: middle;
}

.section--hero--ctabox button.cta--button2 i {
	transition: transform .2s ease-in-out;
}

.section--hero--ctabox button.cta--button2:hover {
	background-color: #14D1DC;
	border: 1.5px solid #14D1DC;
	color: #FFF;
}

.section--hero--ctabox button.cta--button2:hover i {
	transform: scale(1.05);
}


.section--hero--col {
	height: 100vh;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.section--hero--image-wrapper {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.section--hero--image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Overlay styling */
.section--hero--overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background-color: rgba(0, 0, 0, 0.35);
	transition: background-color 0.2s linear;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}

.section--hero--overlay h2,
.section--hero--overlay h3 {
	position: relative;
	z-index: 4;
	color: #FFF;
	font-family: 'DTLProkyonT', Arial, sans-serif;
}

.section--hero--textblock {
	will-change: transform;
	transition: transform 0.2s linear;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.section--hero--overlay h2 {
	font-size: 5rem;
	font-weight: bold;
	letter-spacing: 0.0125rem;
	line-height: 1.05;
	margin-bottom: 0.75rem;
}

.section--hero--overlay h3 {
	font-size: 2.75rem;
	font-weight: bold;
	letter-spacing: 0.0125rem;
	line-height: 1.2;
}

/* Curve onderaan */
.section--hero--curve {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 102%;
	height: auto;
	display: flex;
	justify-content: center;
	z-index: 5;
	pointer-events: none;
	overflow: hidden;
}

.section--hero--curve--img {
	width: 100%;
	max-width: 100%;
	height: auto;
}



/* ============================
	NAVIGATION
============================ */

.header--nav--bar {
	position: fixed;
	top: 2rem;
	left: 4rem;
	right: 4rem;
	z-index: 20;
	pointer-events: none;
}

.header--nav--inner {
	background-color: rgba(255, 255, 255, 0.95);
	border-radius: 50px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
	padding: 1.25rem 2.5rem;
	width: 100%;
	pointer-events: all;
}

.header--logo--left img.company--logo {
	display: block;
	height: 35px;
	width: auto;
	margin: 0;
	padding: 0;
}

.header--logo--left,
.header--nav--menu {
	display: flex;
	align-items: center;
}

.header--nav--menu {
	list-style: none;
	margin: 0;
}

.header--nav--link {
	background: none;
	border: none;
	color: #111;
	cursor: pointer;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 0.5rem 0.75rem;
	text-decoration: none;
	transition: color 0.3s ease;
	white-space: nowrap;
}

.header--nav--link.icon--link {
	padding: 0.5rem 0.25rem;
}

.header--nav--link:hover {
	color: #93C01F;
	text-decoration: none;
}

.header--nav--link.active {
	color: #14D1DC;
	text-decoration: none;
}

/* ============================
	RESPONSIVE MENU BEHAVIOUR
============================ */

@media (max-width: 1199.98px) {
	.header--nav--menu--wrap>li:not(.d-xl-none) {
		display: none !important;
	}
}

/* ============================
	NAV TOGGLER BUTTON
============================ */

.navbar--toggler {
	border: none;
	padding: 0;
	background: none;
}

.nav--button {
	background-color: transparent;
	border: none;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	height: 3rem;
	justify-content: center;
	padding: 0;
	transition: background-color 0.2s ease-in-out;
	width: 2rem;
}

.nav--button--stroke {
	background-color: #000;
	border-radius: 50px;
	height: 3px;
	margin: 0.3rem 0;
	width: 100%;
}

.nav--button--stroke--middle {
	background-color: #000;
	border-radius: 50px;
	height: 3px;
	margin: 0.25rem 0;
	transition: width 0.2s ease-in-out;
	width: 80%;
}

.nav--button:hover .nav--button--stroke--middle {
	width: 100%;
}


/* ============================
	OFFCANVAS STYLING
============================ */

.offcanvas {
	background-color: #FFF;
}

.offcanvas-header {
	padding: 2rem 2rem 1rem 2rem;
	align-items: end;
	justify-content: space-between;
}

.offcanvas-title {
	color: #999;
	font-family: 'PP Monument Extended', Arial, sans-serif;
	font-size: calc(var(--font-size-text) * 1.25);
	font-weight: bold;
	margin: 0;
}

button.btn__close {
	align-items: center;
	background-color: transparent;
	border: none;
	color: #CCC;
	display: flex;
	font-size: 2rem;
	height: 42px;
	justify-content: center;
	opacity: .5;
	padding: 0;
	transition: opacity 0.2s ease-in-out;
}

button.btn__close:hover {
	opacity: 1;
}

.offcanvas-body {
	padding: 0 1rem;
	display: flex;
	flex-direction: column;
}


/* ============================
	OFFCANVAS HEADER MET LOGO
============================ */

.offcanvas-header {
	padding: 2rem 2rem 1rem 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.company--logo--offcanvas {
	display: block;
	height: 25px;
	margin-bottom: .25rem;
	width: auto;
}


/* ============================
	OFFCANVAS STRUCTUUR
============================ */

.offcanvas {
	background-color: #FFF;
}

.offcanvas-header {
	padding: 2rem 2rem 2rem 2rem;
	align-items: end;
	justify-content: space-between;
}

.offcanvas-title {
	color: #999;
	font-family: 'PP Monument Extended', Arial, sans-serif;
	font-size: calc(var(--font-size-text) * 1.25);
	font-weight: bold;
	margin: 0;
}

button.btn__close {
	align-items: center;
	background-color: transparent;
	border: none;
	color: #CCC;
	display: flex;
	font-size: 2rem;
	height: auto;
	justify-content: center;
	opacity: .5;
	padding: 0;
	transition: opacity 0.2s ease-in-out;
}

button.btn__close:hover {
	opacity: 1;
}

.offcanvas-body {
	padding: 0 1rem;
	display: flex;
	flex-direction: column;
}

/* ============================
	NAV STRUCTUUR
============================ */

.navbar-nav {
	padding-left: 0;
	margin-bottom: 2rem;
}

.navbar-nav .nav--item {
	list-style: none;
	margin-bottom: 0.25rem;
}

/* ============================
	NAV KOPPEN
============================ */

.navbar-nav .nav--link {
	color: #000;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: -0.05rem;
	line-height: 1;
	padding-left: 1rem;
	margin-bottom: 0.5rem;
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s ease;
}

/* ============================
	NAV SUBITEMS / BUTTONS
============================ */

.navbar-nav .nav--link--page {
	color: #010101;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.45;
	padding-left: 1rem;
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s ease;
}

/* ============================
	HOVERS & ACTIVE
============================ */

.navbar-nav .nav--link:hover,
.navbar-nav .nav--link--page:hover {
	color: #14D1DC;
	margin-left: 0.25rem;
}

.navbar-nav .nav--link.active,
.navbar-nav .nav--link--page.active {
	color: #14D1DC;
	font-weight: 600;
}




/* SOCIAL ICONS */
.header--nav--icon {
	font-size: 1.5rem;
	display: inline-block;
	padding: 0.5rem 0.75rem;
	transition: all 0.3s ease;
}

.header--nav--icon:hover {
	color: #93C01F;
}

.header--nav--icon.facebook {
	color: #93C01F;
}

.header--nav--icon.instagram {
	color: #A59E96;
}

.header--nav--icon.linkedin {
	color: #FB6320;
}



/* ============================
	INTRO
============================ */

.intro--block {
	padding: 10rem 0 12rem 0;
}

.intro--block.next--page {
	padding: 15rem 0 6rem 0;
}

.intro--block.lander--page {
	padding: 15rem 0 10rem 0;
}

.intro--block.contact--page {
	padding: 15rem 0 5rem 0;
}

.intro--block h1 {
	color: #000;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 3.75rem;
	font-weight: bold;
	letter-spacing: -.05rem;
	line-height: 1;
	margin-bottom: 1rem;
}

.intro--block.nextpage h1 {
	color: #010101;
}

.intro--block.nextpage h2 {
	color: #FFF;
}

.intro--block h2 {
	color: #14D1DC;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 2.75rem;
	font-weight: bold;
	letter-spacing: -.025rem;
	line-height: 1;
	margin-bottom: 1rem;
}

.intro--block p {
	color: #010101;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.65rem;
	font-weight: 400;
	line-height: 1.45;
}

.intro--block--button--box {
	margin-top: 1.75rem;
	padding: 0 .5rem;
}

.intro--block--button--box button {
	align-items: center;
	background-color: #FB6320;
	border: 1.5px solid #FB6320;
	border-radius: .5rem;
	color: #FFF;
	display: inline-flex;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	height: auto;
	justify-content: center;
	letter-spacing: -.0125rem;
	line-height: 1;
	padding: .8rem 1.2rem .9rem 1.2rem;
	position: relative;
	text-decoration: none !important;
	transition: all .2s ease-in-out;
	vertical-align: middle;
}

.intro--block--button--box button i {
	margin-left: .5rem;
	transition: transform .2s ease-in-out;
}

.intro--block--button--box button:hover {
	background-color: #111;
	border: 1.5px solid #111;
	color: #FFF;
}

.intro--block--button--box button:hover i {
	transform: translateX(5px);
}



/* ============================
	MAIN WRAPPER
============================ */

.main--block {
	padding: 15rem 0 6rem 0;
	position: relative;
}

.main--block .container {
	text-align: left;
}

/* lander page */
.sidebar--lander--block {
	align-self: start;
	position: relative;
}

.sidebar--lander--nav {
	position: sticky;
	text-align: left;
	top: 2rem;
	z-index: 10;
}

.sidebar--lander--nav--item {
	display: flex;
	list-style: none;
	margin-bottom: 0.35rem;
}

.sidebar--lander--nav--link {
	background-color: #7FA913;
	border-radius: 50px;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	padding: 0.35rem 1.1rem 0.5rem 1.1rem;
	text-decoration: none;
	transition: all ease 0.3s;
	white-space: nowrap;
}

.sidebar--lander--nav--link:hover {
	background-color: #FFF;
	color: #111;
	text-decoration: none;
}

.sidebar--lander--nav--link.active {
	background-color: #14D1DC;
	color: #FFF;
}

.sidebar--lander--nav--list {
	margin: 0;
	padding: 0;
}

.sidebar--lander--nav--title {
	color: #FFF;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 2.75rem;
	font-weight: bold;
	letter-spacing: -0.025rem;
	line-height: 1.05;
}

.lander--content--block {
	align-self: start;
}



/* sidebar detail page */
.sidebar--block {
	align-self: start;
	position: relative;
}

.sidebar--nav {
	position: sticky;
	top: 2rem;
	z-index: 10;
	text-align: left;
}

.sidebar--nav--title {
	color: #000;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: -.025rem;
	line-height: 1.05;
}

.sidebar--nav--title.lander--page {
	color: #FFF;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: -.025rem;
	line-height: 1.05;
}

.sidebar--nav--list {
	margin: 0;
	padding: 0;
}

.sidebar--nav--item {
	list-style: none;
	margin-bottom: 0.75rem;
}

.sidebar--nav--link {
	background: none;
	border: none;
	color: #111;
	cursor: pointer;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.3s ease;
	white-space: nowrap;
}

.sidebar--nav--link.lander--page {
	background: none;
	border: none;
	color: #FFF;
	cursor: pointer;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.3s ease;
	white-space: nowrap;
}

.sidebar--nav--link:hover {
	color: #93C01F;
	text-decoration: none;
}

.sidebar--nav--link.active {
	color: #14D1DC;
	text-decoration: none;
}


/* content paragraph block */
.content--block .intro--block {
	padding: 0 0.5rem 3rem 0.5rem;
}

.content--block .intro--block h1 {
	color: #000;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 3.5rem;
	font-weight: bold;
	letter-spacing: -0.05rem;
	line-height: 1;
	margin-bottom: 0.5rem;
}

.content--block .intro--block h2 {
	color: #93C01F;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: -0.025rem;
	line-height: 1.25;
	margin-bottom: 0.75rem;
}

.content--block .intro--block p {
	color: #010101;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.45rem;
	font-weight: 400;
	line-height: 1.6;
}

.content--block .intro--block--button--box {
	margin-top: 1.75rem;
	padding: 0;
}

.content--block .paragraph--block {
	padding: 3rem 0;
}

.content--block .paragraph--block h2 {
	color: #000;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 2.35rem;
	font-weight: bold;
	letter-spacing: 0.0125rem;
	line-height: 1.05;
	margin-bottom: 0.75rem;
}

.content--block .paragraph--block p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	color: #111;
	line-height: 1.6;
}



/* ============================
	WHATSAPP
============================ */

.whatsapp--wrapper {
	bottom: 40px;
	position: fixed;
	right: 40px;
	z-index: 1000;
}

.whatsapp--button {
	align-items: center;
	animation: pulse-animation-whatsapp 2.5s infinite;
	background-color: #93C01F;
	border-radius: 50px;
	color: #FFF;
	display: flex;
	height: 70px;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	width: 70px;
	transition: transform 0.3s ease;
}

.whatsapp--button:hover {
	text-decoration: none;
	transform: scale(1.15);
}

.whatsapp--icon {
	color: #FFF;
	font-size: 2rem;
	text-decoration: none;
}

@keyframes pulse-animation-whatsapp {
	0% {
		box-shadow: 0 0 0 0px rgba(127, 214, 0, 0.8);
	}

	50% {
		box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
	}

	100% {}
}



/* ============================
	QUICKSCAN BUTTON
============================ */

.quickscan--wrapper {
	bottom: 40px;
	position: fixed;
	right: 40px;
	z-index: 1000;
}

.quickscan--button {
	align-items: center;
	animation: pulse-animation-quickscan 2.5s infinite;
	background-color: #FB6320;
	border-radius: 1rem;
	color: #FFF;
	display: flex;
	height: 70px;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	width: 70px;
	transition: transform 0.3s ease;
}

.quickscan--button:hover {
	text-decoration: none;
	transform: scale(1.15);
}

.quickscan--icon {
	color: #FFF;
	font-size: 2rem;
	text-decoration: none;
}

@keyframes pulse-animation-quickscan {
	0% {
		box-shadow: 0 0 0 0px rgba(251, 99, 32, 0.8);
	}

	50% {
		box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
	}

	100% {}
}



/* ============================
	CONTACT BUTTON
============================ */

.contact--wrapper {
	bottom: 40px;
	position: fixed;
	right: 40px;
	z-index: 1000;
}

.contact--button {
	align-items: center;
	animation: pulse-animation-contact 2.5s infinite;
	background-color: #14D1DC;
	border-radius: 1rem;
	color: #FFF;
	display: flex;
	height: 70px;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	width: 70px;
	transition: transform 0.3s ease;
}

.contact--button:hover {
	text-decoration: none;
	transform: scale(1.15);
}

.contact--icon {
	color: #FFF;
	font-size: 2rem;
	text-decoration: none;
}

@keyframes pulse-animation-contact {
	0% {
		box-shadow: 0 0 0 0px rgba(20, 209, 220, 0.8);
	}

	50% {
		box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
	}

	100% {}
}



/* ============================
	PHONE BUTTON
============================ */

.phone--wrapper {
	bottom: 40px;
	position: fixed;
	right: 40px;
	z-index: 1000;
}

.phone--button {
	align-items: center;
	animation: pulse-animation-phone 2.5s infinite;
	background-color: #14D1DC;
	border-radius: 1rem;
	color: #FFF;
	display: flex;
	height: 70px;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	width: 70px;
	transition: transform 0.3s ease;
}

.phone--button:hover {
	text-decoration: none;
	transform: scale(1.15);
}

.phone--icon {
	color: #FFF;
	font-size: 2rem;
	text-decoration: none;
}

@keyframes pulse-animation-phone {
	0% {
		box-shadow: 0 0 0 0px rgba(20, 209, 220, 0.8);
	}

	50% {
		box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
	}

	100% {}
}



/* ============================
	GALLLERY
============================ */

.gallery__block {
	padding: 3rem 0;
}

.gallery__block .gallery--wrapper {
	background: linear-gradient(45deg, #00B4E0, #00D8BB);
	border-radius: 3.25rem;
	padding: 1.5rem;
}

.gallery__block .gallery--wrapper--inner {
	background-color: #FFF;
	border-radius: 2rem;
	display: flex;
	flex-wrap: wrap;
	padding: 2rem;
	width: 100%;
}

.gallery__block .gallery--wrapper--inner .img--box {
	overflow: hidden;
}

.gallery__block .gallery--wrapper--inner .img--box img {
	height: 350px;
	object-fit: cover;
	width: 100%;
}

.gallery__block .gallery--image--wrapper img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease, filter 0.3s ease;
}

.gallery__block .gallery--image--wrapper:hover img {
	transform: scale(1.035);
	filter: saturate(1.5);
}

.lg-outer .lg-thumb-item {
	border: 2px solid #fff !important;
	border-radius: 5px !important;
	transition: .2s ease-in-out all;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #14D1DC !important;
}

.lg-outer .lg-thumb-outer {
	display: flex;
	justify-content: center;
}



/* ============================
	GALLLERY SLIDER
============================ */

.gallery--slider__block {
	background: linear-gradient(to top, #F0F0F0 0%, #F6F6F6 75%);
	padding: 4rem 0;
}

.gallery--slider__block h2 {
	color: #222;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 2.5rem;
	letter-spacing: .025rem;
	line-height: 1.15;
}

.gallery--slider__block .splide__list img.slide--img {
	border-radius: .5rem;
	height: 700px;
	object-fit: cover;
	width: 100%;
}

. gallery--slider__block .my-slider-progress {
	background: #ccc;
}

.gallery--slider__block .my-slider-progress-bar {
	background: greenyellow;
	height: 2px;
	transition: width 400ms ease;
	width: 0;
}




/* ============================
	APPOINTMENT
============================ */
.appointment__block img {
	object-fit: cover;
	height: 400px;
	width: 100%;
}



/* ============================
	PARAGRAPH
============================ */

.paragraph--block.homepage {
	padding: 5rem 0 7rem 0;
}

.paragraph--block {
	padding: 5rem 0;
}

.paragraph--block.high--space {
	padding: 10rem 0;
}

.paragraph--block.high--space--bottom {
	padding: 0rem 0 5rem 0;
}

.paragraph--block.contact--bottom {
	padding: 8rem 0 3rem 0;
}

.paragraph--block h2 {
	color: #000;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 2.35rem;
	font-weight: bold;
	letter-spacing: .0125rem;
	line-height: 1.05;
	margin-bottom: .75rem;
}

.paragraph--block p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 400;
	font-size: 1.35rem;
	color: #111;
	line-height: 1.6;
}

.paragraph--block .paragraph--body blockquote {
	margin-top: 4rem;
	padding: 0 4rem;
}

.paragraph--block .paragraph--body blockquote h3 {
	color: #000;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: .0125rem;
	line-height: 1.25;
}

.paragraph--block i.fa-circle-check {
	color: #93C01F;
	font-size: 1.25rem;
}

.paragraph--block img.paragraph--img {
	border-radius: 1rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	height: auto;
	object-fit: cover;
	width: 100%;
}

.paragraph--block img.paragraph--img.cut--out {
	border-radius: 1rem;
	box-shadow: none;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.paragraph--block .paragraph--body--image img {
	border-radius: 1rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	height: 500px;
	object-fit: cover;
	width: 100%;
}

.paragraph--block .article--hero {
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
	position: relative;
	overflow: hidden;
	border-radius: 0;
}

.paragraph--block .article--hero--img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease, filter 0.3s ease;
	filter: saturate(1.0125);
}

.paragraph--header {
	padding: 0 .5rem;
}

.paragraph--body {
	padding: 0 .5rem;
}

.paragraph--button--box {
	margin-top: 3rem;
	padding: 0 .5rem;
}

.paragraph--button--box button {
	align-items: center;
	background-color: #93C01F;
	border: 1.5px solid #93C01F;
	border-radius: .5rem;
	color: #000;
	display: inline-flex;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	height: auto;
	justify-content: center;
	letter-spacing: -.0125rem;
	line-height: 1;
	padding: .8rem 1rem .9rem 1rem;
	position: relative;
	text-decoration: none !important;
	transition: all .2s ease-in-out;
	vertical-align: middle;
}

.paragraph--button--box button i {
	margin-left: .5rem;
	transition: transform .2s ease-in-out;
}

.paragraph--button--box button:hover {
	background-color: #111;
	border: 1.5px solid #111;
	color: #FFF;
}

.paragraph--button--box button:hover i {
	transform: translateX(5px);
}

.paragraph--heading h3 {
	color: #222;
	font-family: PP Formula Compressed;
	font-size: 3rem;
	letter-spacing: .025rem;
	line-height: 1.15;
	margin-bottom: .5rem;
}

.paragraph--heading .rotating-icon {
	display: inline-block;
	animation: spin 10s linear infinite;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.article--body {
	padding-left: .75rem;
	padding-right: .75rem;
}

.article--body p {
	font-size: 1.25rem;
	line-height: 1.85rem;
}



/* ============================
	SERVICES
============================ */

.services--block {
	background-color: #93C01F;
	position: relative;
	padding: 6rem 0;
	z-index: 1;
}

.bubble--block {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0;
}

.bubble--block.top--curve {
	margin-bottom: -1px;
}

.bubble--block.bottom--curve {
	margin-top: -1px;
}

.bubble--block .container-fluid {
	padding: 0;
}

.bubble--block img {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 100%;
}

.services--container {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 2000px) {
	.services--container {
		max-width: 1800px;
	}
}

.service--card {
	background-color: #FFF;
	border-radius: 1rem;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	height: 100%;
	transition: background-color 0.3s ease;
}

.service--card--inner {
	padding: 3rem;
}

.service--card--inner h2 {
	color: #000;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.05;
	margin-bottom: .75rem;
}

.service--card--inner p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 400;
	font-size: 1.25rem;
	color: #111;
	line-height: 1.6;
}

.service--card--inner i.fa-check-circle {
	color: #14D1DC;
	margin-right: .75rem;
}

/* King Fisher */
.services--element {
	pointer-events: none;
	position: absolute;
	z-index: 6;
}

.services--element--bird {
	left: -16rem;
	top: -19rem;
}

.services--element--img {
	display: block;
	height: auto;
	max-width: 400px;
	opacity: 0;
	transform: translateY(30px);
	transition: none;
	width: 100%;
}

.services--block {
	position: relative;
	z-index: 1;
}

/*
.services--block::after {
	content: "";
	background-image: url("../../../assets/images/elements/karper.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	right: -40rem;
	top: 70%;
	transform: translateY(-70%);
	width: 50%;
	height: 50%;
	opacity: 0;
	pointer-events: none;
	transition: opacity 1.5s ease, transform 1.5s ease;
	z-index: 0;
}

.services--block.karper--visible::after {
	opacity: 0.1;
	transform: translateY(-70%) translateY(0);
}*/

a.service--link {
	text-decoration: none;
}

a.service--link:hover {
	text-decoration: none;
}

a.service--link .service--card--inner i.fa-circle-arrow-right {
	color: #14D1DC;
	margin-right: .75rem;
}

a.service--link .service--card:hover {
	background-color: #0D67A6;
}

a.service--link .service--card:hover h2,
a.service--link .service--card:hover p {
	color: #FFF
}





/* ============================
	SPACER
============================ */

section.layout--spacer {
	padding: 3rem 0;
}



/* ============================
	HERO SLIDER
============================ */

.hero--slider--block {
	align-items: center;
	background-color: #FFF;
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding: 6rem 0;
	position: relative;
	width: 100%;
	z-index: 1;
}

.hero--slider--block.next--page {
	padding: 2rem 0 6rem 0;
}

.hero--slider--outer {
	background-color: #F6F6F6;
	border-radius: 2rem;
	padding: 0.5rem;
}

.hero--slider--inner {
	background-color: #FFFFFF;
	border-radius: 1.5rem;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
	padding: 0.5rem;
	/* JUIST HIER de gewenste padding */
}

.hero--slider--inner .container {
	border-radius: 1rem;
	overflow: hidden;
	padding: 0;
}

.hero--slider--marquee {
	display: flex;
	flex-wrap: nowrap;
	min-width: 100%;
}

.hero--slider--item {
	flex: 0 0 auto;
	margin-right: 0.5rem;
}

.hero--slider--item {
	flex: 0 0 auto;
	width: 25%;
}

.hero--slider--item.square {
	width: 30%;
}

.hero--slider--item.portrait {
	width: 25%;
}

.hero--slider--item.landscape {
	width: 45%;
}


.hero--slider--image {
	border-radius: 1.75rem;
	display: flex;
	height: 400px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.hero--slider--image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

@keyframes heroSliderMarquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

@media (min-width: 2000px) {
	.hero--slider--container {
		max-width: 1700px;
	}
}



/* ============================
	PROJECTS
============================ */

.projecs--block {
	background-color: #FFF;
	padding: 10rem 0 12rem 0;
}

.projecs--block h2 {
	color: #000;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: -0.025rem;
	line-height: 1.05;
	margin-bottom: 1rem;
}

.projecs--block p {
	color: #111;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: 400;
	line-height: 1.5;
}


/* ============================
	PROJECT SLIDER ITEMS
============================ */

.projecs--block .splide__slide {
	height: 500px;
	padding: 1rem;
}

.project--item--wrapper {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.project--image-wrapper {
	height: 100%;
	width: 100%;
}

.project--image {
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	position: relative;
	transition: transform 0.4s ease;
}

.project--image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	transition: transform 0.4s ease, filter 0.4s ease;
}

/*
.project--image:hover img {
	transform: scale(1.05);
	filter: saturate(1.35);
}
*/

.project--image::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
	transition: background-color 0.4s ease;
}

.project--image:hover::after {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.25) 0%, transparent 50%);
}



/* ============================
	PROJECT GALLERY BLOCK
============================ */

.project--gallery--block {
	padding: 2rem 0 3rem 0;
}

/* ============================
	PROJECT GALLERY TILES
============================ */

.project--gallery--block .project--gallery--tile {
	height: 450px;
	padding: 1rem;
	width: 100%;
}

.project--gallery--block .project--gallery--image {
	border-radius: 1rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.project--gallery--block .project--gallery--image img {
	border-radius: 1rem;
	height: 100%;
	max-height: 450px;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	transition: transform 0.4s ease, filter 0.4s ease;
	width: 100%;
}

.project--gallery--block .project--gallery--image:hover img {
	filter: saturate(1.35);
	transform: scale(1.025);
}

/* Custom tile widths for large screens */
@media (min-width: 992px) {
	.project--gallery--tile.tile--25 {
		width: 25%;
	}

	.project--gallery--tile.tile--30 {
		width: 30%;
	}

	.project--gallery--tile.tile--40 {
		width: 40%;
	}

	.project--gallery--tile.tile--45 {
		width: 45%;
	}

	.project--gallery--tile.tile--50 {
		width: 50%;
	}

	.project--gallery--tile.tile--60 {
		width: 60%;
	}
}

/* On small screens: full width tiles */
@media (max-width: 991.98px) {
	.project--gallery--tile {
		width: 100%;
	}
}



/* ============================
	BUTTONS
============================ */

.projecs--block button:not(.splide__arrow) {
	align-items: center;
	background-color: #14D1DC;
	border: 1.5px solid #14D1DC;
	border-radius: 0.5rem;
	color: #000;
	display: inline-flex;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	height: auto;
	justify-content: center;
	letter-spacing: -0.0125rem;
	line-height: 1;
	padding: 0.8rem 1rem 0.9rem 1rem;
	position: relative;
	text-decoration: none !important;
	transition: all 0.2s ease-in-out;
	vertical-align: middle;
}

.projecs--block button i {
	margin-left: 0.5rem;
	transition: transform 0.2s ease-in-out;
}

.projecs--block button:hover {
	background-color: #111;
	border: 1.5px solid #111;
	color: #FFF;
}

.projecs--block button:hover i {
	transform: translateX(5px);
}



/* ============================
   FAQ
============================ */

.faq--block {
	padding: 6rem 0 2rem 0;
}

.faq--block.lander--page {
	padding: 4rem 0 14rem 0;
}

.section--faq--title {
	color: #000000;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 2.35rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 0;
}

.faq--block.lander--page .section--faq--title {
	font-size: 2.75rem;
}

.faq--item {
	border-bottom: 1.5px solid #EEEEEE;
	cursor: pointer;
	padding: 1.5rem 0;
}

.faq--question h3 {
	color: #000000;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 1.65rem;
	line-height: 1.4;
	margin: 0;
}

.faq--icon {
	font-size: 1.5rem;
	color: #14D1DC;
	transition: all 0.3s ease;
}

.faq--item.open .faq--icon {
	transform: rotate(180deg);
	color: #000000;
}

.faq--answer {
	display: none;
	margin-top: 1rem;
}

.faq--answer p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6;
	color: #000000;
	margin-bottom: 0;
	padding-right: 2.5rem;
}

.faq--item.open .faq--answer {
	display: block;
}

.faq--item:last-child {
	border-bottom: none;
}



/* ============================
	USP
============================ */

.usp__block {
	align-items: center;
	background-image: url('../../images/backgrounds/usp-quickscan-bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	min-height: 60vh;
	padding: 7rem 0;
}

.usp__block h2 {
	color: #000;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: -.0125rem;
	line-height: 1;
	margin-bottom: 1rem;
}

.usp__block h3 {
	color: #000;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: -.0125rem;
	line-height: 1;
	margin-bottom: 1rem;
}

.usp__block ul li i {
	color: #A8A098;
	font-size: 4rem;
	margin-bottom: 1.5rem;
	margin-top: .25rem;
}

.usp__block li {
	border-right: 1.5px solid #EEE;
	flex: 1;
	padding: 1rem 3rem;
	text-align: center;
}

.usp__block li:last-child {
	border-right: none;
}

.usp__block p {
	color: #000;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
}

.usp__block .inner--wrapper {
	align-items: center;
	background-color: #FFF;
	border-radius: 2rem;
	box-shadow: 0 0 .85rem rgba(0, 0, 0, 0.125);
	display: flex;
	flex-direction: column;
}

.usp__block ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 2.5rem 2rem 1.75rem 2rem;
	width: 100%;
}

.usp__block .usp--wrapper {
	background: linear-gradient(45deg, #64B228 0%, #77BE10 25%, #80DA00 75%);
	border-radius: 3.25rem;
	padding: 1.5rem;
}

.usp__block .usp--content--box {
	padding: .75rem 0 0 0;
	text-align: center;
}

.usp__block .usp--content--box p strong {
	font-size: 1rem;
}

.usp__block .usp--content--box p {
	font-size: .95rem;
}

.usp--button--box {
	padding-bottom: 2.25rem;
}

.usp--button--box button.cta--button {
	align-items: center;
	background-color: #FB6320;
	border: 1.5px solid #FB6320;
	border-radius: .5rem;
	color: #FFF;
	display: inline-flex;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	height: auto;
	justify-content: center;
	letter-spacing: -.0125rem;
	line-height: 1;
	padding: .8rem 1rem .9rem 1rem;
	position: relative;
	text-decoration: none !important;
	transition: all .2s ease-in-out;
	vertical-align: middle;
}

.usp--button--box button.cta--button i {
	margin-left: .5rem;
	transition: transform .2s ease-in-out;
}

.usp--button--box button.cta--button:hover {
	background-color: #111;
	border: 1.5px solid #111;
	color: #FFF;
}

.usp--button--box button.cta--button:hover i {
	transform: translateX(5px);
}



/* ============================
	QUICKMENU
============================ */

.quickmenu--block {
	background: linear-gradient(45deg, #A59E96 0%, #B2A99F 50%);
	padding: 3rem 0rem 3rem 0rem;
}

.quickmenu--card {
	background-color: #ffffff;
	border-radius: 1rem;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	height: 100%;
}

.quickmenu--card--inner {
	padding: 3rem;
}

.quickmenu--card--inner h2 {
	color: #000;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.05;
	margin-bottom: .75rem;
}

.quickmenu--card--inner p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 400;
	font-size: 1.25rem;
	color: #111;
	line-height: 1.6;
}

.quickmenu--card--inner i.fa-circle-arrow-right {
	color: #14D1DC;
	margin-right: .75rem;
}

.quickmenu--card a {
	text-decoration: none;
	color: inherit;
	transition: color 0.3s ease;
}

.quickmenu--card a:hover {
	color: #14D1DC;
	text-decoration: none !important;
}



/* ============================
	CONTACT USP
============================ */

.contactusp--block {
	background: linear-gradient(45deg, #A59E96 0%, #B2A99F 50%);
	padding: 3rem 0rem 3rem 0rem;
}

.contactusp--card {
	background-color: #ffffff;
	border-radius: 1rem;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	height: 100%;
}

.contactusp--card--inner {
	padding: 3rem;
}

.contactusp--card--inner h2 {
	color: #000;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.05;
	margin-bottom: .75rem;
}

.contactusp--card--inner p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 400;
	font-size: 1.25rem;
	color: #111;
	line-height: 1.6;
}

.contactusp--card--inner i.fa-circle-arrow-right {
	color: #14D1DC;
	margin-right: .75rem;
}

.contactusp--card a {
	text-decoration: none;
	color: inherit;
	transition: color 0.3s ease;
}

.contactusp--card a:hover {
	color: #14D1DC;
	text-decoration: none !important;
}





/* ============================
	PRICING
============================ */

.pricing__block {
	padding: 1rem 0;
}

.pricing__block .pricing--wrapper {
	background: linear-gradient(45deg, #00B4E0, #00D8BB);
	border-radius: 3.25rem;
	padding: 1.5rem;
}

.pricing__block .pricing--wrapper--inner {
	background-color: #FFF;
	border-radius: 2rem;
	display: flex;
	flex-wrap: wrap;
	padding: 2rem;
	width: 100%;
}

.pricing__block .td--service--name {
	border-radius: 2.75rem;
	background-color: #FF937075;
	padding: 1.5rem;
}

.pricing__block .td--service--name--inner {
	border-radius: 1.5rem;
	background-color: #FFF;
	padding: .5rem;
	/* box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15); */
	width: 100%;
}

.pricing__block .table> :not(caption)>*>* {
	padding: .5rem .75rem;
}

.pricing__block .table {
	border-color: #EEE;
	color: #222 !important;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 0;
}

.pricing__block table thead tr th {
	background-color: #FFF !important;
}

.pricing__block table tbody td.td--header {
	background-color: #EEE !important;
}

.pricing__block table tbody td.td--price {
	white-space: nowrap;
}

.pricing__block table span.pricelist--details {
	display: flex;
	font-size: 1rem;
	line-height: 1.45rem;
}

td.td--product--name {
	width: 75%;
}

td.td--price--cell {
	width: 25%;
	white-space: nowrap;
}



/* ============================
	PRODUCTS
============================ */

.products__block {
	background: linear-gradient(to top right, #E6C9A8, #F3E2D2);
	padding: 5rem 0 7rem 0;
}

.products__block h2 {
	font-family: 'Forum', Arial, sans-serif;
	font-size: 3rem;
	color: #111;
	letter-spacing: -.05rem;
}

.products__block p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 400;
	font-size: 1.15rem;
	color: #222;
}

.products__block p span.product--description--head {
	font-weight: 600;
	font-size: 1.45rem;
	color: #222;
}

.product--wrapper {
	padding: 1rem;
}

.products__block .product--image--wrapper {
	position: relative;
	overflow: hidden;
	height: 600px;
	background: #FFF;
	padding: 2rem;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.products__block .product--image--wrapper img.product--img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease, filter 0.3s ease;
	filter: saturate(1.25);
}

.products__block .product--overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1rem 1.5rem 2rem 1.5rem;
	background: linear-gradient(to top, rgba(244, 244, 244, 1), rgba(0, 0, 0, 0));
	color: #FFF;
	text-align: center;
}

.product--overlay h3 {
	font-family: 'Forum', Arial, sans-serif;
	font-size: 2.15rem;
	color: #111;
}

.product--overlay span.product--label {
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	color: #111;
}



/* ============================
	SHORTCUTS
============================ */

.shortcuts__block {
	background-color: #F6F6F6;
	padding: 6rem 0;
}

.shortcuts__block .shortcut--item--wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 0;
}

.shortcuts__block .shortcut--image--box {
	border-radius: .5rem;
	overflow: hidden;
}

.shortcuts__block .shortcut--image--box img {
	cursor: pointer;
	object-fit: cover;
	width: 100%;
	height: 350px;
	transition: transform 0.3s ease, filter 0.3s ease;
	filter: saturate(1.0125);
}

.shortcuts__block .shortcut--image--box img:hover {
	transform: scale(1.05);
}

.shortcuts__block .shortcut--content--box {
	padding: 2rem .5rem;
}

.shortcuts__block .shortcut--content--box h3 {
	color: #010101;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 2rem;
	letter-spacing: -.0125rem;
	line-height: 1.15;
}

.shortcuts__block .shortcut--content--box p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.45;
}

.shortcuts__block .shortcut--button--box {
	padding: 0 .5rem;
}

.shortcuts__block .shortcut--button--box button {
	align-items: center;
	background-color: #FB6320;
	border: 1.5px solid #FB6320;
	border-radius: .5rem;
	color: #FFF;
	display: inline-flex;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	height: auto;
	justify-content: center;
	letter-spacing: -.0125rem;
	line-height: 1;
	padding: .8rem 1rem .9rem 1rem;
	position: relative;
	text-decoration: none !important;
	transition: all .2s ease-in-out;
	vertical-align: middle;
}

.shortcuts__block .shortcut--button--box button i {
	margin-left: .5rem;
	transition: transform .2s ease-in-out;
}

.shortcuts__block .shortcut--button--box button:hover {
	background-color: #111;
	border: 1.5px solid #111;
	color: #FFF;
}

.shortcuts__block .shortcut--button--box button:hover i {
	transform: translateX(5px);
}




/* ============================
	MAP
============================ */

.map__block {
	background-color: #FFF;
	padding: 5rem 0;
}

.map__block .locationmap--wrapper {
	background-color: #fff;
	border: 1.5px solid #eee;
	border-radius: 1.75rem;
	box-shadow: 0 0 8px 0 rgba(185, 185, 185, 0.1);
	padding: 1.5rem;
}

.map__block .locationmap--wrapper #map {
	border-radius: 1rem;
	height: 50vh;
	width: 100%;
}



/* ============================
	LOGOS
============================ */

.logo--block {
	background-color: #EFEFEF;
	border-radius: .5rem;
	padding: 3rem 0;
}

.logo--list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: -1rem;
	padding: 0;
}

.logo--list--item {
	flex: 0 0 25%;
	max-width: 25%;
	padding: 2rem;
	text-align: center;
}

.logo--list--item img {
	display: block;
	margin: 0 auto;
	max-height: 40px;
	object-fit: contain;
	width: 100%;
}

.logo--list--item img.scale115 {
	scale: 115%;
}



/* ============================
	REVIEWS
============================ */

.review--block {
	background: linear-gradient(45deg, #A59E96 0%, #B2A99F 50%);
	padding: 3rem 0rem 3rem 0rem;
}

.review--block .container {
	max-width: 1800px !important;
}

.review--block .col-12.col-xl-4 {
	display: flex;
}

.review--widget--item {
	background-color: #FFF;
	border-radius: 1rem;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.1);
	padding: 2.5rem 2.25rem;
}

.widget--item--body {
	width: 100%;
	text-align: center;
}

.review--header {
	margin-bottom: 1rem;
}

.review--header span.review--name--author {
	color: #111;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: -.0125rem;
}

.review--header span.review--rating--icon i {
	color: #FB6320;
	font-size: 2rem;
	margin-left: 2px;
	margin-right: 2px;
}

.review--body {
	min-height: 85px;
	margin-bottom: 1rem;
}

.review--body p {
	color: #111;
	font-size: 1.1rem;
	line-height: 1.45;
}

.review--details p {
	color: #111;
	font-size: 1rem;
	margin-bottom: 0;
}

.review--footer--wrapper {
	display: flex;
	justify-content: center;
}

.review--footer--wrapper img.review--logo--gosalon {
	height: 1.85rem;
}



/* ============================
	CALL TO ACTION
============================ */

.cta--block--top {
	min-height: 100px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.cta--block {
	align-items: center;
	background-color: #36302E;
	display: flex;
	justify-content: center;
	min-height: 10vh;
	overflow: hidden;
	padding: 7rem 0 3rem 0;
}

.cta--wrapper {
	background-color: #93C01F;
	border-radius: 1rem;
	padding: 2.25rem 3rem;
}

.cta--block h2 {
	color: #FFF;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: -.0125rem;
	line-height: 1.3;
}

.cta--block p {
	color: #FFF;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.45rem;
	line-height: 1.4;
	margin-bottom: .5rem;
}

.cta--block .cta--button {
	align-items: center;
	animation: pulse-animation 2.5s infinite;
	background-color: #000;
	border: 1.5px solid #000;
	border-radius: 1rem;
	color: #FFF;
	display: inline-flex;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	height: auto;
	justify-content: center;
	letter-spacing: -.0125rem;
	line-height: 1;
	padding: 1.25rem 1.25rem 1.25rem 1.25rem;
	position: relative;
	text-decoration: none !important;
	/* text-transform: uppercase; */
	transition: all .2s ease-in-out;
	vertical-align: middle;
}

.cta--block .cta--button i {
	margin-left: .5rem;
	transition: transform .2s ease-in-out;
}

.cta--block .cta--button:hover {
	background-color: #111;
	border: 1.5px solid #111;
	color: #FFF;
}

.cta--block .cta--button:hover i {
	transform: translateX(5px);
}

@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px rgba(184, 229, 66, 0.9);
	}

	50% {
		box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
	}

	100% {}
}

.cta--block .cta--button:focus {
	outline: none;
}

.cta--block .contact--details {
	color: #FFF;
	display: block;
	font-size: 1.15rem;
	font-family: 'Eina 01', Arial, sans-serif;
	margin-top: 1.25rem;
}

.cta--block .contact--details.img--box img {
	height: 30px;
}



/* ============================
	FOOTER
============================ */

footer {
	background-color: #36302E;
	color: #FFF;
	background-image: url('../../images/backgrounds/footer-bg.png');
	background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
}

footer .footer__wrapper {}

/* top */
footer .footer__top .footer--column--wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

footer .footer__top ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer .footer__top li.footer--heading {
	margin-bottom: 1rem;
}

footer .footer__top li.footer--heading h3 {
	color: #FB6320;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .0125rem;
}

footer .footer__top li {
	margin-bottom: .45rem;
}

footer .footer__top p {
	color: #FFF;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.4rem;
}

footer .footer__top .column--right li {
	display: flex;
}

footer .footer__top a.footer--link {
	color: #FFF;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.5rem;
	text-decoration: none;
	transition: color 0.3s ease;
	white-space: nowrap;
}

footer .footer__top a.footer--link:hover {
	color: #93C01F;
}

footer .footer__top a.footer--link i.fa-square-facebook {
	color: #93C01F;
}

footer .footer__top a.footer--link i.fa-instagram {
	color: #A59E96;
}

footer .footer__top a.footer--link i.fa-linkedin {
	color: #FB6320;
}

footer .footer__top a.footer--link.facebook--link:hover {
	color: #93C01F;
}

footer .footer__top a.footer--link.instagram--link:hover {
	color: #A59E96;
}

footer .footer__top a.footer--link.linkedin--link:hover {
	color: #FB6320;
}


footer .footer__top .column--right li a.footer--link {
	color: #FFF;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.5rem;
	text-decoration: none;
	transition: color 0.3s ease;
	white-space: nowrap;
	display: flex;
	align-items: first baseline;
}

footer .footer__top .column--right li a.footer--link small {
	color: #B1B1B1;
	font-size: 1.25rem;
}

footer .footer__top .column--right li a.footer--link span.utc--dot {
	display: inline-block;
	width: .5em;
	height: .5em;
	margin-right: .25em;
	border-radius: 50%;
	background-color: #00D200;
	box-shadow: 0 0 .5em 0 #3AFF3A;
}


footer .footer__top .column--right li a.footer--link:hover {
	color: #93C01F;
}

footer .footer__top .column--left {
	display: flex;
	flex-direction: column;
	justify-content: start;
}

footer .footer__top .brand--logo--box {
	display: flex;
	justify-content: start;
	margin-bottom: 3rem;
}

footer .footer__top .brand--logo--box img.brand--logo {
	height: 250px;
}

footer .footer__top .company--description p {
	color: #FFF;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.35rem;
	line-height: 1.4;
	margin-bottom: 2rem;
}

/* bottom */
footer .footer__bottom ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}

footer .footer__bottom a {
	color: #FFF;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: -.0125rem;
	line-height: 1;
	transition: color .2s ease-in-out;
	text-decoration: none;
}

footer .footer__bottom a:hover {
	color: #FB6320;
}


/* Animation Bat */
.floating--element {
	display: block;
	margin-bottom: 0;
	text-align: right;
	width: 100%;
}

.floating--bat {
	position: absolute;
	bottom: -3rem;
	left: -2rem;
}

.floating--img {
	display: inline-block;
	height: auto;
	max-width: 400px;
	opacity: 0;
	transform: translateY(30px);
	transition: none;
	width: 100%;
}




/* ============================
	FORMS
============================ */

.form--block {
	padding: 3rem 0;
}

.form--wrapper {
	background-color: #93C01F;
	border-radius: 3.25rem;
	padding: 2rem;
	animation: formPulse 6s ease-in-out infinite;
}

@keyframes formPulse {
	0% {
		background-color: #69A409;
	}

	50% {
		background-color: #93C01F;
		/* iets fellere, lichtere tint blauw */
	}

	100% {
		background-color: #69A409;
	}
}

.form--body--inner {
	background-color: #FFF;
	border-radius: 2rem;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
	display: flex;
	flex-wrap: wrap;
	padding: 3rem;
	width: 100%;
}

.form--body--inner h2 {
	color: #000;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 2.35rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.05;
	margin-bottom: .75rem;
}

.form--body--inner p {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
	font-family: 'Eina 01', Arial, sans-serif;
	margin-bottom: 0;
}

.form--body--inner label small {
	font-family: "Eina 01", Arial, sans-serif;
	font-size: .9rem;
	font-weight: 400;
}

.form--body--inner hr {
	margin: 1rem 0;
	color: inherit;
	border: 0;
	border-top: 1.5px solid;
	opacity: .15;
}

.form--body--inner label {
	color: #000;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: -.0125rem;
	line-height: 1.1;
	margin-bottom: .5rem;
}

.form--body--inner .form-control {
	border: 1.5px solid #ccc !important;
	color: #111;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.1rem;
	padding: .35rem .75rem .4rem .75rem;
	height: 50px;
}

.form--body--inner .form-control:focus {
	background-color: #fff !important;
	border-color: #333 !important;
	box-shadow: 0 0 0 .15rem rgba(0, 0, 0, .25) !important;
	color: #111 !important;
}

.form--body--inner textarea.form-control {
	border: 1.5px solid #ccc !important;
	color: #28282b;
	font-size: 1.1rem;
	padding: .35rem .75rem .4rem .75rem;
	height: auto !important;
}

.form--body--inner .form-control::placeholder {
	color: #aaa;
	opacity: 1;
}

span.indication {
	color: #28282b;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.05rem;
}

.form--body--inner form .radio {
	background-color: #fff;
	border-radius: .25rem;
	display: flex;
	height: 22px;
	margin-bottom: 1px;
	position: relative;
	width: 22px;
}

.form--body--inner form .checkbox {
	background-color: #fff;
	border-radius: .25rem;
	display: flex;
	height: 22px;
	margin-bottom: 1px;
	position: relative;
	width: 22px;
}

.form--body--inner .checkbox span.indication,
.form--body--inner .radio span.indication {
	font-size: 1.05rem;
}

.form--body--inner .radio .cr .cr-icon {
	color: #000;
	font-size: 13px;
	left: 19%;
	line-height: 0;
	position: absolute;
	top: 50%;
}

.form--body--inner .checkbox .cr .cr-icon {
	color: #000;
	font-size: 13px;
	left: 19%;
	line-height: 0;
	position: absolute;
	top: 50%;
}

.form--body--inner main.form-clientinput .checkbox .cr.master {
	border: 2px solid #00dfb2;
}


/* button */

.form--body--inner button.btn--form {
	align-items: center;
	background-color: #14D1DC;
	border: 1.5px solid #14D1DC;
	border-radius: 1rem;
	color: #000;
	display: inline-flex;
	font-family: 'DTLProkyonT', Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	height: auto;
	justify-content: center;
	letter-spacing: -.0125rem;
	line-height: 1;
	padding: 1.25rem 1.25rem 1.25rem 1.25rem;
	position: relative;
	text-decoration: none !important;
	/* text-transform: uppercase; */
	transition: all .2s ease-in-out;
	vertical-align: middle;
}

.form--body--inner button.btn--form:hover {
	background-color: #111;
	border: 1.5px solid #111;
	color: #FFF;
}

.form--body--inner button.btn--form i {
	margin-left: .5rem;
	transition: transform .2s ease-in-out;
}

.form--body--inner button.btn--form:hover i {
	transform: translateX(5px);
}


/* browse */
.form--body--inner input[type="file"].form-control {
	background-color: #FFF;
	border: 1.5px solid #CCC;
	color: #111;
	cursor: pointer;
	display: inline-block;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.1rem;
	height: 50px;
	line-height: 1.4;
	padding: 0.35rem 0.75rem 0.4rem 0.75rem;
}

.form--body--inner input[type="file"].form-control:focus {
	background-color: #FFF;
	border-color: #333;
	box-shadow: 0 0 0 0.15rem RGBA(0, 0, 0, .25);
	color: #111;
	outline: none;
}

.form--body--inner input[type="file"].form-control::file-selector-button {
	background-color: #F1F3F5;
	border-radius: 0;
	border-right: 1.5px solid #CCC;
	color: #111;
	cursor: pointer;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.1rem;
	height: calc(50px - 2px);
	margin-right: 1rem;
	padding: 0.45rem 1.25rem;
	transition: background-color 0.2s ease;
}

.form--body--inner input[type="file"].form-control::file-selector-button:hover {
	background-color: #D6D8DB;
}


/* select */
.form--select--wrapper {
	position: relative;
	width: 100%;
}

.form--body--inner .form-select {
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1.5px solid #ccc;
	border-radius: var(--bs-border-radius);
	box-shadow: none;
	color: #111;
	cursor: pointer;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: 400;
	height: 50px;
	line-height: 1.5;
	padding: .35rem .75rem .4rem .75rem;
	transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

.form--body--inner .form-select:focus {
	background-color: #fff;
	border-color: #333;
	box-shadow: 0 0 0 .15rem rgba(0, 0, 0, .25);
	color: #000;
	outline: none;
}

.form--select--wrapper::after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #222;
	content: "";
	height: 0;
	pointer-events: none;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}



/* AVG details */
.form--body--inner p.footer__details {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: .95rem;
}



/* ============================
	RADIO + CHECKBOX
============================ */

form .radio+.radio,
.checkbox+.checkbox {
	margin-top: -5px;
}

.modal .radio {
	background-color: #fff;
	border-radius: .25rem;
	height: 22px;
	margin-bottom: 1px;
	position: relative;
	width: auto;
}

.modal .radio label {
	height: 24px;
}

.checkbox label,
.radio label {
	cursor: pointer;
	font-weight: 400;
	margin-bottom: 0;
	min-height: 20px;
	padding-left: 0;
}

.checkbox label::after,
.radio label::after {
	clear: both;
	content: "";
	display: table;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
	display: none;
}

.checkbox .cr,
.radio .cr {
	border: 1.5px solid #cbcfd3;
	border-radius: .25rem;
	display: inline-block;
	height: 24px;
	position: relative;
	width: 24px;
}

.radio .cr {
	border-radius: 50%;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
	opacity: 1;
	transform: scale(1) rotateZ(0deg);
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
	opacity: 0;
	transform: scale(3) rotateZ(-20deg);
	transition: all 0.3s ease-in 0s;
}

.checkbox .cr .cr-icon {
	color: #000743;
	font-size: 16px;
	left: 16%;
	line-height: 0;
	position: absolute;
	top: 50%;
}

.checkbox .cr.master .cr-icon {
	left: 14%;
}

.checkbox .cr.master {
	border: 2px solid #000743;
}



/* ============================
	BUTTONS
============================ */

button.btn__appointment,
a.btn__appointment {
	background-color: #111;
	border: 2px solid #111;
	border-radius: 0;
	color: #FFF;
	display: inline-block;
	font-family: PP Formula Compressed;
	font-size: 1.35rem;
	font-weight: 600;
	letter-spacing: -.0125rem;
	text-decoration: none !important;
	transition: all .2s ease-in-out;
	padding: .75rem 1.25rem .55rem 1.25rem;
}

button.btn__appointment:hover,
a.btn__appointment:hover {
	border: 2px solid #FFF;
	background-color: #FFF;
	color: #111;
}



/* ============================
	TYPO
============================ */

h1,
h2,
h3 {
	font-family: PP Formula Compressed;
	letter-spacing: -.025rem;
	line-height: 1;
	margin-bottom: 0;
}

p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 400;
	line-height: 1.45;
	margin-bottom: 0;
}

h1 {
	font-size: 3rem;
	font-weight: bold;
}

h2 {
	font-size: 2rem;
	font-weight: bold;
}

h3 {
	font-size: 1.5rem;
	font-weight: bold;
}

p {
	font-size: 1.125rem;
}

a {
	color: #14D1DC;
	text-decoration: underline;
	transition: all 0.3s ease;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.small,
small {
	font-size: .8em;
}

.text--nowrap {
	white-space: nowrap;
}



/* Colors */

.text-feathergrey {
	color: #EEE;
}

.text-grey {
	color: #AAA;
}

.text-blue {
	color: #00B4E0;
}

.text-green {
	color: #00D8BB;
}

.text-white {
	color: #FFF;
}

.text-dark {
	color: #000;
}

.bg-darkgrey {
	background-color: #222;
}

.bg-blue {
	background-color: #00B4E0;
}

.bg-green {
	background-color: #00D8BB;
}

.bg-feathergrey {
	background-color: #EEEEEE;
}

.bg-ash {
	background-color: #F6F6F6;
}

.bg-grey {
	background-color: #AAA;
}