@font-face {
	font-family: "Manrope";
	src: url("/manrope.woff2") format("woff2");
}

@font-face {
	font-family: "Epilogue";
	src: url("/epilogue-regular.woff2") format("woff2");
}

h1, h2, h3, h4, h5, p, th, td, input, textarea, li, label, legend, select, button, blockquote {
	font: normal normal 1em/120% "Manrope", sans-serif;
}

h1 {
	font: normal normal 3em/120% "Epilogue", sans-serif;
}

h5 {
	font-size: 0.75em;
	color: rgb(175, 205, 95);
	margin: 0;
}

table {
	border-spacing: 0;
}

table, th, td {
	margin: 0;
	padding: 0;
}

table th {
	font-weight: bold;
	text-align: left;
}

table td + td, table th + td, table th + th {
	padding-left: 0.6em;
}

table tr + tr th {
	padding-top: 1.2em;
}

h1, h2, h3, h4, p, input, textarea, table, ul, ol {
	margin: 0 0 1.2rem 0;
}

h2 {
	font-family: "Epilogue";
	font-size: 1.5em;
}

h3 {
	font-weight: bold;
}

a {
	color: rgb(0, 0, 0);
	text-decoration-color: rgb(215, 215, 210);
}

strong {
	font-weight: bold;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

main {
	display: grid;
	grid-template-columns: 25% 75%;
	grid-template-rows: 230px auto auto;
	margin: 0 1.2rem 1.2em 1.2rem;
	width: calc(100% - 2.4rem);
	height: 100%;
}

nav, header {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 1;
	position: relative;
	height: 150px;
}

header img {
	margin-top: 25px;
}

nav {
	display: flex;
	align-items: end;
	border-bottom: 2px solid rgb(175, 205, 95);
	column-gap: 1.2em;
}

nav > div {
	display: flex;
	box-sizing: border-box;
	width: calc(75% + 2.4em);
	align-items: end;
}

nav > div + div {
	width: 25%;
}

nav > div > div + div {
	position: absolute;
	top: 160px;
}

nav > div:nth-child(3) {
	display: flex;
	justify-content: end;
	position: absolute;
	right: 0;
	top: 0.6em;
	width: 100%;
}

nav > div ul, footer > div ul {
	display: flex;
	list-style-type: none;
	margin: 0 -10px 10px -10px;
	padding: 0;
}

nav > div ul li, footer > div ul li {
	margin: 0 10px 0 10px;
	align-self: end;
}

nav > div ul li span, footer > div ul li span {
	display: block;
}

nav > div ul li.icon img {
	display: block;
	margin: 2px 0 0 0;
}

nav button {
	border: none;
	background: none;
	padding: none;
}

article {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 2;
}

figure {
	margin: 0;
}

nav form > div {
	display: flex;
}

nav form > div input ~ input {
	width: 40px;
}

ul.icon {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.icon li {
	display: flex;
	margin: 0 0 1.2em 0;
}

ul.icon li img {
	margin: 2px 3px 0 0;
}

ul.icon_titel li {
	display: block;
}

ul.icon_titel li.icon_titel > span {
	display: flex;
}

ul.icon_titel li > span:first-child {
	font-size: 0.75em;
	color: rgb(175, 205, 95);
}

ul.icon_titel li img {
	margin: 1px 3px 0 0;
}

section > div.zweispaltig, section > div.dreispaltig {
	display: flex;
	gap: 1.2em;
}

section > div.zweispaltig > div:first-child {
	width: 25%;
}

section > div.zweispaltig > div:last-child {
	width: 75%;
}

section > div.dreispaltig > div {
	width: 33.33%;
}

figure.zitat {
	text-align: center;
}

figure.zitat blockquote {
	font-family: Epilogue;
	font-size: 2em;
	margin: 1.2em 0 0 0;
}

figure.zitat blockquote::before {
	content: "„";
	color: rgb(175, 205, 95);
}

figure.zitat blockquote::after {
	content: "“";
	color: rgb(175, 205, 95);
}

figure.diagramm {
	display: flex;
	flex-direction: column;
	background: rgba(215, 215, 210, 0.2);
	margin: 0 0 1.2em 0;
	padding: 1.2em 1.2em 0 1.2em;
	border-radius: 0 10px 10px 10px;
}

figure.diagramm > div {
	display: flex;
	gap: 1.2em;
}

figure.diagramm > div svg {
	margin: 0 0 1.2em 0;
}

figure.diagramm > div + ul {
	display: flex;
	list-style-type: none;
	margin: 0 -0.6em 1.2em -0.6em;
	padding: 0;
}

figure.diagramm > div + ul li {
	margin: 0 0 0 0.3em;
	padding: 0 0 0 0.3em;
}

figure.diagramm > div + ul li + li {
	border-left: 2px solid rgb(0, 0, 0);
}

figure.diagramm > div ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	align-self: end;
}

figure.diagramm > div svg text {
	font: normal normal 1em/1.2em "Manrope";
}

figure.diagramm > div ul li {
	display: flex;
	gap: 0.6em;
	margin: 0 0 1.2em 0;
}

figure.diagramm > div ul li > span:first-child {
	display: block;
	width: 1em;
	height: 1em;
	margin-top: 2px;
	border-radius: 2px;
}

div.meldungen {
	position: relative;
	display: block;
	border-radius: 0 10px 10px 10px;
	margin: 0 0 1.2em 0;
	padding: 1em 1em 0 1em;
	overflow: hidden;
}

div.meldungen > div {
	position: absolute;
	inset: 0 -100px;
	background: repeating-linear-gradient(45deg, rgb(235, 95, 65) 0px, rgb(235, 95, 65) 30px, rgba(235, 95, 65, 0.9) 30px, rgba(235, 95, 65, 0.9) 60px);
	animation: band-move 3s linear infinite;
	z-index: -1;
}

@keyframes band-move {
  from { background-position: 0 0; }
  to   { background-position: 84.85px 0; }
}

div.meldungen ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;;
	color: rgb(255, 255, 255);
}

