/*! 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: 'Titillium Web';
	font-style: normal;
	font-weight: 400;
	src: url('../_fonts/titillium-web-v8-latin-regular.eot');
	src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'),
			url('../_fonts/titillium-web-v8-latin-regular.eot?#iefix') format('embedded-opentype'),
			url('../_fonts/titillium-web-v8-latin-regular.woff2') format('woff2'),
			url('../_fonts/titillium-web-v8-latin-regular.woff') format('woff'),
			url('../_fonts/titillium-web-v8-latin-regular.ttf') format('truetype'),
			url('../_fonts/titillium-web-v8-latin-regular.svg#TitilliumWeb') format('svg');
}
@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 600;
	src: url('../_fonts/titillium-web-v8-latin-600.eot');
	src: local('Titillium Web SemiBold'), local('TitilliumWeb-SemiBold'),
			url('../_fonts/titillium-web-v8-latin-600.eot?#iefix') format('embedded-opentype'),
			url('../_fonts/titillium-web-v8-latin-600.woff2') format('woff2'),
			url('../_fonts/titillium-web-v8-latin-600.woff') format('woff'),
			url('../_fonts/titillium-web-v8-latin-600.ttf') format('truetype'),
			url('../_fonts/titillium-web-v8-latin-600.svg#TitilliumWeb') format('svg');
}
@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 700;
	src: url('../_fonts/titillium-web-v8-latin-700.eot');
	src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'),
			url('../_fonts/titillium-web-v8-latin-700.eot?#iefix') format('embedded-opentype'),
			url('../_fonts/titillium-web-v8-latin-700.woff2') format('woff2'),
			url('../_fonts/titillium-web-v8-latin-700.woff') format('woff'),
			url('../_fonts/titillium-web-v8-latin-700.ttf') format('truetype'),
			url('../_fonts/titillium-web-v8-latin-700.svg#TitilliumWeb') format('svg');
}

@media only screen {
/*****************************************************************************/

/*

COLORS:

_ #3c3835 ... gray
_ #9d9b9a ... gray (50%)
_ #cecdcc ... gray (25%)
_ #ebebea ... gray (10%)
_ #f1b726 ... yellow


FONTS:

font-family: 'Titillium Web', sans-serif;
font-weight: 400/600/700;

*/

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

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

body {
	background-color: #fff;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	color: #3c3835;
	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: #3c3835; background-color: #f1b726; }

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

/* HEADER */

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

header > div.logo {
	position: absolute;
	left: calc(50% - 510px);
	bottom: -6px;
	width: calc(130px + (6px * 2));
	height: calc(130px + (6px * 2));
	padding: 6px;
	background-color: #fff;
	z-index: 2;
}

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

header > nav.main {
	position: absolute;
	left: calc(50% - 380px + 25px);
	bottom: 0;
	width: auto;
	height: auto;
	z-index: 3;
}

header > nav.main > table > tbody > tr > td { text-align: left; }

header > div.color {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 130px;
	background-color: #3c3835;
	z-index: 1;
}

/* MAIN */

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

main > section {
	position: relative;
	width: 100%;
	height: auto;
	padding: 40px;
}

main > section:nth-of-type(1) { padding-top: 80px; }
.pageHomeOK main > section:nth-of-type(1) { padding-top: 40px; }
main > section:nth-last-of-type(1) { padding-bottom: 80px; }

main > section > div.content {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: calc(1em * (24 / 16));
}

/* FOOTER */

footer {
	position: relative;
	width: 100%;
	height: 130px;
	margin: 0 auto;
	text-align: center;
	background-color: #3c3835;
	z-index: 12;
}

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

footer > div.content {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	font-weight: 600;
	font-size: 16px;
	line-height: calc(1em * (24 / 16));
	color: #fff;
	text-align: left;
}

footer > div.content > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: auto;
	padding: 40px 20px;
}

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

/* VIDEO 16:9 */

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

.jsNO .video { display: none; }

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

/* MAP */

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

