@charset "utf-8";

/* open-sans-regular - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v40-latin-regular.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		url('../fonts/open-sans-v40-latin-regular.woff') format('woff'),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
		url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
		url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
	/* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/open-sans-v40-latin-700.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		url('../fonts/open-sans-v40-latin-700.woff') format('woff'),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
		url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
		url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg');
	/* Legacy iOS */
}

:root {
	font-size: 16px;
}

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

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

body {
	color: #1a1a1a;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: .937rem;
	line-height: 1.5;
	background: url(../images/hintergrund.jpg) no-repeat;
	background-size: cover;
	font-weight: 400;
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 0 .937rem #a1a1a1;
}

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

a.phone,
a.web {
	color: inherit;
}

a:hover,
a.phone:hover,
a.web:hover {
	color: #286f94;
}

p {
	margin: 0 0 0.625rem;
}

h1 {
	text-align: center;
	font-size: 1.75rem;
	line-height: 1.3;
	background: #D8DCDF;
	margin: 0;
	padding: 1.875rem;
	font-weight: 700;
}

h2 {
	font-size: 1rem;
	line-height: 1.4;
	margin: 0 0 .187rem;
	font-weight: 700;
}

ul {
	list-style: none;
	margin: 0 0 0.625rem;
	padding: 0;
}

ul li {
	padding-left: 1.375rem
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -1.375rem;
	font-size: 1.375rem;
	line-height: 1;
	color: #000;
}

header {
	margin: 0;
	padding: 1.187rem;
	background: #009EE2;
}

.blau,
.grun,
.grau,
footer {
	padding: 1.875rem
}

.grun {
	background: #BDCE03;
}

.grau {
	background: #B4B9BD;
}

.blau {
	background-color: #062939;
	color: #fff;
}

footer {
	background-color: #062939;
	color: #B4B9BD;
}

.flex {
	display: flex;
	justify-content: space-between;
	gap: 1.25rem;
	flex-wrap: wrap;
}

.container {
	display: flex;
	align-items: center;
	justify-content: center
}

a.apply {
	background: #BDCE03;
	color: #1a1a1a;
	font-weight: bold;
	padding: 1.25rem;
	margin: 0 auto .625rem
}

a.apply:hover {
	color: #fff;
	text-decoration: none;
}

@media only screen and (max-width: 49.937rem) {
	#wrapper {
		margin: 0 auto;
		border: 0;
		padding: 1rem;
		box-shadow: none;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		margin: 0 0 1rem
	}

	.blau,
	.grun,
	.grau,
	footer {
		padding: 1rem;
	}

	header {
		display: flex;
		justify-content: center
	}

	h1 {
		padding: 1rem;
	}
}

@media only screen and (max-width: 36.875rem) {
	h1 {
		font-size: 1.437rem
	}

	.flex {
		flex-direction: column;
		align-items: center;
		gap: 0
	}

	footer p {
		text-align: center
	}
}
@media only screen and (max-width: 25rem) {
	a.apply {
		background: #BDCE03;
		color: #1a1a1a;
		font-weight: bold;
		padding: .625rem;
		margin: 0 auto .625rem;
		font-size: .875rem;
	}
}