:root {
	--text-color: #1A1A1A;
	--aor-groen: rgb(0,102,51);
	--aor-blauw: rgb(0,153,204);
	--aor-blauw-tekst: rgb(0,102,153); /* iets donderder dan rgb(0,153,204) t.b.v. digi-toegankelijkheid */
	--aor-font-family: 'Jost', sans-serif;
	--aor-kopje-font-family: 'Jost', sans-serif;
}

* {
	font-family: var(--aor-font-family);
}

body {
	font-size: 1.125rem; /* 18px; */
	line-height: 1.6;
	color: var(--text-color);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin: 0px 20px 0 20px;
    /* background-image: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
	min-height: 100vh; */
} 

div {
	margin: 0 auto;
}

div.element {
	width: 100%;
	max-width: 950px;
}

table {
	border-collapse: collapse;
	border-style: solid;
	border-width: 0pt;
	padding: 0px;
	width: 100%;
}

p {
	margin:0 auto;
	margin-bottom: 12px;
}

a, a:visited {
	color: var(--aor-groen);
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:focus {
	color: var(--aor-blauw);
}

a.white {
	color: #FFFFFF;
}

a.white:hover, a.white:focus {
	text-decoration: underline;
}

a.gray {
	color: #333333;
}

.question-note {
	color: var(--aor-blauw-tekst);
}

img {
	border: 0;
}

ul {
	list-style: none;
	padding-left: 0px;
}

li {
	/* list-style-image: url('../img/bullet.svg'); */
	background: url('../img/bullet.svg') no-repeat 0px 10px;
	background-size: 5px;
	padding-left: 14px;
}

.questionhead-background {
	font-size: 1rem; /* 16px; */
	line-height: 1.6;
	color: #FFFFFF;
	background-color: var(--aor-groen);
	padding: 14px;
}

.info-background {
	color: #333333;
	background-color: rgb(236,240,241);
	padding: 14px;
}

.titel {
	font-family: var(--aor-kopje-font-family);
	color: var(--aor-groen);
	font-weight: 700;
	font-size: 2rem; /* 32px; */
	line-height: 1.0;
	/* text-transform: uppercase; */
	text-align: left;
	vertical-align: middle;
	margin-bottom:0px;
}

.subtitel {
	font-family: var(--aor-kopje-font-family);
	color: var(--aor-blauw);
	font-weight: 700;
	font-size: 1.3rem; /* 20px; */
	text-transform: uppercase;
	text-align: left;
}

h1, h2 {
	font-family: var(--aor-kopje-font-family);
	color: var(--aor-groen);
	font-weight: 800;
	font-size: 1.25rem; /* 20px */
	text-transform: uppercase;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 20px;
}

h3 {
	font-family: var(--aor-kopje-font-family);
	color: var(--aor-groen);
	font-weight: 800;
	font-size: 1.125rem; /* 18px */
	/* text-transform: uppercase; */
	text-align: left;
	margin-top: 32px;
	margin-bottom: 8px;
}

div#overall {
	border-style: solid;
	border: 1px solid #B3B3B3;
	border-radius: 12px;
}

td.result_left {
	padding-top: 10px;
	width: 200px;
	text-align: -webkit-center; /* center; */
	vertical-align: top;
	/* background-color: rgb(51,51,51); */
}

td.result_right {
	font-size: 1.125rem; /* 18px */
	padding: 20px;
}

img.result {
	display: block;
	max-width: 140px;
}

.footer {
	font-size: 0.875rem; /* 14px; */
	line-height: 1.5;
}

.knop {
 	display: inline-block;
 	border: 0px solid var(--aor-groen);
	border-radius: 25px; /* 0.25rem; */
 	background-color: var(--aor-groen);
 	padding: 10px 20px 10px 20px;
 	height: auto;
 	width: auto;
 	min-width: 50px;
 	margin: 4px;
	color: #FFFFFF;
	font-family: var(--aor-font-family);
 	font-size: 0.875rem; /* 14px; */
	font-weight: bold;
 	text-align: center;
 	vertical-align: middle;
 	cursor: pointer;
}

.knop:hover, .knop:focus {
 	filter: brightness(90%);;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 8px 20px 0 rgba(0, 0, 0, 0.3);
 	border: 0px solid var(--aor-blauw);
 	background-color: var(--aor-blauw);
/*
	border: 0px solid #000000;
 	background-color: #000000;
*/
}

.knop_icon {
 	display: inline-block;
	border:0;
	padding:0px;
	margin:0px;
	vertical-align:middle;
	height:12px;
}

.knop_back {
 	display: inline-block;
 	border: 1px solid #DDDDDD;
	border-radius: 25px; /* 0.25rem; */
 	background-color: #FFFFFF;
 	padding: 10px 20px 10px 20px;
 	height: auto;
 	width: auto;
 	min-width: 50px;
 	margin: 4px;
	color: #353535;
	font-family: var(--aor-kopje-font-family);
 	font-size: 0.875rem; /* 14px; */
	font-weight: bold;
 	text-align: center;
 	vertical-align: middle;
 	cursor: pointer;
}

