@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/fira-sans-v17-latin-regular.eot');
	src: url('../fonts/fira-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-v17-latin-regular.woff2') format('woff2'), url('../fonts/fira-sans-v17-latin-regular.woff') format('woff'), url('../fonts/fira-sans-v17-latin-regular.ttf') format('truetype'), url('../fonts/fira-sans-v17-latin-regular.svg#FiraSans') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/fira-sans-v17-latin-700.eot');
	src: url('../fonts/fira-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-v17-latin-700.woff2') format('woff2'), url('../fonts/fira-sans-v17-latin-700.woff') format('woff'), url('../fonts/fira-sans-v17-latin-700.ttf') format('truetype'), url('../fonts/fira-sans-v17-latin-700.svg#FiraSans') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #555555;
	font-family: 'Fira Sans', Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.42857;
	font-weight: 400;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

#wrapper {
	position: relative;
	background: #fff;
}

.content {
	max-width: 58.75rem;
	margin: 1rem auto 100px auto;
	box-shadow: 3px 3px 11px 2px #939095;
	overflow: hidden;
	background: url(../images/grafikbild.png)no-repeat top right;
	background-size: 450px
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

a.blau,
.blau {
	color: #004994;
}

:is(strong, h1, h2) {
	font-weight: 700;
}

p {
	margin: 1rem 0;
}

.bottom {
	margin: 0
}

article p strong {
	color: #555555;
}

h1 {
	font-size: 2rem;
	margin: 1rem 0;
	color: #004994;
	position: relative;
	padding: 0 0 1rem;
}

h1:after {
	content: "";
	position: absolute;
	width: 65%;
	height: .125rem;
	background: rgba(0, 73, 148, 0.3);
	bottom: 0;
	left: 0;
}

h2 {
	font-size: 19px;
	margin: 1rem 0 0;
	color: #004994;
	width: 100%;
}

h2:after {
	content: "";
	display: block;
	border: 1px solid rgba(0, 73, 148, 0.3);
	max-width: 33%;
	margin: 0.75rem auto 0.5rem 0;
}

hr {
	border: 0;
	border-bottom: 1px solid rgba(0, 73, 148, 0.3);
	margin: 2rem 0 3rem;
}

.hr {
	border-bottom: 1px solid gray;
	margin: 2rem 0;
}

span {
	white-space: nowrap;
}

ul {
	list-style: none;
	margin: 0 0 0.625rem .312rem;
	padding: 0;
}

ul li {
	padding-left: .937rem;
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -.937rem;
}

header {
	padding: 3rem 2.375rem .625rem;
	position: relative;
	margin-bottom: 2rem;
}

header:after {
	content: "";
	position: absolute;
	width: 37%;
	height: .125rem;
	background: rgba(0, 73, 148, 0.3);
	bottom: 0;
	left: 2.375rem;
}

.color {
	color: #004994;
}

article {
	padding: 0 2.375rem;
}

.section {
	margin: 0 0 2.375rem;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.left {
	width: 49%;
	padding: 0 .5rem 4.25rem;
	border: 1px solid rgba(0, 73, 148, 0.3);
	box-shadow: inset 0 1px 5px 5px #eee, 0 4px 4px 3px #eee;
}

.right {
	width: 49%;
	display: flex;
	flex-wrap: wrap;
}

.right strong {
	color: #000;
}

.detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.detail p {
	width: 46%;
	margin: .312rem;
}

.detail:last-of-type p {
	margin-bottom: 0
}

.top {
	margin-top: 0;
}

.top small {
	font-size: 14px;
}

.content-hr {
	height: .062rem;
	background: #efefef;
	margin-top: 1rem;
	width: 65%;
}

.left hr {
	width: 40%;
	margin-bottom: 2rem;
	height: .125rem;
	background: rgba(0, 73, 148, 0.3);
}

.box {
	padding-left: .5rem;
	padding-right: .5rem;
	display: block;
	box-shadow: inset 0 1px 5px 5px #eee, 0 4px 4px 3px #eee;
	border: 1px solid rgba(0, 73, 148, 0.3);
}

.second-box {
	margin-top: 1rem;
}

.margin {
	margin-left: .312rem;
}

.last {
	margin: 4.75rem 0 0;
	background: url(../images/bg.jpg)no-repeat top left;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1.75rem 2.312rem;
}

.row1 {
	width: 32%;
	display: flex;
	flex-wrap: wrap;
}

.row1 p:last-of-type {
	margin-bottom: 0
}

.row2 {
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.row3 {
	width: 20%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.last-row p {
	color: #fff;
}

.social {
	display: flex;
	flex-wrap: wrap;
}

.social a {
	margin: 1rem .625rem 0 0;
}

footer {
	border-top: 1px solid #004994;
	background: #fff;
	padding: 0.5rem 0;
}

footer .content {
	max-width: 58.75rem;
	margin: 0 auto 0;
	box-shadow: none;
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: .125rem
}

a.button {
	color: #fff;
	border-radius: .125rem;
	background: #004994;
	border-color: #004994;
	margin: 0;
	border: 1px solid #B7B7B7;
	padding: .5rem 1.25rem;
	text-align: center;
	display: block;
}








.flex_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 8px;
}

.img_wrap {
	overflow: hidden;
	border-radius: 4px;
	height: 133px;
}

.img_wrap img {
	width: 100%;
	height: auto;
	filter: grayscale(50%);
	transition: transform 0.1s ease-in-out;
	transform-origin: center center;
	border-radius: 4px;


}

.img_wrap:hover img {
	transform: scale(1.1);
	filter: grayscale(0%);
}


@media only screen and (max-width: 58.687rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		margin: 0 0 1.25rem;
	}

	.margin > p br {
		display: none
	}

	.margin > p .block {
		display: block;
	}

	.margin {
		margin: 1rem 0 1.25rem;
	}

	h2 {
		margin: 1rem 0;
	}
}

@media only screen and (max-width: 55.625rem) {
	.content {
		background-size: 45%
	}

	.section p:last-of-type br {
		display: none;
	}
}

@media only screen and (max-width: 48rem) {

	header {
		margin-bottom: 1rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	header img {
		margin: 0 0 1rem;
	}

	header:after {
		width: 100%;
		position: static;
	}

	h1:after {
		width: 100%;
	}

	.content {
		background: none;
		margin: 0 auto 1rem
	}

	.section {
		margin: 0 0 1rem;
	}

	.section br,
	small br {
		display: none;
	}

	.flex {
		flex-direction: column;
	}

	.detail {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.detail p {
		width: 100%;
		margin: 0 0 1rem;
	}


	.left,
	.right {
		width: 100%;
	}

	.right {
		margin-top: 1rem;
	}

	hr {
		margin: 1.4rem 0;
	}

	.left {
		padding: 0 .5rem;
	}

	header {
		padding: 1rem;
	}

	article {
		padding: 0 1rem
	}

	.top {
		margin-top: .312rem;
	}

	.last {
		margin: 1rem 0 0;
		flex-direction: column;
	}

	.row1,
	.row2,
	.row3 {
		width: 100%;
		justify-content: center;
		flex-direction: column;
	}

	.row2 {
		margin: 0 0 1rem;
	}

	.row3 {
		justify-content: center;
		align-items: center;
	}

	.last-row p {
		text-align: center;
	}

	.social {
		justify-content: center;
	}

}

@media only screen and (max-width: 480px) {


	h1 {
		font-size: 1.75rem;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}