/*! 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: 'Barlow';
	font-style: normal;
	font-weight: 300;
	src: url('../_fonts/barlow-v4-latin-300.eot');
	src: local('Barlow Light'), local('Barlow-Light'),
			 url('../_fonts/barlow-v4-latin-300.eot?#iefix') format('embedded-opentype'),
			 url('../_fonts/barlow-v4-latin-300.woff2') format('woff2'),
			 url('../_fonts/barlow-v4-latin-300.woff') format('woff'),
			 url('../_fonts/barlow-v4-latin-300.ttf') format('truetype'),
			 url('../_fonts/barlow-v4-latin-300.svg#Barlow') format('svg');
	font-display: swap;
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 500;
	src: url('../_fonts/barlow-v4-latin-500.eot');
	src: local('Barlow Medium'), local('Barlow-Medium'),
			 url('../_fonts/barlow-v4-latin-500.eot?#iefix') format('embedded-opentype'),
			 url('../_fonts/barlow-v4-latin-500.woff2') format('woff2'),
			 url('../_fonts/barlow-v4-latin-500.woff') format('woff'),
			 url('../_fonts/barlow-v4-latin-500.ttf') format('truetype'),
			 url('../_fonts/barlow-v4-latin-500.svg#Barlow') format('svg');
	font-display: swap;
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 600;
	src: url('../_fonts/barlow-v4-latin-600.eot');
	src: local('Barlow SemiBold'), local('Barlow-SemiBold'),
			 url('../_fonts/barlow-v4-latin-600.eot?#iefix') format('embedded-opentype'),
			 url('../_fonts/barlow-v4-latin-600.woff2') format('woff2'),
			 url('../_fonts/barlow-v4-latin-600.woff') format('woff'),
			 url('../_fonts/barlow-v4-latin-600.ttf') format('truetype'),
			 url('../_fonts/barlow-v4-latin-600.svg#Barlow') format('svg');
	font-display: swap;
}

@media only screen {
/*****************************************************************************/

/*

COLORS:
_ blue: 			#195672
_ blue 10%: 	#e8eef1
_ blue 20%: 	#d1dde3
_ blue 30%: 	#baccd5
_ blue 40%: 	#a5b0c0
_ blue 50%: 	#8f9eb1
_ red:			#f00

FONTS:
font-family: 'Barlow', sans-serif;
font-weight: 300/500/600;

*/

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

* html body * { overflow: visible; }
* html iframe, * html frame { overflow: auto; }

html, body {
	position: absolute;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 1;
}

body {
	background-color: #e8eef1;
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	font-size: 0;
	line-height: 0;
	color: #000;
}

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

::selection { color: #fff; background-color: #195672; }

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

/* HEADER */

header {
	position: relative;
	width: 100%;
	height: auto;
	text-align: right;
	background: transparent url('../images/main/pixels/999.png') scroll no-repeat left top;
	background-size: 80px 80px;
	z-index: 21;
}

.jsNO.pageSitemapOK header { background: none; }

header.pictNO { background-color: #d1dde3; }

header > div#logoLayer {
	position: relative;
	display: inline-block;
	width: 33.33333%;
	min-width: 380px;
	height: auto;
	padding: 15px 40px;
	text-align: right;
	background-color: #195672;
	z-index: 21;
}

header > div#logoLayer img {
	width: 100%;
	max-width: 185px;
	height: auto;
}

header > div#pictureWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 40%;
	z-index: 21;
}

header > div#pictureWrapper > div.pict {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 21;
}

header > div#pictureWrapper > div.pict img {
	width: 100%;
	height: auto;
}

header > div#pictureWrapper > div.text {
	position: absolute;
	left: 80px;
	top: 0;
	width: calc(100% - 40px * 2);
	/*width: auto;*/
	max-width: 500px;
	height: auto;
	padding: 30px 15px;
	font-weight: 300;
	font-size: 42px;
	line-height: 1.25em;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	background-color: #195672;
	opacity: 0.75;
	z-index: 21;
}

header > nav#button {
	position: absolute;
	display: block;
	left: 10px;
	top: 17px;
	z-index: 25;
}

nav#button > span { z-index: 25; }
nav#button > a { z-index: 26; position: absolute; display: block; left: 0; top: 0; width: 100%; height: 100%; }
.jsOK nav#button > a { display: none; }

header > nav#button > a > img {
	width: 100%;
	height: 100%;
}

header > nav#main {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 400px;
	height: auto;
	padding-top: 80px;
	background: #fff url('../images/main/pixels/999.png') scroll no-repeat left top;
	background-size: 80px 80px;
	z-index: 24;
}

header > div#navBackgroundLayer {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #195672;
	opacity: 0;
	z-index: 23;
}

header > nav#language {
	position: absolute;
	opacity: 0;
	right: calc(100% - 400px + 10px);
	top: 0;
	width: auto;
	height: auto;
	transition-duration: 0.25s;
	transition-property: opacity;
	z-index: 26;
}

.navOK header > nav#language { opacity: 1; }

header > div#linkToTopLayer {
	position: fixed;
	left: -80px;
	top: 0;
	width: 80px;
	height: 80px;
	background: #999 url('../images/main/arrow-to-top.png') scroll no-repeat center center;
	background-size: cover;
	transition-duration: 0.25s;
	transition-property: left;
	z-index: 27;
}

header > div#linkToTopLayer.on { left: 0; }

header > div#linkToTopLayer:hover {
	background-color: #f00;
	cursor: pointer;
}

header > div#button100Layer {
	position: absolute;
	left: 80px;
	bottom: -10px;
	width: fit-content;
	font-size: 0;
	line-height: 0;
	z-index: 21;
}

.pageHomeOK header > div#button100Layer {
	bottom: 18.5vw;
}

header > div#button100Layer > img {
	width: 20vw;
	max-width: 350px;
}

.pageHomeOK header > div#banner100Layer {
	display: none;
}

/* NAV HOME */

nav#home {
	position: relative;
	left: -25px;
	width: calc(100% + 25px);
	margin-top: 25px;
}

/* BUTTON JOBS */

header > div#jobsLayer {
	position: fixed;
	right: 0;
	top: calc(80px + 80px);
	width: fit-content;
	z-index: 28;
}

header > div#jobsLayer > a,
header > div#jobsLayer > a:link,
header > div#jobsLayer > a:visited {
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	line-height: 1em;
	color: #fff;
	letter-spacing: 0.025em;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #91c141;
	padding: 15px 40px;
}

header > div#jobsLayer > a:hover {
	background-color: #195672;
}

/* MAIN */

main {
	position: relative;
	width: 100%;
	height: auto;
	border: 1px solid #e8eef1;
	z-index: 11;
}

main > div#content {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

main > section {
	position: relative;
	width: 100%;
	/*margin-top: 20px;*/
	text-align: center;
	overflow: hidden;
	z-index: 11;
}

main > section.nav { margin-top: -1px; }
section + section.nav { margin-bottom: 25px; }

main > section:nth-child(1) { margin-top: 0; }

main > section > div.content {
	position: relative;
	width: 100%;
	max-width: 1190px;
	margin: 0 auto;
	padding-top: 25px;
	font-size: 16px;
	line-height: 1.5em;
	text-align: left;
	z-index: 11;
}

