/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove default margin. */ body { margin: 0; } /* HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 * and Firefox. * Correct `block` display not defined for `main` in IE 11. */ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */ audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ audio:not([controls]) { display: none; height: 0; } /** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */ [hidden], template { display: none; } /* Links ========================================================================== */ /** * Remove the gray background color from active links in IE 10. */ a { background-color: transparent; } /** * Improve readability when focused and also mouse hovered in all browsers. */ a:active, a:hover { outline: 0; } /* Text-level semantics ========================================================================== */ /** * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */ abbr[title] { border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */ b, strong { font-weight: bold; } /** * Address styling not present in Safari and Chrome. */ dfn { font-style: italic; } /** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome. */ h1 { font-size: 2em; margin: 0.67em 0; } /** * Address styling not present in IE 8/9. */ mark { background: #ff0; color: #000; } /** * Address inconsistent and variable font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /* Embedded content ========================================================================== */ /** * Remove border when inside `a` element in IE 8/9/10. */ img { border: 0; } /** * Correct overflow not hidden in IE 9/10/11. */ svg:not(:root) { overflow: hidden; } /* Grouping content ========================================================================== */ /** * Address margin not present in IE 8/9 and Safari. */ figure { margin: 1em 40px; } /** * Address differences between Firefox and other browsers. */ hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } /** * Contain overflow in all browsers. */ pre { overflow: auto; } /** * Address odd `em`-unit font size rendering in all browsers. */ code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } /* Forms ========================================================================== */ /** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set. */ /** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */ button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ } /** * Address `overflow` set to `hidden` in IE 8/9/10/11. */ button { overflow: visible; } /** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */ button, select { text-transform: none; } /** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */ button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ } /** * Re-set default cursor for disabled elements. */ button[disabled], html input[disabled] { cursor: default; } /** * Remove inner padding and border in Firefox 4+. */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ input { line-height: normal; } /** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`. */ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof). */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; } /** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Define consistent border, margin, and padding. */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */ legend { border: 0; /* 1 */ padding: 0; /* 2 */ } /** * Remove default vertical scrollbar in IE 8/9/10/11. */ textarea { overflow: auto; } /** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */ optgroup { font-weight: bold; } /* Tables ========================================================================== */ /** * Remove most spacing between table cells. */ table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; }
@media only screen {
/*****************************************************************************/

/*

COLORS:
_ orange: #eb9628

FONTS:
font-family: 'Work Sans', sans-serif; (400,700)
font-family: 'Inconsolata', monospace; (700)

*/

/* ==========================================================================
   basics
   ========================================================================== */

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

html, body {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
}

body {
	background: #fff url('../images/main/bg-lines-gray.png') fixed repeat left top;
	font-family: 'Work Sans', sans-serif;
	font-size: 0;
	line-height: 0;
	color: #000;
	-moz-font-feature-settings: "liga=0";
	-moz-font-feature-settings: "liga" 0;
	-webkit-font-variant-ligatures: no-common-ligatures;
	        font-variant-ligatures: no-common-ligatures;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.pageHomeOK { background-image: url('../images/main/bg-lines-orange.png'); }

* {
	font-size: 100%;
	padding: 0;
	margin: 0;
}

div, ul, ul li, ul li a, ol, ol li, ol li a, figure, figure figcaption, iframe, form, label, select, input, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ==========================================================================
   layers
   ========================================================================== */

/* PAGE AND LAYOUT WRAPPING */

div#layoutWrapper {
	position: absolute;
	width: 100%;
	/*min-width: 1220px;*/
	height: auto;
	min-height: 100%;
	text-align: center;
	z-index: 1;
}

/* HEADER */

div#headerWrapper {
	position: relative;
	width: 100%;
	max-width: 1180px;
	margin: auto;
	height: auto;
	z-index: 21;
}

div#logoLayer {
	position: relative;
	width: 100%;
	height: auto;
	text-align: right;
	padding: 80px 0 30px 0;
	z-index: 21;
}

div#logoLayer img {
	width: 100%;
	max-width: 200px;
	height: auto; /* 26px */
}

div#newsLayer {
	position: absolute;
	right: 0;
	width: 200px;
	height: auto;
	font-size: 14px;
	line-height: 1.333em;
	color: #000;
	text-align: left;
	z-index: 21;
}

