/*! 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; }
/* roboto-condensed-regular - latin */
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('../_fonts/roboto-condensed-v17-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
			url('../_fonts/roboto-condensed-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('../_fonts/roboto-condensed-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
			url('../_fonts/roboto-condensed-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
			url('../_fonts/roboto-condensed-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
			url('../_fonts/roboto-condensed-v17-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	src: url('../_fonts/roboto-condensed-v17-latin-700.eot'); /* IE9 Compat Modes */
	src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
			url('../_fonts/roboto-condensed-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('../_fonts/roboto-condensed-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
			url('../_fonts/roboto-condensed-v17-latin-700.woff') format('woff'), /* Modern Browsers */
			url('../_fonts/roboto-condensed-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
			url('../_fonts/roboto-condensed-v17-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

@media only screen {
/*****************************************************************************/

/*

COLORS:
_ aqua: 			#00bfd6
_ aqua headline: 	#24b9d1
_ gray body: 		#f3f1ef
_ gray footer: 		#a39b95

FONTS:
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400/700;
font-style: normal

*/

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

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

body {
	background-color: #f3f1ef;
	font-weight: 400;
	font-size: 0;
	line-height: 0;
	color: #666;
	/*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%;
}

body.pageNavSubOK {
	background-color: #00bfd6;
}

* {
	-webkit-box-sizing: inherit;
	   -moz-box-sizing: inherit;
	        box-sizing: inherit;
	padding: 0;
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif;
}

*:after, *:before,
*::after, *::before {
	-webkit-box-sizing: inherit;
	   -moz-box-sizing: inherit;
	        box-sizing: inherit;
	font-size: 0;
	line-height: 0;
}

::selection { color: #00bfd6; background-color: #fff; }

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

/* HEADER */

header {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	z-index: 3;
}

header > div.logo {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0 40px 0;
	text-align: right;
	z-index: 1;
}

header > div.logo img {
	width: 310px;
	height: 110px;
}

header > nav#main {
	position: absolute;
	display: none;
	left: calc(50% - 1200px / 2 - 10px);
	bottom: 0;
	width: auto;
	height: auto;
	z-index: 2;
}

.pageHomeOK header > nav#main,
.pageNavSubOK header > nav#main {
	display: block;
}

header > nav#button {
	position: absolute;
	left: calc(50% - 1200px / 2);
	/*top: 112px;*/
	bottom: 0;
	width: 24px;
	height: 24px;
	background: transparent url('../images/main/nav-lines-black@3x.png') scroll no-repeat center center;
	background-size: cover;
	z-index: 2;
}

header > nav#button:hover {
	background-image: url('../images/main/nav-lines-aqua@3x.png');
}

header > nav#button > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* MAIN */

main {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
	z-index: 1;
}

main > section {
	position: relative;
	width: 100%;
	max-width: 1200px;
	padding: 40px 0;
	margin: 0 auto;
	text-align: left;
	font-size: 18px;
	line-height: calc(1em * (27 / 18));
}

/* FOOTER */

footer {
	position: relative;
	width: 100%;
	height: 150px;
	background-color: #a39b95;
	z-index: 2;
}

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

.pageNavSubOK footer { display: none; }

footer > div.address {
	position: absolute;
	left: calc(50% - 1200px / 2 + 100px);
	bottom: 40px;
	width: auto;
	font-size: 14px;
	line-height: calc(1em * (21 / 14));
	color: #fff;
	z-index: 1;
}

footer > div.address > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin-right: 30px;
}

footer > div.person {
	position: absolute;
	background: transparent url() scroll no-repeat center center;
	background-size: cover;
}

footer > div.person.n1 {
	left: calc(50% - 1200px / 2);
	top: -46px;
	width: 56px;
	height: 156px;
	background-image: url('../images/main/person-1@3x.png');
	z-index: 3;
}

footer > div.person.n2 {
	left: calc(50% - 1200px / 2 - 25px);
	top: -34px;
	width: 56px;
	height: 134px;
	background-image: url('../images/main/person-2@3x.png');
	z-index: 2;
}

footer > div.person.n3 {
	right: calc(50% - 1200px / 2 + 20px);
	top: -8px;
	width: 39px;
	height: 108px;
	background-image: url('../images/main/person-3@3x.png');
	z-index: 2;
}

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

/* PICTURES */

main > section img { width: 100%; }

p.pict {
	font-size: 0;
	line-height: 0;
	margin-bottom: 40px;
}

/* BOX */

.box {
	position: relative;
	width: 100%;
	height: auto;
	padding: 40px;
	margin-bottom: 40px;
	background-color: #fff;
}

.box:last-child { margin-bottom: 0; }

/* TILES */

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

div.tilesWrapper > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 3 * 40px) / 3);
	height: 0;
	padding-bottom: calc(((100% - 3 * 40px) / 3) * (1 / 2));
	/*padding-bottom: calc(((100% - 3 * 40px) / 3) * (2 / 3));*/
	margin-left: 40px;
	margin-bottom: 40px;
	-webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; word-wrap: break-word;
}

/*div.tilesWrapper.people > div {
	padding-bottom: calc(((100% - 3 * 40px) / 3) * (2 / 3));
}*/

div.tilesWrapper.aqua > div { background-color: #00bfd6; }
div.tilesWrapper.white > div { background-color: #fff; }

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

div.tilesWrapper > div > div.text {
	padding: 34px 40px;
	z-index: 1;
}

div.tilesWrapper.aqua > div > div.text { color: #fff; }
div.tilesWrapper.white > div > div.text { color: #00bfd6; }

div.tilesWrapper > div > div.link {
	font-size: 0;
	line-height: 0;
	z-index: 2;
}

div.tilesWrapper > div > div.link > a,
div.tilesWrapper > div > div.link > a:link,
div.tilesWrapper > div > div.link > a:visited {
	border-bottom: 0;
}

div.tilesWrapper > div > div.link > a::before,
div.tilesWrapper > div > div.link > a::after {
	content: '';
	position: absolute;
	left: 40px;
	width: calc(100% - 2 * 40px);
	height: 2px;
	opacity: 0;
	transition: transform 0.25s, opacity 0.25s;
}

div.tilesWrapper.aqua > div > div.link > a::before,
div.tilesWrapper.aqua > div > div.link > a::after {
	background-color: #fff;
}

div.tilesWrapper.white > div > div.link > a::before,
div.tilesWrapper.white > div > div.link > a::after {
	background-color: #00bfd6;
}

div.tilesWrapper > div > div.link > a::before {
	top: 0;
	transform: translateX(0) translateY(0);
}

div.tilesWrapper > div > div.link > a::after {
	bottom: 0;
	transform: translateX(0) translateY(0);
}

div.tilesWrapper > div > div.link > a:hover::before,
div.tilesWrapper > div > div.link > a:focus::before,
div.tilesWrapper > div > div.link > a:hover::after,
div.tilesWrapper > div > div.link > a:focus::after  {
	opacity: 1;
}

div.tilesWrapper > div > div.link > a:hover::before,
div.tilesWrapper > div > div.link > a:focus::before  {
	transform: translateX(0) translateY(20px);
}

div.tilesWrapper > div > div.link > a:hover::after,
div.tilesWrapper > div > div.link > a:focus::after  {
	transform: translateX(0) translateY(-20px);
}

/* SLIDER GALLERY */

div.sliderWrapper {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	background-color: #fff;
	margin-bottom: 80px;
	/*overflow: hidden;*/
	z-index: 1;
}

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

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

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

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

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

/*div.sliderWrapper:hover > div.itemsWrapper > div > div.pict { opacity: 0.5; }*/

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

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

/* div.sliderWrapper > div.itemsWrapper > div > div.text {} */

div.sliderWrapper > div.arrow {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 3;
}

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

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

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

/*
div.sliderWrapper > div.dotsWrapper {
	position: absolute;
	right: 0;
	bottom: -20px;
	width: auto;
	height: auto;
	text-align: right;
	z-index: 4;
}

div.sliderWrapper > div.dotsWrapper > div {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	border-radius: 5px;
	background-color: #000;
	opacity: 0.25;
	transition-duration: 1s;
	transition-property: opacity;
}

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

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

/* ETC */

.fontSizeBig { font-size: 125%; line-height: 1.5em; }
.fontSizeSmall { font-size: 75%; line-height: 1.5em; }

.fontColorAqua { color: #00bfd6; }

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

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

h1, .h1, h2, .h2, h3, .h3 {
	/*
	font-weight: 400;
	font-size: 48px;
	line-height: calc(1em * (72 / 48));
	*/
	font-weight: 700;
	font-size: 60px;
	line-height: calc(1em * (72 / 60));
	text-transform: uppercase;
	color: #24b9d1;
	margin: 0 0 0.5em 0;
}

h1 > span, .h1 > span {
	display: block;
	font-weight: 400;
	font-size: 24px;
	line-height: calc(1em * (72 / 60));
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2, .h2, h3, .h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: calc(1em * (32 / 24));
	text-transform: none;
	margin: 0 0 1em 0;
}

h2 > span, .h2 > span {
	display: block;
	font-size: 12px;
	line-height: calc(1em * (32 / 24));
	text-transform: uppercase;
	letter-spacing: 1px;
}

h3, .h3 {
	font-weight: 400;
	font-size: 21px;
	line-height: calc(1em * (32 / 24));
}

div + h3, p + h3, ul + h3, ol + h3, h1 + h3,
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: #00bfd6;
	text-decoration: none;
	border-bottom: 0.5px solid #00bfd6;
}

div.tilesWrapper.aqua a,
div.tilesWrapper.aqua a:link,
div.tilesWrapper.aqua a:visited {
	color: #fff;
	border-bottom-color: #fff;
}

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

div.tilesWrapper.aqua a:hover,
div.tilesWrapper.aqua a:focus,
div.tilesWrapper.aqua a:active,
div.tilesWrapper.aqua a:visited:hover,
div.tilesWrapper.aqua a:visited:focus,
div.tilesWrapper.aqua a:visited:active {
	color: #fff;
	border-bottom-color: #fff;
}

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

footer a:hover,
footer a:focus,
footer a:active,
footer a:visited:hover,
footer a:visited:focus,
footer a:visited:active {
	color: #fff;
	border-bottom-width: 0.5px;
}

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

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

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

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

ul {
	list-style-type: disc;
	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;*/
}

/* SPACING */

ul.spacingOK > li { padding-bottom: 1.5em; }
ul.spacingOK > li:nth-last-of-type(1) { padding-bottom: 0; }

/* GREEN */

ul.colorAqua > li {
	color: #00bfd6
}

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

/* LIST NAVIGATION MAIN */

/* main */

nav#main > ul {
	display: 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;
	text-align: left;
}

nav#main > ul > li > a,
nav#main > ul > li > a:link,
nav#main > ul > li > a:visited {
	display: block;
	width: auto;
	font-weight: 400;
	font-size: 18px;
	line-height: calc(1em * (24 / 18));
	color: #000;
	text-align: left;
	text-decoration: none;
	text-transform: lowercase;
	padding: 0 10px;
	transition-duration: 0.25s;
	transition-property: color;
	transition-timing-function: ease-in-out;
}

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: #24b9d1;
}

.pageNavSubOK nav#main > ul > li > a:hover,
.pageNavSubOK nav#main > ul > li > a:focus,
.pageNavSubOK nav#main > ul > li > a:active,
.pageNavSubOK nav#main > ul > li > a:visited:hover,
.pageNavSubOK nav#main > ul > li > a:visited:focus,
.pageNavSubOK nav#main > ul > li > a:visited:active {
	color: #fff;
}

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: #24b9d1;
}

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

/* sub */

nav#main > ul > li > ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	padding-top: 45px;
	margin: 0;
}

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

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

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-weight: 700;
	font-size: 60px;
	line-height: calc(1em * (60 / 60));
	color: #fff;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 10px;
	opacity: 0.5;
	transition-duration: 0.25s;
	transition-property: opacity;
	transition-timing-function: ease-in-out;
	white-space: nowrap !important;
}

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 {
	opacity: 1;
}

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 {
	opacity: 1;
}

