/*! 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 {
/*****************************************************************************/

/*
font-family: 'Ubuntu', sans-serif;
font-weight: 300/700;
*/

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

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

html { height: 100%; }

body {
	height: 100%;
	position: relative;
	background-color: #fff;
	font-family: 'Ubuntu', Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 300;
	color: #171717;
	letter-spacing: 0;
	word-spacing: normal;
	text-align: left;
	text-decoration: none;
	-moz-font-feature-settings: "liga=0";
	-moz-font-feature-settings: "liga" 0;
	-webkit-font-variant-ligatures: no-common-ligatures;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

div, iframe, form, select, input, textarea {
	-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: 960px;
	height: 100%;
	min-height: 500px;
	/*overflow: hidden;*/
	z-index: 1;
}

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

/* LOGO */

div#logoLayer {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	top: 45px;
	width: 240px;
	height: 100px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	z-index: 31;
}

div#logoLayer img {
	width: 240px;
	height: 100px;
}

/* NAVIGATION */

div#navigationWrapper {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	top: 145px;
	width: 240px;
	height: auto;
	z-index: 31;
}

div#navigationLayer {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	padding-bottom: 20px;
	background-color: #fff;
}

/*
.pageProjectDetailOK div#navigationWrapper { padding-bottom: 10px; }
.jsNO div#navigationWrapper { padding-bottom: 20px; }
*/

div#navigationProjectLayer {
	position: relative;
	display: none;
	width: 100%;
	margin-top: 2px;
	font-size: 0;
	line-height: 0;
	background-color: #fff;
	z-index: 31;
}

.jsOK div#navigationProjectLayer { display: block !important; }

div#navigationButtonLayer {
	position: absolute;
	right: 10px;
	top: -45px;
	width: 30px;
	height: 30px;
	font-size: 0;
	line-height: 0;
	background: transparent url('../images/main/nav-button.png') scroll no-repeat center center;
	background-size: 14px 10px;
	overflow: hidden;
	z-index: 31;
}

/* BODY */

div#contentWrapper {
	position: absolute;
	left: 50%;
	margin-left: -385px;
	bottom: 0px;
	width: 540px;
	height: auto;
	padding: 40px 0px;
	z-index: 21;
}

div#contentWrapper.long { bottom: auto !important; top: 290px; }

.pageProjectDetailOK div#contentWrapper {
	margin-left: -240px;
	width: 720px;
	padding: 40px 20px;
	background-color: #fff;
}
.pageProjectDetailJSOK div#contentWrapper { display: none; }

div#contentWrapper.closed {
	top: auto !important;
	bottom: 0px !important;
	padding: 0;
	padding-bottom: 20px;
	background-color: #ccc;
}

div#contentLayer {
	position: relative;
	width: auto;
	height: auto;
	color: #333;
	z-index: 21;
}

div#contentLayer.negative { color: #fff; }

div#portraitLayer {
	position: fixed;
	right: 30px;
	bottom: 0px;
	width: auto;
	height: 600px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	z-index: 23;
}

div#portraitLayer img {
	width: auto;
	height: 600px;
}

/* GALLERY */

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

div#galleryControlsWrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 12;
}

div#galleryControlsWrapper div.button {
	position: absolute;
	width: 50%;
	height: 100%;
	background-image: url();
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 150px 150px;
	z-index: 12;
}

div#galleryControlsWrapper div#galleryButtonLeftLayer {
	left: 0px;
	background-position: left center;
}
div#galleryControlsWrapper div#galleryButtonLeftLayer.over { background-image: url('../images/main/gallery-arrow-left.png'); }
.touchOK div#galleryControlsWrapper div#galleryButtonLeftLayer.over { background-image: url() !important; }
.touchOK div#galleryControlsWrapper div#galleryButtonLeftLayer { display: none; }

div#galleryControlsWrapper div#galleryButtonRightLayer {
	right: 0px;
	background-position: right center;
}
div#galleryControlsWrapper div#galleryButtonRightLayer.over { background-image: url('../images/main/gallery-arrow-right.png'); }
.touchOK div#galleryControlsWrapper div#galleryButtonRightLayer.over { background-image: url() !important; }
.touchOK div#galleryControlsWrapper div#galleryButtonRightLayer { width: 100%; }