div#navigationLanguageLayer {
	position: absolute;
	left: -5px;
	top: 0;
	width: auto;
	min-width: 50px;
	text-align: center;
	z-index: 21;
}

div#navigationButtonOpenLayer,
div#navigationButtonCloseLayer {
	position: absolute;
	left: 0;
	/*top: 84px;*/
	top: 76px;
	width: 40px;
	height: 40px;
	background: #eb9628 url('../images/main/button-nav-open.png') scroll no-repeat center center;
	background-size: cover;
	z-index: 21;
}

div#navigationButtonCloseLayer {
	left: 50%;
	margin-left: -590px;
	background-image: url('../images/main/button-nav-close.png');
	z-index: 31;
}

div#navigationButtonOpenLayer:hover,
div#navigationButtonCloseLayer:hover {
	background-color: #000;
	cursor: pointer;
}

/* CONTENT */

div#contentWrapper {
	position: relative;
	width: 100%;
	max-width: 1180px;
	height: auto;
	margin: auto;
	padding-bottom: 80px;
	text-align: left;
	z-index: 11;
}

.pageHomeOK div#contentWrapper {
	position: absolute;
	left: 50%;
	margin-left: -590px;
	top: 0;
	height: 100%;
	background: transparent url('../images/main/bg-home.png') scroll no-repeat left 136px;
	background-size: 483px 600px;
}

.pageHomeOK div#contentWrapper > h1 {
	position: absolute;
	bottom: 195px;
	margin-bottom: 0;
}

div.section {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 18px;
	line-height: 1.5em;
}

div.section div.text.boxOutline {
	padding: 32px 48px 42px 48px;
	border: 1px solid #eb9628;
	background-color: #fff;
}

div.section div.text.boxOutline ul {
	font-size: 21px;
	line-height: 1.5em;
	color: #eb9628;
}

div.section div.text.boxGray {
	padding: 48px;
	background-color: #f7f3ed;
}

div.section div.text.boxOutline ul:last-child,
div.section div.text.boxOutline p:last-child,
div.section div.text.boxGray ul:last-child,
div.section div.text.boxGray p:last-child {
	margin-bottom: 0;
}

div.section div.pict { font-size: 0; line-height: 0; }
div.section div.pict img { width: 100%; height: auto; }

div.section.layout1 div.text {
	position: relative;
	float: right;
	width: 55.93%;
	height: auto;
	margin-top: -7px;
	margin-right: 6.45%;
	padding-bottom: 48px;
}

div.section.layout1 div.pict {
	position: relative;
	float: left;
	width: 32.20%;
	height: auto;
}

div.section.layout2 div.text {
	position: relative;
	float: right;
	width: 40.67%;
	height: auto;
}

div.section.layout2 div.pict {
	position: relative;
	float: right;
	width: 50.84%;
	height: auto;
	margin-left: 8.47%;
	margin-top: 115px;
}

div.section.layout3 div.text {
	position: relative;
	float: left;
	width: 67.80%;
	height: auto;
	padding: 72px 8.47%;
}

div.section.layout3 div.pict {
	position: relative;
	float: right;
	width: 32.20%;
	height: auto;
}

div.section.layout3 div.pict2 {
	position: relative;
	float: right;
	width: 42.37%;
	height: auto;
	margin-right: 32.20%;
}

div.section.layout4 div.text {
	position: relative;
	float: left;
	width: 66.10%;
	height: auto;
	margin-left: 8.47%;
	padding-bottom: 48px;
}

div#methodsWrapper {
	position: relative;
	left: -20px;
	width: calc(100% + 20px);
}

div#methodsWrapper div.item {
	position: relative;
	float: left;
	width: 33.333%;
	height: auto;
	padding-left: 20px;
	margin-bottom: 48px;
}

div#methodsWrapper div.item div.arrow {
	position: relative;
	width: 25px;
	height: 30px;
	margin-bottom: 10px;
	background: transparent url('../images/main/arrow-methods.png') scroll no-repeat left top;
	background-size: 25px 30px;
}

div#methodsWrapper div.item div {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}

div#methodsWrapper div.item div.title {
	height: auto;
	min-height: 140px;
	border: 1px solid #eb9628;
	border-width: 1px 1px 0 1px;
	padding-bottom: 0;
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

