@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v40-latin-regular.eot');
	src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'),
		url('../fonts/open-sans-v40-latin-regular.woff') format('woff'),
		url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'),
		url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/open-sans-v40-latin-700.eot');
	src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'),
		url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'),
		url('../fonts/open-sans-v40-latin-700.woff') format('woff'),
		url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'),
		url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000000;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: .937rem;
	line-height: 1.4;
	font-weight: 400;
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	max-width: 62.5rem;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
	border: 0.0625rem solid #000;
	box-shadow: rgba(100, 100, 111, 0.767) 0 .437rem 1.812rem;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

a.link_gray {
	color: #37649E;
}

p {
	margin: 0 0 1rem;
}

p span {
	white-space: nowrap;
}

h1 {
	color: #fff;
	font-size: 30px;
	margin: 0 0 1.25rem;
	line-height: 1.4;
	background: #8EA8C5;
	padding: 25px 1.25rem;
	font-weight: 700;
}

h1 span {
	font-size: 1.125rem;
	font-weight: 400;
}

h2 {
	font-size: 1rem;
	margin: 0 0 5px;
	color: #30649E;
	font-weight: 700;
}

h3 {
	padding: 0 0 18px;
	font-weight: 700;
	font-size: 18px;
}

h4 {
	font-size: 1.062rem;
	margin: 0 0 1.875rem;
	font-weight: 700;
}

h4 + p {
	margin: 0 0 2.5rem;
}

ul {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}

ul li {
	padding: 0 0 .312rem 1.562rem;
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -1.562rem;
	font-size: 1.375em;
	line-height: 1;
}

.margin {
	margin: 0;
}

.flex {
	display: flex;
	flex-direction: row-reverse;
}

.logo {
	display: flex;
	flex-direction: row-reverse;
}

.background {
	background: url("../images/frau.jpg") no-repeat top right -3.25rem;
}

.left {
	background: rgb(48, 100, 158, 0.7);
	width: 30%;
	padding: 10px 16px 9px 25px;
	color: #fff;
	font-size: 14px;
}

.left p {
    margin: 0 0 13px;
    line-height: 1.6;
}

.left p:last-of-type {
    margin: 0
}

.justify {
	text-align: justify;
	hyphens: auto;
}

header > .flex .left {
	background: rgba(48, 100, 158, 0.562);
}

.image_container {
	display: none;
}

.right {
	width: 70%;
	background: #ECEDED;
	padding: 1.25rem;
}

article {
	width: 70%;
	background: #ECEDED;
	padding: .625rem 0 0;
}

.box {
	padding: 0 1.25rem;
}

.section {
	background: #30649F;
	padding: 20px 1.25rem;
}

a.color {
	color: #AFAFB6;
}

.section p {
	margin: 0;
	color: #fff;
	font-weight: 700;
}

footer {
	background: #30649E;
	width: 30%;
	padding: 20px 20px 80px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

footer p:last-of-type {
	margin-top: 0;
}

.logodv {
	margin: .312rem 0 0;
	display: block;
}

@media only screen and (max-width: 62.437rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
		padding: 1rem;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		margin: 0 0 1rem
	}

	article br,
	header br,
	h4 br {
		display: none;
	}

	.justify {
		text-align: left;
	}

	h1 {
		text-align: center;
		line-height: 1.2;
		font-size: 28px;
		padding: 1rem;
	}

	h1 br {
		display: block
	}

	.background {
		background: none;
	}

	.flex {
		flex-direction: column;
	}

	.logo {
		flex-direction: column;
		align-items: center;
	}

	.left {
		width: auto;
		padding: 1rem;
		line-height: 1.4
	}

	header > .flex .left {
		display: none;
	}

	.image_container {
		display: block;
	}

	article p:last-of-type {
		margin-top: 1rem;
	}

	.image {
		width: 100%;
		display: block;
	}

	.right {
		width: 100%;
		padding: 1rem;
	}

	article {
		width: 100%;
	}

	.box {
		padding: 0 1rem;
	}

	.section {
		padding: .625rem 1rem;
	}
    
    .section p {
        text-align: center;
    }

	footer {
		width: 100%;
		padding: 1rem;
		display: flex;
		flex-direction: column;
		align-items: center
	}

	footer p {
		width: 100%;
		text-align: center
	}

	h4 + p,
	footer p:last-of-type {
		margin: 0 0 1rem;
	}
}