/*! 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: 100%;
	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#layoutWrapperOut {
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	min-height: 800px;
	overflow: hidden;
	z-index: 1;
}

div#layoutWrapperIn {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	min-height: 100%;
	z-index: 2;
}

/* LOGO */

div#logoLayer {
	position: absolute;
	left: 50%;
	margin-left: -440px;
	top: 12px;
	width: 646px;
	height: 153px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	overflow: hidden;
	z-index: 21;
}

div#logoLayer img {
	width: 646px;
	height: 153px;
}

/* FACEBOOK */

div#facebookLayer {
	position: absolute;
	right: calc(50% - 440px);
	top: 50px;
	width: auto;
	height: auto;
	font-size: 0;
	line-height: 0;
	z-index: 21;
}

div#facebookLayer img {
	width: 50px;
	height: 50px;
}

/* NAVIGATION */

div#navigationLayer {
	position: absolute;
	right: 50%;
	margin-right: -480px;
	bottom: 250px;
	width: auto;
	height: auto;
	font-size: 0;
	line-height: 0;
	z-index: 31;
}
.homeOK div#navigationLayer { bottom: 150px; }

div#navigation2Layer {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	bottom: 0px;
	width: 240px;
	height: 217px;
	border-right: 1px solid #5c5c5c;
	z-index: 31;
}

/* GALLERY */

div#galleryWrapper {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	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 top;
	background-size: cover;
	z-index: 11;
}

div#galleryWrapper div.item img {
	width: 100%;
	height: auto;
	display: none;
}

/* BODY */

div#bodyWrapperOut {
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	height: 250px;
	padding: 30px 0px 10px 0px;
	background-color: transparent;
	overflow: auto;
	z-index: 21;
}
.homeOK div#bodyWrapperOut { height: 150px; }

div#bodyWrapperIn {
	position: relative;
	left: 50%;
	margin-left: -200px;
	/*
	width: 100%;
	max-width: 685px;
	*/
	width: 685px;
	height: auto;
	z-index: 23;
}
.homeOK div#bodyWrapperIn { margin-left: -240px; }

div#contentLayer {
	position: relative;
	width: auto;
	height: auto;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4em;
	color: #000;
	z-index: 23;
}

/* BACKGROUNDS */

div#bgHeaderLayer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 120px;
	background-color: #fff; /*90%*/
	z-index: 11;
}

div#bgFooterLayer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 250px;
	background-color: #fff; /*90%*/
	z-index: 12;
}
.homeOK div#bgFooterLayer { height: 150px; }

div#bgFooter2Layer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 300px;
	background: transparent url('../images/main/bg-content.png') scroll repeat-x top left;
	z-index: 11;
}
.homeOK div#bgFooter2Layer { height: 200px; }

/* ETC */

div#buttonNewsLayer {
	position: absolute;
	left: 50%;
	margin-left: -420px;
	bottom: 108px;
	width: 212px;
	height: 57px;
	z-index: 31;
}

div#buttonNewsLayer img {
	width: 212px;
	height: 57px;
}

p.lightboxPreview {
	margin-bottom: 0;
	width: 150px;
}

p.lightboxPreview img {
	width: 150px;
	height: 100px;
	border: 1px solid #5c5c5c;
}

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