div#methodsWrapper div.item.off div.title { border-bottom-color: #eb9628; }

div#methodsWrapper div.item div.title h2 {
	position: absolute;
	bottom: 38px;
	margin-bottom: 0;
	color: #eb9628;
}

div#methodsWrapper div.item div.text {
	top: -1px;
	height: auto;
	min-height: 275px;
	padding-top: 0;
	padding-bottom: 24px;
	border: 1px solid #eb9628;
	border-width: 0 1px 1px 1px;
	background-color: #fff;
}

div#methodsWrapper div.item.off div.text { display: none; }

/* FOOTER */

div#footerWrapper {
	position: relative;
	width: 100%;
	height: 150px;
	background-color: #eb9628;
	border-top: 1px solid #f1b669;
	text-align: center;
	z-index: 21;
}

.pageHomeOK div#footerWrapper {
	position: fixed;
	left: 0;
	bottom: 0;
}

div#footerWrapperIn {
	position: relative;
	width: 100%;
	max-width: 1180px;
	height: auto;
	margin: auto;
	text-align: left;
	z-index: 21;
}

div#footerWrapper div.navigationWrapper {
	position: absolute;
	left: -20px;
	top: 24px;
	width: 50.86%;
	z-index: 21;
}

div#footerWrapper div.navigationWrapper div.item {
	position: relative;
	float: left;
	width: 50%;
}

div#contactLayer {
	position: absolute;
	left: 59.32%;
	top: 24px;
	width: auto;
	height: auto;
	font-size: 16px;
	line-height: 1.5em;
	color: #000;
	z-index: 21;
}

div#contactLayer span.dot { font-size: 12px; }

div#contactLayer span.title {
	font-family: 'Inconsolata', monospace;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5em;
	letter-spacing: 1px;
}

div#linkTopLayer {
	position: absolute;
	right: 0;
	bottom: 100%;
	margin-bottom: 1px;
	width: 40px;
	height: 40px;
	background-color: #eb9628;
	z-index: 21;
}

div#linkTopLayer:hover { background-color: #000; }

.pageHomeOK div#linkTopLayer { display: none; }

div#linkTopLayer img {
	width: 100%;
	height: 100%;
}

/* NAVIGATION */

div#navigationWrapper {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #eb9628;
	padding-top: 235px;
	text-align: left;
	z-index: 31;
}

div#navigationLogoLayer {
	position: absolute;
	left: 50%;
	margin-left: 390px;
	top: 80px;
	width: 200px;
	height: 26px;
	background: transparent url('../images/main/steiner-unternehmensberatung-2.png') scroll no-repeat left top;
	background-size: cover;
	z-index: 31;
}

div#navigationWrapper div.item {
	position: relative;
	left: 50%;
	margin-left: -490px;
	width: auto;
	height: auto;
}

div#navigationWrapper div.item:first-child { margin-bottom: 48px; }

/* ETC */

.textColorOrange {
	font-size: 116.67%;
	font-family: 'Inconsolata', monospace;
	font-weight: 700;
	color: #eb9628 !important;
}

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

/* ==========================================================================
   headlines
   ========================================================================== */

h1, h2, div#navigationWrapper div.item div.title {
	font-family: 'Inconsolata', monospace;
	font-weight: 700;
	font-size: 84px;
	line-height: 1em;
	color: #eb9628;
	margin: 0 0 1em 0;
	text-transform: none;
	letter-spacing: 5px;
}

h1 span, h2 span, div#navigationWrapper div.item div.title {
	display: inline-block;
	padding-bottom: 7px;
	border-bottom: 1px solid #eb9628;
}

div#navigationWrapper div.item div.title {
	color: #fff;
	border-bottom-color: #fff;
	margin-bottom: 0.333em;
}

h1.indent0 { margin-left: 0%; }
h1.indent1 { margin-left: 8.47%; }
h1.indent2 { margin-left: 37.46%; }
h1.indentTop { margin-top: 100px; }

h2 {
	font-size: 21px;
	line-height: 1.5em;
	margin-bottom: 2.5em;
	letter-spacing: 1px;
}

div.section div.text.boxOutline h2 { margin-bottom: 1.5em; }

/* ==========================================================================
   links
   ========================================================================== */

