/*! 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; }
/* This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: https://www.linotype.com */
/* https://www.linotype.com/de/7032/webfonts.html */
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=696d0cdd-9f48-47fd-8807-7048c659329f&fontids=1475802,1475826");
@font-face{
	font-family:"Futura LT W04 Book1475802";
	src:url("../_fonts/1475802/a3756428-debf-4a86-aed0-a834a3df9bd7.eot?#iefix");
	src:url("../_fonts/1475802/a3756428-debf-4a86-aed0-a834a3df9bd7.eot?#iefix") format("eot"),url("../_fonts/1475802/5f081b13-e570-4277-9283-091a6f6cab04.woff2") format("woff2"),url("../_fonts/1475802/588b3f3a-c193-4962-8e01-d4caef90f58b.woff") format("woff"),url("../_fonts/1475802/cdced636-4488-4c04-809c-e6e1379600ec.ttf") format("truetype");
}
@font-face{
	font-family:"Futura LT W04 Bold1475826";
	src:url("../_fonts/1475826/700bd18e-d9e0-45c5-93e2-7c930608c50e.eot?#iefix");
	src:url("../_fonts/1475826/700bd18e-d9e0-45c5-93e2-7c930608c50e.eot?#iefix") format("eot"),url("../_fonts/1475826/12dbb46a-1b0b-40ee-80a6-4141c349b55f.woff2") format("woff2"),url("../_fonts/1475826/2abd55ef-07d0-473e-80e1-0e4066cd01fa.woff") format("woff"),url("../_fonts/1475826/c4fa8988-43d1-4a01-96e4-36c5c5a121c9.ttf") format("truetype");
}

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

/*

COLORS:
_ #009640 ... green 1 (#107736 80% auf #000)
_ #008739 ... green 2 (#0e6b31 80% auf #000)
_ #007e35 ... green 3 (#0c642d 80% auf #000)
_ #007632 ... green 4 (#0a5e2a 80% auf #000)
_ #f0da00 ... yellow

FONTS:
font-family: 'Futura LT W04 Book1475802', sans-serif;
font-weight: 400;
font-family: 'Futura LT W04 Bold1475826', sans-serif;
font-weight: 400;

*/

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

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

