/*
Nur Änderungen kommen hier rein
*/

@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

* {
	font-family: "Roboto";
}

#wrapper {
	margin-bottom: 50px;
	border: solid 1px #cecece;
	padding-bottom: 35px;
}

header #logo {
	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: 30px;
	margin-bottom: 40px;
	margin-left: 33px;
	height: 50px;
}

#imageClaim {
	position: absolute;
	left: 5%;
	top: 10%;
	width: 80%;
}

header h1,
header h1 strong {
	font-family: "Roboto";
	font-size: 26px;
	line-height: 35px;
	color: #fff;
}

header h1 span {
	color: rgb(0, 108, 102);
}

header p {
	font-family: "Roboto";
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}

main, h1, h2, h3, p {
	font-family: "Roboto";
}

main p {
	font-size: 17px;
	line-height: 21px;
	color: #000;
}

main li {
	color: #000;
}

#title h1 {
	color: #000;
	margin-top: 0;
	font-size: 30px;
}

main h2 {
	font-size: 22px;
	line-height: 26px;
	color: rgb(0, 108, 102);
	text-transform: uppercase;
}

#job_title_title p {
	font-size: 22px;
	line-height: 26px;
	color: rgb(0, 108, 102);
	text-transform: uppercase;
}

main #main {
	width: 100%;
}

#left {
	display: block;
	width: 60%;
	float: left;
}

#right {
	display: block;
	min-width: 160px;
	width: 30%;
	height: 100%;
	float: right;
}

#right p, #left p, #left li, #advanced_introduction p, #application p {
	text-align: justify;
}

#range_location_text  p {
	text-align: left;
}

#range_location_text {
	/*margin-top: 100px;*/
	text-align: left;
	margin-bottom: 100px;
}

#audit {
	position: absolute;
	width: 100px;
	right: 5%;
	bottom: 35px;
	clear: both;
}


#introduction {
	background-color: #fff;
	padding: 0;

}

#title,
#job_modalities,
#advanced_introduction {
	padding-left: 5%;
	padding-right: 5%;
}

#job_modalities ul {
	display: flex;
	list-style: none;
	width: 80%;

	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
}

#job_modalities ul li {
	text-align: center;
	width: 33%;
}

#job_modalities ul li :first-child {
	font-family: "RobotoBold";
	padding-bottom: 0;
	font-size: 20px;
	display: block;
	color: #000;
}

#legal p {
	margin-bottom: 55px;
}

@media screen and (max-width: 700px) {
	#left,
	#right {
		float: none;
		width: 100%;
	}

	#range_location_text {
		margin-top: 5px;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 650px) {
	header h1 {
		font-size: 20px;
		line-height: 26px;
	}

	header p {
		font-size: 14px;
		line-height: 18px;
	}

	#job_modalities ul {
		width: 100%;
	}
}

@media screen and (max-width: 550px) {
	header #imgHeader {
		width: 650px !important;
	}
}

@media screen and (max-width: 400px) {
	header a img {
		height: 40px;
	}

	#wrapper {
		padding-bottom: 70px;
	}
	main {
		padding-bottom: 90px;
	}

	#job_modalities ul {
		display: block;
	}

	#job_modalities ul li {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 360px) {

}