


/* NADEREGEGEVENS FORMULIER OPMAAK */
/* form style */
.container_nadere_gegevens
{
	margin:auto;
	width:100%;
	max-width:500px;
}

.flex-bel-terug {
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;

}
.bel-terug-3 {
	display: block;
	flex: 1 0 calc(39.2% - 30px);
	margin-left: 30px;
	max-width:39.2%;
	text-align:center;
	
}
.bel-terug-3:last-child {
	display: block;
	flex: 1 0 calc(20% - 22px);
	margin-left: 22px;
	max-width:20%;
	text-align:center;

	
}

.flex-contact {
	display: flex;
	align-items: flex-start; /* NEW */
	flex-wrap: wrap;
	margin-top: 0px;
	margin-left:-20px;
	
}
.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: #B3B3B3 !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;
	display:block;

	position:relative;
}

.form-style label{
    display: block;
	font-size:18px;
	font-family: 'Futura BdCn BT';
}
.form-style label > 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;
		font-family: 'Futura BdCn BT';
	color: #000;
	font-size: 20px;
border: 1.8px #efefef solid !important;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
	box-sizing : border-box;
	border-radius:0px !important;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 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: 'Futura BdCn BT';
    height:180px;
    width: 100%;
}

.container-checkb {
	vertical-align:middle;
  display: block;
  position: relative;
  padding-left: 35px;
  padding-top:0px !important;
  margin-top:20px !important;
  margin-bottom: 12px;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

/* Hide the browser's default checkbox */
.container-checkb input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  
}

/* Create a custom checkbox */
.checkmark {

	  margin-top:3px;
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  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:  #9A1900;
}

/* 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: #eee;
  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;
}

.button-left-center {
  margin:auto !important;;
  width:100%;
  max-width:190px;
}

.form-style button[type="submit"] {
  	margin: 0;
	padding: 0;
	padding-left:15px;
	position:relative;
	-webkit-appearance: none;
	width: 190px;
	font-size: 22px;
	text-transform:uppercase;
font-weight: bold;
font-family: 'Futura BdCn BT';
	/* IE10+ */ 
	background-color: #F29400;
		-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;

}
.form-style button[type="submit"]:hover {

  	transform: scale(1.01);
	background-color: #333;
	text-decoration: none;
	opacity: 0.9;
}
.submit-icon {
	position: absolute;
	left: 14px;
	top:20px;
	display:block;
	width: 21px;
	height: 20px;
	background: url(../images/verstuur-icon.png) no-repeat;
}
.form-style button.bel-terug[type="submit"]:hover {

 
	background-color: #333;
	text-decoration: none;

}

.form-style button.bel-terug[type="submit"] {
  	margin:0;
	margin-top:4px;
	margin-left:10px;
	padding: 0;
	padding-left:26px;
	position:relative;
	-webkit-appearance: none;
	width: 210px;
	font-size: 25px;
	text-align:left;
font-weight: bold;
font-family: 'Futura BdCn BT';
background-color: #F29400;
		-webkit-transition: ease-in-out 0.3s;
transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.2s;
	height: 57px;
	border: none;
	color: #FFF;
	border-radius:0px !important;
	outline:0;
	cursor: pointer;
	box-sizing : border-box;
	border:1.8px #FFF solid;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
}
.submit-icon-bel-terug {
	position: absolute;
	right: 18px;
	top:20px;
	display:block;
	width: 21px;
	height: 20px;
	background: url(../images/verstuur-icon.png) no-repeat;
}
.form-style button.bel-terug[type="submit"]:hover {

  	transform: scale(1.01);
	background-color: #333;
	text-decoration: none;
	opacity: 0.9;
}


.form-style .success{
	background: #D8FFC0;
	padding: 8px 10px 8px 10px;
	margin: 10px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #2E6800;
	border-left: 3px solid #2E6800;
}
.form-style .success_modal{
	background: #D8FFC0;
	padding: 8px 10px 8px 10px;
	margin: 50px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #2E6800;
	border-left: 3px solid #2E6800;
}
.form-style .error {
	background: #F2DEDE;
	padding: 5px 10px 5px 10px;
	margin: 10px 0px 20px 0px;
	border: none;
	font-weight: bold;
	font-size:17px !important;
	color: #B94A49;
	border-left: 3px solid #B94A49;
}
/* EINDE NADERE GEGEVENS FORMULIER */
 @media screen and (max-width : 1152px) {
	 .flex-bel-terug {
		 justify-content: center;
}
.bel-terug-3 {
	display: block;
	flex: 1 0 calc(50% - 30px);
	margin-left: 30px;
	max-width:50%;
	text-align:center;
	
}
.bel-terug-3:last-child {
	margin-top:30px;
	display: block;
	flex: 1 0 calc(50% - 30px);
	margin-left: 30px;
	max-width:50%;
	text-align:center;

	
}
 }
 @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);
}
 }
   @media screen and (max-width : 600px) {

}
  @media screen and (max-width : 420px) {
	  .flex-bel-terug {
	  margin-top:-15px;
	  }
	  .bel-terug-3 {
	display: block;
	flex: 1 0 calc(100% - 30px);
	margin-left: 30px;
	max-width:100% !important;
	text-align:center;
	margin-bottom:15px;
	
}
	.bel-terug-3:last-child {
		margin-top:10px;
	}
	.form-style .error {

	font-size:14px !important;

}
  }

 