/*
Nur Änderungen kommen hier rein
*/

:root {
	--linkColor: #006699;
	--ftBgColor: #29485d;
	--ftTopBgColor: #006699;
	--fontFamilyHeading: #29485d;
}

#wrapper {	
	border-image: linear-gradient(
		to bottom, #eeeeee, #006699 100%
	) 0 100 0 100 !important;
}

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;
}

h1, h2, a {
	color: #29485d;
}

main p, main stron, main li::marker {
	color: #333;
}

main {
	padding-bottom: 25px;
}

#introduction {
	padding-top: 0;
}

#audit {
	position: absolute; 
	right: 0;
	bottom: 10px;
}

#grid {
	grid-template-columns: 70% 30%;
}

footer {
	background-color: rgb(0, 102, 153);
	border: 1px solid rgb(0, 102, 153);
	border-top: none;
}

footer #apply {
	background-color: #29485d;
}

footer #apply a {
	color: white !important;
}

@media screen and (max-width: 770px) {
	#grid {
		grid-template-columns: 60% 40%;
	}
}

@media screen and (max-width: 650px) {
	#grid {
		grid-template-columns: 100%;
	}

	#rangeLocation {
		width: 70%;
	}
}

@media screen and (max-width: 500px) {
	#rangeLocation {
		width: 100%;
	}

	#grid {
		margin-bottom: 140px;
	}

	#audit {
		bottom: 20px;
	}
}

@media screen and (max-width: 400px) {
	#grid {
		margin-bottom: 140px;
	}
}