html,body
{
	margin:0;
        background: var(--lichtgrijs);
}

body
{
	margin-top: var(--headerheight320_plus);
}

#container
{
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background-color: var(--main-background-color);
}

main
{
	display: -webkit-flexbox;
	display: flex;
	align-items: stretch;
	min-height:600px;
}

main > aside
{
	color: var(--main-controls-color-4);
}

img
{
	max-width:100%;
}
.img-fluid
{
	width: 100%;
	height: auto;
}
.hide
{
	display:none;
}
.d-inline-block
{
	display: inline-block;
}
.justify,
section#covers,
div#covers
{
	text-align: justify;
}
.flex
{
	display:flex;
}
section#covers a:focus,
div#covers a:focus
{
	outline-color: var(--main-controls-color-8);
}
section#covers img,
div#covers img
{
	max-width:15%;
	display: inline-block;
	border: 1px solid var(--main-controls-color-8);
}

.justify:after,
section#covers:after,
div#covers:after
{
	content: "";
	width: 100%;
	display: inline-block;
}

div.hoogtepunt,
div.footersection
{
        width:100%;
        clear:both;
        display:table;
	padding: 1em 0;
}

div.hoogtepunt img,
div.footersection img
{
        width:100%;
}
div.hoogtepunt a,
div.hoogtepunt a:hover
div.footersection a,
div.footersection a:hover
{
	color: var(--main-controls-color-2-darker);
        text-decoration:none;
}
div.hoogtepunt img.icon
{
	margin-top: 20px;
	margin-right: 20px;
	width:60px;
        display:block;
        float:left;
}

.leesverder:hover
{
        text-decoration:none;
}
img.informatie
{
	height:1em;
	margin-bottom:-2px;
}
.goud-bg .leesverder
{
        color: var(--zwart) !important;
}
img.goud, img.grijs
{
	height:1.4em;
	margin-bottom:-2px;
	display:inline-block;
	float:left;
}
div.titel
{
	padding-left:25px;
	margin-top:-2px;
}
img.goud
{
	filter: invert(65%) sepia(20%) saturate(685%) hue-rotate(6deg) brightness(93%) contrast(92%);
}
img.grijs
{
	filter: invert(39%) sepia(11%) saturate(1053%) hue-rotate(178deg) brightness(88%) contrast(89%);
}
.leesverder,
.leesverder:hover
{
        font-style:italic;
	color: var(--main-controls-color-2);
        text-decoration:none;
}
.leesverder:focus
{
	text-decoration: none;
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 2px;
	outline-color: var(--main-controls-color-2);
}

ul.pagination
{
	text-align:center;
}
ul.pagination li
{
	display:inline-block;
}
ul.pagination li a,
ul.pagination li.empty
{
        padding:5px 10px;
        margin:4px;
}
ul.pagination li a
{
	border: 1px var(--main-controls-color-7) solid;
}
ul.pagination li a:hover,
ul.pagination li a:focus
{
	text-decoration: none;
	outline-color: var(--main-controls-color-7);
}
ul.pagination li a.current
{
	font-weight:bold;
	background-color: var(--main-controls-background-color);
	color: var(--main-controls-color-3);
}
ul.pagination li a.disabled
{
	color: var(--main-controls-color-7-darker);
}

div.titel_types
{
	float:right;
}

div.titel_types a,
div.titel_types button
{
	font-family: "icomoon";
	font-size:20px;
	color: var(--goud);
	margin-left:3px;
}
div.titel_types a:hover, div.titel_types a:active
{
	text-decoration:none;
}

hr
{
	border: 0;
	height:1px;
	color: var(--border);
	background-color: var(--border);
	margin-bottom:0;
}

a
{
	text-decoration: none;
	color: var(--main-controls-color);
}
a:hover
{
	text-decoration:underline;
	color: var(--main-controls-color);
}
a:focus,
a:focus div.img-wrapper		// Chrome doet geen outline om een div, dus moet je het expliciet benoemen...
{
	text-decoration: underline;
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 2px;
	outline-color: var(--main-controls-color);
}
button.a
{
	border:0;
	background:inherit;
	padding:0;
}

div.titel_types a,
div.titel_types button
{
	position: relative;
	cursor: pointer;
	display: inline-block;
}

