/*! 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; }
/* ubuntu-300 - latin */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 300;
	src: url('../_fonts/ubuntu-v14-latin-300.eot');
	src: local('Ubuntu Light'), local('Ubuntu-Light'),
		 url('../_fonts/ubuntu-v14-latin-300.eot?#iefix') format('embedded-opentype'),
		 url('../_fonts/ubuntu-v14-latin-300.woff2') format('woff2'),
		 url('../_fonts/ubuntu-v14-latin-300.woff') format('woff'),
		 url('../_fonts/ubuntu-v14-latin-300.ttf') format('truetype'),
		 url('../_fonts/ubuntu-v14-latin-300.svg#Ubuntu') format('svg');
}


/* ubuntu-700 - latin */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	src: url('../_fonts/ubuntu-v14-latin-700.eot');
	src: local('Ubuntu Bold'), local('Ubuntu-Bold'),
		 url('../_fonts/ubuntu-v14-latin-700.eot?#iefix') format('embedded-opentype'),
		 url('../_fonts/ubuntu-v14-latin-700.woff2') format('woff2'),
		 url('../_fonts/ubuntu-v14-latin-700.woff') format('woff'),
		 url('../_fonts/ubuntu-v14-latin-700.ttf') format('truetype'),
		 url('../_fonts/ubuntu-v14-latin-700.svg#Ubuntu') format('svg');
}


/* lato-regular - latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: url('../_fonts/lato-v16-latin-regular.eot');
	src: local('Lato Regular'), local('Lato-Regular'),
		 url('../_fonts/lato-v16-latin-regular.eot?#iefix') format('embedded-opentype'),
		 url('../_fonts/lato-v16-latin-regular.woff2') format('woff2'),
		 url('../_fonts/lato-v16-latin-regular.woff') format('woff'),
		 url('../_fonts/lato-v16-latin-regular.ttf') format('truetype'),
		 url('../_fonts/lato-v16-latin-regular.svg#Lato') format('svg');
}


/* lato-700 - latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: url('../_fonts/lato-v16-latin-700.eot');
	src: local('Lato Bold'), local('Lato-Bold'),
		 url('../_fonts/lato-v16-latin-700.eot?#iefix') format('embedded-opentype'),
		 url('../_fonts/lato-v16-latin-700.woff2') format('woff2'),
		 url('../_fonts/lato-v16-latin-700.woff') format('woff'),
		 url('../_fonts/lato-v16-latin-700.ttf') format('truetype'),
		 url('../_fonts/lato-v16-latin-700.svg#Lato') format('svg');
}

@media only screen {
/*****************************************************************************/

/*

COLORS:
_ #47959f ... petrol
_ #fcc331 ... yellow
_ #afa9a2 ... gray (dark)
_ #817d77 ... gray (darker > font)
_ #eeebe5 ... gray (bright)

FONTS:
_ font-family: 'Ubuntu', sans-serif;
_ font-weight: 300/700;
_ font-family: 'Lato', sans-serif;
_ font-weight: 400/700;

*/

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

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

