/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 08 2026 | 09:17:16 */
html, body {
	scroll-behavior: smooth;	
}

.webr-marquee-slide img {
	border-radius: 25px;
}

/* Breadrumbs */
.breadcrumb_last {
	text-decoration: underline;
}


/* Forms */
form.wpcf7-form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2px 24px;
}
form.wpcf7-form label.webr-50 {
	width: calc(50% - 12px);
}
@media(max-width: 767.98px) {
	form.wpcf7-form label.webr-50 {
		width: 100%;
	}
}

form.wpcf7-form label {
	color: var(--wit);
	width: 100%;
}
form.wpcf7-form label > span {
	display: block;
	margin-bottom: 8px;
	font-size: 22px;
	font-weight: 700;
}
form.wpcf7-form textarea,
form.wpcf7-form input {
	background-color: var(--witTransparant);
	border: none;
	border-radius: 10px;
	color: var(--wit);
	height: 64px;
	padding: 25px;
	font-weight: 400;
}
form.wpcf7-form textarea {
	min-height: 121px;
}
form.wpcf7-form textarea::placeholder,
form.wpcf7-form input::placeholder {
	color: var(--witTransparant40);
}

form.wpcf7-form .wpcf7-submit {
	width: 100% !important;
	background-color: var(--wit) !important;
	border-radius: 99px !important;
	color: var(--groen) !important;
	padding: 10px !important;
	height: 60px !important;
	margin-top: 10px;
}

form.wpcf7-form .wpcf7-response-output,
form.wpcf7-form .wpcf7-not-valid-tip {
	padding: 5px 10px;
    background-color: #ff000054 !important;
    border-radius: 10px;
    margin-top: 5px;
    border: dashed 2px red;
    font-size: 16px;
    font-weight: 400;
	color: red !important;
	width: 100%;
}
.wpcf7-acceptance .wpcf7-list-item-label {
	font-weight: 400;
    font-size: 16px;
	margin-bottom: 0;
}
.wpcf7-acceptance .wpcf7-list-item-label a {
	color: var(--wit);
	font-weight: 700;
}
.wpcf7-acceptance label {
	display: flex;
	flex-direction: row;
}
.wpcf7-acceptance label input {
	height: inherit;
}

.wpcf7 form.sent .wpcf7-response-output {
	background-color: var(--lichtGroen) !important;
    border-color: var(--lichtGroen);
    color: var(--groen) !important;
}

.webr-hover-effect {
	overflow: hidden;
}
.webr-hover-effect::before {
	transition: 250ms ease-in-out;
}
.webr-hover-effect:hover::before {
	transform: scale(1.05);
}


/* Hover state */
.webr-hover-effect .webr-hover-content {
	transition: 250ms ease-in-out;
}
.webr-hover-effect:hover .webr-hover-content {
    bottom: 0 !important;
	gap: 20px !important;
}

@media(max-width: 767.98px) {
	.wpcf7-acceptance input[type="checkbox"] {
      width: 18px !important;
	  max-width: 18px !important;
	  min-width: 18px !important;

	  height: 18px !important;
	  max-height: 18px !important;
	  min-height: 18px !important;

	  flex: 0 0 18px !important;
	  padding: 0 !important;
	}
}

