/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



.e-con-boxed.e-parent {
	/* Elementor desktop */
	padding-left: 30px;
	padding-right: 30px;
	/* background-color: rgba(255, 33, 33, 0.185); */
}

body {
	position: relative;

}

/*	In de Elementor edit omgeving zie je in de header in de [Navigator] 'T viewport melder' staan.
	Dit is een hulpmiddel om bij de ontwikkeling meteen te zien in welke viweport je zit.
	Kan HIER altijd worden uitgezet door uit te commentariëren*/
body .viewPortMelder {
	top: -100px;
	position: fixed;
	background-color: red;
	z-index: 1;
	left: 0px;
	line-height: 17px;
	height: 23px;
}

body:hover .viewPortMelder {
	top: 40px;
}

body .viewPortMelder:after {
	content: "D";
	color: #ffffff;
	padding: 2px 0px 0px;
	font-size: 20px;
	line-height: 17px;
	font-weight: 900;
	right: -20px;
	position: absolute;
	background-color: red;
	height: 23px;
	width: 25px;
	top: 0px;
}

.f12-captcha.template-1 .c-data {
	display: flex;
	align-items: center;
}

.f12-captcha.template-1 .c-reload a {
	background-color: var(--e-global-color-accent);
}

.f12-captcha.template-1 .c-reload a img {
	filter: invert(1);
}

.f12-captcha.template-1 .c-reload a:hover {
	background-color: var(--e-global-color-primary);
}

@media (max-width:1024px) {

	/* Elementor tablet viewport */
	body .viewPortMelder:after {
		content: "T";
	}
}

@media (max-width:767px) {

	/* Elementor mobile viewport */
	body .viewPortMelder:after {
		content: "M";
	}
}

/**/

.elementor-widget-text-editor p:last-of-type {
	margin-bottom: 0px;
}

.elementor-widget-text-editor ul li::marker,
.elementor-widget-text-editor ol li::marker {
	color: var(--e-global-color-primary);
}

@media (min-width:1025px) {
	.menuHeader {
		position: relative;
		right: -12px;
		transition: 0.5s;
	}

	.menuHeader:hover {
		right: 0px;
	}

	.menuHeader {
		position: relative;
		right: 0px;
		transition: 0.5s;
	}

	.menuHeader:hover {
		right: 0px;
	}
}

@media (max-width:1024px) {

	/* Elementor tablet viewport */
	.e-con-boxed.e-parent {
		padding-left: 30px;
		padding-right: 30px;
		/* background-color: rgb(0, 0, 0); */
	}

	body .viewPortMelder:after {
		content: "T";
	}
}

@media (max-width:767px) {

	/* Elementor mobile viewport */
	.e-con-boxed.e-parent {
		padding-left: 20px;
		padding-right: 20px;
		/* background-color: rgb(99, 199, 137); */
	}

	body .viewPortMelder:after {
		content: "M";
	}
}

@media (min-width: 1440px) {

	/* Dit maakt in de popup van het template overzicht in de editor de eerste kolom 40% breed ipv de standaard 25% */
	.elementor-templates-modal .dialog-widget-content {
		max-width: 1660px !important;
	}

	.elementor-template-library-local-column-1 {
		min-width: 40% !important;
	}
}

.elementor-template-library-template-name.elementor-template-library-local-column-1 {
	background: lime !important;
}

.logoHeader .elementor-icon svg {
	height: 56px;
	transition: all 0.7s ease;

}

.menuHeader ul li a.elementor-item {
	padding-top: 32px;
	padding-bottom: 32px;
	transition: padding 0.7s ease;

}

/* Logo SVG styles */
.header-initial-logo {
	height: 30px !important;
	opacity: 0;
	transition: all 0.4s;
}

.header-scrolled-logo {
	height: 40px !important;
	opacity: 1;
	transition: all 0.4s;
}

/* Menu link styles */
.header-initial-link {
	padding-top: 32px !important;
	padding-bottom: 32px !important;
	transition: padding 0.2s;
}

