/*
Nur Änderungen kommen hier rein
*/
:root {
	--linkColor: rgb(97, 97, 97);
	--ftBgColor: var(--linkColor);
	--textColorH1: #616161;
	--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;
}

#audit {
	position: absolute; 
	right: 0;
	bottom: 10px;
}

#grid {
	grid-template-columns: 70% 30%;
	min-height: 160px;
}


main {
	padding-bottom: 25px;
}

#introduction {
	padding-top: 0;
}

footer {
	background-color: rgb(97, 97, 97);;
}

footer #apply {
	background-color: rgb(73, 73, 73);
}

footer #end {
	background-color: rgb(73, 73, 73);
}

footer li::marker {
	color: #fff;
}

@media screen and (max-width: 700px) {
	header a img {
		height: 70px;
	}
	#grid {
		grid-template-columns: 60% 40%;
	}
}

@media screen and (max-width: 650px) {
	#grid {
		grid-template-columns: 100%;
	}
}

@media screen and (max-width: 500px) {
	header a img {
		height: 60px;
	}

	#grid {
		margin-bottom: 95px;
	}

	#audit {
		bottom: 20px;
	}
}

@media screen and (max-width: 400px) {
	header a img {
		height: 45px;
	}

	#grid {
		margin-bottom: 95px;
	}
}
