/* BY DEFAULT */


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');

/*

COLOR:

gold: #c6a571
white-off: #f5f4f3
dark-grey: #343434
grey: #ababab
light-grey: #f5f4f3

sand: #d1c7bd

background: #fefcfb
*/

#form_box form label {
	display: block;
	width: 100%;
	font-size: 0.9rem;
	margin-bottom: 4px;
	margin-left: 2px;
}

#form_box form input, #form_box form select, #form_box form input#Geboortedatum {
	display: block;
	width: 100%;
	margin-bottom: 16px;
	padding: 8px;
	height: 44px;
	border-style: solid;
	border-color: #c6a571;
	border-radius: 8px;
	border-width: 1px;
	background-color: #f5f4f3;
}

#form_box form textarea {
	display: block;
	width: 100%;
	padding: 8px;
	margin-bottom: 4px;
	border-style: solid;
	border-color: #c6a571;
	border-radius: 8px;
	border-width: 1px;
	background-color: #f5f4f3;
}

#form_box form input:nth-last-child(1) {
	background-color: #c6a571;
	color: #343434;
	margin-top: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 20px;
	padding-right: 20px;
	border-style: none;
	font-weight: 400;
}

#form_box form input:nth-last-child(1):hover {
	cursor: pointer;
	background-color: #343434;
	color: #c6a571;
}

#form_box form select option {
    color: #676767;
}

#form_box form input#Geboortedatum {
    /*width: 94%;*/
}

#form_box form #date {
  cursor: pointer;
}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 900px) {}

/* smaller than iPad mini */
@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 320px) {}


