:root {
	--colorVasilis: hsla(205, 93%, 65%, 1.000);
	--colorGuest: hsla(317, 76%, 74%, 1.000);
	--colorAstrid: hsla(19, 83%, 55%, 1.000);
}
#wpadminbar {
	display: none;
}
html[lang] {
	margin: 0 !important;
}
body {
	font: 110%/1.5 "Brenner 2", georgia, serif;
	margin: 5.5555vh 5.5555vw 11.1111vh;
	padding: 0;
	background: white;
	max-width: 72em;
	display: grid;
	grid-template-columns: minmax(8vw, 1fr) auto;
	grid-template-areas:
		 "header header"
		 "gap content"
		 "gap footer";
}
@media (min-width: 59em) {
	body {
		margin: 11.1111vh 11.1111vw 22.2222vh;
		grid-template-columns: 14vh 4fr 35em 1fr;
		grid-template-areas:
		 "header  gap  content gap2"
		 "header  gap  footer gap2";
	}
}
body > header {
	grid-area: header;
}
body > article,
body > main {
	grid-area: content;
}
body > footer {
	grid-area: footer;
}

h1 {
	line-height: 1;
	margin: 0;
	font-weight: normal;
	font-family: "Brenner Display Stencil B5tMrG";
	display: flex;
	font-size: 3.4vw;
}
h1 img {
	width: 13vw;
	height: auto;
	margin: 0 2vw 0 0;
}
h1 a {
	text-decoration: none;
	color: black !important;
	display: flex;
	flex-wrap: wrap;
	text-shadow: none;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
}
h1 a img {
    grid-row: 1 / 3;
}
h1 a:focus{
	filter: hue-rotate(90deg);
}
a:hover footer ul li {
	filter: hue-rotate(-0deg);
}
h1 span {
	line-height: 1;
	font-size: 7.3vw;
}

@media (max-width: 30em) {
	h1 {
		font-size: 4vw;
		font-size: max(1em,4vw);
	}
	h1 span {
		font-size: 7.1vw;
	}
}

@media (min-width: 59em) {
	h1 {
		writing-mode: vertical-rl;
		max-width: 100vh;
		position: fixed;
		margin: 1vh 0 0 1vw;
		left: 0;
		top: 0;
		z-index: 3;
		font-size: 4.8vh;
	}
	h1 img {
		width: 13vh;
		height: auto;
		margin: 0 0 2vh;
	}
	h1 span {
		font-size: 8.5vh;
	}
	h1 span:nth-of-type(4) {
		font-size: 10.9vh;
	}
}

.intro p {
	font-size: 1.414em;
	margin: 0 0 0 -3.536067893em
}
@media (max-width: 40em) {
	.intro {
		margin: 4em 0 4em 3em;
	}
	.intro p {
		margin-left: -2em;
		font-size: 1em;
	}
}
article {
	margin: clamp(2em, 11.1111vh,4em) 0;
}
@media (min-width: 59em) {
	article {
		margin: 0;
	}
}

@media (max-width: 40em) {
	.home article a footer {
		margin-top: .5em;
	}
}
article > div {
	max-width: 35em;
}
h2,h3 {
	font-size: 3em;
	margin: 0 0 0 -1em;
	line-height: 1.07;
	min-width: 100%;
	transition: .2s;
	font-weight: 500;
	font-family: "Brenner Display Black 2",georgia,serif;
}
h2 {
	margin-bottom: .5em;
}
h3 {
	font-size: 2em;
	margin-top: 2em;
}
@media (max-width: 30em) {
	h2 {
		font-size: 2.3em;
	}
}
@media (max-width: 40em) {
	h2 {
		margin-left: -.7em;
	}
}
h2 a {
	text-decoration: none;
	color: black !important;
	background: none;
}
.home ol {
	margin: 0 0 11.111vh;
	padding: 0;
	font-size: 1.5em;
}
.home li {
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
	position: relative;
}
.home li::marker {
	color: blue;
	text-decoration: underline;
}
.home li::before {
	content: '☞ ';
	position: absolute;
	left: -1.5em;
}
.home li a::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
h2 span {
	display: block;
	font-size: .4em;
	font-style: italic;
	font-weight: normal;
	margin-left: .1em;
}

@supports (-webkit-hyphenate-limit-lines: 2) {
	p {
		-webkit-hyphens: auto;
		hyphens: auto;
		-webkit-hyphenate-limit-lines: 2;
		-webkit-hyphenate-limit-chars: 6 3 2;
	}
}
@supports (hyphenate-limit-lines: 2) {
	p {
		hyphens: auto;
		hyphenate-limit-lines: 2;
		hyphenate-limit-chars: 6 3 2;
	}
}
a {
	transition: .2s;
}
a:link,
a:visited {
	color: blue;
}
a:visited {
	text-decoration-style: dotted;
}
a:hover,
a:focus {
	color: #ee0000;
}