body {
	background-color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0.01em;
	color: #000;
	/*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: #47959f; background-color: #fff; }

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

/* HEADER */

header {
	position: relative;
	width: 100%;
	height: 325px;
	background: transparent url('../images/main/line/eeebe5@3x.png') scroll no-repeat bottom center;
	background-size: 1480px 65px;
	z-index: 13;
}

header > div.logo {
	position: absolute;
	left: calc(50% + 20px);
	top: 95px;
	width: 560px;
	height: auto;
	z-index: 1;
}

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

header > nav.main {
	position: absolute;
	left: calc(50% - (1400px / 2) - 20px + 10px);
	top: 20px;
	width: auto;
	height: auto;
	z-index: 1;
}

header > nav.sub {
	position: absolute;
	left: calc(50% - (1400px / 2));
	/*top: calc(100% + 75px);*/
	top: calc(100% * (400 / 325));
	width: auto;
	height: auto;
	z-index: 1;
}

header > nav.sub > div.title {
	position: relative;
	display: none;
	width: auto;
	height: auto;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: calc(1em * (48 / 48));
	text-transform: uppercase;
	color: #47959f;
	padding-left: 100px;
	margin-bottom: 20px;
}

header > nav.icons {
	position: absolute;
	left: calc(50% - (1400px / 2) - 20px);
	bottom: -20px;
	width: calc(680px + 20px);
	height: auto;
	z-index: 1;
}

header > nav.contact {
	position: absolute;
	right: calc(50% - (1400px / 2) - 10px);
	top: 25px;
	width: auto;
	height: auto;
	z-index: 1;
}

/* MAIN */

main {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 500px;
	margin: auto;
	z-index: 11;
}

main > section {
	position: relative;
	left: calc(50% - (1400px / 2));
	width: 1400px;
	height: auto;
	padding: 75px 0 50px 0;
	font-size: 18px;
	line-height: calc(1em * (27 / 18));
	color: #817d77;
	/* TRENNLINIE = BG */
}

.contentIndentOK main > section {
	left: calc(50% + 20px);
	width: 680px;
}

/* FOOTER */

footer {
	position: relative;
	width: 100%;
	height: 225px;
	background: transparent url('../images/main/line/fcc331@3x.png') scroll no-repeat center top;
	background-size: 1480px 65px;
	z-index: 12;
}

footer.fixed {
	position: fixed;
	left: 0;
	bottom: 0;
}

footer > div.contact {
	position: absolute;
	left: calc(50% + 20px);
	bottom: 45px;
	width: 680px;
	height: auto;
	font-size: 16px;
	line-height: calc(1em * (27 / 18));
	color: #47959f;
	z-index: 1;
}

footer > div.contact > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: auto;
}

footer > div.contact > div:nth-of-type(1) {
	width: 400px;
	margin-right: 40px;
}

footer > div.contact > div:nth-of-type(2) {
	width: 240px;
}

footer > nav.legal {
	position: absolute;
	left: calc(50% - (1400px / 2) + 10px);
	bottom: 45px;
	width: auto;
	height: auto;
	font-size: 16px;
	line-height: calc(1em * (27 / 18));
	color: #47959f;
	z-index: 1;
}

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