main > section.nav > div.content { padding: 0; }

main > section > * { z-index: 11; }

/* FOOTER */

footer {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #191919;
	padding: 40px;
	/*z-index: 11;*/
	z-index: 31;
}

footer > nav#extra,
footer > div:nth-of-type(1),
footer > div:nth-of-type(2) {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	vertical-align: top;
	margin-right: 40px;
	font-size: 14px;
	line-height: 1.5em;
	color: #999;
}

footer > div:nth-child(1) {
	font-size: 0;
	line-height: 0;
	padding-top: 5px;
	opacity: 0.4;
}

footer > div:nth-child(1) > img {
	width: 185px;
	height: 50px;
}

footer > nav#media {
	position: absolute;
	right: 40px;
	top: 40px;
	width: fit-content;
}

footer > nav#media > ul {
	width: auto;
	display: block;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

footer > nav#media > ul > li {
	display: inline-block;
	width: auto;
}

footer > nav#media > ul > li:not(:nth-of-type(1)) {
	margin-left: 10px;
}

footer > nav#media svg {
	position: relative;
	width: 30px;
}

footer > nav#media svg path {
	fill: inherit;
}

footer > nav#media svg use {
	fill: #999;
}

footer > nav#media > ul > li:hover svg use {
	fill: #fff;
}

footer > div.cookieWrapper {
	position: fixed;
	/*
	left: 50%;
	transform: translateX(-50%);
	*/
	left: 20px;
	bottom: 30px;
	width: calc(100% - (20px * 2));
	background-color: #195672;
	border-color: 1px solid #fff;
	padding: 10px 40px;
	box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.333);
	/*border-radius: 25px;*/
	z-index: 3;
}

footer > div.cookieWrapper > div {
	color: #fff;
	font-size: 14px;
	line-height: 1em;
	font-weight: 300;
}

footer > div.cookieWrapper > div.info {
	position: relative;
	text-align: center;
	z-index: 1;
}

footer > div.cookieWrapper > div.info > button {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #fff;
	border-radius: 2px;
	padding: 5px 10px;
	background-color: transparent;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	color: #fff;
	margin: 0 5px;
}

footer > div.cookieWrapper > div.info > button:hover {
	cursor: pointer;
	background-color: #fff;
	color: #195672;
}

/*footer > div.cookieWrapper > div.button {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	z-index: 2;
}*/

/* SVG */

div#svg {
	display: none;
}

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

/* GALLERY */

div.galleryWrapper {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	margin-bottom: calc(3 * 20px + 50px + 100px);
	z-index: 11;
}

.jsNO div.galleryWrapper { margin-bottom: 25px; }

div.galleryWrapper > div.itemsWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 71.4285714%;
	z-index: 11;
}

.jsNO div.galleryWrapper > div.itemsWrapper {
	height: auto;
	padding-bottom: 0;
}

div.galleryWrapper > div.itemsWrapper > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	text-align: center;
	z-index: 11;
}

.jsNO div.galleryWrapper > div.itemsWrapper > div {
	position: relative;
	height: auto;
	margin-bottom: 25px;
	opacity: 1;
}

.jsNO div.galleryWrapper > div.itemsWrapper > div:nth-last-child(1) { margin-bottom: 0; }

div.galleryWrapper > div.itemsWrapper > div.act { z-index: 12; opacity: 1; }

div.galleryWrapper > div.itemsWrapper > div > div.pict {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	text-align: center;
}

.jsNO div.galleryWrapper > div.itemsWrapper > div > div.pict { position: relative; }

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

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

.jsNO div.galleryWrapper > div.itemsWrapper > div > div.pict > img {
	width: 100%;
	height: auto;
}

div.galleryWrapper > div.itemsWrapper > div > div.text {
	position: absolute;
	left: 0;
	top: calc(100% + 16px);
	width: fit-content;
	height: auto;
	font-size: 16px;
	line-height: 1.333em;
	color: #195672;
	text-align: left;
}

div.galleryWrapper > div.itemsWrapper > div > div.download {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	background-color: #999;
	z-index: 12;
}
div.galleryWrapper > div.itemsWrapper > div > div.download:hover { background-color: #f00; }

div.galleryWrapper > div.itemsWrapper > div > div.download > a > img {
	width: 100%;
	height: 100%;
}

div.galleryWrapper > div.arrow {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 13;
}
div.galleryWrapper > div.arrowRight { height: calc(100% - 60px); }

div.galleryWrapper > div.arrowLeft.over {
	cursor: pointer;
	cursor: url('../images/main/gallery-arrow-left.cur') 27 55, w-resize;
	cursor: url('../images/main/gallery-arrow-left.png') 27 55, w-resize;
	cursor: -webkit-image-set(url('../images/main/gallery-arrow-left.png') 1x, url('../images/main/gallery-arrow-left_x2.png') 2x) 27 55, w-resize;
}
div.galleryWrapper > div.arrowRight.over {
	cursor: pointer;
	cursor: url('../images/main/gallery-arrow-right.cur') 27 55, e-resize;
	cursor: url('../images/main/gallery-arrow-right.png') 27 55, e-resize;
	cursor: -webkit-image-set(url('../images/main/gallery-arrow-right.png') 1x, url('../images/main/gallery-arrow-right_x2.png') 2x) 27 55, e-resize;
}

div.galleryWrapper > div.arrow.arrowLeft { left: 0; }
div.galleryWrapper > div.arrow.arrowRight { right: 0; }

div.galleryWrapper > div.dotsWrapper {
	position: absolute;
	right: 0;
	top: calc(100% + 20px);
	width: fit-content;
	height: 0;
	text-align: center;
	z-index: 13;
}

div.galleryWrapper > div.dotsWrapper > div {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 2px;
	background-color: #195672;
	opacity: 0.25;
	transition-duration: 1s;
	transition-property: opacity;
}

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

div.galleryWrapper > div.dotsWrapper > div.over { cursor: pointer; }

/* BOX */

div.boxWrapper {
	position: relative;
	left: -25px;
	width: calc(100% + 25px);
	height: auto;
}

div.boxWrapper > div {
	position: relative;
	display: inline-block;
	margin-left: 25px;
	margin-bottom: 25px;
	text-align: left;
}

div.boxWrapper > div.w1 { width: calc((100% / 6) * 1 - 25px); }
div.boxWrapper > div.w15 { width: calc((100% / 6) * 1.5 - 25px); }
div.boxWrapper > div.w2 { width: calc((100% / 6) * 2 - 25px); }
div.boxWrapper > div.w3 { width: calc((100% / 6) * 3 - 25px); }
div.boxWrapper > div.w4 { width: calc((100% / 6) * 4 - 25px); }
div.boxWrapper > div.w45 { width: calc((100% / 6) * 4.5 - 25px); }
div.boxWrapper > div.w5 { width: calc((100% / 6) * 5 - 25px); }
div.boxWrapper > div.w6 { width: calc((100% / 6) * 6 - 25px); }

div.boxWrapper > div.vAlignTop { vertical-align: top; }
div.boxWrapper > div.vAlignBottom { vertical-align: bottom; }

div.boxWrapper > div.bgColor { background-color: #fff; }

div.boxWrapper > div.text {
	padding: 25px;
	background-color: #fff;
}

div.boxWrapper > div.w4.text,
div.boxWrapper > div.w5.text,
div.boxWrapper > div.w6.text {
	padding: 50px 25px;
}

/* NEWS/PROJECTS OVERVIEW */

div.newsWrapper,
div.projectsWrapper {
	position: relative;
	left: -25px;
	top: -25px;
	width: calc(100% + 25px);
	height: auto;
	font-size: 0;
	line-height: 0;
	z-index: 11;
}

div.newsWrapper > article,
div.projectsWrapper > article {
	position: relative;
	display: inline-block;
	width: calc(100% / 3 - 25px);
	height: auto;
	margin: 25px 0 0 25px;
	overflow: hidden;
	z-index: 11;
}

div.projectsWrapper > article.off { display: none; }

div.newsWrapper > article > div.title,
div.projectsWrapper > article > div.title {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 90px;
	padding: 20px 10px;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #195672;
	background-color: #fff;
	z-index: 13;
}

div.newsWrapper > article > div.text,
div.projectsWrapper > article > div.text {
	position: absolute;
	display: none;
	width: 100%;
	height: auto;
	padding: 0 10px 20px 10px;
	background-color: #fff;
	color: #333;
	font-size: 16px;
	line-height: 1.5em;
	z-index: 12;
}

.jsNO div.newsWrapper > article > div.text,
.jsNO div.projectsWrapper > article > div.text {
	display: block;
	opacity: 0;
	transition-duration: 0.25s;
	transition-property: opacity;
}

.jsNO div.newsWrapper > article:hover > div.text,
.jsNO div.projectsWrapper > article:hover > div.text { opacity: 1; }

div.newsWrapper > article > div.pict,
div.projectsWrapper > article > div.pict {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	z-index: 11;
}

div.newsWrapper > article > div.pict > img,
div.projectsWrapper > article > div.pict > img {
	width: 100%;
	height: auto;
}

div.newsWrapper > article > div.link,
div.projectsWrapper > article > div.link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: 0;
	z-index: 14;
}

div.newsWrapper > article > div.link img,
div.projectsWrapper > article > div.link img {
	width: 100%;
	height: 100%;
}

/* NEWS/PROJECTS DETAIL */

div.newsPictsWrapper,
div.projectPictsWrapper {
	position: relative;
	left: -25px;
	top: -25px;
	width: calc(100% + 25px);
	height: auto;
	font-size: 0;
	line-height: 0;
	z-index: 11;
}

div.newsPictsWrapper > div,
div.projectPictsWrapper > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3 - 25px);
	height: auto;
	margin: 25px 0 0 25px;
	z-index: 11;
}

