@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');

body {
	background-color: #F4F4F4;
	color: #444444;
	font-family: "Poppins", Arial, Verdana, sans-serif;
	font-weight: 300;
	font-size: 1.125rem;
	line-height: 1.8;
	margin: 0;
	padding: 0;
}

div, p, td, th, fieldset, input, textarea, select {
	color: #444444;
	font-size: 1rem;
	font-family: "Poppins", Arial, Verdana, sans-serif;
	font-weight: 300;
	line-height: 1.8;
}

table, tr, td {
	font-family: "Poppins", Arial, Verdana, sans-serif;
}

p {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	margin-top: 1rem;
	margin-bottom: 1rem;
	letter-spacing: 0.2px;
}

p.intro {
	font-weight: 500;
	font-size: inherit;
	line-height: 1.6;
	color: #006E98;
}

@media (min-width: 769px) {
	p.intro {
		font-size: 1.125rem;
	}
}

@media (min-width: 1200px) {
	p.intro {
		font-size: 1.25rem;
	}
}

.highlight-color {
	color: #3B2D55 !important;
}

.highlight-bg {
	background-color: #008FC5 !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Poppins", Arial, Verdana, sans-serif;
	font-weight: 700;
	line-height: 1.1;
	margin-top: 0;
	margin-bottom: 1rem;
	color: #3B2D55;
}

h1, .h1 {
	font-size: 2.75rem;
}

h2, .h2 {
	font-size: 2.1rem;
}

h3, .h3 {
	font-size: 1.5rem;
	color: #3B2D55;
	text-transform: uppercase;
}

h4, .h4 {
	font-size: 1.2rem;
}

h5, .h5 {
	font-size: 1rem;
}

h6, .h6 {
	font-size: 0.9rem;
}

h2.highlight {
	color: #3B2D55;
}

a:link,
a:visited,
a:hover {
	color: #008FC5;
}

a:not([class*='btn']):not([class*='button']),
a[href]:not([class*='btn']):not([class*='button']) {
	text-decoration: none;
	transition: all 0.2s ease;
}

/* HEADER */
.siteheader {
	position: relative;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #ffffff;
	min-height: 120px;
	height: auto;
	padding: 0;
	font-size: 11px;
	font-family: "Poppins", Arial, Verdana, sans-serif;
}

/* logo - ongewijzigd uit jouw goede versie */
.siteheader::before {
	content: "";
	position: absolute;
	left: 650px;
	top: 44px;
	width: 550px;
	height: 100px;
	background-image: url("/download/43/WBFKO/204184%20Logo%20WKK%20DEF%20RGB.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	z-index: 5;
	pointer-events: none;
}

/* responsive logo */
@media (max-width: 1700px) {
	.siteheader::before {
		left: 560px;
		top: 36px;
		width: 470px;
		height: 130px;
	}
}

@media (max-width: 1500px) {
	.siteheader::before {
		left: 470px;
		top: 30px;
		width: 400px;
		height: 110px;
	}
}

@media (max-width: 1366px) {
	.siteheader {
		min-height: 105px;
	}

	.siteheader::before {
		left: 365px;
		top: 22px;
		width: 320px;
		height: 95px;
	}
}

@media (max-width: 1200px) {
	.siteheader {
		min-height: 95px;
	}

	.siteheader::before {
		left: 260px;
		top: 18px;
		width: 280px;
		height: 82px;
	}
}

@media (max-width: 992px) {
	.siteheader {
		min-height: 88px;
	}

	.siteheader::before {
		left: 140px;
		top: 14px;
		width: 240px;
		height: 72px;
	}
}

.headerimage {
	background-image: none;
	width: 100%;
	margin: 0;
	padding: 10px 0 30px 0;
	background-color: #ffffff;
}

/* benchmarknaam weg */
.benchmarkname {
	display: none !important;
}

/* MAINMENU */
.mainmenu .padding {
	padding-top: 15px;
}

.mainmenu {
	background-image: none !important;
	height: 50px;
	position: relative;
	background-color: #ffffff !important;
	border: 0 !important;
	box-shadow: none !important;
}

.mainmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	background: transparent !important;
}

.mainmenu ul li {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0 14px;
	height: 33px;
	color: #008FC5;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	vertical-align: middle;
}

/* oude separator op a uitzetten */
.mainmenu ul li a::after {
	content: none !important;
	display: none !important;
}

/* nieuwe separator stabiel op li */
.mainmenu ul li:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 18px;
	background-color: #666666;
}

.mainmenu ul li a {
	display: inline-block;
	height: 28px;
	font-family: Arial, Verdana, Sans-Serif;
	margin: 9px 0;
	position: relative;
	background: transparent !important;
	background-image: none !important;
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;
}

.mainmenu ul li span {
	display: inline-block;
	height: 28px;
	padding: 0;
	margin-left: 0;
	cursor: pointer;
	font-weight: 400 !important;
	color: #666666;
	text-transform: uppercase;
	background: transparent !important;
	background-image: none !important;
	border: 0 !important;
	box-shadow: none !important;
}

.mainmenu ul li span:hover {
	color: #d73564;
}

.mainmenu a:link,
.mainmenu a:visited,
.mainmenu a:hover {
	text-decoration: none;
	background: transparent !important;
	background-image: none !important;
	background-color: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
	outline: 0 !important;
}

.mainmenu ul li a:hover {
	background-image: none !important;
	background-color: transparent !important;
	color: #d73564 !important;
	box-shadow: none !important;
	border: 0 !important;
	outline: 0 !important;
}

