/*! 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; }
/**
 * @license
 * MyFonts Webfont Build ID 3724743, 2019-02-25T10:15:36-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: MeliorLTPro by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/melior/pro-roman/
 * Webfont: MeliorLTPro-Italic by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/melior/pro-italic/
 * Webfont: MeliorLTPro-BoldItalic by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/melior/pro-bold-italic/
 * Webfont: MeliorLTPro-Bold by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/melior/pro-bold/
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3724743
 * Licensed pageviews: 250,000
 * Webfonts copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1985 - 2007 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 *
 * © 2019 MyFonts Inc
*/

@import url("//hello.myfonts.net/count/38d5c7");

@font-face {
	font-family: 'MeliorLTPro';
	src: url('../_fonts/38D5C7_0_0.eot');
	src: url('../_fonts/38D5C7_0_0.eot?#iefix') format('embedded-opentype'),
		 url('../_fonts/38D5C7_0_0.woff2') format('woff2'),
		 url('../_fonts/38D5C7_0_0.woff') format('woff'),
		 url('../_fonts/38D5C7_0_0.ttf') format('truetype'),
		 url('../_fonts/38D5C7_0_0.svg#wf') format('svg');
}

@font-face {
	font-family: 'MeliorLTPro-Italic';
	src: url('../_fonts/38D5C7_1_0.eot');
	src: url('../_fonts/38D5C7_1_0.eot?#iefix') format('embedded-opentype'),
		 url('../_fonts/38D5C7_1_0.woff2') format('woff2'),
		 url('../_fonts/38D5C7_1_0.woff') format('woff'),
		 url('../_fonts/38D5C7_1_0.ttf') format('truetype'),
		 url('../_fonts/38D5C7_1_0.svg#wf') format('svg');
}

@font-face {
	font-family: 'MeliorLTPro-Bold';
	src: url('../_fonts/38D5C7_3_0.eot');
	src: url('../_fonts/38D5C7_3_0.eot?#iefix') format('embedded-opentype'),
		 url('../_fonts/38D5C7_3_0.woff2') format('woff2'),
		 url('../_fonts/38D5C7_3_0.woff') format('woff'),
		 url('../_fonts/38D5C7_3_0.ttf') format('truetype'),
		 url('../_fonts/38D5C7_3_0.svg#wf') format('svg');
}

@font-face {
	font-family: 'MeliorLTPro-BoldItalic';
	src: url('../_fonts/38D5C7_2_0.eot');
	src: url('../_fonts/38D5C7_2_0.eot?#iefix') format('embedded-opentype'),
		 url('../_fonts/38D5C7_2_0.woff2') format('woff2'),
		 url('../_fonts/38D5C7_2_0.woff') format('woff'),
		 url('../_fonts/38D5C7_2_0.ttf') format('truetype'),
		 url('../_fonts/38D5C7_2_0.svg#wf') format('svg');
}