div#galleryControlsWrapper div#galleryIndicatorWrapper {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	bottom: 50px;
	width: auto;
	height: auto;
	font-size: 0;
	line-height: 0;
	z-index: 13;
}

div#galleryControlsWrapper div#galleryIndicatorWrapper div.item {
	position: relative;
	float: left;
	width: 40px;
	height: 25px;
	margin-right: 2px;
	background-color: #fff;
	opacity: 0.33;
	z-index: 13;
}

div#galleryControlsWrapper div#galleryIndicatorWrapper div.over { top: -2px; }

div#galleryLoadingLayer {
	position: absolute;
	right: 0px;
	bottom: 45px;
	width: auto;
	height: auto;
	font-size: 12px;
	font-weight: 300;
	color: #747474;
	line-height: 1em;
	letter-spacing: 1px;
	text-decoration: none !important;
	text-transform: uppercase;
	background-color: #fff;
	padding: 10px 20px;
	z-index: 14;
}

/* PROJECTS OVERVIEW */

div#projectsWrapper {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	top: 185px;
	width: 960px;
	height: auto;
	z-index: 21;
}

.jsNO div#projectsWrapper { top: 300px; }

div#projectsWrapper div.itemWrapper {
	position: relative;
	float: left;
	width: 33.333%;
	height: 0px;
	/*padding-bottom: calc(16.667% * 1.5);*/
	padding-bottom: 16.667%;
	z-index: 21;
}

div#projectsWrapper div.itemWrapper div.item {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	overflow: hidden;
	z-index: 21;
}

div#projectsWrapper div.itemWrapper div.item div {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

div#projectsWrapper div.itemWrapper div.item div.pict {
	background-color: #ccc;
	z-index: 21;
}

div#projectsWrapper div.itemWrapper div.item div.pict img {
	width: 100%;
	height: 100%;
}

div#projectsWrapper div.itemWrapper div.item div.color {
	background-color: #000;
	z-index: 22;
	display: none;
}

div#projectsWrapper div.itemWrapper div.item div.info {
	top: auto;
	bottom: 20%;
	height: auto !important;
	font-size: 24px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	display: none;
	z-index: 23;
}

.jsNO div#projectsWrapper div.itemWrapper div.item div.info {
	display: block;
	bottom: -1px;
	width: auto;
	font-size: 12px;
	font-weight: 300;
	color: #747474;
	line-height: 1em;
	letter-spacing: 1px;
	text-decoration: none !important;
	text-transform: uppercase;
	text-align: left;
	background-color: #fff;
	padding: 5px 10px;
}

div#projectsWrapper div.itemWrapper div.item div.button {
	z-index: 24;
}

div#projectsWrapper div.itemWrapper div.item div.button img {
	width: 100%;
	height: 100%;
}

div#projectsWrapper p { padding: 0 20px; }

/* PROJECTS DETAIL */

div.projectInfo,
div.projectFacts { display: block; }

.jsOK div.projectInfo,
.jsOK div.projectFacts { display: none; }

.jsNO div.projectFacts h1 { display: none; }

/* ETC */

/*
.fontColorBlue { color: #00489b !important; }
.fontColorRust { color: #b45d00 !important; }
.fontColorGreen { color: #3c6d56 !important; }
*/

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

h1, h2, h3 { font-family: 'Ubuntu', Arial, Helvetica, Verdana, sans-serif; font-size: 20px; font-weight: 700; color: #171717; line-height: 1.333em; margin: 0 0 1em 0; text-transform: none; }

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

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

div#navigationLayer a,
div#navigationLayer a:link,
div#navigationLayer a:visited {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-family: 'Ubuntu', Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #747474;
	line-height: 1em;
	letter-spacing: 1px;
	text-decoration: none !important;
	text-transform: uppercase;
	background: transparent url('') scroll no-repeat 44px 11px;
	padding: 5px 5px 5px 98px;
}
div#navigationLayer a:hover,
div#navigationLayer a:active,
div#navigationLayer a:visited:hover,
div#navigationLayer a:visited:active { color: #747474 !important; background-image: url('../images/main/nav-indicator.gif') !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: #171717 !important; background-image: url('../images/main/nav-indicator.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: 17px;
}

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