/*div.newsPictsWrapper > div > img,
div.projectPictsWrapper > div > img {
	width: 100%;
	height: auto;
}*/

div.newsPictsWrapper > div > div.pict,
div.projectPictsWrapper > div > div.pict {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
}

div.newsPictsWrapper > div > div.pict > img,
div.projectPictsWrapper > div > div.pict > img {
	width: 100%;
	height: auto;
}

div.newsPictsWrapper > div > div.text,
div.projectPictsWrapper > div > div.text {
	position: relative;
	width: 100%;
	padding: 10px 0;
	color: #195672;
	font-size: 16px;
	line-height: 1.5em;
}

/* PROJECTS FILTER */

div.projectsFilterWrapper {
	position: relative;
	left: -25px;
	width: calc(100% + 25px);
	margin-bottom: 50px;
}

div.projectsFilterWrapper a.button { margin: 0 0 25px 0; }

/* LOGOS */

div.logosWrapper {
	position: relative;
	left: -10px;
	width: calc(100% + 10px * 2);
	height: auto;
	font-size: 0;
	line-height: 0;
	overflow-x: auto;
}

div.logosWrapper > div {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 60px;
	margin-left: 10px;
}

div.logosWrapper > div > img {
	width: 80px;
	height: 60px;
}

/* CONTACTS */

div.contactsWrapper {
	position: relative;
	left: -25px;
	width: calc(100% + 25px);
}

div.contactWrapper,
div.contactsWrapper > div {
	position: relative;
	display: inline-block;
	width: calc(33.33333% - 25px);
	margin-left: 25px;
	margin-bottom: 25px;
	background-color: #fff;
}

div.contactWrapper {
	display: block;
	width: 100%;
	max-width: 510px;
	margin: 0;
}

div.contactWrapper > div,
div.contactsWrapper > div > div {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
}

div.contactWrapper > div.pict,
div.contactsWrapper > div > div.pict {
	width: 40%;
	font-size: 0;
	line-height: 0;
}

div.contactWrapper > div.pict > img,
div.contactsWrapper > div > div.pict > img {
	width: 100%;
	height: auto;
}

div.contactWrapper > div.text,
div.contactsWrapper > div > div.text {
	width: 60%;
	padding: 20px;
}

div.contactWrapper > div.text > ul,
div.contactsWrapper > div > div.text > ul {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

.jsNO div.contactWrapper > div.text > ul > li.email {
	display: none;
}

/* HISTORY */

p.historyYear {
	position: relative;
	left: -25px;
	width: calc(100% + 25px * 2);
	margin-top: -25px;
	margin-bottom: 25px;
	font-weight: 600;
	font-size: 42px;
	line-height: 1em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background-color: #195672;
	padding: 10px 10px 14px 10px;
}

p.historyPict {
	position: relative;
	left: -25px;
	width: calc(100% + 25px * 2);
	margin-top: -25px;
	margin-bottom: 25px;
	font-size: 0;
	line-height: 0;
}

p.historyPict > img { width: 100%; height: auto; }

/* TEAM VIEWER */

div.teamViewer ul > li:hover { cursor: pointer; }
div.teamViewer ul > li.act { font-weight: 500; }

/* POPUP */

div.popup {
	position: fixed;
	/*display: none;*/
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background-color: #195672;
	background-color: rgba(25, 86, 114, 0.95);

	opacity: 0;
	transition-property: opacity;
	transition-duration: 1000ms;
	transition-timing-function: ease-in-out;

	overflow: hidden;
	z-index: 99;
}

.popupOK div.popup {
	/*display: block;*/
	width: 100vw;
	height: 100vh;
	opacity: 1;
}
.popupOK main { z-index: 41; }

div.popup > div.bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: 0;
	z-index: 1;
}

div.popup > div.box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - (2 * 10px));
	max-width: 506px;
	height: auto;
	padding: 3px;
	background-color: #e9eef2;
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
	font-size: 0;
	line-height: 0;
	z-index: 2;
}

div.popup > div.box > div.logo {
	position: relative;
	padding: 20px 40px;
	z-index: 1;
}

div.popup > div.box > div.logo > img {
	width: 184px !important;
	height: auto;
}

div.popup > div.box > div.pict {
	position: relative;
	width: 100%;
	z-index: 1;
}

div.popup > div.box > div.logo > img {
	width: 100%;
	height: auto;
}

div.popup > div.box > div.gradient {
	position: absolute;
	left: 3px;
	bottom: 3px;
	width: calc(100% - (2 * 3px));
	height: 50%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
	z-index: 2;
}