@media only screen {
/*****************************************************************************/

/*

COLORS:
_ green: 	#c3b600
_ red: 		#8b0066
_ gray:		#81725e
_ gray:		#f2f1ef (10%)
_ gray:		#e6e3df (20%)

FONTS:
font-family: 'MeliorLTPro', sans-serif;
font-family: 'MeliorLTPro-Italic', sans-serif;
font-family: 'MeliorLTPro-Bold', sans-serif;
font-family: 'MeliorLTPro-BoldItalic', sans-serif;
font-weight: 400;

*/

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

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

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: 'MeliorLTPro', sans-serif;
	font-weight: 400;
	font-size: 0;
	line-height: 0;
	color: #81725e;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

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

::selection { color: #fff; background-color: #81725e; }

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

/* HEADER */

header {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	z-index: 21;
}

header > div.logo {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #c3b600;
	padding: 40px 0 30px 0;
	text-align: left;
	z-index: 11;
}

header.fixed > div.logo { margin-bottom: 25px; }

header > div.logo img {
	position: relative;
	display: inline-block;
	left: calc(50% + 20px);
	width: 440px;
	height: auto;
}

header > div.line {
	position: relative;
	width: 100%;
	height: 25px;
	background-color: #8b0066;
	z-index: 12;
}

header.fixed > div.line {
	position: fixed;
	left: 0;
	top: 0;
}

header > nav#button {
	position: absolute;
	left: calc(50% - 1400px / 2);
	/*top: 222px;*/
	bottom: 60px;
	width: auto;
	height: 60px;
	background: transparent url('../images/graphics/navigation/button-lines_off@3x.png') scroll no-repeat left center;
	background-size: 60px 60px;
	transition-duration: 0.25s;
	transition-property: background-image;
	transition-timing-function: ease-in-out;
	z-index: 12;
}
.pageSitemapOK header > nav#button { width: 60px; height: 60px; background-image: url('../images/graphics/navigation/button-cross_off@3x.png'); }
.pageSitemapOK.jsNO header > nav#button { display: none; }

/*.jsNO header > nav#button { display: none !important; }*/
/*.pageSitemapOK header > nav#button { display: none !important; }*/

header > nav#button:hover {
	background-image: url('../images/graphics/navigation/button-lines_on@3x.png');
	cursor: pointer;
}
.pageSitemapOK header > nav#button:hover { background-image: url('../images/graphics/navigation/button-cross_on@3x.png'); }

header > nav#button > div.text {
	position: relative;
	width: auto;
	height: 100%;
	padding-left: 80px;
	font-family: 'MeliorLTPro-Bold', sans-serif;
	font-size: 21px;
	line-height: 1.25em;
	color: #fff;
	white-space: nowrap;
	transition-duration: 0.25s;
	transition-property: color;
	transition-timing-function: ease-in-out;
	z-index: 11;
}

header > nav#button:hover > div.text { color: #8b0066; }

header > nav#button > div.link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 12;
}

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

/* MAIN */

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

main > nav#main {
	position: relative;
	display: none;
	width: 100%;
	height: auto;
	padding: 40px 0;
	background-color: #e6e3df;
	z-index: 11;
}

.pageSitemapOK main > nav#main {
	display: block;
	background-color: #fff;
}

main > section {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 80px 0;
	border-top: 25px solid #e6e3df;
}

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

main > section > a.anchor {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}

main > section > div.content {
	position: relative;
	width: 100%;
	max-width: 1400px;
	height: auto;
	margin: 0 auto;
	font-size: 21px;
	line-height: 1.5em;
	text-align: left;
}

main > section.pict {
	padding: 0;
	border-top: 2px solid #fff;
}

main > section.pict > div.content {
	max-width: none;
	font-size: 0;
	line-height: 0;
}

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

/* FOOTER */

footer {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #e6e3df;
	border-top: 25px solid #fff;
	text-align: center;
	margin: 0 auto;
	z-index: 21;
}

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

footer > div.address,
footer > div.map {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(1400px / 2);
	height: 480px;
	z-index: 11;
}

footer > div.address { padding-left: 20px; }
footer > div.map { padding-right: 20px; }
footer > div.map > img {
	width: 100%;
	height: auto;
}

footer > div.address {
	font-size: 18px;
	line-height: 1.5em;
	color: #8b0066;
}

footer > div.address p {
	margin-bottom: 2em;
	text-align: left;
}

footer > div.address p > span.title {
	display: inline-block;
	font-family: 'MeliorLTPro', sans-serif;
	font-size: 27px;
	line-height: 1.1em;
	padding-bottom: 12px;
}

footer > nav#extra {
	position: absolute;
	left: calc(50% + 20px - 5px);
	bottom: 20px;
	width: auto;
	height: auto;
	z-index: 12;
}

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

/* PICT MASK */

div.pictMaskWrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 440px;
	height: auto;
	font-size: 0;
	line-height: 0;
}

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

