body {
	font-family: Times New Roman;
	width: 1200px;
}

header {
    background-color: #FAF9F6;
    height: 100px;
    width: 100%;
	margin: auto;
	text-align: right;
}
#vak {
    background-color: #FAF9F6;
    width: 1200px;
}

#blok {
    background-color: #FAF9F6;
    width: 1200px;
	height: 800 px;
}

h1 {
    color: #266326;
    margin-left: 60px;
    margin-right: 10px;
}

h2 {
    color: #266326;
    margin-left: 60px;
    margin-right: 10px;
}

p {
    color: #000000;
    margin-left: 60px;
    margin-right: 10px;
}

.navbar {
	overflow: hidden;
	background-color: #FAF9F6;
	height: 50px;
}

.navbar a {
	float: right;
	font-size: 16px;
	color: #000000;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.dropdown {
	float: right;
	overflow: hidden;
}

#logoid {
	float: left;
}

.dropdown .dropbtn {
	font-size: 16px;  
	border: none;
	outline: none;
	color: #000000;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: #C5E1A5;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #FAF9F6;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}	

.dropdown-content a {
	float: none;
	color: #000000;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	background-color: #DDDDDD;
}

.dropdown:hover .dropdown-content {
	display: block;
}

img {
	float: right;
	border: 1px dotted black;
	margin: 0px 0px 10px 20px;
}

ol {
    color: #000000;
    margin-left: 60px;
    margin-right: 10px;
}

ul {
    color: #000000;
    margin-left: 60px;
    margin-right: 10px;
}

table {
    font-family: times new roman;
    border-collapse: collapse;
	border: 1px solid #266326;
    margin-left: 60px;
    margin-right: 10px;
    width: 1000 px;
}

td, th {
    border: 1px solid #000000;
	text-align: left;
    padding: 8px;
}

.button1 {
	background-color: #C5E1A5; 
	color: #000000; 
	border: 2px solid #266326;
	margin-left: 262px;
	margin-right: 262px;
}

.button1:hover {
	background-color: #FAF9F6;
	color: #000000;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

* {
	box-sizing: border-box;
}

.column {
	float: left;
	width: 25%;
	padding: 5px;
	height: 250px
}

/* Clearfix (clear floats) */
.row::after {
	content: "";
	clear: both;
	display: table;
}

* {box-sizing: border-box;}

input[type=text], select, textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #266326;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
}

input[type=inleveren] {
	background-color: #266326;
	color: #FFFFFF;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

input[type=inleveren]:hover {
	background-color: #C5E1A5;
}

.container { width: 1200px; margin: auto; }
        .question { font-size: 24px; margin: 20px 0; text-align: center; }
        .options { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
        .option { width: 225px; height: 275px; background-color: #FAF9F6; display: flex; flex-direction: column; align-items: center; justify-content: center; cursor: pointer; font-size: 20px; font-weight: bold; padding: 10px; text-align: center; }
        .option img { width: 200px; height: 200px; object-fit: cover; margin-bottom: 10px; }
        .progress-bar { width: 675px; height: 20px; border: 1px solid black; margin: 20px auto; display: flex; }
        .progress { background-color: #C5E1A5; height: 100%; width: 0%; }
        .results { display: none; margin-top: 20px; text-align: left; }
        .result-container {
			display: flex;
			align-items: center; /* Zorgt ervoor dat alles netjes uitgelijnd is */
			gap: 75px; /* Ruimte tussen de afbeelding en de beschrijving */
			margin-left: 60px;
			margin-bottom: 75px;
		}
.result-text {
	max-width: 600px; /* Optioneel, zodat de tekst niet te breed wordt */
}
.email-section {
    margin-top: 20px;
}
        