.headline {
	color: white;
	font-family: verdana;
	font-size: 32;
	text-shadow: 0 0 5px black;
}

.normal {
	color: white;
	font-family: verdana;
	font-size: 20;
	text-shadow: 0 0 6px black;
}

.smallheight {
	color: white;
	font-family: verdana;
	font-size: 20;
	text-shadow: 0 0 6px black;
	line-height: 100%;
	position: relative;
}

.list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.list li {
	position: relative;
	padding-left: 1.2em;
	margin: 6px 0;
}

.list li::before {
	content: "- ";
	position: absolute;
	left: 0;
}

.contact {
	font-style: normal;
	margin: 0;
}

.contact p {
	margin: 0 0 6px 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #3D4F11;
	background-image: url(background2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.header-line {
	flex: 1;
	border: 0;
	border-top: 1px solid white;
}

.header-title {
	flex: 0 0 33%;
	text-align: center;
}

.header-spacer {
	height: 16px;
}

.content {
	display: flex;
	width: 100%;
}

.content .half {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}


.content .half .inner {
	text-align: left;
}

.content .side {
	width: 3%;
}

.content .main {
	flex: 1;
}

.content .spacer {
	flex: 1;
}

.content .right {
	width: 22%;
}

.footer-nav {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.footer-row {
	display: flex;
	align-items: center;
}

.footer-row.footer-lines {
	gap: 0;
}

.footer-hr {
	flex: 1;
	border: 0;
	border-top: 1px solid white;
}

.footer-cell {
	flex: 1;
	text-align: center;
}

.privacy-page .headline {
	font-size: 24;
}

.privacy-page .normal {
	font-size: 16;
}

@media (max-width: 1200px) {
	.index-content {
		flex-direction: column;
		gap: 24px;
	}
	.index-content .inner {
		width: 85%;
		max-width: 680px;
	}
	.footer-nav {
		padding-top: 32px;
		padding-bottom: 32px;
		gap: 14px;
	}
	.headline {
		font-size: 56;
	}
	.normal,
	.smallheight {
		font-size: 38;
	}
	.privacy-page .headline {
		font-size: 42;
	}
	.privacy-page .normal {
		font-size: 34;
	}
}

.footer {
	margin-top: auto;
}

a:link {
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	background-color: transparent;
	text-decoration: underline;
}

a:active {
	background-color: transparent;
	text-decoration: none;
}
