﻿@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v30-latin-regular.eot');
	src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v30-latin-700.eot');
	src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

:root {
	font-size: 16px;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
}

body {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 0.8125rem;
	line-height: 1.0625rem;
	color: #363431;
	font-weight: 400;
}

#wrapper {
	max-width: 795px;
	margin: 0.75rem auto;
	border: solid thin #363431;
	overflow: hidden;
	position: relative;
}

strong {
	font-weight: 700;
}

article {
	padding: 1.5625rem 2.5rem 0;
	position: relative;
}

article p strong span {
	color: #3A8778;
}

footer {
	padding: 0 2.5rem 2rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.text {
	width: 193px;
	height: 49px;
	background: url('../images/text.jpg') no-repeat;
}
h1 {
	font-size: 1.75rem;
	margin: 1rem 0;
	line-height: 1.9375rem;
	font-weight: 700;
	text-align: center;
	color: #3A8778;
}

h1 span {
	font-size: 1.125rem;
	display: block;
	color: #363431;
}

h2 {
	font-size: 0.8125rem;
	margin: 1rem 0 0;
	line-height: 1.125rem;
	font-weight: 700;
	color: #3A8778;
}

.bewerben {
	width: 173px;
	height: 117px;
	background: url('../images/background.jpg') no-repeat;
	padding: 1.9375rem 0 0;
	position: absolute;
	bottom: 15rem;
	right: 2.5rem;
}
.bewerben a {
	color: #fff !important;
}
.bewerben p {
	text-align: center;
	font-size: 1rem;
	line-height: 1.25rem;
}
:is(.bewerben p, h3) {
	-ms-transform: rotate(-9deg);
	-webkit-transform: rotate(-9deg);
	transform: rotate(-9deg);
}
h3 {
	font-size: 0.9375rem;
	line-height: 1.5rem;
	margin-top: -0.375rem;
	font-weight: 700;
	color: transparent;
}

h3 span {
	display: block;
	margin-left: 3.1875rem;
}

img {
	max-width: 100%;
}

p {
	text-align: justify;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: #363431;
	text-decoration: none;
	white-space: nowrap;
}

ul {
	margin: 0 0 1rem;
	list-style: none;
}

ul ul {
	margin: 0;
}

ul li {
	padding-left: 0.75rem;
}

li:before {
	text-indent: -0.75rem;
	content: "\2022";
	color: #3A8778;
	float: left;
	font-size: 1.0625rem;
}
li li:before {
	color: #363431;
}
@media screen and (max-width:793px) {
	#wrapper {
		border: none;
		margin: 0;
		hyphens: auto;
	}
	h1 {
		font-size: 1.625rem;
	}
	article {
		padding: 1rem 1rem 0;
	}
	footer {
		padding: 0 1rem 1rem;
		gap: 1rem;
	}
	.bewerben {
		right: 1rem;
	}
	p {
		text-align: left;
	}
	:is(p,ul li) span {
		white-space: nowrap;
	}

}
@media screen and (max-width:700px) {
	.bewerben {
		position: static;
		margin: 1rem auto;
	}
	footer span {
		white-space: nowrap;
	}
}
@media screen and (max-width:490px) {
	footer {
		flex-direction: column;
		align-items: center;
	}
	footer p {
		text-align: center;
	}
}