body {
	max-width: 1200px;
	padding-left: 25px;
	padding-right: 25px;
	margin: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #444;
	overflow-y: scroll;
}

.header {
	background-image: url('../img/mitswolken.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 20px;
}

.title {
	text-align: center;
	color: white;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 5px;
}

.subtitle {
	text-align: center;
	margin-top:0px;
	margin-bottom:5px;
	padding-Bottom: 10px;
	font-weight: bold;
	color:white;
	font-size: 1em;
}

h3 {
	color:#007ab8;
	margin-bottom: -10px;
}

ol, ul {
	padding-left:1.1em;
	margin-top: -17px;
}

.menu {
	margin-bottom:5px;
}

ul.larger_bullet li::marker {
		font-size: 1.3rem;
}

a.vu-style {
	color: #007ab8;
	text-decoration: none;
}

.topnav {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	column-gap: 6px;
	}

.topnav-item {
    color: #000;
	background-color: white;
    display: flex;
    justify-content: center;
    text-align: center !important; 
	border: 5px solid white;
	}

.order1 {border-left: 0;}
.order6 {border-right: 0;}
	
.topnav a {
	color: #666;
	display: flex;
	min-height: 100%;
	width: 100%;
	justify-content: center;
	text-decoration: none;
	color: #666;   
	padding-top: 8px;
	padding-bottom: 2px;
    background-color: #f3f3f3;
	font-weight: bold;
}

.topnav a.active {
	background-color: #66afd4;
	color: white;
	}

@media (hover: hover) {
	.topnav a:hover {
		background-color: #dff2fd;
	}
}

.scrollmargin {scroll-margin-top: 10px;}

/* Homepage */

.vulink:hover {
	text-decoration: underline;
}

.colofontabel {
	border-collapse: collapse;
	table, tr, td {
		border: 1px solid lightgrey;
	};
	td {
		padding: 5px;
		vertical-align: top;
	};
}

.donkergrijs {
	color: darkgrey;
}

.fragment-oorkonde, .cover-image {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	max-width: 100%;
}
.cn-name {
	font-size: 85%; margin-top:12px;
}

.cn-cc {
	font-size: 70%;
}

.logo {
	width: 350px;
	margin-top: 10px;
}

/* Pagina Het Corpus (voor filter-stijlen zie filters.css) */

.kop {
	color:#007ab8;
	display: inline-block;
	font-size: 28.8px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: -10px;
}

.infoicon {
	display: inline-block;
	vertical-align: -35%;
	margin-left:25px;
}

.infoicon:hover {cursor: pointer;}

.annotatie {
	color: #3897c7;
	font-weight: bold;
	display:none;
}

#annotatieknop {
	color: #2d799f;
	width: 50px;
	height: 
	background-color: #f3f3f3;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	float: right;
	padding:7.5px; margin-top: 2px;
	vertical-align: middle;
	border-radius: 5px;
}

#toelichting {margin-top:15px;}

.jaar {
	color: black;
	font-weight: bold;
}

table.tijdsnedetabel {
  border: 1px solid;
  border-collapse: collapse;
  margin-bottom: 20px;
  td, tr {border: 1px solid;}
  td { vertical-align: top;
	   padding: 6px 6px 15px 6px;
	}
  td.citnr { width: 55px;}
}

.button-container {
  display: flex;
  padding-top:5px;
}

button {
	font-family: Arial;
	font-size: 0.8em;
	color: #000000;
	background-color: #f5f5f5;
	cursor: pointer;
	padding: 4px 12px 4px 8px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
}

button {margin-right: 10px;}

.extra {
	background-color: #f9f9f9;
	margin: 5px 5px 5px 0px;
}

.button-v {
	background-color:#88c1dd;
}
.button-t {
	background-color:#b686c6;
}
.button-a {
	background-color:#85cb80;
}

.hideshow {
	display:none;
}

table.corpusmenu {  
	border-collapse: collapse;
	margin-left: 25px;
	tr, td {border: 1px solid black;}
	td { padding-top: 5px;
		 padding-bottom: 5px;
		 padding-left: 30px;
		 padding-right: 30px; 
		 text-align: center;
		}
	td.tijdsnedecode {
		font-weight: bold;
		text-align: center;
		a {
			text-decoration: none;
			color: #2d799f;
			padding-left: 40px;
			padding-right: 40px;
			}
		}
	tr:nth-child(odd) {
		background: #f3f3f3;
		}
}

div.tabel-citaat49 {
	display: grid;
	border-top: 1px solid black;
	border-right: 1px solid black;
		margin: 20px;
	grid-template-columns: 20% 40% 40%;
	.cel {
		padding: 8px;
		border-left: 1px solid black;
		border-bottom: 1px solid black;
		vertical-align: "top";
	}
}