div.popup > div.box > div.typo {
	position: absolute;
	left: 40px;
	bottom: 40px;
	width: calc(100% - (2 * 40px));
	height: auto;
	z-index: 3;
}

div.popup > div.box > div.typo > p {
	margin-bottom: 0;
	color: #fff;
}

div.popup > div.box > div.typo > p:nth-of-type(1) {
	font-weight: 300;
	font-size: 17px;
	line-height: 1.5em;
}

div.popup > div.box > div.typo > p:nth-of-type(2) {
	font-weight: 600;
	font-size: 42px;
	line-height: 1em;
}

div.popup > div.box > div.link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}

div.popup > div.box > div.link > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

div.popup > div.box > div.close {
	position: absolute;
	right: 25px;
	top: 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 1em;
	color: #195672;
	padding: 15px;
	z-index: 5;
}

div.popup > div.box > div.close:hover {
	cursor: pointer;
}

/* SITEMAP */

nav#sitemap {
	position: relative;
	width: 100%;
}

/* GOOGLE MAPS */

.mapWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	overflow: hidden;
}

.jsNO .mapWrapper { display: none; }

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

/* VIDEO 16:9 */

.videoWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	background-color: #333;
	overflow: hidden;
}

.jsNO .videoWrapper { display: none; }

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

/* P */

p.pict { font-size: 0; line-height: 0; margin: 0; padding: 0; }
p.pict img { width: 100%; height: auto; }

div.justButtons > p { margin-top: -25px; }

div.boxWrapper > div.w2 > p.pictInBox {
	position: relative;
	left: -25px;
	top: -25px;
	width: calc(100% + 25px * 2);
	margin-bottom: 0;
}

div.boxWrapper > div.w2 > p.pictInBox + h2 { margin-top: 0 !important; }

/* ETC */