div.pictMaskWrapper > div.pict > img {
	width: 100%;
	height: auto;
	border: 1px solid #fff;
}

div.pictMaskWrapper > div.mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent url('../images/content/440x480-mask@2x.png') scroll no-repeat center center;
	background-size: contain;
	z-index: 12;
}

/* CITE */

p.cite {
	position: relative;
	font-family: 'MeliorLTPro-BoldItalic', sans-serif;
	font-size: 24px;
	line-height: 1.5em;
	color: #c3b600;
	margin: 60px 0 60px 240px;
}

p.cite > span:nth-of-type(1) {
	position: absolute;
	right: 100%;
	top: 0;
	width: auto;
	height: auto;
	padding-right: 5px;
}

/* TEAM */

div.teamWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: calc(50% + 25px);
	overflow: auto;
	overflow-y: hidden;
}

div.teamWrapper > div.slider {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(405% / 2);
	height: calc(100% - 25px);
	z-index: 1;
}

div.teamWrapper > div.slider > picture {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	z-index: 1;
}

div.teamWrapper > div.slider > picture > img {
	width: 100%;
	height: 100%;
}

div.teamWrapper > div.slider > div.info {
	position: absolute;
	bottom: 15px;
	width: auto;
	height: auto;
	font-family: 'MeliorLTPro-Bold', sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	z-index: 2;
}

div.teamWrapper > div.slider > div.info.n1 { left: calc(100% * (186 / 4050)); }
div.teamWrapper > div.slider > div.info.n2 { left: 24.5%; }
div.teamWrapper > div.slider > div.info.n3 { left: calc(100% * (1436 / 4050)); }
div.teamWrapper > div.slider > div.info.n4 { left: calc(100% * (1968 / 4050)); }
div.teamWrapper > div.slider > div.info.n5 { left: calc(100% * (2788 / 4050)); }
div.teamWrapper > div.slider > div.info.n6 { left: calc(100% * (3568 / 4050)); }

div.teamWrapper > div.slider > div.button {
	position: absolute;
	display: none;
	top: 0;
	width: auto;
	height: 100%;
	font-size: 0;
	line-height: 0;
	z-index: 2;
}

div.teamWrapper > div.slider > div.button.n1 { left: calc(100% * (186 / 4050)); width: calc(100% * (242 / 4050)); }
div.teamWrapper > div.slider > div.button.n2 { left: calc(100% * (845 / 4050)); width: calc(100% * (211 / 4050)); }
div.teamWrapper > div.slider > div.button.n3 { left: calc(100% * (1436 / 4050)); width: calc(100% * (280 / 4050)); }
div.teamWrapper > div.slider > div.button.n4 { left: calc(100% * (1968 / 4050)); width: calc(100% * (558 / 4050)); }
div.teamWrapper > div.slider > div.button.n5 { left: calc(100% * (2788 / 4050)); width: calc(100% * (550 / 4050)); }
div.teamWrapper > div.slider > div.button.n6 { left: calc(100% * (3568 / 4050)); width: calc(100% * (234 / 4050)); }

div.teamWrapper > div.slider > div.button > a > img {
	width: 100%;
	height: 100%;
}

/* BOXES */

div.boxesWrapper {
	position: relative;
	width: 100%;

	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	grid-auto-columns: 1fr;
	grid-auto-rows: auto;
	gap: 40px;
	justify-items: stretch;
	align-items: stretch;
}

div.boxesWrapper > div {
	position: relative;
	background-color: #8b0066;
	border-radius: 20px;
	padding: 40px;
}

