@font-face {
	font-family: "Roboto";
	src: url("/fonts/roboto/Roboto-Regular.woff2") format('woff2'),
	     url("/fonts/roboto/Roboto-Regular.woff") format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Roboto-Bold";
	src: url("/fonts/roboto/Roboto-Bold.woff2") format('woff2'),
	     url("/fonts/roboto/Roboto-Bold.woff") format('woff');
	font-weight: bold;
}
* {-webkit-font-smoothing: antialiased;}
body, html {
	margin: 0;
}
img{
	height: auto;
	max-width: 100% !important;
}
.article-section-content td{
	background-color: #e6ecf8;
	padding: 8px;
	border-right: white solid 2pt;
	font-family: 'roboto';
	border-bottom: white solid 2pt;
}

.responsive-table{
	max-width:  100%;
	overflow-x: auto;
	/* dit zou niets moeten doen (right?) maar een <table style='float:right'> in een <div> met deze class wordt na 
	   deze setting wel word-wrapped door de content ('documents'), zie cx 60975, zonder skipt de tekst en staat
	   er in FF47 een boel witruimte */
	display:    initial;
}

.tag{
	margin-right: 5px;
	margin-bottom: 5px;
	color: #FFF;
	display: block;
	float: left;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	border-radius: 0.25em;
}
/* vademecum design */
.wrapper{
	position: relative;
	min-height: 100%;
	width: 100%;
	left: 0;
	-webkit-transition:  left 0.4s ease-in-out;
	-moz-transition:  left 0.4s ease-in-out;
	-ms-transition:  left 0.4s ease-in-out;
	-o-transition:  left 0.4s ease-in-out;
	transition:  left 0.4s ease-in-out;
}
.wrapper.open-sidebar {
	left: 270px;
}
/*Header*/
.header{
	background-color: #d8e2f4;
	width: 100%;
	height: 150px;
	position: relative;
	overflow: hidden;
	border-bottom: 3pt #a7b8d6 solid;
}
.brand{
	font-size: 18pt;
	max-width: 1330px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: -115px;
	font-family: "Roboto";
	color: #344d77;
}
.brand a{
	text-decoration: none;
	color: #344d77;
}
.brand a:visited{
	text-decoration: none;
	color: #344d77;
}
.brand span{
	color: #a40000;
}
.search-header{
	font-family: 'Roboto';
	position: absolute;
	max-width: 1330px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	margin-top: 65px;
}
.search-header form{
	border: 0;
	right: 0;
	position: absolute;
	margin-top: -27px;
	z-index: 10;
}

.search-input{
	font-size: 10pt;
	height: 31px;
	padding: 8px 40px 8px 20px;
	border-top-right-radius: 55px !important; /* overwrite common.css */
	border-bottom-right-radius: 55px !important; /* overwrite common.css */
	border: 0;
	background-color: #344d77;
	color: #d8e2f4;
	display: inline;
}
.search-input:focus{
	outline: none;
}

/*Change search placeholder color*/
.search-input::placeholder {
	color: #d8e2f4;
	opacity: 1;
	font-size: 10pt;
}

