@font-face {
    font-family: 'Aller';
    src: url('../fonts/Aller.eot');
    src: url('../fonts/Aller.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Aller.woff2') format('woff2'),
        url('../fonts/Aller.woff') format('woff'),
        url('../fonts/Aller.ttf') format('truetype'),
        url('../fonts/Aller.svg#Aller') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Aller';
    src: url('../fonts/Aller-Bold.eot');
    src: url('../fonts/Aller-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Aller-Bold.woff2') format('woff2'),
        url('../fonts/Aller-Bold.woff') format('woff'),
        url('../fonts/Aller-Bold.ttf') format('truetype'),
        url('../fonts/Aller-Bold.svg#Aller-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

body {
	font-family: 'Aller';
	font-size: 16px;
	line-height: 1.7em;
	font-weight: 300;
	color: #1f3b51;
	padding: 0;
	margin: 60px 0 0;
}

h1,
h2,
h3,
strong {
	font-weight: 700;
}

h1 {
	text-transform: uppercase;
	line-height: 1.15em;
}

h3 {
	color: #d99a06;
}

h4 {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	color: #d99a06;
	text-transform: uppercase;
	border-bottom: 2px solid #d99a06;
}

a,
a:visited {
	color: #1f3b51;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.inner {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}

.header {
	height: 250px;
	text-align: center;
	border-bottom: 3px solid #d99a06;
}

.logo {
	position: absolute;
	display: block;
	left: 50%;
	top: -10px;
	width: 226px;
	height: 147px;
	margin-left: -113px;
	background: url(../images/logo.svg) no-repeat;
	background-size: contain;
}

.topmenu {
	position: absolute;
	right: 40px;
	top: -20px;
	font-size: 15px;
	text-transform: uppercase;
}

.e-check {
	position: absolute;
	right: 40px;
	top: 80px;
	width: 184px;
	height: 140px;
	background: url(../images/e-check.svg) no-repeat;
	background-size: contain;
}

.circles {
	position: absolute;
	top: 120px;
	margin-left: 20px;
}

.circles > div {
	box-sizing: border-box;
	position: absolute;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	padding: 30px 20px;
	border: 3px solid #d99a06;
	border-radius: 100%;
	background: #fff;
}

.circles h4 {
	margin: 0 0 8px 0;
}

.circles span {
	display: inline-block;
	width: 100%;
	line-height: 15px;
}

div.circle1 {
	top: 60px;
	width: 250px;
	height: 250px;
	color: #1f3b51;
	border-color: #1f3b51;
}

.circle1 h4 {
	color: #1f3b51;
	border-color: #1f3b51;
}

div.circle2 {
	left: 210px;
	width: 220px;
	height: 220px;
	color: #d99a06;
	padding-top: 28px;
}

.content {
	display: flex;
	max-width: 470px;
	padding: 100px 30px;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}

.content.datenschutz {
	margin-top: 20px;
	max-width: 760px;
}

.abstand {
	display: block;
	margin: 0.5em 0;
}

.center {
	text-align: center;
}

.topmargin {
	margin-top: 10px;
}

.footer {
	width: 100vw;
	padding: 60px 0 80px 0;
	border-top: 3px solid #d99a06;
}

.footer .inner {
	text-align: center;
	padding: 0 30px;
	margin: 0 auto;
}

#impressum {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0.2em;
}

@media (max-width: 1200px) {
	.circles {
		top: 150px;
	}
}

@media (max-width: 900px) {
	.circles {
		display: none;
	}
}

@media (max-width: 680px) {
	.header {
		height: 180px;
	}

	.topmenu {
		right: 20px;
		top: -40px;
	}

	.logo {
		left: 20px;
		top: 10px;
		width: 180px;
		height: 120px;
		margin: 0;
	}

	.e-check {
		right: 20px;
		top: 37px;
		width: 120px;
		height: 100px;
	}

	.content {
		padding: 30px 10px;
	}

	.content.datenschutz {
		padding: 30px 20px;
	}

	.footer {
		padding: 30px 0 50px 0;
	}

	.footer .inner {
		padding: 0 10px;
	}
}

@media (max-width: 360px) {

	.header {
		height: 150px;
	}

	.logo {
		width: 150px;
		height: 120px;
		margin: 0;
	}

	.e-check {
		top:  33px;
		width: 100px;
		height: 100px;
	}
}
