/*! 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; }
@media only screen {
/*****************************************************************************/

/*

COLORS:
_ orange: #d99430
_ gray: #46403c (text)

FONTS:
font-family: 'Merriweather', serif;
font-weight: 400/700;
font-style: normal/italic
*/

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

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

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

body {
	background-color: #fff;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 0;
	line-height: 0;
	color: #46403c;
	-moz-font-feature-settings: "liga=0";
	-moz-font-feature-settings: "liga" 0;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	-webkit-font-variant-ligatures: no-common-ligatures;
	        font-variant-ligatures: no-common-ligatures;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	/*text-align: center;*/
}

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

::selection { color: #fff; background-color: #554e46; }

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

/* HEADER */

header {
	position: fixed;
	width: 50%;
	height: 100%;
	background-color: #d99430;
	z-index: 21;
}

header > div#logoTypoLayer {
	position: relative;
	width: 100%;
	height: auto;
	padding: 43px 20px 25px 20px;
	border-bottom: 1px solid #fff;
	text-align: center;
	z-index: 12;
}

header > div#logoTypoLayer img {
	width: 100%;
	max-width: 260px;
	height: auto;
}

header > div#logoClaimLayer {
	position: relative;
	width: 100%;
	height: auto;
	padding: 10px 20px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
	color: #fff;
	z-index: 12;
}

header > nav#main {
	position: fixed;
	display: none;
	left: 50%;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #7894a1;
	/*background-color: #a5a1d4;*/
	border-left: 1px solid #fff;
	z-index: 14;
}

header > nav#main > table { width: 100%; height: 100%; z-index: 12; }
header > nav#main > table td { width: 100%; height: 100%; text-align: center; vertical-align: middle; }

header > nav#main hr { display: block; width: 100%; max-width: 500px; opacity: 0.5; }

header > nav#home {
	position: fixed;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 13;
}

header > nav#home > table { width: 100%; height: 100%; }
header > nav#home > table td { width: 100%; height: 100%; text-align: center; vertical-align: middle; }

header > nav#home img {
	width: 100%;
	max-width: 440px;
	height: auto;
	background: transparent url() scroll no-repeat center center;
	background-size: cover;
}

header > nav#home ul > li:nth-child(1) img { background-image: url('../images/navigation/white/home-post@3x.png'); }
header > nav#home ul > li:nth-child(2) img { background-image: url('../images/navigation/white/home-unternehmen@3x.png'); }

header > div#pictLayer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent url('../images/background/2000x1500.jpg') scroll no-repeat right center;
	background-size: cover;
	z-index: 11;
}

/*.pageHomeOK header > div#pictLayer { width: 200%; }*/

header > div#gradientLayer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 85vh;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	z-index: 12;
}

header > nav#button {
	position: fixed;
	right: 30px;
	top: 60px;
	z-index: 15;
}
nav#button > span { z-index: 11; }
nav#button > a {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 12;
}
.jsNO nav#button > a { display: block; }

/* MAIN */

main {
	position: absolute;
	left: 50%;
	top: 125px;
	width: 50%;
	height: auto;
	min-height: calc(100% - 125px);
	padding: 0 100px;
	padding-bottom: 50px !important;
	border-top: 1px solid #dedede;
	z-index: 11;
}

main > section {
	position: relative;
	width: 100%;
	max-width: 600px;
	height: auto;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 0.5px solid #dedede;
}
body[data-pixelratio='1'] > main > section { border-top-width: 1px; }

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

/* FOOTER */

footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 50%;
	height: auto;
	background-color: #d99430;
	z-index: 31;
}

footer > nav#footer {
	position: relative;
	width: 100%;
	height: auto;
	padding: 10px 20px;
	font-size: 10px;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	z-index: 11;
}

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

.fontSizeBig { font-size: 120%; }

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

h1, h2, h3 {
	font-weight: 400;
	font-size: 36px;
	line-height: 1.25em;
	letter-spacing: 0.5px;
	text-transform: none;
	margin: 0 0 1em 0;
}

h2 {
	font-size: 24px;
	line-height: 1.25em;
	text-transform: none;
}

h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 0;
}

h1 + h2, p + h2, ul + h2, ol + h2, p + h1, ul + h1, ol + h1 { margin-top: 2em !important; }
h1.displayNO + h2 { margin-top: 0 !important; }

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