.icon-search {
	height: 31px;
	width: 40px;
	padding-top: 6px;
	border: 0;
	position: absolute;
	margin-left: -40px;
	border-left: 1pt #d8e2f4 solid;
	background-color: #182d51;
	border-top-right-radius: 55px;
	border-bottom-right-radius: 55px;
}
/*Menu*/
.nav{
	max-width: 1330px;
	height: 55px;
	background-color: #344d77;
	margin-left: auto;
	margin-right: auto;
	margin-top: 95px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	overflow: hidden;
	position: relative;
}
#hamburger{
	display: none;
	cursor: pointer;
}
#menu {
	padding: 0;
	padding-top: 0;
	height: 100%;
	margin: 0;
	display: inline;
}
#menu li {
	display: inline;
}
#menu li a {
	background-color: #344d77;
	color: #e3e9f3;
	font-size: 13pt;
	padding: 35px 20px;
	padding-top: 17px;
	display: inline-block;
	font-family: 'Roboto';
	text-decoration: none;
	margin: 0;
	border-right: 1pt #d8e2f4 solid;
	font-weight: 600;
}
#menu li a:hover {
	background-color: #a40000;
	color: #ffffff;
}
#active{
	background-color: #a40000 !important;
	color: #ffffff !important;
}
.login{
	position: absolute;
	right: 0;
	display: inline;
	font-weight: 600;
	border-left: 1pt #d8e2f4 solid;
	padding-top: 17px;
	color: #D8E2F4;
	padding-left: 20px;
	padding-right: 60px;
	height: 100%;
	font-family: 'Roboto';
	font-size: 13pt;
	text-decoration: none;
}
.user{
	padding-right: 20px;
}
#login-icon{
	position: absolute;
	display: inline;
	right: 0;
	height: 40px;
	margin-right: 30px;
	top: 8px;
}
/* search icon button for mobile */
#search-icon-mobile{
	display: none;
}
/*mobile menu*/
@media (max-width: 1025px) {
	.nav{
		height: 50px;
		margin-top: 0;
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}
	#menu{
		display: none !important;
	}
	.brand{
		text-align: center;
		margin-top: -65px;
		position: absolute;
		width: 100%;
	}
	.login{
		right: initial;
		background-color: #182d51;
		padding-left: 15px;
		padding-right: 45px;
		padding-top: 14px;
		height: 50px;
		border-left: 3pt #344d77 solid;
	}
	.user{
		padding-right: 15px;
	}
	#login-icon{
		margin-right: 15px;
		top: 4px;
	}
	#hamburger{
		background-color: #182d51;
		height: 50px;
		width: 50px;
		display: inline-block;
	}
	.hamburger-icon {
		position: relative;
		display: inline-block;
		width: 26px;
		height: 2px;
		padding-bottom: 13px;
		margin-left: 10px;
		margin-right: 6px;
		margin-top: 16px;
		border-top: 0.2em solid #fff;
		border-bottom: 0.2em solid #fff;
	}
	.hamburger-icon:before {
		content: "";
		position: absolute;
		top: 0.3em;
		left: 0;
		width: 100%;
		border-top: 0.2em solid #fff;
	}
	#hamburger{
		background-color: #182d51;
		height: 50px;
		width: 50px;
		display: inline-block;
	}
	.hamburger-icon {
		position: relative;
		display: inline-block;
		width: 26px;
		height: 2px;
		padding-bottom: 13px;
		margin-left: 10px;
		margin-right: 6px;
		margin-top: 16px;
		border-top: 0.2em solid #fff;
		border-bottom: 0.2em solid #fff;
	}
	.hamburger-icon:before {
		content: "";
		position: absolute;
		top: 0.3em;
		left: 0;
		width: 100%;
		border-top: 0.2em solid #fff;
	}
	#search-icon-mobile{
		display: inline !important;
		position: absolute;
		height: 50px;
		width: 50px;
		padding: 15px;
		right: 0;
		background-color: #182d51;
	}
	.page-content{
		margin-top: 0 !important;
	}

	.icon-search {
		display: inline !important;
		position: absolute;
		height: 50px;
		width: 50px;
		top: 0;
		right: 0;
		padding-top: 6px;
		border: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.search-header form{
		margin-top: -65px;
		background-color: #344D77;
		height: 50px;
	}
	.search-input{
		width: 70%;
		margin-top: 12px;
		padding-top: 13px;
		padding-bottom: 13px;
		height: 25px;
		padding-left: 10px;
		color: #182D51 !important;
		background-color: #D8E2F4;
		padding: 6px 20px 6px 20px;
		right: 0;
		border: 0;
		display: none;
		border-radius: 3px !important;
	}

	.search-input::placeholder {
		color: #182D51;
		opacity: 0.7;
	}
}


