<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* NORMALIZE ---------------------------------------*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  width: 100%;
  height: 100%; }

/**
 * 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 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in 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 img 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"],
[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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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,
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; }

/* //NORMALIZE ---------------------------------------*/
/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
/**
 * Grid settings.
 * All values are defaults and can therefore be easily overidden.
 */
/**
 * List functions courtesy of the wonderful folks at Team Sass.
 * Check out their awesome grid: Singularity.
 */
/**
 * Get  percentage from a given ratio.
 * @param {number} [$ratio=1] - The column ratio of the element.
 * @returns {number} - The percentage value.
 */
/**
 * Work out the column widths based on the ratio and gutter sizes.
 * @param {number} [$ratios=1] - The column ratio of the element.
 * @param {number} [$gutter=$jeet-gutter] - The gutter for the column.
 * @returns {list} $width $gutter - A list containing the with and gutter for the element.
 */
/**
 * Get the set layout direction for the project.
 * @returns {string} $direction - The layout direction.
 */
/**
 * Replace a specified list value with a new value (uses built in set-nth() if available)
 * @param {list} $list - The list of values you want to alter.
 * @param {number} $index - The index of the list item you want to replace.
 * @param {*} $value - The value you want to replace $index with.
 * @returns {list} $list - The list with the value replaced or removed.
 * @warn if an invalid index is supplied.
 */
/**
 * Reverse a list (progressively enhanced for Sass 3.3)
 * @param {list} $list - The list of values you want to reverse.
 * @returns {list} $result - The reversed list.
 */
/**
 * Get the opposite direction to a given value.
 * @param {string} $dir - The direction you want the opposite of.
 * @returns {string} - The opposite direction to $dir.
 * @warn if an incorrect string is provided.
 */
/**
 * Style an element as a column with a gutter.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [$cycle=0] - Easily create an nth column grid where $cycle equals the number of columns.
 * @param {number} [$uncycle=0] - Undo a previous cycle value to allow for a new one.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * An alias for the column mixin.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * Get the width of a column and nothing else.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Get the gutter size of a column and nothing else.
 * @param {number} [ratios=1] - A width relative to its container as a fraction.
 * @param {number} [gutter=jeet.gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * An alias for the column-width function.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * An alias for the column-gutter function.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * Style an element as a column without any gutters for a seamless row.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [cycle=0] - Easily create an nth column grid where cycle equals the number of columns.
 * @param {number} [uncycle=0] - Undo a previous cycle value to allow for a new one.
 */
/**
 * Reorder columns without altering the HTML.
 * @param {number} [$ratios=0] - Specify how far along you want the element to move.
 * @param {string} [$col-or-span=column] - Specify whether the element has a gutter or not.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Reset an element that has had shift() applied to it.
 */
/**
 * View the grid and its layers for easy debugging.
 * @param {string} [$color=black] - The background tint applied.
 * @param {boolean} [$important=false] - Whether to apply the style as !important.
 */
/**
 *  Alias for edit().
 */
/**
 * Horizontally center an element.
 * @param {number} [$max-width=1410px] - The max width the element can be.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 */
/**
 * Uncenter an element.
 */
/**
 * Stack an element so that nothing is either side of it.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 * @param {boolean/string} [$align=false] - Specify the text align for the element.
 */
/**
 * Unstack an element.
 */
/**
 * Center an element on either or both axes.
 * @requires A parent container with relative positioning.
 * @param {string} [$direction=both] - Specify which axes to center the element on.
 */
/**
 * Apply a clearfix to an element.
 */
/* VARIABLES ---------------------------------------*/
/* Globals */
/* Colours */
/* Media Queries */
/* //VARIABLES ---------------------------------------*/
/* GLOBALS ---------------------------------------*/
* {
  box-sizing: border-box; }

html, body {
  font-family: 'Roboto', sans-serif;
  //text-transform: capitalize;
  font-size: 0.92857rem;
  font-weight: 300; }

body {
  background-color: #fff; }

img {
  width: 100%; }

a {
  color: #967a39; }

ul li {
  list-style: none; }

main {
  background-color: #fff; }

h1, h2 {
  font-size: 0.92857rem;
  font-weight: normal;
  color: #967a39;
  margin-bottom: 0; }

p {
  margin-top: 0; }

strong {
  color: #967a39; }

select {
  text-transform: uppercase;
  font-weight: 300; }

.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none; }

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform; }

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden; }

.slideout-open .slideout-menu {
  display: block; }

/* MOBIL STYLES -----------------------------------------------*/
/*
.mobil_nav {
  font-size: 0.71429rem;
  color: #967a39;
  background-color: #1e1511;
  background-image: -webkit-linear-gradient(bottom, #1e1511, #3a312d);
  background-image: linear-gradient(to top,#1e1511, #3a312d); }
  .mobil_nav .menu-section {
    margin: 25px 0; }
    .mobil_nav .menu-section .menu-section-title {
      padding: 5px 20px;
      color: #66522d;
      border-bottom: 1px solid #66522d; }
    .mobil_nav .menu-section .menu-section-list {
      padding: 0; }
      .mobil_nav .menu-section .menu-section-list a {
        display: block;
        text-decoration: none;
        color: #a7a7a7;
        padding: 10px 20px; }
        .mobil_nav .menu-section .menu-section-list a:hover {
          background-color: rgba(177, 165, 127, 0.1); }
      .mobil_nav .menu-section .menu-section-list img {
        max-width: 100px; }
*/

.mobil_nav {
  font-size: 0.92857rem;
  color: #967a39;
  background-color: #1e1511;
  background-image: -webkit-linear-gradient(bottom, #ffffff, #ffffff);
  background-image: linear-gradient(to top,#ffffff, #ffffff); }
  .mobil_nav .menu-section {
    margin: 25px 0; }
    .mobil_nav .menu-section .menu-section-title {
      padding: 5px 20px;
      color: #66522d;
      border-bottom: 1px solid #66522d; }
    .mobil_nav .menu-section .menu-section-list {
      padding: 0; }
      .mobil_nav .menu-section .menu-section-list a {
        display: block;
        text-decoration: none;
        color: #000000;
        padding: 10px 20px; }
        .mobil_nav .menu-section .menu-section-list a:hover {
          background-color: rgba(177, 165, 127, 0.1); }
      .mobil_nav .menu-section .menu-section-list img {
        max-width: 100px; }

.mobil_header {
  padding-right: 0.7em;
  padding-left: 0.7em;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #967a39; }
  .mobil_header::after {
    clear: both;
    content: "";
    display: table; }
  .mobil_header .mobil_logo {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%; }
    .mobil_header .mobil_logo:before, .mobil_header .mobil_logo:after {
      content: '';
      display: table; }
    .mobil_header .mobil_logo:after {
      clear: both; }
    .mobil_header .mobil_logo:last-child {
      margin-right: 0%; }
    .mobil_header .mobil_logo img {
      float: right; }
    @media (min-width: 680px) {
      .mobil_header .mobil_logo {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 31.33333%;
        margin-left: 0%;
        margin-right: 3%; }
        .mobil_header .mobil_logo:before, .mobil_header .mobil_logo:after {
          content: '';
          display: table; }
        .mobil_header .mobil_logo:after {
          clear: both; }
        .mobil_header .mobil_logo:last-child {
          margin-right: 0%; } }
  .mobil_header .mobil_lang {lat
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: left;
    font-size: 0.64286rem; }
    .mobil_header .mobil_lang:before, .mobil_header .mobil_lang:after {
      content: '';
      display: table; }
    .mobil_header .mobil_lang:after {
      clear: both; }
    .mobil_header .mobil_lang:last-child {
      margin-right: 0%; }
    .mobil_header .mobil_lang img {
      max-width: 15px;
      margin-top: 5px; }
    .mobil_header .mobil_lang a {
      text-decoration: none; }
    @media (min-width: 680px) {
      .mobil_header .mobil_lang {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 65.66667%;
        margin-left: 0%;
        margin-right: 3%; }
        .mobil_header .mobil_lang:before, .mobil_header .mobil_lang:after {
          content: '';
          display: table; }
        .mobil_header .mobil_lang:after {
          clear: both; }
        .mobil_header .mobil_lang:last-child {
          margin-right: 0%; } }
  .mobil_header .mobil_navicon {
    padding-top: 25px; }
    .mobil_header .mobil_navicon img {
      max-width: 40px; }

@media (min-width: 900px) {
  .mobil_header {
    display: none; }
    .mobil_header .mobil_lang {
      font-size: 0.64286rem; } }
/* //MOBIL STYLES -----------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url('/img/ajax-loader.gif?1476863624') center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url('/fonts/slick.eot?1476863624');
  src: url('/fonts/slick.eot?&amp;1476863624#iefix') format("embedded-opentype"), url('/fonts/slick.woff?1476863624') format("woff"), url('/fonts/slick.ttf?1476863624') format("truetype"), url('/fonts/slick.svg?1476863624#slick') format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "?"; }
    [dir="rtl"] .slick-prev:before {
      content: "?"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "?"; }
    [dir="rtl"] .slick-next:before {
      content: "?"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "�";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* //GLOBALS ---------------------------------------*/
header {
  *zoom: 1;
  width: auto;
  max-width: 1100px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.78571rem;
  padding-top: 10px;
  padding-bottom: 30px;
  display: none; }
  header:before, header:after {
    content: '';
    display: table; }
  header:after {
    clear: both; }
  header .lang {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: right; }
    header .lang:before, header .lang:after {
      content: '';
      display: table; }
    header .lang:after {
      clear: both; }
    header .lang:last-child {
      margin-right: 0%; }
    header .lang .lang_ikon {
      max-width: 10px;
      padding-right: 3px; }
    header .lang a {
      color: #a7a7a7;
      text-decoration: none; }
  header .logo {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%; }
	  header .message {
    float: left;
    clear: none;
    text-align: inherit;
    width: 35%;
    margin-left: 0%;
    margin-right: 0%; }
    header .logo:before, header .logo:after {
      content: '';
      display: table; }
    header .logo:after {
      clear: both; }
    header .logo:last-child {
      margin-right: 0%; }
    header .logo img {
      max-width: 164px; }
  header .header_item_container {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 40%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 1%; }
    header .header_item_container:before, header .header_item_container:after {
      content: '';
      display: table; }
    header .header_item_container:after {
      clear: both; }
    header .header_item_container:last-child {
      margin-right: 0%; }
    header .header_item_container ul {
      padding-left: 0px;
      border-left: 2px solid #967a39;
      line-height: 1.67857rem;
      margin: 0; }
      header .header_item_container ul li a {
        text-decoration: none; }
  header .header_item_1 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 70%;
    margin-left: 0%;
    margin-right: 0%;
    color: #967a39;
    font-weight: 700;
    line-height: 3.35714rem; }
    header .header_item_1:before, header .header_item_1:after {
      content: '';
      display: table; }
    header .header_item_1:after {
      clear: both; }
    header .header_item_1:last-child {
      margin-right: 0%; }
    header .header_item_1 .item__1 {
      float: left;
      padding-left: 50%; }
    header .header_item_1 .grafik {
      display: block;
      border-bottom: 2px solid #967a39;
      height: 1.67857rem;
      float: right;
      width: 20%;
      /*&amp;:after {
        content: " ";
        border-right: 2px solid $main_color;
      }*/ }
  header .header_item_2 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 30%;
    margin-left: 0%;
    margin-right: 0%;
    text-align: right; }
    header .header_item_2:before, header .header_item_2:after {
      content: '';
      display: table; }
    header .header_item_2:after {
      clear: both; }
    header .header_item_2:last-child {
      margin-right: 0%; }
      .header_item_3 {
        float: right;
        width:0%;
      }
      .header_item_3 img {
        max-width: 60px;
      }

@media (min-width: 900px) {
  header {
    display: block; } }
nav {
  border-top: 1px solid #967a39;
  border-bottom: 1px solid #967a39;
  display: none; }
  nav .nav_container {
    *zoom: 1;
    width: auto;
    max-width: 1100px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 1.5em;
    margin-bottom: 1.5em; }
    nav .nav_container:before, nav .nav_container:after {
      content: '';
      display: table; }
    nav .nav_container:after {
      clear: both; }
    nav .nav_container li {
      *zoom: 1;
      float: left;
      clear: none;
      text-align: inherit;
      width: 14.28571%;
      margin-left: 0%;
      margin-right: 0%; }
      nav .nav_container li:before, nav .nav_container li:after {
        content: '';
        display: table; }
      nav .nav_container li:after {
        clear: both; }
      nav .nav_container li:last-child {
        margin-right: 0%; }
      nav .nav_container li a {
        color: black;
        text-decoration: none; }
        nav .nav_container li a:hover {
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
          color: #967a39; }
      nav .nav_container li a.active {
        color: #967a39; }
    nav .nav_container li.search {
      *zoom: 1;
      float: left;
      clear: none;
      text-align: inherit;
      width: 42.85714%;
      margin-left: 0%;
      margin-right: 0%;
      text-align: right; }
      nav .nav_container li.search:before, nav .nav_container li.search:after {
        content: '';
        display: table; }
      nav .nav_container li.search:after {
        clear: both; }
      nav .nav_container li.search:last-child {
        margin-right: 0%; }

@media (min-width: 900px) {
  nav {
    display: block; } }
main {
  *zoom: 1;
  width: auto;
  max-width: 1150px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.7em;
  padding-bottom: 1.7em;
  *zoom: 1;
  height: 100vh; }
  main:before, main:after {
    content: '';
    display: table; }
  main:after {
    clear: both; }
  main:before, main:after {
    content: '';
    display: table; }
  main:after {
    clear: both; }
  main .main_container {
    background-color: #efefef;
    *zoom: 1; }
    main .main_container:before, main .main_container:after {
      content: '';
      display: table; }
    main .main_container:after {
      clear: both; }

.slider {
  *zoom: 1;
  width: auto;
  max-width: 1150px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }
  .slider:before, .slider:after {
    content: '';
    display: table; }
  .slider:after {
    clear: both; }

.side_nav {
  display: none; 
line-height: 170%;
padding: 20px 0;}
  .side_nav a {
    text-decoration: none;
    font-size: 1.0rem;/* 0.85714 */
    color: black; }
    .side_nav a:hover {
      color: #967a39; }
  .side_nav a.active {
    color: #967a39; }

@media (min-width: 900px) {
  .side_nav {
    display: block;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 23.5%;
    margin-left: 0%;
    margin-right: 2%;
    background-color: #f5f5f5; }
    .side_nav:before, .side_nav:after {
      content: '';
      display: table; }
    .side_nav:after {
      clear: both; }
    .side_nav:last-child {
      margin-right: 0%; } }
.main_content {
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 0.5em; }
  .main_content figure {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-top: 0;
    margin-bottom: 0.5em; }
    .main_content figure:before, .main_content figure:after {
      content: '';
      display: table; }
    .main_content figure:after {
      clear: both; }
    .main_content figure:nth-child(2n) {
      margin-right: 0%;
      float: right; }
    .main_content figure:nth-child(2n + 1) {
      clear: both; }
    .main_content figure .show_produkt {
      display: none; }

@media (min-width: 900px) {
  .main_content {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 72.5%;
    margin-left: 0%;
    margin-right: 10%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 1em; }
    .main_content:before, .main_content:after {
      content: '';
      display: table; }
    .main_content:after {
      clear: both; }
    .main_content:last-child {
      margin-right: 0%; }
    .main_content figure {
      *zoom: 1;
      float: left;
      clear: none;
      text-align: inherit;
      width: 31.33333%;
      margin-left: 0%;
      margin-right: 3%;
      margin-top: 1em;
      position: relative; }
      .main_content figure:before, .main_content figure:after {
        content: '';
        display: table; }
      .main_content figure:after {
        clear: both; }
      .main_content figure:nth-child(2n) {
        margin-right: 3%;
        float: left; }
      .main_content figure:nth-child(2n + 1) {
        clear: none; }
      .main_content figure:nth-child(3n) {
        margin-right: 0%;
        float: right; }
      .main_content figure:nth-child(3n + 1) {
        clear: both; }
      .main_content figure a {
        *zoom: 1; }
        .main_content figure a:before, .main_content figure a:after {
          content: '';
          display: table; }
        .main_content figure a:after {
          clear: both; }
      .main_content figure .show_produkt {
        display: none; }
      .main_content figure img {
        opacity: 1; }
      .main_content figure:hover img {
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        opacity: 0.3; }
      .main_content figure:hover .show_produkt {
        display: inline-block;
        position: absolute;
        position: absolute;
        transform-style: preserve-3d;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #967a39;
        font-weight: 400;
        text-decoration: underline;
        line-height: 30px; } }
/* PRODUCT DETAILS */
@media (min-width: 680px) {
  .asset {
    padding-top: 1em;
    padding-bottom: 1em;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.31987%;
    margin-left: 0%;
    margin-right: 4.0404%;
    /*img {
      min-width: 547px;
    }*/ }
    .asset:before, .asset:after {
      content: '';
      display: table; }
    .asset:after {
      clear: both; }
    .asset:last-child {
      margin-right: 0%; } }

.description {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 30.63973%;
  margin-left: 0%;
  margin-right: 4.0404%; }
  .description:before, .description:after {
    content: '';
    display: table; }
  .description:after {
    clear: both; }
  .description:last-child {
    margin-right: 0%; }
  .description dt, .description dd {
    margin-left: 0; }
  .description dt {
    color: #967a39; }
  .description dd {
    padding-bottom: 1em; }

/* //PRODUCT DETAILS */
/*  INFO PAGE */
.info {
  margin: 1em;
  padding: 0.1em 1em;
  background-color: white; }

/* // INFO PAGE */
/* KONTAKT */
.vcard {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  background-color: white;
  margin-top: 1em;
  margin-bottom: 1em; }
  .vcard:before, .vcard:after {
    content: '';
    display: table; }
  .vcard:after {
    clear: both; }
  .vcard:last-child {
    margin-right: 0%; }
  .vcard a {
    text-decoration: none; }
  .vcard .kontakt-container {
    margin: 1em; }
  .vcard span {
    display: block; }
  .vcard .adr {
    padding-top: 1em;
    padding-bottom: 1em; }
  @media (min-width: 900px) {
    .vcard {
      *zoom: 1;
      float: left;
      clear: none;
      text-align: inherit;
      width: 33.33333%;
      margin-left: 0%;
      margin-right: 0%; }
      .vcard:before, .vcard:after {
        content: '';
        display: table; }
      .vcard:after {
        clear: both; }
      .vcard:last-child {
        margin-right: 0%; } }

.kontakt-form {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  border-left: none;
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: white;
  *zoom: 1; }
  .kontakt-form:before, .kontakt-form:after {
    content: '';
    display: table; }
  .kontakt-form:after {
    clear: both; }
  .kontakt-form:last-child {
    margin-right: 0%; }
  .kontakt-form:before, .kontakt-form:after {
    content: '';
    display: table; }
  .kontakt-form:after {
    clear: both; }
  @media (min-width: 900px) {
    .kontakt-form {
      border-left: 1px solid #967a39;
      *zoom: 1;
      float: left;
      clear: none;
      text-align: inherit;
      width: 65.31987%;
      margin-left: 0%;
      margin-right: 4.0404%; }
      .kontakt-form:before, .kontakt-form:after {
        content: '';
        display: table; }
      .kontakt-form:after {
        clear: both; }
      .kontakt-form:last-child {
        margin-right: 0%; } }

.attention {
  font-size: 0.71429rem; }

.color-me {
  background-color: white;
  margin-top: 1.2em; }

/* FORMS */
fieldset {
  border: none;
  padding: 1em;
  margin: 0; }
  fieldset span {
    display: block;
    *zoom: 1; }
    fieldset span:before, fieldset span:after {
      content: '';
      display: table; }
    fieldset span:after {
      clear: both; }
    @media (min-width: 900px) {
      fieldset span {
        display: block; } }
  fieldset legend {
    color: #967a39;
    font-weight: 400;
    padding-bottom: 1em;
    padding-top: 1em; }
  fieldset input, fieldset textarea {
    width: 100%;
    border: none;
    background-color: #efefef; }
  fieldset input {
    height: 2em;
    margin-bottom: 1em;
    width: 97%; }
    @media (min-width: 900px) {
      fieldset input {
        float: right;
        width: 70%; } }
  fieldset textarea {
    height: 5em;
    width: 100%;
    margin-bottom: 1em; }
    @media (min-width: 900px) {
      fieldset textarea {
        float: right;
        width: 70%; } }
  fieldset select {
    margin-bottom: 1em;
    width: 100%; }
    @media (min-width: 900px) {
      fieldset select {
        float: right;
        width: 70%; } }
  fieldset .btn {
    color: #ffffff;
    background: #baa271;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border: none;
    float: right;
    cursor: pointer; }
  fieldset .btn:hover {
    background: #9c885f;
    text-decoration: none; }

/* //KONTAKT */
footer {
  *zoom: 1;
  width: auto;
  max-width: 1150px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 1.7em;
  margin-bottom: 1.7em;
  border-top: 1px solid #967a39;
  *zoom: 1;
  font-size: 0.95rem; }	/* 0.78571 */
  footer:before, footer:after {
    content: '';
    display: table; }
  footer:after {
    clear: both; }
  footer:before, footer:after {
    content: '';
    display: table; }
  footer:after {
    clear: both; }
  footer a {
    text-decoration: none; }
  footer .copyright {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 20%;
    margin-left: 0%;
    margin-right: 0%; }
    footer .copyright:before, footer .copyright:after {
      content: '';
      display: table; }
    footer .copyright:after {
      clear: both; }
    footer .copyright:last-child {
      margin-right: 0%; }
  footer .kontakt_info {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 80%;
    margin-left: 0%;
    margin-right: 0%;
    text-align: right; }
    footer .kontakt_info:before, footer .kontakt_info:after {
      content: '';
      display: table; }
    footer .kontakt_info:after {
      clear: both; }
    footer .kontakt_info:last-child {
      margin-right: 0%; }

.sog { 	width: 65%; }
.sogknap { width: 30%; }
.sogpil 	{ width: 8px; }
</pre></body></html>