.knop_back:hover, .knop_back:focus {
 	background-color: #E4E7EA;
/*
	border: 0px solid #000000;
 	background-color: #000000;
*/
}

polygon.arrow_back {
	fill: #353535;
}

table.result {
	padding: 0px;
	width: 100%;
}

table.follow-up {
	border-style: none;
	padding: 0px;
	width: 100%;
}

.page_title {
	font-family: var(--aor-kopje-font-family);
	color: var(--aor-groen);
	font-weight: 700;
	font-size: 1.25rem; /* 20px; */
	line-height: 1.0;
	/* text-transform: uppercase; */
	text-align: left;
	vertical-align: middle;
	margin-top: 20px;
	margin-bottom: 40px;
}

.page_inleiding {
	color: var(--aor-blauw-tekst);
	font-weight: 400;
	font-size: 1.125rem; /* 18px; */
	line-height: 1.6;
	/* text-transform: uppercase; */
	font-style: italic;
	text-align: left;
	vertical-align: top;
	margin-top: -20px;
	margin-bottom: 20px;
}

vragenlijst {
	width: 100%;
	border-collapse: collapse;
}

.vragenlijst th,
.vragenlijst td {
	padding: 8px;
	text-align: center;
}

.vragenlijst td:first-child {
	text-align: left;
}

/* Veberg labels in Desktop-modus */
.vragenlijst label {
	display: none;
}

/* Toon labels bij Achtergrondvragen in Desktop-modus */
.grid-container label {
	display: block;
}

.vragenlijst td.info {
	font-style: italic;
	color: var(--aor-blauw-tekst);
}

/* ************* MOBILE: RESPONSIVE DESIGN ************* */

@media (max-width: 768px) {

	/* header verbergen */
	.vragenlijst thead {
		display: none;
	}

	/* volledige breedte benutten */
	.vragenlijst,
	.vragenlijst tbody,
	.vragenlijst tr,
	.vragenlijst td {
		display: block;
		/* width: 100%; */
	}
	
	.vragenlijst tr {
		margin-bottom: 20px;
		border: 1px solid #bbb;
		border-radius: 8px;
	}

	.vragenlijst th,
	.vragenlijst td {
		padding: 8px;
		text-align: center;
	}

	/* Plaats de vraagtekst bovenaan in een speciale opmaak */
	.vragenlijst td.question {
		font-weight: bold;
		margin-bottom: 10px;
		background-color: #eee;
		border-bottom: 1px solid #bbb;
		border-radius: 8px 8px 0px 0px;
	}

	/* Plaats de antwoorden onder elkaar i.p.v. naast elkaar */
	.vragenlijst td.answer {
		display: flex;
		align-items: center;
		margin-bottom: 4px;
		border: none;
		padding: 2px 0;
	}

	/* Toon labels in Mobile-modus */
	.vragenlijst label {
		display: inline; /* of inline-block */
	}

	/* Labels tonen (uit data-label) */
	.vragenlijst td.answer::before {
		content: attr(data-label);
		margin-right: 10px;
		font-weight: normal;
		min-width: 70px;
	}

	/* dubbele tekst verbergen */
	.vragenlijst label span {
		display: none; 
	}

	/* na de laatste antwoord-optie iets meer spacing */
	.vragenlijst td:last-child {
		margin-bottom: 10px;
	}
}

.questionhead {
	color: #FFFFFF;
	font-size: 0.938rem; /* 15px; */
	font-weight: bold;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	white-space: nowrap;
	padding-left: 10px;
}

.questionhead_blank {
	background-color: #FFFFFF;
}

td.question {
	font-size: 1.125rem; /* 18px; */
	color: #333333;
	text-align: left;
	/* vertical-align: top; */
	white-space: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	width: auto;
	border-bottom: 1px solid #dddddd;
	word-break: break-word;
}

td.answer {
	font-size: 1.125rem; /* 18px; */
	color: #333333;
	text-align: center;
	/* vertical-align: top; */
	white-space: nowrap;
	padding-top: 8px;
	padding-bottom: 8px;
	/* width: 60px; */
	border-bottom: 1px solid #dddddd;
}

td.txtanswer {
	font-size: 1rem; /* 16px; */
	color: #333333;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	width: auto;
	border-bottom: 1px solid #dddddd;
}

th.antwcat {
	color: #FFFFFF;
	font-size: 0.875rem; /* 14px; */
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	white-space: nowrap;
	width: 60px;
	vertical-align: bottom;
}

td.pagenav {
	padding-top: 8px;
	padding-bottom: 8px;
	width: 50%;
}

td.pagenav_left {
	padding-left: 0px;
	text-align: left;
}

td.pagenav_right {
	padding-right: 0px;
	text-align: right;
}

button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	padding: 0px;
	overflow: hidden;
	outline: none;
	margin-bottom: 4px;
}

