@charset "utf-8";

:root {
	font-size: 1rem;
}

@font-face {
	font-display: swap;
	font-family: 'Shadows Into Light';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/shadows-into-light-v22-latin-regular.eot');
	src: url('../fonts/shadows-into-light-v22-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/shadows-into-light-v22-latin-regular.woff2') format('woff2'), url('../fonts/shadows-into-light-v22-latin-regular.woff') format('woff'), url('../fonts/shadows-into-light-v22-latin-regular.ttf') format('truetype'), url('../fonts/shadows-into-light-v22-latin-regular.svg#ShadowsIntoLight') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/roboto-condensed-v31-latin-300.eot');
	src: url('../fonts/roboto-condensed-v31-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v31-latin-300.woff2') format('woff2'), url('../fonts/roboto-condensed-v31-latin-300.woff') format('woff'), url('../fonts/roboto-condensed-v31-latin-300.ttf') format('truetype'), url('../fonts/roboto-condensed-v31-latin-300.svg#RobotoCondensed') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-condensed-v31-latin-regular.eot');
	src: url('../fonts/roboto-condensed-v31-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v31-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v31-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v31-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v31-latin-regular.svg#RobotoCondensed') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/roboto-condensed-v31-latin-600.eot');
	src: url('../fonts/roboto-condensed-v31-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v31-latin-600.woff2') format('woff2'), url('../fonts/roboto-condensed-v31-latin-600.woff') format('woff'), url('../fonts/roboto-condensed-v31-latin-600.ttf') format('truetype'), url('../fonts/roboto-condensed-v31-latin-600.svg#RobotoCondensed') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/roboto-condensed-v31-latin-800.eot');
	src: url('../fonts/roboto-condensed-v31-latin-800.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v31-latin-800.woff2') format('woff2'), url('../fonts/roboto-condensed-v31-latin-800.woff') format('woff'), url('../fonts/roboto-condensed-v31-latin-800.ttf') format('truetype'), url('../fonts/roboto-condensed-v31-latin-800.svg#RobotoCondensed') format('svg');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 1.125rem;
	line-height: 1.5;
	font-weight: normal;
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
}

h1 {
	color: #004077;
	font-weight: 300;
	margin: 3.125rem 0 1.875rem;
	font-size: 2.75rem;
}

h1 span {
	font-size: 1.875rem;
}

.respo {
	display: none;
}

hr {
	max-width: 15%;
	border: 0.125rem solid #ffd500;
	margin: 0 0 1.875rem;
}

h2 {
	color: #004077;
	font-family: 'Shadows Into Light', Arial, sans-serif;
	font-size: 2.25rem;
	font-weight: normal;
}

h3 {
	color: #004077;
	margin: 1.25rem 0;
	padding-top: 2.5rem;
	font-weight: 400;
}

h4 {
	color: #004077;
	padding-top: 2.5rem;
	font-size: 1.625rem;
	font-weight: 300;
}

h5 {
	color: #004077;
	font-size: 1.25rem;
	text-align: center;
	font-weight: 400;
	margin: 1rem 0;
}

