/*! 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:'Expressway W00 Light'; font-family:'Expressway W00 Light Italic'; font-family:'Expressway W00 Regular'; font-family:'Expressway W00 Italic'; */ /*****************************************************************************/ /* ========================================================================== basics ========================================================================== */ * html body * { overflow: visible; } * html iframe, * html frame { overflow: auto; } html { height: 100%; } body { height: 100%; position: relative; /* Hintergrund */ background-color: #e9e7e5; /* Schrifteinstellungen */ font-family: 'Expressway W00 Light', Arial, Helvetica, Verdana, sans-serif; font-size: 100%; /* 16px */ font-size: 16px; font-weight: normal; color: #4f483e; line-height: 1.5em; letter-spacing: 0; word-spacing: normal; text-align: left; text-decoration: none; } * { font-size: 100%; padding: 0; margin: 0; } div, ul, ul li, ul li a, select, input, textarea { -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: 1020px; height: auto; min-height: 100%; z-index: 1; } /* HEADER */ div#headerFixedWrapper { position: fixed; width: 100%; height: 145px; background-color: #fff; border-bottom: 1px solid #867d72; font-size: 0px; line-height: 0px; -webkit-box-shadow: -3px -6px 5px rgba(51,51,51,0.666); -moz-box-shadow: -3px -6px 5px rgba(51,51,51,0.666); box-shadow: -3px -6px 5px rgba(51,51,51,0.666); /*overflow: hidden;*/ z-index: 21; } div#logoLayer { position: absolute; left: 50%; margin-left: 240px; top: 48px; width: 240px; height: 87px; z-index: 21; } div#logoLayer img { width: 240px; height: 87px; } div#logoBaublitzLayer { position: absolute; left: 50%; margin-left: 420px; top: 20px; width: 60px; height: 42px; z-index: 21; } div#logoBaublitzLayer img { width: 60px; height: 42px; } div#navigationLayer { position: absolute; left: 50%; margin-left: -490px; bottom: 0px; width: auto; height: auto; z-index: 21; } div#navigationLayer div.sub { display: none; position: absolute; left: -10px; top: 60px; width: auto; /*min-width: 100%;*/ min-width: 180px; height: auto; background-color: #fff; border: 1px solid #dedbd7; padding: 20px 0; -webkit-box-shadow: 7px 7px 7px rgba(51,51,51,0.333); -moz-box-shadow: 7px 7px 7px rgba(51,51,51,0.333); box-shadow: 7px 7px 7px rgba(51,51,51,0.333); z-index: 22; } div#navigationLayer li:hover div.sub { display: block; } div#navigationLayer div.sub div.arrow { position: absolute; left: 20px; top: -9px; width: 18px; height: 9px; font-size: 0; line-height: 0; background: transparent url('../images/main/bg-nav-sub.gif') scroll no-repeat left top; overflow: hidden; z-index: 23; } div#headerScrollWrapper { position: relative; width: 100%; height: auto; font-size: 0px; line-height: 0px; border-top: 145px solid #fff; z-index: 11; } div#galleryWrapper { position: relative; width: 100%; padding-bottom: 50%; padding-top: 0px; height: 0px; overflow: hidden; border-bottom: 3px solid #867d72; z-index: 11; } div#galleryWrapper div.item { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent url() scroll no-repeat center center; background-size: cover; margin: 0; z-index: 11; } div#galleryWrapper div.item div.typo { position: absolute; left: 50%; margin-left: -480px; bottom: 20%; width: auto; font-family: 'Expressway W00 Regular', Arial, Helvetica, Verdana, sans-serif; font-size: 64px; line-height: 0.85em; color: #fff; white-space: nowrap; /* -webkit-text-shadow: 3px 3px 15px rgba(51,51,51,0.666); -moz-text-shadow: 3px 3px 15px rgba(51,51,51,0.666); */ text-shadow: 3px 3px 15px rgba(51,51,51,0.666); z-index: 13; } div#navigation2Wrapper { position: absolute; left: 0px; bottom: 0px; width: 100%; height: auto; background-color: #867d72; font-size: 0px; line-height: 0px; text-align: center; -webkit-box-shadow: -3px -3px 15px rgba(51,51,51,0.666); -moz-box-shadow: -3px -3px 15px rgba(51,51,51,0.666); box-shadow: -3px -3px 15px rgba(51,51,51,0.666); z-index: 15; } div#navigation2Layer { position: relative; width: 980px; height: auto; text-align: left; margin: auto; z-index: 15; } /* BODY / CONTENT */ div#bodyWrapper { position: relative; width: 100%; height: auto; min-height: 300px; padding: 50px 0px; z-index: 11; } div#contentLayer { position: relative; left: 50%; margin-left: -480px; width: 700px; height: auto; font-size: 15px; line-height: 1.5em; z-index: 11; } div#contentLayer img { width: 100%; height: auto; } /* FOOTER */ div#footerWrapper { position: relative; width: 100%; height: auto; padding: 30px 0px 50px 0; background-color: #867d72; z-index: 11; } div#contactLayer { position: relative; left: 50%; margin-left: -480px; width: 960px; height: auto; color: #fff; font-size: 14px; line-height: 1.5em; } div#contactLayer strong { font-size: 19px; line-height: 2em; letter-spacing: 0px; } div#contactLayer .col1 { width: 24.999%; } div#contactLayer .col2 { width: 49.999%; } div#contactLayer .col3 { width: 24.999%; } /* NEWS */ div.newsWrapper div.pict { position: relative; width: 90%; font-size: 0; line-height: 0; padding-bottom: 10px; z-index: 11; } div.newsWrapper div.pict img { font-size: 0; line-height: 0; } div.newsWrapper div.pict a.pict1 { position: absolute; right: 10px; bottom: 0px; z-index: 12; } div.newsWrapper div.pict a.pict1 img { width: 30px !important; height: 30px !important; } /* PROJECTS */ div.fancyboxGalleryWrapper { position: absolute; right: -260px; top: -50px; width: 240px; height: 160px; font-size: 0; line-height: 0; z-index: 13; } div.fancyboxGalleryWrapper img { font-size: 0; line-height: 0; } div.fancyboxGalleryWrapper img.preview { width: 240px; height: 160px; } div.fancyboxGalleryWrapper a.pict1 { position: absolute; right: 10px; bottom: -10px; z-index: 14; } div.fancyboxGalleryWrapper a.pict1 img { width: 30px !important; height: 30px !important; } /* GOOGLE MAPS */ .mapWrapper { position: relative; padding-bottom: 66.666%; padding-top: 0px; height: 0px; overflow: hidden; } .mapWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; } /* ECT */ .subcolumns p.w90 { margin-bottom: 0; } /* ========================================================================== headlines ========================================================================== */ h1, h2, h3 { font-family: 'Expressway W00 Regular', Arial, Helvetica, Verdana, sans-serif; font-size: 24px; font-weight: normal; color: #4f483e; line-height: 1.25em; margin: 0 0 0.75em 0; } h2 { font-size: 20px; line-height: 1.25em; margin: 0 0 0.5em 0; } h3 { font-size: 16px; line-height: 1.25em; margin: 0 0 0.5em 0; } /* ========================================================================== links ========================================================================== */ a, a:link, a:visited { color: #4f483e; text-decoration: underline; } a:hover, a:active, a:visited:hover, a:visited:active { color: #e31818; text-decoration: none; } div#contactLayer a, div#contactLayer a:link, div#contactLayer a:visited { color: #fff; text-decoration: none; } div#contactLayer a:hover, div#contactLayer a:active, div#contactLayer a:visited:hover, div#contactLayer a:visited:active { color: #fff; text-decoration: underline; } div#navigationLayer a, div#navigationLayer a:link, div#navigationLayer a:visited { display: block; float: left; width: auto; font-family: 'Expressway W00 Regular', Arial, Helvetica, Verdana, sans-serif; font-size: 17px; font-weight: normal; color: #837a70; line-height: 1.00em; letter-spacing: 1px; text-decoration: none !important; text-transform: none; padding: 25px 10px; border-bottom: 5px solid #fff; } div#navigationLayer li:hover a, div#navigationLayer li:active a, div#navigationLayer a:visited:hover, div#navigationLayer a:visited:active { color: #e31818 !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: #e31818 !important; border-bottom-color: #e31818 !important; } div#navigationLayer div.sub a, div#navigationLayer div.sub a:link, div#navigationLayer div.sub a:visited { display: block; float: none; width: 100%; font-family: 'Expressway W00 Regular', Arial, Helvetica, Verdana, sans-serif; font-size: 14px; font-weight: normal; color: #837a70 !important; line-height: 1.333em; letter-spacing: 0px; text-decoration: none !important; text-transform: none; white-space: nowrap; padding: 2px 20px; border-bottom: 0; } div#navigationLayer div.sub a:hover, div#navigationLayer div.sub a:active, div#navigationLayer div.sub a:visited:hover, div#navigationLayer div.sub a:visited:active { color: #e31818 !important; } div#navigationLayer div.sub li.act a, div#navigationLayer div.sub li.act a:link, div#navigationLayer div.sub li.act a:visited, div#navigationLayer div.sub li.act a:hover, div#navigationLayer div.sub li.act a:active, div#navigationLayer div.sub li.act a:visited:hover, div#navigationLayer div.sub li.act a:visited:active { color: #e31818 !important; border-bottom-color: none !important; } div#navigation2Layer a, div#navigation2Layer a:link, div#navigation2Layer a:visited { display: block; float: left; width: auto; font-family: 'Expressway W00 Light', Arial, Helvetica, Verdana, sans-serif; font-size: 17px; font-weight: normal; color: #bdb7b0; line-height: 1.00em; letter-spacing: 1px; text-decoration: none !important; text-transform: none; padding: 8px 10px 12px 10px; border-top: 2px solid #867d72; } div#navigation2Layer a:hover, div#navigation2Layer a:active, div#navigation2Layer a:visited:hover, div#navigation2Layer a:visited:active { color: #fff !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: #fff !important; border-top-color: #fff; } /* ========================================================================== 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 { width: 100%; list-style-type: none; list-style-position: outside; display: inline-block; margin: 0px; /*overflow: hidden;*/ } div#navigationLayer ul li, div#navigation2Layer ul li { position: relative; float: left; display: inline-block; } /* LIST NAVIGATION VERTICAL */ div#navigationLayer div.sub ul { width: 100%; list-style-type: none; list-style-position: outside; margin: 0; } div#navigationLayer div.sub ul li { width: 100%; float: none; display: block; margin: 0; } /* ========================================================================== basic configuration ========================================================================== */ .viewMobileOnly { display: none; } .viewDesktopOnly { display: block; } .jsNO .jsNO { display: block; } .jsOK .jsNO { display: none; } .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 #c0bebd; border-bottom: transparent; margin: 3.50em 0 3.50em 0; } hr.invisible { background: none; } div.distance, div.space { position: relative; width: 100%; height: 2.5em; background-color: transparent; overflow: hidden; } div.space5 { height: 5px; } div.space10 { height: 10px; } div.space15 { height: 15px; } div.space20 { height: 20px; } div.space25 { height: 25px; } div.space30 { height: 30px; } .textAlignLeft { text-align: left !important; } .textAlignCenter { text-align: center !important; } .textAlignRight { text-align: right !important; } .textAlignBlock { text-align: justify !important; } .alert { font-weight: bold; color: #c00; } .paddingTopZero { padding-top: 0 !important; } .paddingBottomZero { padding-bottom: 0 !important; } .marginTopZero { margin-top: 0 !important; } .marginTopSingle { margin-top: 1.5em !important; } .marginTopDouble { margin-top: 3.0em !important; } .marginBottomZero { margin-bottom: 0 !important; } .marginBottomSingle { margin-bottom: 1.5em !important; } .marginBottomDouble { margin-bottom: 3.0em !important; } .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; } .w90 { width: 89.999% !important; } p { margin: 0 0 1.5em 0; } .p { margin: 0 0 1.5em 0; } .first { margin-top: 0em; } p.listTitle { font-weight: normal; margin-bottom: 5px; } p.pict, p.pict img { font-size: 0; line-height: 0; margin: 0; padding: 0; } table { width: 100%; border-width: 0; margin: 0 0 1.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: normal; font-family: 'Expressway W00 Regular', Arial, Helvetica, Verdana, sans-serif; } em, i { font-style: normal; font-family: 'Expressway W00 Light Italic', Arial, Helvetica, Verdana, sans-serif; } strong > i, strong > em, i > strong, em > strong { font-style: normal; font-weight: normal; font-family: 'Expressway W00 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, .subcolumns div, .subcolumns div div, .subcolumns div div div, .subcolumns div div div div { position: relative; } .subcolumns div p:last-child, .subcolumns div div p:last-child { margin-bottom: 0; } .subcolumns .left { float: left; } .subcolumns .center { float: left; } .subcolumns .right { float: right; 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 .c38 { width: 37.999%; } .subcolumns .c40 { width: 39.999%; } .subcolumns .c45 { width: 44.999%; } .subcolumns .c50 { width: 49.999%; } .subcolumns .c55 { width: 54.999%; } .subcolumns .c60 { width: 59.999%; } .subcolumns .c62 { width: 61.999%; } .subcolumns .c65 { width: 64.999%; } .subcolumns .c66-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; } /* ========================================================================== forms ========================================================================== */ /* FORM GENERAL SETTINGS */ form { font-family: 'Expressway W00 Light', Arial, Helvetica, sans-serif; font-weight: normal; font-size: 16px; line-height: 1.5em; overflow: hidden; display: none; } .jsOK form { display: block; } form div.alert { display: none; padding-bottom: 1.5em; } .formInputset { margin: 0 0 0.5em 0; display: block; clear: both; } .formInputsetIndent { padding-left: 25%; } .formInputsetDistance { margin-bottom: 1.5em; } label { width: 100%; height: auto; padding-top: 0px; /*float: left;*/ text-align: left; } input[type=text], input[type=password] { display: block; width: 100%; padding: 7px; margin-bottom: 8px; color: #4f483e; background-color: #fff; border: 1px solid #867d72; } textarea { display: block; width: 100%; height: 150px; padding: 7px; margin-bottom: 8px; color: #4f483e; background-color: #fff; border: 1px solid #867d72; } input[type=text].error { border: 2px solid #e31818; } input[type=text]:focus, input[type=text]:active, input[type=password]:focus, input[type=password]:active, textarea:focus, textarea:active { color: #4f483e; } input[type=radio], input[type=checkbox] { padding: 3px; margin-right: 10px; } input[type=button], input[type=submit], input[type=reset] { display: block; padding: 7px 14px; color: #fff; background-color: #867d72; border: 0; font-weight: normal; text-transform: uppercase; } input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover { background-color: #e31818 !important; cursor: pointer; } /* ========================================================================== internet explorer ========================================================================== */ .lt-ie9 body { font-family: Arial, Helvetica, Verdana, sans-serif !important; font-weight: normal !important; } .lt-ie9 h1, .lt-ie9 h2, .lt-ie9 h3 { font-family: Arial, Helvetica, Verdana, sans-serif !important; font-weight: bold !important; } .lt-ie9 strong, .lt-ie9 b { font-family: Arial, Helvetica, Verdana, sans-serif !important; font-weight: bold !important; } .lt-ie9 em, .lt-ie9 i { font-family: Arial, Helvetica, Verdana, sans-serif !important; font-style: italic !important; } .lt-ie9 strong > i, .lt-ie9 strong > em, .lt-ie9 i > strong, .lt-ie9 em > strong { font-family: Arial, Helvetica, Verdana, sans-serif !important; font-style: italic !important; font-weight: bold !important; } /*****************************************************************************/ } @media only screen and (min-width: 1100px) { /*****************************************************************************/ div#logoBaublitzLayer { margin-left: 480px; } /*****************************************************************************/ } @media only screen and (min-resolution: 120dpi), only screen and (-webkit-min-device-pixel-ratio: 1.25) { /*****************************************************************************/ /*****************************************************************************/ }
@media only screen and (max-width: 1019px) { /*****************************************************************************/ /* PAGE AND LAYOUT WRAPPING */ div#layoutWrapper { min-width: 0px; height: auto; min-height: 0px; } /* HEADER */ div#headerFixedWrapper { position: relative; height: auto; border-top: 5px solid #867d72; } div#logoLayer { position: relative; left: 0px; margin-left: 0px; top: 0px; width: 100%; max-width: 240px; height: auto; padding: 25px; } div#logoLayer img { width: 100%; height: auto; } div#logoBaublitzLayer { left: auto; right: 20px; margin-left: 0px; } div#navigationLayer { position: relative; left: 0px; margin-left: 0px; bottom: auto; top: 0px; width: 100%; padding: 0 15px; } div#navigationLayer li:hover div.sub { display: block; } div#headerScrollWrapper { border-top: none; } div#galleryWrapper div.item div.typo { left: 25px; margin-left: 0px; } div#navigation2Wrapper { display: none; } /* BODY / CONTENT */ div#bodyWrapper { min-height: 0px; padding: 50px 25px; } div#contentLayer { position: relative; left: 0px; margin-left: 0px; width: 100%; } /* FOOTER */ div#footerWrapper { padding: 30px 25px 50px 25px; } div#contactLayer { position: relative; left: 0px; margin-left: 0px; width: 100%; } div#contactLayer .col1 { width: 49.999%; } div#contactLayer .col2 { width: 49.999%; } div#contactLayer .col3 { width: 100%; padding-top: 25px; } /* PROJECTS */ div.fancyboxGalleryWrapper { position: relative; right: 0px; top: 0px; } /*****************************************************************************/ } @media only screen and (max-width: 749px) { /*****************************************************************************/ /* 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; } div.sub p.w90 { width: 100% !important; } /* NAVIGATION */ div#navigationLayer { padding: 0px !important; padding-bottom: 25px !important; } div#navigationLayer div.sub { position: relative; left: 0px; top: 0px; width: 100%; min-width: 0px; border: none; padding: 10px 0px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } div#navigationLayer li:hover div.sub { display: none; } div#navigationLayer li.act div.sub { display: block; } .jsOK div#navigationLayer div.sub, .jsOK div#navigationLayer li.act div.sub { display: none; } div#navigationLayer div.sub div.arrow { display: none; } div#navigationLayer a, div#navigationLayer a:link, div#navigationLayer a:visited { float: none; width: 100%; padding: 5px 50px; border-bottom: none; } div#navigationLayer ul { display: block; /*overflow: hidden;*/ } div#navigationLayer ul li { float: none; display: block; } div#navigationLayer div.sub a, div#navigationLayer div.sub a:link, div#navigationLayer div.sub a:visited { font-size: 17px; line-height: 1.333em; letter-spacing: 1px; padding: 5px 80px; } /* GALLERY */ div#galleryWrapper { padding-bottom: 66.667%; } div#galleryWrapper div.item div.typo { font-size: 48px; line-height: 0.85em; } /* NEWS */ div.newsWrapper div.pict { width: 100%; } /*****************************************************************************/ } @media only screen and (max-width: 399px) { /*****************************************************************************/ div#galleryWrapper div.item div.typo { font-size: 32px; line-height: 0.85em; } div#navigationLayer a, div#navigationLayer a:link, div#navigationLayer a:visited, div#navigationLayer div.sub a, div#navigationLayer div.sub a:link, div#navigationLayer div.sub a:visited { font-size: 14px; line-height: 1.333em; } /*****************************************************************************/ } @media only screen and (min-resolution: 120dpi) and (max-width: 959px), only screen and (-webkit-min-device-pixel-ratio: 1.25) and (max-width: 959px) { /*****************************************************************************/ 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-title { position: absolute; right: 0px; bottom: 0px; width: auto; height: auto; background-color: #00489b; padding: 7px 20px; color: #fff; font-family: 'Expressway W00 Regular', 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: 75px; height: 75px; margin-top: -38px; } .fancybox-prev span { left: 20px; background-image: url('../images/main/gallery-arrow-left.png'); background-size: 75px 75px; } .fancybox-next span { right: 20px; background-image: url('../images/main/gallery-arrow-right.png'); background-size: 75px 75px; } .fancybox-close { top: -30px; right: -30px; width: 22px; height: 22px; background-image: url('../images/main/gallery-close.png'); background-size: 22px 22px; } .touchOK .fancybox-nav span { visibility: visible !important; display: block !important; } .touchOK .fancybox-prev { display: none; } .touchOK .fancybox-next { right: 0; width: 100%; } .touchOK .fancybox-prev span { background: none !important; } /*.touchOK .fancybox-next span { background: none !important; }*/ /*****************************************************************************/ } @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/gallery-arrow-left_x2.png'); } .fancybox-next span { background-image: url('../images/main/gallery-arrow-right_x2.png'); } .fancybox-close { background-image: url('../images/main/gallery-close_x2.png'); } /*****************************************************************************/ }
