@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v30-latin-regular.eot');
	src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v30-latin-700.eot');
	src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #656565;
	font-family: "Roboto", "Arial", sans-serif;
	font-size: .937rem;
	line-height: 1.4;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

#wrapper {
	position: relative;
	max-width: 54.375rem;
	margin: 1rem auto;
	border: none;
	overflow: hidden;
	box-shadow: 0 0 .625rem rgba(0, 0, 0, .2);
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

p {
	margin: 0;
}

p:not(:last-child) {
	margin: 0 0 .875rem;
}

h1 {
	text-align: left;
	font-size: 1.75rem;
	line-height: 1.1em;
	color: #2996cf;
	margin: 0 0 1.125rem;
}

h2 {
	font-size: .937rem;
	margin: 0 0 .875rem;
}

h3 {
	font-size: 1.312rem;
	line-height: 1.231em;
	color: #656565;
	margin: 0 0 1.062rem;
}

ul {
	list-style: none;
	margin: 0 0 0 .812rem;
	padding: 0;
}

ul li {
	padding: 0 0 .187rem 1.062rem;
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -1.062rem;
	font-size: 1.375em;
	line-height: 1;
}

header {
	padding: 1.25rem 2.376rem;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	column-gap: .937rem;
}

.header_box p {
	display: flex;
	justify-content: flex-start;
	column-gap: 1.25rem;
	align-items: center;
}

.header_box p .faa {
	margin-right: .125rem;
}

.fa-location-dot {
	color: #2996cf;
}

@keyframes slidy {
	0% {
		left: 0%;
	}

	47% {
		left: 0%;
	}

	50% {
		left: -100%;
	}

	97% {
		left: -100%;
	}

	100% {
		left: -200%;
	}
}

.slider {
	overflow: hidden;
}

.slider figure {
	position: relative;
	width: 300%;
	margin: 0;
	left: 0;
	text-align: left;
	font-size: 0;
	animation: 12s slidy infinite;
}

article {
	padding: 0 2.376rem;
}

.logo_right {
	display: block;
	margin: 0 0 1rem auto;
	width: fit-content;
}

a.apply {
	background: #2996cf;
	padding: .937rem;
	text-align: center;
	max-width: 12.5rem;
	display: block;
	margin: 0 auto 0;
	color: #fff;
	font-weight: bold;
}

.box {
	position: relative;
	padding: 1rem 1rem;
	margin: 0 0 1rem;
}

.section {
	background: url(../images/hintergrund.jpg) no-repeat top left;
	background-size: cover;
}

.section h3,
.section ul {
	color: #fff;
}

figure img {
	width: 33.333333333333336%;
	float: left;
}

.iframe-wrapper {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 1.875rem;
	height: 0;
	overflow: hidden;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

footer {
	margin: 1.5rem 2.375rem 2rem;
	padding: 1rem;
	background: url(../images/hintergrund.jpg) no-repeat top left;
	background-size: cover;
}

footer p {
	text-align: center;
	color: #fff;
}

@media only screen and (max-width: 54.312rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
		padding: 1rem;
	}

	header {
		padding: 1rem 0;
	}

	article {
		padding: 0;
	}

	footer {
		margin: 1rem 0;
	}

	.slider {
		margin: 0 0 1rem;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	.box {
		padding: 0 1rem;
	}

	.section {
		padding: 1rem;
	}
}

@media only screen and (max-width: 43.75rem) {
	header {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	h1 {
		margin: .875rem 0;
		text-align: center;
	}

	h1 br {
		display: none;
	}

	.header_box p {
		text-align: center;
		justify-content: center;
		align-items: center;
	}

	h2 {
		text-align: center;
	}

	h3 {
		margin: 0 0 .875rem;
		line-height: 1.1;
	}

	.logo_right {
		display: block;
		margin: 1.25rem auto;
		width: fit-content;
	}

	ul {
		margin: 0;
	}
}

@media only screen and (max-width: 30rem) {
	h1 {
		font-size: 1.375rem;
	}

	.header_box p {
		flex-direction: column;
		gap: .625rem;
	}
}