*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	margin:0;
	font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6, b, strong {
	font-weight:normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size:18px;
}

h1 {
	margin-bottom: 10px;
	margin-top: 40px;
	font-size: 30px;
	line-height: 1;
}

h2 {
	margin-bottom: 0;
	margin-top: 40px;
	font-size: 24px;
	line-height: 1;
}

img {
	max-width:100%;
	height: auto;
}

p {
	margin: 0 0 30px 0;
}

table {
	float: none;
	/*width: min-content;*/
	max-width: 100%;
	table-layout: fixed;
}

table td {
	padding: 10px 2px;
	font-size: 14px;

}
.text-center {
	text-align: center;
}

sup {
	line-height: 0;
}

.topbar {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1001;
	background: #e6e6e6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #eaeaeb;
}

.topbar .header-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	margin: 0 14px 0 14px;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: var(--support-color-dark);
}

.topbar .inhoudsopgave {
	color: #b6ab49;
	display: inline-block;
}

.topbar .inhoudsopgave span{
	font-size:30px;
	cursor:pointer;
	position: relative;
	padding: 15px 6px;
	vertical-align: bottom;
	color:#3c3f00;
}

.topbar .inhoudsopgave span:hover {
	color: #777c01;
}

.topbar .inhoudsopgave > span:before {
	content: "";
	position: absolute;
	left: 7px;
	top: 20px;
	width: 1em;
	height: 0.15em;
	background: #3c3f00;
	box-shadow:
		0 0.25em 0 0 #3c3f00,
		0 0.5em 0 0 #3c3f00;
		font-size: 22px;
}

.topbar .inhoudsopgave > span:hover:before {
	background: #777c01;
	box-shadow:
		0 0.25em 0 0 #777c01,
		0 0.5em 0 0 #777c01;
}

.topbar .inhoudsopgave span span {
	font-size: 14px;
	font-weight: 600;
	padding-left: 32px;
}

.inhoudsopgave .closebtn {
	display: block;
}

.inhoudsopgave .openbtn {
	display: none;
}

.left-menu {
	width: 284px;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	overflow: scroll;
	position: fixed;
	background-color:#343434;
	top: 60px;
	left: 0;
	z-index: 1;
	transition: 0.5s;
}

.project-publications{
	margin-left: 310px;
	margin-right: 25px;
	transition: margin-left .5s;
}

.project-publications-outer {
	margin-left: 284px;
	transition: margin-left .5s;
	margin-top: 85px;
}

.left-menu > ul {
	border-left: 1px solid #dfdfdf;
}

.left-menu ul {
	list-style:none;
	margin-left: 15px;
	padding-left:0;
	width: 251px;
}

.left-menu ul li a {
	text-decoration:none;
	color:#fff;
	font-size:12px;
}

.left-menu ul li {
	padding-top: 5px;
	padding-bottom:5px;
	position:relative;
	padding-left: 20px;
	padding-right: 10px;
}

.left-menu ul li.active a:before {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: absolute;
	left: -4px;
	background: #d6d7b2;
	top: 10px;
}

.left-menu ul ul li.active a:before {
	left: -19px;
}

.left-menu ul li.submenu,
.left-menu ul li.thirdlevel {
	padding-left: 35px;
}

.left-menu ul li.submenu + li.thirdlevel {
	padding-left: 70px;
}

.tx-t3footnotes {
	display:none;
}

a.footer-arrow > sup {
	opacity:0;
}

a.footer-arrow {
	font-size: 1px;
	text-decoration: none;
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	margin: 0 4px;
	color: #FFF;
	background-color: #535353;
	position: relative;
	top:-8px;
}

a.footer-arrow:before {
	position: absolute;
	content: '';
	border-top: 6px solid #FFF;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	left: 5px;
	top: 7px;
}

a.footer-arrow.active {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.footer-dropdown {
	font-size: 18px;
	line-height: 28px;
	padding: 15px 40px 15px 25px;
	background: #FAFAFA;
	margin: 25px 0;
	font-weight: normal;
	font-style: normal;
	position:relative;
}

.footer-dropdown span {
	position: absolute;
	right: 15px;
	top: 50%;
	cursor: pointer;
	background: #535353;
	color: #fff;
	border-radius: 50%;
	font-size: 16px;
	padding: 10px 6px;
	line-height: 0;
	margin-top: -10px;
}

div[style*='mso-element:footnote-list'] {
	display:none;
}

.footer-dropdown > a {
	display: none;
}

.project-publications-outer .header-article h1 {
	font-size: 62px;
	line-height: 56px;
	margin: 0;
	font-weight: bold;
	color: #000;
}

.project-publications-outer .header-article h2 {
	margin: 20px 0;
	font-weight: normal;
	font-size: 24px;
	line-height: 33px;
	color: #000;
}

.project-publications-outer .header-article {
	padding: 0px 0px 50px 0px;
}

.pbl-logo {
	text-align: center;
}

.main-image {
	width: 100%;
	height: auto;
}

.main-content {
	display: block;
	padding: 40px 100px;
	background: #FFF;
	position: relative;
	z-index: 1;
	font-size: 20px;
	line-height: 30px;
	margin-top: -80px;
}

.header-controls .share-toggle img {
	width: 20px;
	margin-top: 8px;
}

.header-controls .share-toggle {
	cursor: pointer;
}

.flyover-menu.open {
	z-index: 1002;
}

.header-share-dropdown {
	position: fixed;
	top: 70px;
	right: 10px;
	width: 320px;
	color: #fff;
	background-color: #343434;
	font-size: 16px;
	line-height: 1.375;
	z-index: 1001;
	opacity: 0;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	visibility: hidden;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.header-share-dropdown.visible {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#share-dropdown {
	width: auto;
}

.header-share-dropdown .scroll-wrap {
	max-height: calc(100vh - 60px);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#share-dropdown .scroll-wrap {
	padding: 30px;
}

#share-dropdown .title {
	font-size: 20px;
	font-weight: bold;
}

#share-dropdown .providers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 20px -10px 0 -10px;
}