.jsNO div.map { display: none; }

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

/* ETC */

.fontColorYellow, .fontColorYellow h1 { color: #f1b726; }

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

h1, .h1, h2, .h2 {
	position: relative;
	display: block;
	width: auto;
	font-weight: 400;
	font-size: 60px;
	line-height: calc(1em * (60 / 60));
	letter-spacing: 0;
	color: #3c3835;
	text-transform: lowercase;
	margin: -0.333em 0 0.333em 0;
}

h1 > span, .h1 > span {
	display: block;
	margin-top: 0;
}

h1.indent { padding-left: calc((100% - (2 * 40px)) / 3 + 40px); }

h2, .h2 {
	font-size: 30px;
	line-height: calc(1em * (30 / 30));
	margin: 0 0 0.667em 0;
}

h2 > span, .h2 > span {
	display: block;
	margin-top: 0;
}

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

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

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

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

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

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

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: #fff;
	text-decoration: none;
	border-bottom: 0;
}

footer a:hover,
footer a:focus,
footer a:active,
footer a:visited:hover,
footer a:visited:focus,
footer a:visited:active {
	color: #f1b726;
}

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

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

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

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

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

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

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

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

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

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

/* NO BULLETS */

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

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

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

/* HEADER > MAIN */

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

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

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

nav.main ul > li > a,
nav.main ul > li > a:link,
nav.main ul > li > a:visited {
	display: inline-block;
	width: auto;
	height: auto;
	font-weight: 600;
	font-size: 30px;
	line-height: 1em;
	letter-spacing: 0;
	color: #fff;
	text-transform: lowercase;
	padding: 30px 25px;
}

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

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

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

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

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

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

hr {
	width: 100%;
	height: 0;
	margin: 40px auto;
	border: 0;
	border-top: 0.5px solid #9d9b9a;
	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;
}

div.distance.small,
div.space.small {
	height: 20px;
}

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

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

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

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

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

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

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

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

