@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: 'Arial', sans-serif;
	font-size: .937rem;
	line-height: 1.5rem;
	font-weight: 400;
	background: #ebebeb;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	overflow: hidden;
	background: transparent;
}

h1 {
	font-size: 1.8rem;
	line-height: 120%;
	margin: 2rem 0 1rem;
}

h2 {
	font-size: 1.4rem;
	line-height: 120%;
	margin: 0 0 1rem;
	width: 65%;
}

h3 {
	font-size: 1.2rem;
	color: #404A59;
}

header {
	background: #fff;
	padding: 2rem 1.5rem 1rem;
	display: flow-root;
}

header img {
	float: right;
}

.scheme_detail_data {
	width: 50%;
	display: table;
	margin-bottom: 1rem;
}

.scheme-additional-data {
	float: left;
	list-style: none;
}

ul.scheme-additional-data {
	margin-bottom: 0;
	min-width: 47%;
}

ul.scheme-additional-data li {
	list-style: none;
	margin: 0 0 10px 0;
	font-size: 1rem;
	line-height: 140%;
}

ul.scheme-additional-data .fas,
ul.scheme-additional-data .far {
	margin-right: 10px;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

a.web {
	color: #0000FF;
	text-decoration: underline
}

p {
	margin: .5rem 0;
}

span {
	white-space: nowrap
}

article ul {
	margin: .5rem 0 0 1rem;
	list-style: none;
}

article ul li:before {
	content: "\25A0";
	color: #404A59;
	font-size: 10px;
	float: left;
	margin: -1px 0 0 -15px;
	line-height: 2.6
}


  @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;
  }

article section {
	background: #fff;
	margin: 0 0 .5rem;
	padding: 1rem 1.5rem;
}

a.apply {
	background: #50648F;
	font-size: 1.1rem;
	text-align: center;
	color: #fff;
	border: solid 2px #50648F;
	padding: .7rem 2rem;
	display: block;
	width: 230px;
	margin: 2rem auto 1rem;
}

a.apply:hover {
	background: #fff;
	color: #50648F;
}

section.kontakt {
	display: flex;
	flex-direction: column;
}

section .kontakt-inner {
	display: flex;
	justify-content: flex-start;
}

section.ansprechpartner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 1.5rem 1rem;
}

section .details {
	display: flex;
	justify-content: flex-start;
	margin-right: 15rem;
}

section .details-standort {
	display: flex;
	justify-content: flex-start;
}

section > .details h4,
section .details-standort h4 {
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
}

section .kontakt-inner > figure {
	margin: 10px 25px 0 0;
}

section .fa-solid {
	font-size: 3rem;
}

section > .details figure {
	margin: 0 25px 0 0;
}

section .details-standort figure {
	margin: 0 23px 0 0;
}

.iframe-wrapper {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	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;
}

@-moz-document url-prefix() {
	section .details-standort figure {
		margin: 0 25px 0 0;
	}
}

@media only screen and (max-width: 799px) {
	#wrapper {
		border: none;
		margin: 0 auto;
		hyphens: auto;
	}
}

@media only screen and (max-width: 768px) {
	header {
		padding: 1rem 1rem 0
	}

	header img {
		float: none;
		display: block;
		margin: 0 auto 1rem;
	}

	h1 {
		font-size: 24px
	}

	h2 {
		text-align: center;
		margin-bottom: 1rem;
		width: auto;
	}

	.scheme_detail_data {
		width: 100%;
	}

	ul.scheme-additional-data {
		min-width: 100%;
		text-align: center;
	}

	article section :is(.kontakt-inner, .details, .details-standort) {
		display: block;
		justify-content: center;
		width: 100%;
		margin: 0;
	}

	section.ansprechpartner {
		justify-content: center;
		gap: 1rem;
	}

	section :is(.kontakt-inner, .details, .details-standort) figure {
		width: 100%;
		margin: 0 0 1rem;
		display: flex;
		justify-content: center;
	}

	section :is(.details-inner, .details-standort) {
		text-align: center;
	}

	.kontakt h3,
	.kontakt p {
		text-align: center
	}

	article section {
		padding: 1rem;
	}
}

@media only screen and (max-width: 480px) {
	article ul {
		padding: 0;
	}

	footer {
		padding: 1rem;
	}
}