body {
	background-color: #009640;
	padding: 0 0 80px 0;
	font-family: 'Futura LT W04 Book1475802', sans-serif;
	font-weight: 400;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0.01em;
	color: #fff;
	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: #007632; background-color: #fff; }

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

/* HEADER */

header {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	padding-top: 80px;
	text-align: left;
	z-index: 13;
}

header > div.logo {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 80px;
	padding: 15px 40px;
	background-color: #009640;
	border-bottom: 1px solid #008739;
	z-index: 2;
}

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

header > nav.main {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}

.pageSitemapOK header > nav.main { display: none; }

header > nav.button {
	position: fixed;
	display: none;
	right: 40px;
	top: 15px;
	width: 50px;
	height: 50px;
	background: transparent url('../images/main/nav/lines@3x.png') scroll no-repeat center center;
	background-size: 100% 100%;
	z-index: 3;
}

.pageSitemapOK header > nav.button { background-image: url('../images/main/nav/cross@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: 0 auto;
	text-align: left;
	overflow: hidden;
	z-index: 11;
}

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

.pageSitemapOK main > section {
	max-width: none;
	padding: 0;
}

main > section > div.pict,
main > section > div.text {
	position: relative;
	width: 100%;
	height: auto;
}

main > section > div.text.small {
	/*width: calc(50% - (40px / 2));*/
	width: 50%;
}

main > section > div + div { margin-top: 40px; }

main > section > div.pict > img { z-index: 1; }

main > section > div.pict > h1,
main > section > div.pict > .h1 {
	position: absolute;
	top: 60px;
	z-index: 2;
}

/* FOOTER */

footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	background-color: #fff;
	overflow: hidden;
	z-index: 12;
}

.pageSitemapOK footer { display: none; }

footer > nav.main {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1;
}

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

.fontSizeBig { font-size: 36px; line-height: 1em; }
.fontColorYellow { color: #f0da00; }

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

h1, .h1, h2, .h2 {
	position: relative;
	font-family: 'Futura LT W04 Bold1475826', sans-serif;
	font-weight: 400;
	font-size: 100px;
	line-height: 1em;
	color: #f0da00;
	border-bottom: 3px solid #f0da00;
	text-transform: none;
	margin: 0 0 0.667em 0;
}

h1, .h1 {
	display: inline-block;
	left: -140px;
	max-width: calc(100% + 140px);
}

h2, .h2 {
	font-size: 18px;
	line-height: calc(1em * (27 / 18));
	border-bottom: 0;
	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
   ========================================================================== */

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

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

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

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: #fff;
	/*border-bottom-width: 1px;*/
	border-bottom-width: 3px;
	border-bottom-color: #fff;
}

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;*/
	border-bottom-width: 3px;
}

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

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

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

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

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

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

header > nav.main > ul > li {
	position: relative;
	display: none;
	width: auto;
	height: 60px;
	margin: 0;
	overflow: hidden;
}

.pageHomeOK header > nav.main > ul > li { height: calc((100vh - 80px - 80px) / 3); }
.pageHomeOK header > nav.main > ul > li:hover { cursor: pointer; }

header > nav.main > ul > li:nth-of-type(1),
header > nav.main > ul > li:nth-of-type(2),
header > nav.main > ul > li:nth-of-type(3) {
	display: block;
}

header > nav.main > ul > li:nth-of-type(1) { background-color: #008739; }
header > nav.main > ul > li:nth-of-type(1):hover { background-color: #0e6b31; }
/*header > nav.main > ul > li.act:nth-of-type(1) { background-color: #0e6b31; }*/
header > nav.main > ul > li:nth-of-type(2) { background-color: #007e35; }
header > nav.main > ul > li:nth-of-type(2):hover { background-color: #0c642d; }
/*header > nav.main > ul > li.act:nth-of-type(2) { background-color: #0c642d; }*/
header > nav.main > ul > li:nth-of-type(3) { background-color: #007632; }
header > nav.main > ul > li:nth-of-type(3):hover { background-color: #0a5e2a; }
/*header > nav.main > ul > li.act:nth-of-type(3) { background-color: #0a5e2a; }*/

header > nav.main > ul > li a,
header > nav.main > ul > li a:link,
header > nav.main > ul > li a:visited {
	display: block;
	width: 100%;
	height: auto;
	font-family: 'Futura LT W04 Bold1475826', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1em;
	color: #f0da00;
	text-transform: none;
	text-align: left;
	padding: 18px 0;
	padding-left: calc((100% - 1200px) / 2);
}

header > nav.main > ul > li:hover > a,
header > nav.main > ul > li:focus > a,
header > nav.main > ul > li a:hover,
header > nav.main > ul > li a:focus,
header > nav.main > ul > li a:active,
header > nav.main > ul > li a:visited:hover,
header > nav.main > ul > li a:visited:focus,
header > nav.main > ul > li a:visited:active {

}

header > nav.main > ul > li.act > a,
header > nav.main > ul > li.act > a:link,
header > nav.main > ul > li.act > a:visited,
header > nav.main > ul > li.act > a:hover,
header > nav.main > ul > li.act > a:focus,
header > nav.main > ul > li.act > a:active,
header > nav.main > ul > li.act > a:visited:hover,
header > nav.main > ul > li.act > a:visited:focus,
header > nav.main > ul > li.act > a:visited:active {

}

/* FOOTER > LEGAL */

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

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

footer > nav.main > ul > li > a,
footer > nav.main > ul > li > a:link,
footer > nav.main > ul > li > a:visited {
	display: block;
	width: auto;
	height: auto;
	font-family: 'Futura LT W04 Bold1475826', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1em;
	color: #000;
	text-transform: uppercase;
	padding: 30px 15px;
}

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

footer > nav.main > ul > li.act > a,
footer > nav.main > ul > li.act > a:focus,
footer > nav.main > ul > li.act > a:active,
footer > nav.main > ul > li.act > a:visited:hover,
footer > nav.main > ul > li.act > a:visited:focus,
footer > nav.main > ul > li.act > a:visited:active {
	color: #009640;
}

/* COOKIE BANNER */

div.cookiebanner {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: calc(100% - (2 * 40px));
	max-width: 450px;
	background-color: #007632;
	border: 2px solid #f0da00;
	padding: 20px;
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.25);
	z-index: 14;
}

div.cookiebanner > p {
	font-family: 'Futura LT W04 Book1475802', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: calc(1em * (27 / 18));
	color: #fff;
}

div.cookiebanner > p > button {
	width: 100%;
	background-color: #f0da00;
	border: 2px solid #f0da00;
	border-radius: 20px;
	padding: 7px 7px;
	text-align: center;

	font-family: 'Futura LT W04 Bold1475826', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: calc(1em * (27 / 18));
	color: #000;
}

div.cookiebanner > p > button.no {
	background-color: transparent;
}

div.cookiebanner > p > button:hover {
	cursor: pointer;
}

div.cookiebanner > p:nth-of-type(2) {
	margin-bottom: 3px;
}

div.cookiebanner > p > a,
div.cookiebanner > p > a:link,
div.cookiebanner > p > a:visited {
	color: #fff;
}

/* SITEMAP */

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

nav.sitemap > ul > li {
	position: relative;
	width: auto;
	height: auto;
	margin: 0;
	text-align: left;
}

nav.sitemap:nth-of-type(1) > ul > li:nth-of-type(1) { background-color: #008739; }
nav.sitemap:nth-of-type(1) > ul > li:nth-of-type(1):hover { background-color: #0e6b31; }
nav.sitemap:nth-of-type(1) > ul > li:nth-of-type(2) { background-color: #007e35; }
nav.sitemap:nth-of-type(1) > ul > li:nth-of-type(2):hover { background-color: #0c642d; }
nav.sitemap:nth-of-type(1) > ul > li:nth-of-type(3) { background-color: #007632; }
nav.sitemap:nth-of-type(1) > ul > li:nth-of-type(3):hover { background-color: #0a5e2a; }

nav.sitemap:nth-of-type(2) > ul > li { border-bottom: 1px solid #007632; }

nav.sitemap:nth-of-type(2) > ul > li:nth-of-type(1) { background-color: #009640; }
nav.sitemap:nth-of-type(2) > ul > li:nth-of-type(2) { background-color: #009640; }
nav.sitemap:nth-of-type(2) > ul > li:nth-of-type(3) { background-color: #009640; }

nav.sitemap > ul > li > table.center > tbody > tr > td { text-align: left; }

nav.sitemap > ul > li a,
nav.sitemap > ul > li a:link,
nav.sitemap > ul > li a:visited {
	display: block;
	width: 100%;
	height: auto;
	font-weight: 400;
	font-size: 24px;
	line-height: 1em;
	color: #fff;
	text-transform: none;
	padding: 18px 0;
	padding-left: calc((100% - 1200px) / 2);
	border-bottom: 0 !important;
}

nav.sitemap:nth-of-type(1) > ul > li a,
nav.sitemap:nth-of-type(1) > ul > li a:link,
nav.sitemap:nth-of-type(1) > ul > li a:visited {
	font-family: 'Futura LT W04 Bold1475826', sans-serif;
	color: #f0da00;
}

nav.sitemap:nth-of-type(2) > ul > li a,
nav.sitemap:nth-of-type(2) > ul > li a:link,
nav.sitemap:nth-of-type(2) > ul > li a:visited {
	font-family: 'Futura LT W04 Book1475802', sans-serif;
}

nav.sitemap > ul > li a:hover,
nav.sitemap > ul > li a:focus,
nav.sitemap > ul > li a:active,
nav.sitemap > ul > li a:visited:hover,
nav.sitemap > ul > li a:visited:focus,
nav.sitemap > ul > li a:visited:active {
	color: #f0da00;
}

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

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

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

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

hr {
	width: 100%;
	/*max-width: 500px;*/
	height: 0;
	margin: 40px auto;
	border: 0;
	border-top: 0.5px solid #fff;
	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; }
header > nav.main > ul > li > table.center > tbody > tr > td { text-align: left; }


picture, figure { position: relative; display: block; width: 100%; margin: 0; margin-bottom: 0; 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: 400; font-family: 'Futura LT W04 Bold1475826', sans-serif; }
em, i { font-style: italic; }

pre, code { font-family: "Courier New", Courier, monospace; }
address { font-style: normal; margin: 0 0 1.5em 0; }
acronym, abbr { border-bottom: 1px dashed #000; cursor: help; }
blockquote, cite { margin: 0 0 1.5em 0; width: auto; }

sup, sub {
	font-size: 75%;
	position: relative;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
}
sup { bottom: 1ex; }
sub { top: .5ex; }

iframe { margin-bottom: 1.5em; border: 0; }

/* ==========================================================================
   SUBCOLUMNS
   ========================================================================== */

div.subcolumns {
	position: relative;
	left: -40px;
	width: calc(100% + 40px);
	height: auto;
	/*margin-bottom: 1.5em;*/
	margin-bottom: 0;
}

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

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

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

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

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

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

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

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



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

/* MAIN */
h1, .h1 { left: 0; max-width: 100%; }

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



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

/* HEADER */
header > nav.main > ul > li a,
header > nav.main > ul > li a:link,
header > nav.main > ul > li a:visited {
	padding-left: 40px;
}

/* MAIN */
main > section { max-width: none; padding: 60px 40px; }
.pageSitemapOK main > section { padding: 0; }
nav.sitemap > ul > li a, nav.sitemap > ul > li a:link, nav.sitemap > ul > li a:visited { padding-left: 40px; }
h1, .h1 { font-size: calc(100vw * (100 / 1280)); line-height: 1em; margin-bottom: 0.667em; }

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



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

/* MAIN */
main > section > div.text.small { width: 100%; }
/*h1, .h1 { font-size: calc(100vw * (100 / 1000)); line-height: 1em; margin-bottom: 0.667em; }*/

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



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

body { padding: 0; }

/* HEADER */
header > nav.main { display: none; }
.pageHomeOK header > nav.main { display: block; }
.pageHomeOK header > nav.main > ul > li { height: calc((100vh - 80px) / 3); }
header > nav.button { display: block; }

/* MAIN */
main > section > div.pict > h1, main > section > div.pict > .h1 { position: relative; top: 0; }

/* FOOTER */
footer { display: none; }

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



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

/* HEADER */
header > div.logo { padding: 15px 30px; }
header > nav.button { right: 30px; }
header > nav.main > ul > li a, header > nav.main > ul > li a:link, header > nav.main > ul > li a:visited { padding-left: 30px; }

/* MAIN */
main { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; word-wrap: break-word; }
main > section { padding: 30px; }
.pageSitemapOK main > section { padding: 0; }
/*h1, .h1 { font-size: 50px; line-height: 1em; margin-bottom: 1em; }*/
nav.sitemap > ul > li a, nav.sitemap > ul > li a:link, nav.sitemap > ul > li a:visited { padding-left: 30px; }

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

/* TEAM */

div.teamWrapper {
	position: relative;
	width: 100%;
	height: auto;
}

div.teamWrapper > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 4);
	height: auto;
	background-color: #008739;
	background-color: #fff;
	border-right: 3px solid #009640;
	border-bottom: 3px solid #009640;
}

div.teamWrapper > div:hover,
div.teamWrapper > div.hover {
	/*
	background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(0,118,50,1) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,118,50,1) 100%);
	background-color: #0a5e2a;
	*/
	background-color: #ddd;
}

div.teamWrapper > div > div.pict {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	z-index: 2;
}

div.teamWrapper > div > div.pict > picture { margin: 0; }

div.teamWrapper > div > div.text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 20px 10px;
	font-size: 12px;
	line-height: calc(1em * (27 / 18));
	color: #007632;
	text-align: center;
	text-transform: uppercase;
	border-top: 3px solid #009640;
	background-color: #fff;
	z-index: 2;
}

div.teamWrapper > div:hover > div.text,
div.teamWrapper > div.hover > div.text {
	color: #fff;
	background-color: #007632;
	padding: 30px 10px;
}

div.teamWrapper > div > div.text > p { margin-bottom: 0; }
div.teamWrapper > div > div.text > p:nth-of-type(2) { display: none; }
div.teamWrapper > div:hover > div.text > p:nth-of-type(2),
div.teamWrapper > div.hover > div.text > p:nth-of-type(2) { display: block; }

/* GENERAL: SLIDER */

div.sliderWrapper {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	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 > div.itemsWrapper > div:nth-child(1) > div.pict { position: relative; }

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

.jsOK div.sliderWrapper > div.itemsWrapper > div > div.pict > picture > img {
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
}

.jsOK div.sliderWrapper:hover > div.itemsWrapper > div > div.pict > picture > img {
	-webkit-filter: grayscale(0%);
	        filter: grayscale(0%);
}

div.sliderWrapper > div.arrow {
	position: absolute;
	display: none;
	bottom: 0;
	width: calc(50% + (70px / 2));
	height: 100%;
	background: transparent url() scroll no-repeat center center;
	background-size: 70px 128px;
	z-index: 3;
}

.jsOK div.sliderWrapper > div.arrow { display: block; }

div.sliderWrapper > div.arrowLeft.over {
	cursor: pointer;
	/*
	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: pointer;
	/*
	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: calc(-70px / 2); display: none; }
/*.jsOK div.sliderWrapper > div.arrow.arrowLeft { background-image: url('../images/graphics/gallery-arrow-left@3x.png'); background-position: left 0px center; }*/
div.sliderWrapper > div.arrow.arrowRight { right: calc(-70px / 2); width: calc(100% + (70px / 2)); }
.jsOK div.sliderWrapper > div.arrow.arrowRight { background-image: url('../images/graphics/gallery-arrow-right@3x.png'); background-position: right 0px center; }

div.sliderWrapper > div.dotsWrapper {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 10px;
	z-index: 4;
}

div.sliderWrapper > div.dotsWrapper > div {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.25;
	transition-duration: 1000ms;
	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; }

/*****************************************************************************/
}

/* TEAM */
@media screen and (max-width: 899px) {
	div.teamWrapper > div { width: calc(100% / 2); }
}
@media screen and (max-width: 469px) {
	div.teamWrapper > div { width: calc(100% / 1); }
}



/* SLIDER */
@media screen and (max-width: 999px) {
	div.sliderWrapper > div.arrow { background-size: 35px 64px; }
	div.sliderWrapper > div.arrow.arrowLeft { left: calc(-35px / 2); }
	div.sliderWrapper > div.arrow.arrowRight { right: calc(-35px / 2); width: calc(100% + (35px / 2)); }
}
@media screen and (max-width: 749px) {
	div.sliderWrapper > div.arrow { background-size: 35px 64px; }
	.jsOK div.sliderWrapper > div.arrow.arrowRight { background-position: right 0px bottom 40px; }
}

@media print {
/*****************************************************************************/

body > * { display: none; }

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