div.titel_types a > .table-download-image
{
	min-width: 17px
}
div.titel_types a > i,
div.titel_types button > i,
div.titel_types a > span,
div.titel_types button > span
{
	font-size: 12px;
	font-style: normal;
	font-family: "Noto Serif", Arial, Helvetica,Verdana,sans-serif;
	color: var(--menu-txt-hover);
	background: var(--menu-bg);
	border-radius: 3px;
	position: absolute;
	width: 200px;
	right: 0;
	margin-left: -100px;
	padding: 10px;
	margin-top: 15px;
	top: 100%;
	left: 50%;
	z-index: 1;
}
div.titel_types button > i,
div.titel_types button > span
{
	text-align: left;
}
div.titel_types a > i,
div.titel_types a > span
{
	text-align: center;
        line-height: 1.1em;
}
div.titel_types a > i,
div.titel_types a > span
{
	visibility:hidden;
	opacity:0;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
div.leftpadding
{
	padding-left:10px;
}

div.titel_types a > i:before, a > i:after ,
div.titel_types button > i:after,
div.titel_types a > span:before, a > span:after ,
div.titel_types button > span:after
{
	content: "";
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	bottom: 100%;
	right: 0;
	margin-left: -10px;
}
div.titel_types button > i:after,
div.titel_types button > span:after
{
	left: 50%;
}

div.titel_types a > i:after,
div.titel_types button > i:after,
div.titel_types a > span:after,
div.titel_types button > span:after
{
	border-bottom: 10px solid var(--menu-bg);
	z-index: 1;
	left: 50%;
	right: 50%;
}
div.titel_types a > span > .tooltip-filesize
{
	font-size: 10px;

}

div.titel_types a:hover > i, div.titel_types a:active > i,
div.titel_types a:hover > span, div.titel_types a:active > span,
div.titel_types a:focus > i, div.titel_types a:active > i,
div.titel_types a:focus > span, div.titel_types a:active > span
{
	visibility: visible;
	opacity: 1;
}

p[id], div.pb, a[name]
{
        padding-top: var(--headerheight_plus) !important;
        margin-top:var(--negative_headerheight_plus);
}
p[id]
{
        padding-bottom: 20px;
}

section[id]
{
	/*padding-top: var(--headerheight_plus); moved the 91px from css to js */
	padding-bottom: 20px;
	/*margin-top:var(--negative_headerheight_plus);*/
	clear:both;
}

.cf
{
	clear:both;
}

.dontshow
{
	display:none;
}

.right
{
	float:right;
}

label.showhide
{
	border-radius: 8px;
	width:30px;
	display:inline-block;
	padding:10px 11px;
	height:2.5em !important;
	background:var(--menu-bg);
	font-weight:bold;
	color:var(--menu-txt-hover);
}
label.showhide:before
{
	content:"+";
}
label.showhide:before
{
	content:"+";
}
div.showhide
{
	display:none;
	padding-top:1em;
}
input.showhide
{
	display:none;
}
input.showhide:checked + label.showhide:before
{
	content:"-";
}
input.showhide:checked + label.showhide + div.showhide
{
	display:block;
}
.toggle
{
	font-family: "icomoon";
	border: 1px var(--border) solid;
	border-radius: 2px;
	background-color: var(--menu-txt-hover);
	height:2em;
}
.toggle a
{
	padding:5px;
	color: var(--border);
	float:left;
	text-decoration:none;
}

.toggle a.selected
{
	color: var(--menu-txt);
}

.toggle a:hover
{
	text-decoration:none;
}
.toggle div
{
	float:left;
	width:1px;
	height:31px;
	background-color:var(--border);
}

iframe
{
	border: 0 none;
	margin: 0 -10px;
	padding: 0;
}

/* anchor offsets voor de header */
.hl-anchor,
#tekst_en_noten a[name]
{
	padding-top: var(--headerheight_plus);
	margin-top:var(--negative_headerheight_plus);
}
#tekst_en_noten a[name]
{
	display:inline-block; /* toegevoegd voor Safari */
}
div.note
{
	display:inline-block;
	position:relative;
	overflow:hidden;
	width:100%;
}
td[name='right'] .interp
{
	display:none;
}
#interp
{
	margin-left:30px;
}

.interp
{
	padding: 0em 1em 1em 2em;
}
.interp a
{
	padding:0 !important;
	margin:0 !important;
}
.hidden
{
	width:0px;
	height:0px;
	overflow:hidden;
	position: absolute;
	top: -999px;
	left: -999px;
}
.kwic
{
	font-style:italic;
	margin:0;
	padding:0 0 0 1em;
}
.kwic .highlight
{
	color:var(--menu-bg);
}
.highlight
{
	background: var(--oranje);
	font-weight: bold;
}
.prevnext
{
	height:75px;
	max-width:722px;
}

.prevnext a
{
	/*pointer-events:all;*/
}
.fixedsticky
{
	top: 0;
	/*pointer-events:none;*/
}

.prevnext button
{
	display:inline-block;
}

.print
{
	float:right;
	padding:1.6em 1em 0 0.5em;
}
.print button
{
	text-decoration:none;
	color: var(--main-controls-color-6);
	border-style: none;
	background-color: transparent;
	font-family: inherit;
	font-size: inherit;
	padding: 0px;
}
.print button::-moz-focus-inner
{
	border: 0;
}

button
{
	border: 1px var(--border) solid;
	background: var(--menu-txt-hover);
	padding:20px;
	display:inline-block;
	cursor:pointer;
}

div.prevnext a.label
{
	border: 1px var(--main-controls-color-7) solid;
	background-color: var(--main-controls-background-color-3);
	padding:20px;
	display:inline-block;
	cursor:pointer;
	color: var(--main-controls-color);
}
div.prevnext a.label:hover
{
	text-decoration: none;
}
div.prevnext a.label:focus
{
	outline-color: var(--main-controls-color-7);
	text-decoration: none;
}

.dld_videos
{
	padding-top:40px;
	margin:1em;
}

.did_videos video
{
	padding:1em 0;
}

iframe.oj
{
	padding-right:3em;
}

/* CG: kunnen weg */
/*
div.row > header#contentheader + div
{
	display:none;
}
*/
.show
{
	display:block !important;
}
.left
{
	float:left;
}
/* / CG: kunnen weg */

.redborder
{
	border:1px #f00 solid !important;
}
.titleStmt
{
	display:none;
}
.not-mob,
ul.pagination li.not-mob
{
	display:none;
}
.mob,
ul.pagination li.mob
{
	display:inline-block ;
}
ul.pagination li.mob img
{
	position: relative;
	top: 2px;
	height: 1em;
}

th.mob
{
	height: 0px;
	position: relative;
	float: right;
}
th.mob.SortControlForAuteurs
{
	bottom: 75px;
}
th.mob.SortControlForTitels
{
	bottom: 100px;
}
.mob .SortControlForMobWrapper
{
	margin: 0px;
}
.SortControlForMob
{
	width: 200px;
	display: block;
	background-color: #FFF;

	padding-left: 10px;

	letter-spacing: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;

	line-height: 22px;
	font-family: "Noto Serif";
	font-weight: normal;
}
.SortControlForMob:focus
{
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 2px;
	outline-color: #FFF;
}

form fieldset.AtlasPresentationControl, form fieldset.AtlasPeriodControl
{
	margin: 20px 0;
	display: flex;
	gap: 10px;
}
form fieldset.AtlasPresentationControl button, form fieldset.AtlasPeriodControl button
{
	padding: 10px;
}
form fieldset.AtlasPresentationControl button.SelectedControl, form fieldset.AtlasPeriodControl button.SelectedControl
{
	background-color: var(--main-controls-background-color);
	color: var(--main-controls-color-3);
	font-weight: bold;
}
form fieldset.AtlasPresentationControl, form fieldset.AtlasPeriodControl
{
	border: none;
	padding: 0;
}
form fieldset.AtlasPresentationControl legend, form fieldset.AtlasPeriodControl legend
{
	position: absolute;
	top: -999px;
	left: -999px;
}
output.AtlasResultSet figure
{
	margin: 0;
}
output.AtlasResultSet figure figcaption
{
	margin: 9px 0px;
}
output.AtlasResultSet table caption
{
	text-align: left;
}
output.AtlasResultSet table caption span
{
	font-size: 24px;
	font-weight: bold;
	line-height: 43px;
}
output.AtlasResultSet table caption form
{
	float: right;
	margin-bottom: 12px;
}
#map
{
	width:100%;
	height:800px;
}

.letterkunde-overzicht-periodes
{
	list-style: outside none none;
	padding:0;
	margin:0;
}
.letterkunde-overzicht-periodes li
{
	text-align: center;
}
.letterkunde-overzicht-periodes li .literatuurbutton:hover,
.letterkunde-overzicht-periodes li .literatuurbutton:focus
{
	text-decoration: none !important;
}
.letterkunde-overzicht-periodes li .literatuurbutton .img-fluid
{
	max-width: 212px;
	display: block;
	margin: auto; 
}
.letterkunde-overzicht-periodes li .literatuurbutton span
{
	letter-spacing: 2px;
	font-family: "Noto Sans", Arial, Helvetica,Verdana,sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	word-wrap: break-word;
	display: inline-block;
}

@media screen and (max-width:320px)
{
}

@media screen and (min-width:320px)
{
}

@media screen and (min-width:480px)
{
}

@media screen and (min-width:768px)
{
	th.not-mob
	{
		display:table-cell;
	}
	.not-mob,
	ul.pagination li.not-mob
	{
		display:inline-block;
	}
	th a.not-mob
	{
		display: block;
	}
	.mob,
	ul.pagination li.mob
	{
		display:none;
	}
	html, body
	{
		background: var(--body-bg);
	}
	.draggable
	{
		background:var(--menu-txt);
		width:500px;
		position:fixed;
		right:100px;
		top:300px;
		border:1px var(--menu-bg) solid;
	}

	.draggable .title
	{
		height:30px;
		width:500px;
		cursor:move;
		background:var(--donkergrijs);
	}
        div.hoogtepunt,
        div.footersection
        {
                float:left;
                width:25%;
                padding-right:20px;
                clear:none;
                padding: 0;
        }
	div.hoogtepunt, div.footersection { padding: 0 20px 0 0;}

	div.hoogtepunt div:last-child,
        div.footersection div:last-child
	{
		padding-left:0px;
	}
        div.hoogtepunt img.icon
        {
                float:none;
        }
	div.hoogtepunt div
	{
		display:table;
	}
	.fixedsticky
	{
		top: 67px;
	}
	.sticky
	{
		z-index:1000;
		height: 20px;
	}
	.sticky button, div.sticky a.label
	{
		padding: 1px 20px;
	}
	#interp
	{
		display:none;
	}
	td[name='right'] .interp
	{
		display:block;
	}
	div.titel_types a > i,
	div.titel_types a > i:before,
	div.titel_types a > i:after,
	div.titel_types a > span,
	div.titel_types a > span:before,
	div.titel_types a > span:after
	{
		right: 50%;
		left: 50%;
	}
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active)
{
	div.note
	{
		overflow:visible;
	}
}

@media screen and (min-width:1180px)
{
	body
	{
		margin-top: var(--headerheight_plus);
	}

	div.hoogtepunt img.icon
	{
		float:left;
	}
        
        .footersection {
            width: 25%;
        }
        
}

.dbnllogo.compactlogo.tablet {
    display: none;
    float: left;
    margin-top: 50px;
    width: 75px !important;
}
@media screen and (min-width:768px) and (max-width:1180px)
{
    .footersection.leftcolumn
    {
        display: none;
    }
    
    .dbnllogo.compactlogo.tablet {
        display: block;
    }
}

.auteurskaartje section h3
{
	display: inline;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}
.auteurskaartje section dl
{
	margin: 4px;
}

#content:target
{
	margin-top: -110px;
	padding-top: 110px;
}
#content:target > div.row
{
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 2px;
	outline-color: rgba(6,27,58,0);
	transition-property: outline-color;
	transition-duration: 3s;
}
#content:target > div.row ~ div.row
{
	outline-style: none;
}

img.noborder
{
    border: 0px;
}

.currentpage
{
    font-weight: bold;
}

nav#breadcrumbs li {
  background: url('/images/dbnl-chevron-right-icon-16x16-nomargins.svg') no-repeat left center;
  padding-left: 15px;
  margin-right: 5px;
  background-size: 10px 10px;
}

nav#breadcrumbs li:first-child {
    background: none;
    padding-left: 0px;
}

.sr-only
{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px; 
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }