/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */ html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; } /** * Add the correct display in IE 9-. */ article, aside, footer, header, nav, section { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */ figcaption, figure, main { /* 1 */ display: block; } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * 1. Remove the bottom border in Chrome 57- and Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], /* 1 */ [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */ details, /* 1 */ menu { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Scripting ========================================================================== */ /** * Add the correct display in IE 9-. */ canvas { display: inline-block; } /** * Add the correct display in IE. */ template { display: none; } /* Hidden ========================================================================== */ /** * Add the correct display in IE 10-. */ [hidden] { display: none; }
@media only screen { /*****************************************************************************/ /* COLORS: _ red: #75160f FONTS: font-family: 'Inknut Antiqua', serif; font-weight: 400 font-family: 'Open Sans', sans-serif; font-weight: 400/600 */ /* ========================================================================== BASICS ========================================================================== */ * html body * { overflow: visible; } * html iframe, * html frame { overflow: auto; } html, body { position: absolute; min-width: 100%; min-height: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { background-color: #fff; font-size: 0; line-height: 0; color: #000; -moz-font-feature-settings: "liga=0"; -moz-font-feature-settings: "liga" 0; -webkit-font-variant-ligatures: no-common-ligatures; font-variant-ligatures: no-common-ligatures; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; } * { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; padding: 0; margin: 0; font-family: 'Open Sans', sans-serif; font-size: 100%; } ::selection { color: #fff; background-color: #000; } ::-moz-selection { color: #fff; background-color: #000; } /* ========================================================================== LAYOUT ========================================================================== */ /* HEADER */ body > header { position: fixed; width: 100%; height: 50px; margin: auto; background-color: #75160f; /* -webkit-box-shadow: 0px 3px 10px rgba(51,51,51,0.5); -moz-box-shadow: 0px 3px 10px rgba(51,51,51,0.5); box-shadow: 0px 3px 10px rgba(51,51,51,0.5); */ z-index: 21; } body > header > div#logoLayer { position: absolute; left: 100px; top: 100%; margin-top: 100px; width: 240px; height: auto; /* -webkit-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; -o-transform-origin: 0% 0%; transform-origin: 0% 0%; transform: scale(1,1); -webkit-transition-duration: 0.1s; transition-duration: 0.1s; */ z-index: 23; } body > header > div#logoLayer img { width: 100%; max-width: 240px; height: auto; } body.jsNO > header > div#logoLayer, body > header > div#logoLayer.small { /* top: 6px; margin-top: 0; transform: scale(0.5,0.5); -webkit-transition-duration: 0.1s; transition-duration: 0.1s; */ left: -60px; top: 6px; margin-top: 0; width: 240px; height: 38px; overflow: hidden; } body.jsNO > header > div#logoLayer img, body > header > div#logoLayer.small img { width: 120px !important; } body > header > nav#main { position: absolute; left: 0; bottom: 0; width: 100%; height: auto; z-index: 22; } body > header > nav#language { position: absolute; right: 13px; top: 0; width: auto; height: auto; z-index: 24; } /* CONTENT */ body > main { position: relative; width: 100%; height: auto; padding-top: 50px; z-index: 11; } body > main > section { position: relative; width: 100%; text-align: center; background: #fafaf0 url() scroll no-repeat center top; background-size: cover; z-index: 12; } body > main > section.bgColor1 { background-color: #fafaf0; } body > main > section.bgColor2 { background-color: #75160f; } body > main > section.header.fixed { position: fixed; left: 0; top: 50px; z-index: 11; } body > main > section > div.content { width: 100%; max-width: 900px; margin: auto; padding: 50px 0; font-size: 18px; line-height: 1.667em; text-align: center; color: #75160f; } /*body > main > section.bgColor2 > div.content { color: #fafaf0; }*/ body > main > section.bgColor2 > div.content { padding: 100px 0; } body > main > section > div.content > p:last-child, body > main > section > div.content > ul:last-child { margin-bottom: 0; } body > main > section > div.arrow { position: absolute; left: 200px; top: -40px; width: 40px; height: 40px; background: transparent url('../images/main/arrow-content.png') scroll no-repeat center center; background-size: cover; z-index: 12; } body > main > section > div.arrow:hover { cursor: pointer; } /* FOOTER */ body > footer { position: relative; width: 100%; height: auto; margin: auto; padding: 45px 0 65px 0; background-color: #190d08; text-align: center; z-index: 21; } body > footer.fixed { position: fixed; left: 0; bottom: 0; } body > footer > div#addressWrapper { position: relative; width: 100%; max-width: 1180px; height: auto; margin: auto; font-size: 14px; line-height: 1.5em; color: #fff; text-align: left; z-index: 21; } body > footer > div#addressWrapper > div { position: relative; display: inline-block; width: auto; vertical-align: top; padding-right: 100px; } /* ========================================================================== CONTENT ========================================================================== */ /* GALLERY */ div.galleryWrapper { position: relative; width: 100%; height: 0; padding-bottom: 60%; margin: auto; text-align: left; overflow: hidden; z-index: 11; } div.galleryWrapper div.galleryPictsWrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 12; } div.galleryWrapper div.galleryPictsWrapper.over { cursor: pointer; } div.galleryWrapper div.galleryPictsWrapper div.item { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent url() scroll no-repeat center center; background-size: cover; opacity: 0; z-index: 12; } div.galleryWrapper div.galleryPictsWrapper div.item:first-child { opacity: 1; } div.galleryWrapper div.galleryPictsWrapper div.item.act { z-index: 13; } div.galleryWrapper div.galleryPictsWrapper div.item div.text { display: none; } div.galleryWrapper div.galleryDotsWrapper { position: absolute; display: none; left: 0; bottom: 50px; width: 100%; height: auto; text-align: center; z-index: 15; } div.galleryWrapper div.galleryDotsWrapper div.item { position: relative; display: inline-block; width: 20px; height: 20px; /* background: transparent url('../images/main/gallery-dot.png') scroll no-repeat center center; background-size: 10px 10px; */ background-color: #fafaf0; margin: 0 3px; opacity: 0.25; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } div.galleryWrapper div.galleryDotsWrapper div.item.over { opacity: 1 !important; cursor: pointer; } div.galleryWrapper div.galleryArrow { position: absolute; top: 0; width: 50%; height: 100%; background-repeat: no-repeat; background-size: 40px 40px; z-index: 14; } div.galleryWrapper div.galleryArrow.over { cursor: pointer; } div.galleryWrapper div.galleryArrowLeft { left: 0; } .touchOK div.galleryWrapper div.galleryArrowLeft, div.galleryWrapper div.galleryArrowLeft:hover { background-image: url('../images/main/arrow-gallery-left.png'); background-position: left 40px top 66.667%; } div.galleryWrapper div.galleryArrowRight { right: 0; } .touchOK div.galleryWrapper div.galleryArrowRight, div.galleryWrapper div.galleryArrowRight:hover { background-image: url('../images/main/arrow-gallery-right.png'); background-position: right 40px top 66.667%; } /*.touchOK div.galleryWrapper div.galleryArrow:hover { background-image: none; }*/ /* LIGHTBOX */ div.lightboxWrapper { position: relative; width: 100%; height: 0; padding-bottom: 100%; } div.lightboxWrapper > div.pswpGallery { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; z-index: 11; } div.lightboxWrapper > div.pswpGallery figure { position: absolute; display: none; left: 0; top: 0; width: 100%; height: 100%; margin: 0; padding: 0; font-size: 0; line-height: 0; background: transparent url('') scroll no-repeat center center; background-size: cover; z-index: 11; } div.lightboxWrapper > div.pswpGallery figure:nth-child(1) { display: block; } div.lightboxWrapper > div.pswpGallery figure a { display: block; width: 100%; height: 100%; overflow: hidden; } div.lightboxWrapper > div.pswpGallery figure img { width: 100%; height: 100%; } div.lightboxWrapper > div.pswpGallery figure figcaption { display: none; } /* INFOBOX */ div.infoboxWrapper { position: relative; width: 100%; margin: auto; } div.infoboxWrapper > div.item { position: relative; width: 100%; margin-bottom: 30px; background-color: #fafaf0; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; overflow: hidden; } div.infoboxWrapper > div.item:last-child { margin-bottom: 0; } div.infoboxWrapper > div.item > div.pict { position: relative; float: left; width: 33.33333%; font-size: 0; line-height: 0; } div.infoboxWrapper > div.item > div.text { position: relative; float: right; width: 66.66667%; padding: 40px 20px; text-align: left; color: #75160f; } div.infoboxWrapper > div.item > div.text > p:last-child { margin-bottom: 0; } /* FORM */ div.formWrapper { padding: 40px; background-color: #fafaf0; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; overflow: hidden; margin: auto; } div.formWrapper > form { margin-bottom: 0; } /* GOOGLE MAPS */ .mapWrapper { position: relative; width: 100%; height: 0; padding-bottom: 60%; overflow: hidden; } .jsNO .mapWrapper { display: none; } .mapWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; border: 0; pointer-events: none; } /* VIDEO 16:9 */ .videoWrapper { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; /* 16:9 */ padding-top: 0; background-color: #333; overflow: hidden; } .jsNO .videoWrapper { display: none; } .videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; border: 0; } /* ETC */ .jsOK img.grayscale { -webkit-filter: grayscale(100%); filter: grayscale(100%); } .textColorRed { color: #75160f; } /* ========================================================================== HEADLINES ========================================================================== */ h1, h2 { font-family: 'Inknut Antiqua', serif; font-weight: 400; font-size: 30px; line-height: 1em; margin: 0 0 0.667em 0; text-transform: none; } h2 { font-size: 20px; line-height: 1.5em; } /* ========================================================================== LINKS ========================================================================== */ a, a:link, a:visited { color: #75160f; text-decoration: underline; } a:hover, a:active, a:visited:hover, a:visited:active { color: #000; } a.arrow, a.arrow:link, a.arrow:visited { text-decoration: none; background: transparent url('../images/main/arrow-link-red.png') scroll no-repeat left center; background-size: 6px 10px; padding-left: 12px; font-size: 14px; line-height: 1.5em; text-transform: uppercase; } a.arrow:hover, a.arrow:active, a.arrow:visited:hover, a.arrow:visited:active { color: #75160f; text-decoration: underline; } body > footer a, body > footer a:link, body > footer a:visited { color: #fff; text-decoration: none; } body > footer a:hover, body > footer a:active, body > footer a:visited:hover, body > footer a:visited:active { color: #fff; text-decoration: underline; } /* ========================================================================== LISTS ========================================================================== */ ul, ol, dl { position: relative; margin: 0 0 1.5em 0; } ul { list-style-type: disc; list-style-position: outside; margin-left: 28px; } ol { list-style-type: decimal; list-style-position: outside; margin-left: 28px; } ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; } /* NO BULLETS */ ul.bulletsNO, ul.dotsNO { list-style-type: none; list-style-position: inside; margin-left: 0; } ul.bulletsNO li, ul.dotsNO li { padding-left: 0 !important; background: none !important; } /* ========================================================================== NAVIGATION ========================================================================== */ /* LIST NAVIGATION HORIZONTAL */ nav#language ul, nav#main ul { list-style-type: none; list-style-position: outside; display: inline-block; margin: 0; overflow: hidden; width: 100%; } nav#language ul li, nav#main ul li { display: inline-block; padding: 0; } /* LINKS */ nav#language > ul > li > a, nav#language > ul > li > a:link, nav#language > ul > li > a:visited, nav#main > ul > li > a, nav#main > ul > li > a:link, nav#main > ul > li > a:visited { display: block; width: auto; font-weight: 600; font-size: 16px; line-height: 1em; color: #fff; letter-spacing: 0; text-decoration: none !important; text-transform: uppercase; padding: 16px 15px; opacity: 0.5; } nav#language > ul > li > a, nav#language > ul > li > a:link, nav#language > ul > li > a:visited { font-size: 12px; line-height: 1em; padding: 6px 6px; } nav#language > ul > li > a:hover, nav#language > ul > li > a:active, nav#language > ul > li > a:visited:hover, nav#language > ul > li > a:visited:active, nav#main > ul > li > a:hover, nav#main > ul > li > a:active, nav#main > ul > li > a:visited:hover, nav#main > ul > li > a:visited:active { opacity: 1 !important; } nav#language > ul > li.act a, nav#language > ul > li.act a:link, nav#language > ul > li.act a:visited, nav#language > ul > li.act a:hover, nav#language > ul > li.act a:active, nav#language > ul > li.act a:visited:hover, nav#language > ul > li.act a:visited:active, nav#main > ul > li.act a, nav#main > ul > li.act a:link, nav#main > ul > li.act a:visited, nav#main > ul > li.act a:hover, nav#main > ul > li.act a:active, nav#main > ul > li.act a:visited:hover, nav#main > ul > li.act a:visited:active { opacity: 1 !important; } /* ========================================================================== GENERAL ========================================================================== */ .viewMobileOnly { display: none; } .viewDesktopOnly { display: block; } .jsNO .jsNO { display: block; } .jsOK .jsNO { display: none; } .jsNO .jsOK { display: none; } .jsOK .jsOK { 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; } .wrapNO { white-space: nowrap; } .fontNO { font-size: 0; line-height: 0; } .hyphen { hyphens: auto; word-wrap: break-word; } hr { width: 100%; max-width: 500px; border: 0; /* Firefox und Opera */ border-top: 1px solid #dfccc3; border-bottom: transparent; margin: 1.25em auto 1.25em auto; } .subcolumns hr { width: calc(100% - 20px); } hr.invisible { background: none; } div.distance, div.space { position: relative; width: 100%; height: 25px; overflow: hidden; background-color: transparent; } div.space5 { height: 5px; } div.space10 { height: 10px; } div.space15 { height: 15px; } div.space20 { height: 20px; } div.space25 { height: 25px; } div.space30 { height: 30px; } div.space35 { height: 35px; } div.space40 { height: 40px; } div.space45 { height: 45px; } div.space50 { height: 50px; } .textAlignLeft { text-align: left !important; } .textAlignCenter { text-align: center !important; } .textAlignRight { text-align: right !important; } .textAlignBlock { text-align: justify !important; } .textCaseUpper { text-transform: uppercase !important; } .textCaseLower { text-transform: lowercase !important; } .alert { font-weight: 700; 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; } .w10 { width: 9.999% !important; } .w15 { width: 14.999% !important; } .w20 { width: 19.999% !important; } .w25 { width: 24.999% !important; } .w30 { width: 29.999% !important; } .w33 { width: 33.333% !important; } .w35 { width: 34.999% !important; } .w38 { width: 37.999% !important; } .w40 { width: 39.999% !important; } .w45 { width: 44.999% !important; } .w50 { width: 49.999% !important; } .w55 { width: 54.999% !important; } .w60 { width: 59.999% !important; } .w65 { width: 55.999% !important; } .w66 { width: 66.666% !important; } .w70 { width: 69.999% !important; } .w75 { width: 74.999% !important; } .w80 { width: 79.999% !important; } .w85 { width: 84.999% !important; } .w90 { width: 89.999% !important; } p, .p { margin: 0 0 0.75em 0; } p.pict { font-size: 0; line-height: 0; margin: 0; padding: 0; } table { position: relative; width: 100%; border-width: 0; margin: 0 0 1.333em 0; border-collapse: collapse; empty-cells: hide; } th, td { background-color: transparent; vertical-align: top; } /*table p, table ul, table ol { margin-bottom: 0; }*/ figure, figcaption { display: block; width: 100%; margin: 0; font-size: 0; line-height: 0; } img { border: 0; height: auto; max-width: 100%; } strong, b { font-weight: 600; } em, i { font-style: italic; } pre, code { font-family: "Courier New", Courier, monospace; } address { font-style: normal; margin: 0 0 1.5em 0; } acronym, abbr { letter-spacing: 0.07em; border-bottom: 1px dashed #000; cursor: help; } blockquote, cite { margin: 0 0 1.5em 1.5em; width: auto; } sup, sub { font-size: 75%; position: relative; height: 0; line-height: 1; vertical-align: baseline; } sup { bottom: 1ex; } sub { top: .5ex; } iframe { margin-bottom: 1.5em; border: 0; } /* ========================================================================== SUBCOLUMNS ========================================================================== */ div.subcolumns { position: relative; left: -20px; width: calc(100% + 20px); height: auto; } div.subcolumns > div.col { position: relative; padding-left: 20px; } div.subcolumns > div.col.left { float: left; } div.subcolumns > div.col.right { float: right; } div.subcolumns > div.col > p:last-child, div.subcolumns > div.col > ul:last-child, div.subcolumns > div.col > table:last-child { margin-bottom: 0; } div.subcolumns > div.col.c1 { width: 8.33333%; } div.subcolumns > div.col.c2 { width: 16.66667%; } div.subcolumns > div.col.c3 { width: 25%; } div.subcolumns > div.col.c4 { width: 33.33333%; } div.subcolumns > div.col.c5 { width: 41.66667%; } div.subcolumns > div.col.c6 { width: 50%; } div.subcolumns > div.col.c7 { width: 58.33333%; } div.subcolumns > div.col.c8 { width: 66.66667%; } div.subcolumns > div.col.c9 { width: 75%; } div.subcolumns > div.col.c10 { width: 83.33333%; } div.subcolumns > div.col.c11 { width: 91.66667%; } div.subcolumns > div.col.c12 { width: 100%; } div.subcolumns > div.col.marginLeft1 { margin-left: 8.33333%; } div.subcolumns > div.col.marginLeft2 { margin-left: 16.66667%; } div.subcolumns > div.col.marginLeft3 { margin-left: 25%; } div.subcolumns > div.col.marginLeft4 { margin-left: 33.33333%; } div.subcolumns > div.col.marginLeft5 { margin-left: 41.66667%; } div.subcolumns > div.col.marginLeft6 { margin-left: 50%; } div.subcolumns > div.col.marginLeft7 { margin-left: 58.33333%; } div.subcolumns > div.col.marginLeft8 { margin-left: 66.66667%; } div.subcolumns > div.col.marginLeft9 { margin-left: 75%; } div.subcolumns > div.col.marginLeft10 { margin-left: 83.33333%; } div.subcolumns > div.col.marginLeft11 { margin-left: 91.66667%; } div.subcolumns > div.col.marginLeft12 { margin-left: 100%; } div.subcolumns > div.col.marginRight1 { margin-right: 8.33333%; } div.subcolumns > div.col.marginRight2 { margin-right: 16.66667%; } div.subcolumns > div.col.marginRight3 { margin-right: 25%; } div.subcolumns > div.col.marginRight4 { margin-right: 33.33333%; } div.subcolumns > div.col.marginRight5 { margin-right: 41.66667%; } div.subcolumns > div.col.marginRight6 { margin-right: 50%; } div.subcolumns > div.col.marginRight7 { margin-right: 58.33333%; } div.subcolumns > div.col.marginRight8 { margin-right: 66.66667%; } div.subcolumns > div.col.marginRight9 { margin-right: 75%; } div.subcolumns > div.col.marginRight10 { margin-right: 83.33333%; } div.subcolumns > div.col.marginRight11 { margin-right: 91.66667%; } div.subcolumns > div.col.marginRight12 { margin-right: 100%; } div.subcolumns > div.col.paddingLeft1 { padding-left: 8.33333%; } div.subcolumns > div.col.paddingLeft2 { padding-left: 16.66667%; } div.subcolumns > div.col.paddingLeft3 { padding-left: 25%; } div.subcolumns > div.col.paddingLeft4 { padding-left: 33.33333%; } div.subcolumns > div.col.paddingLeft5 { padding-left: 41.66667%; } div.subcolumns > div.col.paddingLeft6 { padding-left: 50%; } div.subcolumns > div.col.paddingLeft7 { padding-left: 58.33333%; } div.subcolumns > div.col.paddingLeft8 { padding-left: 66.66667%; } div.subcolumns > div.col.paddingLeft9 { padding-left: 75%; } div.subcolumns > div.col.paddingLeft10 { padding-left: 83.33333%; } div.subcolumns > div.col.paddingLeft11 { padding-left: 91.66667%; } div.subcolumns > div.col.paddingLeft12 { padding-left: 100%; } div.subcolumns > div.col.paddingRight1 { padding-right: 8.33333%; } div.subcolumns > div.col.paddingRight2 { padding-right: 16.66667%; } div.subcolumns > div.col.paddingRight3 { padding-right: 25%; } div.subcolumns > div.col.paddingRight4 { padding-right: 33.33333%; } div.subcolumns > div.col.paddingRight5 { padding-right: 41.66667%; } div.subcolumns > div.col.paddingRight6 { padding-right: 50%; } div.subcolumns > div.col.paddingRight7 { padding-right: 58.33333%; } div.subcolumns > div.col.paddingRight8 { padding-right: 66.66667%; } div.subcolumns > div.col.paddingRight9 { padding-right: 75%; } div.subcolumns > div.col.paddingRight10 { padding-right: 83.33333%; } div.subcolumns > div.col.paddingRight11 { padding-right: 91.66667%; } div.subcolumns > div.col.paddingRight12 { padding-right: 100%; } .columns-2 { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 20px; -moz-column-gap: 20px; column-gap: 20px; } .columns-3 { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; -webkit-column-gap: 20px; -moz-column-gap: 20px; column-gap: 20px; } /* ========================================================================== FORMS ========================================================================== */ /* FORM GENERAL SETTINGS */ div.formWrapper { position: relative; width: 100%; max-width: 400px; text-align: left; } form { position: relative; overflow: hidden; width: 100%; /*max-width: 400px;*/ /*margin: auto;*/ } /*form div.message { font-weight: 600; }*/ form div.message { padding-bottom: 20px; } fieldset { border: 0; } div.formInputset { position: relative; margin: 0 0 1.333em 0; display: block; clear: both; } div.formInputset > * { vertical-align: top; } /* LABEL */ label { display: inline-block; display: none; width: 150px; height: auto; } /* INPUT TEXT and TEXTAREA */ input[type=text], input[type=password], textarea { /* width: calc(100% - 150px); max-width: 400px; */ width: 100%; padding: 10px 10px; border: 1px solid #eceae0; background-color: #eceae0; color: #75160f; text-align: left; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } textarea { height: 200px; } input[type=text]:focus, input[type=text]:active, input[type=password]:focus, input[type=password]:active, textarea:focus, textarea:active { border-color: #75160f; background-color: #fafaf0; color: #75160f; } input[type=text].default, input[type=password].default, textarea.default { color: #ccc; } /* INPUT SELECT, RADIO and CHECKBOX */ select { width: calc(100% - 100px); } select.wAuto { width: auto; } select option { padding: 0 5px; } input[type=radio], input[type=checkbox] { margin-right: 5px; } input[type=radio] { margin-left: 2px; } /* INPUT BUTTONS */ input[type=button], input[type=submit], input[type=reset] { width: 100%; padding: 6px 12px; border: 1px solid #75160f; background-color: #75160f; color: #fafaf0; /* border: 1px solid #fafaf0; background-color: #fafaf0; color: #75160f; */ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover { /* border-color: #75160f; background-color: #75160f; color: #fafaf0; */ cursor: pointer; } /*****************************************************************************/ }
@media only screen and (max-width: 1219px) { /*****************************************************************************/ /* FOOTER */ body > footer > div#addressWrapper > div { width: 33.33333%; padding: 0 20px; } /*****************************************************************************/ } @media only screen and (max-width: 939px) { /*****************************************************************************/ /* HEADER */ body > header > div#logoLayer { left: 40px; margin-top: 40px; width: 160px; height: auto; } nav#main > ul > li > a, nav#main > ul > li > a:link, nav#main > ul > li > a:visited { font-size: 14px; line-height: 1em; /*padding: 18px 5px;*/ padding: 24px 5px 12px 5px; } /* CONTENT */ body > main > section > div.content { max-width: none; padding: 50px 20px !important; } body > main > section > div.arrow { left: 100px; } /*****************************************************************************/ } @media only screen and (max-width: 729px) { /*****************************************************************************/ /* HEADER */ body > header > div#logoLayer.small { display: none !important; } /*nav#main > ul > li > a, nav#main > ul > li > a:link, nav#main > ul > li > a:visited { padding: 24px 5px 12px 5px; }*/ /*****************************************************************************/ } @media only screen and (max-width: 619px) { /*****************************************************************************/ /* HEADER */ body > header { position: relative; height: auto; } body > header > div#logoLayer { position: relative; left: 0 !important; top: 0 !important; margin-top: 0; width: 100% !important; height: auto !important; padding: 20px; background-color: #190d08; text-align: center; } body > header > div#logoLayer.small { display: block !important; } body > header > div#logoLayer.small img { width: 240px !important; } body > header > nav#main { position: relative; bottom: auto; top: 0; padding: 20px; } body > header > nav#language { right: 0; top: 18px; } nav#language ul, nav#main ul { display: block; } nav#language ul li, nav#main ul li { display: block; } nav#main > ul > li > a, nav#main > ul > li > a:link, nav#main > ul > li > a:visited { padding: 4px 5px; } nav#language > ul > li > a, nav#language > ul > li > a:link, nav#language > ul > li > a:visited { padding: 3px 20px; } /* CONTENT */ body > main { padding-top: 0 !important; } body > main > section.bgColor2 > div.content { padding: 0 !important; } /*body > main > section > div.content { padding: 50px 20px; }*/ body > main > section > div.arrow { display: none; } /* CONTENT: GALLERY */ div.galleryWrapper { padding-bottom: 75% !important; } div.galleryWrapper div.galleryDotsWrapper { bottom: 10px; } div.galleryWrapper div.galleryDotsWrapper div.item { width: 10px; height: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } div.galleryWrapper div.galleryArrow { background-size: 20px 20px; } .touchOK div.galleryWrapper div.galleryArrowLeft, div.galleryWrapper div.galleryArrowLeft:hover { background-position: left 20px center; } .touchOK div.galleryWrapper div.galleryArrowRight, div.galleryWrapper div.galleryArrowRight:hover { background-position: right 20px center; } /* CONTENT: INFOBOX */ div.infoboxWrapper > div.item { margin-bottom: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } div.infoboxWrapper > div.item > div.pict { float: none; width: 100%; } div.infoboxWrapper > div.item > div.text { float: none; width: 100%; } /* FOOTER */ body > footer > div#addressWrapper > div { width: 100%; margin-bottom: 1.5em; text-align: center; } body > footer > div#addressWrapper > div:last-child { margin-bottom: 0; } /*****************************************************************************/ } @media only screen and (max-width: 100px) { /*****************************************************************************/ /* SUBCOLUMNS */ div.subcolumns { left: 0; width: 100%; } div.subcolumns > div.col { width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; margin-left: 0 !important; margin-right: 0 !important; float: none !important; } div.subcolumns > div.col > p:last-child, div.subcolumns > div.col > ul:last-child, div.subcolumns > div.col > table:last-child { margin-bottom: 1.5em; } /*****************************************************************************/ }
/*
@font-face {
	font-family: 'Inknut Antiqua';
	font-style: normal;
	font-weight: 300;
	src: local(''),
			 url('../_fonts/inknut-antiqua-v14-latin-300.woff2') format('woff2'),
			 url('../_fonts/inknut-antiqua-v14-latin-300.woff') format('woff');
}
*/
@font-face {
	font-family: 'Inknut Antiqua';
	font-style: normal;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/inknut-antiqua-v14-latin-regular.woff2') format('woff2'),
			 url('../_fonts/inknut-antiqua-v14-latin-regular.woff') format('woff');
}
/*
@font-face {
	font-family: 'Inknut Antiqua';
	font-style: normal;
	font-weight: 500;
	src: local(''),
			 url('../_fonts/inknut-antiqua-v14-latin-500.woff2') format('woff2'),
			 url('../_fonts/inknut-antiqua-v14-latin-500.woff') format('woff');
}
@font-face {
	font-family: 'Inknut Antiqua';
	font-style: normal;
	font-weight: 600;
	src: local(''),
			 url('../_fonts/inknut-antiqua-v14-latin-600.woff2') format('woff2'),
			 url('../_fonts/inknut-antiqua-v14-latin-600.woff') format('woff');
}
@font-face {
	font-family: 'Inknut Antiqua';
	font-style: normal;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/inknut-antiqua-v14-latin-700.woff2') format('woff2'),
			 url('../_fonts/inknut-antiqua-v14-latin-700.woff') format('woff');
}
@font-face {
	font-family: 'Inknut Antiqua';
	font-style: normal;
	font-weight: 800;
	src: local(''),
			 url('../_fonts/inknut-antiqua-v14-latin-800.woff2') format('woff2'),
			 url('../_fonts/inknut-antiqua-v14-latin-800.woff') format('woff');
}
@font-face {
	font-family: 'Inknut Antiqua';
	font-style: normal;
	font-weight: 900;
	src: local(''),
			 url('../_fonts/inknut-antiqua-v14-latin-900.woff2') format('woff2'),
			 url('../_fonts/inknut-antiqua-v14-latin-900.woff') format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local(''),
			 url('../_fonts/open-sans-v34-latin-300.woff2') format('woff2'),
			 url('../_fonts/open-sans-v34-latin-300.woff') format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 300;
	src: local(''),
			 url('../_fonts/open-sans-v34-latin-300italic.woff2') format('woff2'),
			 url('../_fonts/open-sans-v34-latin-300italic.woff') format('woff');
}
*/
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/open-sans-v34-latin-regular.woff2') format('woff2'),
			 url('../_fonts/open-sans-v34-latin-regular.woff') format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/open-sans-v34-latin-italic.woff2') format('woff2'),
			 url('../_fonts/open-sans-v34-latin-italic.woff') format('woff');
}
/*
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 500;
	src: local(''),
			 url('../_fonts/open-sans-v34-latin-500.woff2') format('woff2'),
			 url('../_fonts/open-sans-v34-latin-500.woff') format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 500;
	src: local(''),
			 url('../_fonts/open-sans-v34-latin-500italic.woff2') format('woff2'),
			 url('../_fonts/open-sans-v34-latin-500italic.woff') format('woff');
}
*/
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local(''),
			 url('../_fonts/open-sans-v34-latin-600.woff2') format('woff2'),
			 url('../_fonts/open-sans-v34-latin-600.woff') format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 600;
	src: local(''),
			 url('../_fonts/open-sans-v34-latin-600italic.woff2') format('woff2'),
			 url('../_fonts/open-sans-v34-latin-600italic.woff') format('woff');
}
/*
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/open-sans-v34-latin-700.woff2') format('woff2'),
			 url('../_fonts/open-sans-v34-latin-700.woff') format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/open-sans-v34-latin-700italic.woff2') format('woff2'),
			 url('../_fonts/open-sans-v34-latin-700italic.woff') format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	src: local(''),
			 url('../_fonts/open-sans-v34-latin-800.woff2') format('woff2'),
			 url('../_fonts/open-sans-v34-latin-800.woff') format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 800;
	src: local(''),
			 url('../_fonts/open-sans-v34-latin-800italic.woff2') format('woff2'),
			 url('../_fonts/open-sans-v34-latin-800italic.woff') format('woff');
}
*/