/* Mobile side menu */
#mobile-sidebar {
	position: absolute;
	background: #d8e2f4;
	width: 270px;
	height: 100%;
	left: -270px;
	z-index: 20;
	box-sizing: border-box;
	box-shadow: inset -10px 0 5px -5px hsla(0, 0%, 0%, .20);
}
#mobile-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#mobile-sidebar ul li {
	margin: 0;
}
#mobile-sidebar ul li a {
	padding: 15px;
	padding-right: 5px;
	color: #254882;
	text-decoration: none !important;
	font-family: 'Roboto';
	font-weight: 700;
	display: block;
	border-bottom: 1px solid #828993;
	-webkit-transition:  background 0.3s ease-in-out;
	-moz-transition:  background 0.3s ease-in-out;
	-ms-transition:  background 0.3s ease-in-out;
	-o-transition:  background 0.3s ease-in-out;
	transition:  background 0.3s ease-in-out;
}
.mobile-parent-btn{
	cursor: pointer;
}

/*Body*/
.background-img{
	width: 100%;
	/*https://www.pexels.com/photo/sky-sunny-clouds-cloudy-3768/*/
	background: url("/images/wolk.jpg") center center no-repeat;
	background-size: cover;
	height: 500px;
	padding-top: 120px;
	padding-right: 10px;
	padding-left: 10px;
}
.inleiding{
	max-width: 1130px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-radius: 12px;
	background-color: rgba(255, 255, 255, 0.62);
	margin-left: auto;
	margin-right: auto;
}
.inleiding h1{
	padding-top: 10px;
	color: #1c4180;
	font-size: 32pt;
	text-align: center;
	font-weight: 400;
	font-family: "Roboto";
}
.inleiding-inhoud{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 14pt;
	font-family: "Roboto";
	font-weight: lighter;
	line-height: 160%;
}
@media (max-width: 700px) {
	.inleiding h1{
		font-size: 28pt;
	}
	.inleiding-inhoud{
		font-size: 12pt;
	}
}
@media (max-width: 450px) {
	.inleiding h1{
		font-size: 28pt;
	}
	.inleiding-inhoud{
		font-size: 12pt;
	}
}
.home-information{
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -60px;
}
.home-information .row{
	margin-right: 0;
	margin-left: 0;
}
/* hier geen height, want dan gaat IE11 stuk */
.content-section{
	background-color: #D8E2F4;
	width: 99%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	border-radius: 7px;
	margin-bottom: 10px;
	position: relative;
}
.home-information .content-section{
	min-height: 400px;
}
.home-information .content-links li{
	padding-right: 5px;
}
.content-section a{
	text-decoration: none;
}
.content-section h1{
	text-decoration: none;
	font-family: "Roboto";
	font-weight: 600;
	color: #254882;
	font-size: 24pt;
	padding: 20px;
	padding-top: 0;
	margin-top: 10px;
}
.content-section h2{
	font-family: "Roboto";
	font-weight: 600;
	margin-top: -40px;
	font-size: 11pt;
	color: #254882;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0;
}
.content-links{
	margin-top: 10px;
	list-style-type: none;
	padding: 0;
	width: 100%;
	margin-bottom: 5px;
	display: none;
}
.content-links li a {
	color: #344d77;
}
.content-links li{
	font-family: "Roboto";
	position: relative;
	font-weight: 400;
	font-size: 12pt;
	margin-bottom: 6px;
	padding: 7px;
	padding-left: 20px;
	background-color: #e6ecf8;
	padding-right: 50px;
	color: #344d77;
}
.content-links-home{
	list-style-type: none;
	padding: 0;
	width: 100%;
	margin-bottom: 5px;
}
.content-links-home li a {
	color: #344d77;
}
.content-links-home li{
	font-family: "Roboto";
	position: relative;
	font-weight: 400;
	font-size: 12pt;
	margin-bottom: 6px;
	padding: 7px;
	padding-left: 20px;
	background-color: #e6ecf8;
	padding-right: 50px;
	color: #344d77;
}
.arrow-down{
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	margin-right: 0;
	margin-top: 1px;
	right: 0;
	top: 0;
	transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}
