.halfcontainer {
	width: 50%;
	height: auto;
}
.top {
	position: absolute;
	top: 0;
}
.bottom {
	position: absolute;
	bottom: 30px;
}
#formcontainer {
	background: #fcfcfc; 
	box-sizing: border-box;
	padding: 8vh;
	position: relative;
}

#Screen1 b {
	font-weight: inherit;
	color: #9FC754;
}
#Screen1 h2 {
	padding-bottom: 1vh;
	border-bottom: 1px solid #9FC754;
}
#Screen2 b {
	font-weight: inherit;
	color: #58c5c9;
}
#Screen2 h2 {
	padding-bottom: 1vh;
	border-bottom: 1px solid #58c5c9;
}

.vragen {
	width: 100%;
	height: auto;
}
.vragen form {
	width: 60%;
	height: auto;
	min-width: 260px;
}
.vragen table {
	width: 100%;
	font-size: 1vw;
	border-collapse: collapse;
}
.vragen td {
	vertical-align: top;
	width: calc(30px + 2vw);
}
#Screen1 .vragen td {
	border-bottom: 1px solid #9FC754;
}
#Screen2 .vragen td {
	border-bottom: 1px solid #58c5c9;
}
.vragen tr:last-child td {
	border: none !important;
}
.vragen td:first-child {
	width: auto;
}
tr {
	margin-bottom: 1vh;
	line-height: 2.5em;
	
}
.guibuttons {
	line-height: 2em;
	padding: 0 0.5em;
	color: white;
	font-size: 1.2vw;
	display: inline-block;
	cursor: pointer;
	margin-top: 1vh;
}
#Screen1 .guibuttons {
	background-color: #9FC754;
}
#Screen2 .guibuttons {
	background-color: #58c5c9;
}
.progression {
	font-size: 1vw;
	margin: 20px 0px;
}
.progression span {
	cursor: pointer;
}
.progression b {
	display: none;
}
.resultaat {
	font-size: 1.1vw;
}
.pijltjeomhoog {
	position: absolute;
	top: 4vh;
	left: 4vh;
	font-size: 4vh; /* padding of the screens*/
	cursor: pointer;
}
#textbox {
	position: absolute; 
	background-color: #f3f3f3;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	padding: 20px;
	width: 40vw;
	max-width: 400px;
	height: auto;
	font-size: 0.8vw;
	font-size: calc(0.7vw + 0.5vh);
}
.infor {
	padding: 0 0.7vw;
	font-size: 2.3vw;
}
.resultaat .klikhier {
	cursor: pointer;
	text-decoration: underline;
}