/*! 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; }
/*
@font-face {
	font-display: swap;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 100;
	src: url('../_fonts/barlow-v12-latin-100.woff2') format('woff2'),
       url('../_fonts/barlow-v12-latin-100.ttf') format('truetype');
}
@font-face {
	font-display: swap;
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 100;
	src: url('../_fonts/barlow-v12-latin-100italic.woff2') format('woff2'),
       url('../_fonts/barlow-v12-latin-100italic.ttf') format('truetype');
}
@font-face {
	font-display: swap;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 200;
	src: url('../_fonts/barlow-v12-latin-200.woff2') format('woff2'),
       url('../_fonts/barlow-v12-latin-200.ttf') format('truetype');
}
@font-face {
	font-display: swap;
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 200;
	src: url('../_fonts/barlow-v12-latin-200italic.woff2') format('woff2'),
       url('../_fonts/barlow-v12-latin-200italic.ttf') format('truetype');
}
@font-face {
	font-display: swap;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 300;
	src: url('../_fonts/barlow-v12-latin-300.woff2') format('woff2'),
       url('../_fonts/barlow-v12-latin-300.ttf') format('truetype');
}
@font-face {
	font-display: swap;
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 300;
	src: url('../_fonts/barlow-v12-latin-300italic.woff2') format('woff2'),
       url('../_fonts/barlow-v12-latin-300italic.ttf') format('truetype');
}
*/
@font-face {
	font-display: swap;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	src: url('../_fonts/barlow-v12-latin-regular.woff2') format('woff2'),
       url('../_fonts/barlow-v12-latin-regular.ttf') format('truetype');
}
@font-face {
	font-display: swap;
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 400;
	src: url('../_fonts/barlow-v12-latin-italic.woff2') format('woff2'),
       url('../_fonts/barlow-v12-latin-italic.ttf') format('truetype');
}
@font-face {
	font-display: swap;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 500;
	src: url('../_fonts/barlow-v12-latin-500.woff2') format('woff2'),
       url('../_fonts/barlow-v12-latin-500.ttf') format('truetype');
}
@font-face {
	font-display: swap;
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 500;
	src: url('../_fonts/barlow-v12-latin-500italic.woff2') format('woff2'),
       url('../_fonts/barlow-v12-latin-500italic.ttf') format('truetype');
}
@font-face {
	font-display: swap;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 600;
	src: url('../_fonts/barlow-v12-latin-600.woff2') format('woff2'),
       url('../_fonts/barlow-v12-latin-600.ttf') format('truetype');
}
@font-face {
	font-display: swap;
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 600;
	src: url('../_fonts/barlow-v12-latin-600italic.woff2') format('woff2'),
       url('../_fonts/barlow-v12-latin-600italic.ttf') format('truetype');
}
/*
@font-face {
	font-display: swap;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	src: url('../_fonts/barlow-v12-latin-700.woff2') format('woff2'),
       url('../_fonts/barlow-v12-latin-700.ttf') format('truetype');
}
@font-face {
	font-display: swap;
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 700;
	src: url('../_fonts/barlow-v12-latin-700italic.woff2') format('woff2'),
       url('../_fonts/barlow-v12-latin-700italic.ttf') format('truetype');
}
@font-face {
	font-display: swap;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 800;
	src: url('../_fonts/barlow-v12-latin-800.woff2') format('woff2'),
       url('../_fonts/barlow-v12-latin-800.ttf') format('truetype');
}
@font-face {
	font-display: swap;
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 800;
	src: url('../_fonts/barlow-v12-latin-800italic.woff2') format('woff2'),
       url('../_fonts/barlow-v12-latin-800italic.ttf') format('truetype');
}
@font-face {
	font-display: swap;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 900;
	src: url('../_fonts/barlow-v12-latin-900.woff2') format('woff2'),
       url('../_fonts/barlow-v12-latin-900.ttf') format('truetype');
}
@font-face {
	font-display: swap;
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 900;
	src: url('../_fonts/barlow-v12-latin-900italic.woff2') format('woff2'),
       url('../_fonts/barlow-v12-latin-900italic.ttf') format('truetype');
}
*/
@media only screen {
/*****************************************************************************/

/*
COLORS:
_ red: 					#c4071b
_ blue: 				#003772
_ blue light:		#0090d4
_ green: 				#44a12a
_ orange:				#e29000
_ gray: 				#636466
_ gray light:		#f1f2f2
_ gray footer:	#8c8c8c

FONTS:

font-family: 'Barlow';
font-style: normal/italic;
font-weight: 400/500; regular/medium

font-family:'DIN Next W01 Regular';
font-family:'DIN Next W01 Italic';

font-family:'DIN Next W01 Medium';
font-family:'DINNextW01-MediumItalic';
*/

/* ==========================================================================
   BASICS
   ========================================================================== */

* html body * { overflow: visible; }
* html iframe, * html frame { overflow: auto; }

html, body {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: #8c8c8c;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	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;
}

* {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	padding: 0;
	margin: 0;
	font-size: 100%;
}

/* ==========================================================================
   LAYOUT
   ========================================================================== */

/* PAGE AND LAYOUT WRAPPING */

div#layoutWrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	min-height: 100%;
	z-index: 1;
}

div#linkTopLayer {
	position: fixed;
	display: none;
	right: 0;
	margin-left: 0;
	bottom: 20px;
	width: 50px;
	height: 50px;
	background: transparent url('../images/main/button-scroll-up.png') scroll no-repeat center center;
	background-size: cover;
	z-index: 41;
}

/* HEADER */

div#headerWrapper {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #fff;
	z-index: 21;
}

div#logoWrapper {
	position: relative;
	width: 100%;
	height: 110px;
	z-index: 21;
}

div#logoWrapper div#logoLayer {
	position: absolute;
	left: 50%;
	margin-left: -490px;
	top: 30px;
	width: 250px;
	height: 52px;
	z-index: 21;
}

div#logoWrapper div#logoLayer img {
	width: 250px;
	height: 52px;
}

div#logoWrapper div#claimLayer {
	position: absolute;
	right: 50%;
	margin-right: -490px;
	bottom: 24px;
	width: auto;
	height: auto;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.25em;
	z-index: 21;
}

div#logoWrapper div#sixtyLayer {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 15px;
	width: 100px;
	height: auto;
	font-size: 0;
	line-height: 0;
	z-index: 21;
}

div#logoWrapper div#sixtyLayer img {
	width: 100%;
	height: auto;
}

div#navigationButtonLayer {
	position: absolute;
	right: 10px;
	top: 20px;
	width: 30px;
	height: 30px;
	background: transparent url('../images/main/nav-list_off.png') scroll no-repeat center center;
	background-size: 27px 27px;
	z-index: 22;
}
div#navigationButtonLayer:hover { background-image: url('../images/main/nav-list_on.png'); }
div#navigationButtonLayer.act { background-image: url('../images/main/nav-close_off.png'); }
div#navigationButtonLayer.act:hover { background-image: url('../images/main/nav-close_on.png'); }

body.cookieAlertOK div#navigationButtonLayer { top: 38px; }

div#navigationMainWrapper {
	position: relative;
	width: 100%;
	height: 40px;
	border: 1px solid #f1f2f2;
	border-width: 1px 0;
	margin-bottom: 5px;
	z-index: 21;
}

div#navigationMainWrapper div#navigationMainALayer,
div#navigationMainWrapper div#navigationMainBLayer {
	position: absolute;
	top: 0;
	width: auto;
	height: 40px;
	border-left: 1px solid #f1f2f2;
	z-index: 21;
}