[id^="tip"] {
	max-height: 0;
	overflow: hidden;
	transition: .2s;
	font-size: .8em;
	width: 0;
}
[id^="tip"]:target {
	display: block;
	max-height: 3em;
	background: white;
	border: 1px solid black;
	width: 100%;
	max-width: 40em;
	overflow: visible;
}

q {
	font-style: italic;
}
q em,
blockquote em  {
	font-style: normal;
}

blockquote {
	font-style: italic;
	font-size: 1.5em;
	margin: 2em 0;
	padding: 0 0 0 1em;
	position: relative;
}
blockquote p::before {
	content: "”";
	font-size: 8em;
	position: absolute;
	left: -.4em;
	margin-top: -.15em;
}
[fragmention] {
	animation: target 2.5s;
}
@keyframes target {
	from {
		background: yellow;
	}
	to {
		background: transparent;
	}
}
article time {
	font-style: italic;
}
p > time::after {
	content: " —";
}

footer abbr,
article abbr,
.smallcaps {
	text-transform: lowercase;
	font-family: "Brenner Sans 4", sans-serif;
	font-variant-caps: small-caps;          /* high-level property          */
	-moz-font-feature-settings: 'smcp';     /* low-level (old Firefox)      */
	-webkit-font-feature-settings: 'smcp';  /* low-level (old Webkit)       */
	font-feature-settings: 'smcp' on;
}
abbr[title] {
	background-image: linear-gradient(90deg,hsl(0,0%,35%) 0px, hsl(0,0%,35%) 1px, white 1px, white 2px);
	background-repeat: repeat no-repeat;
	background-size: 2px 1px;
	background-position: 0 95%;
	text-decoration: none;
}

aside {
	margin: 4em 0 0;
}
/* aside div {
	flex-grow: 1;
	flex-basis: 50%;
}
aside div:first-child:not(:only-child) {
	margin: 0 2.5em 0 0;
	flex-basis: 66%;
} */
aside ul {
	margin: 0;
	padding: 0;
	list-style: square;
}
aside h3 {
	margin: 0 0 0 -.3em;
	padding: 0 0 0 .3em;
	font-weight: 500;
}
aside div + div {
	margin-top: 2em;
}
aside ul a {
	display: inline-block;
	vertical-align: top;
}
aside ul a span::before {
	content: '';
	display: block;
}
aside ul a span {
	font-style: italic;
	transform: translate(0, -.25em);
}
aside p {
	margin: 0;
}
aside p + p {
	text-indent: 1em;
}
article footer {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	font-style: italic;
	margin: 4em 0;
}
.home article footer {
	margin: 0;
}
article footer ul {
	margin: 0;
}
.readit {
	margin: -1.5em 0 2em -3em;
}
img {
	max-width: 100%;
	height: auto;
}
figure {
	margin: 1em 0;
}
iframe {
	max-width: 100%;
}
article > div > ul {
	margin: 1em 0;
	padding: 0;
}
@media (max-width: 40em) {
	.readit {
		margin: -1.5em 0 2em 0;
	}
}
#transcript,
h3 {
	margin-top: 2em;
	font-family: "Brenner Script Medium 2", "Brenner 2", georgia, serif;
}
#transcript ~ p {
	text-indent: -1.33em;
	font-family: "Brenner Sans 3";
}
#transcript ~ p strong {
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-thickness: .1em;
	text-decoration-color: var(--colorGuest);
}
#transcript ~ .astrid strong {
	text-decoration-color: var(--colorAstrid);
}
#transcript ~ .vasilis strong {
	text-decoration-color: var(--colorVasilis);
}
#transcript b {
	font-weight: 500;
	position: absolute;
	right: 100%;
	margin-right: .33em;
}
#transcript p:nth-of-type(-n + 3) b,
#transcript p.naam b {
	position: static;
	margin-right: 0;
}
footer ul {
	list-style: none;
	padding: 0 0 0 1.5em;
}
footer li {
	background: white;
}
footer li time,
footer li a {
	padding: 0 0 0 .3em;
	transition: .2s;
}

#pagefooter p {
	max-width: 40em;
	font-size: .85em;
}

/* PLAYER */

.podlove-player-wrapper {
	display: flex;
	margin: 2em 0 2em -5em;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1;
}
.faster, .slower {
	border: none;
	background: #ebebeb;
	padding: .5em;
}
.podlove-player-wrapper button:focus {
	filter: invert(100%);
}
audio {
	width: 100%;
	width: calc(100% + 3em);
	translate: -3em 0 ;
	
}
@media (max-width: 40em) {
	audio {
		width: 100%;
		translate: 0 0 ;
	}
	.faster, .slower {
		padding: .5em;
	}
	.podlove-player-wrapper{
		margin: 2em 0 2em -2em;
		flex-wrap: wrap;
	}
}

