@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: #161528;
	font-family: "Noto Sans", "Arial", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.content {
	max-width: 69.375rem;
	margin: 0 auto;
	display: block;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

p {
	margin: 0 0 1rem;
}

h1 {
	font-size: 3.5rem;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 .5rem;
}

h2 {
	color: #ff0000;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 .75rem;
}

h3 {
	font-size: 1.75rem;
	margin: 0 0 .5rem;
	font-weight: 700;
	line-height: 1.2;
}

ul {
	list-style: none;
	margin: 0 0 2rem 1.562rem;
	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;
	font-family: "Arial", sans-serif;
}

header {
	background: #FF0000
}

.box {
	padding: 4rem 2rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: .3rem;
}

hr {
	border: 0;
	border-top: .062rem solid rgba(0, 0, 0, .1);
	margin: 1.5rem 0;
}

.section {
	padding: 1.25rem;
}

.social {
	display: flex;
	padding: 1.25rem;
	column-gap: .187rem;
}

a.buton {
	width: 1.875rem;
	height: 1.875rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

a.buton i {
	color: #fff;
}

a.linkedin {
	background: #0077b5;
}

a.linkedin:hover {
	background: #0369a0;
}

a.xing {
	background: #126567;
}

a.xing:hover {
	background: #29888a;
}

a.whatsapp {
	background: #5cbe4a;
}

a.whatsapp:hover {
	background: #34af23;
}

a.mail {
	background: #999;
}

a.mail:hover {
	background: #a8a8a8;
}

.apply {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding: 0 1.25rem;
}

a.btn {
	background: #ff0000;
	color: #fff;
	padding: .375rem 2rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	border-radius: 0.3rem;
}

footer {
	margin: 1.5rem 0 0;
	background: #808080;
	padding: 1rem 1.25rem;
}

a.link {
	color: #fff;
	line-height: 1;
}

a.link:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 69.312rem) {
	#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: 48rem) {
	.box {
		padding: 1.25rem;
		margin-bottom: 1.25rem;
	}

	.section {
		padding: 0 1.25rem;
	}

	.social {
		padding: 0 1.25rem;
		justify-content: center;
		align-items: center;
	}

	.apply {
		padding: 1rem 1.25rem;
		justify-content: center;
		align-items: center;
	}

	footer {
		text-align: center;
		margin-top: 0;
	}

	h1 {
		font-size: 1.875rem;
		text-align: center;
	}

	p,
	ul {
		margin: 0 0 1rem;
	}

	header {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media only screen and (max-width: 30rem) {

	h2,
	h3 {
		font-size: 1.125rem;
	}
}