@charset "utf-8";

:root {
	font-size: 16px;
}

@font-face {
	font-display: swap;
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/merriweather-v30-latin-regular.eot');
	src: url('../fonts/merriweather-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/merriweather-v30-latin-regular.woff2') format('woff2'), url('../fonts/merriweather-v30-latin-regular.woff') format('woff'), url('../fonts/merriweather-v30-latin-regular.ttf') format('truetype'), url('../fonts/merriweather-v30-latin-regular.svg#Merriweather') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/merriweather-v30-latin-700.eot');
	src: url('../fonts/merriweather-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/merriweather-v30-latin-700.woff2') format('woff2'), url('../fonts/merriweather-v30-latin-700.woff') format('woff'), url('../fonts/merriweather-v30-latin-700.ttf') format('truetype'), url('../fonts/merriweather-v30-latin-700.svg#Merriweather') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/nunito-v26-latin-regular.eot');
	src: url('../fonts/nunito-v26-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-v26-latin-regular.woff2') format('woff2'), url('../fonts/nunito-v26-latin-regular.woff') format('woff'), url('../fonts/nunito-v26-latin-regular.ttf') format('truetype'), url('../fonts/nunito-v26-latin-regular.svg#Nunito') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/nunito-v26-latin-700.eot');
	src: url('../fonts/nunito-v26-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-v26-latin-700.woff2') format('woff2'), url('../fonts/nunito-v26-latin-700.woff') format('woff'), url('../fonts/nunito-v26-latin-700.ttf') format('truetype'), url('../fonts/nunito-v26-latin-700.svg#Nunito') format('svg');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #083c74;
	font-family: 'Nunito', Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
    max-width: 62.5rem;
    margin: 1rem auto;
    overflow: hidden;
	border: 1px solid #000;
}

h1,
h1 + p,
h2,
h2 + p,
h3 {
	font-family: 'Merriweather', Arial, sans-serif;
}

h1 {
	text-align: center;
	font-size: 30px;
	margin: 0;
	font-weight: 400;
}

h1 + p {
	font-size: 20px;
	text-align: center;
	margin: 0 0 1rem
}

h2 {
	font-size: 40px;
	color: #fff;
	margin: 0
}

h2 + p {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.3
}

h3 {
	font-size: 30px;
	font-weight: 700
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

a.color:hover {
	color: rgba(7, 110, 239, 1);
}

p {
	margin: 0 0 20px;
}

span {
	white-space: nowrap
}

strong {
	font-weight: 700
}

ul {
	list-style: none;
	margin: 0 0 0.625rem;
	padding: 0;
}

ul li {
	padding-left: 1.375rem
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -1.375rem;
	font-size: 1.375em;
	line-height: 1;
}

header {
	max-width: 960px;
	margin: 1rem auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 1rem
}

.top {
	background: url(../images/gruenes_grass.jpg) no-repeat;
	background-size: 100%;
	height: 560px;
	position: relative;
}

.text_top {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 1rem;
}

.text_top p {
	color: #fff
}

.text {
	width: 63%;
	padding: 12rem 0 0
}

.socials {
	display: flex;
	flex-direction: column;
	padding: 1rem 2rem;
	align-items: flex-end;
	position: absolute;
	right: 0;
	top: 19rem;
	z-index: 10
}

article {
	max-width: 960px;
	margin: 0 auto;
	padding: 2rem 1rem
}

a.apply {
	display: block;
	background: #083C74;
	color: #fff;
	padding: 8px 4rem;
	text-align: center;
	width: fit-content;
	font-weight: 700;
	margin: 0 auto 2rem;
	border-radius: 20px;
	font-size: 18px
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 3rem
}

.left,
.right {
	width: 50%
}

.right i.fa-quote-right {
	font-size: 4.5rem;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

hr {
	box-sizing: content-box;
	height: 0;
	border: none;
	margin: 1rem 0;
	border-top: 2px solid #083c74;
}

.align_right {
	text-align: right;
	font-size: 20px
}

footer {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 1rem 2rem
}

@media only screen and (max-width: 1600px) {
	.top {
		height: auto
	}

	.text {
		padding: 3rem 0
	}

	.socials {
		top: 11rem;
		right: 0
	}
}

@media only screen and (max-width: 965px) {
	#wrapper {
		border: none;
		margin: 0 auto;
		padding: 1rem;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		margin: 0 0 1rem;
	}

	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 26px;
	}

	h2 + p {
		font-size: 20px;
	}

	h3 {
		font-size: 24px;
	}

	header {
		margin: 0 auto;
	}

	.socials {
		top: 8.5rem
	}

	.socials img {
		width: 40px
	}

	article {
		padding: 1rem
	}

	.flex {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		column-gap: 1rem
	}

	.text_top {
		padding: 0;
	}

	.text_top {
		padding: 1rem
	}

	.text {
		padding: 1rem;
		width: 80%
	}

	h1 br,
	h3 br {
		display: none
	}
}

@media only screen and (max-width: 800px) {
	header {
		align-items: center
	}

	.flex {
		display: block
	}

	.left,
	.right {
		width: 100%
	}

	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 22px;
	}

	h2 + p {
		font-size: 20px;
	}

	h3 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 650px) {
	h2 {
		font-size: 24px;
	}

	h2 + p {
		font-size: 18px;
	}

	.socials {
		top: 7.5rem
	}
}

@media only screen and (max-width: 580px) {
	h1 {
		font-size: 24px;
	}

	h1 + p {
		font-size: 20px;
	}

	h2 {
		font-size: 20px;
	}

	h2 + p {
		font-size: 16px;
	}

	.socials img {
		width: 34px
	}

	.top {
		background: none;
		height: 0
	}

	.text_top {
		position: static;
		padding: 0
	}

	.text {
		width: 100%;
		padding: 0
	}

	.text p,
	h2 {
		color: #083c74;
		text-align: center
	}

	article {
		padding: 1rem 0 0
	}

	.align_right {
		text-align: left;
	}

	footer {
		padding: 0
	}

	.socials {
		position: static;
		flex-direction: row;
		padding: 0 1rem;
		margin: 1rem 0 1rem;
		justify-content: center;
	}
}

@media only screen and (max-width: 376px) {
	a.apply {
		width: 100%
	}
}
