.elementor-kit-6{--e-global-color-accent:#2D2D2D;--e-global-color-primary:#EAE8E4;--e-global-color-text:#B5B4B0;--e-global-color-secondary:#FFFFFF00;--e-global-color-c6079d7:#191715;--e-global-color-309eeba:#B5B4B080;--e-global-typography-text-font-family:"Helvetica Now Extended";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-8d1d081-font-family:"Helvetica Now Extended";--e-global-typography-8d1d081-font-size:clamp(2.8125rem, 2.2098rem + 1.9286vw, 4.5rem);--e-global-typography-8d1d081-font-weight:400;--e-global-typography-8d1d081-line-height:4.5rem;--e-global-typography-091acac-font-family:"Helvetica Now Extended";--e-global-typography-091acac-font-size:clamp(1.875rem, 1.2946rem + 1.8571vw, 3.5rem);--e-global-typography-cf9f414-font-family:"Helvetica Now Extended";--e-global-typography-cf9f414-font-size:clamp(2.1875rem, 1.9643rem + 0.7143vw, 2.8125rem);--e-global-typography-15d0a52-font-family:"Helvetica Now Extended";--e-global-typography-15d0a52-font-size:clamp(1.25rem, 1.0714rem + 0.5714vw, 1.75rem);--e-global-typography-15d0a52-font-weight:400;--e-global-typography-72618a2-font-family:"Helvetica Now Extended";--e-global-typography-72618a2-font-size:clamp(1rem, 0.8661rem + 0.4286vw, 1.375rem);--e-global-typography-72618a2-font-weight:400;--e-global-typography-9f23486-font-family:"Helvetica Now Extended";--e-global-typography-9f23486-font-size:clamp(1.875rem, 1.4286rem + 1.4286vw, 3.125rem);--e-global-typography-9f23486-font-weight:800;--e-global-typography-b3b2c03-font-family:"Helvetica Now Extended";--e-global-typography-b3b2c03-font-size:1rem;--e-global-typography-b3b2c03-font-weight:400;--e-global-typography-c1eb566-font-family:"Helvetica Now Extended";--e-global-typography-c1eb566-font-size:1rem;--e-global-typography-c1eb566-font-weight:600;--e-global-typography-e9f7b68-font-family:"Helvetica Now Extended";--e-global-typography-e9f7b68-font-size:0.875rem;--e-global-typography-e9f7b68-font-weight:600;--e-global-typography-e9f7b68-line-height:1rem;--e-global-typography-e9f7b68-letter-spacing:0px;--e-global-typography-6173ea0-font-family:"Morion";--e-global-typography-6173ea0-font-size:clamp(2.8125rem, 2.0313rem + 2.5vw, 5rem);--e-global-typography-1326021-font-family:"Morion";--e-global-typography-1326021-font-size:clamp(1.875rem, 1.2946rem + 1.8571vw, 3.5rem);--e-global-typography-6bf1755-font-family:"Morion";--e-global-typography-6bf1755-font-size:clamp(2.1875rem, 1.9643rem + 0.7143vw, 2.8125rem);--e-global-typography-853cb69-font-family:"Helvetica Now Extended";--e-global-typography-853cb69-font-size:clamp(1.25rem, 1.0714rem + 0.5714vw, 1.75rem);--e-global-typography-853cb69-font-weight:600;background-color:var( --e-global-color-primary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );}.elementor-kit-6 a:hover{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1120px;}.e-con{--container-max-width:1120px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-8d1d081-font-size:clamp(2.8125rem, 2.2098rem + 1.9286vw, 4.5rem);--e-global-typography-8d1d081-line-height:2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-kit-6 {
    overflow-x: hidden;
}

img {
    pointer-events: none; /* Dit voorkomt hover-gedrag op afbeeldingen */
}

body {
background-color: #EAE8E4;

transition: background-color 1s ease;
}

.color-light{
    background-color: #EAE8E4 !important;
}
.color-yellow{
    background-color: #FFDCAA !important;
}
.color-pink{
    background-color: #FCC3FF !important;
}


/* Script om sticky header te verbergen bij initieel laden*/
#header-hide {
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

.hidden {
    visibility: hidden;  /* Zorgt ervoor dat de header niet zichtbaar is bij het laden */
    position: absolute;   /* Verbergt de header zonder de layout te beïnvloeden */
}

/* Algemene stijlen voor het hamburger icoon */
.hamburger {
    padding: 8px;
    background-color: transparent;
    transform: scale(0.6);
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
   text-transform: none;
    border: 0;
    margin: 0;
    overflow: visible;
    z-index: 99999;
    position: relative;
}

.hamburger-box {
    width: 65px;
    height: 24px;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: 0px;
    width: 65px;
    height: 2.2px;
    background-color: #EAE8E4;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.25s; /* Gelijke duur voor header 1 en 2 */
    transition-timing-function: ease; /* Gelijke timing */
}


.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
    width: 65px;
    height: 2.2px;
    background-color: #EAE8E4;
    position: absolute;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/* Header 1 - Activatie van hamburger icoon */
#hamburger-header1.is-active .hamburger-inner {
    transform: translateY(10px) rotate(45deg);
}