/* LIST NAVIGATION VERTICAL */

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

/*.pageProjectDetailJSOK div#navigationLayer ul { display: none; }*/

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

/* LIST NAVIGATION HORIZONTAL */

div#navigationProjectLayer ul {
	list-style-type: none;
	list-style-position: outside;
	display: inline-block;
	margin: 0px;
	overflow: hidden;
	width: 100%;
}

div#navigationProjectLayer ul li {
	float: left;
	display: inline-block;
	font-family: 'Ubuntu', Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: 300;
	color: #747474;
	line-height: 1em;
	letter-spacing: 1px;
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 10px 5px;
}

div#navigationProjectLayer ul li.overview { width: 74px; }

div#navigationProjectLayer ul li.over,
div#navigationProjectLayer ul li.act,
div#navigationProjectLayer ul li:hover {
	color: #171717;
}

div#navigationProjectLayer ul li.overview { padding-left: 14px; }
/*div#navigationProjectLayer ul li.overview { padding-left: 40px; padding-right: 25px; }*/

/* ==========================================================================
   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: 700; 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.5em 0; }
.p { margin: 0 0 1.5em 0; }
.first { margin-top: 0em; }

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: 700; }
em, i { font-style: italic; }

pre, code { font-family: "Courier New", Courier, monospace; }
address { font-style: normal; margin: 0 0 1.5em 0; }
acronym, abbr { letter-spacing: 0.07em; border-bottom: 1px dashed #171717; 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; }

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

@media only screen and (min-resolution: 120dpi) {
/*****************************************************************************/

div#galleryControlsWrapper div#galleryButtonLeftLayer.over { background-image: url('../images/main/gallery-arrow-left_x2.png'); }
div#galleryControlsWrapper div#galleryButtonRightLayer.over { background-image: url('../images/main/gallery-arrow-right_x2.png'); }

/*****************************************************************************/
}

@media only screen and (max-width: 959px),
       only screen and (max-height: 599px) {
/*****************************************************************************/

/* GENERAL SETTINGS */

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

.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 {
	min-width: 0;
	height: auto;
	min-height: 0;
}

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

/* LOGO */

div#logoLayer {
	position: relative;
	left: 0;
	margin-left: 0;
	top: 0;
	width: 100%;
	height: auto;
	padding: 20px 0 20px 25px;
	/*text-align: center;*/
	border-top: 7px solid #747474;
}

div#logoLayer img {
	width: 100%;
	max-width: 240px;
	height: auto;
}

/* NAVIGATION */

div#navigationWrapper {
	position: relative;
	left: 0px;
	margin-left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 25px 30px 25px !important;
	height: auto;
}

div#navigationLayer ul { border-top: 1px solid #ccc; }

div#navigationLayer a,
div#navigationLayer a:link,
div#navigationLayer a:visited {
	width: 20%;
	float: left;
	background: none !important;
	padding: 10px 20px !important;
	border-bottom: 1px solid #ccc;
}
div#navigationLayer a:hover,
div#navigationLayer a:active,
div#navigationLayer a:visited:hover,
div#navigationLayer a:visited:active { color: #171717 !important; background-image: none !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: #171717 !important; background-image: none !important; }

.pageProjectDetailJSOK div#navigationLayer ul { display: block; }

.jsOK div#navigationProjectLayer { display: none !important; }

/* GALLERY */

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

div#galleryControlsWrapper div#galleryIndicatorWrapper {
	left: 2px;
	margin-left: 0px;
	bottom: 2px;
}

div#galleryControlsWrapper div#galleryIndicatorWrapper div.item {
	height: 10px;
}

div#galleryLoadingLayer {
	right: auto;
	left: 10px;
	bottom: 0px;
}