.mobile-sub-parent .arrow-down{
	margin-top: 15px;
}
/*footer*/
.footer{
	width: 100%;
	height: 95px;
	background-color: #344d77;
	margin-top: 30px;
	color: #FFF;
	padding-top: 20px;
	font-size: 11pt;
	bottom: 0;
}
.footer-info{
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto;
}
.footer a{
	text-decoration: none;
	color: #FFF;
	font-family: 'Roboto';
	font-size: 11pt;
	font-weight: 300;
}
.page-content {
	position: relative;
	margin-top: 100px;
	max-width: 1350px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}
@media (max-width: 1350px){
	.page-content {
		padding: 10px;
	}
	.article{
		padding-right: 10px !important;
	}
	.footer-info{
		padding-left: 10px;
	}
	.brand{
		padding-left: 10px;
	}
	.search-header{
		margin-right: 10px;
	}
}
/* Breadcrumbs */
.breadcrumb {
	list-style: none;
	font: 14px 'roboto';
	overflow: hidden;
	margin-left: -40px;
}
.breadcrumb li {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
.breadcrumb li a {
	color: #FFF;
	text-decoration: none;
	font-weight: 600;
	padding: 3px 0 3px 55px;
	background: #344d77;
	position: relative;
	display: block;
	float: left;
	padding-left: 12px;
	padding-right: 3px;
	height: 24px;
}
.breadcrumb li a:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 12px solid #344d77;
	position: absolute;
	top: 25%;
	margin-top: -9px;
	left: 99%;
	z-index: 4;
}
.breadcrumb li a:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 12px solid white;
	position: absolute;
	top: 60%;
	margin-top: -17px;
	margin-left: -14px;
	z-index: 2;
}

/* 'u bevindt zich hier' */
.breadcrumb li:first-child a {
	color:                     #6c6c6c;
	background-color:          #E4E4E4;
	padding-left:              3px;
	border-top-left-radius:    2px;
	border-bottom-left-radius: 2px;
}

.breadcrumb li:first-child a:after {
	border-left-color: #e4e4e4;
 }

/* tussenliggers komen uit default*/

/* de laatste */
.breadcrumb li:last-child a {
	background:                 #a40000;
	border-top-right-radius:    5px;
	border-bottom-right-radius: 5px;
}

.breadcrumb li:last-child a:after {
	border-left-color: transparent;
}

