<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
:root {
	--fontFamily: "Roboto";
	--fontFamilyHeading: "MerriweatherSerif";

	--fillColorGreen: #006c66;
	--fillColorBlack: #000;

	--fillGrey: #666;

	--textColor: #000;
	--textColorBold: #494949;
	--textColorH1: #006c66;

	--linkColor: #006c66;

	--ftTopBgColor: #006c66;
	--ftBgColor: #005555;
	--ftBdColor: #00534e;
}

@font-face {
	font-family: "MerriweatherSerif";
	src: url("../../fonts/merriweather-v22-latin-ext_latin-regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Roboto";
	src: url("../../fonts/roboto-v20-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "RobotoItalic";
	src: url("../../fonts/roboto-v20-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300italic.woff2") format("woff2");
	font-weight: 300;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family: "RobotoBold";
	src: url("../../fonts/roboto-v20-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "RobotoBoldItalic";
	src: url("../fonts/roboto-v20-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700italic.woff2") format("woff2");
	font-weight: 700;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family: "mpg_iconsregular";
	src: url("../../fonts/mpg_icons-webfont.woff") format("woff");
	font-weight: 700;
	font-style: italic;
	font-display: swap
}

* {
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;
}

html,
body {
	background-color: #fff;
}

p {
	padding: 5px 0;
}

ul,
ol {
	padding: 5px 0 5px 25px;
}

#wrapper {
	margin: 0 auto;
	margin-bottom: 0;
	max-width: 900px;
	overflow: hidden;

	/*border: 1px solid var(--ftBdColor);*/

	font-family: var(--fontFamily);
	font-size: 20px;
	line-height: 34px;

	border: solid 1px var(--ftBdColor);
	border-image: linear-gradient(
		to bottom, #eeeeee, var(--ftTopBgColor) 100%
	) 0 100 0 100;
}

h2:empty,
div:empty,
p:empty,
section:empty {
	display: none;
}

strong {
	font-family: "RobotoBold";
	color: var(--textColorBold);
}

a[href^="tel:"] {
	white-space: nowrap;
}
a {
	color: var(--linkColor);
	text-decoration: underline;
}
a:hover {
	color: var(--textColor);
	text-decoration: underline;
}

body {
	color: var(--textColor);
}

header {
	background-color: rgb(238, 238, 238);
	min-height: 180px;
	/*height: calc(100vw * 250 / 1920);*/
	/* min-height: 200px; */
	/* display: block; */
}

header a {
	/* position: absolute; */
	/* top: 50px; */
	right: 35px;
	display: block;
	float: right;
	/* width: 333.333px; */
	max-width: 333.333px;
	width: 60%;
	margin: 50px 0;
}
header a svg {
	width: 100%;
}

header img#imgHeader {
	position: relative;
	/* top: 200px; */
	/* margin-bottom: 150px; */
	width: 100%;
}

main {
	/* padding: 45px; */
	padding: 0;


}
main &gt; div {
	padding: 5% 5% 0;
}

main section div h2 {
	margin-top: 20px;
}

section {
	margin-bottom: 20px;
}
/* #claim {
	margin-top: 20px;
} */

section:last-of-type {
	margin-bottom: 0;
}

h1, h2, h3 {
	font-family: var(--fontFamilyHeading);
	font-weight: 400;
	color: var(--textColorH1);
	margin-bottom: 10px;
}

h2 {
	margin-bottom: 0;
}

h1 {
	font-size: 32px;
	line-height: 40px;
}

h1 small {
	display: block;
	font-size: 18px;
	line-height: 25px;
}

h2 {
	font-size: 18px;
	line-height: 25px;
}

h3 {
	font-size: 28px;
	line-height: 32px;
}

p, li {
	font-size: 17px;
	line-height: 25px;

}

main p, main li {
	color: #333;
}

footer {
	margin-top: -2px;
}

footer p {
	color: #efefef;
}
footer section &gt; div &gt; a {
	text-decoration: none;
	font-size: 16px;
}
.nowrap {
	white-space: nowrap;
}

section p a,
section li a {
	text-decoration-color: rgb(0, 33, 31);
	text-underline-offset: -1.6px;
	text-underline-position: under;
	/*text-decoration-style: dotted;*/
	text-decoration-thickness: 1px;


	transition-delay: 0;
	transition-duration: 0.4s;
	transition-property: color;
	transition-timing-function: ease;
}

section p a:hover,
section li a:hover {
	text-decoration-thickness: 2px;
	text-decoration-style: solid;
	transition: color .25s ease;
}
/*
section p a::before,
section li a::before,
footer #end p::before {
	display: inline-block;
	padding-left: .2em;
	padding-right: .1em;
	-webkit-font-smoothing: antialiased;
	font-family: "mpg_iconsregular";
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	vertical-align: middle;
}

section p a[href^="https:"]::before,
section li a[href^="https:"]::before  {
	padding-top: .1rem;
	padding-right: .2rem;
	transform: rotate(-45deg) translate(0, -0.15em);
	content: "\F002" !important;
	font-size: .85rem;
}

section p a[href^="mailto:"]::before,
section li a[href^="mailto:"]::before  {
	content: "\F014" !important;
	font-size: 1.6rem;
	padding-left: .02rem;
}
*/

#application p a {
	/*text-decoration: none;*/
}