.fontColorBlue { color: #195672 !important; }
.fontColorRed { color: #f00 !important; }

.bgColorBlue10p { background-color: #e8eef1; }
.bgColorBlue20p { background-color: #d1dde3; }
.bgColorBlue30p { background-color: #baccd5; }
.bgColorBlack10p { background-color: #e5e5e5; }

.jsOK img.grayscale {
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
}

div.boxWrapper > div.vAlignBottom > p,
div.boxWrapper > div.vAlignBottom > ul {
	margin-bottom: 25px;
}

div.boxWrapper > div.vAlignBottom > p:nth-last-of-type(1),
div.boxWrapper > div.vAlignBottom > ul:nth-last-of-type(1) {
	margin-bottom: 0;
}

div.boxWrapper > div.vAlignBottom > p:nth-last-of-type(1) + ul {
	margin-top: 25px;
}

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

h1, h2, h3 {
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-size: 42px;
	line-height: 1em;
	text-transform: uppercase;
	color: #195672;
	margin: 0 0 0.5em 0;
}

h2, h3 {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.25em;
	text-transform: uppercase;
	margin-bottom: 0.75em;
}

h2.h1 {
	font-size: 42px;
	line-height: 1em;
}

h2.box {
	display: block;
	width: calc(33.33333% - 25px / 2 - 3px);
	/*min-height: 100px;*/
	background-color: #fff;
	padding: 10px 25px;
}

div.contactWrapper h3 {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 0;
}

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

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

a,
a:link,
a:visited { color: #195672; text-decoration: underline; }
a:hover,
a:active,
a:visited:hover,
a:visited:active { color: #f00; text-decoration: underline; }

footer a,
footer a:link,
footer a:visited {
	color: #999;
	text-decoration: none;
}
footer li.act a,
footer li.act a:link,
footer li.act a:visited,
footer a:hover,
footer a:active,
footer a:visited:hover,
footer a:visited:active {
	color: #baccd5;
	text-decoration: none;
}

footer > div.cookieWrapper > div.info > a,
footer > div.cookieWrapper > div.info > a:link,
footer > div.cookieWrapper > div.info > a:visited {
	color: #fff;
	border-bottom: 1px solid #fff;
}
footer > div.cookieWrapper > div.info > li.act a,
footer > div.cookieWrapper > div.info > li.act a:link,
footer > div.cookieWrapper > div.info > li.act a:visited,
footer > div.cookieWrapper > div.info > a:hover,
footer > div.cookieWrapper > div.info > a:active,
footer > div.cookieWrapper > div.info > a:visited:hover,
footer > div.cookieWrapper > div.info > a:visited:active {
	color: #fff;
}



a.button,
a.button:link,
a.button:visited {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.333em;
	color: #195672;
	letter-spacing: 0.025em;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	background-color: #fff;
	padding: 15px;
	margin-top: 25px;
}

a.button.blue,
a.button.blue:link,
a.button.blue:visited {
	color: #fff;
	background-color: #195672;
}

a.button.youtube,
a.button.youtube:link,
a.button.youtube:visited {
	text-align: left;
	padding-left: 70px;
	background-image: url('../images/main/button-icon-youtube_f00.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 50px 35px;
}

a.button.youtube:hover,
a.button.youtube:active,
a.button.youtube:visited:hover,
a.button.youtube:visited:active {
	background-image: url('../images/main/button-icon-youtube_fff.png');
}

div.boxWrapper > div > a.button,
div.boxWrapper > div > a.button:link,
div.boxWrapper > div > a.button:visited {
	margin-top: 0;
}

a.button.act,
a.button.act:link,
a.button.act:visited,
a.button:hover,
a.button:active,
a.button:visited:hover,
a.button:visited:active {
	color: #fff;
	background-color: #195672;
}

a.button:before {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	content: '';
	border-bottom: 18px solid #e8eef1;
	border-left: 18px solid #fff;
}

div.boxWrapper > div.text a.button:before {
	border-bottom-color: #fff;
}

a.button.act:before,
a.button:hover:before { border-left-color: #195672; }

.bgColorBlue10p a.button:before { border-bottom-color: #e8eef1; }
.bgColorBlue20p a.button:before { border-bottom-color: #d1dde3; }
.bgColorBlue30p a.button:before { border-bottom-color: #baccd5; }
.bgColorBlack10p a.button:before { border-bottom-color: #e5e5e5; }

nav.buttons a.button,
nav.buttons a.button:link,
nav.buttons a.button:visited {
	background-color: #baccd5;
}

nav.buttons a.button.act,
nav.buttons a.button.act:link,
nav.buttons a.button.act:visited,
nav.buttons a.button:hover,
nav.buttons a.button:active,
nav.buttons a.button:visited:hover,
nav.buttons a.button:visited:active {
	color: #fff;
	background-color: #195672;
}

nav.buttons a.button:before { border-left: 18px solid #baccd5; }
nav.buttons a.button:hover:before { border-left-color: #195672; }

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

ul, ol, dl {
	position: relative;
	margin: 0 0 1.5em 0;
}

ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 19px;
}

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

ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; }

/* NO BULLETS */

div.projectsFilterWrapper > ul,
nav#extra ul,
ul.dotsNO {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

div.projectsFilterWrapper > ul > li,
nav#extra ul > li,
ul.dotsNO > li {
	padding-left: 0 !important;
	background: none !important;
}

/* PROJECTS FILTER */

div.projectsFilterWrapper > ul > li {
	display: inline-block;
	width: calc(25% - 25px);
	margin-left: 25px;
}

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

/* NAV HOME */

nav#home > ul {
	width: 100%;
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

nav#home > ul > li {
	position: relative;
	display: inline-block;
	width: calc(33.33333% - 25px);
	height: auto;
	padding: 0;
	margin-left: 25px;
}

nav#home > ul > li > div.pict {
	position: relative;
	width: 100%;
	height: auto;
}

nav#home > ul > li > div.pict > img {
	width: 100%;
	height: auto;
}

nav#home > ul > li > div.color {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #195672;
	opacity: 0.25;
	transition-duration: 0.5s;
	transition-property: opacity;
}

nav#home > ul > li:hover > div.color { opacity: 0.75; }

nav#home > ul > li > div.title,
nav#home > ul > li > div.description {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition-duration: 0.5s;
	transition-property: opacity;
}

nav#home > ul > li:hover > div.title { opacity: 0; }
nav#home > ul > li > div.description { opacity: 0; }
nav#home > ul > li:hover > div.description { opacity: 1; }

nav#home table {
	width: 100%;
	height: 100%;
}

nav#home table td {
	width: 100%;
	height: 100%;
	padding: 0 50px;
	color: #fff;
	text-align: left;
	vertical-align: middle;
}

nav#home > ul > li > div.title td {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.25em;
	text-transform: uppercase;
}

nav#home > ul > li > div.description td {
	font-weight: 300;
	font-size: 24px;
	line-height: 1.25em;
	text-transform: none;
}

nav#home > ul > li > div.link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/*nav#home > ul > li > div.link > a > img {
	width: 100%;
	height: 100%;
}*/

nav#home > ul > li > div.link > a,
nav#home > ul > li > div.link > a:link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* NAV ARTICLE */

nav.article > ul {
	display: block;
	left: -25px;
	width: calc(100% + 25px);
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

nav.article > ul > li {
	position: relative;
	display: inline-block;
	width: calc(100% / 3);
	padding: 0 0 0 25px;
	vertical-align: top;
}

/* NAV BUTTONS */

nav.buttons > ul:nth-child(2),
nav.buttons > ul:nth-child(1) {
	display: block;
	left: -25px;
	width: calc(100% + 25px);
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

nav.buttons > ul:nth-child(2) > li,
nav.buttons > ul:nth-child(1) > li {
	position: relative;
	display: inline-block;
	width: calc(100% / 6);
	padding: 0 0 0 25px;
	vertical-align: top;
}

nav.buttons > ul:nth-child(2) > li { width: calc(100% / 3); }

nav.buttons > ul:nth-child(1) > li > a:before {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	content: '';
	border-bottom: 25px solid #e8eef1;
	border-left: 25px solid #baccd5;
}

nav.buttons > ul:nth-child(1) > li > a:hover:before,
nav.buttons > ul:nth-child(1) > li.act > a:before { border-left-color: #195672; }

nav.buttons > ul:nth-child(1) > li > a,
nav.buttons > ul:nth-child(1) > li > a:link,
nav.buttons > ul:nth-child(1) > li > a:visited {
	display: block;
	width: 100%;
	height: 100px;
	padding: 12px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.333em;
	color: #195672;
	letter-spacing: 0.025em;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #baccd5;
}

nav.buttons > ul:nth-child(1) > li.act > a,
nav.buttons > ul:nth-child(1) > li.act > a:link,
nav.buttons > ul:nth-child(1) > li.act > a:visited,
nav.buttons > ul:nth-child(1) > li > a:hover,
nav.buttons > ul:nth-child(1) > li > a:active,
nav.buttons > ul:nth-child(1) > li > a:visited:hover,
nav.buttons > ul:nth-child(1) > li > a:visited:active {
	color: #fff;
	background-color: #195672;
}

/*nav.buttons > ul:nth-child(2) > li > a,
nav.buttons > ul:nth-child(2) > li > a:link,
nav.buttons > ul:nth-child(2) > li > a:visited {
	background-color: #baccd5;
}*/

/* LIST NAVIGATION HORIZONAL */

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

nav#language > ul > li {
	display: inline-block;
	width: auto;
}

nav#language > ul > li > a,
nav#language > ul > li > a:link,
nav#language > ul > li > a:visited {
	display: block;
	width: auto;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.333em;
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 5px;
}

nav#language > ul > li > a:hover,
nav#language > ul > li > a:active,
nav#language > ul > li > a:visited:hover,
nav#language > ul > li > a:visited:active,
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:active,
nav#language > ul > li.act > a:visited:hover,
nav#language > ul > li.act > a:visited:active {
	color: #f00;
}

/* LIST NAVIGATION VERTICAL */

nav#sitemap > ul {
	width: 100%;
	display: inline-block;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

nav#main ul {
	display: block;
	width: 100%;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	border-top: 1px solid #000;
}

nav#main ul ul { border-top: 0; }
nav#main ul ul ul { margin: 10px 0 20px 0; }

nav#main ul > li > ul { display: none; }
nav#main ul > li > ul ul { display: block; }
nav#main ul > li.act > ul { display: block; }

nav#main ul ul {
	background: transparent url('../images/main/nav-arrow_f00.png') scroll no-repeat center top;
	background-size: 21px 12px;
}

nav#main ul ul ul {
	background: none;
}

nav#main ul li {
	display: block;
	width: auto;
}

nav#main ul li a,
nav#main ul li a:link,
nav#main ul li a:visited {
	display: block;
	width: auto;
	font-size: 16px;
	line-height: 1.333em;
	color: #000;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	padding: 24px 24px;
	border-bottom: 1px solid #000;
}

nav#main ul ul li a,
nav#main ul ul li a:link,
nav#main ul ul li a:visited {
	padding: 8px 24px 8px 58px;
	border-top: 1px solid #000;
	margin-top: -1px;
}
nav#main ul ul li:nth-child(1) a,
nav#main ul ul li:nth-child(1) a:link,
nav#main ul ul li:nth-child(1) a:visited {
	padding-top: 24px;
	border-top: 0;
}

nav#main ul ul ul li a,
nav#main ul ul ul li a:link,
nav#main ul ul ul li a:visited {
	padding: 2px 24px 2px 68px !important;
	text-transform: none;
	border-top: 0;
	border-bottom: 0;
	background: transparent url('../images/main/nav-dot_black.png') scroll no-repeat 58px center;
	background-size: 4px 4px;
}

nav#main > ul > li > a:hover,
nav#main > ul > li > a:active,
nav#main > ul > li > a:visited:hover,
nav#main > ul > li > 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:active,
nav#main > ul > li.act > a:visited:hover,
nav#main > ul > li.act > a:visited:active {
	color: #f00;
	border-bottom-color: #f00;
}

nav#main > ul > li > ul > li > a:hover,
nav#main > ul > li > ul > li > a:active,
nav#main > ul > li > ul > li > a:visited:hover,
nav#main > ul > li > ul > li > a:visited:active,
nav#main > ul > li > ul > li.act > a,
nav#main > ul > li > ul > li.act > a:link,
nav#main > ul > li > ul > li.act > a:visited,
nav#main > ul > li > ul > li.act > a:hover,
nav#main > ul > li > ul > li.act > a:active,
nav#main > ul > li > ul > li.act > a:visited:hover,
nav#main > ul > li > ul > li.act > a:visited:active {
	color: #f00;
}