h1, h2, h3 { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 28px; font-weight: normal; font-style: normal; color: #000; line-height: 1.00em; margin: 0 0 0.5em 0; text-transform: none; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h1 span.sub { position: relative;  display: inline-block; top: -5px; font-size: 14px; font-style: italic; font-weight: normal; line-height: 1.00em; margin: 0; }

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

a, a:link, a:visited { color: #2b2b2b; text-decoration: underline; }
a:hover, a:active, a:visited:hover, a:visited:active { color: #418c96; }

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: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 1.00em;
	letter-spacing: 0px;
	text-decoration: none !important;
	text-transform: uppercase;
	background: #63adb3 url('') scroll repeat left top;
	border-left: 1px solid #549297;
	padding: 10px 12px;
}
div#navigationLayer a:hover,
div#navigationLayer a:active,
div#navigationLayer a:visited:hover,
div#navigationLayer a:visited:active { color: #63adb3 !important; background-color: transparent !important; background-image: url('../images/main/bg-nav.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: #63adb3 !important; background-color: transparent !important; background-image: url('../images/main/bg-nav.png') !important; }

div#navigationLayer ul li:first-child a,
div#navigationLayer ul li:first-child a:link,
div#navigationLayer ul li:first-child a:visited { border-left: 0; }

div#navigationLayer ul li.home a,
div#navigationLayer ul li.home a:link,
div#navigationLayer ul li.home a:visited {
	width: 30px;
	text-align: center;
	margin: 0px !important;
	padding: 2px 0px 2px 0px !important;
	font-size: 0;
	line-height: 0;
}

div#navigationLayer ul li.home a img {
	width: 30px;
	height: 30px;
}

div#navigationLayer ul li.home a:hover,
div#navigationLayer ul li.home a:active,
div#navigationLayer ul li.home a:visited:hover,
div#navigationLayer ul li.home a:visited:active { background-color: #333 !important; background-image: url('') !important; }

div#navigation2Layer a,
div#navigation2Layer a:link,
div#navigation2Layer a:visited {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 245px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #418c96;
	line-height: 1.333em;
	letter-spacing: 0px;
	text-decoration: none !important;
	text-transform: uppercase;
	text-align: right;
	padding: 1px 25px 1px 0;
	background: transparent url('') scroll no-repeat right 11px;
}
div#navigation2Layer a:hover,
div#navigation2Layer a:active,
div#navigation2Layer a:visited:hover,
div#navigation2Layer a:visited:active { color: #418c96 !important; background-image: url('../images/main/bg-nav-2.gif') !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: #418c96 !important; background-image: url('../images/main/bg-nav-2.gif') !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 {
	list-style-type: none;
	list-style-position: outside;
	display: inline-block;
	margin: 0px;
	overflow: hidden;
	width: 100%;
}

div#navigationLayer ul ul { display: none; }

div#navigationLayer ul li {
	float: left;
	display: inline-block;
}

div#navigationLayer ul li.home { width: 30px; }

/* LIST NAVIGATION VERTICAL */

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

div#navigation2Layer ul li {
	width: 100%;
	margin: 0;
}

/* ICONS */

ul.icons {
	list-style-type: none;
	margin-left: 0px;
}

ul.icons li a,
ul.icons li a:link{
	color: #418c96;
	text-decoration: none;
	padding-left: 20px;
	background: transparent url('') scroll no-repeat left center;
	background-size: 14px 12px;
}

ul.icons li.basket a,
ul.icons li.basket a:link { background-image: url('../images/main/icon-basket.png'); }
ul.icons li.pict a,
ul.icons li.pict a:link { background-image: url('../images/main/icon-pict.png'); }
ul.icons li.truck a,
ul.icons li.truck a:link { background-image: url('../images/main/icon-basket.png'); }

/* ==========================================================================
   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: 1.50em 0 1.50em 0;
}

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

div.distance,
div.space {
	position: relative;
	width: 100%;
	height: 2.00em;
	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 1.25em 0; }
.p { margin: 0 0 1.25em 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; }

/*
strong, b { font-weight: normal; font-family: 'Font Heavy', Arial, Helvetica, Verdana, sans-serif; }
em, i { font-style: normal; font-family: 'Font Italic', Arial, Helvetica, Verdana, sans-serif; }
strong > i, strong > em, i > strong, em > strong { font-style: normal; font-weight: normal; font-family: 'Font Bold Italic', Arial, Helvetica, Verdana, 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; }

/* ==========================================================================
   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) {
/*****************************************************************************/

ul.icons li.basket a,
ul.icons li.basket a:link { background-image: url('../images/main/icon-basket_x2.png'); }
ul.icons li.pict a,
ul.icons li.pict a:link { background-image: url('../images/main/icon-pict_x2.png'); }
ul.icons li.truck a,
ul.icons li.truck a:link { background-image: url('../images/main/icon-basket_x2.png'); }

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

