<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* NADEREGEGEVENS FORMULIER OPMAAK */
/* form style */
#contact_results2 {
		margin-top: 80px !important;
	margin-bottom: 15px;
	display: block;
}
.container_nadere_gegevens {
	margin: auto;
	width: 100%;
	max-width: 500px;
}
.flex-contact {
	display: flex;
	align-items: flex-start; /* NEW */
	flex-wrap: wrap;
	margin-top: 0px;
	margin-left: -20px;
	align-items: center;
  justify-content: center;
}
.contact-2 {
	position: relative;
	flex: 0 calc(50% - 20px);
	margin-left: 20px;
	margin-bottom: 15px;
	outline: 0;
	text-align: left;
	text-decoration: none;
}
.contact-2 {
	max-width: calc(50% - 20px);
}
.contact-1 {
	position: relative;
	flex: 0 calc(100% - 20px);
	margin-left: 20px;
	margin-bottom: 15px;
	outline: 0;
	text-align: left;
	text-decoration: none;

}
.contact-1 {
	max-width: calc(100% - 20px);
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #000 !important;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #000 !important;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #000 !important;
}
:-ms-input-placeholder { /* IE10â€“11 */
 color: #000c !important;
 font-weight: 400 !important;
}
:-moz-placeholder { /* Firefox 18- */
}
.form-style {
	max-width: 100%;
	margin-bottom: 25px;
	padding: 0;
}
.form-style label {
	display: block;
	font-size: 18px;
	font-family: 'Amaranth', sans-serif;
}
.form-style label &gt; span {
	float: left;
	padding-top: 8px;
	padding-right: 5px;
}
.form-style span.required {
	color: red;
}
.form-style input[type=text], input[type=email] {
	width: 100%;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}
.form-style input[type=text], .form-style input[type=email], .form-style input[type=number], .form-style input[type=file], .form-style textarea,  .form-style select {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #000;
	font-size: 17px;
	border: 1px #e0e0e0 solid;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 20px;
	padding-right: 24px;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	box-sizing : border-box;
	resize: none;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
}
.input-datum {
	margin-top: 45px !important;
	display: block !important;
	;
	max-width: 220px;
}
.input-klein {
	display: block;
	max-width: 320px;
}

/*.form-style .form-style input[type=text]:focus, input[type=email]:focus, .form-style input[type=file]:focus, .form-style textarea:focus, .form-style select:focus{
    border: 1.5px solid #0C0;
}*/
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
.form-style textarea {
	font-family: 'Open Sans', sans-serif;
	height: 180px;
	width: 100%;
}
.container_cb
{
	width:auto;

	margin:auto !important;



}
.container-checkb {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	padding-left: 30px;
	padding-right: 5px;
	padding-top: 0px !important;
	margin-top: 10px !important;
	margin-bottom: 12px;
	cursor: pointer;
	float: left !important;
	width: auto;
	max-width: 400px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.container-checkb:last-child {
	margin-right:0px;
}
/* Hide the browser's default checkbox */
.container-checkb input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.clear-left {
	clear: both !important;
}
/* Create a custom checkbox */
.checkmark {
	margin-top: 1px;
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 50px;
	background-color: #eee;
}
/* On mouse-over, add a grey background color */
.container-checkb:hover input ~ .checkmark {
	background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container-checkb input:checked ~ .checkmark {
	background-color: #E0175E;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.container-checkb input:checked ~ .checkmark:after {
	display: block;
}
/* Style the checkmark/indicator */
.container-checkb .checkmark:after {
	left: 7.3px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* The container */
.radioinput {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 17px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Hide the browser's default radio button */
.radioinput input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 17px;
	background-color: #e5e5e5;
	border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.radioinput:hover input ~ .checkmark {
	background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.radioinput input:checked ~ .checkmark {
	background-color: #5CBF14;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the indicator (dot/circle) when checked */
.radioinput input:checked ~ .checkmark:after {
	display: block;
}
/* Style the indicator (dot/circle) */
.radioinput .checkmark:after {
	top: 8px;
	left: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.form-style button[type="submit"] {
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	padding: 0;
	padding-left: 15px;
	position: relative;
	-webkit-appearance: none;
	width: 170px;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	/* IE10+ */ 
	background-color: #A3C626;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3s;
	height: 55px;
	/* IE10+ */ 

	border: none;
	color: #FFF;
	border-radius: 8px;
	outline: 0;
	box-shadow: #888888;
	box-shadow: 3px 3px 5px rgba(58, 58, 58, 0.8);
	cursor: pointer;
	box-sizing : border-box;
	display: block;
}
.submit-icon {
	position: absolute;
	left: 14px;
	top: 20px;
	display: block;
	width: 21px;
	height: 20px;
	margin: auto;
	background: url(images/verstuur-icon.png) no-repeat;
}
.form-style button[type="submit"]:hover {
	transform: scale(1.1);
	background-color: #333;
	text-decoration: none;
	opacity: 0.9;
}
.success {
	margin: 20px 0px;
	background-color:#CDECFA;
	border:1.8px solid #68C9D0;
	padding: 15px 20px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 17.3px;
	color: #000;
}
.error {
	background: #F2DEDE;
	padding: 5px 10px 5px 10px;
	margin: 10px 0px 20px 0px;
	border: none;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #B94A49;
	border-left: 3px solid #B94A49;
}
/* EINDE NADERE GEGEVENS FORMULIER */
 @media screen and (max-width : 740px) {
.contact-1, .contact-2 {
	position: relative;
	flex: 0 calc(100% - 20px);
	margin-left: 20px;
	margin-bottom: 10px;
}
.contact-2 {
	max-width: calc(100% - 20px);
}
}
</pre></body></html>