/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove default margin. */ body { margin: 0; } /* HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 * and Firefox. * Correct `block` display not defined for `main` in IE 11. */ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */ audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ audio:not([controls]) { display: none; height: 0; } /** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */ [hidden], template { display: none; } /* Links ========================================================================== */ /** * Remove the gray background color from active links in IE 10. */ a { background-color: transparent; } /** * Improve readability when focused and also mouse hovered in all browsers. */ a:active, a:hover { outline: 0; } /* Text-level semantics ========================================================================== */ /** * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */ abbr[title] { border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */ b, strong { font-weight: bold; } /** * Address styling not present in Safari and Chrome. */ dfn { font-style: italic; } /** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome. */ h1 { font-size: 2em; margin: 0.67em 0; } /** * Address styling not present in IE 8/9. */ mark { background: #ff0; color: #000; } /** * Address inconsistent and variable font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /* Embedded content ========================================================================== */ /** * Remove border when inside `a` element in IE 8/9/10. */ img { border: 0; } /** * Correct overflow not hidden in IE 9/10/11. */ svg:not(:root) { overflow: hidden; } /* Grouping content ========================================================================== */ /** * Address margin not present in IE 8/9 and Safari. */ figure { margin: 1em 40px; } /** * Address differences between Firefox and other browsers. */ hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } /** * Contain overflow in all browsers. */ pre { overflow: auto; } /** * Address odd `em`-unit font size rendering in all browsers. */ code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } /* Forms ========================================================================== */ /** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set. */ /** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */ button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ } /** * Address `overflow` set to `hidden` in IE 8/9/10/11. */ button { overflow: visible; } /** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */ button, select { text-transform: none; } /** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */ button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ } /** * Re-set default cursor for disabled elements. */ button[disabled], html input[disabled] { cursor: default; } /** * Remove inner padding and border in Firefox 4+. */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ input { line-height: normal; } /** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`. */ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof). */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; } /** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Define consistent border, margin, and padding. */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */ legend { border: 0; /* 1 */ padding: 0; /* 2 */ } /** * Remove default vertical scrollbar in IE 8/9/10/11. */ textarea { overflow: auto; } /** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */ optgroup { font-weight: bold; } /* Tables ========================================================================== */ /** * Remove most spacing between table cells. */ table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; }
@media all { /*****************************************************************************/ /* ========================================================================== basics ========================================================================== */ * html body * { overflow: visible; } * html iframe, * html frame { overflow: auto; } html { height: 100%; } body { height: auto; position: relative; background-color: #fff; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 16px; font-weight: normal; color: #2b2b2b; line-height: 1.5em; letter-spacing: 0; word-spacing: normal; text-align: left; text-decoration: none; } * { font-size: 100%; padding: 0; margin: 0; } div { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* ========================================================================== layers ========================================================================== */ /* PAGE AND LAYOUT WRAPPING */ div#layoutWrapper { position: relative; width: 100%; min-width: 1000px; height: auto; min-height: 100%; overflow: auto; z-index: 1; } /* HEADER */ div#headerWrapper { position: fixed; width: 100%; height: 145px; background-color: #fff; z-index: 31; } div#logoWrapper { position: absolute; left: 50%; margin-left: -480px; top: 28px; width: 193px; height: 96px; font-size: 0; line-height: 0; z-index: 33; } div#logoLayer { position: absolute; left: 0px; top: 0px; width: 193px; height: 96px; overflow: hidden; z-index: 31; } div#logoLayer img { width: 193px; height: 96px; } div#logoFruitsLayer { position: absolute; background: transparent url('') scroll no-repeat left top; z-index: 33; } div#logoFruitsLayer.fruit1 { left: 67px; top: 36px; width: 195px; height: 80px; background-size: 195px 80px; background-image: url('../images/main/logo-rosinen.png'); } div#logoFruitsLayer.fruit2 { left: 70px; top: 31px; width: 190px; height: 85px; background-size: 190px 85px; background-image: url('../images/main/logo-aprikosen.png'); } div#logoFruitsLayer.fruit3 { left: 69px; top: 21px; width: 180px; height: 95px; background-size: 180px 95px; background-image: url('../images/main/logo-feigen.png'); } div#logoFruitsLayer.fruit4 { left: 75px; top: 16px; width: 140px; height: 100px; background-size: 140px 100px; background-image: url('../images/main/logo-quitten.png'); } div#logoFruitsLayer.fruit5 { left: 72px; top: 35px; width: 185px; height: 80px; background-size: 185px 80px; background-image: url('../images/main/logo-granataepfel.png'); } div#navigationWrapper { position: absolute; right: 50%; margin-right: -480px; top: 38px; width: auto; height: auto; font-size: 0; line-height: 0; text-align: right; z-index: 31; } div#navigationWrapper div#navigationLayer, div#navigationWrapper div#navigation2Layer { position: relative; display: inline-block; width: auto; height: auto; font-size: 0; line-height: 0; } div#navigationWrapper div#navigationLayer { height: 58px; border-bottom: 1px solid #ebebeb; } div#navigationWrapper div#navigation2Layer { padding-right: 10px; } div#navigationWrapper div#navigationLanguageLayer { position: absolute; display: inline-block; right: 100%; top: 0px; width: 180px; height: auto; text-align: right; padding-right: 5px; z-index: 33; } /* GALLERY */ div#galleryWrapper { position: relative; width: 100%; height: 0; /*padding-bottom: 66.667%;*/ padding-bottom: 50%; margin-top: 145px; background-color: #000; overflow: hidden; z-index: 11; } div#galleryWrapper div.item { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: transparent url() scroll no-repeat center center; background-size: cover; z-index: 11; } div#galleryWrapper div.item div.text { position: absolute; left: 0px; bottom: 20%; width: 100%; height: auto; z-index: 13; } div#galleryWrapper div.item div.text span { display: block; color: #fff; text-align: center; } div#galleryWrapper div.item div.text span.line1 { font-size: 40px; line-height: 1.333em; letter-spacing: 1px; } div#galleryWrapper div.item div.text span.line2 { font-size: 15px; line-height: 1.333em; } div#galleryWrapper div.button { position: absolute; top: 0px; width: 50%; height: 100%; z-index: 15; } div#galleryWrapper div#galleryButtonLeftLayer { left: 0px; } div#galleryWrapper div#galleryButtonRightLayer { right: 0px; } div#galleryWrapper div.button div.arrow { position: absolute; top: 50%; margin-top: -20px; width: 40px; height: 40px; background: transparent url('') scroll no-repeat left top; background-size: 40px 40px; display: none; z-index: 15; } div#galleryWrapper div.button:hover div.arrow { display: block; } div#galleryWrapper div#galleryButtonLeftLayer div.arrow { left: 35px; background-image: url('../images/graphics/gallery-arrow-left.png'); } div#galleryWrapper div#galleryButtonRightLayer div.arrow { right: 35px; background-image: url('../images/graphics/gallery-arrow-right.png'); } div#galleryWrapper div#galleryDotsWrapper { position: absolute; bottom: 20px; width: 100%; text-align: center; font-size: 0px; line-height: 0px; z-index: 17; } div#galleryWrapper div#galleryDotsWrapper div.item { position: relative; display: inline-block; width: 34px; height: 34px; padding: 10px; background: transparent url('../images/graphics/gallery-dot.png') scroll no-repeat center center; background-size: 14px 14px; } div#galleryWrapper div#galleryDotsWrapper div.act { background-image: url('../images/graphics/gallery-dot-2.png'); } /* BODY */ div#bodyWrapper { position: relative; width: 100%; height: auto; /*min-height: 215px;*/ background-color: #d1c5ad; z-index: 21; } div#bodyWrapper div.sectionWrapperOut { position: relative; width: 100%; height: auto; z-index: 11; } div#bodyWrapper div.sectionWrapperOut div.sectionWrapperIn { position: relative; width: 100%; max-width: 1000px; height: auto; /*min-height: 215px;*/ margin: auto; font-size: 15px; font-weight: normal; font-style: normal; letter-spacing: 0; line-height: 1.5em; color: #1a171b; padding: 35px; z-index: 11; } div#bodyWrapper div.block1 { min-height: 215px; /*BACKGROUND IMAGE*/ /*background-color: #d1c5ad;*/ background: #d1c5ad url('../images/main/bg-text.png') scroll no-repeat center top; text-align: center; } div#bodyWrapper div.block1 div.sectionWrapperIn { max-width: 750px; } div#bodyWrapper div.block2 { background-color: #edeae3; text-align: left; } div#bodyWrapper div.block2 div.sectionWrapperIn { min-height: 540px; max-width: 960px; padding: 55px 0; background: #edeae3 url('../images/graphics/map.png') scroll no-repeat left 100px; } /* ========================================================================== headlines ========================================================================== */ h1, h2, h3 { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 32px; font-weight: normal; font-style: normal; color: #000; line-height: 1.00em; margin: 0 0 0.5em 0; letter-spacing: 1px; text-transform: none; } h2 { font-size: 16px; line-height: 1.00em; font-weight: bold; } h3 { font-size: 14px; line-height: 1.00em; margin: 0; font-weight: bold; } /* ========================================================================== links ========================================================================== */ a, a:link, a:visited { color: #1a171b; text-decoration: underline; } a:hover, a:active, a:visited:hover, a:visited:active { color: #b81219; } div#navigationLayer a, div#navigationLayer a:link, div#navigationLayer a:visited { display: block; float: left; width: auto; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 20px; font-weight: normal; color: #333; line-height: 1em; letter-spacing: 0px; text-decoration: none !important; text-transform: none; background: transparent url('') scroll no-repeat center bottom; padding: 20px; } div#navigationLayer a:hover, div#navigationLayer a:active, div#navigationLayer a:visited:hover, div#navigationLayer a:visited:active { color: #333 !important; background-image: url('../images/main/nav-dot.png') !important; } div#navigationLayer li.act a, div#navigationLayer li.act a:link, div#navigationLayer li.act a:visited, div#navigationLayer li.act a:hover, div#navigationLayer li.act a:active, div#navigationLayer li.act a:visited:hover, div#navigationLayer li.act a:visited:active { color: #333 !important; background-image: url('../images/main/nav-dot.png') !important; } div#navigation2Layer a, div#navigation2Layer a:link, div#navigation2Layer a:visited { display: block; float: left; width: auto; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; color: #b2b2b2; line-height: 1em; letter-spacing: 1px; text-decoration: none !important; text-transform: uppercase; padding: 18px 10px; } div#navigation2Layer a:hover, div#navigation2Layer a:active, div#navigation2Layer a:visited:hover, div#navigation2Layer a:visited:active { color: #333 !important; background-image: url('') !important; } div#navigation2Layer li.act a, div#navigation2Layer li.act a:link, div#navigation2Layer li.act a:visited, div#navigation2Layer li.act a:hover, div#navigation2Layer li.act a:active, div#navigation2Layer li.act a:visited:hover, div#navigation2Layer li.act a:visited:active { color: #333 !important; background-image: url('') !important; } div#navigationLanguageLayer a, div#navigationLanguageLayer a:link, div#navigationLanguageLayer a:visited { display: block; float: left; width: auto; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 10px; font-weight: normal; font-style: normal; color: #b2b2b2; line-height: 1em; letter-spacing: 1px; text-decoration: none !important; text-transform: uppercase; padding: 52px 5px; } div#navigationLanguageLayer a:hover, div#navigationLanguageLayer a:active, div#navigationLanguageLayer a:visited:hover, div#navigationLanguageLayer a:visited:active { color: #333 !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: #333 !important; } /* ========================================================================== lists ========================================================================== */ ul, ol, dl { position: relative; margin: 0 0 1.5em 0; } ul { list-style-type: disc; list-style-position: outside; margin-left: 15px; } ol { list-style-type: decimal; list-style-position: outside; margin-left: 15px; } /* LIST NAVIGATION HORIZONTAL */ div#navigationLayer ul, div#navigation2Layer ul, div#navigationLanguageLayer ul { list-style-type: none; list-style-position: outside; display: inline-block; margin: 0px; overflow: hidden; width: 100%; } div#navigationLayer ul ul { display: none; } div#navigationLanguageLayer ul { width: auto !important; } div#navigationLayer ul li, div#navigation2Layer ul li, div#navigationLanguageLayer ul li { float: left; display: inline-block; } /* ========================================================================== basic configuration ========================================================================== */ .viewMobileOnly { display: none; } .viewDesktopOnly { display: block; } .borderbox { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; /*values: content-box|border-box|inherit*/ } .clear { clear: both; display: block; height: 0; width: 0; overflow: hidden; } .ghost { display: none; } .noWrap { white-space: nowrap; } .hyphen { hyphens: auto; word-wrap: break-word; } hr { width: 100%; border: 0px; /* Firefox und Opera */ border-top: 1px solid #ccc; border-bottom: transparent; margin: 2em 0 2em 0; } div.distance, div.space { position: relative; width: 100%; height: 2em; background-color: transparent; } .textAlignLeft { text-align: left !important; } .textAlignCenter { text-align: center !important; } .textAlignRight { text-align: right !important; } .alert { font-weight: bold; color: #c00; } .marginTopZero { margin-top: 0 !important; } .marginTopSingle { margin-top: 1.5em !important; } .marginTopDouble { margin-top: 2.4em !important; } .marginBottomZero { margin-bottom: 0 !important; } .marginBottomSingle { margin-bottom: 1.5em !important; } .marginBottomDouble { margin-bottom: 2.4em !important; } .w25 { width: 24.999% !important; } .w33 { width: 33.333% !important; } .w38 { width: 37.999% !important; } .w50 { width: 49.999% !important; } .w60 { width: 59.999% !important; } .w66 { width: 66.666% !important; } .w75 { width: 74.999% !important; } p { margin: 0 0 1em 0; } .p { margin: 0 0 1em 0; } .first { margin-top: 0em; } p.listTitle { font-weight: normal; margin-bottom: 5px; } table { width: 100%; border-width: 0; margin: 0 0 1.5em 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%; } .subcolumns img { margin-top: 5px; } figure, figcaption { display: block; } strong, b { font-weight: bold; } em, i { font-style: italic; } pre, code { font-family: "Courier New", Courier, monospace; } address { font-style: normal; margin: 0 0 1.5em 0; } acronym, abbr { letter-spacing: 0.07em; border-bottom: 1px dashed #000; cursor: help; } blockquote, cite { margin: 0 0 1.5em 1.5em; width: auto; } sup, sub { font-size: 75%; position: relative; height: 0; line-height: 1; vertical-align: baseline; } sup { bottom: 1ex; } sub { top: .5ex; } iframe { margin-bottom: 1.5em; border: 0; } /* ========================================================================== subtemplates ========================================================================== */ .subcolumns { width: 100%; overflow: hidden; margin-top: 0; margin-bottom: 0; } .subcolumns div div p:last-child { margin-bottom: 0; } .subcolumns .left { float: left; } .subcolumns .center { float: left; } .subcolumns .right { float: right; margin-left: 0px; } .subcolumns .c20 { width: 19.999%; } .subcolumns .c25 { width: 24.999%; } .subcolumns .c30 { width: 29.999%; } .subcolumns .c33-3 { width: 33.333%; } .subcolumns .c35 { width: 34.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 .c65 { width: 64.999%; } .subcolumns .c66-6 { width: 66.666%; } .subcolumns .c70 { width: 69.999%; } .subcolumns .c75 { width: 74.999%; } .subcolumns .c80 { width: 79.999%; } .subcolumns .left .sub { padding-right: 14px; } .subcolumns .right .sub { padding-left: 14px; } .subcolumns .center .sub { padding-left: 7px; padding-right: 7px; } /*****************************************************************************/ } @media only screen and (min-resolution: 120dpi), only screen and (-webkit-min-device-pixel-ratio: 1.25) { /*****************************************************************************/ div#logoFruitsLayer.fruit1 { background-image: url('../images/main/logo-rosinen_x2.png'); } div#logoFruitsLayer.fruit2 { background-image: url('../images/main/logo-aprikosen_x2.png'); } div#logoFruitsLayer.fruit3 { background-image: url('../images/main/logo-feigen_x2.png'); } div#logoFruitsLayer.fruit4 { background-image: url('../images/main/logo-quitten_x2.png'); } div#logoFruitsLayer.fruit5 { background-image: url('../images/main/logo-granataepfel_x2.png'); } div#galleryWrapper div#galleryButtonLeftLayer div.arrow { background-image: url('../images/graphics/gallery-arrow-left_x2.png'); } div#galleryWrapper div#galleryButtonRightLayer div.arrow { background-image: url('../images/graphics/gallery-arrow-right_x2.png'); } div#galleryWrapper div#galleryDotsWrapper div.item { background-image: url('../images/graphics/gallery-dot_x2.png'); } div#galleryWrapper div#galleryDotsWrapper div.act { background-image: url('../images/graphics/gallery-dot-2_x2.png'); } /*****************************************************************************/ }
@media only screen and (max-width: 999px) {
/*****************************************************************************/

/* GENERAL SETTINGS */

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

.w25, .w33, .w38, .w50, .w60, .w66, .w75 { width: 100% !important; }

.subcolumns .left,
.subcolumns .center,
.subcolumns .right { float: none; }
.subcolumns div { width: 100% !important; }
.subcolumns .sub { padding: 0 !important; }
.subcolumns .center,
.subcolumns .right { padding-top: 20px; }

body { background-color: #fff; }

/* PAGE AND LAYOUT WRAPPING */

div#layoutWrapper {
	width: 100%;
	min-width: 0;
	height: auto;
	min-height: 0;
	text-align: center;
}

/* HEADER */

div#headerWrapper {
	position: relative;
	height: auto;
	border-top: 6px solid #ec731f;
	text-align: center;
}

div#logoWrapper {
	position: relative;
	left: auto;
	margin-left: 0px;
	top: 0px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 40px;
}

/* NAVIGATION */

div#navigationMobileButtonLayer {
	position: absolute;
	left: 23px;
	top: 110px;
	width: 40px;
	height: 40px;
	background: transparent url('../images/main/nav-mobile-button-list.png') scroll no-repeat center center;
	background-size: 22px 22px;
	z-index: 31;
}
div#navigationMobileButtonLayer.open { background-image: url('../images/main/nav-mobile-button-close.png'); }

div#navigationWrapper {
	position: relative;
	right: 0px;
	margin-right: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	background-color: #9d0c15;
	padding: 35px 35px;
	text-align: left;
}

div#navigationWrapper div#navigationLayer {
	display: block;
	width: 100%;
	height: auto;
	border-bottom: 0;
}