.header-scrolled-link {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
	transition: padding 0.2s;
}


#mobileMenupopUp {
	top: -100%;
	transition: top 0.6s;
}


/* 
.explode-text {
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-weight: 900;
    opacity: 0;
    transform: scale(3) rotate(720deg);
} */


.title-Gs {
	font-size: max(2vw, 24px);
	line-height: 1.1;
	padding-bottom: 0.4em;
	color: var(--e-global-color-text);
	/* text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); */
}

.text-Gs {
	font-size: max(1vw, 15px);
	line-height: 1.4;
	overflow: hidden;
	padding-bottom: 20px;
	color: var(--e-global-color-text);
}

.accordionS-Gs {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 30px;
}

.accordion-Gs {
	background-color: var(--e-global-color-bee93f8);
	width: max(50vw, 280px);
	border: 1px solid var(--e-global-color-text);
	padding: 25px 30px 10px;
	border-radius: 2px;
	margin-bottom: 40px;
	/* box-shadow: 8px 10px 32px -2px rgb(0 0 0 / 32%); */
}

/* .gs-kop-Anim {
            font-size: max(2vw, 24px);
            line-height: 1.1;
            padding-bottom: 0.4em;
            color: var(--e-global-color-text);
            cursor: pointer;
        }

        .gs-tekst-Anim {
            font-size: max(1vw, 15px);
            line-height: 1.4;
            overflow: hidden;
            padding-bottom: 20px;
            color: var(--e-global-color-text);
        }

        .elementor-element[data-element_type="container"] {
            background-color: var(--e-global-color-bee93f8);
            width: max(50vw, 280px);
            border: 1px solid var(--e-global-color-text);
            padding: 25px 30px 10px;
            border-radius: 2px;
            margin-bottom: 40px;
        } */

@media (max-width: 480px) {
	.accordion-Gs {
		padding: 15px 20px 8px;
	}

	.title-Gs {
		font-size: 20px;
	}
}



.explode-text.kop {
	font-size: clamp(2.2rem, 25vw, 3.6rem);

}

.explode-text.text {
	font-size: 2.3vw;
}

@media (max-width:1224px) {
	.explode-text.text {
		font-size: 2vw;
	}
}

@media (max-width:767px) {
	.explode-text.kop {
    font-size: 8vw;
}
	.explode-text.text {
		font-size: 3.4vw;
	}
}

.explode-text {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: var(--e-global-typography-text-line-height);
	color: var(--e-global-color-bee93f8);
	letter-spacing: var(--e-global-typography-c8f0850-letter-spacing);
	display: flex;
	font-weight: 300;
	justify-content: center;

}

.char {
	display: inline-block;
	opacity: 0;
	transform: scale(1) rotate(0deg);
}

/* .cursor {
  display: inline-block;
  width: 2px;
  height: 1em;
  background: currentColor;
  margin-left: 2px;
  animation: blink 0.8s steps(2, start) infinite;
  vertical-align: bottom;
}
@keyframes blink {
  50% { opacity: 0; }
} */

#menuTopKno {
	top: -100px;
	left: 0;
	right: 0;
	transition: top 0.4s ease;
	z-index: 9999;
}
#menuTopKno.visible {
	top: 0;
}

.e-n-menu-title-container {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: inherit;
	padding-bottom: 4px;
}
.e-n-menu-title-container::after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: var(--e-a-color-secondary);
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.3s ease;
}

.e-n-menu-title-container:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

.gaaHome svg {
	/* position: relative; */
	/* display: inline-block; */
	text-decoration: none;
	color: inherit;
	padding-bottom: 4px;
	width: 170px;
	transition: all 0.3s;
}

.gaaHome svg:hover {
	background-color: var(--e-global-color-secondary);
	fill: var(--e-global-color-bee93f8) !important;
}

/* 
.gaaHome svg::after {
	border-bottom: 2px solid black;
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: var(--e-a-color-secondary);
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.3s ease;
}
.gaaHome svg:hover::after {
	transform: scaleX(1);
	transform-origin: left;
} */