<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Nur Ã„nderungen kommen hier rein
*/
/*
reset styles from main.css
*/
header {
	min-height: inherit;
	background-color: inherit;
}

header img#imgHeader {
	width: auto;
}

/*
overide styles
*/
:root {
	--darkBlue: rgb(41, 72, 93);
	--midBlue: rgb(0, 102, 153);
}

@font-face {
	font-family: 'Merriweather';
	src: url(../../../../fonts/Merriweather-v30.woff2) format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'MerriweatherBold';
	src: url(../../../../fonts/Merriweather-Bold-v30.woff2) format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

ul li::marker {
	color:  rgb(0, 68, 95);
}

main a {
	color: rgb(41, 71, 93);
}

#wrapper {
	max-width: 960px;
	margin-bottom: 50px;
}

.side {
	display: flex;
	justify-content: space-between;
}

.left, .right {
	width: 50%;
}

.left {
	padding-right: 3%;
	border-right: 3px solid #a0a0a0;
}

.right {
	padding-left: 3%;
}

.bottomMg {
	margin-bottom: 40px;
}

#movie {
	margin-bottom: 40px;
}

#movie iframe {
	width: 100%;
	aspect-ratio: 19/8;
}

header #headerTop {
	padding-top: 4%;
	padding-bottom: 3%;
	background-image: url(../../../../img/top-img.png);
	background-size: 100% 100%;
	z-index: 1;
}

header #headerTop a {
	padding-left: 5%;
	float: none;
	right: auto;
	display: block;
	margin: 0;
	max-width: 540px;
	width: 60%;
}

header #headerTop a img {
	width: 140%;
	margin-bottom: 25px;
}

header #imgHeader {
	margin-top: -5.4%;
	font-size: 0;
	line-height: 0;
}

header #imgHeader::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	
}

.colorKlinik:before {
	background-color: #83adbf;  /* MFA/MTA? */
}

.colorPflege:before {
	background-color: #578fcc;
}

.colorIT::before {
	background-color: #d6aa75;
}

.colorVerwaltung::before {
	background-color: #9a9bca;
}

.colorVerwaltungOrange {
	background-color: #f6a70a;
}

.colorVerwaltungBlau {
	background-color: #81aebe;
}

.colorKaufmÃ¤nnisch {
	background-color: #98b1ad;
}

.colorForschung::before {
	background-color: #e1c572;
}

.colorForschungKlinik {
	background-color: #9bc9c2;
}

.colorTagklinik::before {
	background-color: #e393ab;
}
.colorErgo::before {
	background-color: #dda49e;
}

.colorTagklinikBlau::before {
	background-color: #77e3fb;
}


header #imgHeader img {
	margin-top: -6.5%;
	margin-left: 17.5%;
	margin-right: 17.5%;
	width: 66.1%;
	max-width: 808px;
	z-index: 900;
}

#xing {
	margin-right: 0;
}


h1 {
	color: rgb(0, 68, 95);
	font-family: MerriweatherBold;
}

h1 small {
	display: block;
	margin-top: 25px;
	margin-bottom: 22px;
	font-family: Merriweather;
	font-weight: 400;
	color: rgb(160, 160, 160);
	font-size: 22px;
	line-height: 30.8px;
}

h2, h3 {
	color: rgb(0, 68, 95);
	font-family: Merriweather;
}

h2 {
	margin-bottom: 6px;
	font-size: 24px;
	line-height: 36px;
}

main p,
main li {
	line-height: 28px;
	color: #333 !important;
}

#introduction {
	padding-top: 30px;
	background-color:  rgb(41, 72, 93) !important;
}

/*
muss noch fÃ¼r Responive angepasst werden. Ãœberlappt den Introtext wenn der Claim mehrzeilig wird. 
Introduction CSS umbauen:
- die IntroFacts mÃ¼ssen auÃŸerhalb der Introduction liegen sonst gibt es Probleme wenn kein Text vorhanden ist
- das muss inder main.css und im Basistemplate umgesetzt werden
*/
div#introFacts {
	background-color: var(--darkBlue);
}

div#introFacts p {
	text-transform: none;
}

#audit {
	width: 120px;
	margin-right: 20px;
	margin-bottom: 2.5px;
	float: left;
}

#apply {
	display: block;
	margin: 30px 0;
	margin-bottom: 50px;
	padding: 12.5px 30px;
	width: fit-content;
	max-height: 64px;

	background-color: var(--darkBlue);
	border: 1px solid var(--midBlue);

	color: #fff;
	text-decoration: none;
	font-family: MerriweatherBold;
}

#apply:hover {
	background-color: var(--midBlue);
	border: 1px solid var(--darkBlue);
	transition: ease-in 0.2s;
	transition: ease-out 0.1s;
}

#social {
	margin-top: 44px;
}

#social h2 {
	display: inline-block;
	bottom: 6.5px;
	right: 14px;
}

footer {
	background-color: var(--darkBlue);
	color: #fff
}

footer .footerTop,
footer .footerBottom {
	padding: 4% 5%;
}

footer .footerBottom {
	padding-top: 90px;
	background-image: url(../../../../img/bottom-img.png);
	background-size: 100% 100%;
	text-align: right;;
}

@media screen and (max-width: 700px) {
	header #headerTop a {
		width: 40%;
	}

	header #imgHeader {
		margin-top: -7.5%;
	}
}

@media screen and (max-width: 650px) {
	.left, .right {
		width: 100%;
	}

	.left {
		padding-right: 0;
		border: none;
	}

	.right {
		padding-left: 0;
	}

	.bottomMg {
		margin-bottom: 0;
	}

	#apply {
		margin-bottom: 0px;
	}
	#social {
		left: 14px;
	}
}

@media screen and (max-width: 550px) {
	footer #footerBottom {
		padding-top: 130px;
	}
}</pre></body></html>