body { 
	background: white;
	margin: 0;
	font: 100%/1.5 "Fedra Sans Screen Regular",helvetica,arial,sans-serif;
}
ol {
	margin: 0;
	padding: 0;
}
li {
	background: hsl(43,100%,50%);
	border-bottom: .2em solid white;
	height: 100vh;
	display: grid;
	grid-template-rows: 1fr auto;
}
li p {
	counter-increment: jaar -1;
	position: relative;
	padding: 2em 2em 2em 7em;
	color: hsl(43,100%,90%);
}
li p::before {
	top: 0;
	left: 0;
	content: '-';
	text-align: center;
	position: absolute;
	z-index: 1;
	margin-left: 1.6em;
	margin-top: 1em;
	border-radius: 100%;
	width: 3.8em;
	line-height: 3.8em;
	border: .2em solid white;
}
li p::after {
	top: 0;
	left: 0;
	content: counter(jaar);
	position: absolute;
	z-index: 2;
	margin-left: 2em;
	margin-top: 1.4em;
	background: hsl(43,100%,50%);
	color: black;
	border-radius: 100%;
	width: 3em;
	line-height: 3em;
	text-align: center;
	border: .2em solid black;
	font-weight: bold;
}
@media (max-width: 30em) {
	li p {
		padding: 1em 1em 1em 5em;
	}
	li p::before {
		margin-left: .6em;
		width: 2.8em;
		line-height: 2.8em;
	}
	li p::after {
		margin-left: 1em;
		width: 2em;
		line-height: 2em;
	}
}
li p time {
	color: white;
	font-weight: bold;
}
em {
	font-family: "Fedra Sans Screen Italic",helvetica,arial,sans-serif;
}
a {
	display: block;
	position: relative;
	border-bottom: .4em solid black;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	        align-items: center;
}
.peecho-print-button {
	display: inline-block;
	height: auto;
	background: white;
	color: red;
	border-radius: .2em;
	padding: 0 .2em;
	text-decoration: none;
}
.peecho-print-button:hover,
.peecho-print-button:focus {
	color: white;
	background: red;
}
.crazy-vh a {
	height: 100%;
}
img {
	display: block;
	margin: 0 auto;
	max-height: 100%;
	max-width:100%;
	width: 100vmin;
	position: relative;
}
.fullwidth img {
	width: 100%;
	height: 100%;
}
div {
	position: relative;
	background: black;
}
p {
	margin: 0;
	padding: .5em;
	padding: 3vh 3vw;
	padding: 3vmin;
	max-width: 34em;
	color: #ebebeb;
}
#g:target body {
	-webkit-columns: 15em;
	-moz-columns: 15em;
	columns: 15em;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
}
#g:target a {
	display: block;
	height: 15em;
	overflow: hidden;
	border: .5em solid rgb(215, 222, 217);
	-webkit-background-size: cover cover;
	        background-size: cover;
	background-position: 50% 50%;
}
#g:target .peecho-print-button {
	display: inline-block;
	height: auto;
	border: 0;
}
#g:target p {
	opacity: 0;
	display: none;
}
#g:target div:hover p,
#g:target p:hover,
#g:target div > a:hover p,
#g:target div > a:focus + p {
	opacity: 1;
}
#m:target {
	height: 100vh;
  	display: flex;
  	flex-wrap: wrap;
  	align-items: stretch;
  	align-content: stretch;
}
#m:target div {
	flex: 1 1 5vmax;
}
#m:target a,
#m:target img {
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
}
#m:target img {
	max-width: auto;
	max-heigth: auto;
}
#m:target p {
	opacity: 0;
	display: none;
}
#t:target + body {
	display: flex;
  	flex-wrap: wrap;
  	align-items: stretch;
  	align-content: stretch;
}
#t:target + body div {
	flex: 1 1 22em;
}
#t:target + body a {
	display: none;
}