nav#main > ul > li > ul > li > ul > li > a:hover,
nav#main > ul > li > ul > li > ul > li > a:active,
nav#main > ul > li > ul > li > ul > li > a:visited:hover,
nav#main > ul > li > ul > li > ul > li > a:visited:active,
nav#main > ul > li > ul > li > ul > li.act > a,
nav#main > ul > li > ul > li > ul > li.act > a:link,
nav#main > ul > li > ul > li > ul > li.act > a:visited,
nav#main > ul > li > ul > li > ul > li.act > a:hover,
nav#main > ul > li > ul > li > ul > li.act > a:active,
nav#main > ul > li > ul > li > ul > li.act > a:visited:hover,
nav#main > ul > li > ul > li > ul > li.act > a:visited:active {
	color: #f00;
	background-image: url('../images/main/nav-dot_red.png');
}

/* ==========================================================================
   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; }
.ghost, .displayNO { display: none !important; }
.wrapNO { white-space: nowrap; }
.fontNO, .fontSizeZero { font-size: 0; line-height: 0; }
.hyphen { hyphens: auto; word-wrap: break-word; }

hr {
	width: 100%;
	height: 0;
	margin: 40px auto;
	border: 0;
	border-top: 1px solid #195672;
	opacity: 0.5;
}

div.distance,
div.space {
	position: relative;
	width: 100%;
	height: 25px;
	overflow: hidden;
	background-color: transparent;
}
div.space5 { height: 5px; }
div.space10 { height: 10px; }
div.space15 { height: 15px; }
div.space20 { height: 20px; }
div.space25 { height: 25px; }
div.space30 { height: 30px; }
div.space35 { height: 35px; }
div.space40 { height: 40px; }
div.space45 { height: 45px; }
div.space50 { height: 50px; }

.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; }

.alert { font-weight: 600; color: #f00; }

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

.marginTopZero { margin-top: 0 !important; }
.marginTopSingle { margin-top: 1.5em !important; }
.marginTopDouble { margin-top: 3.0em !important; }
.marginBottomZero { margin-bottom: 0 !important; }
.marginBottomSingle { margin-bottom: 1.5em !important; }
.marginBottomDouble { margin-bottom: 3.0em !important; }

.width10p { width: 9.999% !important; }
.width15p { width: 14.999% !important; }
.width20p { width: 19.999% !important; }
.width25p { width: 24.999% !important; }
.width30p { width: 29.999% !important; }
.width33p { width: 33.333% !important; }
.width35p { width: 34.999% !important; }
.width38p { width: 37.999% !important; }
.width40p { width: 39.999% !important; }
.width45p { width: 44.999% !important; }
.width50p { width: 49.999% !important; }
.width55p { width: 54.999% !important; }
.width60p { width: 59.999% !important; }
.width65p { width: 55.999% !important; }
.width66p { width: 66.666% !important; }
.width70p { width: 69.999% !important; }
.width75p { width: 74.999% !important; }
.width80p { width: 79.999% !important; }
.width85p { width: 84.999% !important; }
.width90p { width: 89.999% !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.333em 0;
	border-collapse: collapse;
	empty-cells: hide;
}
th, td { background-color: transparent; vertical-align: top; }
/*table p, table ul, table ol { margin-bottom: 0; }*/

figure { display: block; width: 100%; margin: 0; font-size: 0; line-height: 0; }
figure > figcaption { display: block; width: 100%; margin: 0; }
img { border: 0; height: auto; max-width: 100%; }

strong, b { font-weight: 600; }
em, i { font-style: italic; }

pre, code { font-family: "Courier New", Courier, monospace; }
address { font-style: normal; margin: 0 0 1.5em 0; }
acronym, abbr { letter-spacing: 0.07em; border-bottom: 1px dashed #000; cursor: help; }
blockquote, cite { margin: 0 0 1.5em 1.5em; 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: -25px;
	width: calc(100% + 25px);
	height: auto;
	margin-bottom: 1.5em;
}

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

div.subcolumns > div.col > img { margin-top: 7px; }

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

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

/* ==========================================================================
   BURGER BUTTON (https://codepen.io/designcouch/pen/Atyop)
   ========================================================================== */

nav#button {
	/*position: relative;*/
	width: 60px;
	height: 45px;
	margin: 0px auto;
	transform-origin: 50% 50%;
	/*
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	     -o-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
	*/
	-webkit-transform: scale(0.75);
	   -moz-transform: scale(0.75);
	     -o-transform: scale(0.75);
	        transform: scale(0.75);
	cursor: pointer;
}

nav#button > span {
	position: absolute;
	display: block;
	height: 9px;
	width: 50%;
	background: #fff;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	     -o-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	   -moz-transition: .25s ease-in-out;
	     -o-transition: .25s ease-in-out;
	        transition: .25s ease-in-out;
}
nav#button:hover > span,
nav#button.open > span { background: #fff; }

nav#button > span:nth-child(even) { left: 50%; border-radius: 0 9px 9px 0; }
nav#button > span:nth-child(odd) { left: 0px; border-radius: 9px 0 0 9px; }

nav#button > span:nth-child(1), nav#button > span:nth-child(2) { top: 0px; }
nav#button > span:nth-child(3), nav#button > span:nth-child(4) { top: 18px; }
nav#button > span:nth-child(5), nav#button > span:nth-child(6) { top: 36px; }

nav#button.open > span:nth-child(1),
nav#button.open > span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}

nav#button.open > span:nth-child(2),
nav#button.open > span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

nav#button.open > span:nth-child(1) { left: 5px; top: 7px; }
nav#button.open > span:nth-child(2) { left: calc(50% - 5px); top: 7px; }
nav#button.open > span:nth-child(3) { left: -50%; opacity: 0; }
nav#button.open > span:nth-child(4) { left: 100%; opacity: 0; }
nav#button.open > span:nth-child(5) { left: 5px; top: 29px; }
nav#button.open > span:nth-child(6) { left: calc(50% - 5px); top: 29px; }

/*****************************************************************************/
}

@media screen and (min-width: 800px) {
/*****************************************************************************/

footer > div.cookieWrapper {
	left: 50%;
	transform: translateX(-50%);
	width: 760px;
}

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

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

/*main > section > div.content { width: calc(100% - 80px * 2); }*/

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

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

/* MAIN */
main > section > div.content { max-width: calc(100% - 25px * 2); }

/* NAV HOME */
nav#home { left: 0; width: calc(100% - 25px); }

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

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

/* HEADER */
header > div#pictureWrapper > div.text {
	max-width: 375px;
	padding: 15px 15px;
	font-size: 32px;
	line-height: 1.25em;
}

/* NAV HOME */
nav#home table td { padding: 0 25px; }
nav#home > ul > li > div.title td { font-size: 18px; line-height: 1.25em; }
nav#home > ul > li > div.description td { font-size: 18px; line-height: 1.25em; }

/* BOX */
div.boxWrapper > div.w1,
div.boxWrapper > div.w15,
div.boxWrapper > div.w2 { width: calc((100% / 6) * 3 - 25px); }
div.boxWrapper > div.w3,
div.boxWrapper > div.w4,
div.boxWrapper > div.w45,
div.boxWrapper > div.w5,
div.boxWrapper > div.w6 { width: calc((100% / 6) * 6 - 25px); }

