@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/noto-sans-v39-latin-regular.eot');
	src: url('../fonts/noto-sans-v39-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-sans-v39-latin-regular.woff2') format('woff2'), url('../fonts/noto-sans-v39-latin-regular.woff') format('woff'), url('../fonts/noto-sans-v39-latin-regular.ttf') format('truetype'), url('../fonts/noto-sans-v39-latin-regular.svg#NotoSans') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/noto-sans-v39-latin-500.eot');
	src: url('../fonts/noto-sans-v39-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-sans-v39-latin-500.woff2') format('woff2'), url('../fonts/noto-sans-v39-latin-500.woff') format('woff'), url('../fonts/noto-sans-v39-latin-500.ttf') format('truetype'), url('../fonts/noto-sans-v39-latin-500.svg#NotoSans') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/noto-sans-v39-latin-700.eot');
	src: url('../fonts/noto-sans-v39-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-sans-v39-latin-700.woff2') format('woff2'), url('../fonts/noto-sans-v39-latin-700.woff') format('woff'), url('../fonts/noto-sans-v39-latin-700.ttf') format('truetype'), url('../fonts/noto-sans-v39-latin-700.svg#NotoSans') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #222222;
	font-family: "Noto Sans", "Arial", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}

.content {
	max-width: 72.5rem;
	margin: 0 auto;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

a.link {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: .312rem;
}

a.color {
	color: #db0001;
}

a.link:hover {
	text-decoration: underline;
}

.btn {
	display: flex;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

a.apply,
a.btn_apply {
	background-color: #93c363;
	color: #ffffff;
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .5rem;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	border: .062rem solid #93c363;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	display: block;
	width: fit-content;
	margin: 1rem 0;
}

a.apply:hover,
a.btn_apply:hover {
	background: #709b46;
	border-color: #709b46;
}

a.btn_apply {
	padding: .75rem 5.625rem;
}

a.apply {
	margin: 2rem auto;
}

a.contact {
	color: #db0001;
}

a.blue {
	color: #096fbf;
}

p {
	margin: 0 0 1rem;
	display: block
}

h1 {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	font-size: 2.25rem;
	line-height: 1.2;
	padding: 1.812rem 3.125rem;
	color: #fff;
	font-weight: 500;
}

h2 {
	margin: 0 0 .375rem;
	color: #6da521;
	font-weight: 500;
}

h3 {
	width: 100%;
	margin: 0 0 1.5rem;
	color: #db0001;
	line-height: 1.35;
	hyphens: auto;
	font-size: 2rem;
	font-weight: 500;
}

h4 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2.5rem 1.25rem;
	color: #fff;
	text-align: center;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 90%);
	z-index: 1;
	font-size: 1.5rem;
	box-sizing: border-box;
	font-weight: 500
}

h5 {
	font-size: 1.5rem;
	line-height: 1.35;
	hyphens: auto;
	color: #6da521;
	font-weight: 500;
	margin: 0 0 1.25rem;
}

h6 {
	color: #db0001;
	font-size: 1.5rem;
	font-weight: 400;
	margin: 0 0 1.125rem;
}

ul {
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
}

ul li {
	padding-left: 1.125rem;
	padding: 0 0 .5rem 1.125rem;
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -1.125rem;
	font-size: 1.75rem;
	line-height: 0.9;
	color: #db0001;
	font-family: "Arial", sans-serif;
}

header {
	background: #F4F4F4;
	padding: .625rem 1.25rem 1.25rem;
}

.logo_header {
	width: 10.687rem;
}

.figure {
	position: relative;
}

.flex_top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 2.5rem 0;
}

.logo img {
	width: 16.875rem;
}

.row {
	display: flex;
	flex-wrap: wrap;
	width: 75%;
}

.box {
	width: 33%;
	padding: 0 .937rem;
}

.box p {
	margin: 0 0 1.5rem;
}

.box p img {
	width: .875rem;
	display: inline-block;
}

.column-count {
	column-count: 2;
	column-gap: 2.5rem;
}

.section {
	padding: 3rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.video {
	width: 56%;
	display: block;
	height: 100%;
}

.video video {
	height: 100%;
	margin-bottom: 0;
	object-fit: cover;
	display: block;
	width: 100%;
}

@keyframes slidy {
	0% {
		left: 0%;
	}

	11% {
		left: 0%;
	}

	14% {
		left: -100%;
	}

	26% {
		left: -100%;
	}

	29% {
		left: -200%;
	}

	40% {
		left: -200%;
	}

	43% {
		left: -300%;
	}

	54% {
		left: -300%;
	}

	57% {
		left: -400%;
	}

	68% {
		left: -400%;
	}

	71% {
		left: -500%;
	}

	83% {
		left: -500%;
	}

	86% {
		left: -600%;
	}

	97% {
		left: -600%;
	}

	100% {
		left: -700%;
	}
}

.slider {
	overflow: hidden;
	width: 42%;
}

.slider figure {
	position: relative;
	width: 800%;
	margin: 0;
	left: 0;
	text-align: left;
	font-size: 0;
	animation: 42s slidy infinite;
}

figure .img {
	position: relative;
	width: 12.5%;
	float: left;
}

figure .img img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 0;
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: .937rem;
	padding: 0 0 2rem;
}

.box_flex {
	width: 48%;
}

.section_box {
	background: #f4f4f4;
	padding: 2rem;
	margin: 0 0 3rem;
}

.logos {
	padding: .937rem 3.125rem;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.logos .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.media_image {
	padding: 1.5rem .937rem;
}

.konzept-e,
.fdfp {
	width: 12.5rem;
}

.bildungsstiftung {
	width: 109px;
}

.social {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 2.5rem;
	padding: 2rem 0
}

.social a i {
	font-size: 3rem;
	color: #666666;
}

.social a:hover i {
	color: #000;
}

@media only screen and (max-width: 72.437rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
	}

	.column-count {
		padding: 0 1.25rem;
	}

	.flex_top,
	.section {
		padding: 2.5rem 1.25rem;
	}

	.flex {
		padding: 0 20px 32px;
	}

	.section_box {
		padding: 2rem 1.25rem;
	}

	.logos {
		padding: .937rem 1.25rem;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	.logo {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 0 1.25rem;
	}

	.row {
		width: 100%;
	}
}

@media only screen and (max-width: 48rem) {

	.section,
	.flex {
		flex-direction: column;
	}

	.video {
		width: 100%;
		margin: 0 0 2rem;
	}

	.slider,
	.box_flex {
		width: 100%;
	}

	h1 {
		padding: 1.25rem 1.875rem;
		text-align: center;
		font-size: 1.875rem;
	}

	.flex_top,
	.section {
		padding: 1.25rem 1.25rem;
	}

	.row {
		flex-direction: column;
	}

	.box {
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.box p br {
		display: none;
	}

	a.link {
		justify-content: center;
	}

	.btn {
		align-items: center;
	}

	.column-count {
		column-count: 1;
	}

	.flex {
		padding: 0 1.25rem;
	}
}

@media only screen and (max-width: 43.75rem) {
	h1 {
		position: static;
	}

	.logo_header {
		margin: 0 auto;
	}

	h4 {
		padding: 1.25rem 1.25rem .625rem;
		font-size: 1.125rem;
	}
}

@media only screen and (max-width: 30rem) {
	.logos .content {
		flex-direction: column;
	}
}