#share-dropdown .providers > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 120px;
	height: 120px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	margin: 0 10px;
	background-color: #535353;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

#share-dropdown .providers > a:hover {
	background-color: #434343;
}

#share-dropdown .providers > a .inner {
	margin: auto;
}

#share-dropdown .providers > a .nc-icon, #share-dropdown .providers > a .label {
	display: block;
}

#share-dropdown .providers > a .inner img{
	width: 28px;;
}

#share-dropdown:after {
	border-bottom: 15px solid #343434;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	width: 15px;
	height: 15px;
	position: absolute;
	top: -15px;
	content: '';
	right: 2px;
}

@media screen and (min-width: 1000px) {
	.project-publications-outer .header-article {
		width: 910px;
		margin: 0 auto;
	}

	.main-content {
		width: 910px;
		margin: 0 auto;
	}

	.main-content.image-found {
		margin-top: -80px;
	}
}

@media screen and (min-width: 1280px) {
	.mobile {
		display: none !important;
	}
}
@media screen and (min-width: 1560px) {
	.main-content.content-midden {
		width: 1110px;
	}
	.main-content.content-breed {
		width: 1225px;
	}
}
@media (max-width: 1559px) and (min-width: 1000px) {
	.main-content.content-smal {
		width: 78%;
	}
	.main-content.content-midden {
		width: 85%;
	}
	.main-content.content-breed {
		width: 95%;
	}
}

@media screen and (max-width: 1279px) {
	.left-menu {
		opacity: 0;
		visibility: hidden;
	}

	.project-publications {
		margin-left: 45px;
		margin-right: 45px;
	}

	.project-publications-outer {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.left-menu {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
		-webkit-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
		left: 14px;
		top: 70px;
		width: 370px;
		bottom: auto;
		z-index: 4;
		height: auto;
		overflow: inherit;
	}

	.left-menu.vissible {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0) !important;
		transform: translateY(0) !important;
	}

	.left-menu::before {
		content: '';
		position: absolute;
		left: 0;
		top: -16px;
		border-bottom: 16px solid #343434;
		border-left: 16px solid transparent;
		border-right: 16px solid transparent;
	}

	.desktop {
		display: none !important;
	}

	.topbar .inhoudsopgave > span:before {
		top: 25px;
	}
}

@media screen and (max-width: 999px){
	.main-content {
		margin-top: 0;
		padding: 0;
	}

	.project-publications-outer .header-article {
		margin: 0 45px;
	}

	.closebtnmob {
		display: none;
	}

	table {
		width: 100%;
		overflow: scroll;
	}
}

@media screen and (max-width: 767px) {
	.project-publications-outer .header-article h1 {
		font-size: 32px;
		line-height: 38px;
	}

	.project-publications-outer .header-article h2 h2 {
		font-size: 16px;
		line-height: 22px;
	}

	.main-content {
		font-size: 18px;
	}

	h1 {
		font-size: 26px;
		line-height: 1;
	}

	h2 {
		font-size: 20px;
		line-height: 1;
	}

	.header-share-dropdown {
		top: 60px;
		right: 0;
		width: auto;
		left: 0;
	}

	#share-dropdown {
		width: 100vw;
	}

	#share-dropdown .providers {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: -20px;
	}

	#share-dropdown .providers > a {
		margin-bottom: 20px;
		width: calc(50% - 20px);
		height: calc(50vw - 50px);
	}
}
@media(max-width: 520px) {
	table {
		display: block;
	}
}

@media(max-width: 455px) {
	.left-menu {
		width: 310px;
	}
}

@media screen and (max-height: 450px) {
	.left-menu {
		padding-top: 15px;
	}
}


.share-this-popover{
	z-index: 1;
}
#share-dropdown .triangle {
	right: 46.0156px;
}
.hidden {
	display: none;
}

.blockquote, blockquote {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 40px;
	margin-inline-end: 40px;
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
	margin-left: 0;
	margin-right: 0;
}