div#navigationMainWrapper div#navigationMainALayer {
	left: 50%;
	margin-left: -490px;
}

div#navigationMainWrapper div#navigationMainBLayer {
	right: 50%;
	margin-right: -490px;
}

div#navigationProductsWrapper {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #f1f2f2;
	text-align: center;
	/*padding-bottom: 5px;*/
	z-index: 21;
}

div#navigationProductsWrapper div#navigationProductsALayer,
div#navigationProductsWrapper div#navigationProductsBLayer {
	position: relative;
	width: 980px;
	height: 43px;
	margin: auto;
	text-align: left;
	overflow: hidden;
	z-index: 21;
}

div#navigationProductsWrapper div#navigationProductsALayer {
	border-top: 5px solid #f1f2f2;
}

div#navigationProductsWrapper div#navigationProductsLineLayer {
	position: relative;
	left: 50%;
	margin-left: -490px;
	width: 980px;
	height: 3px;
	background-color: #f1f2f2;
	overflow: hidden;
}

div#navigationLanguageLayer {
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: -495px;
	width: auto;
	height: auto;
	z-index: 21;
}

body.cookieAlertOK div#navigationLanguageLayer { top: 18px; }

div#pictureWrapper {
	position: relative;
	width: 100%;
	height: 460px;
	z-index: 21;
}

div#pictureWrapper div#galleryWrapper,
div#pictureWrapper div#galleryWrapper div.item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #8c8c8c;
	z-index: 21;
}

div#pictureWrapper div#galleryWrapper div.item {
	display: none;
	background: transparent url() scroll no-repeat center top;
	background-size: cover;
}

div#pictureWrapper div#galleryWrapper div.item.act {
	display: block;
	z-index: 22;
}

div#pictureWrapper div#galleryWrapper div.item div.text {
	position: absolute;
	left: 50%;
	margin-left: -490px;
	top: 178px;
	width: 980px;
	font-size: 40px;
	font-weight: 600;
	line-height: 1em;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 2px 2px 10px rgba(51,51,51,0.75);
}

div#pictureWrapper div#galleryWrapper div#galleryDotsWrapper {
	position: absolute;
	left: 50%;
	margin-left: -490px;
	bottom: 20px;
	width: auto;
	height: 20px;
	z-index: 22;
}

div#pictureWrapper div#galleryWrapper div#galleryDotsWrapper div.item {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background: transparent url('../images/main/gallery-dot.png') scroll no-repeat center center;
	background-size: 20px 20px;
}

div#pictureWrapper div#sqaresLayer {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -150px;
	width: 200px;
	height: 300px;
	background: transparent url('../images/main/squares.png') scroll no-repeat left top;
	background-size: 200px 300px;
	z-index: 23;
}

div#buttonPhoneLayer,
div#buttonMailLayer,
div#buttonScrollDownLayer {
	position: absolute;
	display: none;
	right: 0;
	width: 50px;
	background: transparent url() scroll no-repeat left top;
	z-index: 23;
}

div#buttonPhoneLayer { top: 265px; height: 50px; background-image: url('../images/main/button-phone.png'); background-size: 50px 50px; }
div#buttonMailLayer { top: 316px; height: 50px; background-image: url('../images/main/button-mail.png'); background-size: 50px 50px; }
div#buttonScrollDownLayer { bottom: 20px; height: 180px; background-image: url('../images/main/button-scroll-down.png'); background-size: 50px 180px; }

.jsOK div#buttonPhoneLayer,
.jsOK div#buttonMailLayer,
.jsOK div#buttonScrollDownLayer {
	display: block;
}

div#cookieAlertWrapper {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	background-color: #999;
	text-align: center;
	z-index: 21;
}

div#cookieAlertWrapper > div.text {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin: auto;
	padding: 3px 20px 1px 20px;
	font-size: 12px;
	line-height: 1em;
	color: #fff;
	text-transform: uppercase;
}

div#cookieAlertWrapper > div.text > span { display: inline-block; }
body.jsNO div#cookieAlertWrapper > div.text > span { display: none; }

div#cookieAlertWrapper > div.button {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

/* CONTENT */

div#contentWrapper {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 90px;
	background-color: #f1f2f2;
	border: 1px solid #f1f2f2;
	border-width: 1px 1px 0 1px;
	z-index: 31;
}

div#contentLayer {
	position: relative;
	left: 50%;
	margin-left: -490px;
	width: 980px;
	height: auto;
	padding: 40px 0;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.333em;
}

div#contentLayer.overPict {
	margin-top: -461px;
	height: auto;
	min-height: 460px;
	padding: 20px 0 40px 0;
	overflow: hidden;
}

.pageShopOK div#contentLayer.overPict { padding-top: 0; }

.pageShopOK div#contentLayer,
div#contentLayer.products {
	padding-top: 0;
	/*background-color: #f1f2f2;*/
	background: transparent url('../images/main/pixel_fff.gif') scroll no-repeat left top;
	background-size: 980px 460px;
}
div#contentLayer.products div.indent { padding-left: 21.499%; padding-right: 40px; }
div#contentLayer.products div.indent p { padding-left: 3px; }

/* FOOTER */

div#footerWrapperOut {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #8c8c8c;
	text-align: center;
	z-index: 11;
}

div#footerWrapperOut.fixed {
	position: fixed;
	bottom: 0;
}

div#footerWrapperOut div#footerWrapperIn {
	position: relative;
	width: 980px;
	height: auto;
	margin: auto;
	text-align: left;
	z-index: 11;
}

div#footerWrapperOut div#footerWrapperIn div#footerNewsLayer,
div#footerWrapperOut div#footerWrapperIn div#footerInfoLayer,
div#footerWrapperOut div#footerWrapperIn div#footerServiceLayer,
div#footerWrapperOut div#footerWrapperIn div#footerContactLayer {
	position: relative;
	float: left;
	height: auto;
	padding: 20px 0;
	font-size: 14px;
	line-height: 1.333em;
	color: #000;
}

div#footerWrapperOut div#footerWrapperIn div span.title {
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

div#footerWrapperOut div#footerWrapperIn div#footerNewsLayer,
div#footerWrapperOut div#footerWrapperIn div#footerInfoLayer,
div#footerWrapperOut div#footerWrapperIn div#footerServiceLayer { width: 17.725%; }
div#footerWrapperOut div#footerWrapperIn div#footerContactLayer { width: 46.825%; }

/* NAVIGATION SUB SUB */

div.navigationSubSub {
	position: relative;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin-bottom: 40px;
	z-index: 21;
}

div.navigationSubSub.box {
	position: absolute;
	left: 0;
	top: 0;
	width: 980px;
	height: 220px;
	overflow: hidden;
}

div.navigationSubSub.box3 { top: 240px; width: 480px; }
div.navigationSubSub.box4 { left: 500px; top: 240px; width: 480px; }

div.subcolumns div.navigationSubSub { margin-top: 7px; }

div.navigationSubSub div.pict {
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent url() scroll no-repeat center center;
	background-size: cover;
	z-index: 21;
}

div.navigationSubSub div.text {
	position: relative;
	width: auto;
	height: auto;
	z-index: 22;
}

div.navigationSubSub.pict div.text {
	position: absolute;
	left: 0;
	bottom: 5px;
}

div.navigationSubSub h1,
div.navigationSubSub div.text h1 {
	position: relative;
	margin-bottom: 2px;
	padding: 5px 8px 2px 10px;
	background-color: #fff;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 1em;
	text-transform: uppercase;
	white-space: nowrap;
}

div.navigationSubSub.pict div.text h1 {
	position: absolute;
	left: 0;
	bottom: 100%;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 1em;
	padding: 8px 80px 4px 0;
}