/* ==========================================================================
   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%;
	height: 0;
	margin: 70px 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; }
.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:last-child, ul:last-child, ol:last-child { margin-bottom: 0; }

table { position: relative; width: 100%; border-width: 0; margin: 0 0 1.667em 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; 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; }

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

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

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

div.formWrapper > div.message {
	position: relative;
	display: none;
	width: 100%;
	border: 1px solid #24b9d1;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 0;
	font-weight: 700;
}

form { position: relative; overflow: hidden; margin: 0; margin-top: 1.5em; }
form * { font-family: 'Roboto Condensed', sans-serif; }

div.inputset {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 0 1.5em 0;
}

div.inputset:nth-of-type(1),
div.inputset:nth-of-type(2),
div.inputset:nth-of-type(3),
div.inputset:nth-of-type(4) {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

div.inputset:nth-of-type(1),
div.inputset:nth-of-type(3) {
	padding-right: 20px;
}

div.inputset:nth-of-type(2),
div.inputset:nth-of-type(4) {
	padding-left: 20px;
}

/*div.inputset.indent { padding-left: 10px; }*/

label {
	position: relative;
	display: block;
	width: 100%;
	padding-left: 0px;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 12px;
	line-height: calc(1em * (18 / 12));
	letter-spacing: 1px;
	color: #24b9d1;
	text-transform: uppercase;
}