div#navigationWrapper div#navigation2Layer { display: none; }

div#navigationLayer ul {
	display: block;
	border-top: 1px solid #ec731f;
}
div#navigationLayer ul ul {
	padding-top: 0px;
	padding-bottom: 20px;
	border-top: 0;
}
div#navigationLayer ul li.act ul { display: block; }
div#navigationLayer ul li,
div#navigationLayer ul ul li {
	width: 100%;
	float: none;
	display: block;
	padding: 0;
	border-bottom: 1px solid #ec731f;
}
div#navigationLayer ul ul li { border-bottom: 0; }

div#navigationLayer a,
div#navigationLayer a:link,
div#navigationLayer a:visited {
	float: none;
	width: auto;
	color: #fff;
	background: none !important;
	border-left: 0;
	padding: 14px 0 !important;
	text-align: center;
}
div#navigationLayer a:hover,
div#navigationLayer a:active,
div#navigationLayer a:visited:hover,
div#navigationLayer a:visited:active { color: #fff !important; background-color: transparent !important; background-image: url() !important; }
div#navigationLayer li.act a,
div#navigationLayer li.act a:link,
div#navigationLayer li.act a:visited,
div#navigationLayer li.act a:hover,
div#navigationLayer li.act a:active,
div#navigationLayer li.act a:visited:hover,
div#navigationLayer li.act a:visited:active { color: #fff !important; background-color: transparent !important; background-image: url() !important; }