div#contentLayer.products div.navigationSubSub { margin-top: 0; }
div#contentLayer.products div.navigationSubSub h1 {
	background-color: #bbbdbe;
	color: #c4071b;
	font-size: 24px;
	line-height: 1em;
	text-transform: uppercase;
	padding: 5px 8px 1px 8px;
}

/* CONTENT: HOME */

.pageHomeOK div#contentLayer > div.subcolumns > div.c75 > p { padding-right: 40px; }

/* CONTENT: NEWS HOME */

div.newsHomeWrapper {
	position: relative;
	width: 100%;
}

div.newsHomeWrapper div.item {
	position: relative;
	float: left;
	width: calc(50% - 40px);
	height: auto;
	min-height: 290px;
	margin: 0 40px 40px 0;
	background-color: #fff;
}

div.newsHomeWrapper.fullsize div.item {
	float: none;
	width: calc(100% - 40px);
	min-height: 345px;
}

div.newsHomeWrapper div.item div {
	position: relative;
	width: 100%;
}

div.newsHomeWrapper div.item div.text {
	padding: 5px 10px 15px 10px;
	font-size: 14px;
	line-height: 1.333em;
}

div.newsHomeWrapper div.item div.text h1 {
	font-size: 21px;
	line-height: 1.333em;
	margin: 0;
	text-transform: none;
}

div.newsHomeWrapper div.item div.text p { margin-bottom: 0; }

div.newsHomeWrapper div.item div.link {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 36px !important;
	height: 36px !important;
	font-size: 0;
	line-height: 0;
	background: transparent url('../images/main/text-arrow-right_red.png') scroll no-repeat center center;
	background-size: 16px 16px;
}

div.newsHomeWrapper div.item div.link img {
	width: 100%;
	height: 100%;
}

/* CONTENT: BANNER HOME */

div.bannerHomeWrapper {
	position: relative;
	width: 100%;
	max-width: 300px;
	background-color: #636466;
	padding: 20px 0 30px 0;
	margin-bottom: 20px;
}

div.bannerHomeWrapper.colorRed { background-color: #c4071b; }
div.bannerHomeWrapper.colorBlue { background-color: #003772; }
div.bannerHomeWrapper.colorBlueLight { background-color: #0090d4; }
div.bannerHomeWrapper.colorGreen { background-color: #44a12a; }
div.bannerHomeWrapper.colorOrange { background-color: #e29000; }

div.bannerHomeWrapper div.title {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 21px;
	line-height: 1.333em;
	color: #fff;
	text-transform: uppercase;
	padding: 0 10px;
}

div.bannerHomeWrapper div.text {
	position: relative;
	width: 100%;
	height: auto;
	color: #fff;
	padding: 0 10px;
}

div.bannerHomeWrapper div.links {
	position: relative;
	width: 100%;
	height: auto;
	top: 30px;
}

div.bannerHomeWrapper div.link {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 36px;
	height: 36px;
	font-size: 0;
	line-height: 0;
	background: transparent url('../images/main/text-arrow-right_white.png') scroll no-repeat center center;
	background-size: 16px 16px;
}

div.bannerHomeWrapper div.link img {
	width: 100%;
	height: 100%;
}

/* HOME: LOGIN BOX */

div#loginboxWrapper {
	position: absolute;
	display: none;
	left: 50%;
	margin-left: 245px;
	top: 0;
	width: 245px;
	height: auto;
	z-index: 23;
}

/*body.loggedInOK div#loginboxWrapper { display: none; }*/

div#loginboxWrapper div#loginboxContentLayer {
	position: relative;
	padding: 20px 0 0 0;
	font-size: 15px;
	line-height: 1.333em;
	color: #fff;
	z-index: 14;
}

div#loginboxWrapper div#loginboxContentLayer h1 {
	position: relative;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.0em;
	margin-bottom: 0.5em;
	color: #fff;
	z-index: 14;
}

div#loginboxWrapper div#loginboxContentLayer h1,
div#loginboxWrapper div#loginboxContentLayer label,
div#loginboxWrapper div#loginboxContentLayer p { padding: 0 10px; }
div#loginboxWrapper div#loginboxContentLayer p.buttonRegister { padding: 0; margin: 0; }

div#loginboxWrapper div#loginboxContentLayer p.buttonRegister a,
div#loginboxWrapper div#loginboxContentLayer p.buttonRegister a:link,
div#loginboxWrapper div#loginboxContentLayer p.buttonRegister a:visited {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	padding: 14px 10px 12px 10px;
	color: #fff;
	background-color: #003772;
	text-align: center;
	text-decoration: none;
}

div#loginboxWrapper div#loginboxContentLayer p.buttonRegister a:hover { background-color: #c4071b; }

div#loginboxWrapper div#loginboxContentLayer form div {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 21;
}

.jsOK div#loginboxWrapper div#loginboxContentLayer form div label { display: none; }

div#loginboxWrapper div#loginboxContentLayer form div input {
	position: relative;
	width: 100%;
	padding: 14px 10px 12px 10px;
	margin-bottom: 5px;
	color: #000;
	background-color: #fff;
	border: 0;
	z-index: 21;
}

div#loginboxWrapper div#loginboxContentLayer form div input[type=submit] {
	color: #fff;
	background-color: #44a12a;
}

div#loginboxWrapper div#loginboxContentLayer form div div.tip {
	display: none;
	position: absolute;
	left: 10px;
	bottom: 5px;
	width: auto;
	height: auto;
	font-size: 12px;
	line-height: 1.333em;
	color: #636466;
	z-index: 22;
}

.jsOK div#loginboxWrapper div#loginboxContentLayer form div div.tip { display: block; }
/*.jsOK div#loginboxWrapper div#loginboxContentLayer form div:hover div.tip { display: none; }*/

div#loginboxWrapper div#loginboxBackgroundLayer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.50;
	z-index: 13;
}

/* CONTENT: FACTBOX */

div.factbox {
	position: relative;
	width: 100%;
	background-color: #fff;
	padding: 10px 10px;
	margin-bottom: 40px;
}

div.factbox h1,
div.factbox h2 {
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1em;
	margin: 0.5em 0;
	text-transform: uppercase;
}

/* CONTENT: LINKS */

