/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */ html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; } /** * Add the correct display in IE 9-. */ article, aside, footer, header, nav, section { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */ figcaption, figure, main { /* 1 */ display: block; } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * 1. Remove the bottom border in Chrome 57- and Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], /* 1 */ [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */ details, /* 1 */ menu { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Scripting ========================================================================== */ /** * Add the correct display in IE 9-. */ canvas { display: inline-block; } /** * Add the correct display in IE. */ template { display: none; } /* Hidden ========================================================================== */ /** * Add the correct display in IE 10-. */ [hidden] { display: none; }
@font-face{
	font-family:"Mark W01 Regular";
	font-style: normal;
	font-weight: 400;
	src:url("../_fonts/5423483/230b3c63-b497-421b-ae7d-182024bef8ac.eot?#iefix");
	src:url("../_fonts/5423483/230b3c63-b497-421b-ae7d-182024bef8ac.eot?#iefix") format("eot"),url("../_fonts/5423483/ec598369-4d91-4a16-9db3-6654f68d3c28.woff2") format("woff2"),url("../_fonts/5423483/90214997-3760-4b80-a23b-fec02ab55fac.woff") format("woff"),url("../_fonts/5423483/118e930e-1f56-4131-aee9-236212c0a10b.ttf") format("truetype");
}
@font-face {
	font-family:"Mark W01 Bold";
	font-style: normal;
	font-weight: 400;
	src:url("../_fonts/5423411/8706c0b6-b423-44f7-ae1a-dd0aabd8a542.eot?#iefix");
	src:url("../_fonts/5423411/8706c0b6-b423-44f7-ae1a-dd0aabd8a542.eot?#iefix") format("eot"),url("../_fonts/5423411/41c8162d-c2a6-49b0-8139-8bebab187588.woff2") format("woff2"),url("../_fonts/5423411/4fe94f2e-7892-4785-9663-0350a7adf8c0.woff") format("woff"),url("../_fonts/5423411/3a7daddb-0a78-4734-a699-6fe08d0e8b99.ttf") format("truetype");
}
@font-face {
	font-family:"Mark W01 Heavy";
	font-style: normal;
	font-weight: 400;
	src:url("../_fonts/5423371/577af866-3716-496a-bba3-11179c5a8812.eot?#iefix");
	src:url("../_fonts/5423371/577af866-3716-496a-bba3-11179c5a8812.eot?#iefix") format("eot"),url("../_fonts/5423371/1ab8369b-873d-483f-a927-464e1d16e1d4.woff2") format("woff2"),url("../_fonts/5423371/d55eb20c-e9fb-4911-91af-30bb4442c36c.woff") format("woff"),url("../_fonts/5423371/dd938bb8-1c33-4dac-969a-c80bc853855b.ttf") format("truetype");
}

@media only screen {
/*****************************************************************************/

/*

COLORS:

_ #00577b ... blue
_ #a9aaac ... gray 1
_ #707070 ... gray 2
_ #efefef ... gray 3 (super-bright)


FONTS:

font-family: 'Mark W01 Regular', sans-serif;
font-family: 'Mark W01 Bold', sans-serif;
font-family: 'Mark W01 Heavy', sans-serif;
font-weight: 400;

*/

/* ==========================================================================
   BASICS
   ========================================================================== */

html, body {
	position: absolute;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	/*min-height: 100%;*/
	min-height: calc(100vh + 1px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 1;
}

body {
	background-color: #fff;
	font-family: 'Mark W01 Regular', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	color: #707070;
	text-align: center;

	font-variant-numeric: proportional-nums;
	-webkit-font-feature-settings: "onum" 1;
	-moz-font-feature-settings: "onum" 1;
	-moz-font-feature-settings: "onum=1";
	-ms-font-feature-settings: "onum" 1;
	-o-font-feature-settings: "onum" 1;
	font-feature-settings: "onum" 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	   -moz-box-sizing: inherit;
	        box-sizing: inherit;
	padding: 0;
	margin: 0;
}

::selection { color: #00577b; background-color: #fff; }

/* ==========================================================================
   LAYOUT
   ========================================================================== */

/* HEADER */

header {
	position: relative;
	width: 100%;
	max-width: 1400px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	z-index: 12;
}

header > div.logo {
	position: relative;
	width: 320px;
	max-width: 100%;
	height: auto;
	padding: 45px 0 40px 0;
	z-index: 1;
}

header > div.logo img {
	width: 100%;
	max-width: 320px;
	height: auto;
}

header > div.pict {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}

header > div.pict > picture,
header > div.pict > picture > img {
	width: 100%;
	height: auto;
}

header > div.pict > picture { margin-bottom: 0; }

header > nav.main {
	position: absolute;
	left: 320px;
	top: 0;
	width: calc(100% - 320px);
	height: calc(45px + 100px + 40px);
	text-align: right;
	z-index: 2;
}

header > nav.language {
	position: absolute;
	right: 0;
	top: 20px;
	width: auto;
	height: auto;
	z-index: 3;
}

header > nav.button {
	position: absolute;
	display: none;
	right: 0;
	top: 116px;
	width: auto;
	height: auto;
	z-index: 2;
}

/* MAIN */

main {
	position: relative;
	width: 100%;
	max-width: 1400px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	z-index: 11;
}

main > section {
	position: relative;
	width: 100%;
	height: auto;
	padding: 60px 0;
	font-size: 18px;
	line-height: calc(1em * (24 / 18));
	text-align: justify;
	border-top: 1px solid #707070;
}

main > section:nth-of-type(1) { border-top: 0; }

/* FOOTER */

footer {
	position: relative;
	width: 100%;
	max-width: 1400px;
	height: 90px;
	margin: 0 auto;
	text-align: left;
	border-top: 1px solid #707070;
	z-index: 12;
}

footer.fixed {
	position: fixed;
	left: calc(50% - (1400px / 2));
	bottom: 0;
}

footer > div, footer > nav {
	position: absolute;
	top: 10px;
	width: auto;
	height: auto;
}

footer > div.copyright {
	left: 0;
	font-family: 'Mark W01 Heavy', sans-serif;
	font-size: 15px;
	line-height: calc(1em * (20 / 15));
}

footer > nav.links { right: 0; }

/* ==========================================================================
   CONTENT
   ========================================================================== */

/* VIDEO 16:9 */

.video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	margin-bottom: 1.5em;
	overflow: hidden;
}

.jsNO .video { display: none; }

.video > video,
.video > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
}

/* MAP */

div.map {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100% !important;
	padding-bottom: 56.25% !important;
	overflow: hidden;
}

.jsNO div.map { display: none; }

div.map > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
}

/* ETC */

.fontColorBlue, .fontColorBlue h1 { color: #00577b; }

p.intro {
	font-family: 'Mark W01 Bold', sans-serif;
	font-size: 24px;
	line-height: calc(1em * (36 / 24));
	margin-bottom: 2em;
}

/* ==========================================================================
   HEADLINES
   ========================================================================== */

h1, .h1, h2, .h2 {
	position: relative;
	display: block;
	width: auto;
	font-family: 'Mark W01 Heavy', sans-serif;
	font-size: 42px;
	line-height: calc(1em * (42 / 42));
	letter-spacing: 0;
	color: #00577b;
	text-transform: none;
	margin: -10px 0 0.667em 0;
}

h1 > span, .h1 > span {
	display: block;
	font-family: 'Mark W01 Regular', sans-serif;
	font-size: 30px;
	line-height: calc(1em * (36 / 30));
	margin-top: 0;
}

h2, .h2 {
	font-size: 24px;
	line-height: calc(1em * (24 / 24));
	margin: 0 0 0.667em 0;
	/*
	padding-top: 8px;
	background: transparent url('../images/main/pixels/blue.png') scroll no-repeat left top;
	background-size: 124px 6px;
	*/
}

h2 > span, .h2 > span {
	display: block;
	font-family: 'Mark W01 Regular', sans-serif;
	font-size: 18px;
	line-height: calc(1em * (24 / 18));
	margin-top: 0;
}

div + h2, p + h2, ul + h2, ol + h2, h1 + h2,
div + h1, p + h1, ul + h1, ol + h1 { margin-top: 40px !important; }
h1.header + h2, h1.displayNO + h2 { margin-top: 0 !important; }

/* ==========================================================================
   LINKS
   ========================================================================== */

a,
a:link,
a:visited {
	text-decoration: none;
	border-bottom: 0;
}

main a,
main a:link,
main a:visited {
	color: #707070;
	text-decoration: none;
	border-bottom: 0.5px solid #707070;
}

body[data-pixelratio='1'] main a,
body[data-pixelratio='1'] main a:link,
body[data-pixelratio='1'] main a:visited {
	border-bottom-width: 1px;
}

main a:hover,
main a:focus,
main a:active,
main a:visited:hover,
main a:visited:focus,
main a:visited:active {
	color: #00577b;
	border-bottom-width: 1px;
	border-bottom-color: #00577b;
}

body[data-pixelratio='1'] main a:hover,
body[data-pixelratio='1'] main a:focus,
body[data-pixelratio='1'] main a:active,
body[data-pixelratio='1'] main a:visited:hover,
body[data-pixelratio='1'] main a:visited:focus,
body[data-pixelratio='1'] main a:visited:active {
	border-bottom-width: 2px;
}

a.borderNO,
a.borderNO:link,
a.borderNO:visited {
	border: 0 !important;
}

main a.borderNO,
main a.borderNO:link,
main a.borderNO:visited {
	border-bottom: 0 !important;
}

a.button {
	display: inline-block;
	font-family: 'Mark W01 Heavy', sans-serif;
	font-size: 12px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: center;
	color: #00577b !important;
	background-color: #fff;
	border: 1px solid #00577b !important;
	padding: 5px 10px 7px 10px;
	margin-right: 10px;
	border: 0;
}

a.button.lineW { min-width: 124px; }

a.button:hover,
a.button:focus {
	color: #fff !important;
	background-color: #00577b !important;
}

/* ==========================================================================
   LISTS
   ========================================================================== */

ul, ol, dl { position: relative; margin: 0 0 1em 0; }
ul > li, ol > li, dl > li { position: relative; }

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 22px;
}

ul > li { padding-top: 8px; }
ul > li:nth-of-type(1) { padding-top: 0; }

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 22px;
}

/* NO BULLETS */

ul.dotsNO {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

ul.dotsNO > li {
	padding-left: 0 !important;
}

/* CHECK */

ul.check {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

ul.check > li {
	padding: 10px 10px 10px 40px;
	background: transparent url('../images/main/etc/check@3x.png') scroll no-repeat left 7px;
	background-size: 30px 30px;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

/* HEADER > MAIN & BUTTON */

nav.main > ul {
	position: absolute;
	right: 0;
	bottom: 30px;
	display: inline-block;
	width: auto;
	height: auto;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

nav.main > ul > li {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0;
	padding-left: 20px;
}

nav.main > ul > li:nth-of-type(1) { padding-left: 0 !important; }

nav.button > a,
nav.button > a:link,
nav.button > a:visited,
nav.main > ul > li > a,
nav.main > ul > li > a:link,
nav.main > ul > li > a:visited {
	display: block;
	width: auto;
	height: auto;
	font-family: 'Mark W01 Heavy', sans-serif;
	font-size: 15px;
	line-height: 1em;
	letter-spacing: 1px;
	/*color: #a9aaac;*/
	color: #00577b;
	text-transform: uppercase;
	padding: 12px 0 6px 0;
	border-bottom: 6px solid #fff;
}

/*
nav.main > ul > li:hover > a,
nav.main > ul > li:focus > a,
*/
nav.button > ul > li > a:hover,
nav.button > ul > li > a:focus,
nav.button > ul > li > a:active,
nav.button > ul > li > a:visited:hover,
nav.button > ul > li > a:visited:focus,
nav.button > ul > li > a:visited:active,
nav.main > ul > li > a:hover,
nav.main > ul > li > a:focus,
nav.main > ul > li > a:active,
nav.main > ul > li > a:visited:hover,
nav.main > ul > li > a:visited:focus,
nav.main > ul > li > a:visited:active {
	color: #00577b !important;
	/*border-bottom-color: #00577b !important;*/
}

nav.button > ul > li.act > a,
nav.button > ul > li.act > a:link,
nav.button > ul > li.act > a:visited,
nav.button > ul > li.act > a:hover,
nav.button > ul > li.act > a:focus,
nav.button > ul > li.act > a:active,
nav.button > ul > li.act > a:visited:hover,
nav.button > ul > li.act > a:visited:focus,
nav.button > ul > li.act > a:visited:active,
nav.main > ul > li.act > a,
nav.main > ul > li.act > a:link,
nav.main > ul > li.act > a:visited,
nav.main > ul > li.act > a:hover,
nav.main > ul > li.act > a:focus,
nav.main > ul > li.act > a:active,
nav.main > ul > li.act > a:visited:hover,
nav.main > ul > li.act > a:visited:focus,
nav.main > ul > li.act > a:visited:active {
	color: #00577b !important;
	border-bottom-color: #00577b !important;
}

/* HEADER > LANGUAGE */

nav.language > ul {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

nav.language > ul > li {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0;
	padding-left: 20px;
}

nav.language > ul > li:nth-of-type(1) { padding-left: 0 !important; }
/*nav.language > ul > li:nth-of-type(3) { display: none; }*/

nav.language > ul > li > a,
nav.language > ul > li > a:link,
nav.language > ul > li > a:visited {
	display: block;
	width: auto;
	height: auto;
	font-family: 'Mark W01 Heavy', sans-serif;
	font-size: 15px;
	line-height: 1em;
	letter-spacing: 1px;
	color: #a9aaac;
	text-transform: uppercase;
	padding: 12px 0 6px 0;
	border-bottom: 6px solid #fff;
}

/*
nav.language > ul > li:hover > a,
nav.language > ul > li:focus > a,
*/
nav.language > ul > li > a:hover,
nav.language > ul > li > a:focus,
nav.language > ul > li > a:active,
nav.language > ul > li > a:visited:hover,
nav.language > ul > li > a:visited:focus,
nav.language > ul > li > a:visited:active {
	color: #00577b !important;
}

nav.language > ul > li.act > a,
nav.language > ul > li.act > a:link,
nav.language > ul > li.act > a:visited,
nav.language > ul > li.act > a:hover,
nav.language > ul > li.act > a:focus,
nav.language > ul > li.act > a:active,
nav.language > ul > li.act > a:visited:hover,
nav.language > ul > li.act > a:visited:focus,
nav.language > ul > li.act > a:visited:active {
	color: #00577b !important;
}

/* FOOTER > LINKS */

nav.links > ul {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

nav.links > ul > li {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0;
	padding-left: 20px;
}

nav.links > ul > li:nth-of-type(1) { padding-left: 0 !important; }

nav.links > ul > li > a,
nav.links > ul > li > a:link,
nav.links > ul > li > a:visited {
	display: block;
	width: auto;
	height: auto;
	font-weight: 400;
	font-size: 15px;
	line-height: calc(1em * (20 / 15));
	color: #707070;
	text-transform: none;
	padding: 0;
}

/*
nav.links > ul > li:hover > a,
nav.links > ul > li:focus > a,
*/
nav.links > ul > li > a:hover,
nav.links > ul > li > a:focus,
nav.links > ul > li > a:active,
nav.links > ul > li > a:visited:hover,
nav.links > ul > li > a:visited:focus,
nav.links > ul > li > a:visited:active {
	color: #00577b !important;
}

nav.links > ul > li.act > a,
nav.links > ul > li.act > a:link,
nav.links > ul > li.act > a:visited,
nav.links > ul > li.act > a:hover,
nav.links > ul > li.act > a:focus,
nav.links > ul > li.act > a:active,
nav.links > ul > li.act > a:visited:hover,
nav.links > ul > li.act > a:visited:focus,
nav.links > ul > li.act > a:visited:active {
	color: #00577b !important;
}

/* SITEMAP */

nav.sitemap > ul {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

nav.sitemap > ul > li {
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3);
	padding: 10px 10px 10px 40px;
	background: transparent url('../images/main/etc/check@3x.png') scroll no-repeat left 7px;
	background-size: 30px 30px;
}

/* ==========================================================================
   GENERAL
   ========================================================================== */

.jsNO .jsNO { display: block; }
.jsOK .jsNO { display: none; }

.jsNO .jsOK { display: none; }
.jsOK .jsOK { display: block; }

.clear { clear: both; display: block; height: 0; width: 0; overflow: hidden; }
.displayNO { display: none !important; }
.wrapNO { white-space: nowrap; }
.fontNO, .fontSize0 { font-size: 0; line-height: 0; }
.hyphenOK { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; /*word-wrap: break-word;*/ word-wrap: normal; }

hr {
	width: 100%;
	height: 0;
	margin: 40px auto;
	border: 0;
	border-top: 0.5px solid #ccc;
	opacity: 1;
}
body[data-pixelratio='1'] hr { border-top-width: 1px; }

div.distance,
div.space {
	position: relative;
	width: 100%;
	height: 40px;
	overflow: hidden;
	background-color: transparent;
}

.textAlignLeft { text-align: left !important; }
.textAlignCenter { text-align: center !important; }
.textAlignRight { text-align: right !important; }
.textAlignBlock { text-align: justify !important; }

.textCaseUpper { text-transform: uppercase !important; }
.textCaseLower { text-transform: lowercase !important; }

.paddingTopZero { padding-top: 0 !important; }
.paddingBottomZero { padding-bottom: 0 !important; }
.marginTopZero { margin-top: 0 !important; }
.marginBottomZero { margin-bottom: 0 !important; }

p, .p { margin: 0 0 1em 0; }
p:last-child, ul:last-child, ol:last-child { margin-bottom: 0; }

table { position: relative; width: 100%; border-width: 0; margin: 0 0 1.5em 0; border-collapse: collapse; empty-cells: hide; }
th, td { background-color: transparent; vertical-align: top; }

table.center { width: 100%; height: 100%; margin: 0; }
table.center > tbody > tr > td { width: 100%; height: 100% !important; text-align: center; vertical-align: middle; }

picture, figure { position: relative; display: block; width: 100%; margin: 0; margin-bottom: 40px; font-size: 0; line-height: 0; }
figure > figcaption { display: block; width: 100%; margin: 0; padding: 0; opacity: 1; font-size: 50%; line-height: 1.5em; text-transform: uppercase; }
img { border: 0; height: auto; max-width: 100%; }

video {
	position: relative;
	width: 100%;
	height: auto;
	border: 0;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-appearance: none;
}

strong { font-weight: 400; font-family: 'Mark W01 Bold', sans-serif; }
em, i { font-style: normal; }

pre, code { font-family: "Courier New", Courier, monospace; }
address { font-style: normal; margin: 0 0 1.5em 0; }
acronym, abbr { border-bottom: 1px dashed #000; cursor: help; }
blockquote, cite { margin: 0 0 1.5em 0; width: auto; }

sup, sub {
	font-size: 75%;
	position: relative;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
}
sup { bottom: 1ex; }
sub { top: .5ex; }

iframe { margin-bottom: 1.5em; border: 0; }

/* ==========================================================================
   SUBCOLUMNS
   ========================================================================== */

div.subcolumns {
	position: relative;
	left: -40px;
	width: calc(100% + 40px);
	height: auto;
	/*margin-bottom: 80px;*/
	margin-bottom: 1.5em;
}

div.subcolumns.contact { margin-bottom: 0; }
div.subcolumns.person { margin-bottom: 0; }

div.subcolumns > div.col {
	position: relative;
	margin-left: 40px;
}

div.subcolumns > div.col.left { float: left; }
div.subcolumns > div.col.right { float: right; }

div.subcolumns > div.col.c1 { width: calc(100% / 12 * 1 - 40px); }
div.subcolumns > div.col.c2 { width: calc(100% / 12 * 2 - 40px); }
div.subcolumns > div.col.c3 { width: calc(100% / 12 * 3 - 40px); }
div.subcolumns > div.col.c4 { width: calc(100% / 12 * 4 - 40px); }
div.subcolumns > div.col.c5 { width: calc(100% / 12 * 5 - 40px); }
div.subcolumns > div.col.c6 { width: calc(100% / 12 * 6 - 40px); }
div.subcolumns > div.col.c7 { width: calc(100% / 12 * 7 - 40px); }
div.subcolumns > div.col.c8 { width: calc(100% / 12 * 8 - 40px); }
div.subcolumns > div.col.c9 { width: calc(100% / 12 * 9 - 40px); }
div.subcolumns > div.col.c10 { width: calc(100% / 12 * 10 - 40px); }
div.subcolumns > div.col.c11 { width: calc(100% / 12 * 11 - 40px); }
div.subcolumns > div.col.c12 { width: calc(100% / 12 * 12 - 40px); }

.columns-2 {
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
	-webkit-column-gap: 40px;
	   -moz-column-gap: 40px;
	        column-gap: 40px;
}

.columns-3 {
	-webkit-column-count: 3;
	   -moz-column-count: 3;
	        column-count: 3;
	-webkit-column-gap: 40px;
	   -moz-column-gap: 40px;
	        column-gap: 40px;
}

/*****************************************************************************/
}



/* @1.5x */
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and ( min--moz-device-pixel-ratio: 1.5),
only screen and ( -o-min-device-pixel-ratio: 1.5/1),
only screen and ( min-device-pixel-ratio: 1.5),
only screen and ( min-resolution: 144dpi),
only screen and ( min-resolution: 1.5dppx) {
/*****************************************************************************/

/*****************************************************************************/
}



/* @2x */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {
/*****************************************************************************/

/*****************************************************************************/
}



/* IE 10/11 */
@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}

@media screen and (max-width: 1479px) {
/*****************************************************************************/

/* HEADER */
header { width: calc(100% - (2 * 40px)); }

/* MAIN */
main { width: calc(100% - (2 * 40px)); }

/* FOOTER */
footer { width: calc(100% - (2 * 40px)); }
footer.fixed { left: 40px; }

/*****************************************************************************/
}



@media screen and (max-width: 1299px) {
/*****************************************************************************/

/* HEADER */
header > div.logo { padding-bottom: 20px; }
header > nav.main { position: relative; left: -40px; width: calc(100% + 40px); height: auto; padding-bottom: 40px; }
nav.main > ul { position: relative; bottom: auto; top: 0; }

/*****************************************************************************/
}



@media screen and (max-width: 969px) {
/*****************************************************************************/

/* HEADER */
header > div.logo { padding-bottom: 45px; }
header > nav.main { display: none; }
.pageSitemapOK header > nav.main { display: block; left: 0; width: 100%; text-align: left; }
/*nav.language > ul > li:nth-of-type(3) { display: inline-block; }*/
header > nav.button { display: block; }

/* NAVIGATION */
nav.main > ul { display: block; right: auto; left: 0; bottom: auto; top: 0; width: 100%; }
nav.main > ul > li {
	display: block;
	width: 100%;
	padding-left: 0;
	background: transparent url('../images/main/pixels/blue.png') scroll no-repeat left top;
	background-size: 124px 6px;
}
nav.main > ul > li > a,
nav.main > ul > li > a:link,
nav.main > ul > li > a:visited {
	display: inline-block;
	font-size: 24px;
	line-height: calc(1em * (24 / 24));
	text-transform: none;
	letter-spacing: 0;
	padding: 8px 0 16px 0;
	margin-bottom: 0.667em;
	border-bottom: 0;
}

/* SUBCOLUMNS */
div.subcolumns.person { left: 0; width: 100%; }
div.subcolumns.person > div.col { margin-left: 0; margin-top: 40px; }
div.subcolumns.person > div.col:nth-of-type(1) { margin-top: 0; }
div.subcolumns.person > div.col.left { float: none; }
div.subcolumns.person > div.col.right { float: none; }
div.subcolumns > div.col.c1, div.subcolumns > div.col.c2, div.subcolumns > div.col.c3, div.subcolumns > div.col.c4, div.subcolumns > div.col.c5, div.subcolumns > div.col.c6, div.subcolumns > div.col.c7, div.subcolumns > div.col.c8, div.subcolumns > div.col.c9, div.subcolumns > div.col.c10, div.subcolumns > div.col.c11, div.subcolumns > div.col.c12 { width: 100%; }

/* FONT-SIZES */
main > section { font-size: 16px; line-height: calc(1em * (27 / 18)); text-align: left; }
p.intro { font-size: 21px; line-height: calc(1em * (36 / 24)); }
h1, .h1 { font-size: 36px; line-height: calc(1em * (42 / 42)); }
h1 > span, .h1 > span { font-size: 24px; line-height: calc(1em * (36 / 30)); }
h2, .h2 { font-size: 21px; line-height: calc(1em * (24 / 24)); }
h2 > span, .h2 > span { font-size: 16px; line-height: calc(1em * (24 / 18)); }

/*****************************************************************************/
}



@media screen and (max-width: 749px) {
/*****************************************************************************/

/* NAVIGATION */
nav.sitemap > ul > li { width: calc(100% / 2); }

/* FOOTER */
footer { height: auto; padding: 10px 0 60px 0; }
footer > div, footer > nav { position: relative; top: 0; width: 100%; }
footer > nav.links { right: auto; left: 0; margin-top: 5px; }

/*****************************************************************************/
}



@media screen and (max-width: 599px) {
/*****************************************************************************/

/* FONT-SIZES */
/*main > section { font-size: 14px; line-height: calc(1em * (27 / 18)); text-align: left; }*/
p.intro { font-size: 18px; line-height: calc(1em * (36 / 24)); }
h1, .h1 { font-size: 32px; line-height: calc(1em * (42 / 42)); }
h1 > span, .h1 > span { font-size: 21px; line-height: calc(1em * (36 / 30)); }
h2, .h2 { font-size: 18px; line-height: calc(1em * (24 / 24)); }
h2 > span, .h2 > span { font-size: 14px; line-height: calc(1em * (24 / 18)); }
footer > div.copyright { font-size: 12px; line-height: calc(1em * (20 / 15)); }
nav.main > ul > li > a,
nav.main > ul > li > a:link,
nav.main > ul > li > a:visited {
	font-size: 21px;
	line-height: calc(1em * (24 / 24));
}
nav.links > ul > li > a,
nav.links > ul > li > a:link,
nav.links > ul > li > a:visited {
	font-size: 13px;
	line-height: calc(1em * (20 / 15));
}

/*****************************************************************************/
}



@media screen and (max-width: 479px) {
/*****************************************************************************/

/* HEADER */
header { width: calc(100% - (2 * 20px)); }

/* MAIN */
main { width: calc(100% - (2 * 20px)); }
main > section { padding: 40px 0; }

/* FOOTER */
footer { width: calc(100% - (2 * 20px)); }
footer.fixed { left: 20px; }

/*****************************************************************************/
}



@media screen and (max-width: 439px) {
/*****************************************************************************/

/* HEADER */
header > div.logo { padding: 65px 0 45px 0; }
header > nav.language { right: auto; left: 0; top: 10px; }
header > nav.button { top: 10px; }

/*****************************************************************************/
}



@media screen and (max-width: 359px) {
/*****************************************************************************/

/* NAVIGATION */
nav.main > ul > li { background-size: calc(100% * (124 / 320)) 6px; }

/*****************************************************************************/
}



@media only screen {
/*****************************************************************************/

/* COLLAPSIBLE */

div.collapsible {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 20px;
}

div.collapsible:nth-of-type(1) { margin-top: 40px; }

.jsOK div.collapsible.act { padding-bottom: 20px; }
.jsOK div.collapsible:nth-last-of-type(1) { padding-bottom: 0 !important; }

.jsOK div.collapsible > h2 {
	display: inline-block;
	min-width: 124px;
	padding-top: 8px;
	background: transparent url('../images/main/pixels/blue.png') scroll no-repeat left top;
	background-size: 124px 6px;
	/*
	color: #707070;
	background-image: url('../images/main/pixels/gray.png');
	*/
}

.jsOK div.collapsible.act > h2,
.jsOK div.collapsible > h2:hover {
	cursor: pointer;
	/*
	color: #00577b;
	background-image: url('../images/main/pixels/blue.png');
	*/
}

.jsOK div.collapsible > div,
.jsOK div.collapsible > p,
.jsOK div.collapsible > ul,
.jsOK div.collapsible > ol {
	display: none;
}

.jsOK div.collapsible.act > * {
	display: block;
}

/* PERSON */

div.personWrapper {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

div.personWrapper > div {
	position: relative;
	width: 100%;
	height: auto;
}

div.personWrapper > div.pict,
div.personWrapper > div.line {
	font-size: 0;
	line-height: 0;
}

div.personWrapper > div.pict img {
	width: 100%;
	max-width: 440px;
	height: auto;
}

div.personWrapper > div.line {
	width: 124px;
	height: 7px;
	background-color: #00577b;
	margin-top: -7px;
	margin-bottom: 0;
}

div.personWrapper > div.text {
	padding-top: 4px;
}

/* QUOTE */

div.quoteWrapper {
	position: relative;
	width: 100%;
	height: auto;
}

div.quoteWrapper > div {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #00577b;
	color: #fff;
	text-align: center;
	padding: 30px;
	margin-top: 20px;
}

div.quoteWrapper > div:nth-of-type(1) { margin-top: 0; }

div.quoteWrapper > div > div {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
}

div.quoteWrapper > div > div.quote {
	font-family: 'Mark W01 Heavy', sans-serif;
	font-size: 24px;
	line-height: calc(1em * (27 / 24));
	margin-bottom: 15px;
}

div.quoteWrapper > div > div.name {
	font-family: 'Mark W01 Regular', sans-serif;
	font-size: 15px;
	line-height: 1em;
}

/* TILES */

div.tilesWrapper {
	position: relative;
	left: -40px;
	width: calc(100% + 40px);
	height: auto;
	margin-top: -20px;
	/*margin-top: 40px;*/
}

div.tilesWrapper > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3 - 40px);
	background-color: #efefef;
	padding: 20px 20px 24px 20px;
	/*margin: 0 0 40px 40px;*/
	margin: 40px 0 0 40px;
}

div.tilesWrapper > div > div.text {
	position: relative;
	width: 100%;
	height: auto;
}

div.tilesWrapper > div > div.text > h2,
div.tilesWrapper > div > div.text > h2 {
	margin-top: -5px;
}

div.tilesWrapper > div > div.link {
	display: none;
}

/* TEAM */

div.teamWrapper {
	position: relative;
	left: -40px;
	width: calc(100% + 40px);
	height: auto;
	margin-top: -20px;
}

div.teamWrapper > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3 - 40px);
	margin: 40px 0 0 40px;
}

div.teamWrapper.c3 > div { width: calc(100% / 4 - 40px); }
div.teamWrapper.c4 > div { width: calc(100% / 3 - 40px); }

div.teamWrapper > div > div {
	position: relative;
	width: 100%;
	height: auto;
}

div.teamWrapper > div > div.pict,
div.teamWrapper > div > div.line {
	font-size: 0;
	line-height: 0;
}

div.teamWrapper > div > div.pict img {
	width: 100%;
	max-width: 440px;
	height: auto;
}

div.teamWrapper > div > div.line {
	width: 124px;
	height: 7px;
	background-color: #00577b;
	margin-top: -7px;
	margin-bottom: 0;
}

div.teamWrapper > div > div.text {
	padding-top: 4px;
}

div.teamWrapper > div > div.link {
	display: none;
}

div.teamWrapper > div > div.pict > a,
div.teamWrapper > div > div.pict > a:link,
div.teamWrapper > div > div.pict > a:visited {
	border: 0 !important;
}

/* GENERAL: SLIDER */

div.sliderWrapper {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	z-index: 1;
}

div.sliderWrapper > div.itemsWrapper {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}

div.sliderWrapper > div.itemsWrapper > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
}

div.sliderWrapper > div.itemsWrapper > div:nth-child(1) { position: relative; }

div.sliderWrapper > div.itemsWrapper > div.act { z-index: 2; opacity: 1; }
div.sliderWrapper > div.itemsWrapper > div.fadeOut { z-index: 3 !important; }

div.sliderWrapper > div.itemsWrapper > div > div.pict {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	margin: auto;
	z-index: 1;
}

div.sliderWrapper > div.itemsWrapper > div:nth-child(1) > div.pict { position: relative; }

div.sliderWrapper > div.itemsWrapper > div > div.pict > picture {
	width: 100%;
	height: auto;
	margin-bottom: 0;
}

div.sliderWrapper > div.itemsWrapper > div > div.pict > picture > img {
	width: 100%;
	height: auto;
}

/*
.jsOK div.sliderWrapper > div.itemsWrapper > div > div.pict > picture > img {
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
}

.jsOK div.sliderWrapper:hover > div.itemsWrapper > div > div.pict > picture > img {
	-webkit-filter: grayscale(0%);
	        filter: grayscale(0%);
}
*/

div.sliderWrapper > div.arrow { display: none; }

/*
div.sliderWrapper > div.arrow {
	position: absolute;
	display: none;
	bottom: 0;
	width: 50%;
	height: 100%;
	background: transparent url() scroll no-repeat center center;
	background-size: 70px 128px;
	z-index: 3;
}

.jsOK div.sliderWrapper > div.arrow { display: block; }

div.sliderWrapper > div.arrowLeft.over {
	cursor: pointer;
	cursor: w-resize;
	cursor: url('../images/main/cursors/arrow-left_000_50x50.png') 25 25, w-resize;
	cursor: -webkit-image-set(url('../images/main/cursors/arrow-left_000_50x50.png') 1x, url('../images/main/cursors/arrow-left_000_100x100.png') 2x) 25 25, w-resize;
}
div.sliderWrapper > div.arrowRight.over {
	cursor: pointer;
	cursor: e-resize;
	cursor: url('../images/main/cursors/arrow-right_000_50x50.png') 25 25, e-resize;
	cursor: -webkit-image-set(url('../images/main/cursors/arrow-right_000_50x50.png') 1x, url('../images/main/cursors/arrow-right_000_100x100.png') 2x) 25 25, e-resize;
}

div.sliderWrapper > div.arrow.arrowLeft { left: 0; }
.jsOK div.sliderWrapper > div.arrow.arrowLeft { background-image: url('../images/graphics/gallery-arrow-left@3x.png'); background-position: left 0px center; }
div.sliderWrapper > div.arrow.arrowRight { right: 0; }
.jsOK div.sliderWrapper > div.arrow.arrowRight { background-image: url('../images/graphics/gallery-arrow-right@3x.png'); background-position: right 0px center; }
*/

div.sliderWrapper > div.dotsWrapper { display: none; }

/*
div.sliderWrapper > div.dotsWrapper {
	position: absolute;
	display: none;
	left: 0;
	top: 100%;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 10px;
	z-index: 4;
}

div.sliderWrapper > div.dotsWrapper > div {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.25;
	transition-duration: 1000ms;
	transition-property: opacity;
}

div.sliderWrapper > div.dotsWrapper > div.over,
div.sliderWrapper > div.dotsWrapper > div.act {
	opacity: 1;
}

div.sliderWrapper > div.dotsWrapper > div.over { cursor: pointer; }
*/

/*****************************************************************************/
}

/* CONTACT */
@media screen and (max-width: 1299px) {
	div.subcolumns.contact { left: 0; width: 100%; }
	div.subcolumns.contact > div.col { margin-left: 0; float: none !important; width: 100% !important; }
	div.subcolumns.contact > div.col:nth-of-type(1) { margin-bottom: 40px; }
}



/* TILES */
@media screen and (max-width: 1479px) {
	div.tilesWrapper > div { width: calc(100% / 2 - 40px); }
}
@media screen and (max-width: 999px) {
	div.tilesWrapper > div { width: calc(100% / 1 - 40px); }
}



/* TEAM */
@media screen and (max-width: 1279px) {
	div.teamWrapper.c3 > div { width: calc(100% / 3 - 40px); }
}
@media screen and (max-width: 969px) {
	div.teamWrapper.c3 > div { width: calc(100% / 2 - 40px); }
}
@media screen and (max-width: 659px) {
	div.teamWrapper.c3 > div { width: calc(100% / 1 - 40px); }
}

@media print {
/*****************************************************************************/

body > * { display: none; }

/*****************************************************************************/
}