strong { font-weight: 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 { 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: 40px;
}

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

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

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

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

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

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

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



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

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



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

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



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

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

/* HEADER */
/*
header > div.logo { left: 40px; }
header > nav.main { left: 195px; }
*/

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

/* HEADLINES */
h1.indent { padding-left: 0; }

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



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

/* HEADER */
header > div.logo { left: 34px; }
header > nav.main { left: 189px; }

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



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

/* HEADER */
nav.main ul > li > a > span { display: none; }

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



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

/* FOOTER */
footer { height: auto; padding: 20px 0; }
footer > div.content { width: 100%; margin: 0; padding: 20px 40px; }
footer > div.content > div { display: block; width: 100%; padding: 0; margin-top: 20px; }
footer > div.content > div:nth-of-type(1) { margin-top: 0; }

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



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

/* HEADER */
header { height: 136px; }
header > nav.main { left: 180px; height: 130px; }
nav.main ul > li { display: block; }
nav.main ul > li > a,
nav.main ul > li > a:link,
nav.main ul > li > a:visited { font-size: 24px; line-height: 1em; padding: 3px 30px; }

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

main > section:nth-of-type(1) { padding-top: 40px; }
.pageHomeOK main > section:nth-of-type(1) { padding-top: 20px; }
main > section:nth-last-of-type(1) { padding-bottom: 40px; }

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



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

/* HEADER */
header > div.logo { left: 14px; }
header > nav.main { left: 154px; }

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

/* FOOTER */
footer > div.content { padding: 20px 20px; }

/* FONT-SIZES */
main > section > div.content { font-size: 14px; line-height: calc(1em * (24 / 16)); }
footer > div.content { font-size: 14px; line-height: calc(1em * (24 / 16)); }
h1, .h1 { font-size: 40px; line-height: calc(1em * (60 / 60)); }
h2, .h2 { font-size: 24px; line-height: calc(1em * (30 / 30)); }

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



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

/* HEADER */
nav.main ul > li > a,
nav.main ul > li > a:link,
nav.main ul > li > a:visited { font-size: 18px; line-height: 1em; padding: 3px 20px; }

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

/* INTRO */

.pageIntroOK > main,
.pageIntroOK > main > section,
.pageIntroOK > main > section > div.logo,
.pageIntroOK > main > section > div.link,
.pageIntroOK > main > section > div.link > a,
.pageIntroOK > main > section > div.link > a:link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.pageIntroOK > main {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	z-index: 1;
}

.jsNO.pageIntroOK > main { background-color: #9d9b9a; }
.jsOK.pageIntroOK > main { background-color: #3c3835; }
.jsOK.pageIntroOK > main.go { background-color: #9d9b9a; transition: background-color 8s; /*transition-delay: 2s;*/ }

.pageIntroOK > main > section > div.logo { z-index: 1; }
.pageIntroOK > main > section > div.link { z-index: 2; }

.pageIntroOK > main > section > div.logo td { position: relative; padding: 40px; }

.pageIntroOK > main > section > div.logo img { position: relative; display: inline-block; }

.jsNO.pageIntroOK > main > section > div.logo img { background-color: #fff; }
.jsOK.pageIntroOK > main > section > div.logo img { background-color: #3c3835; }
.jsOK.pageIntroOK > main.go > section > div.logo img { background-color: #fff; transition: background-color 8s; /*transition-delay: 2s;*/ }

/* GALLERY */

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

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

div.gallery > div > figure { margin-bottom: 0; }
div.gallery > div > figure > picture { margin-bottom: 0; }
div.gallery > div > figure > figcaption { font-size: 16px; line-height: calc(1em * (20 / 16)); padding: 10px 0; border-bottom: 1px solid #3c3835; }

/* GALLERY (BUTTON) */

div.button {
	width: 100%;
	max-width: 440px;
}

div.button.n1 {
	position: absolute;
	left: calc(100% + 40px);
	bottom: 0;
}

div.button.n2 {
	position: relative;
	display: none;
}

/*****************************************************************************/
}

/* INTRO */
@media screen and (max-width: 409px) {
	.pageIntroOK > main > section > div.logo img { width: 100%; height: auto; }
}
@media screen and (orientation: landscape) and (max-height: 469px) {
	.pageIntroOK > main > section > div.logo img { width: auto !important; height: calc(100vh - (2 * 40px)); }
}
/*@media screen and (orientation: portrait) and (max-height: 409px) {
	.pageIntroOK > main > section > div.logo img { width: auto; height: calc(100% - (2 * 20px)); border: 3px solid blue; }
}*/



/* GALLERY */
@media screen and (max-width: 759px) {
	div.gallery { width: 100%; left: 0; }
	div.gallery > div { width: 100%; margin: 40px 0 0 0; }
}



/* GALLERY (BUTTON) */
@media screen and (max-width: 1249px) {
	div.button.n1 { position: relative; left: 0; bottom: auto; top: 0; margin-top: 20px; }
}
@media screen and (max-width: 1099px) {
	div.button.n1 { display: none; }
	div.button.n2 { display: block; }
}

@media only screen {
/*****************************************************************************/

/* ==========================================================================
   FORMS
   ========================================================================== */

/* GENERAL */

div.formWrapper {
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
	margin-top: 40px;
}

div.formWrapper > div.message {
	position: relative;
	display: none;
	width: 100%;
	margin-bottom: 40px;
	font-weight: 700;
	/*color: #ffa000;*/
	color: #c00;
}

form { position: relative; overflow: hidden; margin: 0; }

select, input, textarea, label {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.333em;
	color: #3c3835;
	text-align: left;
}

/* INPUTSET */

div.inputset {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 1.333em;
}

/* LABEL */

label {
	position: absolute;
	left: 10px;
	top: 2px;
	width: auto;
	height: auto;
	font-weight: 700;
	font-size: 12px;
	color: #9d9b9a;
	letter-spacing: 1px;
	text-transform: uppercase;
	z-index: 2;
}

div.inputset.error label { color: #c00; }

/* FIELDS */

input[type='date'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 12px 10px;
	background-color: #ebebea;
	border: 0;
	border-radius: 3px;
	z-index: 1;
}

textarea { height: 150px; }

input[type='date']:focus, input[type='date']:active,
input[type='email']:focus, input[type='email']:active,
input[type='number']:focus, input[type='number']:active,
input[type='password']:focus, input[type='password']:active,
input[type='tel']:focus, input[type='tel']:active,
input[type='text']:focus, input[type='text']:active,
input[type='url']:focus, input[type='url']:active,
textarea:focus, textarea:active {
	outline: none !important;
	background-color: #f1b726;
	color: #3c3835;
	z-index: 3;
}

input[type='date'].filled,
input[type='email'].filled,
input[type='number'].filled,
input[type='password'].filled,
input[type='tel'].filled,
input[type='text'].filled,
input[type='url'].filled,
textarea.filled {
	z-index: 3;
}

input#ff_captchaCode {
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 50% 100%;
	margin-bottom: 3px;
}

/*input[type=checkbox] { margin-right: 10px; margin-top: 6px; }*/

input[type='button'],
input[type='submit'],
input[type='reset'] {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 12px 20px;
	background-color: #3c3835;
	border: 0;
	border-radius: 3px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

input[type='button']:hover,
input[type='submit']:hover,
input[type='reset']:hover {
	color: #3c3835;
	background-color: #f1b726;
	cursor: pointer;
}

/* CHECKBOX */

input[type='checkbox'] + label {
	position: relative;
	display: block;
	left: 0;
	top: 0;
	padding: 3px 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.333em;
	letter-spacing: 0;
	text-transform: none;
	color: #3c3835 !important;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
	position: absolute;
	left: -9999px;
}

input[type='checkbox']:checked + label,
input[type='checkbox']:not(:checked) + label,
input[type='radio']:checked + label,
input[type='radio']:not(:checked) + label {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	cursor: pointer;
}
input[type='checkbox']:checked + label:before,
input[type='checkbox']:not(:checked) + label:before,
input[type='radio']:checked + label:before,
input[type='radio']:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border: 1px solid #ebebea;
	border-radius: 100%;
}
.error input[type='checkbox']:checked + label:before,
.error input[type='checkbox']:not(:checked) + label:before,
.error input[type='radio']:checked + label:before,
.error input[type='radio']:not(:checked) + label:before {
	border-color: #c00;
}
input[type='checkbox']:checked + label:before,
input[type='radio']:checked + label:before {
	border-color: #3c3835 !important;
}
input[type='checkbox']:checked + label:before,
input[type='checkbox']:not(:checked) + label:before {
	border-radius: 0;
}
input[type='checkbox']:checked + label:after,
input[type='checkbox']:not(:checked) + label:after,
input[type='radio']:checked + label:after,
input[type='radio']:not(:checked) + label:after {
	content: '';
	position: absolute;
	top: 7px;
	left: 3px;
	width: 12px;
	height: 12px;
	background-color: #3c3835;
	border-radius: 100%;
	/*
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	*/
}
input[type='checkbox']:checked + label:after,
input[type='checkbox']:not(:checked) + label:after {
	border-radius: 0;
}
input[type='checkbox']:not(:checked) + label:after,
input[type='radio']:not(:checked) + label:after {
	opacity: 0;
	/*
	-webkit-transform: scale(0);
	transform: scale(0);
	*/
}
input[type='checkbox']:checked + label:after,
input[type='radio']:checked + label:after {
	opacity: 1;
	/*
	-webkit-transform: scale(1);
	transform: scale(1);
	*/
}

/* ERROR */

input.error, select.error, textarea.error {
	border: 1px solid #c00;
}
/*
input[type='checkbox'].error { position: relative; display: inline-block; }
input[type='checkbox'].error::before {
	content: '';
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	left: -3px;
	top: -3px;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	border: 2px solid #cf142b;
}
*/

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

body > * { display: none; }

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