@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v40-latin-regular.eot');
	src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/open-sans-v40-latin-700.eot');
	src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-700.woff') format('woff'), url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: .937rem;
	line-height: 1.5rem;
	background: #ebebeb;
}

:is(a:link, a:visited, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	overflow: hidden;
	background: transparent;
}

header {
	background: #fff;
	padding: 2rem 1.5rem 0;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

header h2 {
	font-size: 1.4rem;
	line-height: 120%;
	margin: 0 0 1rem;
	color: #a2d6ef;
}

.column {
	width: 65%;
}

.scheme_detail_data {
	margin-bottom: 1rem;
}

:is(a:link, a:visited, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

section {
	background: #fff;
	margin: 0 0 .5rem;
	padding: 1rem 1.5rem;
}

p {
	margin: .5rem 0;
}

h1 {
	font-size: 1.8rem;
	line-height: 120%;
	margin: 2rem 0 1rem;
	color: #a2d6ef;
}

h3 {
	font-size: 1.2rem;
	color: #ea7924;
}

ul {
	margin: .5rem 0 0 1rem;
	list-style: none;
}

ul li:before {
	content: "\25A0";
	color: #ea7924;
	font-size: .625rem;
	float: left;
	margin: -.062rem 0 0 -.937rem;
}

a.apply {
	background: #ea7924;
	font-size: 1.1rem;
	text-align: center;
	color: #fff;
	border: solid .125rem #ea7924;
	padding: .7rem 2rem;
	display: block;
	width: 14.375rem;
	margin: 2rem auto 1rem;
}

a.apply:hover {
	background: #fff;
	color: #ea7924;
}

.kontakt {
	display: flex;
	flex-direction: column;
}

.kontakt-inner {
	display: flex;
	justify-content: flex-start;
}

.ansprechpartner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 1.5rem 1rem;
}

.details {
	display: flex;
	justify-content: flex-start;
	margin-right: 12rem;
}

.details-standort {
	display: flex;
	justify-content: flex-start;
}

section > .details h4,
section .details-standort h4 {
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
	color: #333;
}

.kontakt-inner > figure {
	margin: .625rem 1.562rem 0 0;
}

.fa-solid {
	font-size: 3rem;
}

section > .details figure {
	margin: 0 1.562rem 0 0;
}

.details-standort figure {
	margin: 0 1.437rem 0 0;
}

.iframe-wrapper {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 1.875rem;
	height: 0;
	overflow: hidden;
}

.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

footer {
	background: #fff;
	padding: 1rem;
	margin-top: .5rem;
}

footer p {
	text-align: center;
}

@keyframes slidy {
	0% {
		left: 0%;
	}

	30% {
		left: 0%;
	}

	33% {
		left: -100%;
	}

	64% {
		left: -100%;
	}

	67% {
		left: -200%;
	}

	97% {
		left: -200%;
	}

	100% {
		left: -300%;
	}
}

.slider {
	overflow: hidden;
}

.slider figure {
	position: relative;
	width: 400%;
	margin: 0;
	left: 0;
	text-align: left;
	font-size: 0;
	animation: 18s slidy infinite;
}

figure img {
	width: 25%;
	float: left;
}

@media only screen and (max-width: 49.938rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
		hyphens: auto;
	}

	body {
		background: #ebebeb;
	}
}

@media only screen and (max-width: 48rem) {
	header h2 {
		text-align: center;
		margin: 2rem 0 1rem;
	}

	header {
		flex-direction: column;
		align-items: center;
	}

	.column {
		width: auto;
	}

	.kontakt-inner,
	.details,
	.details-standort {
		display: block;
		justify-content: center;
		width: 100%;
		margin: 0 0 1rem;
	}

	.details-inner {
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.details-inner img {
		margin: 0 auto;
	}

	.ansprechpartner {
		justify-content: center;
	}

	section > .kontakt-inner figure,
	section > .details figure,
	.details-standort figure {
		width: 100%;
		margin: 0 0 1rem;
		display: flex;
		justify-content: center;
	}

	.kontakt-inner,
	.details-inner {
		text-align: center;
	}

	h1,
	.scheme_detail_data p {
		text-align: center;
	}
}

@media only screen and (max-width: 30rem) {
	header {
		padding: 2rem 1rem 0;
	}

	h1 {
		font-size: 1.7rem;
	}

	section {
		padding: 1rem;
	}

	ul {
		padding: 0;
	}

	footer {
		padding: 1rem;
	}
}