.txtnormal {
	font-size: 1rem; /* 16px; */
	text-decoration: none;
}

.msg_err {
	color: rgb(230,33,23);
	font-weight: bold;
	font-size: 1rem; /* 16px; */
	text-decoration: none;
}

.msg_ok {
	color:	var(--aor-blauw-tekst);
	font-weight: bold;
	font-size: 1rem; /* 16px; */
	text-decoration: none;
}

.fog {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: white;
	z-index:1001;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
	overflow: hidden;
}

.popup {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	max-width: 400px;
	height: auto;
	max-height: 400px;
	margin: 0px;
	/* padding: 16px; */
	border: 1px solid black;
	/* background-color: white; */
	z-index:1002;
	overflow:auto;
	font-size: 1rem; /* 16px; */
}

input[disabled] {
	background-color: #dedede;
}

input[readonly] {
	background-color: #dedede;
}

.hidden {
	display: none !important;
}

.hide {
	font-size: 0px;
}

input, textarea {
	font-size: 1.0rem; /* 16px; */
	color: #333333;
}

input[type="radio"], input[type="checkbox"] {
	height: 22px;
	width: 22px;
	accent-color: gray;
}

/*
input[type='radio']:after {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #dddddd;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

input[type='radio']:checked:after {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: var(--aor-groen);
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}
*/

label {
	vertical-align: top;
	margin-left: 10px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
/*	white-space: normal; */
    transform: translateY(3px); /* laat tekst 3px zakken t.o.v. de radio-option */
}

input[type="radio"]:checked+label {
	font-weight: bold;
}

input[type="checkbox"]:checked+label {
	font-weight: bold;
}

select {
	font-size: 1.0rem; /* 16px; */
	color: #333333;
	font-weight: bold;
}

button.start {
	min-width: 150px;
	max-width: 200px;
	width: auto;
	min-height: 60px;
	max-height: 100px;
	height: auto;
	border-radius: 25px; /* 4px; */
	padding: 5px 10px 5px 10px;
	text-align: center;
	vertical-align: middle;
	background-color: var(--aor-groen);
	color: #ffffff;
 	font-size: 1rem; /* 16px; */
	font-weight: bold;
}

button.start:hover, button.start:focus {
	filter: brightness(90%);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 8px 20px 0 rgba(0, 0, 0, 0.3);
 	border: 0px solid var(--aor-blauw);
 	background-color: var(--aor-blauw);
}

button.start:disabled {
	background-color: #CCCCCC;
	pointer-events: none;
}

/* Navigation menu */

.nav_dropdown-button {
 	display: inline-block;
 	border: 0px solid var(--aor-groen);
	background-color: #FFFFFF;
	color: var(--aor-groen);
	padding: 6px 20px 6px 0px;
 	height: auto;
 	width: auto;
 	min-width: 50px;
 	margin: 0;
 	font-size: 1rem; /* 16px; */
	font-weight: bold;
 	text-align: left;
 	vertical-align: middle;
 	cursor: pointer;
}

.nav_dropdown {
	position: relative;
	display: inline-block;
}

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

.nav_dropdown-content a {
	font-size: 1rem; /* 16px; */
	color: var(--aor-groen);
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

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

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

.nav_dropdown:hover .nav_dropdown-button {
	color: var(--aor-blauw);
}

/* Show or hide elements based on mobile or web view, switch at 480px */

@media screen and (max-width: 600px) {
	.web { display: none; }
	.mobile { display: normal; }
}

@media screen and (min-width: 600px) {
	.web { display: normal; }
	.mobile { display: none; }
}

@media print {
	.web { display: normal; }
	.mobile { display: none; }
}

div.sticky {
	top: 0px;
	position: -webkit-sticky;
	position: sticky;
}

div.sticky-header {
	top: 0px;
	margin: -8px -8px 0px -8px;
	padding: 8px 8px 15px 8px;
	background-color: white;
	position: -webkit-sticky;
	position: sticky;
}

/* Grid-container */

label {
	white-space: normal;
	margin-bottom: 4px;
}

.grid-container {
	display: grid;
	grid-template-columns: 25px auto;
	/* align-items: start; */
}

.grid-container input[type="radio"], input[type="checkbox"] {
	grid-column-start: 1;
}

.grid-container label, input[type="text"] {
	grid-column-start: 2;
}

/*
================== WGCA: Level AAA ================== 
Instellingen die het niet bepaald mooier maken, maar wel noodzakelijk zijn voor Level AAA
*/

.knop {
	min-height: 44px !important;
}

td.nav {
	height: 44px !important;
	cursor: pointer;
}

.nav_dropdown-button {
	min-height: 44px;
}

td.nav a {
	padding-top: 12px; /* hiermee vergroot je de aanklikbare ruimte */
	padding-bottom: 12px; /* hiermee vergroot je de aanklikbare ruimte */
}

td.nav a img {
	min-height: 18px !important; /* maak het vlaggetje groot genoeg */
	min-width: 34px !important; /* maak het vlaggetje groot genoeg */
}