/* PROJECTS OVERVIEW */

div#projectsWrapper {
	position: relative;
	left: 0px;
	margin-left: 0px;
	top: 0px;
	width: 100%;
}

/* CONTENT */

div#contentWrapper {
	position: relative;
	left: 0;
	bottom: auto;
	top: 0;
	width: 100%;
	min-height: 0;
	padding: 40px 20px;
	margin: auto;
	background: none;
	background-color: #fff;
	text-align: left;
}

div#contentWrapper.long { top: 0; }

div#contentWrapper div#contentLayer.negative { color: #333; }

.pageProjectDetailOK div#contentWrapper {
	width: 100%;
	max-width: 600px;
	margin-left: 0;
}
.pageProjectDetailJSOK div#contentWrapper { display: block; }

/* PROJECTS DETAIL */

div.projectInfo,
div.projectFacts {
	margin-bottom: 30px;
	display: block !important;
}

div.projectFacts h1 { display: none; }

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

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

/* NAVIGATION */

div#navigationLayer a,
div#navigationLayer a:link,
div#navigationLayer a:visited {
	width: 33.333%;
}

/* PROJECTS OVERVIEW */

div#projectsWrapper div.itemWrapper {
	width: 50%;
	padding-bottom: 25%;
}

/* GALLERY */

div#galleryControlsWrapper div.button { background-size: 75px 75px; }

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

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

/* PROJECTS OVERVIEW */

div#projectsWrapper div.itemWrapper {
	width: 100%;
	padding-bottom: 50%;
}

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

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

/* NAVIGATION */

div#navigationLayer a,
div#navigationLayer a:link,
div#navigationLayer a:visited {
	width: 50%;
}

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

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

/* NAVIGATION */

div#navigationLayer a,
div#navigationLayer a:link,
div#navigationLayer a:visited {
	width: 100%;
}

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

@media only screen and (max-width: 649px) and (max-height: 829px),
	   only screen and (max-width: 959px) and (max-height: 789px),
       only screen and (max-height: 599px),
       only screen and (max-width: 619px) {
/*****************************************************************************/

div#portraitLayer { display: none !important; }

/*****************************************************************************/
}

@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 300;
	src: local(''),
			 url('../_fonts/ubuntu-v20-latin-300.woff2') format('woff2'),
			 url('../_fonts/ubuntu-v20-latin-300.woff') format('woff');
}
@font-face {
	font-family: 'Ubuntu';
	font-style: italic;
	font-weight: 300;
	src: local(''),
			 url('../_fonts/ubuntu-v20-latin-300italic.woff2') format('woff2'),
			 url('../_fonts/ubuntu-v20-latin-300italic.woff') format('woff');
}
/*
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/ubuntu-v20-latin-regular.woff2') format('woff2'),
			 url('../_fonts/ubuntu-v20-latin-regular.woff') format('woff');
}
@font-face {
	font-family: 'Ubuntu';
	font-style: italic;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/ubuntu-v20-latin-italic.woff2') format('woff2'),
			 url('../_fonts/ubuntu-v20-latin-italic.woff') format('woff');
}
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	src: local(''),
			 url('../_fonts/ubuntu-v20-latin-500.woff2') format('woff2'),
			 url('../_fonts/ubuntu-v20-latin-500.woff') format('woff');
}
@font-face {
	font-family: 'Ubuntu';
	font-style: italic;
	font-weight: 500;
	src: local(''),
			 url('../_fonts/ubuntu-v20-latin-500italic.woff2') format('woff2'),
			 url('../_fonts/ubuntu-v20-latin-500italic.woff') format('woff');
}
*/
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/ubuntu-v20-latin-700.woff2') format('woff2'),
			 url('../_fonts/ubuntu-v20-latin-700.woff') format('woff');
}
@font-face {
	font-family: 'Ubuntu';
	font-style: italic;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/ubuntu-v20-latin-700italic.woff2') format('woff2'),
			 url('../_fonts/ubuntu-v20-latin-700italic.woff') format('woff');
}