/* NEWS/PROJECTS OVERVIEW */
div.newsWrapper > article,
div.projectsWrapper > article {
	width: calc(100% / 2 - 25px);
}

/* NEWS/PROJECTS DETAIL */
div.newsPictsWrapper > div,
div.projectPictsWrapper > div { width: calc(100% / 2 - 25px); }

/* CONTACTS */
div.contactsWrapper > div { width: calc(50% - 25px); }

/* HEADLINES */
h2.box { width: calc(50% - 25px / 2 - 3px); }

/* NAV BUTTONS */
nav.buttons > ul:nth-child(1) > li > a,
nav.buttons > ul:nth-child(1) > li > a:link,
nav.buttons > ul:nth-child(1) > li > a:visited {
	height: 75px;
	font-size: 12px;
	line-height: 1.333em;
}

/* PROJECTS FILTER */
div.projectsFilterWrapper > ul > li { width: calc(50% - 25px); }

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

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

/* HEADER */
header > div#jobsLayer {
	position: absolute;
}

/* FOOTER */
footer > nav#extra,
footer > div {
	display: block;
	margin-right: 0;
	margin-bottom: 25px;
}
footer > nav#extra { margin-bottom: 0; }

/* NAV BUTTONS */
nav.buttons > ul:nth-child(1) > li { width: calc(100% / 3); margin-top: 25px; }
nav.buttons > ul:nth-child(1) > li:nth-child(1),
nav.buttons > ul:nth-child(1) > li:nth-child(2),
nav.buttons > ul:nth-child(1) > li:nth-child(3) { margin-top: 0; }
nav.buttons > ul:nth-child(2) > li { width: 100%; }

/* NAV ARTICLE */
nav.article > ul > li { width: 100%; }

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

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

/* HEADER */
header > div#jobsLayer {
	position: relative;
	right: auto;
	left: 0;
	top: 0;
	margin: 20px 0;
}
.pageHomeOK header > div#button100Layer {
	display: none;
	/*
	position: relative;
	left: 0;
	bottom: auto;
	top: 0;
	width: 100%;
	text-align: center;
	*/
}
/*.pageHomeOK header > div#button100Layer > img {
	width: 220px;
}*/

.pageHomeOK header > div#banner100Layer {
	position: relative;
	display: block;
	width: 100%;
	padding: 25px;
	margin-top: 25px;
	font-size: 0;
	line-height: 0;
}

.pageHomeOK header > div#banner100Layer > img {
	width: 100%;
}

/* NAV HOME */
nav#home { margin-top: 0; }
nav#home > ul > li { width: calc(100% - 25px); margin-top: 25px; }
nav#home table td { padding: 0 50px; }
nav#home > ul > li > div.title td { font-size: 32px; line-height: 1.25em; }
nav#home > ul > li > div.description td { font-size: 32px; line-height: 1.25em; }

/* BOX */
div.boxWrapper > div.w1,
div.boxWrapper > div.w15,
div.boxWrapper > div.w2 { width: calc((100% / 6) * 6 - 25px); }

/* NEWS/PROJECTS OVERVIEW */
div.newsWrapper > article,
div.projectsWrapper > article {
	width: calc(100% / 1 - 25px);
}

/* NEWS/PROJECTS DETAIL */
div.newsPictsWrapper > div,
div.projectPictsWrapper > div { width: calc(100% / 1 - 25px); }

/* CONTACTS */
div.contactsWrapper > div { width: calc(100% - 25px); }

/* HEADLINES */
h2.box { width: 100%; }

/* PROJECTS FILTER */
div.projectsFilterWrapper > ul > li { width: calc(100% - 25px); }

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

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

/* HEADER */
header > div#pictureWrapper > div.text {
	max-width: 280px;
	/*font-weight: 500;*/
	font-size: 24px;
	line-height: 1em;
}

/* FOOTER */
footer > nav#media {
	right: 20px;
	top: 20px;
}
footer > nav#media svg {
	width: 20px;
}

/* GALLERY */
div.galleryWrapper { margin-bottom: calc(3 * 10px + 50px + 60px); }
div.galleryWrapper > div.itemsWrapper > div > div.download { width: 30px; height: 30px; }
div.galleryWrapper > div.itemsWrapper > div > div.text {
	position: relative;
	padding-top: 14px;
	width: 100%;
	text-align: center;
}
div.galleryWrapper > div.itemsWrapper > div:nth-of-type(1) > div.text {
	top: 16px;
}
div.galleryWrapper > div.arrowRight { height: calc(100% - 30px); }
div.galleryWrapper > div.dotsWrapper { width: 100%; top: calc(100% + 10px); }
div.galleryWrapper > div.dotsWrapper > div { width: 8px; height: 8px; }

/* FONT SIZES */
h1, h2.h1 { font-size: 32px; line-height: 1em; text-transform: none; }
h2 { font-size: 18px; line-height: 1.25em; }
div.contactWrapper h3 { font-size: 14px; line-height: 1.5em; }
main > section > div.content { font-size: 14px; line-height: 1.5em; }

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

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

/* HEADER */
header > div#logoLayer {
	width: 100%;
	min-width: 0;
}
header > div#pictureWrapper > div.text { display: none; }
header > div#button100Layer { left: 20px; }

/* MAIN */
/*main { border-color: #000; }*/

/* NAV BUTTONS */
nav.buttons > ul:nth-child(1) > li { width: calc(100% / 2); margin-top: 25px !important; }
nav.buttons > ul:nth-child(1) > li:nth-child(1),
nav.buttons > ul:nth-child(1) > li:nth-child(2) { margin-top: 0 !important; }

/* H1 */
/*section > div.content > h1,*/
section > div.content > h2 { padding-left: 10px; }

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

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

/* BUTTONS */
/*section.nav { display: none; }*/

/* MAIN */
main > section > div.content { max-width: none; }

/* NAV HOME */
nav#home {
	left: 0;
	width: 100%;
}

nav#home > ul > li {
	width: 100%;
	margin-left: 0;
}

nav#home > ul > li > div.title td,
nav#home > ul > li > div.description td {
	font-size: 18px;
	line-height: 1.25em;
}

/* BOX */
div.boxWrapper { left: 0; width: 100%; }
div.boxWrapper > div { margin-left: 0; }
div.boxWrapper > div.w1,
div.boxWrapper > div.w15,
div.boxWrapper > div.w2,
div.boxWrapper > div.w3,
div.boxWrapper > div.w4,
div.boxWrapper > div.w45,
div.boxWrapper > div.w5,
div.boxWrapper > div.w6 { width: 100%; }

/* HEADLINES */
section > div.content > h1,
div.boxWrapper > div > h2 { padding-left: 10px; }

/* POPUP */
div.popup > div.box > div.typo > p:nth-of-type(1) { font-size: 14px; line-height: 1.5em; }
div.popup > div.box > div.typo > p:nth-of-type(2) { font-size: 28px; line-height: 1em; }

div.newsPictsWrapper > div > div.text,
div.projectPictsWrapper > div > div.text {
	padding: 10px;
}

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

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

