#rangpang-form label {
  display: block;
  margin-top: 10px;
}

#rangpang-form label input[type=radio]{
	position:relative;
	width:100px;
}


#validate-btn{
	position:relative;
	top:20px;
}


#form-summary {
  margin-top: 20px;
}

#rangpang-form input {
  width: 100%;
  max-width: 300px;
}

#rangpang-form input,
#rangpang-form select,
#rangpang-form textarea {

  font-size: 16px;              /* Zorg dat alle velden dezelfde tekstgrootte hebben */
 
 background-color: transparent;    /* laat thema de achtergrond bepalen */
  color: inherit;                   /* neem de tekstkleur van de parent over */
  border: 1px solid currentColor;   /* border in dezelfde kleur als de tekst */
  padding: 0.7em 0.8em;               /* optioneel: dezelfde padding als thema */
}

#rangpang-form input:focus,
#rangpang-form select:focus,
#rangpang-form textarea:focus {
  outline: auto;                    /* laat thema focus-outline zien */
}

#back-btn[disabled] {
  display: none;
}