input[type='date'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea {
	display: block;
	width: 100%;
	height: auto;
	padding: 8px 10px;
	background-color: #f3f1ef;
	border: 1px solid #f3f1ef;
	border-radius: 5px;
	font-weight: 400;
	font-size: 18px;
	line-height: calc(1em * (27 / 18));
	color: #666;
	text-align: left;
}

textarea { height: 200px; }

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: #f3f1ef;
	border: 1px solid #24b9d1;
	color: #666;
}

input::placeholder { color: #666; opacity: 1; }
textarea::placeholder { color: #666; opacity: 1; }
input:-ms-input-placeholder { color: #666; }
textarea:-ms-input-placeholder { color: #666; }
input::-ms-input-placeholder { color: #666; }
textarea::-ms-input-placeholder { color: #666; }

input[type=checkbox] { margin-right: 10px; }

input[type=button],
input[type=submit],
input[type=reset] {
	display: inline-block;
	width: auto;
	min-width: calc((100% + 40px) / 4 - 40px);
	height: auto;
	padding: 5px 10px 8px 10px;
	background-color: #666;
	border: 1px solid #666;
	border-radius: 10px;
	font-weight: 700;
	font-size: 18px;
	line-height: calc(1em * (27 / 18));
	color: #fff;
	text-align: center;
	text-transform: none;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
	color: #fff;
	background-color: #24b9d1;
	border-color: #24b9d1;
	cursor: pointer;
}

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

/* HEADER */
header > div.logo { max-width: none; padding: 40px; }
header > nav#main { left: calc(40px - 10px); }
header > nav#button { position: absolute; left: 40px; }

/* MAIN */
main > section { width: 100%; max-width: none; padding: 40px; }

/* FOOTER */
footer > div.address { left: calc(40px + 100px); }
footer > div.person.n1 { left: 40px; }
footer > div.person.n2 { left: 15px; }
footer > div.person.n3 { right: 60px; }

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

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

/* CONTENT: TILES */
div.tilesWrapper > div {
	width: calc((100% - 2 * 40px) / 2);
	padding-bottom: calc(((100% - 2 * 40px) / 2) * (1 / 2));
}

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

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

/* HEADER */
header > nav#main {
	position: relative;
	left: 0;
	bottom: auto;
	top: 0;
	width: 100%;
	padding: 0 40px 40px 40px;
	margin-top: -34px;
}

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

nav#main > ul > li > a,
nav#main > ul > li > a:link,
nav#main > ul > li > a:visited {
	padding: 10px 0;
}

nav#main > ul > li > ul {
	position: relative;
	top: 0;
	padding: 12px 0;
}

nav#main > ul > li > ul > li > a,
nav#main > ul > li > ul > li > a:link,
nav#main > ul > li > ul > li > a:visited {
	padding: 0;
}

/* CONTENT: FORMS */
div.inputset:nth-of-type(1),
div.inputset:nth-of-type(2),
div.inputset:nth-of-type(3),
div.inputset:nth-of-type(4) {
	display: block;
	width: 100%;
	padding: 0 !important;
}

/* SUBCOLUMNS */
div.subcolumns {
	left: 0;
	width: 100%;
}
div.subcolumns > div.col {
	margin-left: 0;
	float: none !important;
	display: block;
}
div.subcolumns > div.col:not(:nth-of-type(1)) {
	margin-top: 40px;
}
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% !important; }


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

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

/* FOOTER */
footer { height: auto; padding: 50px 0 30px 0; }
footer > div.address { position: relative; left: 0; bottom: auto; top: 0; width: 100%; padding: 0 30px 0 120px; }
footer > div.address > div { display: block; width: 100%; margin-right: 0; }
footer > div.address > div:nth-of-type(1) { margin-bottom: 30px; }
footer > div.person.n3 { display: none; }

/* CONTENT: TILES */
div.tilesWrapper > div {
	width: calc((100% - 1 * 40px) / 1);
	padding-bottom: calc(((100% - 1 * 40px) / 1) * (1 / 2));
}

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

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

/* HEADLINES */
h1, .h1 {
	font-size: 45px;
	line-height: calc(1em * (72 / 60));
}

/* NAVIGATION */
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: 45px;
	line-height: calc(1em * (60 / 60));
}

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

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

/* HEADER */
header > div.logo { padding: 30px; }
header > nav#main { padding: 0 30px 30px 30px; }
header > nav#button { left: 30px; }

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

/* CONTENT: BOX */
.box { padding: 30px; margin-bottom: 30px; }

/* CONTENT: TILES */
div.tilesWrapper { left: -30px; width: calc(100% + 30px); }
div.tilesWrapper > div {
	width: calc((100% - 1 * 30px) / 1);
	padding-bottom: calc(((100% - 1 * 30px) / 1) * (1 / 2));
	margin-left: 30px;
	margin-bottom: 30px;
}

/* HEADLINES */
/*h1, .h1 {
	font-size: 30px;
	line-height: calc(1em * (72 / 60));
}*/

/* NAVIGATION */
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: 30px;
	line-height: calc(1em * (60 / 60));
}

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

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

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

/* FOOTER */
footer { padding-top: 130px; }
footer > div.address { padding: 0 30px; }

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

body > * { display: none; }

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