/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2013 Fontspring
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:	  Mårten Nettelbladt
 * License URL: http://www.fontspring.com/fflicense/marten-nettelbladt
 *
 */
@font-face { font-family: 'misolight'; src: url('../7_fonts/miso-light-webfont.eot'); src: url('../7_fonts/miso-light-webfont.eot?#iefix') format('embedded-opentype'), url('../7_fonts/miso-light-webfont.woff') format('woff'), url('../7_fonts/miso-light-webfont.ttf') format('truetype'), url('../7_fonts/miso-light-webfont.svg#misolight') format('svg'); font-weight: normal; font-style: normal; } /* @font-face { font-family: 'misoregular'; src: url('../7_fonts/miso-regular-webfont.eot'); src: url('../7_fonts/miso-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../7_fonts/miso-regular-webfont.woff') format('woff'), url('../7_fonts/miso-regular-webfont.ttf') format('truetype'), url('../7_fonts/miso-regular-webfont.svg#misoregular') format('svg'); font-weight: normal; font-style: normal; } */ @font-face { font-family: 'misobold'; src: url('../7_fonts/miso-bold-webfont.eot'); src: url('../7_fonts/miso-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../7_fonts/miso-bold-webfont.woff') format('woff'), url('../7_fonts/miso-bold-webfont.ttf') format('truetype'), url('../7_fonts/miso-bold-webfont.svg#misobold') format('svg'); font-weight: normal; font-style: normal; } 
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */ /* ========================================================================== HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined in IE 8/9. */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } /** * Correct `inline-block` display not defined in IE 8/9. */ audio, canvas, video { display: inline-block; } /** * 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. * Hide the `template` element in IE, Safari, and Firefox < 22. */ [hidden], template { display: none; } /* ========================================================================== Base ========================================================================== */ /** * 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; } /* ========================================================================== Links ========================================================================== */ /** * Remove the gray background color from active links in IE 10. */ a { background: transparent; } /** * Address `outline` inconsistency between Chrome and other browsers. */ a:focus { outline: thin dotted; } /** * Improve readability when focused and also mouse hovered in all browsers. */ a:active, a:hover { outline: 0; } /* ========================================================================== Typography ========================================================================== */ /** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari 5, and Chrome. */ h1 { font-size: 2em; margin: 0.67em 0; } /** * Address styling not present in IE 8/9, Safari 5, and Chrome. */ abbr[title] { border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */ b, strong { font-weight: bold; } /** * Address styling not present in Safari 5 and Chrome. */ dfn { font-style: italic; } /** * Address differences between Firefox and other browsers. */ hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } /** * Address styling not present in IE 8/9. */ mark { background: #ff0; color: #000; } /** * Correct font family set oddly in Safari 5 and Chrome. */ code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; } /** * Improve readability of pre-formatted text in all browsers. */ pre { white-space: pre-wrap; } /** * Set consistent quote types. */ q { quotes: "\201C" "\201D" "\2018" "\2019"; } /** * 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. */ img { border: 0; } /** * Correct overflow displayed oddly in IE 9. */ svg:not(:root) { overflow: hidden; } /* ========================================================================== Figures ========================================================================== */ /** * Address margin not present in IE 8/9 and Safari 5. */ figure { margin: 0; } /* ========================================================================== Forms ========================================================================== */ /** * 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. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */ legend { border: 0; /* 1 */ padding: 0; /* 2 */ } /** * 1. Correct font family not being inherited in all browsers. * 2. Correct font size not being inherited in all browsers. * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */ button, input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ } /** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ button, input { line-height: normal; } /** * 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 Chrome, Safari 5+, and IE 8+. * Correct `select` style inheritance in Firefox 4+ and Opera. */ 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; } /** * 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 */ } /** * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome * on OS X. */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Remove inner padding and border in Firefox 4+. */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /** * 1. Remove default vertical scrollbar in IE 8/9. * 2. Improve readability and alignment in all browsers. */ textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ } /* ========================================================================== Tables ========================================================================== */ /** * Remove most spacing between table cells. */ table { border-collapse: collapse; border-spacing: 0; }
@media all { /*****************************************************************************/ /* ========================================================================== basics ========================================================================== */ * html body * { overflow: visible; } * html iframe, * html frame { overflow: auto; } html { height: 100%; } body { height: 100%; position: relative; /* Hintergrund */ background-color: #fff; /* Schrifteinstellungen */ font-family: 'misolight', Arial, Helvetica, Verdana, sans-serif; font-size: 100%; /* 16px */ color: #333; line-height: 1.5em; letter-spacing: 0; word-spacing: normal; text-align: left; text-decoration: none; } * { font-size: 100%; padding: 0; margin: 0; } /* ========================================================================== layers ========================================================================== */ /* PAGE AND LAYOUT WRAPPING */ div#pageWrapper { position: relative; width: 100%; height: auto; min-height: 100%; text-align: center; z-index: 1; } div#layoutWrapper { position: relative; width: 880px; height: auto; min-height: 100%; margin: auto; padding: 0 50px; text-align: left; z-index: 2; } /* HEADER */ div#headerWrapper { position: relative; width: 100%; height: 320px; z-index: 11; border: 1px solid transparent; } div#logoWrapper { position: relative; width: 100%; height: 130px; margin-top: 25px; margin-bottom: 25px; /*overflow: hidden;*/ z-index: 11; } div#logoMaskTypoLayer, div#logoMaskSymbolLayer { position: absolute; left: 0px; top: 0px; width: 880px; height: 130px; background-color: transparent; background-repeat: no-repeat; background-position: left top; z-index: 13; } div#logoMaskTypoLayer { background-image: url('../5_images/main/logo-mask-typo.png'); } div#logoMaskSymbolLayer { background-image: url('../5_images/main/logo-mask-symbol.png'); display: none; } div#logoColorLayer { position: absolute; left: 0px; top: 1px; width: 880px; height: 128px; background: #f3ca7b url('../5_images/main/logo-color.jpg') repeat-x 0px 0px; animation: animatedBackground 20s linear infinite; -ms-animation: animatedBackground 20s linear infinite; -moz-animation: animatedBackground 20s linear infinite; -webkit-animation: animatedBackground 20s linear infinite; z-index: 11; } div#animationTypoLayer, div#animationSymbolLayer { position: absolute; left: 50%; margin-left: -59px; top: 6px; width: 118px; height: 118px; background-color: transparent; background-repeat: no-repeat; background-position: left top; z-index: 15; } div#animationTypoLayer { background-image: url('../5_images/main/animation-impulszentrum-typo.gif'); } div#animationSymbolLayer { background-image: url('../5_images/main/animation-impulszentrum-symbol.gif'); display: none; } div#animationTypoLayer img, div#animationSymbolLayer img { width: 118px; height: 118px; } /* NAVIGATION */ div#navigationWrapper { position: relative; width: 100%; height: 139px; border-top: 1px solid #878787; overflow: hidden; z-index: 11; } div#navigationLayer { position: relative; width: 880px; height: 28px; } div.navigation2 { position: absolute; top: 30px; width: auto; max-width: 250px; height: auto; } div#navigation21Layer { left: 0px; } div#navigation22Layer { left: 100px; } div#navigation23Layer { left: 271px; } div#navigation24Layer { left: 423px; } div#navigation25Layer { left: 562px; } div#navigation26Layer { left: 702px; } div#navigation27Layer { left: 822px; } /* BODY / CONTENT */ div#bodyWrapper { position: relative; width: 100%; height: auto; padding: 0 0 50px 0; z-index: 11; } div#quoteWrapper { position: relative; width: 880px; height: 110px; background: transparent url('../5_images/main/quote-bg.gif') scroll no-repeat left top; margin-bottom: 30px; overflow: hidden; z-index: 11; } div#quoteWrapper div#quoteCrystalLayer { position: absolute; left: 50%; margin-left: -80px; top: 17px; width: 70px; height: 72px; background: transparent url('../5_images/main/quote-crystal.png') scroll no-repeat left top; z-index: 11; } div#quoteWrapper div#quoteTextLayer { position: absolute; left: 50%; margin-left: 10px; top: 0px; width: 400px; height: 110px; font-family: Georgia, Arial, Helvetica, Verdana, sans-serif; font-size: 14px; font-size: 0.875rem; font-weight: bold; color: #7d7a78; line-height: 1.25em; text-indent: -7px; z-index: 11; } div#quoteWrapper div#quoteTextLayer span { font-family: 'misolight', Arial, Helvetica, Verdana, sans-serif; font-size: 12px; font-size: 0.75rem; font-weight: normal; letter-spacing: 2px; text-transform: uppercase; } div#quoteWrapper div#quoteTextLayer table { width: 100%; margin: 0; } div#quoteWrapper div#quoteTextLayer table td { width: 100%; height: 110px; text-align: left; vertical-align: middle; } div#contentLayer { position: relative; font-size: 20px; font-size: 1.25rem; line-height: 1.2em; } div#contentLayer .intro { color: #825600; } /* HOME */ .homeOK div#headerWrapper { height: 240px; } .homeOK div#navigationWrapper { height: 28px; } .homeOK div#bodyWrapper { padding-bottom: 0px; } /*.homeOK div#contentLayer { height: 350px; }*/ .homeOK div#contentLayer div#homePortraitLayer { position: absolute; left: 80px; bottom: 0px; width: 300px; height: 420px; z-index: 11; } .homeOK div#contentLayer div#homeTextLayer { position: relative; left: 450px; width: 400px; height: auto; min-height: 325px; padding-bottom: 1.5em; /* font-family: Georgia, Arial, Helvetica, Verdana, sans-serif; font-size: 18px; font-size: 1.125rem; font-weight: normal; color: #333; line-height: 1.5em; */ z-index: 11; } .homeOK div#contentLayer div#homeTextLayer p, .homeOK div#contentLayer div#homeTextLayer ul { margin-bottom: 10px; } /* .homeOK div#contentLayer div#quoteLayer span { font-family: 'misolight', Arial, Helvetica, Verdana, sans-serif; font-size: 12px; font-size: 0.75rem; font-weight: normal; letter-spacing: 2px; text-transform: uppercase; text-align: right; } */ /* FOOTER */ div#footerWrapper { position: relative; width: 100%; height: 60px; border-top: 1px solid #878787; background: transparent url('../5_images/main/beratung-entwicklung-klang.gif') scroll no-repeat left top; z-index: 11; } /* GALLERY */ div#galleryWrapper { position: relative; width: 900px; height: auto; } div#galleryWrapper div.item { position: relative; width: 205px; height: 135px; margin: 0 20px 20px 0; float: left; } div#galleryWrapper div.item img { width: 205px; height: 135px; } /* ETC */ p.pict { margin-bottom: 20px; line-height: 0; } p.pict img { margin: 0; padding: 0; } /* ========================================================================== headlines ========================================================================== */ h1 { font-family: 'misolight', Arial, Helvetica, Verdana, sans-serif; font-size: 32px; font-size: 2.00rem; font-weight: normal; color: #333; line-height: 1.00em; margin: 0 0 0.50em 0; } h2 { font-family: 'misolight', Arial, Helvetica, Verdana, sans-serif; font-size: 24px; font-size: 1.50rem; font-weight: normal; color: #333; line-height: 1.00em; margin: 0 0 0.50em 0; } h3 { font-family: 'misobold', Arial, Helvetica, Verdana, sans-serif; font-size: 16px; font-size: 1.00rem; font-weight: normal; color: #333; line-height: 1.00em; margin: 0 0 0.50em 0; text-transform: uppercase; letter-spacing: 1px; } /* ========================================================================== links ========================================================================== */ a, a:link, a:visited { color: #333; text-decoration: underline; } a:hover, a:active, a:visited:hover, a:visited:active { color: #825600; } div#navigationLayer a, div#navigationLayer a:link, div#navigationLayer a:visited { display: block; float: left; width: auto; } div.navigation2 a, div.navigation2 a:link, div.navigation2 a:visited { color: #878787; font-size: 16px; font-size: 1.00rem; font-weight: normal; line-height: 0.9em; letter-spacing: 1px; text-decoration: none !important; text-transform: uppercase; display: block; width: auto; padding: 1px 0px; } div.navigation2 a:hover, div.navigation2 a:active, div.navigation2 a:visited:hover, div.navigation2 a:visited:active { color: #333 !important; } div.navigation2 a.act, div.navigation2 a.act:link, div.navigation2 a.act:visited, div.navigation2 a.act:hover, div.navigation2 a.act:active, div.navigation2 a.act:visited:hover, div.navigation2 a.act:visited:active { color: #333 !important; } /* ========================================================================== lists ========================================================================== */ ul, ol, dl { position: relative; margin: 0 0 1.5em 0; } ul { list-style-type: disc; list-style-position: outside; margin-left: 15px; } ol { list-style-type: decimal; list-style-position: outside; margin-left: 15px; } div#contentLayer ul { list-style-type: none; list-style-position: outside; margin-left: 0px; } div#contentLayer ul li { padding-left: 15px; background: #fff url('../5_images/main/list-item.gif') scroll no-repeat left 10px; } ul.distance li { padding-bottom: 0.5em; } /* LIST NAVIGATION HORIZONTAL */ div#navigationLayer ul { list-style-type: none; list-style-position: outside; display: inline; margin: 0px; overflow: hidden; width: 880px; } div#navigationLayer ul li { float: left; display: inline-block; } div#navigationLayer ul li#item1 { width: 100px; } div#navigationLayer ul li#item2 { width: 171px; } div#navigationLayer ul li#item3 { width: 152px; } div#navigationLayer ul li#item4 { width: 139px; } div#navigationLayer ul li#item5 { width: 140px; } div#navigationLayer ul li#item6 { width: 120px; } div#navigationLayer ul li#item7 { width: 58px; } /* LIST NAVIGATION VERTICAL */ div.navigation2 ul { width: auto; list-style-type: none; list-style-position: outside; margin: 0; } div.navigation2 ul li { width: 100%; margin: 0; } /* ========================================================================== basic configuration ========================================================================== */ .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 { position: relative; width: 100%; height: 2.00em; background-color: transparent; } hr, div.ruler { position: relative; width: 100%; height: 12px; background: transparent url('../5_images/main/line-separator.png') scroll no-repeat center center; margin: 2.0em 0; border: 0; } .alignLeft { text-align: left !important; } .alignCenter { text-align: center !important; } .alignRight { text-align: right !important; } .alert { font-weight: bold; color: #c00; } .topZero { margin-top: 0 !important; } .topSingle { margin-top: 1.5em !important; } .topDouble { margin-top: 2.4em !important; } .bottomZero { margin-bottom: 0 !important; } .bottomSingle { margin-bottom: 1.5em !important; } .bottomDouble { 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.0em 0; } .p { margin: 0 0 1.0em 0; } .first { margin-top: 0em; } p.listTitle { font-weight: normal; margin-bottom: 5px; } table { border-width: 0; margin: 0 0 1.5em 0; border-collapse: collapse; empty-cells: hide; } th, td { background-color: transparent; } table p, table ul, table ol { margin-bottom: 0; } img { border: 0; } .subcolumns img { margin-top: 5px; } figure, figcaption { display: block; } strong, b { font-weight: bold; } em, i { font-style: italic; } strong, b { color: #825600; font-weight: normal; font-family: 'misolight', 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; } .c15l, .c18l, .c20l, .c25l, .c30l, .c33l, .c35l, .c38l, .c40l, .c45l, .c48l, .c50l, .c52l, .c55l, .c60l, .c62l, .c65l, .c66l, .c70l, .c75l, .c80l, .c82l, .c85l { float: left; } .c15r, .c18r, .c20r, .c25r, .c30r, .c33r, .c35r, .c38r, .c40r, .c45r, .c48r, .c50r, .c52r, .c55r, .c60r, .c62r, .c65r, .c66r, .c70r, .c75r, .c80r, .c82r, .c85r { float: right; margin-left: 0px; } .c15l, .c15r { width: 14.999%; } .c18l, .c18r { width: 17.999%; } .c20l, .c20r { width: 19.999%; } .c25l, .c25r { width: 24.999%; } .c30l, .c30r { width: 29.999%; } .c33l, .c33r { width: 33.333%; } .c35l, .c35r { width: 34.999%; } .c38l, .c38r { width: 38.199%; } .c40l, .c40r { width: 39.999%; } .c45l, .c45r { width: 44.999%; } .c48l, .c48r { width: 47.999%; } .c50l, .c50r { width: 49.999%; } .c52l, .c52r { width: 51.999%; } .c55l, .c55r { width: 54.999%; } .c60l, .c60r { width: 59.999%; } .c62l, .c62r { width: 61.799%; } .c65l, .c65r { width: 64.999%; } .c66l, .c66r { width: 66.666%; } .c70l, .c70r { width: 69.999%; } .c75l, .c75r { width: 74.999%; } .c80l, .c80r { width: 79.999%; } .c82l, .c82r { width: 81.999%; } .c85l, .c85r { width: 84.999%; } .subcl { padding-right: 10px; } .subcr { padding-left: 10px; } .subc { padding-left: 10px; padding-right: 10px; } * html .c15l, * html .c18l, * html .c20l, * html .c25l, * html .c30l, * html .c33l, * html .c35l, * html .c38l, * html .c40l, * html .c45l, * html .c48l, * html .c50l, * html .c52l, * html .c55l, * html .c60l, * html .c62l, * html .c65l, * html .c66l, * html .c70l, * html .c75l, * html .c80l, * html .c82l, * html .c85l, * html .c15r, * html .c18r, * html .c20r, * html .c25r, * html .c30r, * html .c33r, * html .c35r, * html .c38r, * html .c40r, * html .c45r, * html .c48r, * html .c50r, * html .c52r, * html .c55r, * html .c60r, * html .c62r, * html .c65r, * html .c66r, * html .c70r, * html .c75r, * html .c80r, * html .c82r, * html .c85r { display: inline; } /* * html .subcolumns .subcl, * html .subcolumns .subcr { word-wrap: break-word; overflow: hidden; } */ /* ========================================================================== forms ========================================================================== */ /* FORM GENERAL SETTINGS */ form { overflow: hidden; } fieldset { border: 0; } .formInputset { margin: 0 0 0.5em 0; display: block; clear: both; } .formInputsetIndent { padding-left: 120px; } .formInputsetDistance { margin-bottom: 1.5em; } select, input, textarea { font-family: 'misolight', Arial, Helvetica, Verdana, sans-serif; } div#formWrapper { position: relative; } div#formLayer { position: relative; width: 100%; display: none; } div#formInfoLayer { position: relative; width: 100%; margin-bottom: 1.5em; display: none; } div#formStatusLayer { position: relative; width: 100%; margin-bottom: 1.5em; } /* LABEL */ label { width: 120px; height: auto; padding-top: 2px; float: left; text-align: left; } /* INPUT TEXT and TEXTAREA */ input[type=text], input[type=password] { width: 280px; border: 1px #333 solid; background-color: #fff; padding: 2px 5px; color: #000; } input[type=text].w25 { width: 70px !important; } input[type=text].w50 { width: 140px !important; } input[type=text].w75 { width: 210px !important; } textarea { width: 280px; height: 100px; border: 1px #333 solid; background-color: #fff; padding: 2px 5px; color: #333; } textarea.wMax { width: 400px !important; } input[type=text]:focus, input[type=text]:active, input[type=password]:focus, input[type=password]:active, textarea:focus, textarea:active { background-color: #fff; color: #333; font-weight: normal; border-color: #825600; } /* INPUT SELECT, RADIO and CHECKBOX */ select { width: 310px; } select option { padding: 0 5px; } select.w25 { width: 85px !important; } select.w50 { width: 160px !important; } select.w75 { width: 235px !important; } select.mini { width: 20px !important; } input[type=radio], input[type=checkbox] { margin-right: 5px; } /* INPUT BUTTONS */ input[type=submit], input[type=reset] { padding: 2px 12px; background-color: #fff; color: #333; border: 1px solid #333; } input[type=submit]:hover, input[type=reset]:hover { border-color: #fff; background-color: #825600; color: #fff; cursor: pointer; } /* CAPTCHA */ img.captcha { width: 140px; height: 40px; } /* ========================================================================== internet explorer ========================================================================== */ /*.lt-ie8 div#logoLayer { border: 10px solid red; }*/ .lt-ie9 body { font-family: Arial, Helvetica, Verdana, sans-serif !important; font-weight: normal !important; } .lt-ie9 strong, .lt-ie9 b { font-weight: bold; } .lt-ie9 em, .lt-ie9 i { font-style: italic; } .lt-ie9 strong > i, .lt-ie9 strong > em, .lt-ie9 i > strong, .lt-ie9 em > strong { font-style: italic; font-weight: bold; } /*****************************************************************************/ } /* @keyframes animatedBackground { from { background-position: 0 0; } to { background-position: 100% 0; } } @-webkit-keyframes animatedBackground { from { background-position: 0 0; } to { background-position: 100% 0; } } @-ms-keyframes animatedBackground { from { background-position: 0 0; } to { background-position: 100% 0; } } @-moz-keyframes animatedBackground { from { background-position: 0 0; } to { background-position: 100% 0; } } */
/*! 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('../x_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('../x_fancybox/fancybox_loading.gif') center center no-repeat; } .fancybox-close { position: absolute; top: -25px; right: -22px; width: 20px; height: 23px; background: transparent url('../x_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('../x_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: 12px; /*background-position: 0 -36px;*/ background-image: url('../x_fancybox/buttons-default/arrow-left.png'); } .fancybox-next span { right: 12px; /*background-position: 0 -72px;*/ background-image: url('../x_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('../x_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); }
