header {
	position: absolute;
	z-index: 10;
	width: 100%;
	text-align: right;
}

header img {
	border: 0;
	margin-top: 20px;
}

footer {
	margin-top: 10vh;
	padding: 10px;
	text-align: center;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
	width: 100vw;
    background: rgba(0, 0, 0, 0.3);
}

/* Sections */
section:not(#banner):not(#vorwort) {
	padding-top: 2vh;
	padding-bottom: 10vh;
}

section h2 {
	color: #ca080c;
	text-align: center;
}

section h2 a, section h2 a:hover {
	color: #ca080c;
}

.black {
	background-color: #000000;
	color: #ffffff;
}

.green {
	background-color: #5B943C;
	color: #ffffff;
}

.orange {
	background-color: #D6813B;
	color: #ffffff;
}

.grey {
	background-color: #e7e7e7;
	color: #ca080c;
}

.black h2, .green h2, .orange h2 {
	color: #ffffff;
}

.black a, .green a, .orange a {
	color: #ffffff;
	text-decoration: underline;
}

.grey a {
	color: #ca080c;
	text-decoration: underline;
}

#banner img, #digitalisierung img, #wirtschaft img, #kinder img {
	display: block;
	height: 100vh;
	width: 100vw;
	object-fit: cover;
	object-position: top;
}

#inhalt .two.columns {
	text-align: center;
}

#digitalisierung img {
	min-height: 750px;
}

#kinder img, #wirtschaft img {
	min-height: 1200px;
}

#banner picture, #digitalisierung picture, #wirtschaft picture, #kinder picture {
	height: 100vh;
	width: 100vw;
}

#banner h1, #banner p {
	font-weight: bold;
}

#banner .button {
	background-color: #ca080c;
	color: #ffffff;
}

#banner .button:hover {
	background-color: #8c1208;
}

.introduction {
	position: absolute;
	margin-top: 30vh;
	max-width: 100%;
	width: 100%;
	color: #ffffff;
	text-align: center;
}

.row {
	padding-top: 5vh;
	padding-left: 20px;
	padding-right: 20px;
}

#vorwort {
	background-color: #ca080c;
	color: #ffffff;
}

#vorwort h3, #vorwort h4, #vorwort p, #digitalisierung h2, #digitalisierung p, #wirtschaft h2, #wirtschaft p, #kinder h2, #kinder p {
	padding: 5px 15px 5px 15px;
}

#glossar .two.columns p {
	font-weight: bold;
	hyphens: auto;
	overflow: hidden;
}

@media (max-width: 360px) {
	#digitalisierung .introduction, #wirtschaft .introduction, #kinder .introduction {
		margin-top: 10vh;
	}
}

@media (min-width: 1025px) {
	.row {
		margin: 0 auto;
		width: 40%;
	}
}