a, a:link, a:visited { color: #000; text-decoration: underline; }
a:hover, a:active, a:visited:hover, a:visited:active { color: #eb9628; }

div#contactLayer a, div#contactLayer a:link, div#contactLayer a:visited { color: #000; text-decoration: none; }
div#contactLayer a:hover, div#contactLayer a:active, div#contactLayer a:visited:hover, div#contactLayer a:visited:active { color: #fff; }

div.navigationWrapper a,
div.navigationWrapper a:link,
div.navigationWrapper a:visited {
	display: inline-block;
	width: auto;
	font-size: 20px;
	line-height: 1.333em;
	color: #fff;
	letter-spacing: 0;
	text-decoration: none !important;
	text-transform: none;
	padding: 0 0 0 20px;
	background: transparent url('../images/main/arrow-nav_fff.png') scroll no-repeat left center;
	background-size: 11px 14px;
}
div#navigationWrapper a,
div#navigationWrapper a:link,
div#navigationWrapper a:visited {
	padding-left: 100px;
	background-position: 80px center;
}
div.navigationWrapper li.act a,
div.navigationWrapper li.act a:link,
div.navigationWrapper li.act a:visited,
div.navigationWrapper li.act a:hover,
div.navigationWrapper li.act a:active,
div.navigationWrapper li.act a:visited:hover,
div.navigationWrapper li.act a:visited:active { color: #000; background-image: url('../images/main/arrow-nav_000.png'); }
div#navigationWrapper li.act a,
div#navigationWrapper li.act a:link,
div#navigationWrapper li.act a:visited,
div#navigationWrapper li.act a:hover,
div#navigationWrapper li.act a:active,
div#navigationWrapper li.act a:visited:hover,
div#navigationWrapper li.act a:visited:active { color: #fff; background-image: url('../images/main/arrow-nav_fff.png'); }
div.navigationWrapper a:hover,
div.navigationWrapper a:active,
div.navigationWrapper a:visited:hover,
div.navigationWrapper a:visited:active { color: #000 !important; background-image: url('../images/main/arrow-nav_000.png'); }

div#navigationLanguageLayer a,
div#navigationLanguageLayer a:link,
div#navigationLanguageLayer a:visited {
	display: inline-block;
	width: auto;
	font-weight: 700;
	font-size: 12px;
	line-height: 1em;
	color: #999;
	letter-spacing: 0;
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 30px 5px;
}

div#navigationLanguageLayer li.act a,
div#navigationLanguageLayer li.act a:link,
div#navigationLanguageLayer li.act a:visited,
div#navigationLanguageLayer li.act a:hover,
div#navigationLanguageLayer li.act a:active,
div#navigationLanguageLayer li.act a:visited:hover,
div#navigationLanguageLayer li.act a:visited:active { color: #000 !important; }
div#navigationLanguageLayer a:hover,
div#navigationLanguageLayer a:active,
div#navigationLanguageLayer a:visited:hover,
div#navigationLanguageLayer a:visited:active { color: #000 !important; }

/* ==========================================================================
   lists
   ========================================================================== */

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

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

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

ul.noBullets li {
	padding-left: 0 !important;
	background: none !important;
}

div.section div.text.boxOutline ul {
	position: relative;
	left: 0;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0;
}

div.section div.text.boxOutline ul li {
	padding-left: 32px;
	background: transparent url('../images/main/list-element.png') scroll no-repeat left 14px;
	background-size: 5px 5px;
}

/* LIST NAVIGATION VERTICAL */

div.navigationWrapper ul {
	width: 100%;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

div.navigationWrapper ul li {
	width: 100%;
	margin: 0;
}

/* LIST NAVIGATION HORIZONTAL */

div#navigationLanguageLayer ul {
	width: auto;
	list-style-type: none;
	list-style-position: outside;
	margin: auto;
}

div#navigationLanguageLayer ul li {
	display: inline-block;
	width: auto;
	margin: 0;
}

/* ==========================================================================
   basic configuration
   ========================================================================== */

.viewMobileOnly { display: none; }
.viewDesktopOnly { display: block; }

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

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

.borderbox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*values: content-box|border-box|inherit*/
}

.clear { clear: both; display: block; height: 0; width: 0; overflow: hidden; }
.ghost { display: none; }
.noWrap { white-space: nowrap; }
.hyphen { hyphens: auto; word-wrap: break-word; }

