/*
Nur Änderungen kommen hier rein
*/

#wrapper {
	border-image: linear-gradient(
		to bottom, #eeeeee, rgb(49, 49, 49) 100%
	) 0 100 0 100;
}

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, logoHalbleiter {
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 33px;
	height: 90px;
}

#introduction {
	padding-top: 0;
}

footer {
	min-height: 300px;
	/*background-color: transparent;*/
	background-color: #111;
	/*
	background-image: url(../img/footer_bg.png);
	background-repeat: no-repeat;
	*/
	margin-top: 30px;
}

footer #end {
	width: fit-content;
	background-color: transparent;
	/*
	background-color: rgb(49, 49, 49, 1);
	box-shadow: 30px 30px 30px 30px rgba(49, 49, 49, 1);
	*/
}



footer #bgimage {

	background-color: #111;
	background-image: url(../img/footer_bg.png);
	background-repeat: no-repeat;
	margin-top: 30px;
	 background-size: cover;
}

#application {
	padding-top: 30px;
	padding-bottom: 30px;
}

footer #apply {
	background-color: rgb(107, 107, 107);
}

footer #apply:hover {
	background-color: #fff;
	transition: ease-in-out .2s;
}

footer #apply a:hover {
	color: rgb(49, 49, 49) !important;
	transition: ease-in-out .2s;
}

footer #audit {
	position: absolute; 
	right: 40px;
	bottom: 135px
}

footer #end {
	padding-top: 10px;
}

section p a {
	white-space: normal;
}

.mpg599 #address {
	min-height:200px;
}
.mpg599 footer #audit {
	bottom: 35px;
}
.mpg599 #legalinfo {
	margin-bottom: 30px;
}

@media screen and (max-width: 700px) {
	
}

@media screen and (max-width: 580px) {
	header a img {
		height: 70px;
	}

	#logoHalbleiter {
		height: 90px;
	}
}

@media screen and (max-width: 450px) {
	header a img {
		height: 50px;
	}

	#logoHalbleiter {
		height: 90px;
	}
}

@media screen and (max-width: 420px) {
	footer #end {
		/*margin-top: 70px;*/
	}

	footer #audit {
		bottom: 80px;
	}
}