/* GENERAL SETTINGS */

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

body { background-color: #fff; }

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

/* PAGE AND LAYOUT WRAPPING */

div#layoutWrapperOut {
	width: 100%;
	min-width: 0;
	height: auto;
	min-height: 0;
}

div#layoutWrapperIn {
	position: relative;
	min-height: 0;
	text-align: center;
}

/* LOGO */

div#logoLayer {
	position: relative;
	left: 0;
	margin-left: 0;
	top: 0;
	width: 100%;
	height: auto;
	padding: 20px 0;
	text-align: left;
	border-top: 5px solid #63adb3;
}

div#logoLayer img {
	width: 300px;
	height: auto;
}

/* FACEBOOK */

div#facebookLayer {
	right: auto;
	left: 430px;
	top: 48px;
}

div#facebookLayer img {
	width: 33px;
	height: 33px;
}

/* NAVIGATION */

div#navigationMobileButtonLayer {
	position: absolute;
	right: 0px;
	top: 75px;
	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#navigationLayer {
	position: relative;
	right: 0px;
	margin-right: 0;
	bottom: auto !important;
	width: 100%;
	height: auto;
	padding: 35px !important;
	background-color: #63adb3;
	text-align: left;
}

div#navigation2Layer { display: none; }

div#navigationLayer ul {
	display: block;
	border-top: 1px solid #528f94;
}
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 #528f94;
}
div#navigationLayer ul ul li { border-bottom: 0; }

div#navigationLayer ul li.home { display: none; }

div#navigationLayer a,
div#navigationLayer a:link,
div#navigationLayer a:visited {
	float: none;
	width: 100%;
	background: none !important;
	border-left: 0;
	padding: 18px 60px;
}
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 60px;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-align: left;
}
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; }

/* GALLERY */

div#galleryWrapper {
	position: relative;
	width: 100%;
	padding-bottom: 66.667%;
	padding-top: 0px;
	height: 0px;
}

/*
div#galleryWrapper {
	position: relative;
	width: 100%;
	height: 667px;
}
*/

/* BODY */

div#bodyWrapperOut {
	position: relative;
	bottom: auto;
	top: 0px;
	height: auto !important;
	padding: 0;
	text-align: center;
}

div#bodyWrapperIn {
	position: relative;
	left: 0px;
	margin: auto !important;
	width: 100%;
	max-width: 660px;
	padding: 35px;
	text-align: left;
}

div#contentLayer { width: 100%; }

/* BACKGROUNDS */

div#bgHeaderLayer,
div#bgFooterLayer,
div#bgFooter2Layer {
	display: none !important;
	overflow: hidden;
	left: -1px;
	width: 1px;
	height: 1px;
}

/* ETC */

div#buttonNewsLayer {
	left: 60px;
	margin-left: 0px;
	bottom: auto;
	top: 87px;
}

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

/*
@media only screen and (max-width: 900px) { div#galleryWrapper { height: 600px; } }
@media only screen and (max-width: 800px) { div#galleryWrapper { height: 533px; } }
@media only screen and (max-width: 700px) { div#galleryWrapper { height: 466px; } }
@media only screen and (max-width: 600px) { div#galleryWrapper { height: 400px; } }
@media only screen and (max-width: 500px) { div#galleryWrapper { height: 333px; } }
@media only screen and (max-width: 400px) { div#galleryWrapper { height: 267px; } }
@media only screen and (max-width: 300px) { div#galleryWrapper { height: 200px; } }
*/


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

/* FACEBOOK */

div#facebookLayer {
	left: auto;
	right: 7px;
	top: 12px;
}

div#facebookLayer img {
	width: 25px;
	height: 25px;
}

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

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

