@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v32-latin-regular.eot');
	src: url('../fonts/roboto-v32-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v32-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v32-latin-regular.woff') format('woff'), url('../fonts/roboto-v32-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v32-latin-regular.svg#Roboto') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/roboto-v32-latin-500.eot');
	src: url('../fonts/roboto-v32-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v32-latin-500.woff2') format('woff2'), url('../fonts/roboto-v32-latin-500.woff') format('woff'), url('../fonts/roboto-v32-latin-500.ttf') format('truetype'), url('../fonts/roboto-v32-latin-500.svg#Roboto') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v32-latin-700.eot');
	src: url('../fonts/roboto-v32-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v32-latin-700.woff2') format('woff2'), url('../fonts/roboto-v32-latin-700.woff') format('woff'), url('../fonts/roboto-v32-latin-700.ttf') format('truetype'), url('../fonts/roboto-v32-latin-700.svg#Roboto') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-condensed-v27-latin-regular.eot');
	src: url('../fonts/roboto-condensed-v27-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-regular.svg#RobotoCondensed') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-condensed-v27-latin-700.eot');
	src: url('../fonts/roboto-condensed-v27-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v27-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-700.svg#RobotoCondensed') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: "Arial", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

#wrapper {
	position: relative;
	margin: auto;
	display: block;
}

.container {
	max-width: 50rem;
	overflow: hidden;
	margin: 0 auto;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

p {
	margin: .875rem 0;
}

h1 {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 2.492em;
	line-height: 1.1em;
	color: #D2DC2C;
	margin: 1.437rem 0;
}

h1 span {
	font-weight: normal;
}

h2 {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 1.431em;
	line-height: 1.231em;
	margin-bottom: 0;
	color: #1E3072;
	margin: 1rem 0 .25rem
}

ul {
	list-style: none;
	margin: 0 0 .875rem .937rem;
	padding: 0;
}

ul li {
	padding-left: 1.375rem
}

ul li:before {
	content: "";
	float: left;
	position: relative;
	width: 1rem;
	height: .687rem;
	background: url(../images/li.png) no-repeat;
	background-size: contain;
	margin-left: -1.375rem;
	top: .375rem;
}

header {
	padding: .875rem 1.187rem;
	margin: 0 auto;
}

.slider {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.figure {
	display: flex;
	padding: 0;
	width: 500%;
	animation: cambio 20s infinite alternate linear;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.figure .img {
	width: 100%;
}

.slider .figure img {
	width: 100%;
	display: block;
}

@keyframes cambio {
	0% {
		margin-left: 0;
	}

	15% {
		margin-left: 0;
	}

	20% {
		margin-left: -100%;
	}

	35% {
		margin-left: -100%;
	}

	40% {
		margin-left: -200%;
	}

	55% {
		margin-left: -200%;
	}

	60% {
		margin-left: -300%;
	}

	75% {
		margin-left: -300%;
	}

	80% {
		margin-left: -400%;
	}

	100% {
		margin-left: -400%;
	}
}

article {
	padding: 1.375rem 1.188rem .5rem;
}

a.bewerben {
	color: #1E3072;
	background-color: #D0DC41;
	padding: .812rem 1.5rem;
	display: block;
	text-align: center;
	width: fit-content;
	font-weight: 500;
	margin: .625rem 0 1.25rem;
}

a.bewerben:hover {
	background-color: #1E3072;
	color: #D0DC41;
	padding: .812rem 1.5rem;
}

footer {
	background-color: #212328;
	padding: 2rem 1rem;
}

.footer_box {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

.footer_box p {
	color: #fff;
}

.section {
	width: 34%;
	padding-top: 1rem;
}

.aside {
	width: 65%;
}

a.link {
	color: #d0dc41;
}

a.link:hover {
	text-decoration: underline;
}

.iframe-wrapper {
	width: 100%;
	position: relative;
	padding-bottom: 56%;
	padding-top: 1.875rem;
	height: 0;
	overflow: hidden;
}

.iframe-wrapper iframe {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

p span {
	white-space: nowrap;
}

@media only screen and (max-width: 799px) {
	#wrapper {
		border: none;
		margin: 0 auto;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}

@media only screen and (max-width: 768px) {
	article {
		padding: 1rem 1rem .062rem;
	}

	p,
	ul {
		margin: 0 0 1rem;
	}

	.footer_box {
		column-gap: .937rem;
	}

	header {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 1rem;
	}

	a.bewerben {
		margin: 1rem auto;
	}

	footer {
		padding: 1rem;
	}
}

@media only screen and (max-width: 655px) {
	h1 {
		font-size: 1.875rem;
		text-align: center;
	}

	.footer_box {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.footer_box p {
		text-align: center;
	}

	.section {
		padding: 0;
		width: 100%;
	}

	.aside {
		width: 100%;
	}
}