/*
Nur Änderungen kommen hier rein
*/

header > div {
	padding: 5%;
	padding-top: 0;
	padding-bottom: 0;
}

header {
	/* min-height: 107px */
	    background-color: rgb(238, 238, 238);
		/* padding-top: 20px; */
	margin-bottom: -10px;
}

#headerImg {
	max-width: 100%;
}

#mobileLogo {
	width: 70%;
	right: 0;
	left: 0;
	float: none;
	margin: 20px 5% 30px;
	display: none;
}
#mobileLogo img {
	width: 100%;
}
#dekstopLogo {
	position: absolute;
	top: 0px;
	right: 20px;
	width: 45%;
	max-width: 100%;
}
#dekstopLogo img {
	width: 100%;
}





main {
	padding-bottom: 25px;
}

h1 {
	text-align: center;
}

#introduction {
	padding-top: 20px;
	background-color: #fff;
}

#modalities {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#modalities ul {
	display: flex;
	margin: 0 auto;
	align-items: center;
	list-style: none;
	padding: 5px;
}

#modalities ul li {
	display: block;
	width: 170px;
	height: 170px;
	margin: 10px;
	padding: 10px;;
	background-size: cover;
}

#modalities ul li p {
	color: #fff;
	margin-top: 92.5px;
	text-align: center;
	font-size: .9rem;;
	line-height: 1rem;;
}

#worklife {
	background-image: url(../img/Work-Life_Balance.png);
}

#health {
	background-image: url(../img/Health_Management.png);
}

#transport {
	background-image: url(../img/Public_Transport.png);
}

#homeoffice {
	background-image: url(../img/1_benefit_home-office.jpg);
}

#flexwork {
	background-image: url(../img/1_benefit_flex-work.jpg);
}

#family {
	background-image: url(../img/1_benefit_home.jpg);
}

#audit {
	position: absolute;
	right: 0;
	bottom: 10px;
}

#diversitaet {
	position: absolute;
	right: 120px;
	bottom: 10px;
}

@media screen and (max-width: 690px) {

	#siegelgruppe {
		height: 80px;
		margin-top: 40px;
	}

	#headerImg {
		max-width: 130%;
	}

	#audit {
		bottom: 10px;
	}
/*
	#audit ,
	#diversitaet {
		position: relative;

	}
*/
	#headerImg {
		max-width: 160%;
	}
	#mobileLogo {
		display: block;
	}
	#dekstopLogo {
		display: none;
	}
	header {
		padding-top: 20px;
	}
}

@media screen and (max-width: 610px) {
	#modalities ul li {
		display: block;
		width: 150px;
		height: 150px;
		margin: 10px;
		padding: 10px;;
		background-size: cover;
	}

	#modalities ul li p {
		color: #fff;
		margin-top: 82.5px;
		text-align: center;
		font-size: .8rem;;
		line-height: .9rem;;
	}
	#headerImg {
		max-width: 160%;
	}
}

@media screen and (max-width: 570px) {
	#modalities ul li {
		display: block;
		width: 120px;
		height: 120px;
		margin: 8px;
		padding: 10px;;
		background-size: cover;
	}

	#modalities ul li p {
		color: #fff;
		margin-top: 60.5px;
		text-align: center;
		font-size: .6rem;;
		line-height: .8rem;;
	}
}

@media screen and (max-width: 500px) {
	header a img {
		/* height: 60px; */
	}
/*
	#audit {
		bottom: 20px;
	}
		*/
	#headerImg {
		max-width: 160%;
	}
}

@media screen and (max-width: 450px) {
	#modalities ul li {
		display: block;
		width: 90px;
		height: 90px;
		margin: 8px;
		padding: 10px;;
		background-size: cover;
	}

	#modalities ul li p {
		color: #fff;
		margin-top: 40.5px;
		text-align: center;
		font-size: .5rem;;
		line-height: .7rem;;
	}
}

@media screen and (max-width: 400px) {
	header a img {
		/* height: 45px; */
	}
	#headerImg {
		max-width: 170%;
	}
}