h6 {
	margin-bottom: 1.125rem;
	font-size: 1.25rem;
	font-weight: 400;
	color: #004077;
	text-align: center;
	line-height: 1;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

p {
	margin: 0 0 .625rem;
}

ul {
	list-style: none;
	margin: 0 0 0.625rem;
	padding: 0;
}

ul li {
	padding-left: 1.875rem
}

ul li:before {
	content: "";
	float: left;
	position: relative;
	width: 1.25rem;
	height: 1.25rem;
	background: url(../images/arrow.svg) no-repeat;
	background-size: contain;
	margin-left: -1.875rem;
	top: 0.375rem;
}

header {
	max-width: 72.5rem;
	margin: 0.375rem auto -0.4375rem;
	padding: 0 1rem;
}

.flex_top {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-top: 3.125rem;
}

.right {
	color: #004077;
}

p i {
	color: #75bad5;
	margin-right: 0.625rem;
}

.left {
	width: 62%;
}

.imagetop {
	position: relative;
}

.container {
	background: url(../images/mark.png) no-repeat;
	background-size: contain;
	margin-left: -9rem;
	padding: 0.5em 14em 2em 10em;
	rotate: -4deg;
}

.du_wir {
	position: absolute;
	bottom: -10%;
}

.logo {
	margin-bottom: 1.625rem;
}

.logo img {
	max-width: 348px;
}

.bluebg {
	background-color: #E1F3FC;
	padding: 0 0 4.375rem;
	margin: 4.375rem 0 0;
}

.flex2 {
	display: flex;
	justify-content: space-between;
}

.flex2 div {
	width: 48%;
}

.bluebg2 {
	background-color: #E1F3FC;
	padding: 0 0 0.625rem;
	margin-top: 5rem;
}

.flex_ball {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	font-size: 1rem;
	text-align: center;
	column-gap: 1.875rem;
}

.flex_ball div {
	width: 22%;
}

.flex_ball img {
	border-radius: 50%;
	max-width: 8.125rem;
	background-color: #fff;
	border: 0.25rem solid #ffd500;
}

article {
	margin: 0 auto;
	padding: 0;
}

.apply a {
	display: inline-block;
	color: #fff;
	background-color: #218739;
	border-color: #218739;
	border-radius: 0.5rem;
	text-transform: uppercase;
	padding: 0.4375rem 1.875rem 0.3125rem;
	margin: 3.125rem 0 8.125rem;
	text-align: center;
}

.apply a:hover {
	color: #fff;
	background-color: #1c7330;
	border: #1c7330;
}

aside {
	max-width: 72.5rem;
	margin: 0 auto;
	padding: 0 20px
}

.section {
	margin: 0;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 50px 0;
}

.box {
	width: 25%;
	padding: 0 24px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}

.box p {
	margin: 0;
	text-align: center;
	font-size: 15px;
}

.cricle {
	width: 223px;
	height: 223px;
	background: #8b68a4;
	color: #fff;
	text-align: center;
	transform: rotate(10deg);
	padding: 2.5rem 1rem;
	border-radius: 100%;
	margin: 0 2rem -12rem auto;
}
footer {
	max-width: 72.5rem;
	margin: 3.125rem auto;
	display: flex;
	justify-content: space-around;
	column-gap: 3.125rem;
}

footer .apply a {
	margin: 3.125rem 0 0.625rem;
	max-width: 18.75rem;
}

footer h5 {
	text-align: left;
	font-size: 1.5rem;
	font-weight: 300;
}

footer hr {
	max-width: 25%;
}

h5 img {
	max-width: 1.5625rem;
	margin-bottom: -0.3125rem;
}

.first {
	border-right: 0.0625rem solid #75bad5;
	width: 50%;
	padding-right: 3.75rem;
}

.second {
	width: 40%;
}

@media only screen and (max-width:72.437rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
		padding: 1rem 0 0;
	}

	p, ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		margin: 0 0 1rem;
	}

	h1 {
		margin: 1.25rem 0;
		font-size: 2rem;
	}

	h1 span {
		font-size: 1.5rem;
	}

	.respo {
		display: block;
		text-align: center;
	}

	.disp_normal {
		display: none;
	}

	h1 + hr {
		max-width: 15%;
		margin: 0 auto 1.875rem;
		text-align: center;
	}

	h2 {
		font-size: 1.625rem;
	}

	h3 {
		margin: 0.625rem 0;
		padding: 1rem 0 0;
	}

	h4 {
		padding-top: 1rem;
		font-size: 1.625rem;
	}

	h5 {
		font-size: 1.125rem;
		margin: 1rem 0;
	}

	.container {
		background: none;
		background-color: #F9CC27;
		margin-left: 0;
		padding: 1rem;
		rotate: 0deg;
	}

	.du_wir {
		position: static;
	}

	.right {
		text-align: center;
	}

	.flex_top {
		display: block;
		margin-top: 3.125rem;
	}

	.apply a {
		max-width: 18.75rem;
		margin: 1.25rem auto;
	}

	.left {
		width: 100%;
	}

	.bluebg {
		padding: 0 0 1rem;
		margin: 1rem 0 0;
	}

	.flex2 {
		display: flex;
		justify-content: space-between;
		column-gap: 1rem;
	}

	.bluebg2 {
		padding: 0 0 1rem;
		margin-top: 1rem;
	}

	aside {
		padding: 0 1rem;
	}

	.flex_ball {
		column-gap: 1rem;
	}

	.flex_ball div {
		width: 45%;
	}

	.flex_ball img {
		border-radius: 50%;
		max-width: 6.25rem;
	}

	.box {
		width: 32%;
	}
	.cricle {
		margin: 0 auto 1rem;
	}
}

@media only screen and (max-width:858px) {
	.bg2, .bgb2 {
		transform: rotate(-0.75deg) translateY(-1vw);
	}

}

@media only screen and (max-width:48rem) {
	header, .apply {
		display: flex;
		justify-content: center;
	}

	.flex2 {
		display: block;
	}

	.flex2 div {
		width: auto;
	}

	.flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		gap: 30px 0;
	}

	.box {
		width: 49%;
		align-items: center;
	}

	footer {
		margin: 1.25rem auto 0;
		display: block;
		padding: 1rem;
	}

	footer .apply a {
		margin: 0.625rem 0 0;
	}

	footer h5 {
		font-size: 1.25rem;
	}

	h5 img {
		max-width: 1.5625rem;
		margin-bottom: -0.3125rem;
	}

	.first {
		border-right: none;
		width: 100%;
		padding-right: 0;
	}

	.second {
		width: 100%;
	}

}

@media only screen and (max-width:480px) {
	.box {
		width: 100%;
	}

	.bluebg {
		position: relative;
	}

	.bluebg> img {
		position: absolute;
		top: -5px;
		left: 0;
	}

	.section_bg {
		position: relative;
	}

	.section_bg>img {
		position: absolute;
		bottom: -5px;
		right: 0;
	}

}
