@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Josefin Slab';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/josefin-slab-v26-latin-600.eot');
	src: url('../fonts/josefin-slab-v26-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/josefin-slab-v26-latin-600.woff2') format('woff2'), url('../fonts/josefin-slab-v26-latin-600.woff') format('woff'), url('../fonts/josefin-slab-v26-latin-600.ttf') format('truetype'), url('../fonts/josefin-slab-v26-latin-600.svg#JosefinSlab') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Josefin Slab';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/josefin-slab-v26-latin-700.eot');
	src: url('../fonts/josefin-slab-v26-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/josefin-slab-v26-latin-700.woff2') format('woff2'), url('../fonts/josefin-slab-v26-latin-700.woff') format('woff'), url('../fonts/josefin-slab-v26-latin-700.ttf') format('truetype'), url('../fonts/josefin-slab-v26-latin-700.svg#JosefinSlab') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Amatic SC';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/amatic-sc-v26-latin-regular.eot');
	src: url('../fonts/amatic-sc-v26-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/amatic-sc-v26-latin-regular.woff2') format('woff2'), url('../fonts/amatic-sc-v26-latin-regular.woff') format('woff'), url('../fonts/amatic-sc-v26-latin-regular.ttf') format('truetype'), url('../fonts/amatic-sc-v26-latin-regular.svg#AmaticSC') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Amatic SC';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/amatic-sc-v26-latin-700.eot');
	src: url('../fonts/amatic-sc-v26-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/amatic-sc-v26-latin-700.woff2') format('woff2'), url('../fonts/amatic-sc-v26-latin-700.woff') format('woff'), url('../fonts/amatic-sc-v26-latin-700.ttf') format('truetype'), url('../fonts/amatic-sc-v26-latin-700.svg#AmaticSC') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: "Josefin Slab", Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	background-color: #EBEAEA;
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

main {
	max-width: 50rem;
	margin: 1rem auto;
}

a {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

a.color {
	color: #0000EE;
}

a.blue {
	color: #0070C0;
}

p {
	margin: 0 0 .625rem;
}

span {
	white-space: nowrap
}

strong {
	font-weight: 700;
}

.center {
	text-align: center;
}

.text {
	letter-spacing: -0.2px
}

h1 {
	color: #6897A0;
	font-family: 'Amatic SC', Arial, fantasy;
	margin: 1.875rem 0 1.562rem;
	text-align: center;
	font-size: 3rem;
	line-height: 1.2;
}

h2 {
	color: #6897A0;
	font-family: 'Amatic SC', Arial, fantasy;
	font-size: 1.875rem;
	margin: 2.5rem 0 .312rem;
}

h3 {
	font-size: 46px;
	color: #fff;
	font-family: 'Amatic SC', Arial, fantasy;
	text-shadow: .125rem .125rem rgb(0 0 0 / 70%);
	line-height: 1.2;
	margin-bottom: 15px;
}

ul {
	margin: 0 0 1rem 2.5rem;
	font-size: 1.125rem;
}

header {
	max-width: 50rem;
	margin: 0 auto;
	padding: .625rem 0 0;
}

.teilen {
	text-align: right;
	margin: 1.875rem 0 3.125rem
}

.teilen a {
	color: #5B5053;
	font-size: 1.875rem;
	padding: .625rem .625rem .312rem;
	border: 1px solid #707070;
	border-radius: .312rem;
	margin: 0 .312rem;
}

.teilen a:hover {
	color: #6897A0;
	text-decoration: underline;
}

section {
	padding: 0 2em 2em;
	position: absolute;
	right: 13.125rem;
	top: 14.375rem;
	text-align: right;
}

section p {
	font-size: 1.5rem;
	color: #fff;
	font-weight: 400;
	text-shadow: .125rem .125rem rgb(0 0 0 / 70%);
	text-transform: none;
}

main .icon {
	top: 3.375rem;
	position: absolute;
	right: 3.125rem;
}

footer {
	padding: 4rem 0;
	background-color: #5B5053;
	border: none;
	color: #F2EDEE;
}

footer img {
	padding: 0 0 1.875rem;
}

aside {
	max-width: 50rem;
	margin: 0 auto;
}

aside p {
	padding: 0 3.125rem
}

.no_padding {
	padding: 0
}

hr {
	border-color: #6897A0;
	margin: 2.5rem 0 1.25rem;
}

.slider {
	position: relative;
	filter: brightness(0.7);
	overflow: hidden;
}

.slider figure {
	position: relative;
	width: 600%;
	margin: 0;
	left: 0;
	text-align: left;
	font-size: 0;
	animation: 30s slidy infinite;
}

figure img {
	width: 16.666666666666668%;
	float: left;
}

@keyframes slidy {
	0% {
		left: 0%;
	}

	17% {
		left: 0%;
	}

	20% {
		left: -100%;
	}

	37% {
		left: -100%;
	}

	40% {
		left: -200%;
	}

	57% {
		left: -200%;
	}

	60% {
		left: -300%;
	}

	77% {
		left: -300%;
	}

	80% {
		left: -400%;
	}

	97% {
		left: -400%;
	}

	100% {
		left: -500%;
	}
}

@media only screen and (max-width: 1159px) {
	section {
		position: static;
		padding: 1.25rem 1rem 0
	}

	h3,
	section p {
		color: #6897A0;
		text-align: center;
	}

	h3 + p br {
		display: none
	}
}

@media only screen and (max-width: 799px) {
	h1 {
		margin: 1rem 0;
	}

	h2 {
		margin-top: 1rem;
	}

	header,
	footer {
		padding: 16px;
	}

	main {
		border: none;
		margin: 0 auto;
		padding: 1rem;
	}

	main .icon {
		max-width: 9.375rem;
	}

	.no_padding {
		padding: 0 3.125rem;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}

@media only screen and (max-width: 30.625rem) {

	header,
	.teilen {
		text-align: center
	}

	main .icon {
		position: static;
		text-align: center;
		display: block;
		margin: 0 auto 1rem
	}

	section p {
		font-size: 1.437rem;
	}

	ul {
		margin: 0 0 1rem 1rem;
	}

	ul li {
		padding-left: 0
	}

	footer {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
}