div.boxesWrapper > div > * { color: #c3b600 !important; }
div.boxesWrapper > div > span { display: block; color: #fff !important; margin-bottom: 20px; }

div.boxesWrapper > div > p > a,
div.boxesWrapper > div > p > a:link,
div.boxesWrapper > div > p > a:visited {
	color: #c3b600 !important;
	border-bottom-color: #c3b600 !important;
}

div.boxesWrapper > div > p > a:hover,
div.boxesWrapper > div > p > a:link:hover,
div.boxesWrapper > div > p > a:visited:hover {
	color: #fff !important;
	border-bottom-color: #fff !important;
}

div.boxesWrapper > div > dl {
	position: relative;
	width: 100%;
	border-top: 1px solid #c3b60050;
}

div.boxesWrapper > div > dl > dt,
div.boxesWrapper > div > dl > dd {
	display: inline-block;
	width: 50%;
	text-align: left;
	padding: 10px 0;
	border-bottom: 1px solid #c3b60050;
}

div.boxesWrapper + h1 {
	margin-top: 80px !important;
}

/* ETC */

.maxW > h1, .maxW > h2, .maxW > h3, .maxW > p, .maxW > ul, .maxW > ol { max-width: 920px; }
h1.maxW, h2.maxW, h3.maxW, p.maxW, ul.maxW, ol.maxW { max-width: 920px; }

.fontColorRed { color: #8b0066 !important; }

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

h1, .h1, h2, h3 {
	font-family: 'MeliorLTPro', sans-serif;
	font-weight: 400;
	font-size: 54px;
	line-height: 1.1em;
	text-transform: none;
	color: #8b0066;
	margin: 0 0 0.5em 0;
}

h2, .h2 {
	font-size: 36px;
	line-height: 1.25em;
}

h3, .h3 {
	font-family: 'MeliorLTPro-Bold', sans-serif;
	font-size: 22px;
	line-height: 1.5em;
	/*text-transform: uppercase;*/
	margin-bottom: 0;
}

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
   ========================================================================== */

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

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

main ul.dotsNO > li > a,
main ul.dotsNO > li > a:link,
main ul.dotsNO > li > a:visited,
main a.icon {
	border-bottom: 0 !important;
	padding-left: 30px;
	background: transparent url('../images/main/icon-arrow-right@3x.png') scroll no-repeat 0 0px;
	background-size: 20px 20px;
	padding-top: 1px;
}
main a.icon.white {
	background-image: url('../images/main/icon-arrow-right-white@3x.png');
	color: #fff;
}

div.teamWrapper > div.slider > div.info > a,
div.teamWrapper > div.slider > div.info > a:link,
div.teamWrapper > div.slider > div.info > a:visited {
	padding-top: 4px;
	padding-bottom: 4px;
}

body[data-pixelratio='1'] > main a,
body[data-pixelratio='1'] > main a:link,
body[data-pixelratio='1'] > main a:visited { border-bottom-width: 1px; }
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; }

footer a,
footer a:link,
footer a:visited {
	color: #8b0066;
	text-decoration: none;
}

footer a:hover,
footer a:focus,
footer a:active,
footer a:visited:hover,
footer a:visited:focus,
footer a:visited:active {
	color: #8b0066;
	text-decoration: none;
	border-bottom: 1px solid #8b0066;
}

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

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

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

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

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

/* NO BULLETS */

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

ul.dotsNO > li {
	padding-left: 0 !important;
	/*background: none !important;*/
}

/* ICONS */

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

ul.icons > li {
	padding-left: 30px;
	background: transparent url('../images/main/icon-check@3x.png') scroll no-repeat 0 3px;
	background-size: 20px 20px;
}

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

/* LIST NAVIGATION MAIN */

nav#main > ul > li > ul,
nav#main > ul {
	position: relative;
	left: calc(50% - 1400px / 2 - 40px);
	display: block;
	width: calc(1400px + 40px);
	height: auto;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

nav#main > ul > li > ul {
	left: 0;
	width: 100%;
	background: transparent url('../images/main/pixels/81725e.png') scroll no-repeat left top;
	background-size: 60px 1px;
}

nav#main > ul > li > ul > li,
nav#main > ul > li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 40px);
	height: auto;
	margin-left: 40px;
}