div.links h2 {
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

/* CONTENT: PRODUCTS */

div.subcolumns div.productsLeft {
	position: relative;
	float: left;
	width: 190px;
}

div.subcolumns div.productsRight {
	position: relative;
	float: right;
	width: 780px;
}

div.subcolumns div.productsRight div.table {
	width: 100%;
	min-width: 780px;
}

table.productsList {
	width: 100%;
	min-width: 780px;
	margin-bottom: 0;
	border-right: 1px solid #e3e4e4;
}

table.productsList thead tr th,
table.productsList tbody tr td {
	padding: 5px 8px 3px 8px;
	border-left: 1px solid #e3e4e4;
	border-bottom: 1px solid #e3e4e4;
	text-align: left;
}

table.productsList thead tr th.act { background-color: #c4071b !important; }

table.productsList thead tr:nth-child(1) th:nth-child(1) { width: 60.40%; }
table.productsList thead tr:nth-child(1) th:nth-child(2) { width: 39.60%; }
table.productsList thead tr:nth-child(2) th:nth-child(1) { /*width: 37.00%;*/ width: 35.20%; }
table.productsList thead tr:nth-child(2) th:nth-child(2) { /*width: 23.40%;*/ width: 25.20%; }
table.productsList thead tr:nth-child(2) th:nth-child(3),
table.productsList thead tr:nth-child(2) th:nth-child(4),
table.productsList thead tr:nth-child(2) th:nth-child(5),
table.productsList thead tr:nth-child(2) th:nth-child(6),
table.productsList thead tr:nth-child(2) th:nth-child(7),
table.productsList thead tr:nth-child(2) th:nth-child(8),
table.productsList thead tr:nth-child(2) th:nth-child(9),
table.productsList thead tr:nth-child(2) th:nth-child(10),
table.productsList thead tr:nth-child(2) th:nth-child(11),
table.productsList thead tr:nth-child(2) th:nth-child(12),
table.productsList thead tr:nth-child(2) th:nth-child(13) { width: 3.60%; }

table.productsList.type2 thead tr:nth-child(1) th:nth-child(1) { width: 100%; }
table.productsList.type2 thead tr:nth-child(2) th:nth-child(1) { width: 45.5%; }
table.productsList.type2 thead tr:nth-child(2) th:nth-child(2) { width: 45.5%; }

table.productsList thead tr:nth-child(1) th { font-family: 'Barlow', sans-serif; font-weight: 500; background-color: #bbbdbe; }
table.productsList thead tr:nth-child(1) th:nth-child(2) { color: #fff; }
table.productsList thead tr:nth-child(2) th { color: #636466; background-color: #f6f6f6; }

table.productsList thead tr:nth-child(2) th:nth-child(3),
table.productsList thead tr:nth-child(2) th:nth-child(4),
table.productsList thead tr:nth-child(2) th:nth-child(5),
table.productsList thead tr:nth-child(2) th:nth-child(6),
table.productsList thead tr:nth-child(2) th:nth-child(7),
table.productsList thead tr:nth-child(2) th:nth-child(8),
table.productsList thead tr:nth-child(2) th:nth-child(9),
table.productsList thead tr:nth-child(2) th:nth-child(10),
table.productsList thead tr:nth-child(2) th:nth-child(11),
table.productsList thead tr:nth-child(2) th:nth-child(12),
table.productsList thead tr:nth-child(2) th:nth-child(13) {
	padding: 0 2px;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
}

table.productsList tbody tr td:nth-child(3),
table.productsList tbody tr td:nth-child(5),
table.productsList tbody tr td:nth-child(7),
table.productsList tbody tr td:nth-child(9),
table.productsList tbody tr td:nth-child(11),
table.productsList tbody tr td:nth-child(13) { background-color: #f6f6f6; }

table.productsList tbody tr td img { width: 8px; height: 8px; }

table.productsList { background-color: #fff; }

/*
table.productsList td.colQuality { width: 208px; border-left: 0; }
table.productsList td.colNumber { width: 136px; }
table.productsList td.colForm { width: 28px; text-align: center; vertical-align: middle; font-size: 0; line-height: 0; }
*/

table.productsList tr:hover td {
	color: #fff !important;
	background-color: #476195 !important;
}

/* CONTENT: CONTACT COMPANY */

table.contactCompany { width: 100%; margin: 0; }
table.contactCompany:first-child { margin-top: 8px; }

table.contactCompany tr th {
	padding: 7px 10px 5px 10px;
	text-align: left;
	color: #fff;
	background-color: #000;
}

table.contactCompany tr td {
	width: 50%;
	/*padding: 7px 10px 5px 10px;*/
	background-color: #fff;
}

table.contactCompany tr td ul li {
	width: 100%;
	padding: 7px 10px 5px 10px !important;
	border-bottom: 1px solid #f1f2f2;
}

/* CONTENT: CONTACT PEOPLE and DOWNLOADS */

table.downloads,
table.contactPeople {
	width: 100%;
	margin-bottom: 1px !important;
	overflow: hidden;
}

table.downloads tr th,
table.contactPeople tr th {
	width: 100%;
	padding: 7px 10px 4px 10px;
	text-align: left;
	color: #fff;
	background-color: #8b8b8b;
}

.jsOK table.downloads tr th,
.jsOK table.contactPeople tr th {
	background: #8b8b8b url('../images/main/table-arrow-right.png') scroll no-repeat right 10px center;
	background-size: 10px 10px;
}

.jsOK table.downloads tr th { background-color: #000; }

.jsOK table.downloads.open tr th,
.jsOK table.contactPeople.open tr th { background-image: url('../images/main/table-arrow-down.png'); }

.jsOK table.downloads tr:hover th,
.jsOK table.contactPeople tr:hover th {
	background-color: #c4071b;
	cursor: pointer;
}

table.downloads tr td,
table.contactPeople tr td {
	background-color: #fff;
	padding: 6px 10px 3px 10px;
	border-bottom: 1px solid #f1f2f2;
}

table.downloads tr td span,
table.contactPeople tr td span {
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 1.333em;
	color: #636466;
}

table.contactPeople tbody tr td:nth-child(1) { width: 50%; }
table.contactPeople tbody tr td:nth-child(2) { /*width: 45.27559%;*/ width: 40.55118%; }
table.contactPeople tbody tr td:nth-child(3),
table.contactPeople tbody tr td:nth-child(4) {
	width: 4.72441%;
	font-size: 0;
	line-height: 0;
	/*vertical-align: middle;*/
	padding: 0;
}
table.contactPeople tbody tr td:nth-child(3) img,
table.contactPeople tbody tr td:nth-child(4) img {
	width: 30px;
	height: 30px;
	border-left: 1px solid #fff;
}

.jsOK table.downloads tbody,
.jsOK table.contactPeople tbody { display: none; }

table.contactPeople tbody tr td span.photo { padding-top: 3px; }
table.contactPeople tbody tr td span.photo img { width: 100px; height: 150px; }
.jsNO table.contactPeople tbody tr td img.iconPhoto { display: none; }

/* CONTENT: DATA COMPANY */

table.dataCompany {
	width: 100%;
	margin-bottom: 1px !important;
	overflow: hidden;
}

table.dataCompany.last { margin-bottom: 1.333em !important; }

table.dataCompany tr th {
	width: 100%;
	padding: 7px 10px 4px 10px;
	text-align: left;
	color: #fff;
	background-color: #8b8b8b;
}

table.dataCompany tr:nth-child(2) th {
	width: 50%;
	color: #000;
	background-color: #f1f2f2;
	border-bottom: 2px solid #8b8b8b;
}

.jsOK table.dataCompany tr:nth-child(1) th {
	background: #8b8b8b url('../images/main/table-arrow-right.png') scroll no-repeat right 10px center;
	background-size: 10px 10px;
}

.jsOK table.dataCompany.open tr:nth-child(1) th { background-image: url('../images/main/table-arrow-down.png'); }

.jsOK table.dataCompany tr:nth-child(1):hover th {
	background-color: #c4071b;
	cursor: pointer;
}

.jsOK table.dataCompany tbody,
.jsOK table.dataCompany thead tr:nth-child(2) { display: none; }

table.dataCompany tr td {
	background-color: #fff;
	padding: 20px 10px 20px 10px;
	border-bottom: 1px solid #f1f2f2;
}

/* CONTENT: NEWS OVERVIEW */

div.newsWrapper {
	position: relative;
	width: 100%;
	height: auto;
}

div.newsWrapper:nth-child(1) { margin-top: 7px; }

div.newsWrapper div.pict {
	position: relative;
	float: left;
	width: 33.333%;
	padding-top: 2px;
	padding-right: 30px;
	font-size: 0;
	line-height: 0;
}

div.newsWrapper div.pict img {
	width: 100%;
	max-width: 240px;
	height: auto;
}

div.newsWrapper div.text {
	position: relative;
	float: right;
	width: 66.667%;
}

div.newsWrapper h2 { margin-top: 0; margin-bottom: 1.333em; }
div.newsWrapper h2 span { display: inline-block; margin-bottom: 0; padding: 0; }
div.newsWrapper h2 span.date {
	font-size: 12px;
	line-height: 1.333em;
	color: #636466;
}

div.newsWrapper div.text p:last-child { margin-bottom: 0; }

/* PHOTOSWIPE GALLERY */

.pswpGallery {
	position: relative;
	left: -20px;
	width: calc(100% + 20px);
	min-width: 100%;
	height: auto;
	margin: 1.5em 0;
}

.pswpGallery figure {
	position: relative;
	/*float: left;*/
	display: inline-block;
	width: 16.666%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	border: 20px solid #f1f2f2;
	border-width: 0 0 20px 20px;
	background: transparent url('') scroll no-repeat center center;
	background-size: cover;
	z-index: 11;
}

.pswpGallery figure a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.pswpGallery figure img {
	width: 100%;
	height: auto;
}

.pswpGallery figure figcaption { display: none; }

/* CONTENT: PORTRAITS */

table.portraits3 { width: 100%; }
table.portraits3 tr td { width: 33.333%; padding-right: 20px; }
table.portraits3 tr td img { width: 100%; max-width: 200px; }

/* ETC */

.textColorRed { color: #c4071b !important; }
.textColorBlue { color: #003772 !important; }
.textColorGreen { color: #44a12a !important; }

.textSizeBig { font-size: 24px; line-height: 1em; }

p.bgBlack { display: inline-block; font-size: 24px; line-height: 1em; color: #fff; background-color: #000; padding: 3px 30px 0 5px; margin: 0 0 1em 0; }
div > p.bgBlack:first-child { margin-top: 7px; }
.quote { text-transform: uppercase; color: #c4071b; }

/* ==========================================================================
   HEADLINES
   ========================================================================== */

h1, h2, h3 { font-family: 'Barlow', sans-serif; font-size: 54px; font-weight: 500; color: #000; line-height: 1em; margin: 0 0 0.5em 0; text-transform: uppercase; }
h1 span { color: #c4071b; }
div#contentLayer.products > h1,
div#contentLayer.products > div > h1,
.pageHomeOK h1 { font-size: 38px; line-height: 1.25em; }
h2, h3 { font-family: 'Barlow', sans-serif; font-weight: 500; font-size: 15px; line-height: 1.333em; margin-top: 1.5em; margin-bottom: 0; text-transform: none; }
h2.bgBlack { display: inline-block; font-size: 24px; line-height: 1em; color: #fff; background-color: #000; padding: 2px 30px 3px 5px; margin: 1.5em 0 1em 0; }
h2.bgBlack:first-child { margin-top: 7px; }
h3 { font-family: 'Barlow', sans-serif; font-weight: 500; margin-top: 0; }
div.news2Wrapper h3 { font-size: 21px; line-height: 1.333em; }

/* ==========================================================================
   LINKS
   ========================================================================== */

a, a:link, a:visited { color: #000; text-decoration: underline; }
a:hover, a:active, a:visited:hover, a:visited:active { color: #c00; }

div#cookieAlertWrapper a, div#cookieAlertWrapper a:link, div#cookieAlertWrapper a:visited { color: #fff; text-decoration: none; }
div#cookieAlertWrapper a:hover, div#cookieAlertWrapper a:active, div#cookieAlertWrapper a:visited:hover, div#cookieAlertWrapper a:visited:active { color: #c00; }

div#cookieAlertWrapper > div.button > a,
div#cookieAlertWrapper > div.button > a:link,
div#cookieAlertWrapper > div.button > a:visited {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1em;
	color: #fff;
	text-transform: uppercase;
	padding: 3px 10px 1px 10px;
}

div#footerWrapperOut a, div#footerWrapperOut a:link, div#footerWrapperOut a:visited { color: #000; text-decoration: none; }
div#footerWrapperOut a:hover, div#footerWrapperOut a:active, div#footerWrapperOut a:visited:hover, div#footerWrapperOut a:visited:active { color: #fff; }

table.contactCompany a, table.contactCompany a:link, table.contactCompany a:visited,
table.contactPeople a, table.contactPeople a:link, table.contactPeople a:visited { text-decoration: none; }

div.navigationMain a,
div.navigationMain a:link,
div.navigationMain a:visited {
	display: block;
	/*float: left;*/
	width: auto;
	height: 38px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1em;
	color: #636466;
	letter-spacing: 0;
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 11px 22px;
	background-color: #fff;
	border-right: 1px solid #f1f2f2;
}
div.navigationMain > ul > li.basket > a,
div.navigationMain > ul > li.basket > a:link,
div.navigationMain > ul > li.basket > a:visited,
div.navigationMain > ul > li.shop > a,
div.navigationMain > ul > li.shop > a:link,
div.navigationMain > ul > li.shop > a:visited {
	color: #fff;
	background-color: #44a12a;
}
/*div.navigationMain > ul > li.sale {
	display: none;
}*/
div.navigationMain > ul > li.sale > a,
div.navigationMain > ul > li.sale > a:link,
div.navigationMain > ul > li.sale > a:visited {
	/*
	width: 120px;
	*/
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 2px 20px !important;
	/*padding-right: 20px !important;
	padding-top: 2px !important;*/
}
div.navigationMain > ul > li.sale > a > img {
	/*position: absolute;
	left: 0;
	top: 0;*/
	width: 100px;
}
div.navigationMain a:hover,
div.navigationMain a:active,
div.navigationMain a:visited:hover,
div.navigationMain a:visited:active { color: #fff !important; background-color: #c4071b !important; }
div.navigationMain li.act a,
div.navigationMain li.act a:link,
div.navigationMain li.act a:visited,
div.navigationMain li.act a:hover,
div.navigationMain li.act a:active,
div.navigationMain li.act a:visited:hover,
div.navigationMain li.act a:visited:active { color: #c4071b !important; background-color: #fff !important; }

div#navigationProductsALayer a,
div#navigationProductsALayer a:link,
div#navigationProductsALayer a:visited {
	display: block;
	/*float: left;*/
	width: auto;
	height: 38px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1em;
	color: #000;
	letter-spacing: 0;
	text-decoration: none !important;
	text-transform: uppercase;
	text-align: center;
	padding: 9px 24px;
	background-color: #fff;
	border-right: 1px solid #f1f2f2;
}
/*
div#navigationProductsALayer ul li.col2 a { width: 154px; }
div#navigationProductsALayer ul li.col25 a { width: 193px; }
div#navigationProductsALayer ul li.col3 a { width: 231px; }
div#navigationProductsALayer ul li.col35 a { width: 269px; }
div#navigationProductsALayer ul li.col4 a { width: 308px; }
*/
div#navigationProductsALayer ul li.item1 a { width: 210px; }
div#navigationProductsALayer ul li.item2 a { width: 210px; }
div#navigationProductsALayer ul li.item3 a { width: 210px; }
div#navigationProductsALayer ul li.item4 a { width: 210px; }

div#navigationProductsALayer ul li:last-child a,
div#navigationProductsALayer ul li:last-child a:link,
div#navigationProductsALayer ul li:last-child a:visited {
	color: #e5a025;
}

div#navigationProductsALayer a:hover,
div#navigationProductsALayer a:active,
div#navigationProductsALayer a:visited:hover,
div#navigationProductsALayer a:visited:active { color: #fff !important; background-color: #c4071b !important; }
div#navigationProductsALayer li.act a,
div#navigationProductsALayer li.act a:link,
div#navigationProductsALayer li.act a:visited,
div#navigationProductsALayer li.act a:hover,
div#navigationProductsALayer li.act a:active,
div#navigationProductsALayer li.act a:visited:hover,
div#navigationProductsALayer li.act a:visited:active { color: #fff !important; background-color: #c4071b !important; }

div#navigationProductsBLayer a,
div#navigationProductsBLayer a:link,
div#navigationProductsBLayer a:visited {
	display: block;
	/*float: left;*/
	width: 70px;
	height: 38px;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	background-color: #fff;
	border-right: 1px solid #f1f2f2;
}
div#navigationProductsBLayer ul li:last-child a,
div#navigationProductsBLayer ul li:last-child a:link,
div#navigationProductsBLayer ul li:last-child a:visited {
	background-color: #e5a025;
}
div#navigationProductsBLayer img {
	width: 70px;
	height: 38px;
}
div#navigationProductsBLayer a:hover,
div#navigationProductsBLayer a:active,
div#navigationProductsBLayer a:visited:hover,
div#navigationProductsBLayer a:visited:active { background-color: #c4071b !important; }
div#navigationProductsBLayer li.act a,
div#navigationProductsBLayer li.act a:link,
div#navigationProductsBLayer li.act a:visited,
div#navigationProductsBLayer li.act a:hover,
div#navigationProductsBLayer li.act a:active,
div#navigationProductsBLayer li.act a:visited:hover,
div#navigationProductsBLayer li.act a:visited:active { background-color: #c4071b !important; }

div#navigationLanguageLayer a,
div#navigationLanguageLayer a:link,
div#navigationLanguageLayer a:visited {
	display: block;
	float: left;
	width: auto;
	height: auto;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1em;
	color: #d9dadb;
	letter-spacing: 0;
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 10px 5px;
}
div#navigationLanguageLayer a:hover,
div#navigationLanguageLayer a:active,
div#navigationLanguageLayer a:visited:hover,
div#navigationLanguageLayer a:visited:active { color: #c4071b !important; }
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: #636466 !important; }

div.navigationSubSub a,
div.navigationSubSub a:link,
div.navigationSubSub a:visited {
	display: block;
	width: 100%;
	font-size: 15px;
	color: #000;
	line-height: 1em;
	letter-spacing: 0;
	text-decoration: none !important;
	text-transform: none;
	background: #fff url('../images/main/text-arrow-right_gray.png') scroll no-repeat right center;
	background-size: 12px 12px;
	border-right: 3px solid #fff;
	padding: 5px 22px 5px 10px;
}
div.navigationSubSub.pict a,
div.navigationSubSub.pict a:link,
div.navigationSubSub.pict a:visited {
	text-transform: uppercase;
	padding-left: 0;
}
div.navigationSubSub.special ul > li > a,
div.navigationSubSub.special ul > li > a:link,
div.navigationSubSub.special ul > li > a:visited {
	text-transform: uppercase;
}

div#contentLayer.products div.navigationSubSub a,
div#contentLayer.products div.navigationSubSub a:link,
div#contentLayer.products div.navigationSubSub a:visited {
	border-right: 0;
	border-bottom: 4px solid #f2f2f2;
	padding: 8px 8px 6px 8px;
}
div.navigationSubSub a:hover,
div.navigationSubSub a:active,
div.navigationSubSub a:visited:hover,
div.navigationSubSub a:visited:active { color: #fff !important; background-color: #c4071b !important; background-image: url('../images/main/text-arrow-right_white.png') !important; border-right-color: #c4071b !important; }
div.navigationSubSub li.act a,
div.navigationSubSub li.act a:link,
div.navigationSubSub li.act a:visited,
div.navigationSubSub li.act a:hover,
div.navigationSubSub li.act a:active,
div.navigationSubSub li.act a:visited:hover,
div.navigationSubSub li.act a:visited:active { color: #fff !important; background-color: #c4071b !important; background-image: url('../images/main/text-arrow-right_white.png') !important; border-right-color: #c4071b !important; }

/*
div.navigationSubSub.special li.act a,
div.navigationSubSub.special li.act a:link,
div.navigationSubSub.special li.act a:visited,
div.navigationSubSub.special li.act a:hover,
div.navigationSubSub.special li.act a:active,
div.navigationSubSub.special li.act a:visited:hover,
div.navigationSubSub.special li.act a:visited:active { background-image: url('../images/main/text-arrow-down_white.png') !important; }
*/

div.navigationSubSub.special ul ul a,
div.navigationSubSub.special ul ul a:link,
div.navigationSubSub.special ul ul a:visited {
	color: #000 !important;
	background-color: #fff !important;
	border-right-color: #fff !important;
	text-transform: none;
	padding-left: 16px;
}
div.navigationSubSub.special ul ul a:hover,
div.navigationSubSub.special ul ul a:active,
div.navigationSubSub.special ul ul a:visited:hover,
div.navigationSubSub.special ul ul a:visited:active,
div.navigationSubSub.special ul ul li.act a,
div.navigationSubSub.special ul ul li.act a:link,
div.navigationSubSub.special ul ul li.act a:visited,
div.navigationSubSub.special ul ul li.act a:hover,
div.navigationSubSub.special ul ul li.act a:active,
div.navigationSubSub.special ul ul li.act a:visited:hover,
div.navigationSubSub.special ul ul li.act a:visited:active { color: #c4071b !important; background-color: #fff !important; border-right-color: #fff !important; }

div.links a,
div.links a:link,
div.links a:visited {
	display: block;
	width: 100%;
	font-size: 15px;
	color: #fff;
	line-height: 1em;
	letter-spacing: 0;
	text-decoration: none !important;
	text-transform: none;
	background: #44a12a url('../images/main/text-arrow-right_white.png') scroll no-repeat right center;
	background-size: 12px 12px;
	border-right: 3px solid #44a12a;
	padding: 2px 22px 4px 10px;
}

div.links a:hover,
div.links a:active,
div.links a:visited:hover,
div.links a:visited:active { background-color: #c4071b !important; border-right-color: #c4071b; }
div.links li.act a,
div.links li.act a:link,
div.links li.act a:visited,
div.links li.act a:hover,
div.links li.act a:active,
div.links li.act a:visited:hover,
div.links li.act a:visited:active { background-color: #c4071b !important; border-right-color: #c4071b; }

div.bannerHomeWrapper div.links a,
div.bannerHomeWrapper div.links a:link,
div.bannerHomeWrapper div.links a:visited {
	padding-right: 20px;
	background-color: #636466;
	background-position: right 10px center;
	border-right: 0;
	text-transform: uppercase;
}

div.bannerHomeWrapper.colorRed div.links a,
div.bannerHomeWrapper.colorRed div.links a:link,
div.bannerHomeWrapper.colorRed div.links a:visited { background-color: #c4071b; }
div.bannerHomeWrapper.colorBlue div.links a,
div.bannerHomeWrapper.colorBlue div.links a:link,
div.bannerHomeWrapper.colorBlue div.links a:visited { background-color: #003772; }
div.bannerHomeWrapper.colorGreen div.links a,
div.bannerHomeWrapper.colorGreen div.links a:link,
div.bannerHomeWrapper.colorGreen div.links a:visited { background-color: #44a12a; }

div.bannerHomeWrapper div.links a:hover,
div.bannerHomeWrapper div.links a:active,
div.bannerHomeWrapper div.links a:visited:hover,
div.bannerHomeWrapper div.links a:visited:active { background-color: #c4071b !important; }

div.bannerHomeWrapper.colorRed div.links a:hover,
div.bannerHomeWrapper.colorRed div.links a:active,
div.bannerHomeWrapper.colorRed div.links a:visited:hover,
div.bannerHomeWrapper.colorRed div.links a:visited:active { background-color: #c4071b !important; }
div.bannerHomeWrapper.colorBlue div.links a:hover,
div.bannerHomeWrapper.colorBlue div.links a:active,
div.bannerHomeWrapper.colorBlue div.links a:visited:hover,
div.bannerHomeWrapper.colorBlue div.links a:visited:active { background-color: #003772 !important; }
div.bannerHomeWrapper.colorGreen div.links a:hover,
div.bannerHomeWrapper.colorGreen div.links a:active,
div.bannerHomeWrapper.colorGreen div.links a:visited:hover,
div.bannerHomeWrapper.colorGreen div.links a:visited:active { background-color: #44a12a !important; }

/* ==========================================================================
   LISTS
   ========================================================================== */

ul, ol, dl {
	position: relative;
	margin: 0 0 1.333em 0;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 18px;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 18px;
}

ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; }

div.bannerHomeWrapper div.links ul,
div#footerWrapperOut ul,
ul.noBullets {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

div.bannerHomeWrapper div.links ul,
div#footerWrapperOut ul { margin: 0; }

div.bannerHomeWrapper div.links ul,
div#footerWrapperOut ul li,
ul.noBullets li {
	padding-left: 0 !important;
	background: none !important;
}

ul.squares,
div.factbox ul,
div.links ul {
	position: relative;
	left: 0;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

ul.squares { margin-bottom: 1.333em; }

ul.squares li,
div.factbox ul li {
	padding-left: 20px;
	background: transparent url('../images/main/list-item_red.gif') scroll no-repeat left 4px;
}

div.links ul li { padding-bottom: 2px; }
div.bannerHomeWrapper div.links ul li {
	padding-bottom: 0;
	border-top: 2px solid #f1f2f2;
}

/* LIST NAVIGATION HORIZONTAL */

div#navigationLanguageLayer ul,
div.navigationMain ul,
div.navigationProducts ul {
	list-style-type: none;
	list-style-position: outside;
	display: inline-block;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

div#navigationLanguageLayer ul li,
div.navigationMain ul li,
div.navigationProducts ul li {
	float: left;
	display: inline-block;
}

body.loggedInOK div.navigationMain > ul > li.shop { display: none; }
body.loggedInNO div.navigationMain > ul > li.basket { display: none; }

div#navigationProductsBLayer ul li {
	font-size: 0;
	line-height: 0;
}

div.navigationProducts ul li.title {
	width: 140px;
	font-size: 12px !important;
	line-height: 1em !important;
	/*color: #c4071b;*/
	color: #003772;
	text-transform: uppercase;
	padding-top: 8px;
	padding-right: 25px;
	background: transparent url('../images/main/nav-products-arrow_off.png') scroll no-repeat 110px 8px;
	background-size: 16px 21px;
}

div.navigationProducts ul li.title.act {
	/*color: #c4071b;*/
	background-image: url('../images/main/nav-products-arrow_on.png');
}

/* LIST NAVIGATION VERTICAL */

div.navigationSubSub ul {
	width: auto;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

div.navigationSubSub ul li {
	width: 100%;
	margin: 0;
	margin-bottom: 2px;
}

/* ==========================================================================
   GENERAL
   ========================================================================== */

.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;
}

.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;
}

hr.invisible { background: none; }

div.distance,
div.space {
	position: relative;
	width: 100%;
	height: 30px;
	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; }
/*table p, table ul, table ol { margin-bottom: 0; }*/

img { border: 0; height: auto; max-width: 100%; }

figure, figcaption { display: block; }

strong, b { font-weight: 500; font-family: 'Barlow', sans-serif; }
em, i { font-style: italic; font-family: 'Barlow', sans-serif; font-weight: 400; }
strong > i, strong > em, i > strong, em > strong { font-style: italic; font-weight: 500; font-family: 'Barlow', sans-serif; }

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; }

/* ==========================================================================
   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 .c21-5 { width: 21.499%; }
.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 .c78-5 { width: 78.499%; }
.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;*/
}

/* ==========================================================================
   GEWINNSPIEL
   ========================================================================== */

div#gewinnspielWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 59.18367%;
	margin-top: -460px;
	margin-bottom: 2em;
	background: transparent url('../images/picts/home/gewinnspiel-2017-popup.jpg') scroll no-repeat center top;
	background-size: cover;
	-webkit-box-shadow: 0 0 18px rgba(51,51,51,0.667);
	   -moz-box-shadow: 0 0 18px rgba(51,51,51,0.667);
	        box-shadow: 0 0 18px rgba(51,51,51,0.667);
	z-index: 11;
}

.jsNO div#gewinnspielWrapper {
	display: none;
	background-image: none;
}

div#gewinnspielWrapper div.buttonInfo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 12;
}

div#gewinnspielWrapper div.buttonInfo img {
	width: 100%;
	height: 100%;
}

div#gewinnspielWrapper div.buttonClose {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	height: auto;
	padding: 10px 20px;
	background-color: #fff;
	opacity: 0.5;
	z-index: 13;
}

div#gewinnspielWrapper div.buttonClose:hover {
	opacity: 1;
	cursor: pointer;
}

/*****************************************************************************/
}

@media only screen and (min-width: 1610px) {
/*****************************************************************************/

div#pictureWrapper div#galleryWrapper div.item { background-size: cover; }

/*****************************************************************************/
}

@media only screen and (max-width: 1380px) {
/*****************************************************************************/

div#sqaresLayer { display: none; }

/*****************************************************************************/
}

@media only screen and (max-width: 1085px) {
/*****************************************************************************/

.jsOK div#buttonPhoneLayer,
.jsOK div#buttonMailLayer,
.jsOK div#buttonScrollDownLayer { display: none; }

/*****************************************************************************/
}

@media only screen and (max-width: 999px) {
/*****************************************************************************/

/* HEADER */

div#logoWrapper { height: auto; }

div#logoWrapper div#logoLayer {
	position: relative;
	left: 0;
	margin-left: 0;
	top: 0;
	width: 100%;
	height: auto;
	padding: 20px;
}

div#logoWrapper div#logoLayer img {
	width: 250px;
	max-width: 100%;
	height: auto;
}

div#logoWrapper div#sixtyLayer {
	top: 15px;
	left: auto;
	right: 60px;
	transform: translateX(0);
	width: 80px;
}

div#logoWrapper div#claimLayer { display: none; }

div#navigationMainWrapper {
	height: auto;
	margin-bottom: 0;
	border: 1px solid #f1f2f2;
}

div#navigationMainWrapper div#navigationMainALayer,
div#navigationMainWrapper div#navigationMainBLayer {
	position: relative;
	display: inline-block;
	left: 0;
	margin-left: 0;
	margin-right: 0;
	width: 50%;
	height: auto;
}
div#navigationMainWrapper div#navigationMainALayer { border-left: 0; }

div.navigationMain a,
div.navigationMain a:link,
div.navigationMain a:visited {
	float: none;
	width: 100%;
	border-right: 0;
	border-bottom: 1px solid #f1f2f2;
}

div.navigationMain ul {
	display: block;
}

div.navigationMain ul li {
	float: none;
	display: block;
	width: 100%;
}

div#navigationProductsWrapper {}

div#navigationProductsWrapper div#navigationProductsALayer,
div#navigationProductsWrapper div#navigationProductsBLayer {
	width: 100%;
	height: auto;
}

div#navigationProductsALayer a,
div#navigationProductsALayer a:link,
div#navigationProductsALayer a:visited {
	float: none;
	width: 100%;
	text-align: left;
	/*border-right: 0;*/
	border-bottom: 1px solid #f1f2f2;
}

div#navigationProductsBLayer a,
div#navigationProductsBLayer a:link,
div#navigationProductsBLayer a:visited {
	float: none;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #f1f2f2;
}

div#navigationProductsALayer ul li.col2 a,
div#navigationProductsALayer ul li.col25 a,
div#navigationProductsALayer ul li.col3 a,
div#navigationProductsALayer ul li.col35 a,
div#navigationProductsALayer ul li.col4 a { width: 100%; }

div#navigationProductsALayer ul li.item1 a,
div#navigationProductsALayer ul li.item2 a,
div#navigationProductsALayer ul li.item3 a,
div#navigationProductsALayer ul li.item4 a { width: 100%; }

div#navigationProductsALayer ul li { width: 50%; }
div#navigationProductsBLayer ul li { width: 16.66666%; }

div.navigationProducts ul li.title {
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	width: 100% !important;
	padding: 10px 20px 5px 20px;
	background: none;
}

div.navigationProducts ul li.title.act { background-image: none; }

div#navigationProductsWrapper div#navigationProductsLineLayer { display: none; }

div#navigationLanguageLayer { display: none; }

div#pictureWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 46%;
}

div#pictureWrapper div#galleryWrapper div.item div.text {
	left: 0;
	margin-left: 0;
	top: auto;
	bottom: 20px;
	width: 100%;
	padding: 0 20px;
	font-size: 28px;
	line-height: 1em;
}

div#pictureWrapper div#galleryWrapper div#galleryDotsWrapper {
	left: auto;
	margin-left: 0;
	right: 14px;
	bottom: auto;
	top: 14px;
	width: auto;
	height: auto;
}

div#pictureWrapper div#galleryWrapper div#galleryDotsWrapper div.item {
	display: block;
	width: 14px;
	height: 14px;
	margin-right: 0;
	margin-bottom: 5px;
	background-size: 14px 14px;
}

div#pictureWrapper div#sqaresLayer { display: none; }

/* CONTENT */

div#contentWrapper { min-height: 0; }

div#contentLayer {
	left: 0;
	margin-left: 0;
	width: 100%;
	padding: 40px 20px;
}

div#contentLayer.overPict {
	margin-top: 0;
	min-height: 0;
	padding: 40px 20px;
}

/* CONTENT: NEWS OVERVIEW */

div.newsWrapper div.pict { width: 25% !important; }
div.newsWrapper div.text { width: 75% !important; }

/* FOOTER */

div#footerWrapperOut div#footerWrapperIn {
	position: relative;
	width: 100%;
	padding: 0 20px;
}

/* LOGINBOX HOME */

div#loginboxWrapper { display: none !important; }

/* CONTENT: PRODUCTS */

div.subcolumns div.productsLeft,
div.subcolumns div.productsRight {
	float: none;
	width: 100%;
}

/* HOME: GEWINNSPIEL */

div#gewinnspielWrapper {
	margin-top: 0;
}