/* HEADER */
header > nav#language { right: 10px; }

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

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

/* POPUP */
div.popup > div.box > div.logo {
	padding: 10px 20px;
}
div.popup > div.box > div.typo {
	left: 20px;
	bottom: 20px;
	width: calc(100% - (2 * 20px));
}
div.popup > div.box > div.close {
	right: 5px;
	top: -10px;
}

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

div.cFormWrapper {
	position: relative;
	width: 100%;
	text-align: left;
}

/* MESSAGE */

div.cFormWrapper div.message {
	position: relative;
	display: none;
	margin-bottom: 20px;
	padding: 20px;
	/*border: 3px solid #f00;*/
	color: #fff;
	font-weight: 700;
	background-color: #195672;
}

/* FORM FIELDS & LABELS */

div.cFormWrapper form select,
div.cFormWrapper form input,
div.cFormWrapper form textarea,
div.cFormWrapper form label {
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
}

div.cFormWrapper form select,
div.cFormWrapper form input,
div.cFormWrapper form textarea {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
	color: #000;
}

div.cFormWrapper form label,
div.cFormWrapper form div.label {
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5em;
	color: #195672;
	text-transform: none;
}

/* HONEYPOTS */

div.cFormWrapper form input#homepage,
div.cFormWrapper form input#email {
	/*
	width: 1px;
	height: 1px;
	opacity: 0.01;
	overflow: hidden;
	*/
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

/* INPUTSETS */
div.inputset {
	position: relative;
	width: 100%;
	border-top: 1px solid #195672;
	padding: 2px 0 2px 0;
}
div.inputset:not(:nth-of-type(1)) {
	margin-top: 10px;
}

div.cFormWrapper form div.inputset.grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	grid-auto-columns: 1fr;
	grid-auto-rows: auto;
	gap: 60px;
	justify-items: stretch;
	-webkit-box-align: stretch;
			-ms-flex-align: stretch;
					align-items: stretch;
}
div.cFormWrapper form div.inputset.grid > div:nth-of-type(1) {
	grid-row: 1 / span 1;
	grid-column: 1 / span 1;
}
div.cFormWrapper form div.inputset.grid > div:nth-of-type(2) {
	grid-row: 1 / span 1;
	grid-column: 2 / span 2;
}

/* FORM FIELDS */

div.cFormWrapper form div.inputset input[type='date'],
div.cFormWrapper form div.inputset input[type='email'],
div.cFormWrapper form div.inputset input[type='number'],
div.cFormWrapper form div.inputset input[type='password'],
div.cFormWrapper form div.inputset input[type='tel'],
div.cFormWrapper form div.inputset input[type='text'],
div.cFormWrapper form div.inputset input[type='url'],
div.cFormWrapper form div.inputset textarea {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 5px 20px;
	border: 0;
	background-color: #e8eef1;
	z-index: 1;
}

div.cFormWrapper form div.inputset.error label {
	color: #f00;
}

div.cFormWrapper form div.inputset.error input[type='date'],
div.cFormWrapper form div.inputset.error input[type='email'],
div.cFormWrapper form div.inputset.error input[type='number'],
div.cFormWrapper form div.inputset.error input[type='password'],
div.cFormWrapper form div.inputset.error input[type='tel'],
div.cFormWrapper form div.inputset.error input[type='text'],
div.cFormWrapper form div.inputset.error input[type='url'],
div.cFormWrapper form div.inputset.error textarea {
	/*border: 1px solid #f00;*/
}

div.cFormWrapper form div.inputset input[type='date']:focus,
div.cFormWrapper form div.inputset input[type='date']:active,
div.cFormWrapper form div.inputset input[type='email']:focus,
div.cFormWrapper form div.inputset input[type='email']:active,
div.cFormWrapper form div.inputset input[type='number']:focus,
div.cFormWrapper form div.inputset input[type='number']:active,
div.cFormWrapper form div.inputset input[type='password']:focus,
div.cFormWrapper form div.inputset input[type='password']:active,
div.cFormWrapper form div.inputset input[type='tel']:focus,
div.cFormWrapper form div.inputset input[type='tel']:active,
div.cFormWrapper form div.inputset input[type='text']:focus,
div.cFormWrapper form div.inputset input[type='text']:active,
div.cFormWrapper form div.inputset input[type='url']:focus,
div.cFormWrapper form div.inputset input[type='url']:active,
div.cFormWrapper form div.inputset textarea:focus,
div.cFormWrapper form div.inputset textarea:active {
	outline: none !important;
	color: #fff;
	background-color: #195672;
}

div.cFormWrapper form div.inputset input[type='submit'] {
	width: fit-content;
	text-transform: uppercase;
	border: 2px solid #195672;
	background-color: #195672;
	color: #fff;
	font-weight: 700;
	padding: 10px 20px;
}
div.cFormWrapper form div.inputset input[type='submit']:hover {
	cursor: pointer;
	background-color: #fff;
	color: #195672;
}


/*****************************************************************************/
}

@media print {
/*****************************************************************************/

/* HTML AND BODY */

html, body {
	position: relative;
	min-width: 0;
	min-height: 0;
	background-color: #fff;
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5em;
	color: #000 !important;
}

/* HEADER */

body > header { display: none; }

/* FOOTER */

body > footer { display: none; }

/* CONTENT */

body > main {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}

body > main > section > div.content {
	padding: 40px;
}

body > main > div.popup { display: none; }

/* HEADLINES AND LINKS */

h1, h2 {
	color: #000;
	text-align: left;
}

h1 {
	font-size: 21px;
	line-height: 1.667em;
}

h2 {
	font-size: 21px;
	line-height: 1.667em;
}

/*
h1, h2 { page-break-before: always; }
h1:first-child { page-break-before: auto; }
*/

a, a:link, a:visited { color: #000; text-decoration: none; }
a:after, a:link:after, a:visited:after { content:" [" attr(href) "] "; }

a.back, a.back:link, a.back:visited { display: none; }

/* GENERAL */

section { page-break-before: always; }
hr { page-break-after: always; }

/* NEWS */

div.newsWrapper > article {
	margin-bottom: 60px;
}

/* CONTACTS */

div.contactsWrapper {
	position: relative;
	left: -25px;
	width: calc(100% + 25px);
}

div.contactWrapper,
div.contactsWrapper > div {
	position: relative;
	display: inline-block;
	width: calc(50% - 25px);
	margin-left: 25px;
	margin-bottom: 25px;
	background-color: #fff;
}

div.contactWrapper {
	display: block;
	width: 100%;
	margin: 0;
}

div.contactWrapper > div,
div.contactsWrapper > div > div {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
}

div.contactWrapper > div.pict,
div.contactsWrapper > div > div.pict {
	width: 40%;
	font-size: 0;
	line-height: 0;
}

div.contactWrapper > div.pict > img,
div.contactsWrapper > div > div.pict > img {
	width: 100%;
	height: auto;
}

div.contactWrapper > div.text,
div.contactsWrapper > div > div.text {
	width: 60%;
	padding: 20px;
}

div.contactWrapper > div.text > ul,
div.contactsWrapper > div > div.text > ul {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

/* VIDEOS */

div.videoWrapper { display: none; }

/*****************************************************************************/
}

body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
