@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/poppins-v23-latin-300.eot');
	src: url('../fonts/poppins-v23-latin-300.eot?#iefix') format('embedded-opentype'),
		url('../fonts/poppins-v23-latin-300.woff2') format('woff2'),
		url('../fonts/poppins-v23-latin-300.woff') format('woff'),
		url('../fonts/poppins-v23-latin-300.ttf') format('truetype'),
		url('../fonts/poppins-v23-latin-300.svg#Poppins') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/poppins-v23-latin-regular.eot');
	src: url('../fonts/poppins-v23-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/poppins-v23-latin-regular.woff2') format('woff2'),
		url('../fonts/poppins-v23-latin-regular.woff') format('woff'),
		url('../fonts/poppins-v23-latin-regular.ttf') format('truetype'),
		url('../fonts/poppins-v23-latin-regular.svg#Poppins') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/poppins-v23-latin-500.eot');
	src: url('../fonts/poppins-v23-latin-500.eot?#iefix') format('embedded-opentype'),
		url('../fonts/poppins-v23-latin-500.woff2') format('woff2'),
		url('../fonts/poppins-v23-latin-500.woff') format('woff'),
		url('../fonts/poppins-v23-latin-500.ttf') format('truetype'),
		url('../fonts/poppins-v23-latin-500.svg#Poppins') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/poppins-v23-latin-600.eot');
	src: url('../fonts/poppins-v23-latin-600.eot?#iefix') format('embedded-opentype'),
		url('../fonts/poppins-v23-latin-600.woff2') format('woff2'),
		url('../fonts/poppins-v23-latin-600.woff') format('woff'),
		url('../fonts/poppins-v23-latin-600.ttf') format('truetype'),
		url('../fonts/poppins-v23-latin-600.svg#Poppins') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/poppins-v23-latin-700.eot');
	src: url('../fonts/poppins-v23-latin-700.eot?#iefix') format('embedded-opentype'),
		url('../fonts/poppins-v23-latin-700.woff2') format('woff2'),
		url('../fonts/poppins-v23-latin-700.woff') format('woff'),
		url('../fonts/poppins-v23-latin-700.ttf') format('truetype'),
		url('../fonts/poppins-v23-latin-700.svg#Poppins') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

#wrapper {
	position: relative;
	max-width: 72.5rem;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

p {
	margin: 1.25rem 0;
	line-height: 1.8;
}

h1 {
	color: #fff;
	font-size: 64px;
	line-height: 1;
	font-weight: 300;
	position: absolute;
	bottom: 0;
	z-index: 1;
	padding: 4.375rem 2.5rem;
}

h2 {
	font-size: 2.125rem;
	margin: 2.375rem 0;
	font-weight: 400;
}

h3 {
	font-size: 2.125rem;
	font-weight: 400;
	margin: 1rem 0;
}

h4 {
	font-size: 1.25rem;
	font-weight: 400;
	margin: .625rem 0;
}

h5 {
	font-size: 1.375rem;
	font-weight: 400;
}

ul {
	list-style: none;
	margin: 0 0 0.625rem;
	padding: 0;
}

ul li {
	padding-left: 2.187rem;
}

ul li:before {
	content: "";
	float: left;
	position: relative;
	width: .437rem;
	height: .062rem;
	background: #000;
	margin-left: -.937rem;
	top: .687rem;
}

header {
	padding: 1rem 2.75rem;
}

.bild,
.tilte {
	position: relative;
}

.bild:before {
	background: rgba(0, 0, 0, .55);
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
}

.social {
	display: flex;
	justify-content: flex-end;
	gap: 1.25rem;
	padding: 1.5rem 2.75rem 1rem;
}

article {
	padding: 0 2.75rem 1rem;
}

footer {
	margin: 1.875rem 0;
	padding: 2.5rem 3rem;
	background-color: #e9e6e0;
}

.flex {
	display: flex;
	justify-content: space-between;
	gap: 1.25rem;
}

.col {
	width: 24%;
}

.col:first-of-type {
	width: 28%;
}

.apply {
	margin: 1.625rem 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

a.btn {
	margin: 1.875rem auto 0;
	padding: .812rem 2rem;
	overflow: hidden;
	background: #f3ffaf;
	position: relative;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}

a.btn span {
	position: relative;
	z-index: 1
}

a.btn::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #B1B1B1;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .4s ease-in-out, transform-origin 0s;
}

a.btn:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}

a.btn:not(:hover)::before {
	transform: scaleX(0);
	transform-origin: right;
}

@media only screen and (max-width: 72.437rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
		padding: 1rem;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	h1 {
		font-size: 42px;
		line-height: 1.2
	}

	h1 br {
		display: none;
	}

	article {
		padding: 0 1rem 1rem;
	}

	footer {
		padding: 1rem;
	}
}

@media only screen and (max-width: 56.187rem) {
	h1 {
		position: static;
		background: #fff;
		color: #000;
		text-align: center;
		padding: 1rem;
	}

	.flex {
		flex-direction: column;
		text-align: center;
	}

	.col,
	.col:first-of-type {
		width: 100%;
		text-align: center
	}

	h5 br {
		display: none
	}

	footer h3 {
		text-align: center
	}

	h2 {
		font-size: 1.187rem;
	}

	h3 {
		font-size: 1.875rem;
	}

	ul li {
		padding-left: 1.25rem;
	}
}

@media only screen and (max-width: 40.625rem) {
	.social {
		justify-content: center;
		padding: 1rem;
	}

	h1 {
		font-size: 28px;
		line-height: 1.5;
	}

	header {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		display: flex;
	}
}