.mainmenu ul li a:hover span {
	background-image: none !important;
	background-color: transparent !important;
	color: #d73564 !important;
	box-shadow: none !important;
	border: 0 !important;
	outline: 0 !important;
}

.mainmenu ul li.active a {
	background-image: none !important;
	background-color: transparent !important;
	color: #3B2D55 !important;
	box-shadow: none !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important;
}

.mainmenu ul li.active a span {
	background-image: none !important;
	background-color: transparent !important;
	color: #3B2D55 !important;
	box-shadow: none !important;
}

.mainmenu span {
	color: #666666;
}

.mainmenu a:hover span {
	color: #d73564 !important;
}

.mainmenu .active a {
	background-color: transparent !important;
	border-bottom: none;
}

.mainmenu .active a span,
.mainmenu .active a:hover span {
	color: #3B2D55 !important;
}

/* fix tegen wit randje / driehoek / hoverpaneel */
.mainmenu ul li::before,
.mainmenu ul li a::before,
.mainmenu ul li span::before,
.mainmenu ul li span::after {
	background-image: none !important;
	box-shadow: none !important;
}

.mainmenu ul li:hover::before,
.mainmenu ul li a:hover::before,
.mainmenu ul li a:hover::after,
.mainmenu ul li:hover > a::before,
.mainmenu ul li:hover > a::after,
.mainmenu ul li:hover > span::before,
.mainmenu ul li:hover > span::after,
.mainmenu ul li.active:hover::before {
	content: none !important;
	display: none !important;
	border: 0 !important;
	background: none !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
}

.mainmenu ul li:hover,
.mainmenu ul li:hover > a,
.mainmenu ul li:hover > span {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;
}

/* mogelijke submenu-container die wit kader/pijl geeft */
.mainmenu ul li ul,
.mainmenu ul li:hover ul,
.mainmenu ul li.active ul {
	background: #ffffff !important;
	background-image: none !important;
	border: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;
}

.mainmenu ul li ul::before,
.mainmenu ul li ul::after,
.mainmenu ul li:hover ul::before,
.mainmenu ul li:hover ul::after,
.mainmenu ul li.active ul::before,
.mainmenu ul li.active ul::after {
	content: none !important;
	display: none !important;
	border: 0 !important;
	background: none !important;
	box-shadow: none !important;
}

/* SUBMENU */
.submenu ul li a:hover {
	background-image: none;
	color: #008FC5;
}

.submenu ul li a:hover span {
	background-image: none;
	color: #008FC5;
}

.submenu ul li.active a {
	background-image: none;
	color: #008FC5;
}

.submenu ul li.active a span {
	background-image: none;
	color: #008FC5;
}

.submenu a:link,
.submenu a:visited,
.submenu a:hover {
	color: #008FC5;
	text-decoration: none;
	font-weight: bold;
	font-family: "Poppins", Arial, Verdana, sans-serif;
}

.submenu .active {
	background-color: #008FC5;
}

.submenu .active a:link span,
.submenu .active a:visited span,
.submenu .active a:hover span {
	color: #FFFFFF;
}

/* FOOTER */
.sitefooter {
	background-image: none;
	background-repeat: no-repeat;
	padding-top: 15px;
	background-color: #ffffff;
	font-family: "Poppins", Arial, Verdana, sans-serif;
}

.sitefooter .clearfix a {
	font-size: 12px;
}

.sitefooter p {
	font-size: 12px;
}

/* TABELLEN / VRAGENBLOKKEN */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

table tr td,
table tr th {
	padding: 0;
}

.question {
	cursor: pointer;
}

.question td {
	vertical-align: top;
	border-bottom: 1px solid #d1d1d1;
}

.question td.indicator {
	width: 20px;
	border: 0;
	background-image: none;
	background-color: transparent;
}

.question.depth1 td {
	border-top: 4px solid #d1d1d1;
	background-image: none;
	background-color: #f5f5f5;
}

.question.depth2 td,
.childorgquestion td {
	background-image: none;
}

.question.depth1 td.indicator,
.question.depth2 td.indicator,
.childorgquestion td.indicator {
	border: 0 !important;
	background-image: none !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

.question.active td {
	background-image: none;
	background-color: #e5f5fd;
}

.question.active td.indicator {
	background-color: #e5f5fd !important;
}

table.question.depth1 td {
	background-image: none;
}

/* MEERKEUZE-ANTWOORDEN */
.question .qinput,
.childorgquestion .qinput {
	line-height: 1.5;
}

.question .qinput label,
.childorgquestion .qinput label {
	float: none;
	display: block;
	overflow: hidden;
	max-width: none;
	line-height: 1.5em;
	margin: 0 0 0.65rem 0;
	padding: 0;
	cursor: pointer;
}

.question input.boolean,
.question input.radio,
.question input.checkbox,
.childorgquestion input.boolean,
.childorgquestion input.radio,
.childorgquestion input.checkbox {
	float: left;
	padding: 0;
	margin: 6px 6px 0 0;
	width: 14px;
	height: 14px;
	position: static;
	top: auto;
	flex: none;
}

input.radio {
	width: 14px;
	height: 14px;
	margin: 6px 6px 0 0;
}

.question .qinput label span,
.childorgquestion .qinput label span {
	display: inline;
	flex: none;
}

.question .qinput br,
.childorgquestion .qinput br {
	display: none;
}