hr {
	width: 100%;
	border: 0; /* Firefox und Opera */
	border-top: 1px solid #ccc;
	border-bottom: transparent;
	margin: 2.5em 0 2.5em 0;
}

.subcolumns hr { width: 80%; }
hr.invisible { background: none; }

div.distance,
div.space {
	position: relative;
	width: 100%;
	height: 5em;
	overflow: hidden;
	background-color: transparent;
}
div.space5 { height: 5px; }
div.space10 { height: 10px; }
div.space15 { height: 15px; }
div.space20 { height: 20px; }
div.space25 { height: 25px; }
div.space30 { height: 30px; }
div.space35 { height: 35px; }
div.space40 { height: 40px; }
div.space45 { height: 45px; }
div.space50 { height: 50px; }

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

.alert { font-weight: 700; color: #c00; }

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

.w10 { width: 9.999% !important; }
.w15 { width: 14.999% !important; }
.w20 { width: 19.999% !important; }
.w25 { width: 24.999% !important; }
.w30 { width: 29.999% !important; }
.w33 { width: 33.333% !important; }
.w35 { width: 34.999% !important; }
.w38 { width: 37.999% !important; }
.w40 { width: 39.999% !important; }
.w45 { width: 44.999% !important; }
.w50 { width: 49.999% !important; }
.w55 { width: 54.999% !important; }
.w60 { width: 59.999% !important; }
.w65 { width: 55.999% !important; }
.w66 { width: 66.666% !important; }
.w70 { width: 69.999% !important; }
.w75 { width: 74.999% !important; }
.w80 { width: 79.999% !important; }
.w85 { width: 84.999% !important; }
.w90 { width: 89.999% !important; }

p { margin: 0 0 1.333em 0; }
.p { margin: 0 0 1.333em 0; }
.first { margin-top: 0em; }
p.listTitle { font-weight: 400; margin-bottom: 5px; }
p.pict, p.pict img { font-size: 0; line-height: 0; margin: 0; padding: 0; }

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

img { border: 0; height: auto; max-width: 100%; }

figure, figcaption { display: block; }

strong, b { 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 { letter-spacing: 0.07em; border-bottom: 1px dashed #000; cursor: help; }
blockquote, cite { margin: 0 0 1.5em 1.5em; width: auto; }

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

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

/* ==========================================================================
   (sub)columns
   ========================================================================== */

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

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

.subcolumns {
	width: 100%;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
}

.subcolumns,
.subcolumns div,
.subcolumns div div,
.subcolumns div div div,
.subcolumns div div div div { position: relative; }

.subcolumns div p:last-child,
.subcolumns div div p:last-child { margin-bottom: 0; }
.subcolumns .left { float: left; }
.subcolumns .center { float: left; }
.subcolumns .right { float: right; }

.subcolumns .c20 { width: 19.999%; }
.subcolumns .c25 { width: 24.999%; }
.subcolumns .c30 { width: 29.999%; }
.subcolumns .c33 { width: 33.333%; }
.subcolumns .c35 { width: 34.999%; }
.subcolumns .c38 { width: 37.999%; }
.subcolumns .c40 { width: 39.999%; }
.subcolumns .c45 { width: 44.999%; }
.subcolumns .c50 { width: 49.999%; }
.subcolumns .c55 { width: 54.999%; }
.subcolumns .c60 { width: 59.999%; }
.subcolumns .c62 { width: 61.999%; }
.subcolumns .c65 { width: 64.999%; }
.subcolumns .c66 { width: 66.666%; }
.subcolumns .c70 { width: 69.999%; }
.subcolumns .c75 { width: 74.999%; }
.subcolumns .c80 { width: 79.999%; }

.subcolumns .left .sub { padding: 0 20px 0 0; }
.subcolumns .center .sub { padding: 0 10px; }
.subcolumns .right .sub { padding: 0 0 0 20px; }

.subcolumns img {
	width: 100%;
	height: auto;
	/*margin-top: 5px;*/
}

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

div.formWrapper {
	position: relative;
	width: 100%;
	height: auto;
	/*margin-bottom: 1.5em;*/
	text-align: left;
}

div.formWrapper > div.message {
	position: relative;
	display: none;
	width: 100%;
	border: 1px solid #eb9628;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 3em;
	font-weight: 700;
}

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

select, input, textarea {
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5em;
	color: #000;
	text-align: left;
}

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

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

label {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 150px;
	margin-bottom: 5px;
	padding-top: 10px;
	font-family: 'Inconsolata', monospace;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.25em;
	letter-spacing: 1px;
	color: #000;
	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: inline-block;
	vertical-align: top;
	width: calc(100% - 150px);
	height: auto;
	padding: 7px 10px;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 10px;
}

textarea { height: 100px; }

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: #eb9628;
	border: 1px solid #eb9628;
	color: #000;
}

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

input[type=button],
input[type=submit],
input[type=reset] {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 7px 10px;
	background-color: #000;
	border: 1px solid #000;
	border-radius: 10px;
	color: #fff;
	/*text-transform: uppercase;*/
}

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

/*****************************************************************************/
}

@media only screen and (max-height: 749px) {
/*****************************************************************************/

/* NAVIGATION */
div#navigationWrapper { padding-top: 162px !important; }
div#navigationWrapper div.item:first-child { margin-bottom: 24px; }

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

@media only screen and (max-height: 649px) {
/*****************************************************************************/

/* NAVIGATION */
div#navigationWrapper div.item:first-child { margin-bottom: 0 !important; }
div#navigationWrapper div.item div.title { display: none; }

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

@media only screen and (max-height: 399px) {
/*****************************************************************************/

/* NAVIGATION */

div#navigationButtonOpenLayer,
div#navigationWrapper { display: none !important; }

/*
div#navigationWrapper a,
div#navigationWrapper a:link,
div#navigationWrapper a:visited {
	font-size: 14px !important;
	line-height: 1.5em !important;
	background-size: 7px 9px !important;
}
*/

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

@media only screen and (max-height: 699px) {
/*****************************************************************************/

/* CONTENT */

.pageHomeOK div#contentWrapper > h1 {
	bottom: auto;
	top: 162px;
}

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

@media only screen and (max-height: 639px), only screen and (max-width: 879px) {
/*****************************************************************************/

/* CONTENT */

.pageHomeOK div#contentWrapper {
	position: relative;
	left: 50%;
	margin-left: -590px;
	top: 0;
	height: auto;
	background-position: left top;
	padding-top: 26px;
	padding-bottom: 52px;
}

.pageHomeOK div#contentWrapper > h1 {
	position: relative;
	top: 0;
}

/* FOOTER */

.pageHomeOK div#footerWrapper {
	position: relative;
	left: auto;
	bottom: auto;
}

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

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

/* FOOTER */

div#footerWrapper { height: auto; }

div#footerWrapperIn {
	max-width: none;
	padding: 24px 0;
}

div#footerWrapper div.navigationWrapper {
	position: relative;
	float: left;
	left: 0;
	top: 0;
	width: 47%;
}

