html, body {
	font-family: 'VT323', sans-serif;
	font-size: 21px;

	padding: 0;
	margin: 0;
	color-scheme: light;
}

.container {
	width: calc(100% - 20px);
	max-width: 1200px;
	margin: auto;
}

.cover {
	display: block;
	background-image: url(../NerdsAmApparatCover.webp);
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100vw;
	position: relative;
}

/*.cover + h1 {
	display: none;
}*/

h1 {
	font-size: 40px;
	font-weight: 400;
}

.cover h1 {
	font-family: 'Libre Barcode 39 Text', sans-serif;
	font-size: 20px;
	font-size: 12vw;
	font-weight: 400;
	text-align: center;
	margin: 0;
	margin-top: 40px;
	margin-bottom: 40px;
	white-space: nowrap;
}

h2 {
	font-size: 36px;
	font-weight: 400;
}

h3 {
	font-size: 32px;
	font-weight: 400;
}

h4 {
	font-size: 28px;
	font-weight: 400;
}

.cover h1 {
	display: none;
}


@media (orientation: landscape) {
	.cover {
		background-image: url(../NerdsAmApparat.webp);
		background-position: center 70%;
		height: 50vh;
	}
	
	.cover h1 {
		display: block;
		text-align: center;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		
		color: #000000;
		margin: 0;
		padding: 40px 0;
		background: rgba(255, 255, 255, 0.5);
	}

}

.podcast {
	padding: 20px 0;
	border-top: 1px solid rgba(0,0,0, 0.3);
}
.podcast h3 {
	font-size: 36px;
	font-weight: 400;
	margin: 0;
}
.podcast h4 {
	font-size: 32px;
	font-weight: 400;
	margin: 0;
}
.podcast audio {
	margin: 10px 0;
	width: 100%;
}

button {
	font-family: 'VT323', sans-serif;
	font-size: 21px;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	color: #766dec;
	cursor: pointer;
}
button::before {
	content: attr(data-before);
}
.sources {
	font-size: 16px;
}


small {
	display: inline-block;
	font-size: 0.7em;
	vertical-align: middle;
}

.text-muted {
	opacity: 0.7;
}

footer {
	background: rgba(0,0,0, 0.2);
	margin-top: 40px;
	padding: 20px 0px;
}

footer > .container > div {
	padding: 2px 0;
}

footer > .container > div span, .float-right {
	float: right;
}
@media (prefers-color-scheme: dark) {
	html, body {
		color-scheme: dark;
	}
}

@media (min-width: 1220px) {
	.cover h1 {
		font-size: 150px;
	}
}