/*****************************************************************************/
}

@media only screen and (max-width: 949px) {
/*****************************************************************************/

div#footerWrapperOut div#footerWrapperIn { padding-bottom: 20px; }

div#footerWrapperOut div#footerWrapperIn div#footerNewsLayer,
div#footerWrapperOut div#footerWrapperIn div#footerInfoLayer,
div#footerWrapperOut div#footerWrapperIn div#footerServiceLayer,
div#footerWrapperOut div#footerWrapperIn div#footerContactLayer {
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.333em;
}

div#footerWrapperOut div#footerWrapperIn div#footerNewsLayer,
div#footerWrapperOut div#footerWrapperIn div#footerInfoLayer,
div#footerWrapperOut div#footerWrapperIn div#footerServiceLayer { width: 33.333%; }
div#footerWrapperOut div#footerWrapperIn div#footerContactLayer { width: 100%; }

/*****************************************************************************/
}

@media only screen and (max-width: 819px) {
/*****************************************************************************/

div.subcolumns div.productsRight div.table {
	min-width: 0;
	overflow: auto;
}

/*****************************************************************************/
}

@media only screen and (max-width: 749px) {
/*****************************************************************************/

/* GENERAL SETTINGS */

.viewMobileOnly { display: block; }
.viewDesktopOnly { display: none; }

.w10, .w15, .w20, .w25, .w30, .w33, .w35, .w38, .w40, .w45, .w50, .w55, .w60, .w65, .w66, .w70, .w75, .w80, .w85, .w90 { width: 100% !important; }

.subcolumns .left, .subcolumns .center, .subcolumns .right { float: none; }
.subcolumns div { width: 100% !important; }
.subcolumns .sub { margin: 0 !important; padding: 0 !important; }
.subcolumns .center, .subcolumns .right { padding-top: 0px; }

/* NAVIGATION SUB SUB */

div.navigationSubSub { }

div.navigationSubSub.box {
	position: relative;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: auto !important;
}

div.subcolumns div.navigationSubSub { margin-top: 0; }

div.navigationSubSub div.pict { display: none; }

div.navigationSubSub.pict div.text {
	position: relative;
	bottom: auto;
	width: auto;
	height: auto;
	z-index: 12;
}

div.navigationSubSub.pict div.text h1 {
	position: relative;
	bottom: auto;
	margin-bottom: 2px;
	padding: 5px 8px 2px 10px;
	background-color: #fff;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 1em;
	text-transform: uppercase;
}

div.navigationSubSub.pict a,
div.navigationSubSub.pict a:link,
div.navigationSubSub.pict a:visited {
	padding-left: 10px;
}

/* CONTENT: NEWS OVERVIEW */

div.newsWrapper {
	position: relative;
	width: 100%;
	margin-bottom: 0;
}

div.newsWrapper div.item {
	float: none;
	width: 100%;
	min-height: 0;
	padding-right: 0;
}

/* CONTENT: HOME */

.pageHomeOK div#contentLayer > div.subcolumns > div.c75 > p { padding-right: 0; }

/* CONTENT: NEWS HOME */

div.newsHomeWrapper div.item {
	float: none;
	width: 100%;
	padding: 0 0 40px 0;
}

/*div.newsHomeWrapper div.item div.link { border: 1px solid red; }*/

/*****************************************************************************/
}

