@charset "utf-8";

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #595A59;
	font-family: "Arial", sans-serif;
	font-size: .937rem;
	line-height: 1.5;
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	max-width: 62.5rem;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
	border: solid .062rem #000;
	padding: 1.25rem;
}

:is(a:link, a:visited, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

a.link {
	color: #EA6112;
	text-decoration: underline;
}

a.link:hover {
	color: #B94C0C;
}

p {
	margin: 0 0 .625rem;
}

.margin {
	margin: 1.875rem 0;
}

.center {
	text-align: center;
	margin: 1.25rem 0;
}

ul {
	list-style: none;
	margin: 0 0 .937rem;
	padding: 0;
}

ul li {
	padding-left: 1.375rem;
	margin-bottom: .312rem;
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -1.375rem;
	font-size: 1.375em;
	line-height: 1;
}

main {
	display: flex;
	justify-content: space-between;
}

.flex {
	display: flex;
	margin: .937rem 0;
	column-gap: 1.562rem;
}

.flex p:nth-of-type(1) {
	width: 11.875rem;
}

.flex p:nth-of-type(2) {
	width: 8.125rem;
}

article {
	width: 60%;
}

footer {
	width: 36%;
}

.border1 {
	margin: 1.25rem 0 0;
	border-bottom: 1px solid #c9cac9;
	padding-bottom: .75rem;
}

a.button {
	background: #EA6112;
	color: #fff;
	padding: .375rem 3.125rem;
}

a.button:hover {
	background: #BB4D0E;
}

h1 {
	text-align: center;
	font-size: 1rem;
	margin: 1.25rem 0 2.5rem;
}

h3 {
	margin: .937rem 0;
	font-size: 1rem;
}

article .border {
	border-top: #c9cac9 1px solid;
	border-bottom: #c9cac9 1px solid;
	padding: 1.875rem 0;
}

.border p {
	margin: 0;
}

.border {
	border-top: 1px solid #c9cac9;
	padding: .625rem 0;
}

@media only screen and (max-width: 999px) {
	#wrapper {
		border: none;
		margin: 0 auto;
		padding: 1rem;
	}

	h2,
	.border1 {
		text-align: center;
	}

	main {
		display: block;
	}

	.img {
		text-align: center;
		margin: 0;
	}

	h1 {
		margin: .625rem 0;
	}

	article,
	footer {
		width: auto;
	}

	article p:last-of-type {
		display: flex;
		justify-content: center;
	}

	.zertifikat {
		margin: 2rem auto;
		display: block;
	}

	.margin {
		margin: .937rem 0;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		margin: 0 0 1rem;
	}

	ul li {
		text-align: left;
	}

	main {
		display: block
	}

	footer {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%
	}

	article,
	footer {
		width: 100%
	}

	.flex p:nth-of-type(1) {
		width: 50%;
	}

	.flex p:nth-of-type(2) {
		width: 50%;
	}

	.border {
		width: 100%
	}
}

@media only screen and (max-width: 599px) {
	.flex {
		flex-direction: column;
		align-items: center;
	}

	.flex p {
		text-align: center;
	}

	.flex p:nth-of-type(1),
	.flex p:nth-of-type(2) {
		width: auto;
	}

	:is(a:link, a:visited, a:active) {
		white-space: normal;
	}

	.border p {
		text-align: center
	}
}