div#navigationLayer ul ul a,
div#navigationLayer ul ul a:link,
div#navigationLayer ul ul a:visited {
	float: none;
	width: 100%;
	padding: 7px 0px !important;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-align: center;
}
div#navigationLayer ul ul li.act a,
div#navigationLayer ul ul li.act a:link,
div#navigationLayer ul ul li.act a:visited,
div#navigationLayer ul ul li.act a:hover,
div#navigationLayer ul ul li.act a:active,
div#navigationLayer ul ul li.act a:visited:hover,
div#navigationLayer ul ul li.act a:visited:active { font-weight: bold !important; }

div#navigationWrapper div#navigationLanguageLayer {
	display: block;
	right: auto;
	left: 0px;
	top: -150px;
	width: auto;
	text-align: left;
	padding-right: 0px;
}

div#navigationLanguageLayer ul { display: block; }
div#navigationLanguageLayer ul li {
	float: none;
	display: block;
}

div#navigationLanguageLayer a,
div#navigationLanguageLayer a:link,
div#navigationLanguageLayer a:visited {
	float: none;
	width: 100%;
	padding: 3px 35px;
}

/* GALLERY */

div#galleryWrapper {
	position: relative;
	width: 100%;
	/*padding-bottom: 66.667%;*/
	padding-bottom: 50%;
	padding-top: 0px;
	margin-top: 0px !important;
	height: 0px;
}