main a,
main a:link,
main a:visited { color: #46403c; text-decoration: none; border-bottom: 0.5px solid #46403c; }
main a:hover,
main a:active,
main a:visited:hover,
main a:visited:active { color: #d99430; border-bottom-width: 1px; border-bottom-color: #d99430; }

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

footer > nav#footer > a,
footer > nav#footer > a:link,
footer > nav#footer > a:visited { color: #fff; text-decoration: none; opacity: 0.75; padding: 0 5px; }
footer > nav#footer > a:hover,
footer > nav#footer > a:active,
footer > nav#footer > a:visited:hover,
footer > nav#footer > a:visited:active { color: #fff; opacity: 1; }

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

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

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

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

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

/* NO BULLETS */

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

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

/* CONTENT */

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

main ul > li {
	padding-left: 35px;
	background: transparent url('../images/main/bg-list-item@3x.png') scroll no-repeat 0 5px;
	background-size: 25px 14px;
}

main ul.space > li { padding-bottom: 1.5em; }
main ul.space > li:last-child { padding-bottom: 0; }

main ul.collapsible > li > span { display: block; padding-bottom: 1.5em; }
main ul.collapsible > li:last-child > span { padding-bottom: 0; }
.jsOK main ul.collapsible > li > span { display: none; }
.jsOK main ul.collapsible > li.ok > span { display: block; }

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

/* LIST NAVIGATION HOME */

nav#home ul {
	display: inline-block;
	width: 100%;
	height: auto;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

nav#home ul > li {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0.75;
	transform: scale(1);
	transform-origin: center center;
	transition-duration: 0.25s;
	transition-timing-function: ease-in-out;
	transition-delay: 0;
	transition-property: transform, opacity;
}

nav#home ul > li:hover { transform: scale(1.1); opacity: 1; }

nav#home ul > li > a,
nav#home ul > li > a:link,
nav#home ul > li > a:visited {
	display: block;
	width: 100%;
	height: auto;
	padding: 20px 0;
}

/* LIST NAVIGATION MAIN */

nav#main ul {
	display: inline-block;
	width: 100%;
	max-width: 500px;
	height: auto;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

nav#main ul > li {
	display: block;
	width: 100%;
	height: auto;
}

nav#main ul:nth-of-type(2) > li {
	display: inline-block;
	width: auto;
}

nav#main ul:nth-of-type(1) { margin-bottom: 30px; }
nav#main ul:nth-of-type(2) { margin-top: 30px; }

/*
nav#main ul { border-top: 0.5px solid #fff; }
body[data-pixelratio='1'] nav#main ul { border-top-width: 1px; }
nav#main ul > li { border-bottom: 0.5px solid #fff; }
body[data-pixelratio='1'] nav#main ul > li { border-bottom-width: 1px; }
*/

nav#main ul > li > a,
nav#main ul > li > a:link,
nav#main ul > li > a:visited {
	display: block;
	width: 100%;
	font-weight: 400;
	font-size: 36px;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	padding: 10px 0;
	opacity: 0.75;
}

nav#main ul:nth-of-type(2) > li > a,
nav#main ul:nth-of-type(2) > li > a:link,
nav#main ul:nth-of-type(2) > li > a:visited {
	font-size: 24px;
	line-height: 1.5em;
	padding: 10px 15px;
}

nav#main ul > li > a:hover,
nav#main ul > li > a:active,
nav#main ul > li > a:visited:hover,
nav#main ul > li > a:visited:active {
	opacity: 1;
}

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:active,
nav#main ul > li.act > a:visited:hover,
nav#main 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; }
.ghost, .displayNO { display: none !important; }
.wrapNO { white-space: nowrap; }
.fontNO, .fontSizeZero { font-size: 0; line-height: 0; }
.hyphen { hyphens: auto; word-wrap: break-word; }

hr {
	width: 100%;
	height: 0;
	margin: 2em auto;
	border: 0;
	border-top: 1px solid #dedede;
}
/*body[data-pixelratio='1'] hr { border-top-width: 1px; }*/

div.distance,
div.space {
	position: relative;
	width: 100%;
	height: 25px;
	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; }

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

.width10p { width: 9.999% !important; }
.width15p { width: 14.999% !important; }
.width20p { width: 19.999% !important; }
.width25p { width: 24.999% !important; }
.width30p { width: 29.999% !important; }
.width33p { width: 33.333% !important; }
.width35p { width: 34.999% !important; }
.width38p { width: 37.999% !important; }
.width40p { width: 39.999% !important; }
.width45p { width: 44.999% !important; }
.width50p { width: 49.999% !important; }
.width55p { width: 54.999% !important; }
.width60p { width: 59.999% !important; }
.width65p { width: 55.999% !important; }
.width66p { width: 66.666% !important; }
.width70p { width: 69.999% !important; }
.width75p { width: 74.999% !important; }
.width80p { width: 79.999% !important; }
.width85p { width: 84.999% !important; }
.width90p { width: 89.999% !important; }

p, .p { margin: 0 0 1.5em 0; }
p.pict { font-size: 0; line-height: 0; margin: 0; padding: 0; }
p.pict { margin-bottom: 20px; }

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

table {
	position: relative;
	width: 100%;
	border-width: 0;
	margin: 0 0 1.333em 0;
	border-collapse: collapse;
	empty-cells: hide;
}
th, td { background-color: transparent; vertical-align: top; }
/*table p, table ul, table ol { margin-bottom: 0; }*/

figure { display: block; width: 100%; margin: 0; font-size: 0; line-height: 0; }
figure > figcaption { display: block; width: 100%; margin: 0; }
img { border: 0; height: auto; max-width: 100%; }

strong { font-weight: 700; }
em, i { font-style: normal; }

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

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

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

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

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

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

div.subcolumns > div.col > img { margin-top: 7px; }

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

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

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

div.formWrapper > div.message {
	position: relative;
	display: none;
	width: 100%;
	margin-bottom: 40px;
	font-weight: 700;
	color: #c00;
	border: 2px solid #c00;
	padding: 20px;
}

form, select, input, textarea {
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
	color: #46403c;
}

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

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

label {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	color: #46403c;
	text-transform: uppercase;
}

select, textarea,
input[type='password'],
input[type='text'] {
	width: 100%;
	/*max-width: 350px;*/
	height: auto;
	padding: 10px 20px;
	border: 1px solid #46403c;
	border-radius: 5px;
	background-color: #fff;
	color: #46403c;
	text-align: left;
}

.error select, .error textarea,
.error input[type='password'],
.error input[type='text'] {
	border: 2px solid #c00 !important;
}

textarea { height: 150px; }

textarea:focus, textarea:active,
input[type='password']:focus, input[type='password']:active,
input[type='text']:focus, input[type='text']:active {
	outline: none !important;
	border-color: #d99430;
}

input[type=submit] {
	display: inline-block;
	width: 100%;
	max-width: 350px;
	height: auto;
	padding: 10px 20px;
	background-color: #fff;
	border: 1px solid #46403c;
	border-radius: 5px;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	color: #4a4a4a;
	text-transform: uppercase;
}

input[type=submit]:hover {
	color: #fff;
	background-color: #d99430;
	border-color: #d99430;
	cursor: pointer;
}

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

input[type='checkbox'] { position: relative; display: inline-block; margin-right: 10px; margin-top: 6px; }

/* ==========================================================================
   BURGER BUTTON (https://codepen.io/designcouch/pen/Atyop)
   ========================================================================== */

nav#button {
	/*position: relative;*/
	width: 60px;
	height: 45px;
	margin: 0px auto;
	/*transform: scale(.5);*/
	transform-origin: 50% 50%;
	transition: .25s ease-in-out;
	cursor: pointer;
}
/*.navOK nav#button { transform: scale(1); }*/

nav#button > span {
	position: absolute;
	display: block;
	height: 3px;
	width: 50%;
	background: #d99430;
	opacity: 1;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}
nav#button:hover > span { background: #d99430; }
.navOK nav#button > span { background: #fff !important; }

/*
.pageHomeOK nav#button > span { background: #fff; }
.pageHomeOK nav#button:hover > span { background: #fff; }
*/

nav#button > span:nth-child(even) { left: 50%; border-radius: 0 3px 3px 0; }
nav#button > span:nth-child(odd) { left: 0px; border-radius: 3px 0 0 3px; }

nav#button > span:nth-child(1), nav#button > span:nth-child(2) { top: 0px; }
nav#button > span:nth-child(3), nav#button > span:nth-child(4) { top: 18px; }
nav#button > span:nth-child(5), nav#button > span:nth-child(6) { top: 36px; }

.navOK nav#button > span:nth-child(1),
.navOK nav#button > span:nth-child(6) {
	transform: rotate(45deg);
}

.navOK nav#button > span:nth-child(2),
.navOK nav#button > span:nth-child(5) {
	transform: rotate(-45deg);
}

.navOK nav#button > span:nth-child(1) { left: 5px; top: 7px; }
.navOK nav#button > span:nth-child(2) { left: calc(50% - 5px); top: 7px; }
.navOK nav#button > span:nth-child(3) { left: -50%; opacity: 0; }
.navOK nav#button > span:nth-child(4) { left: 100%; opacity: 0; }
.navOK nav#button > span:nth-child(5) { left: 5px; top: 29px; }
.navOK nav#button > span:nth-child(6) { left: calc(50% - 5px); top: 29px; }

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

#MessageERR {
    padding: 10px;
    background: #EDEDED;
    border-left: 5px solid #D50000;
    font-size: 14px;
    margin-bottom: 10px;
}

