<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h1 {
	margin: 0px 15px 0 15px;
	font-weight: normal;
	font-size: 26px;
	line-height: 38px;
	text-align: left;
}
h2 {
	margin: 0px 15px 0 15px;
	font-weight: normal;
	font-size: 22px;
	line-height: 34px;
	text-align: left;
}
p, ul {
	margin: 0;
	text-align: justify;
	line-height: 26px;
	padding-left: 20px;
	hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
}
ol {
	line-height: 1.5em;
	padding:0.5em 1em 0.5em 2em;
	list-style-type: circled-decimal;
	hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
}
@counter-style circled-decimal {
	system: fixed 0;
	symbols: '\24EA' '\2460' '\2461' '\2462' '\2463' '\2464' '\2465' '\2466' '\2467' '\2468' '\2469' '\246A' '\246B' '\246C' '\246D' '\246E' '\246F' '\2470' '\2471' '\2472' '\2473' '\3251' '\3252' '\3253' '\3254' '\3255' '\3256' '\3257' '\3258' '\3259' '\325a' '\325b' '\325c' '\325d' '\325e' '\325f' '\32b1' '\32b2' '\32b3' '\32b4' '\32b5' '\32b6' '\32b7' '\32b8' '\32b9' '\32ba' '\32bb' '\32bc' '\32bd' '\32be' '\32bf';
	/* symbols: 'â“ª' 'â‘&nbsp;' 'â‘¡' 'â‘¢' 'â‘£' 'â‘¤' 'â‘¥' 'â‘¦' 'â‘§' 'â‘¨' 'â‘©' 'â‘ª' 'â‘«' 'â‘¬' 'â‘­' 'â‘®' 'â‘¯' 'â‘°' 'â‘±' 'â‘²' 'â‘³' 'ã‰‘' 'ã‰’' 'ã‰“' 'ã‰”' 'ã‰•' 'ã‰–' 'ã‰—' 'ã‰˜' 'ã‰™' 'ã‰š' 'ã‰›' 'ã‰œ' 'ã‰' 'ã‰ž' 'ã‰Ÿ' 'ãŠ±' 'ãŠ²' 'ãŠ³' 'ãŠ´' 'ãŠµ' 'ãŠ¶' 'ãŠ·' 'ãŠ¸' 'ãŠ¹' 'ãŠº' 'ãŠ»' 'ãŠ¼' 'ãŠ½' 'ãŠ¾' 'ãŠ¿'; */
	suffix: ' ';
}
br.cb {
	clear: both;
}
.centeralign {
	text-align: center;
}
.anchor {
	width: 200px;
	margin-bottom: 25px;
	display: inline-block;
}
.normaltext {
	margin: 5px 15px 0 10px;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
}
.headlinetext {
	margin: 0px 15px 0 15px;
	font-weight: normal;
	font-size: 30px;
	line-height: 38px;
	text-align: left;
}
.coloredtext {
	padding: 5px 5px 0 10px;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	background: #345e7d;
	color: #ffffff;
	border-radius: .5em;
	hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
}
.colored {
	background: #345e7d;
	color: #ffffff;
}
.link_black {
	color: black;
}
img {
	border: none;
}
.img_portrait {
	width: 380px;
	text-align: center;
	border-radius: .5em;
}
.img_and_text80 {
	margin-left: 20px;
	margin-right: 20px;
	float: right;
	clear: right;
	width: 240px;
	border-radius: .5em;
}
.wrapper {
	background: #345e7d;
	margin: 0 auto;
	padding: 0 0 0 0;
}
/* Page */
.page {
	margin: 50px auto 0 auto;
	padding: 20px 10px 0px 10px;
}
/* Part */
.part {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex: 1;
}
.part &gt; .sideblock {
	border: 0;
	flex: 0 0 30px;
	order: -1;
}
.part &gt; .col2 {
	border: 0;
	flex: 1 1 450px;
}
.part &gt; .col3 {
	border: 0;
	flex: 1 1 360px;
	margin: 0;
}
.part &gt; .col_all {
	flex: 1;
}
.sideblock, .col2, .col_all {
	padding-left: 0.7em;
	padding-right: 0.3em;
	padding-top: 0.7em;
	padding-bottom: 0.3em;
}

/* Footer */
#footer {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	min-height: 22px;
	padding: 5px 0 0 0;
	background: #b7b7b7 left top;
	clear: both;
	color: #353535;
}
/* images in flex container: 316 x 181px */
.competence-container {
	display: flex;
	flex-wrap: wrap;
}
.competence-container&gt;div {
	flex: 1 1 250px;
	padding: 0px;
}
/* mobile devices */
@media all and (max-width: 880px) {
	.wrapper {
		background: #345e7d;
		margin: 0;
		padding: 0;
	}
	.page {
		width: 100%;
	}
	.page &gt; ul {
		padding-left: 10px;
	}
	/* Page part */
	.part {
		padding: 10px 0px 0px 0px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.part &gt; .sideblock {
		max-width: 30px;
	}
	.part &gt; .col2 {
		max-width: 90%;
	}
	.part &gt; .col3 {
		max-width: 80%;
	}
	.part &gt; .col_all {
		max-width: 95%;
	}
}
</pre></body></html>