/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 21 2026 | 12:52:46 */
body a {
	text-underline-offset: 4px;
	text-decoration: underline;
	transition: all 0.3s ease-in-out;
}


/* container: maak position relative zodat pseudo-element zich erop kan positioneren */
#rij-hoekje-geel {
  position: relative;
}

#rij-hoekje-geel::before {
	content: "";
	position: absolute;
	left: 0 !important;
	top: -30px !important;
	transform: translate(-50%, -50%);
	width: 800px !important;
	height: 800px !important;
	background-image: url("https://www.elzingagroep.nl/wp-content/uploads/hoek_gele_vorm.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	pointer-events: none;
	z-index: 0;
}


/* Puls animatie */
@keyframes pulseButton {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 190, 0.6);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 0 12px rgba(255, 255, 190, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 190, 0);
  }
}

/* Alleen deze specifieke knop */
.knoppulse {
  display: inline-block;
  animation: pulseButton 2s infinite;
  transition: transform 0.3s ease;
}


.header-html2.inner-link-style-normal img {
	width: 40px !important;
	float: left !important;
	margin-right: 10px !important;
}

.site-header-main-section-center.site-header-section.site-header-section-center {
	margin-top: -80px !important;
}

.site-header-main-section-right.site-header-section.site-header-section-right {
	margin-top: -80px !important;
}



/* responsief: kleinere schermen kleinere pijl */
@media (max-width: 480px) {

#rij-hoekje-geel::before {
    width: 22px;
    height: 22px;
}
.helebrederij {
	margin-left: calc(50% - var(--global-vw, 100vw)/2);
	margin-right: calc(50% - var(--global-vw, 100vw)/2);
	max-width: 100vw;
	width: var(--global-vw, 100vw);
	padding-left: 0;
	padding-right: 0;
	clear: both;
}	
.site-header-main-section-right.site-header-section.site-header-section-right {
	margin-top: unset !important;
}	
#header-regel-rij .wp-block-kadence-icon.kt-svg-icons {
	display: none !important;
}
}