#hamburger-header1.is-active .hamburger-inner::before {
    opacity: 0;
}
 

#hamburger-header1.is-active .hamburger-inner::after {
    transform: translateY(-20px) rotate(-90deg);
}

/* Header 2 - Standaard kleur voor hamburger icoon */
#hamburger-header2 .hamburger-inner,
#hamburger-header2 .hamburger-inner::before,
#hamburger-header2 .hamburger-inner::after {
    background-color: #2D2D2D; /* Specifieke kleur voor header 2 */
}

/* Header 2 - Activatie van hamburger icoon */
#hamburger-header2.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
    transition-duration: 0.25s; /* Gelijke snelheid als header 1 */
    transition-delay: 0s;
    background-color: #EAE8E4; /* Kleur van het kruis blijft gelijk */
}


#hamburger-header2.is-active .hamburger-inner::before {
    opacity: 0;
    transition-duration: 0.25s; /* Gelijke snelheid als header 1 */
    transition-delay: 0s;
}

#hamburger-header2.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
    transition-duration: 0.25s; /* Gelijke snelheid als header 1 */
    transition-delay: 0s;
    background-color: #EAE8E4; /* Kleur van het kruis blijft gelijk */
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Helvetica Now Extended';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://staging.zeeuwsweb.nl/wp-content/uploads/2025/01/Helvetica-Neue-LT-Std-83-Heavy-Extended.eot');
	src: url('https://staging.zeeuwsweb.nl/wp-content/uploads/2025/01/Helvetica-Neue-LT-Std-83-Heavy-Extended.eot?#iefix') format('embedded-opentype'),
		url('https://staging.zeeuwsweb.nl/wp-content/uploads/2025/01/Helvetica-Neue-LT-Std-83-Heavy-Extended.woff2') format('woff2'),
		url('https://staging.zeeuwsweb.nl/wp-content/uploads/2025/01/Helvetica-Neue-LT-Std-83-Heavy-Extended.woff') format('woff'),
		url('https://staging.zeeuwsweb.nl/wp-content/uploads/2025/01/Helvetica-Neue-LT-Std-83-Heavy-Extended.ttf') format('truetype');
}
@font-face {
	font-family: 'Helvetica Now Extended';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: ;
}
@font-face {
	font-family: 'Helvetica Now Extended';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://staging.zeeuwsweb.nl/wp-content/uploads/2025/01/Helvetica-Neue-LT-Std-75-Bold.eot');
	src: url('https://staging.zeeuwsweb.nl/wp-content/uploads/2025/01/Helvetica-Neue-LT-Std-75-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://staging.zeeuwsweb.nl/wp-content/uploads/2025/01/Helvetica-Neue-LT-Std-75-Bold.woff2') format('woff2'),
		url('https://staging.zeeuwsweb.nl/wp-content/uploads/2025/01/Helvetica-Neue-LT-Std-75-Bold-1.woff') format('woff'),
		url('https://staging.zeeuwsweb.nl/wp-content/uploads/2025/01/Helvetica-Neue-LT-Std-75-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Helvetica Now Extended';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://staging.zeeuwsweb.nl/wp-content/uploads/2025/01/Helvetica-Neue-LT-Std-55-Roman.eot');
	src: url('https://staging.zeeuwsweb.nl/wp-content/uploads/2025/01/Helvetica-Neue-LT-Std-55-Roman.eot?#iefix') format('embedded-opentype'),
		url('https://staging.zeeuwsweb.nl/wp-content/uploads/2025/01/Helvetica-Neue-LT-Std-55-Roman.woff2') format('woff2'),
		url('https://staging.zeeuwsweb.nl/wp-content/uploads/2025/01/Helvetica-Neue-LT-Std-55-Roman.woff') format('woff'),
		url('https://staging.zeeuwsweb.nl/wp-content/uploads/2025/01/Helvetica-Neue-LT-Std-55-Roman.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Morion';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://staging.zeeuwsweb.nl/wp-content/uploads/2025/03/morion-beta-regular.eot');
	src: url('https://staging.zeeuwsweb.nl/wp-content/uploads/2025/03/morion-beta-regular.eot?#iefix') format('embedded-opentype'),
		url('https://staging.zeeuwsweb.nl/wp-content/uploads/2025/03/morion-beta-regular.woff2') format('woff2'),
		url('https://staging.zeeuwsweb.nl/wp-content/uploads/2025/03/morion-beta-regular.woff') format('woff'),
		url('https://staging.zeeuwsweb.nl/wp-content/uploads/2025/03/morion-beta-regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Morion';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://staging.zeeuwsweb.nl/wp-content/uploads/2025/03/morion-bold.eot');
	src: url('https://staging.zeeuwsweb.nl/wp-content/uploads/2025/03/morion-bold.eot?#iefix') format('embedded-opentype'),
		url('https://staging.zeeuwsweb.nl/wp-content/uploads/2025/03/morion-bold.woff2') format('woff2'),
		url('https://staging.zeeuwsweb.nl/wp-content/uploads/2025/03/morion-bold.woff') format('woff'),
		url('https://staging.zeeuwsweb.nl/wp-content/uploads/2025/03/morion-bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */