/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 18 2026 | 13:00:29 */
body a {
	text-underline-offset: 4px;
	text-decoration: underline;
	transition: all 0.3s ease-in-out;
}
/* Alleen voor row met ID 'drieluik' */
#drieluik .kt-inside-inner-col {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Buttons onderaan uitlijnen */
#drieluik .wp-block-kadence-advancedbtn {
    margin-top: auto;
}


.site-header-main-section-right.site-header-section.site-header-section-right .button:hover {
transform: scale3d(1.03, 1.03, 1) !important;
	transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18) !important;
}

.kb-button:hover {
transform: scale3d(1.03, 1.03, 1) !important;
	transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18) !important;
}

.kb-splide .splide__arrow {
	border-radius: 0px !important;
}

@media screen and (max-width: 767px) { 

.breekhetwoord {
	hyphens: auto !important;
	word-break: break-word !important;
}
	
}


