* {
	box-sizing: border-box;
	color: #5e094c;
	font-family: 'Helvetica';
}

p {
	margin: 0pt;
}

.anker, .jaranker {
	font-size: 18pt;
	display: table-cell;
	text-align: center;
}

.ankerrij {
	display: table-row;
}

.antwoordblok {
	display: table;
	table-layout: fixed;
	margin-top: 10px;
	width: 100%;
}

#antwoordvergeten { 
	display: none; 
	text-align: center; 
	color: red;
}

.bullit {
	display: table-cell;
	text-align: center;
	background-color: #e5e5e5;
	height: 3rem;
	vertical-align: middle;
}

.bullit:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.bullit:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.bullit:hover {
	background-color: #999999;
	transition: 0.3s;
}

.bullitrij {
    margin-top: 2rem;
	display: table-row;
}

.bullitrij:nth-child(odd) .bullit {
	background-color: white;
}

.bullit input{
  opacity: 0;
  cursor: pointer;
  height: 1px;
  width: 1px;
  margin: 0px;
}

.centercontainer {
	position: fixed;
	flex-direction: column;
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	text-align: center;
	z-index: 1;
	top: 0;
	left: 0;
}

.checkmark {
	position: relative;
	height: 1.8rem;
	width: 1.8rem;
	background-color: white;
	border: 0.5pt solid gray;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

.bullit input:checked + .checkmark {
  background-color: #5e094c;
  transition: 0.3s;
  border: none;
}

#instructie {
    font-size: 18pt;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
    }

.startinput {
    color: gray;
    font-size: 16pt;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 2rem;
	width: 90%;
	max-width: 22rem;
	border-radius: 5px;
	border: 1px solid;
	text-align: center;
}

.startlabel {
    font-size: 18pt;
    text-align: center;
    }

#opmerkingveld {
	width: 100%;
	max-width: 40rem;
	border: 0.5pt solid #5e094c;
	border-radius: 5px;
	margin-top: 10px;
}

.overslaan {
	background: transparent;
	border: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 3.2rem;
	width: 90%;
	max-width: 22rem;
	font-size: 16pt;
	-webkit-appearance: none;
}


.overslaan:hover {
	cursor: pointer;
	color: gray;
	transition: 0.3s;
}

#product {
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

.producttoelichting, .testomschrijving {
	font-size: 16pt;
	text-align: center;
	margin-top: 10px;
}

/*
.centercontainer {
	
	flex-direction: column;
	width:100%;
	height:100%;
	display: flex;
	
	
	z-index: 1;
	top: 0;
	left: 0;
}
*/

#logocontainer { 

	width: 100%;
	top: 0;
	text-align: center;
	z-index: 2;
}

#smilde_logo {
	width: 120pt;	
}

#paknu {
    font-size: 20pt;
    }

.term, .termklein {
	font-weight: bold;
	font-size: 18pt;
	margin-top: 5rem;
}

.termklein {
	margin-top: 2rem;
}



.volgendeKnop {
	background: #5e094c;
	border: 1px solid #5e094c;
	border-radius: 1rem;
	color: white;
	cursor: pointer;
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	height: 3.2rem;
	width: 90%;
	max-width: 22rem;
	font-size: 20pt;
	-webkit-appearance: none;
}


.vraagblok {
	width: 100%;
	max-width: 60rem;
	margin-left: auto;
	margin-right: auto;
}



/* alles over introductievraag */

#introductievraagEN {
		font-size: 12pt;
		margin-bottom: 7px;
}

#introductievraagNL {
	margin-top: 40px;
}

.introlabel {
	display: inline-block;
}

.introductiebundel input {
  opacity: 0;
  cursor: pointer;
  height: 1px;
  width: 1px;
  margin: 0px;
}

.introductiecheck {
	display: inline-block;
	position: relative;
	height: 1.8rem;
	width: 1.8rem;
	background-color: white;
	border: 0.5pt solid gray;
	border-radius: 50%;
	margin-top: 1rem;
}

.introductiebundel input:checked + .introductiecheck {
  background-color: #5e094c;
  transition: 0.3s;
  border: none;
}

.introlabel {
	position: absolute;
	font-size: 18pt;
	margin-top: 1rem;
	margin-left: 0.5rem;
}

.subEN {
	font-size: 12pt;
}


/* tot hier introductievraag */

@media screen and (max-width: 400px) {
	.jaranker {
		font-size: 12pt;
	}
}

/* taalkeuze */

#taalmenuonder {
	position: fixed;
	right: 0.75rem;
	bottom: 0.75rem;
	z-index: 2;
}

