body {
	font-family: 'Albert Sans', Arial;
	font-weight: 500;
	color: black;
	visibility: hidden;
}
body h1::before  {
	display: block;
	position: relative;
	content: url('https://www.ggdtwente.nl/templates/ggdtwente/images/logo-print.jpg');
	margin-bottom: .5rem;
	visibility: visible;
}
body #printableArea {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
}
h2 {
  	font-size: 24px;
  	margin-bottom: .5rem;
  	color: #E60003;
}
h3 {
  	font-size: 20px;
  	margin-bottom: .5rem;
  	color: #E60003;
}
h4 {
  	font-size: 18px;
  	margin-bottom: .5rem;
  	color: #E60003;
}
p {
  	font-size: 16px;
  	line-height: 1.6;
  	color: black;
}
ul {
	padding-left: 1rem;
  	list-style: disc;
  	line-height: 1.6;
  	color: black;
}
ul li {
  	font-size: 16px;
  	line-height: 1.6;
  	color: black;
}
ol {
  	padding-left: 1.2rem;
  	line-height: 1.6;
  	color: black;
}
ol li {
  	font-size: 16px;
  	line-height: 1.6;
  	color: black;
}
a {
	font-size: 16px;
	text-decoration: underline;
	color: black;
}
a.call-to-action {
	font-size: 16px;
	text-decoration: underline;
	background: transparent;
	padding:0;
	color: black;
}
a .external, a .visually-hidden {
	display: none;
}
table {
	margin-top: .25rem;
	margin-bottom: 1rem;
}
table td, table th {
	border:1px solid black;
	padding:4px;
}
.AimyVideoEmbedderVideoOuter {
	display: none;
}
p.hidden, span.hidden, div.hidden {
	display: none;
}
a:link:after, a:visited:after { 
	content: " (link: " attr(href) ")"; 
}
.accordion-collapse.collapse {
	display: block;
}
#veelgesteld h3 button {
	font-weight: 700;
	padding: .5rem 0 0 0 ;
	border:0;
	font-size: 18px;
}
#veelgesteld .accordion-body {
	padding: 1rem 0 0 0;
}
