@charset "utf-8";

@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;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: "Roboto", "Arial", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

a.bewerben {
	font-weight: 700
}

:is(h1, h5, a.tel) {
	color: #FA6E39;
}

p {
	margin: 0 0 .625rem;
}

h1 {
	font-size: 2rem;
	line-height: 1.1;
	color: #FA6E39;
	text-align: center;
	text-transform: uppercase;
	margin: 1.5rem 0;
}

h2 {
	font-size: 1.75rem;
	text-align: center;
	margin: 1.25rem 0 .625rem;
	line-height: 1.2;
}

h3 {
	font-size: 1.6rem;
	line-height: 1.231em;
	color: #00594E;
	text-transform: uppercase;
	border-bottom: 0.25rem solid #00594E;
	display: inline-block;
	margin-bottom: 1rem;
}

h4 {
	font-size: 1.45rem;
	line-height: 1.231em;
	margin: 1.25rem 0;
	text-align: center;
}

h5 {
	font-size: 1.5rem;
	color: #FA6E39;
	text-transform: uppercase;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

h6 {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
	color: #fff;
}

ul {
	list-style: none;
	margin: 0 0 0 .375rem;
	padding: 0;
}

ul li {
	padding: 0 0 1.125rem .75rem;
}

ul li:before {
	content: "";
	float: left;
	position: relative;
	width: .625rem;
	height: .625rem;
	background: #00594E;
	margin-left: -1.125rem;
	top: .375rem;
}

.iframe-wrapper {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 1.875rem;
	height: 0;
	overflow: hidden;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

article {
	padding: 0 1.187rem;
}

.detailstext {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.875rem;
	column-gap: 1.25rem;
}

.detailstext i {
	color: #FA6E39;
}

.center {
	text-align: center;
}

.flex {
	display: flex;
	justify-content: space-between;
}

.box {
	position: relative;
}

.boxleft {
	width: 40%;
}

.boxright {
	width: 48%;
}

.element {
	display: flex;
	margin: .937rem 0;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.element img,
.left img {
	display: block;
}

.certified {
	margin: 0 3.125rem 0 0;
	box-shadow: 0.125rem 0.125rem 0.25rem rgb(77 76 74 / 70%);
	padding: 0;
	display: block;
}

.contentbox {
	position: relative;
	border: 0.125rem solid #fb6f3a;
	z-index: 1;
	margin-top: 1rem;
	display: flex;
}

.contentbox:before {
	content: "";
	position: absolute;
	width: 2.812rem;
	height: 3.937rem;
	background: url(../images/ecke_links.png) no-repeat;
	background-size: contain;
	left: -0.45rem;
	bottom: -0.3rem;
	z-index: 100;
}

.contentbox:after {
	content: "";
	position: absolute;
	width: 2.625rem;
	height: 3.937rem;
	background: url(../images/ecke_rechts.png) no-repeat;
	background-size: contain;
	right: -0.4rem;
	top: -0.5rem;
	z-index: 100;
}

.right {
	width: 55%;
	padding: 0 1.25rem;
	position: relative;
}

.right p {
	font-size: .937rem;
	font-weight: normal;
}

.right p:last-of-type {
	font-size: 1rem;
	font-weight: normal;
	padding: 0;
	margin: 0
}

a.tel {
	color: #FA6E39;
	font-size: 1.25rem;
	text-decoration: none;
}

.right p img {
	display: inline-block;
	margin-right: 0.5rem;
}

a.bewerben {
	position: relative;
	padding: .7rem 1.25rem;
	margin: 15px 0 -15px;
	color: #fff;
	background: #FF6D0E;
	display: block;
	max-width: fit-content;
}

a.bewerben:hover {
	background: #015850;
	color: #fff;
}

footer {
	display: flex;
	justify-content: space-between;
	background-color: #015850;
	padding: 1.5rem;
	align-items: flex-end;
	margin: 1.5rem 1.188rem 0;
}

footer p {
	color: #fff;
	font-size: 1.25rem;
}

footer i {
	display: inline-block;
	margin: 1rem 0.3rem;
	color: #fff;
	font-size: 2rem;
}

@media only screen and (max-width: 49.938rem) {
	#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) {
	.flex {
		flex-direction: column;
	}

	.boxleft,
	.boxright {
		width: 100%;
	}

	.element {
		gap: .625rem 1rem;
		justify-content: space-around;
	}

	.certified {
		margin: 0;
	}

	.contentbox {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.contentbox:before,
	.contentbox:after {
		display: none;
	}

	.left,
	.right {
		width: 100%
	}

	.left img {
		display: block;
		margin: 0 auto;
	}

	h5 {
		text-align: center;
	}

	.contentbox p {
		text-align: center;
	}

	a.bewerben {
		margin: .625rem auto;
	}
}

@media only screen and (max-width: 40.625rem) {
	footer {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.section {
		width: 100%;
		text-align: center;
	}

	h6,
	.section p {
		text-align: center;
	}

	footer .section a img {
		margin: 0 auto;
	}
}

@media only screen and (max-width: 30rem) {
	.detailstext {
		flex-direction: column;
		gap: .5rem;
	}

	h1 {
		font-size: 1.7rem
	}

	h3 {
		font-size: 1.25rem
	}
}