/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 08 2026 | 14:03:35 */
:root {
	--blauw:			#2a2f81;
	--donkerBlauw:		#131952;
	
	--lichtGroen:		#3d9e37;
	--groen:			#2f812a;		
	
	--wit:				#ffffff;
	--zwart:			#000000;
	
	--tekstZwart:		#333333;
	--rood:				#ff0000;
	
	--achtergrondGrijst:	#F3F3F3;
	--borderGrijs:		#0000001A;
}

*, html, body {
	scroll-behavior: smooth !important;
}

.elementor-widget-text-editor p:last-child {
	margin-bottom: 0px;
}

.webr-titel .title-subtitle {
	margin-bottom: 0px;
}

.webr-home-categorie-slider .promo-banner .banner-btn-wrapper {
	margin-top: 30px;
}

.webr-home-categorie-slider {
	background-image: linear-gradient(to bottom, #f3f3f3, #f3f3f3 75%, #ffffff 75%);
}

body:not(#__) .wd-action-btn.wd-style-icon .button {
	background-color: var(--lichtGroen);
	border-radius: 3px;
}
.wd-action-btn.wd-style-icon .button:hover {
	background-color: var(--groen);
}
.wd-add-cart-icon>a:before {
	color: var(--wit);
}

.wd-product .product-element-top img {
	aspect-ratio: 1/1;
	object-fit: cover;
}
.wd-product .wd-entities-title a {
	font-size: 18px;
	line-height: 1.2em;
	min-height: 2.4em;
}

.webr-betaalmethode-icoontjes .elementor-icon-list-icon svg {
	border: 1px solid #f3f3f3;
	border-radius: 3px;
	width: 50px;
	height: auto;
}

.webr-catalogus iframe {
	width: 100%;
    border: none;
    height: 400px;
}
.webr-catalogus-popup iframe  {
	width: 100%;
    border: none;
    height: 80vh;
}

.webr-acceptance-row p {
	align-self: center;
}
.webr-acceptance-row .wpcf7-submit {
	width: 100%;
}

.grecaptcha-badge {
	visibility: hidden !important;
}

body.archive #main-content {
	padding-bottom: 40px;
}

.wd-project .portfolio-info {
	display: flex;
	flex-direction: column-reverse;
	gap: 10px;
	padding: 10px 30px;
}
.wd-project .portfolio-info .wrap-meta {
	margin-bottom: 0px;
}
.wd-project .proj-cats-list {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.wd-nav-portfolio .nav-link-text {
	font-size: 22px;
}

@media (min-width: 768px) {
	.webr-seo-intro ul {
		column-count: 2;
	}
}

.webr-seo-intro ul,
.webr-seo-content ul {
	padding-left: 0px;
	margin-top: -10px;
	margin-bottom: 10px;
}
.webr-seo-intro ul li, 
.webr-seo-content ul li {
	list-style: none;
	margin-bottom: 2px;
	font-weight: 600;
}
.webr-seo-intro ul li::before,
.webr-seo-content ul li::before {
	content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--groen);
    margin-right: 8px;
}