div#logoLayer img { width: 400px; }
div#navigationMobileButtonLayer { top: 100px; }
div#navigationLayer a,
div#navigationLayer a:link,
div#navigationLayer a:visited { padding: 18px 90px; }
div#navigationLayer ul ul a,
div#navigationLayer ul ul a:link,
div#navigationLayer ul ul a:visited { padding: 7px 90px; }
div#buttonNewsLayer { left: 80px; top: 110px; }

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

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

/*****************************************************************************/
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */ .fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; } .fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; } .fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .fancybox-opened { z-index: 8030; } .fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); } .fancybox-outer, .fancybox-inner { position: relative; } .fancybox-inner { overflow: hidden; } .fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; } .fancybox-error { color: #444; font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; margin: 0; padding: 15px; white-space: nowrap; } .fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; } .fancybox-image { max-width: 100%; max-height: 100%; } #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url('../_fancybox/fancybox_sprite.png'); } #fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; } #fancybox-loading div { width: 44px; height: 44px; background: url('../_fancybox/fancybox_loading.gif') center center no-repeat; } .fancybox-close { position: absolute; top: -25px; right: -22px; width: 20px; height: 23px; background: transparent url('../_fancybox/buttons-default/close.png') 0px 0px; cursor: pointer; z-index: 8040; } .fancybox-nav { position: absolute; top: 0; width: 50%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url('../_fancybox/blank.gif'); /* helps IE */ -webkit-tap-highlight-color: rgba(0,0,0,0); z-index: 8040; } .fancybox-prev { left: 0; } .fancybox-next { right: 0; } .fancybox-nav span { position: absolute; top: 50%; width: 20px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; } .fancybox-prev span { left: -35px; /*background-position: 0 -36px;*/ background-image: url('../_fancybox/buttons-default/arrow-left.png'); } .fancybox-next span { right: -35px; /*background-position: 0 -72px;*/ background-image: url('../_fancybox/buttons-default/arrow-right.png'); } .fancybox-nav:hover span { visibility: visible; } .fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; } /* Overlay helper */ .fancybox-lock { overflow: hidden !important; width: auto; } .fancybox-lock body { overflow: hidden !important; } .fancybox-lock-test { overflow-y: hidden !important; } .fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: url('../_fancybox/fancybox_overlay.png'); } .fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; } .fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; } /* Title helper */ .fancybox-title { visibility: hidden; font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; position: relative; text-shadow: none; z-index: 8050; } .fancybox-opened .fancybox-title { visibility: visible; } .fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; } .fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #fff; font-weight: bold; line-height: 24px; white-space: nowrap; } .fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; } .fancybox-title-inside-wrap { padding-top: 10px; } .fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, 0.8); }
@media all {
/*****************************************************************************/

/*
div.fancybox-overlay-fixed { overflow: hidden !important; }

.fancybox-close {
	top: 10px;
	right: 10px;
}
*/

div.fancybox-title {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: auto;
	height: auto;
	background-color: #63adb3;
	padding: 7px 20px;
	color: #fff;
	font-family: Arial, Helvetica, Verdana, sans-serif !important;
	font-size: 12px !important;
	font-weight: bold !important;
	font-style: italic !important;
	letter-spacing: 0 !important;
	line-height: 1em !important;
}

.fancybox-nav span { width: 28px; height: 52px; margin-top: -26px; }
.fancybox-prev span { left: 30px; background-image: url('../images/main/lightbox-arrow-left.png'); background-size: 28px 52px; }
.fancybox-next span { right: 30px; background-image: url('../images/main/lightbox-arrow-right.png'); background-size: 28px 52px; }
.fancybox-close { top: -25px; right: -25px; width: 22px; height: 22px; background-image: url('../images/main/lightbox-close.png') !important; background-size: 22px 22px; }

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

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

.fancybox-prev span { background-image: url('../images/main/lightbox-arrow-left_x2.png'); }
.fancybox-next span { background-image: url('../images/main/lightbox-arrow-right_x2.png'); }
.fancybox-close { background-image: url('../images/main/lightbox-close_x2.png') !important; }

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