.video {
	width: 100%;
	width: calc(100% + 5em);
	margin: 0 0 2em -5em;
	position: relative;
}
@media (min-width: 40em) and (min-height: 50em) {
	.video {
		position: sticky;
		top: 0;
		z-index: 2;
		transform-origin: 100% 0;
		transition: transform .3s ease-out,
					box-shadow .07s;
	}
	.is-sticking {
		transform: scale(.89);
		box-shadow: -720px 0 0 hsla(0, 0%, 0%, .92),
					720px 0 0 hsla(0, 0%, 0%, .92)
	}
}
.video iframe,
.video video {
	position: absolute;
	width: 100%;
	height: 100%;
}

/* Switch between audio and video */

input[name="mediatype"] {
	position: absolute;
	left: -1000em;
}
input[name="mediatype"] ~ label {
	margin-top: 2em;
	margin-left: -5em;
	display: inline-block;
	padding: .2em .4em;
	border: 1px solid black;
	border-radius: .2em .2em 0 0;
	border-bottom: 0;
}
input[name="mediatype"] ~ .podlove-player-wrapper {
	margin-top: 0;
}
input[name="mediatype"]:focus ~ label::after {
	content: '→';
	border: 1px solid black;
	background: silver;
	border-radius: .2em;
	margin-left: .3em;
	padding: .2em;
}
input[name="mediatype"]:focus ~ label {
	background: hsl(186, 100%, 65%);
}

#mVideo:checked ~ .podlove-player-wrapper,
#mAudio:checked ~ .video {
	display: none;
}
#mVideo:checked ~ [for="mVideo"],
#mAudio:checked ~ [for="mAudio"] {
	position: absolute;
	margin-left: -1000em;
}


body > nav p {
	position: absolute;
	top: -10em;
	z-index: 4;
}
body > nav a:focus {
	position: absolute;
	top: 10em;
	background: black;
	color: white;
	left: 1em;
	width: auto;
	padding: .2em;
	white-space: nowrap;
}

.podlove-contributors-cards {
	display: none;
}
.contributors {
	display: none;
}

@media print {
	@page {
		margin-top: 3.22cm;
		margin-right: 2.33cm;
		margin-bottom: 3.22cm;
		margin-left: 2.33cm;
		counter-increment: page;
		@bottom-left {
			content: counter(page);
		}
	}
	@page :left {
		margin-top: 11.1111%;
		margin-right: 11.1111%;
		margin-bottom: 11.1111%;
		margin-left: 22.2222%;
	}
	@page :right {
		margin-top: 11.1111%;
		margin-bottom: 11.1111%;
		margin-left: 11.1111%;
		margin-right: 22.2222%;
	}
	@page :first {
		margin-top: 16.6666%;
		margin-right: 16.6666%;
		margin-bottom: 16.6666%;
		margin-left: 16.6666%;
		@bottom-left {
			content: '';
		}
	}
	.contributors {
		display: block;
		font-style: italic;
		margin: 0 0 1em -1em;
	}
	p {
		widows: 3;
		orphans: 3;
	}
	html {
		font-size: 10pt;
	}
	body {
		margin: 0;
		padding: 0;
		display: block;
	}
	.podlove-player-wrapper,
	.readit,
	#pagefooter,
	[class^="podlove-"] {
		display: none;
	}
	h1 {
		font-size: 3rem !important;
		box-shadow: none !important;
	}
	h1 a,
	h1 a span {
		display: block;
		margin-bottom: 0;
	}
	h1 a img {
		display: block;
    	max-height: 10cm;
		width: auto;
		margin-bottom: 1em;
	}
	article {
		margin-top: 1em;
	}


	h2 ~ * a[href]::after,
	footer a[href]::after {
		content: ' [' attr(href) '] ';
	}
	h2 a[href]::after {
		content: "Wilt u de podcast beluisteren? Dat kan via deze link: \A" attr(href);
		white-space: pre-wrap;
		display: block;
		font-family: "Brenner 2", georgia, serif;
		font-size: 1rem;
		font-style: italic;
	}
	article h2:first-of-type {
		page-break-after: always;
	}
	a {
		text-decoration: none;
		color: blue;
	}
	p a {
		border-bottom: 1px solid;
	}
	article {
		display: block;
		margin-left: 2em;
		font-size: 12pt;
		max-width: 30em;
		//border: 1px solid;
		//box-decoration-break: clone; /* slice | clone */
	}
	article > div {
		
	}
	h3 {
		page-break-after: avoid;
	}
	h3 + * {
		page-break-before: avoid;
	}
}