@media screen and (min-width: 1501px) { header > div#pictLayer { background-image: url('../images/background/4000x3000.jpg'); } }
@media screen and (max-width: 1400px) { header > div#pictLayer { background-image: url('../images/background/3000x2250.jpg'); } }
@media screen and (max-width: 1000px) { header > div#pictLayer { background-image: url('../images/background/2000x1500.jpg'); } }
@media screen and (max-width: 500px) { header > div#pictLayer { background-image: url('../images/background/1000x750.jpg'); } }

/* IMAGES @1x */
/*@media only screen {
	header > nav#home ul > li:nth-child(1) img { background-image: url('../images/navigation/white/home-post.png'); }
	header > nav#home ul > li:nth-child(2) img { background-image: url('../images/navigation/white/home-unternehmen.png'); }
}*/
/* IMAGES @2x (Pixel Ratio of 1.25+) */
/*@media only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
	header > nav#home ul > li:nth-child(1) img { background-image: url('../images/navigation/white/home-post@2x.png'); }
	header > nav#home ul > li:nth-child(2) img { background-image: url('../images/navigation/white/home-unternehmen@2x.png'); }
}*/
/* IMAGES @3x (Pixel Ratio of 2.25+) */
/*@media only screen and (min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
	header > nav#home ul > li:nth-child(1) img { background-image: url('../images/navigation/white/home-post@3x.png'); }
	header > nav#home ul > li:nth-child(2) img { background-image: url('../images/navigation/white/home-unternehmen@3x.png'); }
}*/

/* IMAGES @1x */
/*@media only screen and (max-width: 999px) {
	header > nav#home ul > li:nth-child(1) img { background-image: url('../images/navigation/gray/home-post.png'); }
	header > nav#home ul > li:nth-child(2) img { background-image: url('../images/navigation/gray/home-unternehmen.png'); }
}*/
/* IMAGES @2x (Pixel Ratio of 1.25+) */
/*@media only screen and (max-width: 999px) and (min-device-pixel-ratio: 1.25), only screen and (max-width: 999px) and (min-resolution: 1.25dppx) {
	header > nav#home ul > li:nth-child(1) img { background-image: url('../images/navigation/gray/home-post@2x.png'); }
	header > nav#home ul > li:nth-child(2) img { background-image: url('../images/navigation/gray/home-unternehmen@2x.png'); }
}*/
/* IMAGES @3x (Pixel Ratio of 2.25+) */
/*@media only screen and (max-width: 999px) and (min-device-pixel-ratio: 2.25), only screen and (max-width: 999px) and (min-resolution: 2.25dppx) {
	header > nav#home ul > li:nth-child(1) img { background-image: url('../images/navigation/gray/home-post@3x.png'); }
	header > nav#home ul > li:nth-child(2) img { background-image: url('../images/navigation/gray/home-unternehmen@3x.png'); }
}*/

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

/* MAIN */
main { padding: 0 calc((50% - 600px) / 2); }

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

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

/* MAIN */
main { padding: 0 50px; }

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

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

/* HEADER */
header {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 31;
}
header > div#pictLayer {
	position: relative;
	width: 100% !important;
	height: 0;
	padding-bottom: 50%;
}
header > div#gradientLayer { display: none; }
header > nav#button { position: absolute; right: 30px; }
.navOK header > nav#button { position: fixed; }
header > nav#main { left: 0; width: 100%; border-left: 0; }

header > nav#home {
	position: relative;
	width: 100%;
	padding-top: 40px;
	background-color: #fff;
}
header > nav#home ul > li:nth-child(1) img { background-image: url('../images/navigation/gray/home-post@3x.png'); }
header > nav#home ul > li:nth-child(2) img { background-image: url('../images/navigation/gray/home-unternehmen@3x.png'); }

nav#button > span { background: #fff; }
nav#button:hover > span { background: #fff; }

/* MAIN */
main {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 0;
	border-top: 0;
	padding: 0 30px;
	text-align: center;
}
main > section { margin: auto; text-align: left; }

/* FOOTER */
footer {
	position: relative;
	bottom: auto;
	top: 0;
	width: 100%;
	z-index: 21;
}
footer.fixed {
	position: fixed;
	top: auto;
	bottom: 0;
}

/* ETC */
div#jivo-iframe-container { display: none !important; }

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

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

header > nav#button { right: 10px; top: 10px; transform: scale(.5); }

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

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

/* FONT-SIZES */
main > section { font-size: 14px; line-height: 1.5em; }
h1 { font-size: 32px; line-height: 1.25em; }
h2 { font-size: 21px; line-height: 1.25em; }
nav#main ul > li > a, nav#main ul > li > a:link, nav#main ul > li > a:visited { font-size: 32px; line-height: 1.5em; }
nav#main ul:nth-of-type(2) > li > a, nav#main ul:nth-of-type(2) > li > a:link, nav#main ul:nth-of-type(2) > li > a:visited { font-size: 24px; line-height: 1.5em; }

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

body > * { display: none; }

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