@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Raleway.woff2') format('woff2');
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Raleway-Italic.woff2') format('woff2');
	font-style: italic;
	font-display: swap;
}
/* 400, 700, 800, 900 */
/*
farben sollten in der programmierung immer in englisch erfolgen
var(--xxx)
*/
:root {
	--sans: MyFont, Helvetica, Arial, Verdana, sans-serif;
	--black: #000000;
	--white: #ffffff;
	--grey: #aaaaaa;
	--darkblue: #021058;
	--blue: #031373;
	--lightblue: #e3e5ef;
	--red: #f20531;
	--width: calc(1400px + 8rem);
	--narrow: 1300;
	--edge: 4rem;
	--menspace: 1.5rem;
	--topspace: 14rem;
}
/*
standards
*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, ol, ul, li, form, table, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
html {
	font-size: 20px;
}
body {
	color: var(--blue);
	text-align: center;
	background-color: var(--white);
	overflow-x: hidden;
	font-family: MyFont, Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.4;
	font-style: normal;
	font-weight: 400;
	width: 100%;
	height: 100%;
	font-synthesis: none;
	hyphens: auto;
}
img {
	border-style: none;
}
.noborder {
	border-style: none !important;
}
/*
farben
*/
.blau {
	color: var(--white);
	background-color: var(--blue);
}
.hellblau {
	background-color: var(--lightblue);
}
.weiss {
	background-color: var(--white);
}
/*
links
*/
a {
	text-decoration: underline;
}
a, a:visited {
	color: var(--blue);
}
a:hover {
	color: var(--blue);
	text-decoration: none;
}
a.anker {
	width: 0;
	height: 0;
	margin: -110px 0 0;
	padding: 0;
	position: absolute;
}
/*
farben
*/
.blau {
	color: var(--white);
	background-color: var(--blue);
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.hellblau {
	background-color: var(--lightblue);
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.weiss {
	background-color: var(--white);
	padding-top: 3rem;
	padding-bottom: 3rem;
}
/*
schrift
*/
h1, h2, h3, h4, h5, h6, p, ul {
	width: 100%;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.1em;
}
p, ul, li {
	margin-top: 0.5rem;
	line-height: 1.4em;
}
h1, h2, h3, h4, h5, h6, p, ul {
	margin-bottom: 0.5rem;
}
h1 {
	font-size: 5.2rem;
	font-weight: 900;
}
h2 {
	font-size: 2.2rem;
	font-weight: 800;
	text-transform: uppercase;
}
h3 {
	color: var(--red);
	font-size: 1.05rem;
	font-weight: 700;
	text-transform: uppercase;
}
h4 {
	font-size: 1.2rem;
	text-align: left;
}
h5 {
	font-size: 0.9rem;
}
h6 {
	font-size: 0.9rem;
}
p {
}
ul {
	
}
li {
	text-align: left;
	margin-left: 1rem;
}
.small, .kl {
	font-size: 0.75rem;
}
.b, b, strong {
	font-weight: 700;
}
.i, .italic {
	font-style: italic;
}
.u, .underline {
	text-decoration: underline;
}
.links, .l {
	text-align: left !important;
}
.center, .c {
	text-align: center !important;
}
.rechts, .r {
	text-align: right !important;
}
/*
standardelemente
*/
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.trennlinie, hr {
	font-size: 0;
	width: auto;
	height: 0;
	clear: both;
	border-bottom: 1px solid var(--grey);
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.bild {
	font-size: 0;
	line-height: 0;
	width: 100%;
	text-align: center;
}
.hide {
	display: none;
}
.clearer {
	clear: both;
}
/*
header
*/
header {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	color: white;
	position: relative;
	min-height: var(--topspace);
}
header .logo {
	float: left;
	display: inline-block;
	font: 3rem Logo, sans-serif;
	text-transform: uppercase;
	position: absolute;
	top: 2rem;
	left: var(--edge);
}
header .logo img {
	height: 2rem;
	width: auto;
}
/*
navigation
*/
nav {
	padding: 0;
	z-index: 2000;
	transition: 0.5s;
	display: inline-block;
	text-align: right;
	position: absolute;
	top: 1.5rem;
	right: var(--edge);
}
nav > ul {
	text-align: left;
	display: inline-block;
}
nav > ul li {
	list-style: none;
	position: relative;
	float: left;
	margin-left: 0;
}
nav > ul > li a, nav > ul > li a:visited {
	color: var(--blue);
	text-decoration: none;
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: 2rem;
	font-size: 1.3rem;
	font-weight: 800;
	transition: color 0.2s;
	white-space: nowrap;
	margin-left: 2rem;
}
nav > ul > li a:last-of-type {
	padding-right: 0;
}
.invers nav > ul > li a,.invers  nav > ul > li a:visited {
	color: var(--white);
}
nav > ul > li:hover a, nav > ul > li.aktuell a, .invers nav > ul > li:hover a, .invers nav > ul > li.aktuell a {
	color: var(--red);
	font-weight: 800;
	text-decoration: none;
	transition: color 0.2s;
}
nav > ul > li.aktuell a {
}
nav ul li ul {
	position: absolute;
	display: none;
	width: auto;
	z-index: 1000;
	margin: 0;
	top: 2rem;
	left: 0;
}
nav ul li:hover ul, nav ul li:focus ul {
	display: inline-block;
}
nav ul li ul li {
	float: none;
}
nav ul li ul li:last-child {
	border-bottom: none;
}
nav ul li ul li a, 
nav ul li:hover ul li a, 
nav ul li ul li a:visited, 
nav ul li.aktuell ul li a, 
nav ul li.aktuell ul li a:visited {
	width: 100%;
	font-weight: normal;
	padding: 0;
	display: block;
	line-height: 1.5rem;
}
nav ul li ul li.aktuell a, 
nav ul li ul li.aktuell a:hover, 
nav ul li:hover ul li a:hover, 
nav ul li.aktuell ul li.aktuell a, 
nav ul li.aktuell ul li.aktuell a:hover {
}
.nav_icon, #nav_bg {
	display: none;
}
nav form.suche {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
nav form.suche button, nav form.suche button:hover {
	border: none;
	width: 1.4rem;
	height: 1.4rem;
	background: url(/images/lupe.svg) transparent;
	background-size: contain;
	display: inline;
	float: left;
}
.invers nav form.suche button, nav form.suche button:hover {
	background: url(/images/lupe_w.svg) transparent;
}
nav form.suche input {
	background-color: transparent;
	color: var(--blue);
	border-style: none;
	border-bottom: 2px solid var(--blue);
	font: 0.8rem/1rem MyFont, Helvetica, Arial, Verdana, sans-serif;
	font-weight: 500;
	opacity: 1;
	width: 5rem;
	margin-left: 0.25rem;
	text-transform: lowercase;
}
.invers nav form.suche input {
	color: var(--white);
	border-bottom: 2px solid var(--white);
}
/*
fuss
*/
footer {
	width: 100%;
	position: relative;
	padding-bottom: 1.5rem;
	font-size: 0.9rem;
	overflow-x: hidden;
	text-align: center;
	z-index: 10;
}
footer div.kultiv {
	display: inline-block;
	width: calc(100% + 12rem);
	margin-left: -6rem;
	margin-bottom: 4rem;
}
footer div.kultiv img {
	width: 100%;
	height: auto;
}
footer p {
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}
footer a {
	text-decoration: none;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}
footer a:hover {
	text-decoration: underline;
}
.fussgal {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.fussgal a {
	display: inline-block;
	width: calc(33% - 2rem);
	text-align: center;
}
.fussgal a {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}
/*
allgemeines
*/
.image {
	width: 100%;
	height: 53.2vw;
	min-height: 20rem;
	text-align: left;
	position: relative;
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: flex-end;
}
.image h1 {
	color: var(--white);
	z-index: 10;
	margin-bottom: 5rem;
	
}
.social {
	display: inline-block;
	position: absolute;
	top: calc(35vw - 5rem);
	right: 1rem;
	z-index: 10;
}
.social img {
	width: 2.5rem;
	height: 2.5rem;
	margin: 0.25rem;
}
.mitmach {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: absolute;
	top: var(--topspace);
	right: 8rem;
	z-index: 10;
}
.mitmach a, .mitmach a:visited {
	display: inline-block;
	color: var(--white);
	width: 100%;
	border-radius: 2rem;
	border: 3px solid var(--red);
	font-weight: 600;
	text-decoration: none;
	font-size: 1.1rem;
	line-height: 3rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
	background-color: var(--red);
}
.mitmach a:hover {
	color: var(--red);
	background-color: transparent;
	border-color: var(--red);
}
.mitmach a:first-of-type {
	background-color: transparent;
	color: var(--blue);
}
.mitmach a:first-of-type:hover {
	border-color: var(--red);
	color: var(--white);
	background-color: var(--red);
}
.invers .mitmach a, .invers .mitmach a:visited {
	border-color: var(--red);
	color: var(--white);
}
.invers .mitmach a, .invers .mitmach a:visited {
}
section, .section {
	width: 100%;
}
section {
	position: relative;
}
main {
	position: relative;
}
.content {
	width: calc(100% - 6rem);
	max-width: var(--width);
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.block {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.spalte12 {
	display: inline-block;
	width: calc(50% - 2rem);
}
.minus {
	margin-top: -2rem;
}
.plus, .secure  {
	margin-top: 2rem;
}
.topspace {
	height: 10rem;
}
.btn, .gemeinsam > div > div:first-of-type a, .gemeinsam > div > div:first-of-type a:visited, .werde a, .werde a:visited, .findest a, .findest a:visited {
	display: inline-block;
	color: var(--white);
	border-radius: 2rem;
	border: 3px solid var(--red);
	font-weight: 600;
	text-decoration: none;
	font-size: 1.1rem;
	line-height: 3rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
	background-color: var(--red);
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
.gemeinsam > div > div:first-of-type a {
	margin-top: 1rem;
}
.btn:hover, .gemeinsam > div > div:first-of-type a:hover, .werde a:hover, .findest a:hover {
	color: var(--red);
	background-color: transparent;
	border-color: var(--red);
}
div.ui {
	position: relative;
}
div.ui img {
	display: inline-block;
	position: absolute;
	width: calc(53% + 2rem);
	left: -10%;
	top: -11rem;
	z-index: 5;
}
.kultur, .www {
	padding-top: 3rem;
	padding-bottom: 6rem;
}
.kultur .content, .www .content {
	z-index: 10;
}
.gemeinsam .content {
	justify-content: flex-start;
	gap: 4rem;
	padding-top: 3rem;
	padding-bottom: 2rem;
	position: relative;
}
.gemeinsam .spalte12 {
	width: calc(40% - 2rem);
}
.gemeinsam img {
	margin-top: -6rem;
}
.gemeinsam h2 a, .gemeinsam h2 a:visited {
	text-decoration: none;
	width: 85%;
	display: inline-block;
}
.gemeinsam h2 a:hover {
	color: var(--red);
}
.wirsind {
	position: absolute;
	width: 30%;
	top: 16rem;
	right: -12%;
	display: block;
}
.wirsind a {
	position: absolute;
	display: inline-block;
	top: 40%;
	left: -20%;
	width: 40%;
}
.wirsind img {
	width: 100%;
	height: auto;
}
.www a, .www a:visited {
	color: var(--red);
	display: inline-block;
	position: relative;
}
.www a:hover {
	color: var(--white);
}
.www a::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 10rem;
	height: 10rem;
	background-image: url(/images/wir_sind.svg);
}
.oldenburg {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.mission {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.mission .spalte12 {
	position: relative;
}
.mission img {
	border-radius: 0 0 47% 47%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.werde {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.werde a {
	margin-top: 1rem;
}
.findest {
}
.findest .spalte12 {
	position: relative;
}
.findest img {
	border-radius: 0 0 47% 47%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.findest a {
	margin-top: 1rem;
}
.findest .content .spalte12 {
	position: relative;
}
.findest .content .spalte12:last-of-type::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 10rem;
	height: 10rem;
	background-image: url(/images/wir_sind.svg);
	left: 0;
	top: 150%;
}
.impress .spalte12 {
	position: relative;
}
.impress img {
	border-radius: 0 0 47% 47%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
/*
people
*/
.branchen {
	width: calc(var(--width) - var(--edge) - var(--edge));
	max-width: var(--narrow);
	margin: 2rem auto 3rem;
	border-top: 2px solid var(--red);
}
.branchen_branche {
	text-decoration: none;
	width: 100%;
	border-bottom: 2px solid var(--red);
	display: inline-block;
	padding-top: 1rem;
	padding-bottom: 0.5rem;
	position: relative;
}
.branchen_branche p {
	width: calc(100% - 3rem);
}
.branchen_branche::after {
	content: '';
	background: url(/images/pfeil.svg) center center no-repeat;
	background-size: contain;
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: 2rem;
	right: 0;
}
.branchen_branche.akt::after, .branchen_branche:hover::after {
	transform: rotate(180deg);
}
.branchen_branche .branchen_people {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 0;
	max-height: 0;
	transition: height max-height 1s ease-in-out 0s;
	overflow: hidden;
}
.branchen_branche.akt .branchen_people {
	height: auto;
	max-height: 10000px;
	transition: height max-height 1s ease-in-out 0s;
	overflow: visible;
}
.branchen_people a {
	text-decoration: none;
	display: inline-block;
	width: calc(33% - 1.33rem);
	margin-bottom: 1rem;
}
.branchen_people a img {
	width: 100%;
	height: auto;
}
.branchen_people a h6 {
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 0;
}








.people, .peoples {
	width: 100%;
	max-width: var(--narrow);
	margin: 2rem auto 3rem;
}
.peoples h4 {
	text-align: center;
	margin-bottom: 2rem;
}
.peoples_branchen {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem ;
}
.peoples_branchen a, .peoples_branchen a:visited {
	display: inline-block;
	color: var(--blue);
	border-radius: 2rem;
	border: 2px solid var(--red);
	font-weight: 600;
	text-decoration: none;
	font-size: 1rem;
	line-height: 2.5rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
.peoples_branchen a:hover {
	color: var(--red);
	background-color: transparent;
	border-color: var(--red);
}
.peoples_branchen a.aktuell, .peoples_branchen a.aktuell:visited, .peoples_branchen a.aktuell:hover {
	background-color: var(--red);
	color: var(--white);
}
.peoples_branchen a.aktuell:hover {
}
.peoples_suche {
	display: inline-block;
	justify-content: flex-end;
	align-items: flex-start;
	position: relative;
	width: 100%;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.peoples_suche button, .peoples_suche button:hover {
	border: none;
	width: 1.8rem;
	height: 1.8rem;
	background: url(/images/lupe.svg) transparent;
	background-size: contain;
	display: inline;
	position: absolute;
	z-index: 10;
	top: 0.5rem;
	left: 1.2rem;
}
.peoples_suche input {
	border: 3px solid var(--red);
	border-radius: 2rem;
	background-color: transparent;
	color: var(--blue);
	font: 0.8rem MyFont, Helvetica, Arial, Verdana, sans-serif;
	line-height: 2.5rem;
	font-weight: 500;
	width: 100%;
	width: calc(100% - 5rem);
	padding-right: 1.5rem;
	padding-left: 3.5rem;
}
.peoples_liste {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.peoples_liste a {
	text-decoration: none;
	display: inline-block;
	width: calc(33% - 1.33rem);
	margin-bottom: 1rem;
}
.peoples_liste a img {
	width: 100%;
	height: auto;
}
.peoples_liste a h6 {
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 0;
}
.peoples_liste a p {
	font-size: 0.8rem;
	margin-top: 0;
}
.people {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.people h1 {
	margin-bottom: 2rem;
}
.people .portrait {
	display: inline-block;
	width: calc(50% - 2rem);
}
.people .portrait img {
	width: 100%;
	height: auto;
}
.people .kontakt {
	display: inline-block;
	width: calc(50% - 2rem);
	text-align: left;
}
.people .kontakt span {
	display: inline-block;
	color: var(--blue);
	border-radius: 2rem;
	border: 2px solid var(--red);
	font-weight: 600;
	text-decoration: none;
	font-size: 1rem;
	line-height: 2.5rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
.people .kontakt table {
}
.people .kontakt table td {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	border-bottom: 1px solid var(--red);
}
.people .kontakt table td img {
	margin-right: 1rem;
	width: 1.3rem;
	height: 1.3rem;
}
.people .ueber {
	display: inline-block;
	width: calc(67% - 2rem);
	text-align: left;
	margin-top: 2rem;
}
.people .ueber h4, .people .portfolio h4 {
	font-weight: normal;
	font-style: normal;
	font-size: 2.3rem;
	text-transform: uppercase;
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.people .icon {
	display: inline-block;
	width: calc(33% - 2rem);
	text-align: left;
	margin-top: 2rem;
}
.people .icon img {
	width: 100%;
	height: auto;
	margin-top: 2rem;
}
/*
slider
*/
.lSAction > a {
	background-image: none;
	opacity: 1;
}
/*
portfolio
*/
.portfolio .lSAction {
	display: none !important;
}
.portfolio .lSSlideOuter .lSPager.lSpg {
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: 0.5rem !important;
}
.portfolio .lSSlideOuter .lSPager.lSpg > li a {
	display: inline-block;
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 1rem;
	cursor: pointer;
	border: 2px solid var(--blue);
	margin: 0.35rem;
	font-size: 1rem;
	box-shadow: none;
}
.portfolio .lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: var(--blue);
}
.portfolio {
	position: relative;
	width: 100%;
	margin-bottom: 2rem;
}
.portfolio > div {
	height: 680px;
}
.portfolio ul {
	padding-right: 0;
	padding-left: 0;
}
.portfolio li {
	margin-left: 0;
}
.portfolio li div {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-end;
	z-index: 10;
	position: absolute;
	display: none;
}
.portfolio li div h5 {
	margin-bottom: 1rem;
}
.portfolio li div p {
	margin-bottom: 1rem;
}
.portfolio li img {
	height: 680px;
	width: auto;
}
/*
formulare
*/
.formular {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
}
.formular div.normal, .formular div.breit {
	display: inline-block;
	margin-bottom: 1rem;
	font: 0.9rem/1em var(--sans);
}
.formular div.normal {
	width: calc(50% - 20px);
}
.formular div.breit {
	width: 100%;
}
.formular h5 {
	
}
.formular p {
	
}
.formular label {
	width: 100%;
	display: inline-block;
	color: #333333;
	font: bold 0.7rem/1em;
	margin-bottom: 3px;
	padding-right: 10px;
}
.formular label.pflicht::after {
	content: ' *';
}
.formular span {
	margin-right: 0.7em;
	white-space: nowrap;
	margin-left: 0.7em;
	font-size: 0.9em;
}
.formular label span {
	margin-left: 0.3em;
}
.formular input, .formular select, .formular textarea {
	margin: 0;
	padding: 2px 5px;
	border: 1px solid #949596;
	font: 0.9rem var(--sans);
}
.formular .standard, .formular .lang {
	width: calc(100% - 20px);
}
.formular .kurz {
	width: calc(30% - 30px);
	margin-right: 20px;
}
.formular .mittel {
	width: calc(70% - 20px);
}
.formular .inputgroup {
	line-height: 1.5em;
}
.formular input[type='checkbox'], .formular input[type='radio'] {
	margin-right: 0.3em;
	font: 0.9rem var(--sans);
}
input[type='submit'], input[type='button'], .formular button, .sendbutton, a.sendbutton, a.sendbutton:visited {
	display: inline-block;
	text-align: center;
	padding: 0.2rem 0.5rem;
	font: bold 1.1rem MyFont, Helvetica, Arial, Verdana, sans-serif;
	cursor: pointer;
	background-color: var(--white);
	color: var(--black);
	float: right;
	border: 2px solid var(--black);
}
input[type='submit']:hover, input[type='button']:hover, .formular button:hover, .sendbutton:hover, a.sendbutton:hover {
	color: var(--white);
	background-color: var(--black);
}
.formularfehler {
	background-color: #f7f8be;
	padding: 5px;
}
.inputabstand {
	width: 10px;
	height: 10px;
	display: inline-block;
}
/*
individuelle inhalte
*/
/*
responsiv
*/
.nav_icon, .nav_close {
	display: none;
}
@media(max-width: 1400px) {
	html {
	}
	h1 {
		font-size: 4.5rem;
	}
}
@media(max-width: 1000px) {
	html {
		font-size: 18px;
	}
	body header .sml {
		margin-right: 6rem;
		margin-top: 2.5rem;
	}
	.nav_icon, .nav_close {
		display: block;
		position: absolute;
		cursor: pointer;
		font-size: 0.9rem;
		text-align: center;
		line-height: 1rem;
	}
	body .nav_icon {
		width: 2rem;
		height: 2rem;
		top: 2.5rem;
		right: 1rem;
		color: var(--black);
	}
	main {
		padding-top: 5rem;
	}
	main::before {
		height: 10vw;
	}
	.nav_icon span, .nav_close span {
		display: block;
		width: 100%;
		height: 4px;
		background-color: var(--grey);
		margin-bottom: 7px;
	}
	.nav_close {
		width: 1.5rem;
		height: 1.5rem;
		top: 1rem;
		right: 1rem;
		position: absolute;
	}
	.nav_close span {
		position: absolute;
		top: 33%;
		left: 0;
		z-index: 2001;
	}
	.nav_close span:first-of-type {
		transform: rotate(45deg);
	}
	.nav_close span:last-of-type {
		transform: rotate(-45deg);
	}
	#nav_bg {
		background-color: #000;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 999;
		display: none;
		opacity: 0.05;
		transition: opacity 0.3s, display 0.3s;
	}
	#nav_bg.akt {
		opacity: 0.0;
		display: block;
		transition: opacity 0.3s, display 0s;
	}
	body nav {
		position: fixed;
		top: 0;
		height: 100%;
		background-color: #ffffff;
		z-index: 1000;
		overflow: auto;
		right: 0;
		width: 0;
		max-width: 0%;
		transition: width 0.4s;
		margin-top: 0;
	}
	nav.akt {
		width: 300px;
		max-width: 100%;
		transition: width 0.4s;
	}
	nav > ul {
		margin: 1.7rem 0.5rem 0.5rem 1rem;
	}
	nav ul li {
		list-style: none;
		text-align: left;
		width: 100%;
	}
	nav ul li a, nav ul li a:visited {
		text-decoration: none;
	}
	nav ul li.aktuell a, nav ul li a:hover {
		text-decoration: none;
	}
	nav ul li ul {
		display: inline-block;
		position: relative;
		border-style: none;
		top: 0;
		width: 100%;
		box-shadow: none;
		padding-left: 0.75rem;
	}
	nav ul li ul li {
		border-style: none;
		padding: 0;
	}
	nav ul li ul li a, nav ul li ul li a:visited {
		font-size: 0.9rem;
	}
}
@media(max-width: 800px) {
	html {
		font-size: 18px;
	}
}
@media(max-width: 700px) {
	html {
	}
	.spalte12 {
		width: 100%;
	}
}
@media(max-width: 600px) {
	html {
	}
	h1 {
		font-size: 2.2rem;
	}
	h2 {
		font-size: 1.6rem;
	}
	h3 {
		font-size: 1.3rem;
	}
	h4 {
		font-size: 1.1rem;
	}
	footer .content {
		justify-content: center;
		text-align: center;
	}
	footer img {
	}
	footer p {
		width: 100%;
	}
}
@media(max-width: 450px) {
	html {
	}
	main {
		padding-top: 4rem;
	}
}
@media(max-width: 400px) {
	html {
		font-size: 16px;
	}
	.formular div.normal {
		width: 100%;
	}
}