div#footerWrapper div.navigationWrapper div.item { padding-left: 20px; }

div#contactLayer {
	position: relative;
	float: right;
	left: 0;
	top: 0;
	width: 41%;
	height: auto;
}

div#linkTopLayer {
	right: 50%;
	margin-right: -590px;
}

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

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

/* HEADER */

div#headerWrapper { max-width: none; }

div#logoLayer {
	padding-right: 20px;
	z-index: 21;
}

div#newsLayer { right: 20px; }

div#navigationLanguageLayer { left: 15px; }
div#navigationButtonOpenLayer { left: 20px; }
div#navigationButtonCloseLayer {
	left: 20px;
	margin-left: 0;
}

/* CONTENT */

div#methodsWrapper { padding: 0 20px; }

div#methodsWrapper div.item div.text {
	font-size: 16px;
	line-height: 1.5em;
}

div#methodsWrapper div.item div.title h2 {
	font-size: 18px;
	line-height: 1.5em;
}

/* FOOTER */

div#linkTopLayer { right: 20px; margin-right: 0; }

/* NAVIGATION */

div#navigationLogoLayer {
	position: absolute;
	left: auto;
	margin-left: 0;
	right: 20px;
}

div#navigationWrapper div.item {
	left: 20px;
	margin-left: 0;
}

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

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

/* CONTENT */

.pageHomeOK div#contentWrapper {
	left: 0;
	margin-left: 0;
}

/* FOOTER */

