:root {
	--textColor: rgb(51, 51, 51);
	--blue: rgb(13, 57, 106);
	margin: 0;
	line-height: 26px;
}

p {
	margin: 0;
}

@font-face {
    font-family: "StatisSans";
    src: url("https://corporate.jobrocks.de/BMI/Destatis/fonts/StatisSans-Regular.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

body {
	font-family: "StatisSans", sans-serif;
}

#wrapper {
	max-width: 900px;
	margin: 0 auto;
	outline: 1px solid var(--blue);
	padding: 20px 2%;
	background-color: #fff;
	overflow: hidden;
}

h1 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 10px;
	line-height: 50px;;
}

h1 small {
	display: block;
	margin-top: 20px;
	font-size: 16px;
	margin-bottom: 8px;
}

h2 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	margin: 40px 0 10px 0;
	color: var(--textColor);
}

p {
	font-size: 17px;
	line-height: 26px;
	text-align: left;
	font-weight: 300;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: var(--blue);
}

strong, b,
strong a {
	font-weight: 700;
}

ul, ol {
	margin: 0 0 20px 14px;
	padding-left: 0;
	list-style-type: none;
}
ul li ul, ul li ol, ol li ol, ol li ul {
	margin: 3px 0 3px 18px;
}
ul li {
	margin-bottom: 3px;
	position: relative;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
ul li::before {
	content: "\2013";
	position: absolute;
	top: -1px;
	left: -13px;
}

ol li::before {
	content: "\2713";
	position: absolute;
	top: -1px;
	left: -13px;
}

hr {
	background-color: var(--blue);
}

.side {
	display: flex;
	justify-content: space-between;
}

header img {
	max-width: 100%;
	height: auto;
	border: 0;
}

section {
	margin-bottom: 30px;
}

#title p {
	text-align: center;
}

#modalities div div {
	width: 48%;
}

#modalities div div p {
	margin-bottom: 10px;
}

#modalities div div a {
	text-decoration: none;
	color: var(--textColor);
}

#introduction h2 {
	font-style: italic;
	text-align: center;
	margin: 40px 0px 30px 0px;
	font-size: 26px;
}

#offerIcons {
	display: grid;
	justify-content: center;
    align-items: start;
    justify-items: center;
	grid-template-columns: 25% 25% 25% 25%;
	text-align: center;
}

#offerIcons li {
	padding-top: 50px;
	margin-top: 70px;
}

#offerIcons li::before {
	background-repeat: no-repeat;
	position: absolute;
	content: "";
	top: -50px;
	left: 25%;
	width: 50%;
	max-width: 70px;
	aspect-ratio: 1/1;
	background-size: contain;
}

#offerIcons li::marker {
	display: block;
}

#offerIcons li#salary::before {
	background-image: url(icon1.jpg);
}

#offerIcons #worklife::before {
	background-image: url(icon2.jpg);
}

#offerIcons #education::before {
	background-image: url(icon3.jpg);
}

#offerIcons #health::before {
	left: 34px;
	background-image: url(icon4.jpg);
}


#logos {
	display: grid;
	justify-content: center;
    align-items: center;
    justify-items: center;
	grid-template-columns: 30% 15% 40% 15%;
}

#logos img,
#logos svg {
	max-width: 80%;
	margin-top: 50px;
}

.emas {
	width: 70px;
}

@media screen and (max-width: 580px) {
	#logos {
		grid-template-columns: 70% 30%;
	}
	#offerIcons {
		grid-template-columns: 50% 50%;
	}
	.side {
		display: block;
	}
	.side > div {
		width: 100% !important;
	}
}