div#galleryWrapper div.item div.text span.line1 {
	font-size: 30px;
	line-height: 1.333em;
}

/* BODY */

div#bodyWrapper { min-height: auto; }

div#bodyWrapper div.sectionWrapperOut div.sectionWrapperIn {
	max-width: 750px;
	/*min-height: 0;*/
	font-size: 13px;
	line-height: 1.5em;
}

div#bodyWrapper div.block1 {
	min-height: 0;
}

div#bodyWrapper div.block2 div.sectionWrapperIn {
	max-width: 750px;
	background-position: center 100px;
	text-align: center;
	padding: 55px 35px;
}

div#bodyWrapper div.block2 div.sectionWrapperIn h1 { margin-bottom: 400px; }

h1 { font-size: 24px; line-height: 1.00em; }

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

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

div#galleryWrapper div#galleryDotsWrapper { bottom: 0px; }

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

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

div#navigationLanguageLayer a span { display: none; }

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

@media only screen and (min-resolution: 120dpi) and (max-width: 999px),
       only screen and (-webkit-min-device-pixel-ratio: 1.25) and (max-width: 999px) {
/*****************************************************************************/

div#navigationMobileButtonLayer { background-image: url('../images/main/nav-mobile-button-list_x2.png'); }
div#navigationMobileButtonLayer.open { background-image: url('../images/main/nav-mobile-button-close_x2.png'); }

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