div#contactLayer {
	font-size: 14px;
	line-height: 1.5em;
}

div#contactLayer span.title {
	font-size: 16px;
	line-height: 1.5em;
}

div#footerWrapper div.navigationWrapper a,
div#footerWrapper div.navigationWrapper a:link,
div#footerWrapper div.navigationWrapper a:visited {
	font-size: 14px;
	line-height: 1.667em;
	background-size: 7px 9px;
}

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

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

/* HEADER */

div#logoLayer { padding-bottom: 80px; }
.pageHomeOK div#logoLayer { padding-bottom: 30px; }

/* CONTENT */

div.section {
	font-size: 16px;
	line-height: 1.5em;
}

div.section div.text.boxOutline ul {
	font-size: 16px;
	line-height: 1.5em;
}

div.section div.text.boxOutline ul li {
	background-position: left 10px;
}

div.section.layout2 div.text {
	position: relative;
	width: 50%;
	height: auto;
}

div.section.layout2 div.pict {
	width: calc(50% - 40px);
	height: auto;
	margin-left: 40px;
}

div#methodsWrapper div.item { width: 50%; }

/* HEADLINES */

h1, div#navigationWrapper div.item div.title {
	font-size: 68px;
	line-height: 1em;
}

h1.indent0,
h1.indent1,
h1.indent2 { margin-left: 20px; }
h1.indentTop { margin-top: 0; }

/* NAVIGATION */

div#navigationWrapper {
	padding-top: 188px;
}

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

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

/* FOOTER */

div#footerWrapper div.navigationWrapper { width: 35%; }

div#footerWrapper div.navigationWrapper div.item {
	position: relative;
	float: none;
	width: 100%;
}

div#contactLayer { width: 65%; }

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

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

/* CONTENT */

div.section.layout3 div.text { padding: 72px 20px 72px 40px; }

div.section.layout4 div.text {
	width: 100%;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
}

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

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

/* CONTENT */

div.section.layout1 div.text {
	float: none;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	padding-left: 20px;
	padding-right: 20px;
}

div.section.layout1 div.pict {
	float: none;
	width: 100%;
}

div.section.layout2 div.text {
	float: none;
	width: 100%;
	height: auto;
}

div.section.layout2 div.pict {
	width: 100%;
	margin-left: 0;
	margin-top: 0;
}

div.section.layout3 div.text {
	float: none;
	width: 100%;
}

div.section.layout3 div.pict {
	float: none;
	width: 100%;
}

div.section.layout3 div.pict img { display: none; }
div.section.layout3 div.pict img:first-child { display: block; }

div.section.layout3 div.pict2 { display: none; }

/* HEADLINES */

h1, div#navigationWrapper div.item div.title {
	font-size: 54px;
	line-height: 1em;
	letter-spacing: 2px;
}

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

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

/* CONTENT */

div#methodsWrapper {
	left: 0;
	width: 100%;
	padding: 0;
}

div#methodsWrapper div.item {
	width: 100%;
	padding-left: 0;
}

div#methodsWrapper div.item div.arrow { margin-left: 20px; }

div#methodsWrapper div.item div.text {
	min-height: 0;
	padding-bottom: 48px;
}

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

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

/* CONTENT */

div.section div.text.boxOutline,
div.section div.text.boxGray {
	padding-left: 20px;
	padding-right: 20px;
}

/* FOOTER */

div#footerWrapper div.navigationWrapper {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

div#contactLayer {
	float: none;
	width: 100%;
	padding: 0 20px;
}

/* HEADLINES */

h1, div#navigationWrapper div.item div.title {
	font-size: 42px;
	line-height: 1em;
	letter-spacing: 0;
}

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

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

/* FORMS */
label { display: block; width: 100%; }
input[type='date'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea {
	display: inline-block;
	width: 100%;
}

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

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

/* HEADLINES */

h1, div#navigationWrapper div.item div.title {
	font-size: 28px;
	line-height: 1em;
	letter-spacing: 0;
}

h1 span, h2 span, div#navigationWrapper div.item div.title { padding-bottom: 3px; }

/* NAVIGATION */

div#navigationWrapper a,
div#navigationWrapper a:link,
div#navigationWrapper a:visited {
	padding-left: 20px;
	background-position: left center;
}

/*****************************************************************************/
}

