/*
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;
	background-color: #fff;
}
header > div {
	padding: 3% 3% 1% 10%;
	padding-left: 3%;
}

header a {
	top: 0;
	display: flex;
	justify-content: flex-start;
	float: none;
	width: 100%;
	max-width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

header a img {
	/*
	margin-top: 30px;
	margin-bottom: 40px;
	*/
	margin-left: 33px;
	/*height: 50px;*/
}
	
header:has( img ) {
	min-height: auto;
}

#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 li,
main p {
	font-size: 15px;
	line-height: 21px;
	color: #000;
}

#left li,
#left p {
	color: #000;
	line-height: 24px
}
#left li {
	list-style: none;
}
#left li::before {
	position: absolute;
	left: -12px;
	content: "·";
	color: #000;
	font-size: 20px;
	/* margin-right: 5px; */
	font-weight: bold;
}

#title h1 {
	color: #000;
	margin-top: 0;
	font-size: 18px;
	font-weight: bold;
}

main h2 {
	font-size: 16px;
	line-height: 26px;
	color: rgb(0, 108, 102);
	margin-bottom: 30px;
	margin-bottom: 15px;
	/* text-transform: uppercase; */
}

#job_title_title p {
	font-size: 16px;
	line-height: 26px;
	color: rgb(0, 108, 102);
	/* text-transform: uppercase; */
}

main #main {
	width: 100%;
	padding: 2% 3%;
}

#left {
	display: block;
	width: 60%;
	float: left;
}

#right {
	display: block;
	min-width: 160px;
	width: 37%;
	height: 100%;
	float: right;
}

#right p
/* , #left p, #left li, #advanced_introduction p, #application p  */
{
	text-align: justify;
	font-size: 14px;
	margin-bottom: 5px;
}

#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: 3%; */
	/* bottom: 35px; */
	/* clear: both; */
}
p:has(#audit) {
	text-align: right;
}

#introduction {
	background-color: #fff;
	padding: 0;

}
#title {
	text-align: left;
	/* 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 p:first-child {
	font-family: "RobotoBold";
	padding-bottom: 0;
	font-size: 20px;
}

/* #legal p {
	margin-bottom: 55px;
} */

#left ol li:before {
	content: "";
}

#left ol li {
	list-style-type: lower-roman;
}

h1 {
	line-height: 150%;
}

@media screen and (max-width: 700px) {
	#left,
	#right {
		float: none;
		width: 100%;
	}
	#right {
		padding: 0 0%;
	}

	#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;*/
	}

	main {
		padding-bottom: 50px;
	}

	#job_modalities ul {
		display: block;
	}

	#job_modalities ul li {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 360px) {
	main {
		padding-bottom: 50px;
	}
}