.slash {
	line-height: .9em;
	vertical-align: middle;
}


/* Pagina Documentatie */

.docvb {
	background-color: #f3f3f3;
	padding: 13px;
}

.vb-kleur {
	color: #cc4100;
}

table.symbolen {
		border-collapse: collapse;
	td {
		vertical-align: top;
	border: 1px solid lightgrey;
	padding: 8px;
		}
}

.firstrow {
		background-color: #dff2fd;
}

table.afkortingen {
	td {
		vertical-align: top;
		padding-bottom: 7px;
		}
}

sub {font-variant: small-caps; font-size: 80%;}


/* Pagina Bibliografie */

.broninfo {
	color:#808080;
	font-style: italic;
}

.bibtitel {
	padding-left: 25px;
	text-indent: -25px;
	margin-bottom: -10px;
}

.biblink {
	color: #0077b3;
	background-color: #dff2fd;
	text-decoration: none;
	border-radius: 10px;
}

/* Pagina Topografie */

.kaartje {
	border-style: solid;
	border-width: 1px;
	margin-top: 15px;
	margin-bottom: 25px;
}
	
.legenda {
	font-size:0.9rem;
	column-count: 4; 
}

.legendakop {
	color: #0B769F;
	font-weight: bold;
	font-size: 130%;
	margin-bottom:8px; 
}

.legendasubkop {
	color: #0B769F;
	font-size: 120%;
	font-weight: bold;
}

.ikoon-legendawissel {
	color: #0B769F;
	text-weight: bold;
	background-color: #fafafa;
	border-radius: 10%;
}

#legenda {
	display: none;
}

.legendakop {
	display: inline-block;
	margin-right: 20px;
}

button.legendawissel {
    width: auto;	
	color: #0B769F;
	background-color: #fafafa;
	border-radius: 10%;
	font-size: 125%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	border: none;
	text-decoration: none;
	cursor: pointer;
}

button.legendawissel:hover {
	background-color: #e6e6e6;
 }

.spreiding {
	border-collapse: collapse;
	table, tr, td {
		border: 1px solid black;
	};
	td {
		padding: 5px 15px;
		vertical-align: top;
	};
	caption {
		font-size: 75%;
		caption-side:bottom;
		text-align:left;
		padding-top: 20px; 
	}
}

.bottom-line, top-line {
	font-weight: bold;
	background-color: #d9d9d9;
}

.alternate-colour {
	background-color: #f2f2f2;
}

/* Media queries */

@media (hover: hover) {

	a.vu-style:hover {
		text-decoration: underline;
	}

	button:hover {
		background-color: darkgrey;
		color: white;
	}

table.corpusmenu {  
		td.tijdsnedecode:hover {
			background-color: #dff2fd;
		}
	}

}

@media (hover: none) {
.tooltip-tekst {
	display: none;
	}
}	
	
@media only screen and (max-width: 992px) {
	.legenda {
		column-count: 3; 
	}
	.title {
		font-size: 28px;
	}
	.subtitle {
		font-size: 0.9em; 
	}

	.topnav {
		grid-template-columns: repeat(3, 1fr);
	}
	.topnav a {
		padding-top: 4px; padding-bottom: 2px; font-size: 95%;
	}
	
	.order3 {
		border-right: 0;
	}
	
	.order4 {
		border-left: 0;
	}

}

@media only screen and (max-width: 600px) {

	body {
		font-size: 1.1em;
	}

	.title {
		font-size: 22px;
	}
	
	.subtitle {
		font-size: 0.9em;
	}

	.legenda {
		column-count: 2;		
	}

	.fragment-oorkonde {
		float: none;
		display: block;
		margin-bottom: 10px;
		margin-left: 0px;
		margin-top: 20px;
		width: 95%;
	}

	table.corpusmenu {
		margin-left: 0px;
		td {
			padding-left: 10px;
			padding-right: 10px; 
		}
	}

	table.tijdsnedetabel {
		width: 100%;
		tr > td {display: block; border: 0px; border-top: 0px; border-right: 0px; border-left: 0px; border-bottom: 1px solid black;}
		td.citnr {
			width: auto;
			font-weight: bold;
			padding-top: 20px;
			color: #3288b3;
		}
	}

	.topnav {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.topnav a {
		padding-top: 2px;
		padding-bottom: 2px;
		font-size: 95%;
	}

	.order2 {border-right: 0;}
	.order3 {border-left: 0; border-right: 5px solid white;}
	.order4 {border-left: 5px solid white; border-right: 0;}
	.order5 {border-left: 0;}

}

@media only screen and (max-width: 430px) {
.button-container {font-size: 90%;}
}
