@charset "utf-8";

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #0C2577;
	font-family: "Arial", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0.3) 570px), url("../images/hintergrund.jpg") top center no-repeat;
	background-size: 100%;
}

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

#wrapper {
	position: relative;
	max-width: 800px;
	margin: 16px auto;
	overflow: hidden;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

p {
	margin: 0 0 10px;
}

.no_margin {
	margin: 0;
}

.nowrap {
	white-space: nowrap;
}

.big_font {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}

p span,
h1 span,
h2 span {
	white-space: nowrap
}

h1 {
	font-size: 22px;
	margin: 0 0 20px;
	line-height: 1.3;
}

h2 {
	font-size: 28.992px;
	margin: 32px 0 16px;
	line-height: 1.2;
}

h3 {
	font-size: 18.992px;
	margin: 0 0 10px;
	color: #0C2577
}

h3 small {
	font-weight: normal;
}

h4 {
	font-size: 19.2px;
	margin: 0 0 8px;
}

ul {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}

ul li {
	padding-left: 16px;
}

ul li:before {
	content: "\25a0";
	float: left;
	margin-left: -16px;
	font-size: 0.635em;
	line-height: 2.1;
	color: #0C2577
}

header {
	margin: 0 0 8px
}

header i {
	width: 20px;
}

.section,
footer {
	margin: 0 0 8px;
	padding: 16px 24px;
	background: #fff;
}

.benefits {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}

.kontakt {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.address {
	display: flex;
	column-gap: 24.992px;
	align-items: flex-start;
}

.address:first-of-type {
	width: 53%
}

.address:last-of-type {
	width: 40%
}

footer {
	margin-top: 8px;
}

footer p {
	margin: 0;
	text-align: center
}

a.apply {
	background: #0099B0;
	font-size: 17.6px;
	text-align: center;
	color: #fff;
	border: solid 2px #0099B0;
	padding: 11.2px 32px;
	display: block;
	width: 230px;
	margin: 32px auto 16px;
}

a.apply:hover {
	background: #fff;
	color: #0099B0;
}

article .section i {
	font-size: 51.2px;
}

.iframe-wrapper {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 10px 0;
}

.iframe-wrapper iframe {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 799px) {
	#wrapper {
		border: none;
		margin: 0 auto;
		padding: 16px;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		margin: 0 0 16px
	}

	h2 {
		margin: 16px 0 10px;
	}

	h3 {
		margin: 0 0 8px;
		font-size: 17px;
	}

	.section,
	footer {
		padding: 16px;
	}

	.benefits,
	.kontakt,
	.address {
		gap: 16px;
	}

	a.apply {
		margin: 16px auto;
	}
}

@media only screen and (max-width: 750px) {
	h1 {
		margin: 16px 0;
	}

	h2 {
		font-size: 24px;
	}

	header {
		flex-direction: column;
		align-items: center;
		justify-content: center
	}

	header p,
	h1 {
		text-align: center
	}
}

@media only screen and (max-width: 680px) {
	h1 {
		font-size: 20px;
		margin: 16px 0;
	}

	h2 {
		font-size: 22px;
	}

	ul li {
		padding-left: 16px;
	}

	article {
		padding: 10px 0 0;
	}

	.benefits,
	.kontakt,
	.address {
		flex-direction: column;
		align-items: center
	}

	.benefits i {
		margin: 0 0 4.992px
	}

	.address:first-of-type,
	.address:last-of-type {
		width: 100%
	}

	.address p,
	.benefits p,
	h4 {
		text-align: center
	}

	header .section {
		padding: 16px;
	}

	.section,
	footer {
		padding: 5.2px 0;
	}
}

@media only screen and (max-width: 376px) {
	a.apply {
		width: 100%;
		margin: 0 0 10px
	}
}
