.achtergrondkleur
	{
		background-color: initial;
	} 

.formlijstlayout li
 	 {
 	 	list-style:none;
 	 	display: block;
 	 	padding: 1% 3% 1% 3%; 	 	 	 	 	 
 	 }

textarea 
    	{ text-align: left;
    	  width:85%;
    	  max-width:85%;
		 }

fieldset
	 { 	max-width: 90%; /*fluid*/
	 	border-width: 0.1rem;
	   	border-style:solid;
		border-color:#0d3173; /*donkerblauw*/
		box-shadow:0.6rem 0.3rem 0.3rem #333333;/*grijstint*/
		border-radius: 1.3rem;  /*ronde hoeken*/
		padding: 1% 1%  1% 1%;
		
	 }

label
   {  cursor:pointer;
   	  text-align:left;
	  vertical-align:top;
	  padding: 0% 1% 0% 0%;
	}

input[type=checkbox]
	 {    
   	 	overflow:hidden;
    	width:1rem;
    	height:1rem;
	 }
	
input
  {	width: 60%;  	
  }

.lengteoptionkeuze
{width: 67%;
	}
.grecaptcha-badge {
visibility: hidden;
}