/*
@font-face {
	font-family: 'Inconsolata';
	font-style: normal;
	font-weight: 200;
	src: local(''),
			 url('../_fonts/inconsolata-v31-latin-200.woff2') format('woff2'),
			 url('../_fonts/inconsolata-v31-latin-200.woff') format('woff');
}
@font-face {
	font-family: 'Inconsolata';
	font-style: normal;
	font-weight: 300;
	src: local(''),
			 url('../_fonts/inconsolata-v31-latin-300.woff2') format('woff2'),
			 url('../_fonts/inconsolata-v31-latin-300.woff') format('woff');
}
@font-face {
	font-family: 'Inconsolata';
	font-style: normal;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/inconsolata-v31-latin-regular.woff2') format('woff2'),
			 url('../_fonts/inconsolata-v31-latin-regular.woff') format('woff');
}
@font-face {
	font-family: 'Inconsolata';
	font-style: normal;
	font-weight: 500;
	src: local(''),
			 url('../_fonts/inconsolata-v31-latin-500.woff2') format('woff2'),
			 url('../_fonts/inconsolata-v31-latin-500.woff') format('woff');
}
@font-face {
	font-family: 'Inconsolata';
	font-style: normal;
	font-weight: 600;
	src: local(''),
			 url('../_fonts/inconsolata-v31-latin-600.woff2') format('woff2'),
			 url('../_fonts/inconsolata-v31-latin-600.woff') format('woff');
}
*/
@font-face {
	font-family: 'Inconsolata';
	font-style: normal;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/inconsolata-v31-latin-700.woff2') format('woff2'),
			 url('../_fonts/inconsolata-v31-latin-700.woff') format('woff');
}
/*
@font-face {
	font-family: 'Inconsolata';
	font-style: normal;
	font-weight: 800;
	src: local(''),
			 url('../_fonts/inconsolata-v31-latin-800.woff2') format('woff2'),
			 url('../_fonts/inconsolata-v31-latin-800.woff') format('woff');
}
@font-face {
	font-family: 'Inconsolata';
	font-style: normal;
	font-weight: 900;
	src: local(''),
			 url('../_fonts/inconsolata-v31-latin-900.woff2') format('woff2'),
			 url('../_fonts/inconsolata-v31-latin-900.woff') format('woff');
}
*/
/*
@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 100;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-100.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-100.woff') format('woff');
}
@font-face {
	font-family: 'Work Sans';
	font-style: italic;
	font-weight: 100;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-100italic.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-100italic.woff') format('woff');
}
@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 200;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-200.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-200.woff') format('woff');
}
@font-face {
	font-family: 'Work Sans';
	font-style: italic;
	font-weight: 200;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-200italic.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-200italic.woff') format('woff');
}
@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 300;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-300.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-300.woff') format('woff');
}
@font-face {
	font-family: 'Work Sans';
	font-style: italic;
	font-weight: 300;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-300italic.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-300italic.woff') format('woff');
}
*/
@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-regular.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-regular.woff') format('woff');
}
@font-face {
	font-family: 'Work Sans';
	font-style: italic;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-italic.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-italic.woff') format('woff');
}
/*
@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 500;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-500.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-500.woff') format('woff');
}
@font-face {
	font-family: 'Work Sans';
	font-style: italic;
	font-weight: 500;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-500italic.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-500italic.woff') format('woff');
}
@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 600;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-600.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-600.woff') format('woff');
}
@font-face {
	font-family: 'Work Sans';
	font-style: italic;
	font-weight: 600;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-600italic.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-600italic.woff') format('woff');
}
*/
@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-700.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-700.woff') format('woff');
}
@font-face {
	font-family: 'Work Sans';
	font-style: italic;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-700italic.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-700italic.woff') format('woff');
}
/*
@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 800;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-800.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-800.woff') format('woff');
}
@font-face {
	font-family: 'Work Sans';
	font-style: italic;
	font-weight: 800;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-800italic.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-800italic.woff') format('woff');
}
@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 900;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-900.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-900.woff') format('woff');
}
@font-face {
	font-family: 'Work Sans';
	font-style: italic;
	font-weight: 900;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-900italic.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-900italic.woff') format('woff');
}
*/
@media print {
/*****************************************************************************/

div#layoutWrapper { display: none; }

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