/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 06 2025 | 09:37:40 */
@media (max-width: 767.98px) {
	.form-width-50,
	.form-width-33,
	.form-width-66 {
		width: 100% !important;
	}
}

.wpcf7-list-item-label {
	font-family: inherit !important;
}

.form-input {
	margin-bottom: 20px;
}

.form-width-100 {
	width: 100%;
}
.form-width-50 {
	width: calc(100% / 2 - 7.5px);
}
.form-width-33 {
	width: calc(100% / 3 - 10px);
}

.grecaptcha-badge {
	visibility: hidden !important;
}
.form-width-66 {
	width: calc(2 * calc(100% / 3 - 10px));
}
.boekingsformulier {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 15px;
}
.form-input > * {
	width: 100%;
}
.titel-boekingsformulier {
	color: var(--zwart);
	line-height: 1.2em;
	font-weight: 600;
	font-size: 26px;
	font-family: 'Poppins', sans-serif;
	margin-top: 15px;
	margin-bottom: 20px;
}
.acceptance-row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.acceptance-row input[type="checkbox"] {
	width: auto !important;
	margin: 0px !important;
	margin-right: 5px !important;
}
.verzenden-knop {
	position: relative;
}
.verzenden-knop input {
	width: 100%;
}
.verzenden-knop .wpcf7-spinner {
	position: absolute;
    width: auto;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.acceptance-row .wpcf7-acceptance a {
	color: var(--groen);
	text-decoration: underline;
	transition: text-decoration 0.2s ease;
}
.acceptance-row .wpcf7-acceptance a:hover {
	text-decoration: none;
	color: var(--tekstGrijs);
}
.titel-boekingsformulier p {
	font-size: 24px;
    font-weight: 700;
}