/*
Nur Änderungen kommen hier rein
*/

:root {
	--linkColor: #8e1b15;
	--ftBgColor: var(--linkColor);
	--textColorH1: var(--linkColor);
	--textColorH2: var(--textColorH1);
}

header > div {
	padding: 5%;
	padding-top: 0;
	padding-bottom: 0;
}

header {
	min-height: 107px
}

header a {
	top: 0;
	display: flex;
	justify-content: flex-start;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

header a img {
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 33px;
	height: 90px;
}

#introduction {
	padding-top: 0;
}

main {
	padding-bottom: 35px;
}

footer {
	background-color: #616161;
}

footer li::marker {
	color: #fff;
}

#audit {
	position: absolute; 
	right: 0;
	bottom: 10px;
}

#grid {
	grid-template-columns: 70% 30%;
}

@media screen and (max-width: 770px) {
	#grid {
		grid-template-columns: 60% 40%;
	}
}

@media screen and (max-width: 700px) {
	header a img {
		height: 70px;
	}
}

@media screen and (max-width: 650px) {
	#introduction {
		padding-top: 0;
	}

	#grid {
		grid-template-columns: 100%;
	}

	#audit {
		bottom: -70px;
	}

	footer #end {
		min-height: 250px;
	}

	#rangeLocation {
		width: 70%;
	}
}

@media screen and (max-width: 500px) {
	header a img {
		height: 60px;
	}

	#rangeLocation {
		width: 100%;
	}

	#grid {
		/*margin-bottom: 140px;*/
	}

	#audit {
		bottom: -50px;
	}
}

@media screen and (max-width: 400px) {
	header a img {
		height: 45px;
	}

	footer #end {
		min-height: 250px;
	}

	#grid {
		/*margin-bottom: 140px;*/
	}
}