@media (max-width: 400px) {
	.breadcrumb{
		font: 10px 'roboto';
	}
	.breadcrumb li a {
		height: auto;
	}
	.breadcrumb li a:before {
		border-top:    11px solid transparent;
		border-bottom: 11px solid transparent;
		border-left:   11px solid white;
		margin-top:    -12px;
	}
	.breadcrumb li a:after {
		border-top:    9px solid transparent;
		border-bottom: 9px solid transparent;
		border-left:   7px solid #344d77;
		margin-top:    -4px;
		left: 100%;
	}
	.sub-parent-btn{
		font-size: 8pt !important;
	}
}
.side-pageContent{
	width: 27%;
	min-width: 300px;
	float: left;
	margin-top: 20px;
}
.side-content{
	height: initial;
}
.expand-content{
	list-style-type: none;
	padding: 0;
	width: 100%;
	margin-bottom: 0;
	position: relative;
	bottom: 0;
}
.expand-content li{
	font-family: "Roboto";
	font-weight: 400;
	font-size: 12pt;
	height: 40px;
	padding: 7px;
	padding-left: 20px;
	background-color: #e6ecf8;
	padding-right: 50px;
	color: #344d77;
}
.expand-content .arrow-down-side{
	cursor: pointer;
}
.extend-child{
	margin-left: auto !important;
	margin-right: auto !important;
	left: 0;
	right: 0;
}
.article{
	position: relative;
	font-family: 'Roboto';
	padding-right: 10px;
	width: 70%;
	float: right;
}
.article h1{
	color: #254882;
}
.article h3{
	font-family: 'Roboto-Bold';
	font-size: 25pt;
	color: #254882;
}
.article h2{
	font-family: 'Roboto-Bold';
	font-size: 25pt;
	color: #254882;
}
.article h2 span{
	font-size: 12pt;
	font-family: 'Roboto';
}
.article p{
	color: #000;
}
.article hr{
	margin-top: 20px;
}
/* to prevent overlapping the icons by a p element, underneath the h1 article */
.sections-list p{
	margin-left: 20px;
}
.tags a{
	text-decoration: none;
}
.article p #section-up-img{
	color: #254882;
	left: 0;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.article-section{
	font-family: "Roboto";
	padding-top: 20px;
	font-size: 11pt;
	font-weight: lighter;
	padding-bottom: 10px;
}
.article-section h2{
	color: #254882;
}
.article-section-header{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
	padding-right: 50px;
	position: relative;
	font-size: 18pt;
	background-color: #D8E2F4;
	color: #254882;
	cursor: pointer;
}
.article .tag{
	font-family: 'Roboto';
	font-weight: lighter;
	background-color: #254882;
	padding: 7px;
	padding-left: 10px;
	padding-right: 10px;
}
.article .tag:hover{
	background-color: #a40000;
}
.arrow-section-header{
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	margin-right: 15px;
	margin-top: 5px;
	right: 0;
	top: 0;
	transform-origin: 50% 50%;
	/* smooth transition between different rotate degrees (smooth animation)*/
	-ms-transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

.section-go-top{
	text-decoration: none;
	position: relative;
	padding-top: 10px;
	text-align: right;
	display: block;
	padding-right: 25px;
	color: #254882;
}
#section-up-img{
	position: absolute;
	margin-top: -2px;
}
.col-md-3 .content-section > .content-links{
	display: block;
}
@media (max-width: 991px){
	/* change height of content sections in homepage, because content sections on mobile are minimized */
	.home-information .content-section{
		min-height: 100% !important;
	}
	.home-information .content-section .content-links{
		display: none;
	}
	.inleiding-inhoud{
		font-size: 12pt;
	}
	.content-links-home{
		display: none;
	}
	.background-img{
		height: 365px;
		padding-top: 35px;
	}
}
@media (min-width: 991px){
	.home-information .expand-content{
		display: none;
	}
.col-md-3 .content-section > .content-links{
		display: block;
	}
}
@media (max-width: 1025px){
	.side-pageContent{
		display: none;
	}
	.article{
		position: relative;
		width: 100%;
		padding-right: 0 !important;
	}
	.page-content{
		padding: 10px;
	}
}
@media (max-width: 600px){
	.article h2{
		font-size: 20pt;
	}
	.article h1{
		font-size: 19pt;
	}
	.article h2 span{
		font-size: 12pt;
	}
	.article{
		font-size: 11pt;
	}
	.article-section-header{
		font-size: 12pt;
		height: inherit;
		padding: 10px;
		padding-right: 50px;
	}
	.article-section{
		font-size: 10pt;
	}
	.article h2{
		font-size: 18pt;
	}
	.inleiding-inhoud{
		font-size: 10pt;
	}
}