div.meldungen ul li {
	padding: 0;
}

div.servicebereich {
	background: rgba(215, 215, 210, 0.2);
}

div.servicebereich figure {
	box-sizing: border-box;
}

div.servicebereich > div figure {
	width: 100%;
	padding: 1.2em 1.2em 0 1.2em;
}

div.servicebereich, div.servicebereich figure.containerstandorte {
	width: calc(100% + 2.4em);
	margin: 0 -1.2em 0 -1.2em;
}

div.servicebereich {
	margin-bottom: 1.2em;
}

@media all and (min-width: 900px) {

	div.servicebereich {
		display: flex;
		width: 100%;
		margin: 0 0 1.2em 0;
		border-radius: 0 10px 10px 10px;
		overflow: hidden;
	}

	div.servicebereich > div {
		display: flex;
		flex-direction: column;
		width: 25%;
	}


	div.servicebereich > div + div {
		width: 75%;
	}

	div.servicebereich > div > div {
		display: flex;
		width: 100%;
	}

	div.servicebereich > div > div > div {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}

	div.servicebereich > div > div > div {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		width: 66.66%;
	}

	div.servicebereich > div > div > div + div {
		width: 33.33%;
	}

	div.servicebereich figure.containerstandorte {
		width: 100%;
		margin: 0;
		padding: 0;
	}

}

div.servicebereich h2 {
	display: inline-block;
	font-size: 1em;
	border-radius: 0 10px 10px 10px;
	background: rgb(175, 205, 95);
	color: rgb(255, 255, 255);
	padding: 6px 8px 3px 8px;
}

div.servicebereich > div + div figure.containerstandorte h2 {
	position: absolute;
	margin: 1.2em;
	z-index: 1;
}

div.bilder {
	overflow: hidden;
	display: flex;
	margin: 0 0 19px 0;
	border-radius: 0 10px 10px 10px;
}

figure.bild {
	overflow: hidden;
	object-fit: cover;
	line-height: 0;
	border-radius: 0 10px 10px 10px;
	background: rgb(215, 215, 210);
}

div.bilder img {
	object-fit: cover;
}

ul.register {
	display: flex;
	flex-direction: row;
	list-style-type: none;
	margin: 0 -5px 1.2em -5px;
	padding: 0;
}

ul.register li {
	margin: 0 5px 0 5px;
}

ul.register li a {
	display: block;
	font-family: "Epilogue";
	padding: 6px 8px 3px 8px;
	color: rgb(0, 0, 0);
	background: rgb(215, 215, 210);
	text-decoration: none;
}

ul.register li:first-child a {
	border-radius: 0 0 0 10px;
}

ul.register li:last-child a {
	border-radius: 0 10px 10px 0;
}

ul.register li strong a {
	background: rgb(175, 205, 95);
}