nav#main > ul > li > div.title {
	position: relative;
	display: block;
	width: calc(100% + 40px);
	height: 60px;
	font-family: 'MeliorLTPro-Bold', sans-serif;
	font-size: 32px;
	line-height: 1.1em;
	color: #8b0066;
	padding-left: 80px;
	margin-bottom: 25px;
	background: transparent url() scroll no-repeat left top;
	background-size: 60px 60px;
}

nav#main > ul > li > div.title.n1 { background-image: url('../images/graphics/navigation/bg-1@3x.png'); }
nav#main > ul > li > div.title.n2 { background-image: url('../images/graphics/navigation/bg-2@3x.png'); }
nav#main > ul > li > div.title.n3 { background-image: url('../images/graphics/navigation/bg-3@3x.png'); }
nav#main > ul > li > div.title.n4 { background-image: url('../images/graphics/navigation/bg-4@3x.png'); }

nav#main > ul > li > ul > li {
	display: block;
	width: 100%;
	margin-left: 0;
	background: transparent url('../images/main/pixels/81725e.png') scroll no-repeat left bottom;
	background-size: 60px 1px;
}

nav#main > ul > li > ul > li:nth-of-type(1) { padding-top: 3px; }

nav#main > ul > li > ul > li > a,
nav#main > ul > li > ul > li > a:link,
nav#main > ul > li > ul > li > a:visited {
	display: block;
	width: auto;
	font-size: 21px;
	line-height: 2em;
	color: #81725e;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	border-bottom: 0;
	padding: 5px 0;
	transition-duration: 0.25s;
	transition-property: color;
	transition-timing-function: ease-in-out;
}

nav#main > ul > li > ul > li > a:hover,
nav#main > ul > li > ul > li > a:focus,
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:focus,
nav#main > ul > li > ul > li > a:visited:active {
	color: #8b0066;
}

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:focus,
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:focus,
nav#main > ul > li > ul > li.act > a:visited:active {
	color: #8b0066 !important;
}

/* LIST NAVIGATION EXTRA */

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

nav#extra > ul > li {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	text-align: left !important;
}

nav#extra > ul > li > a,
nav#extra > ul > li > a:link,
nav#extra > ul > li > a:visited {
	display: inline-block;
	width: auto;
	font-size: 12px;
	line-height: 1.5em;
	text-transform: none;
	text-decoration: none;
	color: #81725e;
	padding: 5px 5px;
	border: 0 !important
}

nav#extra > ul > li > a:hover,
nav#extra > ul > li > a:focus,
nav#extra > ul > li > a:active,
nav#extra > ul > li > a:visited:hover,
nav#extra > ul > li > a:visited:focus,
nav#extra > ul > li > a:visited:active {
	color: #8b0066;
}

/* ==========================================================================
   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: 2em auto;
	border: 0;
	border-top: 0.5px solid #fff;
	opacity: 0.25;
}
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; }
.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 1.5em 0; }
p.pict { font-size: 0; line-height: 0; margin: 0; padding: 0; margin-bottom: 20px; }

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 p, table ul, table ol { margin-bottom: 0; }*/

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

header > nav#button > div.text > table.center > tbody > tr > td { text-align: left; padding-top: 5px; }
main > nav#main > ul > li > div.title > table.center > tbody > tr > td { text-align: left; padding-top: 5px; }

picture { position: relative; display: block; font-size: 0; line-height: 0; width: 100%; margin-bottom: 40px; }
main > section.pict > div.content > picture { margin-bottom: 0; }
figure { display: block; width: 100%; margin: 0; margin-bottom: 40px; font-size: 0; line-height: 0; }
figure > figcaption { display: block; width: 100%; margin: 0; opacity: 1; font-size: 12px; line-height: 1.667em; text-transform: uppercase; padding-top: 7px; padding-right: 25%; }
img { border: 0; height: auto; max-width: 100%; }

/*
strong { font-weight: 700; }
em, i { font-style: italic; }
*/