@media (max-width: 767px) {
	.home-information{
		margin-top: 30px;
	}
}
.sub-content-links{
	display: none;
}
.mobile-sub-parent{
	font-size: 11pt !important;
}
.mobile-sub-parent .content-links .sub-parent a{
	border: 0pt !important;
	padding-left: 5px !important;
	font-size: 9pt;
}
.mobile-sub-parent .sub-parent .content-links li{
	font-size: 9pt;
}
.sub-parent{
	font-size: 11pt !important;
	padding-right: 35px !important;
}
.sub-parent li{
	padding-left: 10px;
	padding-right: 8px !important;
}
.sub-parent li .arrow-down{
	margin-right: -20px;
}
.arrow-btn {
	cursor: pointer;
}
.arrow-right {
	position: absolute;
	left: 0;
	padding-bottom: 0;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.arrow-down-side{
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
/* Largest dropdown icon of content section, animate */
.parent-down{
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
/* Arrow animate to pointing upwards */
.arrow-down-to-up{
	-ms-transform: rotate(-90deg) !important;
	transform: rotate(-90deg) !important;
}

.article-section.opened .arrow-section-header {
	-ms-transform: rotate(-90deg) !important;
	transform: rotate(-90deg) !important;
}

.sub-content-links li{
	font-size: 12pt;
	font-weight: 100;
	padding-left: 20px;
	padding-right: 5px;
}
.sub-parent-btn{
	text-decoration:none;
}
.sub-parent-btn:active{
	text-decoration: none;
	color: #344d77;
}
.sub-parent-btn:visited{
	text-decoration: none;
	color: #344d77;
}
.sub-active{
	background-color: #254882 !important;
	color: #FFF !important;
	margin-left: -20px;
	margin-right: -35px;
}
.sub-active a{
	color: #FFF !important;
	padding-left: 20px;
	display: inline-block;
}
.sub-active .content-links  li{
	background-color: #254882 !important;
}
.sub-active .arrow-down{
	-webkit-filter: grayscale(100%) brightness(5) brightness(10);
	filter: grayscale(100%) brightness(5) brightness(.9);
	margin-top: 1px;
	margin-right: 35px !important;
}
.mobile-sub-parent .sub-active .arrow-down{
	margin-right: 0 !important;
}
.mobile-sub-parent .sub-active .arrow-down{
	margin-top: 12px;
}
.mobile-sub-parent .sub-active:only-child .arrow-down{
	margin-top: 12px;
}
.sub-active-mobile{
	background-color: #254882 !important;
	width: 360px !important;
	padding-left: 40px !important;
	margin-left: -20px !important;
}
.sub-active-mobile a{
	color: #FFF !important;
}
.article-section-content{
	display: none;
}
.article-section-content p{
	margin-left: 0;
}
.article-section-content h3{
	font-size: 22px;
	padding-bottom: 0;
	margin-bottom: -5px;
	margin-top: 0;
}
.article-section-content a{
	color: #254882;
	text-decoration: none;
	font-weight: 900;
	font-family: "Roboto";
}
.section-go-top{
	float: right;
	padding-right: 25px;
}
.article-section-content a:hover{
	color: #a40000;
}
/* use a black color for every li element in article content instead of a default blue color, Thread 60457 */
.article-section-content li{
	color: #000;
}

.article-section.opened .article-section-content {
	display: block;
}

.sections-list{
	text-decoration: none;
	color: #254882;
}
.sections-list p{
	color: #254882;
}

/* Search page */
.dbv5-html-header th{
	padding: 10px;
	text-align: left;
	background-color: #a40000;
}
.dbv5-html-footer th{
	background-color: #a40000;
}
.dbv5-html-footer th a{
	color: white;
}
.dbv5-html-header th a{
	color: white;
	font-size: 15px;
	font-family: 'Roboto';
}
.dbv5-html-data a {
	text-decoration: none;
	color: #273b5c;
	font-family: 'Roboto';
}
tr:nth-child(even){
	background-color: #e7ebf2;
}
.data {
	width: 100%;
}
.dbv5-html-data {
	background-color: #d8e2f4;
}

.dbv5-html-data td {
	padding: 10px;
	padding-right: 25px;
}
.dbv5-html-nav-prevnext {
	text-decoration: none;
	color: #344D77;
	font-family: 'Roboto';
}

@media (max-width: 700px) {
	.brand{
		padding-left: 0;
	}
	.brand img{
		width: 80%;
	}
	.search-header{
		margin-right: auto;
	}
	.footer {
		text-align: center;
		padding-left: 0;
	}
}
/* Rotate animation */
.rotate_arrow_down{
	-moz-transform: rotate(90deg);
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
}
/* Timeline */
.timeline_date{
	font-family: "roboto";
	color: #a40000;
	font-style: normal;
}
.block_title{
	font-weight: bold;
}
.timeline-next, .timeline-previous{
	font-family: "roboto";
	color: #254882;
	cursor: pointer;
}
div.gt-timeline div.event {
	background: none;
	background: url("/images/icons.svg");
	background-position: -77px -1px;
}
/* make timeline round icon bigger and red on hover */
div.gt-timeline div.event:hover {
	background-position: -40px -1px !important;
}
div.gt-timeline .message-pointer{
	background: url("/images/icons.svg") no-repeat -60px 0;
}
div.gt-timeline div.e-message {
	background-color: #254882;
}
.content-links .content-links{
	display: none;
}
/* link in h1, side sections */
.side-sections-h1{
	text-decoration: none;
	color: #254882;
}
.home-information .content-section {
	min-height: 340px;
}
.home-information .content-section{
	margin-bottom: 10px;
}
.home-information .content-section h1{
	margin-top: 30px;
}
/* Timeline item */
.timeline_items{
	font-family: 'Roboto';
	border: 1pt solid #98a7c1;
	border-radius: 6px;
	padding: 20px;
	font-size: 11pt !important;
}
.timeline_items h3{
	font-family: 'Roboto';
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 18pt;
}
/* ul fix padding */
.timeline_items .buttonless{
	padding-left: 20px;
}
/* override timeline default style */
.gt-timeline div.main_line{
	border-color: #254882 !important;
}
.gt-timeline div.horizontal-line{
	border-color: #254882 !important;
}
.e-message{
	border-radius: 5px;
}
.gt-timeline div.e-message .msg{
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 11px !important;
}
.gt-timeline div.e-message .msg:hover{
	background-color: #a40000 !important;
}
.timeline_items a{
	color: #254882;
	text-decoration: none;
	font-weight: 900;
	font-family: "Roboto";
}
/* make timeline icon hover message red */
.timeline_items a:hover{
	color: #a40000;
}
.timeline-next{
	float: right;
}
/* make text "Tijdlijn" smaller */
.tijdlijn-title{
	font-size: 17pt;
	color: #254882 !important;
	font-weight: bolder;
}

/*abbo nummer*/
.abo-nummer-section{
	background-color: #D8E2F4;
	max-width: 600px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Roboto';
	border-radius: 5px;
}
.abo-nummer-section h1{
	padding-top: 20px;
	font-size: 18pt;
	text-align: center;
	color: #254885;
	font-weight: 600;
}
.abo-background-img{
	height: 600px;
}
.input-abo input{
	margin-top: 50px;
	width: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
}
.input-abo input[type=submit]{
	background-color: #344d77;
	border: 0pt;
	color: white;
}
.input-abo input[type=submit]:hover{
	background-color: #a40000;
}

.input-abo::placeholder {
	text-align: center;
}

/* Disclaimer and Colofon*/
.meer-btn{
	color: #254882;
	text-decoration: none;
	font-weight: 900;
	font-family: "Roboto";
}
.meer-btn:hover{
	color: #a40000;
}

.tableHeader a:link {
	color: white;
}

.tableHeader a:visited {
	color: white;
}

.tableHeader a:hover, .tableHeader a:active {
	color: #a40000;
}

.notFound {
	color: red;
	font-weight: bold;
	border: solid red 1px;
	background-color: #ffebe8;
	padding: 8px;
	margin: 20px 20px;
	text-align: center;
}
 
.articleNavButton {
	background-color: white;
	border: 2px solid hsl(218, 39%, 34%);
	color: hsl(218, 39%, 34%);
	font-family: 'Roboto';
	font-weight: 600;
	font-size: 13px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	border-radius: 0.25em;
	display: block;
	float: right;
	padding: 5px 10px;
	margin: 2px;
}
 
.articleNavButton:hover {
	background-color: #254882;
	color: white;
}