section p a {
	/*white-space: nowrap;*/
}

ul {
	padding-left: 17px;
}

li::marker {
	color: var(--ftBgColor);
}

#introduction {
	margin-top: -5px;
	/* margin-left: -45px; */
	/* margin-right: -45px; */
	padding: 5%;
	padding-bottom: 35px;
	background-color: rgb(238, 238, 238);
}

#introduction div#introFacts {
	position: absolute;
	bottom: -15px;
	right: 5%;
	padding-left: 8px;
	padding-right: 8px;
	background-color: var(--fillGrey);
	color: #fff;
	width: fit-content;

}

#introduction div#introFacts p {
	font-family: "RobotoBold";
	text-transform: uppercase;
	color: #fff;
}

#claim h2 {
	color: var(--textColorBold);
}

#title h1 {
	margin-top: 30px;
}
.upper,
#jobId {
	text-transform: uppercase;
}

svg#triangle {
	width:100%;
	height:2em;
	overflow:visible;
	/*fill: var(--ftBgColor);*/
	line-height: 0;
}

footer section p a[href^="https:"],
footer section li a[href^="https:"] {
	/*text-decoration: none !important;*/
}

footer section p a[href^="https:"]::before,
footer section li a[href^="https:"]::before {
	/*text-decoration: none !important;*/
}

footer {
	margin-top: -9px;
	border-left: solid 1px var(--linkColor);
	color: #fff !important;
	background-color: #006d66;
}

footer h2,
footer strong,
footer a {
	color: #fff !important;
	text-decoration-color: #fff !important;
}

footer section {
	padding: 3% 5% 0%;
	/* padding-top: 30px;
	margin-left: 45px;
	margin-right: 45px; */
}

footer #social {
	margin-top: 36px;
	margin-bottom: 25px;
}
#xing {
	margin-right: 14px;
}

footer #social a {
	text-decoration: none;
	cursor: pointer;
}

footer #social svg {
	width: 30px;
	margin-right: 3px;
}

footer #apply {
	float: right;
	background-color: var(--ftBgColor);
	/* border: 1px solid #07a59e; */
	/* text-align: center; */
	z-index: 100;
	/* border: none; */
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
}

footer #apply a {
	color: #fff;
	line-height: 24px;
	font-size: 13px;
	/*text-decoration: none;*/
	display: block;
	width: 200px;
	/* height: 40px;; */
	text-align: center;
	/* padding-left: 50px; */
	padding: 7px 0 7px;
	padding-left: 0;
	/* top: 12px; */
	font-family: "MerriweatherSerif";
}

footer #end {
	background-color: var(--ftBgColor);
	/* height: 100px; */
	padding: 30px 5% 20px;
	color: #fff;
	/* text-align: right; */
	margin-top: 20px;
}

footer &gt; a {
	float: right;
	z-index: 100;
	font-size: 14px;
/*	text-decoration: none; */
	margin: 40px 40px 0 0;
	text-decoration-color: #fff;
}

footer #end svg {
	max-height: 50px;
	max-width: 305px;
	width: 80%;
}

footer .bewerbungslink {
/*	text-decoration: none;*/
}

/* #application {
	display: block;
	width: 100%;
} */
#grid {
	display: grid;
	grid-template-columns: 60% 40%;
	grid-gap: 20px;
	align-items: start;
}
#grid #apply {
	justify-self: end;
	right: 20px;
}

@media all and (min-width: 650px) {
/*
	#claim {
		max-width: 60%;
	}
		*/
	/* #application &gt; div {
		max-width: 60%;
	} */
}
@media all and (max-width: 650px) {
	header a {
		margin: 25px 0;
		margin-bottom: 0;
	}

	header {
		/*min-height: 180px;*/
		min-height: 180px;
	}

	header:has(img) {
		min-height: 120px;
	} 

	#claim {
		margin-top: 25px
	}
	main {
		/* padding: 25px; */
		padding-bottom: 0;
	}

	footer #apply {
		/* margin-top: 20px; */
		/* display: block; */
		float: none;
		display: inline-block;
		margin: 20px 0
	}

	.side {
		flex-direction: column;
	}

	#introduction div#introFacts p {
		font-size: 16px;
	}
	#grid {
		grid-template-columns: 100%;
	}
	#grid #apply {
		justify-self: start;
		right: auto;
	}
}

@media all and (max-width: 485px) {
	header a {
		margin: 15px 0;
	}
	/* h1 {
		font-size: 26px;
		line-height: 38px;
	}

	h2 {
		font-size: 20px;
		line-height: 32px;
	}

	h3 {
		font-size: 20px;
		line-height: 28px;
	}

	p, li {
		font-size: 18px;
		line-height: 26px;
	} */
}

@media print {
	@page {
        size: 1000px 1414px;
        /* size: 1000px 2650px; */
    }
}</pre></body></html>