strong { font-weight: 400; font-family: 'MeliorLTPro-Bold', sans-serif; }
em, i { font-style: normal; font-family: 'MeliorLTPro-Italic', sans-serif; }
strong > em, strong > i, em > strong, i > strong { font-weight: 400; font-family: 'MeliorLTPro-BoldItalic', sans-serif; }

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: -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 (min-width: 2001px) {
/*****************************************************************************/

header { max-width: 2000px; }
main { max-width: 2000px; }
footer { max-width: 2000px; }

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

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

/* HEADER */
header > div.logo img { width: calc(100vw * (440 / 1560)); }
header > nav#button { left: 80px; height: calc(100vw * (60 / 1560)) !important; background-size: calc(100vw * (60 / 1560)) calc(100vw * (60 / 1560)) !important; }
/*header > nav#button { top: calc(100vw * (222 / 1560)); }*/
header > nav#button > div.text { padding-left: calc(100vw * (60 / 1560) + 20px); font-size: calc(100vw * (21 / 1560)); line-height: 1.25em; }

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

/* NAVIGATION */
nav#main > ul > li > div.title { height: calc(100vw * (60 / 1560)); padding-left: calc(100vw * (60 / 1560) + 20px); background-size: calc(100vw * (60 / 1560)) calc(100vw * (60 / 1560)); font-size: calc(100vw * (32 / 1560)); line-height: 1.1em; }
nav#main > ul { left: calc(80px - 40px); width: calc((100% - 80px * 2) + 40px); }

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

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

/* FOOTER */
footer > div.address, footer > div.map { width: 50%; height: calc(100vw * (480 / 1400)); }

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

@media screen and (max-width: 1399px) and (min-width: 1200px) {
/*****************************************************************************/

/* CONTENT: BOXES */

div.boxesWrapper > div > dl > dt,
div.boxesWrapper > div > dl > dd {
	display: inline-block;
	width: 100%;
}
div.boxesWrapper > div > dl > dt {
	padding: 0;
	padding-top: 10px;
	border-bottom: 0;
}
div.boxesWrapper > div > dl > dd {
	padding: 0;
	padding-bottom: 10px;
}

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

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

/* CONTENT: CITE */
p.cite { margin: 40px 0 40px 0; }

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

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

/* HEADER */
header > nav#button { width: 45px; height: 45px !important; background-size: 45px 45px !important; }
header > nav#button > div.text { display: none; }

/* NAVIGATION */
nav#main > ul > li > div.title { height: auto !important; padding-top: 55px; padding-left: 0 !important; background-size: 45px 45px; }

/* CONTENT: TEAM */
div.teamWrapper > div.slider > div.info { display: none; }
div.teamWrapper > div.slider > div.button { display: block; }

/* CONTENT: BOXES */
div.boxesWrapper {
	max-width: 660px;
	margin: 0 auto;
	grid-template-columns: repeat(1, 1fr);
}

/* LINKS */
main ul.dotsNO > li > a,
main ul.dotsNO > li > a:link,
main ul.dotsNO > li > a:visited,
main a.icon { padding-left: 26px; background-position: 0 0; background-size: 16px 16px; }

/* LISTS: ICONS */
ul.icons > li { padding-left: 26px; background-position: 0 2px; background-size: 16px 16px; }

/* FONT SIZES */
main > section > div.content { font-size: 18px; line-height: 1.5em; }
p.cite { font-size: 21px; line-height: 1.5em; }
h1 { font-size: 46px; line-height: 1.1em; }
h2 { font-size: 30px; line-height: 1.25em; }
h3 { font-size: 19px; line-height: 1.5em; }
nav#main > ul > li > div.title { font-size: 24px !important; line-height: 1.1em; }
nav#main > ul > li > ul > li > a, nav#main > ul > li > ul > li > a:link, nav#main > ul > li > ul > li > a:visited { font-size: 18px; line-height: 2em; }
/*
footer > div.address { font-size: 16px; line-height: 1.5em; }
footer > div.address p > span.title { font-size: 24px; line-height: 1.1em; }
*/
footer > div.address { font-size: 14px; line-height: 1.5em; }
footer > div.address p > span.title { font-size: 18px; line-height: 1.1em; }

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

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

/* FOOTER */
footer { padding-bottom: 20px; }
footer > div.address,
footer > div.map {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	text-align: center;
}
footer > div.address { padding-top: 40px; padding-left: 0; }
footer > div.address p { text-align: center; }
footer > div.map { padding-right: 0; }
footer > div.map > img { max-width: 680px; }
footer > nav#extra {
	position: relative;
	left: 0;
	bottom: auto;
	top: 0;
	width: 100%;
}

/* SUBCOLUMNS */
div.subcolumns { left: 0; width: 100%; }
div.subcolumns > div.col { margin-left: 0; width: 100% !important; margin-top: 40px; }
div.subcolumns > div.col:nth-of-type(1) { margin-top: 0; }
div.subcolumns > div.col.left { float: none; }
div.subcolumns > div.col.right { float: none; }

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

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

/* NAVIGATION */
nav#main { padding-bottom: 0; }
nav#main > ul > li { width: calc(50% - 40px); padding-bottom: 40px; }

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

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

/* HEADER */
header > div.logo { padding-right: 30px; text-align: right; }
header > div.logo img { left: auto; width: 220px; }
header > nav#button { left: 30px; bottom: 52px; }

/* MAIN */
main > section { padding: 40px 0; }
main > section > div.content { width: calc(100% - 30px * 2); }
main > section.pict > div.content { width: 100%; }

/* NAVIGATION */
nav#main { left: 0; width: 100% !important; }
nav#main > ul { left: 30px; width: calc(100% - 30px * 2); }
nav#main > ul > li { width: 50%; margin-left: 0; }
nav#main > ul > li > div.title { width: 100%; }

/* CONTENT: TEAM */
div.teamWrapper { padding-bottom: calc(75% + 25px); }
div.teamWrapper > div.slider { width: calc(680% * (3 / 4)); }

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

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

/* NAVIGATION */
nav#main > ul > li { width: 100%; }
nav#main > ul > li > div.title { background-position: center top; }
nav#main > ul > li > div.title > table.center > tbody > tr > td { text-align: center !important; }
nav#main > ul > li > ul { background-position: center top; }
nav#main > ul > li > ul > li { background-position: center bottom; }
nav#main > ul > li > ul > li > a, nav#main > ul > li > ul > li > a:link, nav#main > ul > li > ul > li > a:visited { text-align: center; }

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

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

/* CONTENT: BOXES */
div.boxesWrapper > div {
	border-radius: 10px;
	padding: 20px;
}

/* MAIN */
/*main > section { padding: 20px 0; }*/

/* FONT SIZES */
main > section > div.content { font-size: 16px; line-height: 1.5em; }
p.cite { font-size: 18px; line-height: 1.5em; }
h1 { font-size: 32px; line-height: 1.1em; }
h2 { font-size: 24px; line-height: 1.25em; }
h3 { font-size: 17px; line-height: 1.5em; }
nav#main > ul > li > div.title { font-size: 21px !important; line-height: 1.1em; }
nav#main > ul > li > ul > li > a, nav#main > ul > li > ul > li > a:link, nav#main > ul > li > ul > li > a:visited { font-size: 16px; line-height: 2em; }
footer > div.address { font-size: 14px; line-height: 1.5em; }
footer > div.address p > span.title { font-size: 16px; line-height: 1.1em; }

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

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

/* HEADER */
header > div.logo img { width: calc(100vw - 2* 30px); }
header > nav#button { left: auto; right: 10px; bottom: auto; top: 10px; width: 30px; height: 30px; background-size: 30px 30px; }

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

body > * { display: none; }

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