@media only screen and (max-width: 599px) {
/*****************************************************************************/

div#pictureWrapper div#galleryWrapper div.item div.text {
	font-size: 24px;
	line-height: 1em;
}

h1 { font-size: 32px; line-height: 1.25em; }

/*****************************************************************************/
}

@media only screen and (max-width: 499px) {
/*****************************************************************************/

div#logoWrapper div#sixtyLayer {
	top: 10px;
	right: 50px;
	width: 40px;
}

div#navigationProductsBLayer ul li { width: 25%; }

div.newsWrapper div.pict,
div.newsWrapper div.text {
	float: none !important;
	width: 100% !important;
}

div#footerWrapperOut div#footerWrapperIn div#footerNewsLayer,
div#footerWrapperOut div#footerWrapperIn div#footerInfoLayer,
div#footerWrapperOut div#footerWrapperIn div#footerServiceLayer { width: 100%; }

/*****************************************************************************/
}

@media only screen and (max-width: 399px) {
/*****************************************************************************/

div.navigationMain a,
div.navigationMain a:link,
div.navigationMain a:visited,
div#navigationProductsALayer a,
div#navigationProductsALayer a:link,
div#navigationProductsALayer a:visited {
	font-size: 14px;
	line-height: 1.00em;
}

/*****************************************************************************/
}

@media only screen and (max-width: 359px) {
/*****************************************************************************/

div#navigationButtonLayer {
	top: 5px;
}

/*****************************************************************************/
}