.fontColorPetrol { color: #47959f; }
.fontColorYellow { color: #fcc331; }
.fontColorBlack { color: #000; }

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

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

h1, .h1, h2, .h2, h3, .h3 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 48px;
	line-height: calc(1em * (48 / 48));
	color: #47959f;
	text-transform: none;
	margin: 0 0 0.75em 0;
	margin-top: -10px;
}

h1 > span, .h1 > span {
	display: inline-block;
	padding-bottom: 0px;
	font-weight: 700;
	font-size: 32px;
	line-height: calc(1em * (48 / 48));
	text-transform: uppercase;
	margin-top: 0;
}

/*
.contentIndentNO section > h1,
.contentIndentNO section > .h1 {
	padding-left: calc((1400px / 2) + 20px);
}
*/

h2, .h2, h3, .h3 {
	font-size: 36px;
	line-height: calc(1em * (48 / 36));
}

h3, .h3 {
	font-size: 24px;
	line-height: calc(1em * (48 / 36));
}

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

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

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

footer a,
footer a:link,
footer a:visited {
	color: #47959f;
	text-decoration: none;
	border-bottom: 0 solid #afa9a2;
}

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

/*
body[data-pixelratio='1'] footer > div.contact a,
body[data-pixelratio='1'] footer > div.contact a:link,
body[data-pixelratio='1'] footer > div.contact a:visited,
*/
body[data-pixelratio='1'] main a,
body[data-pixelratio='1'] main a:link,
body[data-pixelratio='1'] main a:visited {
	border-bottom-width: 1px;
}

footer a:hover,
footer a:focus,
footer a:active,
footer a:visited:hover,
footer a:visited:focus,
footer a:visited:active,
main a:hover,
main a:focus,
main a:active,
main a:visited:hover,
main a:visited:focus,
main a:visited:active {
	color: #47959f;
	border-bottom-width: 1px;
	border-bottom-color: #47959f;
}

body[data-pixelratio='1'] footer > div.contact a:hover,
body[data-pixelratio='1'] footer > div.contact a:focus,
body[data-pixelratio='1'] footer > div.contact a:active,
body[data-pixelratio='1'] footer > div.contact a:visited:hover,
body[data-pixelratio='1'] footer > div.contact a:visited:focus,
body[data-pixelratio='1'] footer > div.contact a:visited:active,
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;
}

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

ul, ol, dl { position: relative; margin: 0 0 40px 0; }
ul > li, ol > li, dl > li { position: relative; }

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

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

/* NO BULLETS */

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

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

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

/* HEADER > ICONS */

header > nav.icons > ul {
	display: inline-block;
	width: 100%;
	height: auto;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

header > nav.icons > ul > li {
	position: relative;
	display: inline-block;
	width: calc((100% / 7) - 20px);
	height: auto;
	margin-left: 20px;
	padding-left: 0;
}

header > nav.icons > ul > li:nth-of-type(1) { top: 0; }
header > nav.icons > ul > li:nth-of-type(2) { top: -4px; }
header > nav.icons > ul > li:nth-of-type(3) { top: -8px; }
header > nav.icons > ul > li:nth-of-type(4) { top: -12px; }
header > nav.icons > ul > li:nth-of-type(5) { top: -16px; }
header > nav.icons > ul > li:nth-of-type(6) { top: -20px; }
header > nav.icons > ul > li:nth-of-type(7) { top: -24px; }

header > nav.icons > ul > li > div.icon {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	background-color: #47959f;
	border-radius: 50%;
	z-index: 1;
}

header > nav.icons > ul > li:hover > div.icon,
header > nav.icons > ul > li.hover > div.icon,
header > nav.icons > ul > li.act > div.icon {
	background-color: #fcc331;
}

header > nav.icons > ul > li.act > div.icon { background-color: transparent !important; border: 2px solid #fcc331; }
header > nav.icons > ul > li.act > div.icon > img { opacity: 0.01; }

header > nav.icons > ul > li > div.icon > img {
	width: 100%;
	height: auto;
}

header > nav.icons > ul > li > div.link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

header > nav.icons > ul > li > div.link > a > img {
	width: 100%;
	height: 100%;
}

header > nav.icons > ul > li > div.title {
	position: absolute;
	display: none;
	left: 0;
	top: calc(100% + 10px);
	width: 100%;
	height: auto;
	font-weight: 700;
	font-size: 12px;
	line-height: 1em;
	letter-spacing: 1px;
	color: #47959f;
	text-transform: uppercase;
	text-align: center;
	z-index: 3;
}

header > nav.icons > ul > li:hover > div.title,
header > nav.icons > ul > li.hover > div.title { display: block; }
header > nav.icons > ul > li.act:hover > div.title,
header > nav.icons > ul > li.act.hover > div.title { display: none; }

/* HEADER > CONTACT */

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

header > nav.contact > ul > li {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
}

header > nav.contact > ul > li > a,
header > nav.contact > ul > li > a:link,
header > nav.contact > ul > li > a:visited {
	display: block;
	padding: 25px 10px;
	opacity: 0.5;
}

header > nav.contact > ul > li:hover > a,
header > nav.contact > ul > li:focus > a,
header > nav.contact > ul > li > a:hover,
header > nav.contact > ul > li > a:focus,
header > nav.contact > ul > li > a:active,
header > nav.contact > ul > li > a:visited:hover,
header > nav.contact > ul > li > a:visited:focus,
header > nav.contact > ul > li > a:visited:active {
	opacity: 1;
}

header > nav.contact > ul > li > a > img {
	width: auto;
	height: 30px;
}

/* HEADER > MAIN */

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

header > nav.main > ul > li {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
}

header > nav.main > ul > li > a,
header > nav.main > ul > li > a:link,
header > nav.main > ul > li > a:visited {
	display: block;
	width: auto;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: calc(1em * (42 / 28));
	color: #47959f;
	text-transform: uppercase;
	padding: 25px 20px 8px 20px;
	opacity: 0.5;
	background: transparent url() scroll no-repeat left bottom;
	background-size: 50px 6px;
	/*
	transition-duration: 0.25s;
	transition-property: color, opacity, background;
	transition-timing-function: ease-in-out;
	*/
}

header > nav.main > ul > li:hover > a,
header > nav.main > ul > li:focus > a,
header > nav.main > ul > li > a:hover,
header > nav.main > ul > li > a:focus,
header > nav.main > ul > li > a:active,
header > nav.main > ul > li > a:visited:hover,
header > nav.main > ul > li > a:visited:focus,
header > nav.main > ul > li > a:visited:active {
	/*color: #fcc331;*/
	opacity: 1;
	/*background-image: url('../images/main/indicator/afa9a2@3x.png');*/
}

header > nav.main > ul > li.act > a,
header > nav.main > ul > li.act > a:link,
header > nav.main > ul > li.act > a:visited,
header > nav.main > ul > li.act > a:hover,
header > nav.main > ul > li.act > a:focus,
header > nav.main > ul > li.act > a:active,
header > nav.main > ul > li.act > a:visited:hover,
header > nav.main > ul > li.act > a:visited:focus,
header > nav.main > ul > li.act > a:visited:active {
	/*color: #fcc331;*/
	opacity: 1;
	background-image: url('../images/main/indicator/fcc331@3x.png');
}

/* HEADER > SUB */

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

header > nav.sub > ul > li {
	position: relative;
	display: block;
	width: auto;
	height: auto;
}

header > nav.sub > ul > li > a,
header > nav.sub > ul > li > a:link,
header > nav.sub > ul > li > a:visited {
	display: block;
	width: auto;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 1em;
	color: #47959f;
	text-transform: none;
	padding: 12px 20px 15px 120px;
	opacity: 0.5;
	background: transparent url('../images/main/indicator/eeebe5@3x.png') scroll no-repeat left 100px bottom 0px;
	background-size: 50px 6px;
	/*
	transition-duration: 0.25s;
	transition-property: color, opacity, background;
	transition-timing-function: ease-in-out;
	*/
}

header > nav.sub.overview > ul > li > a,
header > nav.sub.overview > ul > li > a:link,
header > nav.sub.overview > ul > li > a:visited {
	opacity: 1;
}

header > nav.sub > ul > li:hover > a,
header > nav.sub > ul > li:focus > a,
header > nav.sub > ul > li > a:hover,
header > nav.sub > ul > li > a:focus,
header > nav.sub > ul > li > a:active,
header > nav.sub > ul > li > a:visited:hover,
header > nav.sub > ul > li > a:visited:focus,
header > nav.sub > ul > li > a:visited:active {
	/*color: #fcc331;*/
	opacity: 1;
	/*background-image: url('../images/main/indicator/afa9a2@3x.png');*/
}

header > nav.sub > ul > li.act > a,
header > nav.sub > ul > li.act > a:link,
header > nav.sub > ul > li.act > a:visited,
header > nav.sub > ul > li.act > a:hover,
header > nav.sub > ul > li.act > a:focus,
header > nav.sub > ul > li.act > a:active,
header > nav.sub > ul > li.act > a:visited:hover,
header > nav.sub > ul > li.act > a:visited:focus,
header > nav.sub > ul > li.act > a:visited:active {
	/*color: #fcc331;*/
	opacity: 1;
	background-image: url('../images/main/indicator/fcc331@3x.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; }
.displayNO { display: none !important; }
.wrapNO { white-space: nowrap; }
.fontNO { font-size: 0; line-height: 0; }
.hyphenOK { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; word-wrap: break-word; }

hr {
	width: 100%;
	max-width: 560px;
	height: 0;
	margin: 80px 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 1.5em 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; font-size: 0; line-height: 0; }
figure > figcaption { display: block; width: 100%; margin: 0; opacity: 1; font-size: 12px; line-height: 1.5em; }
img { border: 0; height: auto; max-width: 100%; }

strong { font-weight: 700; }
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 { 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: 1.5em;*/
	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); }

div.subcolumns > div.col.picts { font-size: 0; line-height: 0; padding-top: 10px; }

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

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

/* HEADER */
header { height: 0; padding-bottom: calc(100% * (325 / 1400)); background-position: left bottom; }
header > div.logo { width: calc(100% * (560 / 1440)); top: calc(100% * (95 / 325)); }
header > nav.main { left: 30px; }
header > nav.sub { left: 20px; }
header > nav.sub > ul > li > a,
header > nav.sub > ul > li > a:link,
header > nav.sub > ul > li > a:visited {
	padding-left: calc(100vw * (120 / 1440));
	background-position: left calc(100vw * (100 / 1440)) bottom 0px;
}
header > nav.icons { left: calc(20px - 100% * (20 / 1440)); bottom: calc(-100% * (20 / 325)); width: calc(100% * (680 / 1400) + 0px); }
header > nav.icons > ul > li { width: calc((100% / 7) - 100% * (20 / 700)); margin-left: calc(100% * (20 / 700)); }
header > nav.contact { right: 10px; }

/* MAIN */
main > section { left: 0; width: 100%; padding: 75px 30px; }
.contentIndentOK main > section { width: calc(50% - 40px); padding: 75px 0; }
.contentIndentNO section > h1,
.contentIndentNO section > .h1 { padding-left: calc(50% + 20px); }

/* FOOTER */
footer { height: auto; background-position: right top; }
footer > div.contact {
	position: relative;
	left: 0;
	bottom: auto;
	top: 0;
	width: 100%;
	/*padding: calc(100vw * (120 / 1440)) 30px 30px 30px;*/
	padding: 75px 30px 30px 30px;
}
footer > div.contact > div:nth-of-type(1),
footer > div.contact > div:nth-of-type(2) { width: 50%; margin-right: 0; }
footer > div.contact > div:nth-of-type(2) { padding-left: 20px; }
footer > nav.legal {
	position: relative;
	left: 0;
	bottom: auto;
	top: 0;
	width: 100%;
	padding: 0 30px 75px 30px;
}

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

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

/* HEADER */
header > nav.contact { top: -10px; }
header > nav.main { left: 20px; top: -15px; }
header > nav.main > ul > li > a,
header > nav.main > ul > li > a:link,
header > nav.main > ul > li > a:visited {
	font-size: 21px;
	line-height: calc(1em * (42 / 28));
	padding: 25px 15px 8px 15px;
}

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

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

/* HEADER */
header { padding-bottom: 240px; }
header > div.logo { width: 400px; }
header > nav.icons { width: 495px; }
header > nav.sub { display: none; }
header > nav.sub.overview { display: block; }
header > nav.sub > ul > li > a,
header > nav.sub > ul > li > a:link,
header > nav.sub > ul > li > a:visited {
	padding-left: 85px;
	background-position: left 65px bottom 0px;
}

/* MAIN */
.contentIndentOK main > section { left: 0; width: 100%; padding: 75px 30px 50px 30px; }

/* SUBCOLUMNS */
div.subcolumns { left: 0; width: 100%; }
div.subcolumns > div.col { margin-left: 0; text-align: center; margin-top: 80px; }
div.subcolumns > div.col ul { text-align: left; }
div.subcolumns > div.col.left, div.subcolumns > div.col.right { float: none; }
div.subcolumns > div.col.left { margin-bottom: 30px; }
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%; }

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

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

/* HEADER */
header > div.logo { left: auto; right: 20px; }

/* MAIN */
.contentIndentNO section > h1,
.contentIndentNO section > .h1 { padding-left: 0; }

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

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

/* HEADER */
header { height: auto; padding-bottom: 0; }
header > div.logo {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	padding: 75px 30px 100px 30px;
	text-align: center;
}
header > div.logo img { max-width: 400px; }
header > nav.contact { display: none; }
header > nav.main { left: auto; right: 20px; top: 0; }
header > nav.main > ul > li > a,
header > nav.main > ul > li > a:link,
header > nav.main > ul > li > a:visited {
	font-size: 18px;
	line-height: calc(1em * (42 / 28));
	padding: 10px 10px 8px 10px;
}
header > nav.icons { left: calc(50% - (495px / 2) - 5px); }
header > nav.sub { left: 0; width: 100%; }
header > nav.sub > ul > li > a,
header > nav.sub > ul > li > a:link,
header > nav.sub > ul > li > a:visited {
	padding-left: 20px;
	background-position: center bottom;
	text-align: center;
}

/* MAIN */
main { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; word-wrap: break-word; }

/* FOOTER */
footer > div.contact > div:nth-of-type(1),
footer > div.contact > div:nth-of-type(2) { width: 100%; margin-right: 0; text-align: center; }
footer > div.contact > div:nth-of-type(2) { padding-left: 0; padding-top: 20px; }
footer > nav.legal { text-align: center; }

/* FONT SIZES */


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

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

/* HEADER */
header > div.logo { padding: calc(100vw * (75 / 510)) 30px calc(100vw * (100 / 510)) 30px; }
header > nav.icons { left: 0; width: calc(100% - 15px); margin-left: 5px; }
header > nav.icons > ul > li:hover > div.title,
header > nav.icons > ul > li.hover > div.title { display: none; }
header > nav.sub > div.title { display: block; width: 100%; text-align: center; padding: 0 30px; }

header > nav.icons > ul > li:nth-of-type(1) { top: 0; }
header > nav.icons > ul > li:nth-of-type(2) { top: calc(-100vw * (4 / 510)); }
header > nav.icons > ul > li:nth-of-type(3) { top: calc(-100vw * (8 / 510)); }
header > nav.icons > ul > li:nth-of-type(4) { top: calc(-100vw * (12 / 510)); }
header > nav.icons > ul > li:nth-of-type(5) { top: calc(-100vw * (16 / 510)); }
header > nav.icons > ul > li:nth-of-type(6) { top: calc(-100vw * (20 / 510)); }
header > nav.icons > ul > li:nth-of-type(7) { top: calc(-100vw * (24 / 510)); }

/* MAIN */
main { min-height: 475px; }

/* FONT SIZES */
header > nav.sub > ul > li > a,
header > nav.sub > ul > li > a:link,
header > nav.sub > ul > li > a:visited {
	font-size: 18px;
	line-height: 1em;
}
header > nav.sub > div.title {
	font-size: 24px;
	line-height: calc(1em * (48 / 48));
}
main > section {
	font-size: 16px;
	line-height: calc(1em * (27 / 18));
}
footer > div.contact {
	font-size: 14px;
	line-height: calc(1em * (27 / 18));
}
footer > nav.legal {
	font-size: 14px;
	line-height: calc(1em * (27 / 18));
}
h1, .h1 {
	font-size: 36px;
	line-height: calc(1em * (48 / 48));
}
h1 > span, .h1 > span {
	font-size: 24px;
	line-height: calc(1em * (48 / 48));
}
h2, .h2 {
	font-size: 24px;
	line-height: calc(1em * (48 / 36));
}
h3, .h3 {
	font-size: 18px;
	line-height: calc(1em * (48 / 36));
}

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

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

/* HEADER */
header > div.logo { padding: calc(100vw * (100 / 510)) 30px calc(100vw * (100 / 510)) 30px; }
header > nav.main > ul > li > a,
header > nav.main > ul > li > a:link,
header > nav.main > ul > li > a:visited {
	font-size: 15px;
	line-height: calc(1em * (42 / 28));
	opacity: 0.75;
}

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

/* GENERAL */

p.rounded > img {
	border-radius: 50%;
}

div.subcolumns > div.col > p.rounded > img {
	width: 100%;
	max-width: 460px;
	height: auto;
}

/* EXPANDABLE */

div.expandable {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 2em;
}

/*.jsOK div.expandable:nth-of-type(1) { margin-top: 0; }*/
.jsOK div.expandable {
	border-top: 1px solid #ccc;
	padding: 30px 0 20px 0;
	margin-top: 0;
	background: transparent url('../images/main/arrows/arrow-circle-right@3x.png') scroll no-repeat right 20px;
	background-size: 30px 30px;
}

.jsOK div.expandable.expanded { background-image: url('../images/main/arrows/arrow-circle-down@3x.png'); }

.jsOK div.expandable:nth-last-of-type(1) { border-bottom: 1px solid #ccc; }

.jsOK div.expandable > div {
	position: relative;
	display: none;
	width: 100%;
	height: auto;
	padding-bottom: 40px;
}
.jsOK div.expandable.expanded > div { display: block; }

.jsOK div.expandable > h2 {
	font-size: 24px;
	line-height: calc(1em * (48 / 36));
	text-align: left !important;
	margin-bottom: 0;
	padding-right: 45px;
}
.jsOK div.expandable > h2:hover { cursor: pointer; }

.jsOK div.expandable.expanded > h2 { margin-bottom: 0.75em; }

/* AREAS */

ul.areas {
	position: relative;
	left: -20px;
	width: calc(100% + 20px);
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

ul.areas > li {
	background: transparent url('../images/main/indicator/fcc331@3x.png') scroll no-repeat left bottom;
	background-size: 50px 6px;
	padding: 10px 0 6px 20px;
}

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

div.subcolumns > div.col > p.rounded > img {
	max-width: 345px;
}

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

body > * { display: none; }

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