<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("//hello.myfonts.net/count/34bbc7");
@import url("//fast.fonts.net/t/1.css?apiType=css&amp;projectid=4110fc68-4cf8-4d7a-a8f5-00f0f99387c4");
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 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.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* 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-.
     */
figcaption,
figure {
  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 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

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

/* Text-level semantics
       ========================================================================== */
/**
     * 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 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.
     */
button {
  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 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

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

/**
     * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

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

.foundation-mq {
  font-family: "small=0em&amp;medium=40em&amp;large=64em&amp;xlarge=75em&amp;xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "DIN Next W01 Light", "DIN Next W01 Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .row::after {
    clear: both; }
  .row.collapse &gt; .column, .row.collapse &gt; .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small &gt; .column, .row.gutter-small &gt; .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium &gt; .column, .row.gutter-medium &gt; .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 &gt; .column, .small-up-1 &gt; .columns {
  float: left;
  width: 100%; }
  .small-up-1 &gt; .column:nth-of-type(1n), .small-up-1 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 &gt; .column:nth-of-type(1n+1), .small-up-1 &gt; .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 &gt; .column:last-child, .small-up-1 &gt; .columns:last-child {
    float: left; }

.small-up-2 &gt; .column, .small-up-2 &gt; .columns {
  float: left;
  width: 50%; }
  .small-up-2 &gt; .column:nth-of-type(1n), .small-up-2 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 &gt; .column:nth-of-type(2n+1), .small-up-2 &gt; .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 &gt; .column:last-child, .small-up-2 &gt; .columns:last-child {
    float: left; }

.small-up-3 &gt; .column, .small-up-3 &gt; .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 &gt; .column:nth-of-type(1n), .small-up-3 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 &gt; .column:nth-of-type(3n+1), .small-up-3 &gt; .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 &gt; .column:last-child, .small-up-3 &gt; .columns:last-child {
    float: left; }

.small-up-4 &gt; .column, .small-up-4 &gt; .columns {
  float: left;
  width: 25%; }
  .small-up-4 &gt; .column:nth-of-type(1n), .small-up-4 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 &gt; .column:nth-of-type(4n+1), .small-up-4 &gt; .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 &gt; .column:last-child, .small-up-4 &gt; .columns:last-child {
    float: left; }

.small-up-5 &gt; .column, .small-up-5 &gt; .columns {
  float: left;
  width: 20%; }
  .small-up-5 &gt; .column:nth-of-type(1n), .small-up-5 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 &gt; .column:nth-of-type(5n+1), .small-up-5 &gt; .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 &gt; .column:last-child, .small-up-5 &gt; .columns:last-child {
    float: left; }

.small-up-6 &gt; .column, .small-up-6 &gt; .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 &gt; .column:nth-of-type(1n), .small-up-6 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 &gt; .column:nth-of-type(6n+1), .small-up-6 &gt; .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 &gt; .column:last-child, .small-up-6 &gt; .columns:last-child {
    float: left; }

.small-up-7 &gt; .column, .small-up-7 &gt; .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 &gt; .column:nth-of-type(1n), .small-up-7 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 &gt; .column:nth-of-type(7n+1), .small-up-7 &gt; .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 &gt; .column:last-child, .small-up-7 &gt; .columns:last-child {
    float: left; }

.small-up-8 &gt; .column, .small-up-8 &gt; .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 &gt; .column:nth-of-type(1n), .small-up-8 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 &gt; .column:nth-of-type(8n+1), .small-up-8 &gt; .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 &gt; .column:last-child, .small-up-8 &gt; .columns:last-child {
    float: left; }

.small-collapse &gt; .column, .small-collapse &gt; .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse &gt; .column, .small-uncollapse &gt; .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 &gt; .column, .medium-up-1 &gt; .columns {
    float: left;
    width: 100%; }
    .medium-up-1 &gt; .column:nth-of-type(1n), .medium-up-1 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 &gt; .column:nth-of-type(1n+1), .medium-up-1 &gt; .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 &gt; .column:last-child, .medium-up-1 &gt; .columns:last-child {
      float: left; }
  .medium-up-2 &gt; .column, .medium-up-2 &gt; .columns {
    float: left;
    width: 50%; }
    .medium-up-2 &gt; .column:nth-of-type(1n), .medium-up-2 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 &gt; .column:nth-of-type(2n+1), .medium-up-2 &gt; .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 &gt; .column:last-child, .medium-up-2 &gt; .columns:last-child {
      float: left; }
  .medium-up-3 &gt; .column, .medium-up-3 &gt; .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 &gt; .column:nth-of-type(1n), .medium-up-3 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 &gt; .column:nth-of-type(3n+1), .medium-up-3 &gt; .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 &gt; .column:last-child, .medium-up-3 &gt; .columns:last-child {
      float: left; }
  .medium-up-4 &gt; .column, .medium-up-4 &gt; .columns {
    float: left;
    width: 25%; }
    .medium-up-4 &gt; .column:nth-of-type(1n), .medium-up-4 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 &gt; .column:nth-of-type(4n+1), .medium-up-4 &gt; .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 &gt; .column:last-child, .medium-up-4 &gt; .columns:last-child {
      float: left; }
  .medium-up-5 &gt; .column, .medium-up-5 &gt; .columns {
    float: left;
    width: 20%; }
    .medium-up-5 &gt; .column:nth-of-type(1n), .medium-up-5 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 &gt; .column:nth-of-type(5n+1), .medium-up-5 &gt; .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 &gt; .column:last-child, .medium-up-5 &gt; .columns:last-child {
      float: left; }
  .medium-up-6 &gt; .column, .medium-up-6 &gt; .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 &gt; .column:nth-of-type(1n), .medium-up-6 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 &gt; .column:nth-of-type(6n+1), .medium-up-6 &gt; .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 &gt; .column:last-child, .medium-up-6 &gt; .columns:last-child {
      float: left; }
  .medium-up-7 &gt; .column, .medium-up-7 &gt; .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 &gt; .column:nth-of-type(1n), .medium-up-7 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 &gt; .column:nth-of-type(7n+1), .medium-up-7 &gt; .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 &gt; .column:last-child, .medium-up-7 &gt; .columns:last-child {
      float: left; }
  .medium-up-8 &gt; .column, .medium-up-8 &gt; .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 &gt; .column:nth-of-type(1n), .medium-up-8 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 &gt; .column:nth-of-type(8n+1), .medium-up-8 &gt; .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 &gt; .column:last-child, .medium-up-8 &gt; .columns:last-child {
      float: left; }
  .medium-collapse &gt; .column, .medium-collapse &gt; .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse &gt; .column, .medium-uncollapse &gt; .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 &gt; .column, .large-up-1 &gt; .columns {
    float: left;
    width: 100%; }
    .large-up-1 &gt; .column:nth-of-type(1n), .large-up-1 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 &gt; .column:nth-of-type(1n+1), .large-up-1 &gt; .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 &gt; .column:last-child, .large-up-1 &gt; .columns:last-child {
      float: left; }
  .large-up-2 &gt; .column, .large-up-2 &gt; .columns {
    float: left;
    width: 50%; }
    .large-up-2 &gt; .column:nth-of-type(1n), .large-up-2 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 &gt; .column:nth-of-type(2n+1), .large-up-2 &gt; .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 &gt; .column:last-child, .large-up-2 &gt; .columns:last-child {
      float: left; }
  .large-up-3 &gt; .column, .large-up-3 &gt; .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 &gt; .column:nth-of-type(1n), .large-up-3 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 &gt; .column:nth-of-type(3n+1), .large-up-3 &gt; .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 &gt; .column:last-child, .large-up-3 &gt; .columns:last-child {
      float: left; }
  .large-up-4 &gt; .column, .large-up-4 &gt; .columns {
    float: left;
    width: 25%; }
    .large-up-4 &gt; .column:nth-of-type(1n), .large-up-4 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 &gt; .column:nth-of-type(4n+1), .large-up-4 &gt; .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 &gt; .column:last-child, .large-up-4 &gt; .columns:last-child {
      float: left; }
  .large-up-5 &gt; .column, .large-up-5 &gt; .columns {
    float: left;
    width: 20%; }
    .large-up-5 &gt; .column:nth-of-type(1n), .large-up-5 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 &gt; .column:nth-of-type(5n+1), .large-up-5 &gt; .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 &gt; .column:last-child, .large-up-5 &gt; .columns:last-child {
      float: left; }
  .large-up-6 &gt; .column, .large-up-6 &gt; .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 &gt; .column:nth-of-type(1n), .large-up-6 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 &gt; .column:nth-of-type(6n+1), .large-up-6 &gt; .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 &gt; .column:last-child, .large-up-6 &gt; .columns:last-child {
      float: left; }
  .large-up-7 &gt; .column, .large-up-7 &gt; .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 &gt; .column:nth-of-type(1n), .large-up-7 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 &gt; .column:nth-of-type(7n+1), .large-up-7 &gt; .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 &gt; .column:last-child, .large-up-7 &gt; .columns:last-child {
      float: left; }
  .large-up-8 &gt; .column, .large-up-8 &gt; .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 &gt; .column:nth-of-type(1n), .large-up-8 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 &gt; .column:nth-of-type(8n+1), .large-up-8 &gt; .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 &gt; .column:last-child, .large-up-8 &gt; .columns:last-child {
      float: left; }
  .large-collapse &gt; .column, .large-collapse &gt; .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse &gt; .column, .large-uncollapse &gt; .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block &gt; :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block &gt; :last-child {
        margin-bottom: 0; } }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse &gt; .column, .row.collapse &gt; .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse &gt; .column &gt; .row,
  .row.collapse &gt; .columns &gt; .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 {
  flex-wrap: wrap; }
  .small-up-1 &gt; .column, .small-up-1 &gt; .columns {
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  flex-wrap: wrap; }
  .small-up-2 &gt; .column, .small-up-2 &gt; .columns {
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  flex-wrap: wrap; }
  .small-up-3 &gt; .column, .small-up-3 &gt; .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  flex-wrap: wrap; }
  .small-up-4 &gt; .column, .small-up-4 &gt; .columns {
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  flex-wrap: wrap; }
  .small-up-5 &gt; .column, .small-up-5 &gt; .columns {
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  flex-wrap: wrap; }
  .small-up-6 &gt; .column, .small-up-6 &gt; .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  flex-wrap: wrap; }
  .small-up-7 &gt; .column, .small-up-7 &gt; .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  flex-wrap: wrap; }
  .small-up-8 &gt; .column, .small-up-8 &gt; .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse &gt; .column, .small-collapse &gt; .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse &gt; .column, .small-uncollapse &gt; .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 {
    flex-wrap: wrap; }
    .medium-up-1 &gt; .column, .medium-up-1 &gt; .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    flex-wrap: wrap; }
    .medium-up-2 &gt; .column, .medium-up-2 &gt; .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    flex-wrap: wrap; }
    .medium-up-3 &gt; .column, .medium-up-3 &gt; .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    flex-wrap: wrap; }
    .medium-up-4 &gt; .column, .medium-up-4 &gt; .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    flex-wrap: wrap; }
    .medium-up-5 &gt; .column, .medium-up-5 &gt; .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    flex-wrap: wrap; }
    .medium-up-6 &gt; .column, .medium-up-6 &gt; .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    flex-wrap: wrap; }
    .medium-up-7 &gt; .column, .medium-up-7 &gt; .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    flex-wrap: wrap; }
    .medium-up-8 &gt; .column, .medium-up-8 &gt; .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px; } }

.row.medium-unstack &gt; .column, .row.medium-unstack &gt; .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 40em) {
    .row.medium-unstack &gt; .column, .row.medium-unstack &gt; .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-collapse &gt; .column, .medium-collapse &gt; .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse &gt; .column, .medium-uncollapse &gt; .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 {
    flex-wrap: wrap; }
    .large-up-1 &gt; .column, .large-up-1 &gt; .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    flex-wrap: wrap; }
    .large-up-2 &gt; .column, .large-up-2 &gt; .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    flex-wrap: wrap; }
    .large-up-3 &gt; .column, .large-up-3 &gt; .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    flex-wrap: wrap; }
    .large-up-4 &gt; .column, .large-up-4 &gt; .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    flex-wrap: wrap; }
    .large-up-5 &gt; .column, .large-up-5 &gt; .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    flex-wrap: wrap; }
    .large-up-6 &gt; .column, .large-up-6 &gt; .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    flex-wrap: wrap; }
    .large-up-7 &gt; .column, .large-up-7 &gt; .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    flex-wrap: wrap; }
    .large-up-8 &gt; .column, .large-up-8 &gt; .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px; } }

.row.large-unstack &gt; .column, .row.large-unstack &gt; .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) {
    .row.large-unstack &gt; .column, .row.large-unstack &gt; .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-collapse &gt; .column, .large-collapse &gt; .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse &gt; .column, .large-uncollapse &gt; .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

.shrink {
  flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block &gt; :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block &gt; :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "DIN Next W01 Light", "DIN Next W01 Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #faba00;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #d7a000; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #faba00;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #d59e00;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #faba00;
    color: #000; }
    .button.primary:hover, .button.primary:focus {
      background-color: #c89500;
      color: #000; }
  .button.secondary {
    background-color: #39322c;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #2e2823;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #000; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #000; }
  .button.warning {
    background-color: #ffae00;
    color: #000; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #000; }
  .button.alert {
    background-color: #cc4b37;
    color: #000; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #000; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #faba00;
      color: #fff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #faba00;
        color: #000; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #39322c;
        color: #fff; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #000; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #000; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #000; }
  .button.hollow {
    border: 1px solid #faba00;
    color: #faba00; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #7d5d00;
      color: #7d5d00; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #faba00;
        color: #faba00; }
    .button.hollow.primary {
      border: 1px solid #faba00;
      color: #faba00; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #7d5d00;
        color: #7d5d00; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #faba00;
          color: #faba00; }
    .button.hollow.secondary {
      border: 1px solid #39322c;
      color: #39322c; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #1d1916;
        color: #1d1916; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #39322c;
          color: #39322c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
  .button.clear {
    border: 1px solid #faba00;
    color: #faba00; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #7d5d00;
      color: #7d5d00; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #faba00;
        color: #faba00; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #faba00;
      color: #faba00; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #7d5d00;
        color: #7d5d00; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #faba00;
          color: #faba00; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #39322c;
      color: #39322c; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #1d1916;
        color: #1d1916; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #39322c;
          color: #39322c; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #faba00; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #faba00; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #39322c; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.3375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4;
  color: #000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label &gt; [type='checkbox'],
label &gt; [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group &gt; :first-child {
    border-radius: 0 0 0 0; }
  .input-group &gt; :last-child &gt; * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: auto;
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.3375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4;
  color: #000;
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'&gt;&lt;polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'&gt;&lt;/polygon&gt;&lt;/svg&gt;");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child &gt; :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child &gt; :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #faba00; }
  :last-child:not(.is-active) &gt; .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #d9d1ca; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active &gt; .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fff;
  color: #333; }
  :last-child &gt; .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) &gt; a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #faba00 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent &gt; a::after {
  left: auto;
  right: 1rem; }

.accordion-menu.align-right .is-accordion-submenu-parent &gt; a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] &gt; a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle &gt; a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #faba00 transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #faba00;
  color: #fff; }
  .badge.primary {
    background: #faba00;
    color: #000; }
  .badge.secondary {
    background: #39322c;
    color: #fff; }
  .badge.success {
    background: #3adb76;
    color: #000; }
  .badge.warning {
    background: #ffae00;
    color: #000; }
  .badge.alert {
    background: #cc4b37;
    color: #000; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #000; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row; }
  .menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column; }
  .menu.expanded li {
    flex: 1 1 0px; }
  .menu.simple {
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.medium-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.medium-expanded li {
      flex: 1 1 0px; }
    .menu.medium-simple li {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.large-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.large-expanded li {
      flex: 1 1 0px; }
    .menu.large-simple li {
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: flex; }
  .menu.icon-left li a {
    flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active &gt; a {
    background: #faba00;
    color: #fff; }
  .menu .active &gt; a {
    background: #faba00;
    color: #fff; }
  .menu.align-left {
    justify-content: flex-start; }
  .menu.align-right li {
    display: flex;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: flex;
    justify-content: center; }
    .menu.align-center li .submenu li {
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered &gt; .menu {
  justify-content: center; }
  .menu-centered &gt; .menu li {
    display: flex;
    justify-content: center; }
    .menu-centered &gt; .menu li .submenu li {
      justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fff; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent &gt; a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent &gt; a::after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #faba00; }

.drilldown.align-left .is-drilldown-submenu-parent &gt; a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #faba00; }

.drilldown.align-right .is-drilldown-submenu-parent &gt; a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #faba00 transparent transparent; }

.drilldown .js-drilldown-back &gt; a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #faba00 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    visibility: visible;
    display: block; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu &gt; li.opens-left &gt; .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu &gt; li.opens-right &gt; .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #faba00 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

.dropdown.menu a {
  padding: 0.7rem 1rem; }
  [data-whatinput='mouse'] .dropdown.menu a {
    outline: 0; }

.dropdown.menu .is-active &gt; a {
  background: transparent;
  color: #faba00; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical &gt; li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical &gt; li.opens-left &gt; .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0; }

.dropdown.menu.vertical &gt; li.opens-right &gt; .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical &gt; li &gt; a::after {
  right: 14px; }

.dropdown.menu.vertical &gt; li.opens-left &gt; a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #faba00 transparent transparent; }

.dropdown.menu.vertical &gt; li.opens-right &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #faba00; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal &gt; li.opens-left &gt; .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal &gt; li.opens-right &gt; .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #faba00 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical &gt; li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical &gt; li.opens-left &gt; .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.medium-vertical &gt; li.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical &gt; li &gt; a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical &gt; li.opens-left &gt; a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #faba00 transparent transparent; }
  .dropdown.menu.medium-vertical &gt; li.opens-right &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #faba00; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal &gt; li.opens-left &gt; .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal &gt; li.opens-right &gt; .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal &gt; li.is-dropdown-submenu-parent &gt; a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #faba00 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical &gt; li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical &gt; li.opens-left &gt; .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.large-vertical &gt; li.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical &gt; li &gt; a::after {
    right: 14px; }
  .dropdown.menu.large-vertical &gt; li.opens-left &gt; a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #faba00 transparent transparent; }
  .dropdown.menu.large-vertical &gt; li.opens-right &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #faba00; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner &gt; .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left &gt; .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fff; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent &gt; a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left &gt; a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #faba00 transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #faba00; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu &gt; li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #faba00;
  color: #fff; }
  .label.primary {
    background: #faba00;
    color: #000; }
  .label.secondary {
    background: #39322c;
    color: #fff; }
  .label.success {
    background: #3adb76;
    color: #000; }
  .label.warning {
    background: #ffae00;
    color: #000; }
  .label.alert {
    background: #cc4b37;
    color: #000; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 100001;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal &gt; :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f9f9f9;
    color: #333; }
  tfoot {
    background: #f2f2f2;
    color: #333; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }
  table.unstriped tbody {
    background-color: #fff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #fff; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fff;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical &gt; li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple &gt; li &gt; a {
  padding: 0; }
  .tabs.simple &gt; li &gt; a:hover {
    background: transparent; }

.tabs.primary {
  background: #faba00; }
  .tabs.primary &gt; li &gt; a {
    color: #000; }
    .tabs.primary &gt; li &gt; a:hover, .tabs.primary &gt; li &gt; a:focus {
      background: #eeb100; }

.tabs-title {
  float: left; }
  .tabs-title &gt; a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #faba00; }
    .tabs-title &gt; a:hover {
      background: #fff;
      color: #d7a000; }
    .tabs-title &gt; a:focus, .tabs-title &gt; a[aria-selected='true'] {
      background: #e6e6e6;
      color: #faba00; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fff;
  color: #333;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.title-bar {
  padding: 0.5rem;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #fff;
  font-size: 80%;
  color: #fff; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #fff;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fff;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fff transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-right.vertical.menu &gt; li &gt; a {
  justify-content: flex-end; }

.align-center.vertical.menu &gt; li &gt; a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

/**
 * @license
 * MyFonts Webfont Build ID 3455943, 2017-09-26T04:23:31-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: BlogScript by Sudtipos
 * URL: https://www.myfonts.com/fonts/sudtipos/blog-script/bold/
 * Copyright: Copyright (c) 2015 by Carolina Marando and Alejandro Paul. All rights reserved. www.sudtipos.com, with Reserved Font Name &amp;#x0022;Blog Script&amp;#x0022;
 * Licensed pageviews: 250,000
 *
 * Webfont: Blushes-Bold by Piñata
 * URL: https://www.myfonts.com/fonts/pinata/blushes/bold/
 * Copyright: Copyright (c) 2016 by Pi&amp;#x00F1;ata. Designer Ivan Gladkikh, technical designer Maria Misernitskaya. All rights reserved.
 * Licensed pageviews: 500,000
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&amp;buildid=3455943
 *
 * © 2017 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'BlogScript';
  src: url("../../fonts/34BBC7_0_0.eot");
  src: url("../../fonts/34BBC7_0_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/34BBC7_0_0.woff2") format("woff2"), url("../../fonts/34BBC7_0_0.woff") format("woff"), url("../../fonts/34BBC7_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Blushes-Bold';
  src: url("../../fonts/34BBC7_1_0.eot");
  src: url("../../fonts/34BBC7_1_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/34BBC7_1_0.woff2") format("woff2"), url("../../fonts/34BBC7_1_0.woff") format("woff"), url("../../fonts/34BBC7_1_0.ttf") format("truetype"); }

@font-face {
  font-family: "DIN Next LT W01 Italic";
  src: url("../../fonts/43545a34-77fc-4613-a2ba-eb1f06bdfd5e.eot?#iefix");
  src: url("../../fonts/43545a34-77fc-4613-a2ba-eb1f06bdfd5e.eot?#iefix") format("eot"), url("../../fonts/e8258209-d292-4480-9fe3-b30dfa63ea97.woff2") format("woff2"), url("../../fonts/c3cbbafb-1878-424d-b2f5-b176d0f9b370.woff") format("woff"), url("../../fonts/099f3b78-1eec-4286-a243-a204d96fec0b.ttf") format("truetype"), url("../../fonts/624726ad-3e0e-4320-9e50-95bc237b8227.svg#624726ad-3e0e-4320-9e50-95bc237b8227") format("svg"); }

@font-face {
  font-family: "DIN Next LT W01 Bold";
  src: url("../../fonts/fa5ed46b-792d-4f47-894e-fa587cf4e1cf.eot?#iefix");
  src: url("../../fonts/fa5ed46b-792d-4f47-894e-fa587cf4e1cf.eot?#iefix") format("eot"), url("../../fonts/03008527-67bd-478e-98e3-3b56dd9a6520.woff2") format("woff2"), url("../../fonts/557f817d-9c25-4a23-baaf-a3cf84a7cd7c.woff") format("woff"), url("../../fonts/92ed1479-1d40-4a94-8baf-6abd88b17afa.ttf") format("truetype"), url("../../fonts/36ae914b-b535-47cd-b3d2-8c43073d8634.svg#36ae914b-b535-47cd-b3d2-8c43073d8634") format("svg"); }

@font-face {
  font-family: "DIN Next W01 Light";
  src: url("../../../fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix");
  src: url("../../../fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix") format("eot"), url("../../fonts/de1216be-00c2-43c0-9c45-3e7f925eb519.woff2") format("woff2"), url("../../fonts/bc176270-17fa-4c78-a343-9fe52824e501.woff") format("woff"), url("../../fonts/3516f91d-ac48-42cd-acfe-1be691152cc4.ttf") format("truetype"), url("../../fonts/d1b1e866-a411-42ba-8f75-72bf28e23694.svg#d1b1e866-a411-42ba-8f75-72bf28e23694") format("svg"); }

@font-face {
  font-family: "DIN Next W01 Regular";
  src: url("../../fonts/da088ecc-a53c-4831-a95b-6fd81b5b338a.eot?#iefix");
  src: url("../../fonts/da088ecc-a53c-4831-a95b-6fd81b5b338a.eot?#iefix") format("eot"), url("../../fonts/44e7b0fa-6c8d-43c2-b19e-f1e3ce9ea57c.woff2") format("woff2"), url("../../fonts/c5a7f89e-15b6-49a9-8259-5ea665e72191.woff") format("woff"), url("../../fonts/868c94b5-ca49-46b7-b62b-297f8d861125.ttf") format("truetype"), url("../../fonts/e3145f65-29b5-4f7f-8c6e-2dc135021b6a.svg#e3145f65-29b5-4f7f-8c6e-2dc135021b6a") format("svg"); }

@font-face {
  font-family: "DIN Next W01 Black";
  src: url("../../fonts/abcc85a3-c3f7-49d9-a80a-f79267998ec7.eot?#iefix");
  src: url("../../fonts/abcc85a3-c3f7-49d9-a80a-f79267998ec7.eot?#iefix") format("eot"), url("../../fonts/9ab9d016-1519-4c53-849d-77e9a49db637.woff2") format("woff2"), url("../../fonts/9541b817-6a02-4e7a-af21-ce24b70d9ba3.woff") format("woff"), url("../../fonts/c1a5af90-f79a-44b1-a4a4-5fd6d888c2f2.ttf") format("truetype"), url("../../fonts/0c36e45b-5edd-4927-b9ad-2e46a30e5593.svg#0c36e45b-5edd-4927-b9ad-2e46a30e5593") format("svg"); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -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;
  top: 0;
  left: 0;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.morgenpost-slider .slick-slide {
  display: none;
  float: left;
  height: auto;
  min-height: 1px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: 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;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: 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; }

.slick-slide img {
  width: 100%;
  display: block; }

body, html {
  width: 100%;
  overflow-x: hidden; }

a {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  cursor: pointer; }

p:last-child {
  margin: 0; }

h1, .like-h1,
h2, .like-h2,
h3, .like-h3,
h4, .like-h4,
h5, .like-h5,
h6, .like-h6 {
  text-transform: uppercase;
  line-height: 1.2em; }

h2, .like-h2,
h3, .like-h3,
h4, .like-h4,
h5, .like-h5,
h6, .like-h6 {
  margin-top: 40px; }

h1, .like-h1 {
  font-size: 3.25rem; }

h2, .like-h2 {
  font-size: 2.125rem; }

h3, .like-h3 {
  font-size: 1.875rem; }

body.single-post h3, body.single-post .like-h3 {
  margin-top: 50px; }

h4, .like-h4 {
  font-size: 1.125rem;
  margin-bottom: 30px; }

h5, .like-h5 {
  font-size: 1rem;
  margin-bottom: 30px; }

h6, .like-h6 {
  font-size: 0.8125rem;
  margin-bottom: 30px; }

.headline-info {
  margin-top: 50px;
  background: #D4CBC3;
  color: #39322c;
  padding: 20px; }
  .headline-info a {
    color: #39322c;
    text-decoration: underline; }
    .headline-info a:hover {
      color: #fff; }

button:hover, button:focus, input:hover, input:focus, .button:hover, .button:focus {
  outline-style: none; }

/* end .headline-info */
.hide-by-country, .not-default-country {
  display: none !important; }

body[data-country="at"] .show-for-at {
  display: block !important; }

body[data-country="de"] .show-for-de {
  display: block !important; }

body[data-country="ch"] .show-for-ch {
  display: block !important; }

body[data-country="other"] .show-for-other-countries,
body[data-country="other"] .not-default-country {
  display: block; }

select.all-countries {
  display: none; }

select.three-countries {
  display: block; }

body[data-country="other"] select.all-countries {
  display: block; }

body[data-country="other"] select.three-countries {
  display: none; }

body[data-country="other"] .hide-for-other-countries {
  display: none !important; }

.to-lowercase {
  text-transform: lowercase; }

.hide-for-idp {
  display: block; }

.show-for-idp {
  display: none; }

img.hide-for-idp {
  display: block !important; }

img.show-for-idp {
  display: none !important; }

body.idp .hide-for-idp, body.page-template-template-idp20 .hide-for-idp {
  display: none; }

body.idp .show-for-idp, body.page-template-template-idp20 .show-for-idp {
  display: block; }

body.idp img.hide-for-idp, body.page-template-template-idp20 img.hide-for-idp {
  display: none !important; }

body.idp img.show-for-idp, body.page-template-template-idp20 img.show-for-idp {
  display: block !important; }

.yellow {
  color: #faba00; }

.hsp-text {
  margin-bottom: 100px; }

.text-lowercase {
  text-transform: lowercase; }

#wishlist-form-order-pattern span.not-mandatory {
  display: none; }

#gesund-parkett {
  margin-bottom: 120px; }
  #gesund-parkett h2 {
    border-bottom: 1px solid #111;
    padding-bottom: 20px;
    margin: 0 0 50px 0; }
    #gesund-parkett h2 .yellow {
      font-size: 2.875rem; }
  #gesund-parkett h3 {
    margin: 25px 0 0 0; }

div.quote {
  margin-bottom: 120px; }

div.certificates {
  margin-bottom: 120px;
  overflow: hidden; }
  div.certificates .text {
    display: inline-block;
    width: 78%;
    text-align: right;
    float: right;
    font-size: 1.25rem;
    position: relative; }
    div.certificates .text .butterflies {
      position: absolute;
      width: 30%;
      top: -80px;
      left: -100px; }
  div.certificates .certificates-wrapper {
    text-align: center; }
    div.certificates .certificates-wrapper span {
      display: inline-block;
      margin: 0 10px 10px 0; }

div.parkett-typ-wrapper {
  margin: 40px 0 50px 0; }
  div.parkett-typ-wrapper .headline {
    border-bottom: 1px solid #39322c;
    margin-bottom: 20px;
    position: relative; }
    div.parkett-typ-wrapper .headline .sub-headline {
      text-transform: uppercase;
      font-size: 1.125rem; }
    div.parkett-typ-wrapper .headline .image {
      position: absolute;
      right: -100px;
      top: -130px;
      width: 70%; }
  div.parkett-typ-wrapper .info-block {
    background: rgba(0, 0, 0, 0.05);
    padding: 90px 20px 20px 20px; }
  div.parkett-typ-wrapper h3 {
    margin: 0;
    font-size: 1.5rem; }

.column.nopadding, .nopadding.columns {
  padding-left: 0;
  padding-right: 0; }

.table {
  display: table; }
  .table .table-cell {
    display: table-cell; }
    .table .table-cell.v-middle {
      vertical-align: middle; }

.close, .close-multiple-partners {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1.125rem;
  color: #39322c; }

.close-multiple-partners {
  display: none; }

body.multiple-partner .close-multiple-partners {
  display: inline-block; }

.info {
  margin-top: 20px;
  display: inline-block; }
  .info.alert {
    background: rgba(204, 75, 55, 0.2);
    padding: 10px;
    border: 1px solid #cc4b37; }
  .info.warning {
    background: rgba(255, 174, 0, 0.2);
    padding: 10px;
    border: 1px solid #ffae00; }
  .info.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    z-index: 2; }
    .info.overlay .inner {
      color: #fff;
      text-transform: uppercase;
      position: relative;
      top: 50%;
      margin-top: -10px; }

.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .icon.bookmark {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/bookmark.min.svg);
    width: 24px;
    height: 31px; }
  .icon.bookmark.round {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/sticky_bookmark.min.svg);
    width: 40px;
    height: 40px;
    background-color: #faba00;
    background-position: bottom right;
    background-size: 100%;
    padding: 10px; }
  .icon.brush {
    width: 60px;
    height: 60px;
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/brush.min.svg); }
  .icon.angle {
    width: 60px;
    height: 60px;
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/angle.min.svg); }
  .icon.housing-situation {
    width: 60px;
    height: 60px;
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/housing_situation.min.svg); }
  .icon.view {
    width: 60px;
    height: 60px;
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/eye.min.svg); }
  .icon.floor-pattern {
    width: 60px;
    height: 60px;
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/floor_pattern.min.svg); }
  .icon.parkett-diagonal {
    width: 60px;
    height: 60px;
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/parkett_diagonal.min.svg); }
  .icon.parkett-top-down {
    width: 60px;
    height: 60px;
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/parkett_top_down.min.svg); }
  .icon.big-envelope {
    width: 50px;
    height: 67px;
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/envelope_big.min.svg); }
  .icon.big-envelope-right {
    width: 67px;
    height: 50px;
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/envelope_big_right.min.svg); }
  .icon.big-present {
    width: 50px;
    height: 67px;
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/present_big.min.svg); }
  .icon.round {
    padding: 5px;
    background-size: 60%;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .icon.bordered {
    border: 1px solid #e6e6e6; }
    .icon.bordered:hover {
      border: 1px solid #39322c; }

/* end .icon */
.slick-main {
  display: inline-block;
  position: absolute;
  top: 30%;
  width: 30px;
  height: 30px;
  font-size: 1.375rem;
  color: rgba(57, 50, 44, 0.2); }
  .slick-main:hover {
    color: #39322c;
    cursor: pointer; }
  .slick-main:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit; }
  .slick-main.slick-prev {
    left: -40px; }
    .slick-main.slick-prev:after {
      content: '\f104'; }
  .slick-main.slick-next {
    right: -40px; }
    .slick-main.slick-next:after {
      content: '\f105'; }

/* end .slick-main */
.button, .vc_btn3, .vc_btn3:focus, .product-content .tinv-wishlist a, .wp-button, .vc_btn3:focus {
  padding: 10px 10px 8px 10px;
  text-transform: uppercase;
  display: inline-block;
  background: none;
  font-size: 1.25rem;
  line-height: 1.2em !important;
  margin: 30px 0;
  word-wrap: break-word;
  line-height: 1.2em;
  cursor: pointer; }
  .button.show-for-at, .button.show-for-de, .button.show-for-ch, .vc_btn3.show-for-at, .vc_btn3.show-for-de, .vc_btn3.show-for-ch, .vc_btn3:focus.show-for-at, .vc_btn3:focus.show-for-de, .vc_btn3:focus.show-for-ch, .product-content .tinv-wishlist a.show-for-at, .product-content .tinv-wishlist a.show-for-de, .product-content .tinv-wishlist a.show-for-ch, .wp-button.show-for-at, .wp-button.show-for-de, .wp-button.show-for-ch, .vc_btn3:focus.show-for-at, .vc_btn3:focus.show-for-de, .vc_btn3:focus.show-for-ch {
    display: inline-block !important; }
  .button.yellow, .vc_btn3.yellow, .vc_btn3:focus.yellow, .product-content .tinv-wishlist a.yellow, .wp-button.yellow, .vc_btn3:focus.yellow {
    background: #faba00;
    color: #fff; }
    .button.yellow:hover, .vc_btn3.yellow:hover, .vc_btn3:focus.yellow:hover, .product-content .tinv-wishlist a.yellow:hover, .wp-button.yellow:hover, .vc_btn3:focus.yellow:hover {
      color: #fff !important;
      background: #39322c; }
  .button.total-dark, .vc_btn3.total-dark, .vc_btn3:focus.total-dark, .product-content .tinv-wishlist a.total-dark, .wp-button.total-dark, .vc_btn3:focus.total-dark {
    background: #39322c;
    color: #fff;
    padding: 10px 10px 7px 10px; }
    .button.total-dark:hover, .button.total-dark.active, .vc_btn3.total-dark:hover, .vc_btn3.total-dark.active, .vc_btn3:focus.total-dark:hover, .vc_btn3:focus.total-dark.active, .product-content .tinv-wishlist a.total-dark:hover, .product-content .tinv-wishlist a.total-dark.active, .wp-button.total-dark:hover, .wp-button.total-dark.active, .vc_btn3:focus.total-dark:hover, .vc_btn3:focus.total-dark.active {
      color: #fff !important;
      background: #faba00; }
    .button.total-dark.hover-light:hover, .button.total-dark.hover-light.active, .vc_btn3.total-dark.hover-light:hover, .vc_btn3.total-dark.hover-light.active, .vc_btn3:focus.total-dark.hover-light:hover, .vc_btn3:focus.total-dark.hover-light.active, .product-content .tinv-wishlist a.total-dark.hover-light:hover, .product-content .tinv-wishlist a.total-dark.hover-light.active, .wp-button.total-dark.hover-light:hover, .wp-button.total-dark.hover-light.active, .vc_btn3:focus.total-dark.hover-light:hover, .vc_btn3:focus.total-dark.hover-light.active {
      background: rgba(0, 0, 0, 0.2); }
  .button.wp-ghost-white, .button.vc_btn3-color-wp-ghost, .vc_btn3.wp-ghost-white, .vc_btn3.vc_btn3-color-wp-ghost, .vc_btn3:focus.wp-ghost-white, .vc_btn3:focus.vc_btn3-color-wp-ghost, .product-content .tinv-wishlist a.wp-ghost-white, .product-content .tinv-wishlist a.vc_btn3-color-wp-ghost, .wp-button.wp-ghost-white, .wp-button.vc_btn3-color-wp-ghost, .vc_btn3:focus.wp-ghost-white, .vc_btn3:focus.vc_btn3-color-wp-ghost {
    border: 2px solid #fff;
    color: #fff; }
    .button.wp-ghost-white:hover, .button.vc_btn3-color-wp-ghost:hover, .vc_btn3.wp-ghost-white:hover, .vc_btn3.vc_btn3-color-wp-ghost:hover, .vc_btn3:focus.wp-ghost-white:hover, .vc_btn3:focus.vc_btn3-color-wp-ghost:hover, .product-content .tinv-wishlist a.wp-ghost-white:hover, .product-content .tinv-wishlist a.vc_btn3-color-wp-ghost:hover, .wp-button.wp-ghost-white:hover, .wp-button.vc_btn3-color-wp-ghost:hover, .vc_btn3:focus.wp-ghost-white:hover, .vc_btn3:focus.vc_btn3-color-wp-ghost:hover {
      color: #fff !important;
      background: #faba00;
      border: 2px solid #faba00; }
  .button.wp-ghost-yellow, .button.vc_btn3-color-wp-yellow, .vc_btn3.wp-ghost-yellow, .vc_btn3.vc_btn3-color-wp-yellow, .vc_btn3:focus.wp-ghost-yellow, .vc_btn3:focus.vc_btn3-color-wp-yellow, .product-content .tinv-wishlist a.wp-ghost-yellow, .product-content .tinv-wishlist a.vc_btn3-color-wp-yellow, .wp-button.wp-ghost-yellow, .wp-button.vc_btn3-color-wp-yellow, .vc_btn3:focus.wp-ghost-yellow, .vc_btn3:focus.vc_btn3-color-wp-yellow {
    border: 2px solid #faba00;
    color: #faba00; }
    .button.wp-ghost-yellow:hover, .button.vc_btn3-color-wp-yellow:hover, .vc_btn3.wp-ghost-yellow:hover, .vc_btn3.vc_btn3-color-wp-yellow:hover, .vc_btn3:focus.wp-ghost-yellow:hover, .vc_btn3:focus.vc_btn3-color-wp-yellow:hover, .product-content .tinv-wishlist a.wp-ghost-yellow:hover, .product-content .tinv-wishlist a.vc_btn3-color-wp-yellow:hover, .wp-button.wp-ghost-yellow:hover, .wp-button.vc_btn3-color-wp-yellow:hover, .vc_btn3:focus.wp-ghost-yellow:hover, .vc_btn3:focus.vc_btn3-color-wp-yellow:hover {
      color: #fff !important;
      background: #39322c;
      border: 2px solid #39322c; }
  .button.vc_btn3-color-wp-ghost:focus, .vc_btn3.vc_btn3-color-wp-ghost:focus, .vc_btn3:focus.vc_btn3-color-wp-ghost:focus, .product-content .tinv-wishlist a.vc_btn3-color-wp-ghost:focus, .wp-button.vc_btn3-color-wp-ghost:focus, .vc_btn3:focus.vc_btn3-color-wp-ghost:focus {
    padding: 18px 25px !important;
    margin-bottom: 0 !important; }
  .button.wp-ghost-dark, .button.vc_btn3-color-wp-dark, .vc_btn3.wp-ghost-dark, .vc_btn3.vc_btn3-color-wp-dark, .vc_btn3:focus.wp-ghost-dark, .vc_btn3:focus.vc_btn3-color-wp-dark, .product-content .tinv-wishlist a.wp-ghost-dark, .product-content .tinv-wishlist a.vc_btn3-color-wp-dark, .wp-button.wp-ghost-dark, .wp-button.vc_btn3-color-wp-dark, .vc_btn3:focus.wp-ghost-dark, .vc_btn3:focus.vc_btn3-color-wp-dark {
    border: 2px solid #39322c;
    color: #39322c; }
    .button.wp-ghost-dark:hover, .button.vc_btn3-color-wp-dark:hover, .vc_btn3.wp-ghost-dark:hover, .vc_btn3.vc_btn3-color-wp-dark:hover, .vc_btn3:focus.wp-ghost-dark:hover, .vc_btn3:focus.vc_btn3-color-wp-dark:hover, .product-content .tinv-wishlist a.wp-ghost-dark:hover, .product-content .tinv-wishlist a.vc_btn3-color-wp-dark:hover, .wp-button.wp-ghost-dark:hover, .wp-button.vc_btn3-color-wp-dark:hover, .vc_btn3:focus.wp-ghost-dark:hover, .vc_btn3:focus.vc_btn3-color-wp-dark:hover {
      color: #fff !important;
      background: #faba00;
      border: 2px solid #faba00; }
  .button.wp-ghost-dark.light, .button.tinvwl_add_to_wishlist_button, .vc_btn3.wp-ghost-dark.light, .vc_btn3.tinvwl_add_to_wishlist_button, .vc_btn3:focus.wp-ghost-dark.light, .vc_btn3:focus.tinvwl_add_to_wishlist_button, .product-content .tinv-wishlist a.wp-ghost-dark.light, .product-content .tinv-wishlist a.tinvwl_add_to_wishlist_button, .wp-button.wp-ghost-dark.light, .wp-button.tinvwl_add_to_wishlist_button, .vc_btn3:focus.wp-ghost-dark.light, .vc_btn3:focus.tinvwl_add_to_wishlist_button {
    border: 2px solid #39322c;
    background: none;
    color: #39322c; }
    .button.wp-ghost-dark.light:hover, .button.tinvwl_add_to_wishlist_button:hover, .vc_btn3.wp-ghost-dark.light:hover, .vc_btn3.tinvwl_add_to_wishlist_button:hover, .vc_btn3:focus.wp-ghost-dark.light:hover, .vc_btn3:focus.tinvwl_add_to_wishlist_button:hover, .product-content .tinv-wishlist a.wp-ghost-dark.light:hover, .product-content .tinv-wishlist a.tinvwl_add_to_wishlist_button:hover, .wp-button.wp-ghost-dark.light:hover, .wp-button.tinvwl_add_to_wishlist_button:hover, .vc_btn3:focus.wp-ghost-dark.light:hover, .vc_btn3:focus.tinvwl_add_to_wishlist_button:hover {
      color: #fff !important;
      background: #faba00;
      border: 2px solid #faba00; }
  .button.wp-dark, .vc_btn3.wp-dark, .vc_btn3:focus.wp-dark, .product-content .tinv-wishlist a.wp-dark, .wp-button.wp-dark, .vc_btn3:focus.wp-dark {
    background: #39322c !important;
    color: #fff;
    border: 2px solid #39322c;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    .button.wp-dark:hover, .vc_btn3.wp-dark:hover, .vc_btn3:focus.wp-dark:hover, .product-content .tinv-wishlist a.wp-dark:hover, .wp-button.wp-dark:hover, .vc_btn3:focus.wp-dark:hover {
      color: #fff !important;
      border: 2px solid #faba00 !important;
      background: #faba00 !important; }

/* end .button */
body.idp .button, body.idp .vc_btn3, body.idp .vc_btn3:focus, body.idp .product-content .tinv-wishlist a, body.page-template-template-idp20 .button, body.page-template-template-idp20 .vc_btn3, body.page-template-template-idp20 .vc_btn3:focus, body.page-template-template-idp20 .product-content .tinv-wishlist a {
  line-height: 1.0em;
  padding: 16px 10px 16px 10px; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    body.idp .button, body.idp .vc_btn3, body.idp .vc_btn3:focus, body.idp .product-content .tinv-wishlist a, body.page-template-template-idp20 .button, body.page-template-template-idp20 .vc_btn3, body.page-template-template-idp20 .vc_btn3:focus, body.page-template-template-idp20 .product-content .tinv-wishlist a {
      padding: 16px 10px 8px 10px; } }
  body.idp .button.wp-ghost-white:not(.no-idp-change), body.idp .button.vc_btn3-color-wp-ghost, body.idp .vc_btn3.wp-ghost-white:not(.no-idp-change), body.idp .vc_btn3.vc_btn3-color-wp-ghost, body.idp .vc_btn3:focus.wp-ghost-white:not(.no-idp-change), body.idp .vc_btn3:focus.vc_btn3-color-wp-ghost, body.idp .product-content .tinv-wishlist a.wp-ghost-white:not(.no-idp-change), body.idp .product-content .tinv-wishlist a.vc_btn3-color-wp-ghost, body.page-template-template-idp20 .button.wp-ghost-white:not(.no-idp-change), body.page-template-template-idp20 .button.vc_btn3-color-wp-ghost, body.page-template-template-idp20 .vc_btn3.wp-ghost-white:not(.no-idp-change), body.page-template-template-idp20 .vc_btn3.vc_btn3-color-wp-ghost, body.page-template-template-idp20 .vc_btn3:focus.wp-ghost-white:not(.no-idp-change), body.page-template-template-idp20 .vc_btn3:focus.vc_btn3-color-wp-ghost, body.page-template-template-idp20 .product-content .tinv-wishlist a.wp-ghost-white:not(.no-idp-change), body.page-template-template-idp20 .product-content .tinv-wishlist a.vc_btn3-color-wp-ghost {
    font-family: "BlogScript", "DIN Next W01 Black", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    border: 6px solid #fff;
    border-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/others/idp_border_white.min.svg) 2% stretch; }
  body.idp .button.wp-ghost-dark:not(.no-idp-change), body.idp .button.vc_btn3-color-wp-dark, body.idp .vc_btn3.wp-ghost-dark:not(.no-idp-change), body.idp .vc_btn3.vc_btn3-color-wp-dark, body.idp .vc_btn3:focus.wp-ghost-dark:not(.no-idp-change), body.idp .vc_btn3:focus.vc_btn3-color-wp-dark, body.idp .product-content .tinv-wishlist a.wp-ghost-dark:not(.no-idp-change), body.idp .product-content .tinv-wishlist a.vc_btn3-color-wp-dark, body.page-template-template-idp20 .button.wp-ghost-dark:not(.no-idp-change), body.page-template-template-idp20 .button.vc_btn3-color-wp-dark, body.page-template-template-idp20 .vc_btn3.wp-ghost-dark:not(.no-idp-change), body.page-template-template-idp20 .vc_btn3.vc_btn3-color-wp-dark, body.page-template-template-idp20 .vc_btn3:focus.wp-ghost-dark:not(.no-idp-change), body.page-template-template-idp20 .vc_btn3:focus.vc_btn3-color-wp-dark, body.page-template-template-idp20 .product-content .tinv-wishlist a.wp-ghost-dark:not(.no-idp-change), body.page-template-template-idp20 .product-content .tinv-wishlist a.vc_btn3-color-wp-dark {
    font-family: "BlogScript", "DIN Next W01 Black", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    border: 6px solid #39322c;
    border-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/others/idp_border_dark.min.svg) 2% stretch; }
  body.idp .button.wp-ghost-yellow:not(.no-idp-change), body.idp .button.vc_btn3-color-wp-yellow, body.idp .vc_btn3.wp-ghost-yellow:not(.no-idp-change), body.idp .vc_btn3.vc_btn3-color-wp-yellow, body.idp .vc_btn3:focus.wp-ghost-yellow:not(.no-idp-change), body.idp .vc_btn3:focus.vc_btn3-color-wp-yellow, body.idp .product-content .tinv-wishlist a.wp-ghost-yellow:not(.no-idp-change), body.idp .product-content .tinv-wishlist a.vc_btn3-color-wp-yellow, body.page-template-template-idp20 .button.wp-ghost-yellow:not(.no-idp-change), body.page-template-template-idp20 .button.vc_btn3-color-wp-yellow, body.page-template-template-idp20 .vc_btn3.wp-ghost-yellow:not(.no-idp-change), body.page-template-template-idp20 .vc_btn3.vc_btn3-color-wp-yellow, body.page-template-template-idp20 .vc_btn3:focus.wp-ghost-yellow:not(.no-idp-change), body.page-template-template-idp20 .vc_btn3:focus.vc_btn3-color-wp-yellow, body.page-template-template-idp20 .product-content .tinv-wishlist a.wp-ghost-yellow:not(.no-idp-change), body.page-template-template-idp20 .product-content .tinv-wishlist a.vc_btn3-color-wp-yellow {
    font-family: "BlogScript", "DIN Next W01 Black", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    border: 6px solid #faba00;
    border-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/others/idp_border_yellow.min.svg) 2% stretch; }

.wp-light {
  color: #fff; }
  .wp-light a {
    color: #fff !important; }
    .wp-light a:hover {
      color: #faba00; }
  .wp-light .button {
    border: 2px solid #fff;
    font-family: "DIN Next W01 Black", "DIN Next W01 Black", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
    .wp-light .button:hover {
      color: #fff !important;
      background: #faba00;
      border: 2px solid #faba00; }

/* end wp-light */
.wp-dark {
  color: #39322c; }
  .wp-dark a {
    color: #39322c !important; }
    .wp-dark a:hover {
      color: #faba00; }
  .wp-dark .button {
    border: 2px solid #39322c;
    font-family: "DIN Next W01 Black", "DIN Next W01 Black", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
    .wp-dark .button:hover {
      color: #fff !important;
      background: #faba00;
      border: 2px solid #faba00; }

/* end wp-dark */
body.idp .wp-light .button, body.page-template-template-idp20 .wp-light .button {
  padding: 16px 10px 16px 10px;
  font-family: "BlogScript", "DIN Next W01 Black", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  border: 6px solid #fff;
  border-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/others/idp_border_white.min.svg) 2% stretch; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    body.idp .wp-light .button, body.page-template-template-idp20 .wp-light .button {
      padding: 16px 10px 8px 10px; } }

body.idp .wp-dark .button, body.page-template-template-idp20 .wp-dark .button {
  padding: 16px 10px 16px 10px;
  font-family: "BlogScript", "DIN Next W01 Black", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  border: 6px solid #39322c;
  border-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/others/idp_border_dark.min.svg) 2% stretch; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    body.idp .wp-dark .button, body.page-template-template-idp20 .wp-dark .button {
      padding: 16px 10px 8px 10px; } }

.social {
  width: 27px;
  height: 27px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  margin-right: 5px; }
  .social.linked-in {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/social/linked_in_out.min.svg); }
    .social.linked-in:hover {
      background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/social/linked_in_over.min.svg); }
  .social.flickr {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/social/flickr_out.min.svg); }
    .social.flickr:hover {
      background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/social/flickr_over.min.svg); }
  .social.twitter {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/social/twitter_out.min.svg); }
    .social.twitter:hover {
      background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/social/twitter_over.min.svg); }
  .social.facebook {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/social/facebook_out.min.svg); }
    .social.facebook:hover {
      background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/social/facebook_over.min.svg); }
  .social.pinterest {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/social/pinterest_out.min.svg); }
    .social.pinterest:hover {
      background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/social/pinterest_over.min.svg); }
  .social.slideshare {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/social/slideshare_out.min.svg); }
    .social.slideshare:hover {
      background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/social/slideshare_over.min.svg); }
  .social.xing {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/social/xing_out.min.svg); }
    .social.xing:hover {
      background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/social/xing_over.min.svg); }
  .social.youtube {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/social/youtube_out.min.svg); }
    .social.youtube:hover {
      background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/social/youtube_over.min.svg); }
  .social.instagram {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/social/instagram_out.min.svg); }
    .social.instagram:hover {
      background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/social/instagram_over.min.svg); }

/* end .social */
.scroll-top {
  display: inline-block;
  position: fixed;
  right: 20px;
  bottom: 60px;
  width: 16px;
  height: 22px;
  z-index: 100;
  background: url('data:image/svg+xml;utf8,&lt;svg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 15.2 22"&gt;&lt;style&gt;.st0{fill:#39322c}&lt;/style&gt;&lt;g id="lbJ3UE.tif"&gt;&lt;image width="16" height="24" id="Ebene_1_1_" xlink:href="3E81FB72F035681B.png" transform="translate(53.292 -9.104)" overflow="visible"/&gt;&lt;/g&gt;&lt;path class="st0" d="M1.7 18.9h12V22h-12z"/&gt;&lt;path class="st0" d="M6.7 6.9h2v12.4h-2z"/&gt;&lt;path transform="rotate(45.001 4.632 10.228)" class="st0" d="M3.5 4.8h2.3v10.8H3.5z"/&gt;&lt;path transform="rotate(134.999 10.868 10.461)" class="st0" d="M9.7 5.4H12v10.1H9.7z"/&gt;&lt;path transform="rotate(45.001 4.656 4.632)" class="st0" d="M3.5-.8h2.3V10H3.5z"/&gt;&lt;path transform="rotate(134.999 10.891 4.865)" class="st0" d="M9.7-.2H12V9.9H9.7z"/&gt;&lt;/svg&gt;') no-repeat center center; }
  .scroll-top:hover {
    background: url('data:image/svg+xml;utf8,&lt;svg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 15.2 22"&gt;&lt;style&gt;.st0{fill:#faba00}&lt;/style&gt;&lt;g id="lbJ3UE.tif"&gt;&lt;image width="16" height="24" id="Ebene_1_1_" xlink:href="3E81FB72F035681B.png" transform="translate(53.292 -9.104)" overflow="visible"/&gt;&lt;/g&gt;&lt;path class="st0" d="M1.7 18.9h12V22h-12z"/&gt;&lt;path class="st0" d="M6.7 6.9h2v12.4h-2z"/&gt;&lt;path transform="rotate(45.001 4.632 10.228)" class="st0" d="M3.5 4.8h2.3v10.8H3.5z"/&gt;&lt;path transform="rotate(134.999 10.868 10.461)" class="st0" d="M9.7 5.4H12v10.1H9.7z"/&gt;&lt;path transform="rotate(45.001 4.656 4.632)" class="st0" d="M3.5-.8h2.3V10H3.5z"/&gt;&lt;path transform="rotate(134.999 10.891 4.865)" class="st0" d="M9.7-.2H12V9.9H9.7z"/&gt;&lt;/svg&gt;') no-repeat center center; }

/* end .scroll-top */
a.scroll-to-content-link {
  display: inline-block;
  color: #fff;
  font-size: 3.125rem;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -25px;
  z-index: 100; }
  a.scroll-to-content-link:hover {
    color: #faba00; }

/* end a.scroll-to-content-link */
.hidden-trigger, .hidden-product-trigger {
  text-transform: uppercase;
  width: 100%;
  position: relative;
  margin-top: 10px;
  text-align: center; }
  .hidden-trigger .gradient, .hidden-product-trigger .gradient {
    height: 50px;
    width: 100%;
    position: absolute;
    top: -60px;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #fff);
    background: -moz-linear-gradient(rgba(255, 255, 255, 0), #fff);
    background: -ms-linear-gradient(rgba(255, 255, 255, 0), #fff);
    background: -o-linear-gradient(rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(rgba(255, 255, 255, 0), #fff); }
  .hidden-trigger .button, .hidden-product-trigger .button {
    margin: 0; }
  .hidden-trigger a, .hidden-product-trigger a {
    display: block; }

/* end .hidden-trigger  */
.wp-boxed {
  border: 2px solid #39322c;
  padding: 10% 5% 1% 5%;
  position: relative; }
  .wp-boxed h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center; }
  .wp-boxed:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: -30px;
    background-color: #faba00;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 85%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  .wp-boxed.downloads:before {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/download.min.svg); }
  .wp-boxed.service:before {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/tool.min.svg);
    background-size: 100%; }
  .wp-boxed.exclamation-mark:before {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/exclamation_mark.min.svg); }
  .wp-boxed.information:before {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/information.min.svg); }
  .wp-boxed.idea:before {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/gulp.min.svg); }
  .wp-boxed.check:before {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/check_shadow.min.svg); }
  .wp-boxed.quote:before {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/quote.min.svg); }
  .wp-boxed :last-child:not(.is-active) &gt; .accordion-title {
    border: 0; }
  .wp-boxed .accordion .is-active a {
    color: #fff;
    background: #d9d1ca; }
  .wp-boxed .accordion-title {
    border: 0;
    font-size: 1.125rem;
    text-transform: uppercase;
    position: relative;
    padding-left: 40px;
    word-wrap: break-word;
    display: flex;
    align-items: center; }
    .wp-boxed .accordion-title strong {
      font-size: 1.5625rem;
      font-family: "DIN Next W01 Black", "DIN Next W01 Black", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      margin-left: -20px;
      margin-right: 15px; }
    .wp-boxed .accordion-title:hover, .wp-boxed .accordion-title .is-active {
      color: #fff; }
  .wp-boxed .accordion-content {
    border: 0;
    border-bottom: 1px solid #e6e6e6;
    font-size: 1.125rem; }

/* end .wp-boxed */
.info-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  padding: 5px;
  background: #faba00 url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/information.min.svg) no-repeat bottom right;
  background-size: 85%; }
  .info-icon.round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .info-icon.dark {
    background-color: #8a8a8a; }

/* end info icon */
/* end brush-icon */
.parkett-type {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  border: none;
  position: relative;
  z-index: 1;
  margin-right: 15px;
  cursor: pointer; }
  .parkett-type.gesundheit {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/gesundheit.min.svg); }
    .parkett-type.gesundheit.active {
      background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/gesundheit_hover.min.svg); }
    .parkett-type.gesundheit:hover {
      background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/gesundheit_hover.min.svg); }
  .parkett-type.idesign {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/idesign.min.svg); }
    .parkett-type.idesign.active {
      background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/idesign_hover.min.svg); }
    .parkett-type.idesign:hover {
      background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/idesign_hover.min.svg); }
  .parkett-type.pflegefrei {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/pflegefrei.min.svg); }
    .parkett-type.pflegefrei.active {
      background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/pflegefrei_hover.min.svg); }
    .parkett-type.pflegefrei:hover {
      background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/pflegefrei_hover.min.svg); }
  .parkett-type.fluester {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/fluester.min.svg); }
    .parkett-type.fluester.active {
      background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/fluester_hover.min.svg); }
    .parkett-type.fluester:hover {
      background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/fluester_hover.min.svg); }
  .parkett-type.renovierung {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/renovierung.min.svg); }
    .parkett-type.renovierung.active {
      background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/renovierung_hover.min.svg); }
    .parkett-type.renovierung:hover {
      background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/renovierung_hover.min.svg); }
  .parkett-type .info-icon {
    right: -10px;
    top: -5px; }

/* end .parkett-type */
.parkett-facts {
  display: inline-block;
  width: 50px;
  height: 58px;
  border: none;
  position: relative;
  z-index: 1;
  margin-right: 15px;
  cursor: pointer; }
  .parkett-facts.underfloor-heating, .parkett-facts.hardness-grade {
    height: 134px; }

/* end .surface */
#modal-search {
  /* end #searchResults*/ }
  #modal-search #searchResults.mobile {
    display: none;
    /* end .inner */ }
    #modal-search #searchResults.mobile .products, #modal-search #searchResults.mobile .content, #modal-search #searchResults.mobile .showrooms {
      margin-bottom: 20px;
      border-bottom: 1px solid #e6e6e6; }
    #modal-search #searchResults.mobile .inner .row {
      margin-top: 0;
      margin-bottom: 0;
      line-height: 1.2em; }
    #modal-search #searchResults.mobile .inner .row-1 {
      font-size: 0.875rem; }
    #modal-search #searchResults.mobile .inner .row-2 {
      font-size: 0.625rem; }
    #modal-search #searchResults.mobile .inner .row-3 {
      font-size: 0.5rem; }
    #modal-search #searchResults.mobile .inner .no-result {
      display: none;
      color: #8a8a8a;
      text-align: left;
      font-size: 0.875rem; }
    #modal-search #searchResults.mobile .inner ul {
      margin: 0;
      padding: 0;
      border: 0;
      list-style: none;
      background: none; }
    #modal-search #searchResults.mobile .inner li {
      margin-bottom: 10px; }
    #modal-search #searchResults.mobile .inner ul, #modal-search #searchResults.mobile .inner li {
      text-align: left;
      list-style: none;
      font-size: 0.875rem; }
      #modal-search #searchResults.mobile .inner ul a, #modal-search #searchResults.mobile .inner li a {
        color: #000; }
        #modal-search #searchResults.mobile .inner ul a:hover, #modal-search #searchResults.mobile .inner li a:hover {
          color: #faba00; }
    #modal-search #searchResults.mobile .products .inner a {
      text-transform: uppercase; }

/* end #modal-search */
.search-overlay {
  height: 0;
  visibility: hidden;
  max-height: 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #faba00;
  color: #fff;
  z-index: 999;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  /* end #searchResults*/ }
  .search-overlay.active {
    height: auto;
    visibility: visible;
    max-height: 700px; }
  .search-overlay .row {
    margin: 60px auto; }
  .search-overlay .columns {
    position: relative; }
  .search-overlay .overlay-close {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 1.625rem; }
  .search-overlay ::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1; }
  .search-overlay :-moz-placeholder {
    color: #fff !important;
    opacity: 1; }
  .search-overlay ::-moz-placeholder {
    color: #fff !important;
    opacity: 1; }
  .search-overlay :-ms-input-placeholder {
    color: #fff !important;
    opacity: 1; }
  .search-overlay input, .search-overlay input:focus {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    background: none;
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    -ms-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    display: inline-block;
    color: #fff !important;
    font-size: 3.75rem;
    border-bottom: 4px solid #fff;
    width: 52%;
    height: 100px;
    line-height: 2em !important;
    padding: 0px 20px; }
  .search-overlay .search-icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    position: relative;
    top: 50px;
    background: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/search_no_shadow.min.svg) no-repeat center center;
    background-size: cover; }
  .search-overlay #searchResults {
    display: none;
    /* end .inner */ }
    .search-overlay #searchResults .nopadding:nth-child(2) {
      padding: 0 1px; }
    .search-overlay #searchResults .inner {
      background: #fff;
      padding: 20px; }
      .search-overlay #searchResults .inner .row {
        margin-top: 0;
        margin-bottom: 0;
        line-height: 1.2em; }
      .search-overlay #searchResults .inner .row-1 {
        font-size: 0.875rem; }
      .search-overlay #searchResults .inner .row-2 {
        font-size: 0.625rem; }
      .search-overlay #searchResults .inner .row-3 {
        font-size: 0.625rem; }
      .search-overlay #searchResults .inner .no-result {
        display: none;
        color: #8a8a8a;
        text-align: left;
        font-size: 0.875rem; }
      .search-overlay #searchResults .inner h3 {
        color: #faba00;
        text-align: left;
        font-size: 0.875rem;
        margin: 0 0 20px 0;
        font-weight: 700; }
      .search-overlay #searchResults .inner ul {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        background: none; }
      .search-overlay #searchResults .inner li {
        margin-bottom: 10px; }
      .search-overlay #searchResults .inner ul, .search-overlay #searchResults .inner li {
        text-align: left;
        list-style: none;
        font-size: 0.875rem; }
        .search-overlay #searchResults .inner ul a, .search-overlay #searchResults .inner li a {
          color: #000; }
          .search-overlay #searchResults .inner ul a:hover, .search-overlay #searchResults .inner li a:hover {
            color: #faba00; }
    .search-overlay #searchResults .products .inner a {
      text-transform: uppercase; }

/* end .search-overlay */
.category-24h {
  display: inline-block;
  position: relative; }
  .category-24h .offer-24h {
    position: absolute;
    z-index: 2;
    top: -35px;
    right: -35px;
    display: inline-block;
    width: 55px;
    height: 55px;
    background: #faba00 url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/24h.min.svg) no-repeat center center;
    background-size: 80%;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }

/* end .category-24h */
.gmap {
  width: 100%;
  height: 570px;
  /* end .infobox  */ }
  .gmap .infobox {
    padding: 10px; }
    .gmap .infobox .infobox-contact {
      font-size: 14px;
      line-height: 1.7em;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #eee; }
    .gmap .infobox .infobox a {
      color: #faba00; }
    .gmap .infobox .infobox-actions .choosePartner,
    .gmap .infobox .infobox-actions .showRoute {
      display: inline-block;
      width: auto;
      margin-right: 2px; }
    .gmap .infobox.overlay h4 {
      margin: 0 0 10px 0; }
    .gmap .infobox.overlay .infobox-info {
      background: #e6e6e6;
      font-size: 0.875rem;
      padding: 10px;
      margin: 0 0 10px 0; }
    .gmap .infobox.overlay .button {
      margin: 0; }

/* end .gmaps */
.reveal .row br, .reveal .columns br {
  display: block !important; }

.reveal .gmap .infobox h4 {
  margin: 0; }

.reveal .gmap .infobox .infobox-actions .choosePartner {
  margin: 0; }
  .reveal .gmap .infobox .infobox-actions .choosePartner i.fa {
    position: static; }

.gmap-wrapper {
  position: relative;
  overflow: hidden; }
  .gmap-wrapper .gmap-overlay {
    position: absolute;
    right: -41%;
    top: 0;
    background: rgba(246, 245, 244, 0.95);
    padding: 20px;
    height: 100%;
    width: 40%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    /* end .infobox  */ }
    .gmap-wrapper .gmap-overlay img {
      max-height: 80px; }
    .gmap-wrapper .gmap-overlay.active {
      right: 0; }
    .gmap-wrapper .gmap-overlay .close {
      z-index: 80; }
    .gmap-wrapper .gmap-overlay .infobox .logo {
      margin-bottom: 20px; }
    .gmap-wrapper .gmap-overlay .infobox h4 {
      margin: 0;
      margin-bottom: 20px;
      font-size: 1.375rem; }
    .gmap-wrapper .gmap-overlay .infobox .infobox-contact {
      font-size: 14px;
      line-height: 1.7em;
      margin-bottom: 10px; }
    .gmap-wrapper .gmap-overlay .infobox .infobox-info {
      background: #e6e6e6;
      font-size: 1.125rem;
      padding: 20px; }
      .gmap-wrapper .gmap-overlay .infobox .infobox-info strong {
        font-size: 1.875rem; }
    .gmap-wrapper .gmap-overlay .infobox .infobox a {
      color: #faba00; }
    .gmap-wrapper .gmap-overlay .infobox .infobox-actions .choosePartner,
    .gmap-wrapper .gmap-overlay .infobox .infobox-actions .showRoute {
      display: inline-block;
      width: auto;
      margin-right: 2px; }
    .gmap-wrapper .gmap-overlay .infobox .button {
      margin: 0 0 10px 0; }

/* end .gmap-wrapper */
body.is-partner .filter-area {
  display: none; }

body.is-partner .gmap-overlay .close {
  display: none; }

.row-journey .roadmap-search {
  padding: 20px 0 10px 0;
  background: #faba00;
  color: #fff; }
  .row-journey .roadmap-search .columns {
    padding: 0 10px; }
  .row-journey .roadmap-search .row:nth-child(1) .columns:nth-child(1) {
    text-align: right;
    font-size: 1.375rem;
    word-spacing: 2px; }
  .row-journey .roadmap-search .columns:nth-child(1) {
    padding-top: 5px; }
  .row-journey .roadmap-search .button {
    margin: 0; }

/* end .row-journey */
.row-journey-desc {
  display: none;
  background: #8a8a8a;
  padding: 20px;
  color: #fff;
  max-height: 200px;
  overflow-x: auto; }
  .row-journey-desc .overview {
    margin: 20px 0;
    font-size: 1.125rem;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px; }
    .row-journey-desc .overview span {
      display: inline-block;
      margin-right: 5px; }

/* end .row-journey-desc */
.loader-overlay {
  display: none !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10000; }
  .loader-overlay i {
    color: #faba00;
    position: fixed;
    left: 50%;
    top: 50%; }

/* end .loader-overlay */
.showroom-info {
  text-align: center;
  background: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/content/showroom_info.jpg) no-repeat top left;
  background-size: cover;
  min-height: 380px;
  position: relative;
  color: #fff;
  margin-top: 100px; }
  .showroom-info a {
    color: #fff; }
    .showroom-info a:hover {
      color: #faba00; }
  .showroom-info .inner {
    position: absolute;
    top: 30%;
    width: 80%;
    left: 50%;
    margin-left: -40%; }

/* end .showroom-info */
.color-palette a {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  margin-right: 2px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease; }
  .color-palette a span {
    display: block;
    width: 100%;
    height: 100%; }
  .color-palette a:hover span {
    zoom: 150%;
    position: absolute;
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.color-palette .c1 span {
  background-color: #ffffff;
  outline: 1px solid #e6e6e6; }

.color-palette .c2 span {
  background-color: #d4a892; }

.color-palette .c3 span {
  background-color: #dc6f32; }

.color-palette .c4 span {
  background-color: #956f55; }

.color-palette .c5 span {
  background-color: #fbc651; }

.color-palette .c6 span {
  background-color: #c4c3b8; }

.color-palette .c7 span {
  background-color: #658757; }

.color-palette .c8 span {
  background-color: #226264; }

.color-palette .c9 span {
  background-color: #4d567f; }

.color-palette .c10 span {
  background-color: #7b7aa4; }

.color-palette .c11 span {
  background-color: #f0d0dd; }

.color-palette .c12 span {
  background-color: #9f8a92; }

.color-palette .c13 span {
  background-color: #e195b1; }

.color-palette .c14 span {
  background-color: #9c4261; }

.color-palette .c15 span {
  background-color: #6f3545; }

.color-palette .c16 span {
  background-color: #754248; }

.color-palette .c17 span {
  background-color: #5e4748; }

.color-palette .c18 span {
  background-color: #846c6d; }

/* end .color-palette */
.idp-configurator-icon {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  background: none;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
  pading: 5%;
  border: 0 !important;
  text-indent: -999em;
  cursor: default; }
  .idp-configurator-icon.finishing-plus {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/idp_finishing_plus.min.svg); }
  .idp-configurator-icon.finishing-minus {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/idp_finishing_minus.min.svg); }
  .idp-configurator-icon.sort-plus {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/idp_sort_plus.min.svg); }
  .idp-configurator-icon.sort-minus {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/idp_sort_minus.min.svg); }
  .idp-configurator-icon.format-plus {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/idp_format_plus.min.svg); }
  .idp-configurator-icon.format-minus {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/idp_format_minus.min.svg);
    width: 35px;
    height: 35px; }
  .idp-configurator-icon.bright-plus {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/idp_bright_plus.min.svg); }
  .idp-configurator-icon.bright-minus {
    background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/idp_bright_minus.min.svg); }

/* end .idp-icon */
.hand {
  position: relative; }
  .hand.finger-right {
    width: 286px;
    min-height: 183px;
    background: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/hand_finger_right.min.svg) no-repeat top left;
    background-size: 60%;
    font-size: 1.875rem;
    text-transform: uppercase; }
    .hand.finger-right span {
      position: absolute;
      top: 80px;
      left: 80px;
      width: 100%;
      font-family: "BlogScript", "DIN Next W01 Black", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      -moz-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
      -o-transform: rotate(-15deg);
      -webkit-transform: rotate(-15deg);
      transform: rotate(-15deg); }
  .hand.spot {
    width: 100%;
    min-height: 183px;
    background-size: 40%;
    font-size: 1.375rem;
    text-transform: uppercase;
    background: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/hand_finger_spot_dark.min.svg) no-repeat top right; }
    .hand.spot span {
      position: absolute;
      top: 80px;
      left: 0px;
      width: 100%;
      font-family: "BlogScript", "DIN Next W01 Black", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      -moz-transform: rotate(-12deg);
      -ms-transform: rotate(-12deg);
      -o-transform: rotate(-12deg);
      -webkit-transform: rotate(-12deg);
      transform: rotate(-12deg); }
    .hand.spot.light {
      color: #fff;
      background: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/hand_finger_spot_white.min.svg) no-repeat top right; }

/* end .hand */
.heart-whishlist {
  position: relative;
  left: -70px;
  top: 20px;
  font-size: 2rem;
  background: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/heart.min.svg) no-repeat 20px 10px;
  width: 286px;
  min-height: 140px;
  background-size: 20%;
  text-transform: uppercase; }
  .heart-whishlist .text {
    position: absolute;
    top: 40px;
    left: 0px;
    font-family: "BlogScript", "DIN Next W01 Black", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
    text-align: right; }
  .heart-whishlist .arrow {
    position: absolute;
    width: 120px;
    height: 100px;
    background-size: 100%;
    background: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/arrow_bent_down.min.svg) no-repeat 20px 10px;
    right: -40px;
    top: 10px;
    -moz-transform: rotate(-170deg);
    -ms-transform: rotate(-170deg);
    -o-transform: rotate(-170deg);
    -webkit-transform: rotate(-170deg);
    transform: rotate(-170deg); }

/* end .heart */
.heart-leisten {
  position: absolute;
  right: 28%;
  top: -300px;
  font-size: 1.625rem;
  background: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/heart.min.svg) no-repeat 10px 22px;
  width: 300px;
  min-height: 140px;
  background-size: 15%;
  text-transform: uppercase;
  /*
	&amp;.items-2 {
		right: 60%;
	}

	&amp;.items-3 {
		right: 40%;
	}

	&amp;.items-4 {
		right: 28%;
	}
	*/ }
  .heart-leisten .text {
    position: absolute;
    top: 40px;
    left: 0px;
    font-family: "BlogScript", "DIN Next W01 Black", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    text-align: right; }
  .heart-leisten .arrow {
    position: absolute;
    width: 120px;
    height: 110px;
    background-size: 100%;
    background: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/arrow_straight_down.min.svg) no-repeat center center;
    right: 110px;
    bottom: -180px;
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg); }

/* end .heart-leisten */
.arrow-pattern {
  position: absolute;
  top: -100px;
  right: 22%;
  z-index: 1;
  font-size: 2rem;
  width: 300px;
  min-height: 140px;
  text-transform: uppercase; }
  .arrow-pattern .text {
    font-family: "BlogScript", "DIN Next W01 Black", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    text-align: right;
    position: absolute; }
  .arrow-pattern .arrow {
    position: absolute;
    width: 120px;
    height: 110px;
    background-size: 100%;
    background: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/arrow_bent_down_left.min.svg) no-repeat center center;
    right: 0;
    top: 80px; }

/* end .arrow-pattern */
.arrow-request {
  position: absolute;
  top: -100px;
  right: 10%;
  z-index: 1;
  font-size: 2rem;
  width: 300px;
  min-height: 140px;
  text-transform: uppercase; }
  .arrow-request .text {
    font-family: "BlogScript", "DIN Next W01 Black", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    text-align: left;
    position: absolute; }
  .arrow-request .arrow {
    position: absolute;
    width: 120px;
    height: 110px;
    background-size: 100%;
    background: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/arrow_bent_down_right.min.svg) no-repeat center center;
    left: -100px;
    top: 80px; }

/* end .arrow-pattern */
body.current-lang-ru.idp .button.wp-ghost-white, body.current-lang-ru.idp .button.vc_btn3-color-wp-ghost, body.current-lang-ru.idp .vc_btn3.wp-ghost-white, body.current-lang-ru.idp .vc_btn3.vc_btn3-color-wp-ghost, body.current-lang-ru.idp .vc_btn3:focus.wp-ghost-white, body.current-lang-ru.idp .vc_btn3:focus.vc_btn3-color-wp-ghost, body.current-lang-ru.idp .product-content .tinv-wishlist a.wp-ghost-white, body.current-lang-ru.idp .product-content .tinv-wishlist a.vc_btn3-color-wp-ghost, body.current-lang-ru.page-template-template-idp20 .button.wp-ghost-white, body.current-lang-ru.page-template-template-idp20 .button.vc_btn3-color-wp-ghost, body.current-lang-ru.page-template-template-idp20 .vc_btn3.wp-ghost-white, body.current-lang-ru.page-template-template-idp20 .vc_btn3.vc_btn3-color-wp-ghost, body.current-lang-ru.page-template-template-idp20 .vc_btn3:focus.wp-ghost-white, body.current-lang-ru.page-template-template-idp20 .vc_btn3:focus.vc_btn3-color-wp-ghost, body.current-lang-ru.page-template-template-idp20 .product-content .tinv-wishlist a.wp-ghost-white, body.current-lang-ru.page-template-template-idp20 .product-content .tinv-wishlist a.vc_btn3-color-wp-ghost {
  font-family: "Blushes-Bold", "DIN Next W01 Black", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

body.current-lang-ru.idp .button.wp-ghost-dark, body.current-lang-ru.idp .button.vc_btn3-color-wp-dark, body.current-lang-ru.idp .vc_btn3.wp-ghost-dark, body.current-lang-ru.idp .vc_btn3.vc_btn3-color-wp-dark, body.current-lang-ru.idp .vc_btn3:focus.wp-ghost-dark, body.current-lang-ru.idp .vc_btn3:focus.vc_btn3-color-wp-dark, body.current-lang-ru.idp .product-content .tinv-wishlist a.wp-ghost-dark, body.current-lang-ru.idp .product-content .tinv-wishlist a.vc_btn3-color-wp-dark, body.current-lang-ru.page-template-template-idp20 .button.wp-ghost-dark, body.current-lang-ru.page-template-template-idp20 .button.vc_btn3-color-wp-dark, body.current-lang-ru.page-template-template-idp20 .vc_btn3.wp-ghost-dark, body.current-lang-ru.page-template-template-idp20 .vc_btn3.vc_btn3-color-wp-dark, body.current-lang-ru.page-template-template-idp20 .vc_btn3:focus.wp-ghost-dark, body.current-lang-ru.page-template-template-idp20 .vc_btn3:focus.vc_btn3-color-wp-dark, body.current-lang-ru.page-template-template-idp20 .product-content .tinv-wishlist a.wp-ghost-dark, body.current-lang-ru.page-template-template-idp20 .product-content .tinv-wishlist a.vc_btn3-color-wp-dark {
  font-family: "Blushes-Bold", "DIN Next W01 Black", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

body.current-lang-ru.idp .button.wp-ghost-yellow, body.current-lang-ru.idp .button.vc_btn3-color-wp-yellow, body.current-lang-ru.idp .vc_btn3.wp-ghost-yellow, body.current-lang-ru.idp .vc_btn3.vc_btn3-color-wp-yellow, body.current-lang-ru.idp .vc_btn3:focus.wp-ghost-yellow, body.current-lang-ru.idp .vc_btn3:focus.vc_btn3-color-wp-yellow, body.current-lang-ru.idp .product-content .tinv-wishlist a.wp-ghost-yellow, body.current-lang-ru.idp .product-content .tinv-wishlist a.vc_btn3-color-wp-yellow, body.current-lang-ru.page-template-template-idp20 .button.wp-ghost-yellow, body.current-lang-ru.page-template-template-idp20 .button.vc_btn3-color-wp-yellow, body.current-lang-ru.page-template-template-idp20 .vc_btn3.wp-ghost-yellow, body.current-lang-ru.page-template-template-idp20 .vc_btn3.vc_btn3-color-wp-yellow, body.current-lang-ru.page-template-template-idp20 .vc_btn3:focus.wp-ghost-yellow, body.current-lang-ru.page-template-template-idp20 .vc_btn3:focus.vc_btn3-color-wp-yellow, body.current-lang-ru.page-template-template-idp20 .product-content .tinv-wishlist a.wp-ghost-yellow, body.current-lang-ru.page-template-template-idp20 .product-content .tinv-wishlist a.vc_btn3-color-wp-yellow {
  font-family: "Blushes-Bold", "DIN Next W01 Black", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

body.current-lang-ru.idp .wp-light .button, body.current-lang-ru.page-template-template-idp20 .wp-light .button {
  font-family: "Blushes-Bold", "DIN Next W01 Black", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

body.current-lang-ru.idp .wp-dark .button, body.current-lang-ru.page-template-template-idp20 .wp-dark .button {
  font-family: "Blushes-Bold", "DIN Next W01 Black", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

body.current-lang-ru .hand span {
  font-family: "Blushes-Bold", "DIN Next W01 Black", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

body.current-lang-ru .heart-whishlist .text, body.current-lang-ru .heart-leisten .text, body.current-lang-ru .arrow-pattern .text, body.current-lang-ru .arrow-request .text {
  font-family: "Blushes-Bold", "DIN Next W01 Black", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

/* end body.current-lang-de */
.vc-post-loop .vc-post-loop-item, .vc-post-loop .loop-link, .grid-isotope .vc-post-loop-item, .grid-isotope .loop-link, .yarrp-slider .vc-post-loop-item, .yarrp-slider .loop-link {
  border: 1px solid #cacaca;
  display: block;
  color: #cacaca; }
  .vc-post-loop .vc-post-loop-item:hover, .vc-post-loop .loop-link:hover, .grid-isotope .vc-post-loop-item:hover, .grid-isotope .loop-link:hover, .yarrp-slider .vc-post-loop-item:hover, .yarrp-slider .loop-link:hover {
    border: 1px solid #39322c;
    color: #39322c; }

.vc-post-loop .vc-post-loop-image, .vc-post-loop .loop-image, .grid-isotope .vc-post-loop-image, .grid-isotope .loop-image, .yarrp-slider .vc-post-loop-image, .yarrp-slider .loop-image {
  margin-bottom: 20px; }

.vc-post-loop .vc-post-loop-inner, .vc-post-loop .loop-inner, .grid-isotope .vc-post-loop-inner, .grid-isotope .loop-inner, .yarrp-slider .vc-post-loop-inner, .yarrp-slider .loop-inner {
  font-size: 13px;
  padding: 2% 5% 10% 5%; }
  .vc-post-loop .vc-post-loop-inner h3, .vc-post-loop .loop-inner h3, .grid-isotope .vc-post-loop-inner h3, .grid-isotope .loop-inner h3, .yarrp-slider .vc-post-loop-inner h3, .yarrp-slider .loop-inner h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-family: "DIN Next LT W01 Bold", "DIN Next W01 Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.vc-post-loop .slick-main, .grid-isotope .slick-main, .yarrp-slider .slick-main {
  color: #fff;
  top: 45%;
  background: rgba(57, 50, 44, 0.5);
  z-index: 20; }
  .vc-post-loop .slick-main.slick-prev, .grid-isotope .slick-main.slick-prev, .yarrp-slider .slick-main.slick-prev {
    left: 0px; }
  .vc-post-loop .slick-main.slick-next, .grid-isotope .slick-main.slick-next, .yarrp-slider .slick-main.slick-next {
    right: 0px; }

/* end .vc-post-loop, .grid-isotope, .yarrp-slider  */
.reveal-form, .page-template-template-brochure {
  /* end .wishlist-items */ }
  .reveal-form h1, .reveal-form h2, .reveal-form h3, .reveal-form h4, .reveal-form h5, .reveal-form h6, .page-template-template-brochure h1, .page-template-template-brochure h2, .page-template-template-brochure h3, .page-template-template-brochure h4, .page-template-template-brochure h5, .page-template-template-brochure h6 {
    margin: 50px 0 10px 0; }
  .reveal-form h4, .page-template-template-brochure h4 {
    font-size: 1.375rem; }
  .reveal-form form, .page-template-template-brochure form {
    margin-top: 20px; }
  .reveal-form label.error, .reveal-form span.wpcf7-not-valid-tip, .page-template-template-brochure label.error, .page-template-template-brochure span.wpcf7-not-valid-tip {
    color: #cc4b37; }
  .reveal-form .g-recaptcha.error, .page-template-template-brochure .g-recaptcha.error {
    border: 2px solid #cc4b37; }
  .reveal-form label br, .reveal-form .row br, .reveal-form .columns br, .page-template-template-brochure label br, .page-template-template-brochure .row br, .page-template-template-brochure .columns br {
    display: none; }
  .reveal-form select, .reveal-form input, .reveal-form label, .reveal-form button, .page-template-template-brochure select, .page-template-template-brochure input, .page-template-template-brochure label, .page-template-template-brochure button {
    margin: 0; }
  .reveal-form button, .page-template-template-brochure button {
    margin: 20px 0 0 0; }
  .reveal-form input.error, .reveal-form input.wpcf7-not-valid, .page-template-template-brochure input.error, .page-template-template-brochure input.wpcf7-not-valid {
    border: 1px solid #cc4b37; }
  .reveal-form .gmap, .page-template-template-brochure .gmap {
    height: 500px;
    position: relative; }
    .reveal-form .gmap i.fa, .page-template-template-brochure .gmap i.fa {
      position: Absolute;
      top: 45%;
      left: 50%; }
  .reveal-form .chosen-partner, .page-template-template-brochure .chosen-partner {
    display: none; }
    .reveal-form .chosen-partner .partner-data, .page-template-template-brochure .chosen-partner .partner-data {
      background: #ece8e4;
      padding: 20px;
      border-bottom: 1px solid #cacaca; }
      .reveal-form .chosen-partner .partner-data h4, .page-template-template-brochure .chosen-partner .partner-data h4 {
        margin: 0 0 10px 0;
        font-size: 1rem;
        font-family: "DIN Next LT W01 Bold", "DIN Next W01 Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
    .reveal-form .chosen-partner .infobox-actions, .page-template-template-brochure .chosen-partner .infobox-actions {
      display: none; }
  .reveal-form .form-errors, .page-template-template-brochure .form-errors {
    display: none;
    margin-top: 20px; }
    .reveal-form .form-errors .inner, .page-template-template-brochure .form-errors .inner {
      background: rgba(204, 75, 55, 0.2);
      border: 1px solid #cc4b37;
      padding: 20px;
      margin: 0; }
      .reveal-form .form-errors .inner h4, .page-template-template-brochure .form-errors .inner h4 {
        margin: 0 0 20px 0; }
      .reveal-form .form-errors .inner a, .page-template-template-brochure .form-errors .inner a {
        color: #cc4b37;
        font-family: "DIN Next LT W01 Bold", "DIN Next W01 Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .reveal-form .product-list .row, .page-template-template-brochure .product-list .row {
    padding: 20px 0;
    border-bottom: 1px solid #8a8a8a;
    position: relative; }
    .reveal-form .product-list .row .remove, .page-template-template-brochure .product-list .row .remove {
      position: absolute;
      right: 20px;
      top: 20px;
      color: #000; }
    .reveal-form .product-list .row:nth-child(odd), .page-template-template-brochure .product-list .row:nth-child(odd) {
      background: #e6e6e6; }
    .reveal-form .product-list .row:nth-child(even), .page-template-template-brochure .product-list .row:nth-child(even) {
      background: #cacaca; }
    .reveal-form .product-list .row:not(.product-not-available):hover, .page-template-template-brochure .product-list .row:not(.product-not-available):hover {
      background: rgba(250, 186, 0, 0.7);
      color: #39322c;
      cursor: pointer; }
    .reveal-form .product-list .row:last-child, .page-template-template-brochure .product-list .row:last-child {
      border: 0; }
    .reveal-form .product-list .row .row-2, .page-template-template-brochure .product-list .row .row-2 {
      font-size: 1.125rem; }
    .reveal-form .product-list .row .row-3, .page-template-template-brochure .product-list .row .row-3 {
      font-size: 0.875rem; }
    .reveal-form .product-list .row.disabled, .page-template-template-brochure .product-list .row.disabled {
      cursor: default;
      color: rgba(57, 50, 44, 0.3); }
      .reveal-form .product-list .row.disabled img, .page-template-template-brochure .product-list .row.disabled img {
        opacity: 0.5; }
      .reveal-form .product-list .row.disabled:nth-child(odd), .page-template-template-brochure .product-list .row.disabled:nth-child(odd) {
        background: rgba(230, 230, 230, 0.4); }
      .reveal-form .product-list .row.disabled:nth-child(even), .page-template-template-brochure .product-list .row.disabled:nth-child(even) {
        background: rgba(202, 202, 202, 0.4); }
      .reveal-form .product-list .row.disabled:hover, .page-template-template-brochure .product-list .row.disabled:hover {
        color: rgba(57, 50, 44, 0.3); }
    .reveal-form .product-list .row.selected, .page-template-template-brochure .product-list .row.selected {
      background: #faba00;
      color: #fff; }
      .reveal-form .product-list .row.selected .image, .page-template-template-brochure .product-list .row.selected .image {
        position: relative; }
        .reveal-form .product-list .row.selected .image:before, .page-template-template-brochure .product-list .row.selected .image:before {
          font-family: 'FontAwesome';
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit;
          content: '\f00c';
          position: absolute;
          color: #fff;
          font-size: 1.875rem;
          left: 25%;
          top: 17%;
          text-shadow: 0 0 20px rgba(0, 0, 0, 0.9); }
    .reveal-form .product-list .row span.checkbox, .page-template-template-brochure .product-list .row span.checkbox {
      border: 1px solid rgba(0, 0, 0, 0.3);
      width: 40px;
      height: 40px;
      position: relative;
      display: inline-block;
      top: 25px; }
      .reveal-form .product-list .row span.checkbox i, .page-template-template-brochure .product-list .row span.checkbox i {
        font-size: 3.125rem;
        position: absolute;
        top: -10px;
        right: -15px;
        opacity: 0;
        color: green;
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease; }
    .reveal-form .product-list .row.active span.checkbox i, .page-template-template-brochure .product-list .row.active span.checkbox i {
      opacity: 1; }
    .reveal-form .product-list .row.deactivated span.checkbox, .page-template-template-brochure .product-list .row.deactivated span.checkbox {
      border: 1px solid rgba(0, 0, 0, 0.1);
      background: rgba(0, 0, 0, 0.05); }
    .reveal-form .product-list .row.deactivated, .page-template-template-brochure .product-list .row.deactivated {
      cursor: default;
      opacity: 0.2; }
      .reveal-form .product-list .row.deactivated:hover, .page-template-template-brochure .product-list .row.deactivated:hover {
        cursor: default;
        background: inherit; }
        .reveal-form .product-list .row.deactivated:hover:nth-child(odd), .page-template-template-brochure .product-list .row.deactivated:hover:nth-child(odd) {
          background: #e6e6e6; }
        .reveal-form .product-list .row.deactivated:hover:nth-child(even), .page-template-template-brochure .product-list .row.deactivated:hover:nth-child(even) {
          background: #cacaca; }

/* end .reveal-form */
/* WORDPRESS STYLES */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

header.print-header {
  display: none; }
  header.print-header .hdr-logo img, header.print-header .partner-logo img {
    height: 100%;
    max-height: 50px; }
  header.print-header .col-2 {
    font-size: 0.75rem;
    color: #cacaca; }

/* end .print-header */
.header-image {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 -3vh;
  position: relative;
  margin-bottom: 100px; }
  .header-image .header-partner-logo {
    position: absolute;
    display: inline-block;
    z-index: 2;
    right: 10%;
    bottom: 0;
    background: white;
    padding: 40px 80px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    width: 20%; }
  .header-image .hsp-text {
    position: absolute;
    z-index: 2;
    right: 60px;
    bottom: 0; }
  .header-image .hsp-icon {
    position: absolute;
    bottom: -25px;
    width: 85%;
    display: block;
    height: 50px;
    background: #677f24;
    right: 0; }
    .header-image .hsp-icon img {
      position: absolute;
      left: -150px;
      top: -55px; }
    .header-image .hsp-icon .aktion img {
      left: 130px;
      top: -177px; }
  .header-image.video {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat; }
    .header-image.video .slideshow-center {
      position: relative; }
    .header-image.video .inline-YTPlayer {
      max-width: 100% !important; }
    .header-image.video .video-image {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center bottom; }
    .header-image.video .vc_video-bg {
      height: 100%;
      overflow: hidden;
      pointer-events: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 0; }

/* end .header-image */
.header-text {
  position: absolute;
  z-index: 2;
  bottom: 8%;
  right: 10%; }
  .header-text h1 {
    color: #fff;
    text-align: right; }
  .header-text .headline-row {
    display: block; }
  .header-text .headline-row.image {
    position: absolute;
    width: 40%;
    top: -90%; }
    .header-text .headline-row.image img {
      display: block;
      width: 100%; }
  .header-text .headline-row:nth-child(1) {
    font-size: 5.625rem;
    margin-bottom: 10px; }

/* end .header-text */
header.header {
  /* end section.top */
  /* end nav */ }
  header.header .row-1 {
    background: #fff; }
  header.header .row-2 {
    background: #39322c;
    padding: 24px 0; }
    header.header .row-2 &gt; .row {
      position: relative; }
  header.header section.top {
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 0.8125rem;
    /* end .language-selector */
    /* end .search-fake */
    /* end .searchform  */ }
    header.header section.top nav {
      margin-top: 7px; }
    header.header section.top nav ul, header.header section.top li {
      display: inline-block;
      margin: 0;
      padding: 0;
      border: 0;
      list-style: none;
      background: none; }
      header.header section.top nav ul a, header.header section.top li a {
        margin-right: 25px; }
    header.header section.top a {
      color: #333; }
      header.header section.top a:hover {
        color: #faba00; }
    header.header section.top .searchform, header.header section.top .language-selector {
      display: inline-block; }
    header.header section.top .language-selector {
      margin-right: 10px;
      position: relative;
      /* end .wpml-ls */ }
      header.header section.top .language-selector i {
        font-size: 1.125rem;
        margin-top: 6px; }
      header.header section.top .language-selector .wpml-ls {
        height: 0;
        visibility: hidden;
        opacity: 0; }
      header.header section.top .language-selector:hover .wpml-ls {
        height: auto;
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out; }
      header.header section.top .language-selector .wpml-ls {
        position: absolute;
        z-index: 150;
        background: #F9F9F9;
        border: 1px solid #000;
        text-align: left;
        min-width: 200px;
        left: -50%;
        margin-left: -100px; }
        header.header section.top .language-selector .wpml-ls a {
          line-height: 1.5em;
          margin-right: 0;
          padding: 10px 10px 0 10px; }
          header.header section.top .language-selector .wpml-ls a img {
            margin: -1px 10px 0 0; }
        header.header section.top .language-selector .wpml-ls li {
          display: block;
          padding-bottom: 5px;
          border-bottom: 1px solid #333333; }
          header.header section.top .language-selector .wpml-ls li:hover {
            background: #faba00; }
            header.header section.top .language-selector .wpml-ls li:hover a {
              color: #fff; }
        header.header section.top .language-selector .wpml-ls .wpml-ls-current-language {
          font-weight: bold;
          background: #333333; }
          header.header section.top .language-selector .wpml-ls .wpml-ls-current-language a {
            color: #fff; }
    header.header section.top .search-fake {
      background: #faba00;
      color: #fff;
      display: inline-block;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      -webkit-transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -ms-transition: 0.5s ease;
      -o-transition: 0.5s ease; }
      header.header section.top .search-fake span {
        display: inline-block; }
      header.header section.top .search-fake span:nth-child(1) {
        border-right: 1px solid #fff;
        padding: 5px 10px; }
      header.header section.top .search-fake span:nth-child(2) {
        padding: 7px 20px 3px 10px;
        text-transform: uppercase;
        font-family: "DIN Next LT W01 Bold", "DIN Next W01 Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
      header.header section.top .search-fake:hover {
        background: #39322c;
        color: #fff; }
    header.header section.top .searchform {
      border: 1px solid #faba00;
      background: #faba00;
      margin-top: -4px;
      position: relative;
      top: -3px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
      header.header section.top .searchform button, header.header section.top .searchform input {
        display: inline-block;
        margin: 0;
        width: auto;
        border: 0;
        height: auto;
        padding: 0; }
      header.header section.top .searchform button {
        padding: 2px 8px 0px 10px; }
        header.header section.top .searchform button:hover {
          background: #faba00; }
        header.header section.top .searchform button i {
          line-height: 1.0em;
          font-size: 0.8125rem; }
      header.header section.top .searchform input {
        padding: 5px 5px;
        font-size: 0.75rem;
        width: 250px;
        -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
        -ms-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
        -o-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 rgba(255, 255, 255, 0); }
  header.header .hdr-logo, header.header nav, header.header li {
    display: inline-block; }
  header.header .hdr-logo img {
    height: 50px;
    width: 156px; }
  header.header .ubermenu-bound {
    position: static; }
  header.header nav.ubermenu {
    margin: 0;
    margin-top: 8px;
    text-align: center;
    /*		#menu-item-46 .ubermenu-submenu {
					opacity:1 !important;
					overflow:auto !important;
					height:auto !important;
					visibility: visible !important;
				}*/
    /* end li */
    /* end .ubermenu-submenu */ }
    header.header nav.ubermenu &gt; ul {
      margin-bottom: 0; }
    header.header nav.ubermenu .ubermenu-target {
      text-transform: uppercase;
      font-size: 1.375rem;
      color: #fff;
      display: block;
      padding: 10px 20px 6px 20px;
      line-height: 1.0em;
      text-transform: uppercase; }
      header.header nav.ubermenu .ubermenu-target:hover {
        color: #fff; }
    header.header nav.ubermenu .ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 {
      float: none; }
    header.header nav.ubermenu .ubermenu-content-block {
      padding-top: 0; }
    header.header nav.ubermenu li {
      padding: 10px 20px 6px 20px; }
      header.header nav.ubermenu li a {
        padding: 0 !important;
        position: relative;
        color: #fff !important; }
        header.header nav.ubermenu li a.button {
          margin: 0 !important;
          padding: 20px !important;
          width: 100%;
          margin: 0 0 10px 0 !important; }
          header.header nav.ubermenu li a.button.idesign {
            background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/hand_finger_spot_white.min.svg);
            background-size: 32%;
            background-position: -9px 3px;
            background-repeat: no-repeat; }
        header.header nav.ubermenu li a:after {
          right: -20px !important;
          top: 3px !important; }
        header.header nav.ubermenu li a:before {
          content: "";
          position: absolute;
          z-index: -1;
          right: 0;
          width: 0;
          bottom: 0;
          background: #fff;
          height: 1px;
          -webkit-transition: width 0.3s ease-out;
          -moz-transition: width 0.3s ease-out;
          -ms-transition: width 0.3s ease-out;
          -o-transition: width 0.3s ease-out; }
        header.header nav.ubermenu li a:hover:before, header.header nav.ubermenu li a:focus:before, header.header nav.ubermenu li a:active:before {
          left: 0;
          right: auto;
          width: 100%; }
      header.header nav.ubermenu li.ubermenu-in-transition a, header.header nav.ubermenu li:hover a {
        color: #fff !important; }
      header.header nav.ubermenu li:hover a:before {
        width: 100%;
        left: 0;
        right: auto; }
    header.header nav.ubermenu li.highlight {
      padding: 0; }
      header.header nav.ubermenu li.highlight a {
        color: #faba00 !important;
        padding: 10px 20px !important;
        border: 1px solid #faba00;
        display: block;
        width: 100%;
        height: 100%; }
        header.header nav.ubermenu li.highlight a:hover {
          background: #faba00;
          color: #fff !important; }
          header.header nav.ubermenu li.highlight a:hover:before {
            width: 0; }
    header.header nav.ubermenu .ubermenu-submenu {
      border: 0 !important;
      margin: 0 !important;
      background: #39322c;
      padding: 10px 0;
      top: 56px; }
      header.header nav.ubermenu .ubermenu-submenu li {
        display: block;
        font-family: "DIN Next W01 Regular", "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
        header.header nav.ubermenu .ubermenu-submenu li a {
          padding: 0;
          font-size: 1rem;
          color: rgba(255, 255, 255, 0.3) !important; }
          header.header nav.ubermenu .ubermenu-submenu li a.button {
            color: #fff !important; }
          header.header nav.ubermenu .ubermenu-submenu li a:hover {
            color: #fff !important; }
        header.header nav.ubermenu .ubermenu-submenu li ul.ubermenu-submenu ul.ubermenu-submenu {
          top: 0;
          padding: 0; }
          header.header nav.ubermenu .ubermenu-submenu li ul.ubermenu-submenu ul.ubermenu-submenu li a {
            color: #fff !important; }
          header.header nav.ubermenu .ubermenu-submenu li ul.ubermenu-submenu ul.ubermenu-submenu li:hover &gt; a {
            color: #faba00 !important; }
            header.header nav.ubermenu .ubermenu-submenu li ul.ubermenu-submenu ul.ubermenu-submenu li:hover &gt; a:before {
              width: 0; }
      header.header nav.ubermenu .ubermenu-submenu .ubermenu-tab.ubermenu-active &gt; .ubermenu-target {
        background: none;
        color: #fff !important; }
        header.header nav.ubermenu .ubermenu-submenu .ubermenu-tab.ubermenu-active &gt; .ubermenu-target:before {
          width: 100%; }
    header.header nav.ubermenu li:hover .ubermenu-submenu a:before {
      width: 0; }
    header.header nav.ubermenu li:hover .ubermenu-submenu a:hover:before {
      left: 0;
      right: auto;
      width: 100%; }
    header.header nav.ubermenu .ubermenu-item-level-0:last-child {
      margin-right: 0; }
  header.header .ubermenu-responsive-toggle {
    display: inline-block;
    padding: 0; }
    header.header .ubermenu-responsive-toggle i {
      color: #fff;
      font-size: 1.875rem; }
  header.header .ubermenu-sub-indicators .ubermenu-has-submenu-drop &gt; .ubermenu-target:after {
    top: 35%;
    right: 0; }
  header.header .modal-search {
    display: none; }

/* end header.header*/
.sticky.icon-bar {
  width: 50px;
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 500; }
  .sticky.icon-bar a {
    display: block;
    height: 50px;
    margin-bottom: 10px;
    background: #faba00;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease; }
    .sticky.icon-bar a .text {
      display: none;
      text-transform: uppercase;
      padding: 7px 8px;
      line-height: 1.2em; }
    .sticky.icon-bar a .icon {
      width: 50px;
      height: 50px;
      display: inline-block;
      background-position: top left;
      background-repeat: no-repeat;
      position: relative; }
      .sticky.icon-bar a .icon span {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 0.75rem; }
    .sticky.icon-bar a.showroom-partner .icon {
      background: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/sticky_showroom.min.svg); }
    .sticky.icon-bar a.order-brochure .icon {
      background: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/sticky_order_brochure.min.svg); }
    .sticky.icon-bar a.search .icon {
      background: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/sticky_search.min.svg); }
    .sticky.icon-bar a.bookmarks .icon {
      background: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/sticky_bookmark.min.svg); }
    .sticky.icon-bar a.print .icon {
      background: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/sticky_print.min.svg); }
    .sticky.icon-bar a.request_offer .icon {
      background: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/sticky_get_offer.min.svg); }
    .sticky.icon-bar a.request_pattern .icon {
      background: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/sticky_get_pattern.min.svg); }
    .sticky.icon-bar a:hover {
      width: 200px;
      margin-left: -148px; }
      .sticky.icon-bar a:hover .icon {
        display: none; }
      .sticky.icon-bar a:hover .text {
        display: block; }

/* end .sticky.icon-bar */
body.is-sticky header.header {
  position: fixed;
  width: 100%;
  z-index: 9999; }
  body.is-sticky header.header .row-1 {
    height: 0;
    visibility: hidden;
    padding: 0; }
    body.is-sticky header.header .row-1 .row {
      display: none; }
  body.is-sticky header.header .row-2 {
    padding: 10px 0 15px 0; }
    body.is-sticky header.header .row-2 .hdr-logo img {
      height: 40px; }
    body.is-sticky header.header .row-2 nav.ubermenu {
      display: inline-block !important;
      position: relative; }
      body.is-sticky header.header .row-2 nav.ubermenu .ubermenu-target {
        font-size: 17px; }
    body.is-sticky header.header .row-2 .modal-search {
      display: inline-block;
      font-size: 20px;
      position: relative;
      top: 4px; }

body.is-sticky .sticky.icon-bar {
  top: 102px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease; }

.mobile-header {
  background: #39322c;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0; }
  .mobile-header .hdr-logo {
    text-align: right;
    margin-right: 10px; }
    .mobile-header .hdr-logo img {
      height: 30px; }
  .mobile-header a {
    color: #fff; }
  .mobile-header .columns:nth-child(3) {
    text-align: right; }
    .mobile-header .columns:nth-child(3) a {
      margin-right: 15px;
      font-size: 1.125rem; }
  .mobile-header a.fake-responsive-toggle {
    margin-left: 10px;
    margin-top: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/bars.min.svg) no-repeat center 2px; }
    .mobile-header a.fake-responsive-toggle.active {
      background: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/close.min.svg) no-repeat center 2px;
      background-size: 100%; }

/* end .mobile-header */
.mobile-nav {
  position: absolute;
  top: 52px;
  background-color: #39322c;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  /* end .ubermenu-nav */ }
  .mobile-nav.active {
    height: auto;
    opacity: 1;
    visibility: visible; }
  .mobile-nav .ubermenu-nav {
    background: #fff;
    z-index: 100; }
    .mobile-nav .ubermenu-nav .ubermenu-item {
      background: #39322c;
      width: 100%; }
      .mobile-nav .ubermenu-nav .ubermenu-item a {
        color: #fff;
        text-transform: uppercase;
        font-size: 1.125rem;
        padding: 15px 20px 15px 0;
        display: block; }
      .mobile-nav .ubermenu-nav .ubermenu-item.ubermenu-current-menu-item a {
        color: #fff; }
      .mobile-nav .ubermenu-nav .ubermenu-item.ubermenu-active &gt; a {
        color: #faba00; }
    .mobile-nav .ubermenu-nav .ubermenu-submenu .ubermenu-item {
      background: #39322c; }
      .mobile-nav .ubermenu-nav .ubermenu-submenu .ubermenu-item a {
        color: #fff;
        font-size: 0.875rem; }
        .mobile-nav .ubermenu-nav .ubermenu-submenu .ubermenu-item a.button {
          margin: 0 0 5px 0 !important;
          width: 100% !important;
          padding: 20px 0 !important; }
          .mobile-nav .ubermenu-nav .ubermenu-submenu .ubermenu-item a.button.idesign {
            background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/hand_finger_spot_white.min.svg);
            background-size: 32%;
            background-position: -9px 3px;
            background-repeat: no-repeat; }
    .mobile-nav .ubermenu-nav .ubermenu-submenu &gt; .ubermenu-submenu .ubermenu-item {
      background: rgba(255, 255, 255, 0.1); }
      .mobile-nav .ubermenu-nav .ubermenu-submenu &gt; .ubermenu-submenu .ubermenu-item a {
        color: rgba(57, 50, 44, 0.5); }
    .mobile-nav .ubermenu-nav .ubermenu-tab.ubermenu-active {
      background: rgba(57, 50, 44, 0.8); }
      .mobile-nav .ubermenu-nav .ubermenu-tab.ubermenu-active &gt; .ubermenu-target {
        color: #fff;
        border: 0;
        background: none; }
      .mobile-nav .ubermenu-nav .ubermenu-tab.ubermenu-active .ubermenu-submenu {
        border: 0 !important; }
        .mobile-nav .ubermenu-nav .ubermenu-tab.ubermenu-active .ubermenu-submenu .ubermenu-item {
          background: #605B57; }
    .mobile-nav .ubermenu-nav .ubermenu-target, .mobile-nav .ubermenu-nav .ubermenu-submenu-drop,
    .mobile-nav .ubermenu-nav .ubermenu-tab-layout-left &gt; .ubermenu-tabs-group {
      border: 0 !important; }
    .mobile-nav .ubermenu-nav .ubermenu-retractor {
      background: #faba00;
      color: #fff;
      text-transform: uppercase;
      font-size: 1rem; }

/* end .mobile-nav */
header.designstudio {
  margin: 50px 0 0px 0;
  /* end form */ }
  header.designstudio .hdr-logo img, header.designstudio .partner-logo img {
    height: 100%;
    max-height: 80px; }
  header.designstudio form {
    test-align: right;
    margin-top: 10px; }
    header.designstudio form input, header.designstudio form button {
      display: inline-block; }
    header.designstudio form input {
      width: 60%; }
    header.designstudio form .button {
      margin: 0;
      background: #39322c;
      color: #fff;
      padding: 6px 10px 2px 10px;
      font-family: "DIN Next W01 Regular", "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

/* end header.designstudio */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .header-image.video .video-image {
    display: none !important; }
  /* IE11 */ }

footer {
  background: #d9d1ca;
  /* end row-1 */
  /* end row-3 */
  /* end .row-4 */ }
  footer .row-1 {
    background: #678024;
    padding: 30px 0; }
    footer .row-1 .columns:nth-child(1) .hdr-logo {
      display: inline-block;
      margin-right: 20px;
      position: relative;
      width: 100%; }
    footer .row-1 .columns:nth-child(1) div {
      color: #D4CBC3;
      line-height: 1.4em; }
    footer .row-1 .columns:nth-child(1) a {
      color: #D4CBC3; }
      footer .row-1 .columns:nth-child(1) a:hover {
        color: #faba00; }
    footer .row-1 .columns:nth-child(1) .columns:nth-child(2) {
      text-align: left; }
    footer .row-1 .columns:nth-child(2) {
      color: #D4CBC3;
      text-align: right; }
      footer .row-1 .columns:nth-child(2) .social, footer .row-1 .columns:nth-child(2) div {
        position: relative;
        top: 12px; }
      footer .row-1 .columns:nth-child(2) .social {
        width: 38px;
        height: 38px; }
      footer .row-1 .columns:nth-child(2) div {
        display: inline-block;
        margin-right: 20px;
        line-height: 1.4em; }
  footer .row-3 {
    font-size: 0.875rem;
    padding-bottom: 40px;
    margin-top: 40px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1); }
    footer .row-3 .logos {
      margin: 20px 0; }
      footer .row-3 .logos a {
        margin-right: 5px;
        display: inline-block; }
        footer .row-3 .logos a span {
          cursor: pointer;
          display: inline-block; }
    footer .row-3 a.greenpeace {
      display: inline-block;
      width: 105px;
      height: 13px;
      background: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/partner/greenpeace_dark.jpg) no-repeat center top; }
      footer .row-3 a.greenpeace:hover {
        background: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/partner/greenpeace.jpg) no-repeat center top; }
    footer .row-3 .has-tip {
      border: 0; }
  footer .row-4 {
    padding: 20px 0;
    font-size: 0.875rem; }
    footer .row-4 a {
      color: #39322c; }
      footer .row-4 a:hover {
        text-decoration: underline; }
    footer .row-4 .columns:nth-child(1) {
      text-transform: uppercase; }
    footer .row-4 .columns:nth-child(2) {
      text-align: right; }

/* end footer */
/* CONTENT GENERAL */
#content {
  position: relative;
  padding: 30px 0;
  /* end .filter-area */
  /* end .product-headline */
  /* end .products */
  /* end .info-block */
  /* end .surfaces */ }
  #content h1 {
    margin-bottom: 30px; }
  #content .like-h3 {
    display: block;
    text-transform: uppercase; }
  #content .main-headlines h1 {
    margin: 0; }
  #content .main-headlines h2 {
    margin: 0 0 40px 0; }
  #content .intro-text {
    margin-bottom: 120px; }
  #content p ul li, #content .tabs-panel.description ul li, #content .why-srp ul li, #content .article-body ul li, #content .post-content ul li {
    list-style-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/bullet.png);
    margin-bottom: 3px;
    line-height: 1.5em; }
    #content p ul li ul, #content .tabs-panel.description ul li ul, #content .why-srp ul li ul, #content .article-body ul li ul, #content .post-content ul li ul {
      margin: 10px 0px 20px 30px !important; }
      #content p ul li ul li, #content .tabs-panel.description ul li ul li, #content .why-srp ul li ul li, #content .article-body ul li ul li, #content .post-content ul li ul li {
        list-style: none;
        position: relative; }
        #content p ul li ul li:before, #content .tabs-panel.description ul li ul li:before, #content .why-srp ul li ul li:before, #content .article-body ul li ul li:before, #content .post-content ul li ul li:before {
          font-family: 'FontAwesome';
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit;
          content: '\f0da';
          position: absolute;
          left: -12px;
          color: #faba00;
          top: -2px; }
  #content .icon-holder {
    width: 60px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase; }
    #content .icon-holder img {
      width: 100%;
      display: block; }
    #content .icon-holder .text {
      font-size: 0.5rem;
      line-height: 1.0em; }
  #content .headline-with-icons {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000; }
    #content .headline-with-icons h2 {
      margin: 0; }
    #content .headline-with-icons .columns:nth-child(2) {
      text-align: right; }
    #content .headline-with-icons .icon-holder {
      margin-left: 10px;
      width: auto; }
      #content .headline-with-icons .icon-holder img {
        display: inline-block;
        width: 30px; }
      #content .headline-with-icons .icon-holder .text {
        font-size: 0.625rem; }
  #content .back-to-overview span:before {
    background: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/wp_logo.min.svg) no-repeat center center; }
  #content .filter-area {
    padding: 20px;
    background: #f6f5f4;
    margin-bottom: 20px; }
    #content .filter-area button {
      margin: 0 0 5px 0;
      font-size: 1.125rem;
      border: 2px solid #39322c; }
      #content .filter-area button:hover, #content .filter-area button.active {
        background: transparent;
        color: #39322c !important; }
    #content .filter-area.no-bg {
      padding: 0px;
      background: none; }
  #content ul.downloads, #content ul.downloads li {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    background: none; }
  #content ul.downloads i {
    margin-right: 5px; }
  #content ul.downloads li {
    margin-bottom: 5px;
    list-style: none; }
  #content article.tease {
    margin-top: 10px; }
  #content div.gallery {
    position: relative; }
    #content div.gallery div.gallery-item {
      padding: 0 5px; }
      #content div.gallery div.gallery-item p {
        display: none; }
    #content div.gallery .zoom-overlay {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -ms-transition: 0.5s ease;
      -o-transition: 0.5s ease; }
      #content div.gallery .zoom-overlay i {
        color: #fff;
        z-index: 10;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 1.875rem; }
    #content div.gallery a.lightbox {
      display: inline-block;
      position: relative; }
      #content div.gallery a.lightbox:hover .zoom-overlay {
        opacity: 1;
        visibility: visible; }
    #content div.gallery .slick-main {
      color: #fff;
      height: 100%;
      top: 0;
      background: rgba(255, 255, 255, 0.5);
      z-index: 10; }
      #content div.gallery .slick-main.slick-prev {
        left: -5px; }
      #content div.gallery .slick-main.slick-next {
        right: -5px; }
  #content .big-headline {
    margin-top: 40px;
    margin-bottom: 60px;
    background: #f6f5f4;
    padding: 60px 20px 20px 20px; }
    #content .big-headline .row {
      padding: 0 20px; }
      #content .big-headline .row a {
        display: inline-block;
        padding: 10px 20px;
        background: #39322c;
        color: #fff;
        position: relativE;
        top: -7px;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        -o-transition: 0.5s ease; }
        #content .big-headline .row a:hover {
          background: #faba00; }
    #content .big-headline .headline {
      margin: 0; }
    #content .big-headline .sub {
      text-transform: uppercase; }
    #content .big-headline#partner {
      margin-bottom: 0; }
  #content .filter-info {
    font-size: 1.25rem;
    margin: 20px 0 20px;
    padding: 10px 0; }
  #content .sub-headline {
    position: relative;
    margin-bottom: 20px; }
    #content .sub-headline div:nth-child(1) {
      position: relative; }
      #content .sub-headline div:nth-child(1) .headline {
        displaY: inline-block;
        position: relative;
        z-index: 2;
        background: #fff;
        padding-right: 10px;
        margin: 0;
        font-size: 1.5625rem; }
      #content .sub-headline div:nth-child(1) .full-width-line {
        position: absolute;
        bottom: 8px;
        height: 18px;
        width: 100%;
        display: block;
        z-index: 1;
        background-color: #e6e6e6; }
    #content .sub-headline div:nth-child(2) {
      color: #faba00;
      text-transform: uppercase; }
      #content .sub-headline div:nth-child(2) h4 {
        font-size: 2.5rem;
        font-weight: bold;
        margin: 0; }
  #content .products {
    /* end .product-area */
    /* end .product*/
    /* end .info-block */ }
    #content .products .product-area {
      /* end .product-headline */ }
      #content .products .product-area .product-headline {
        position: relative;
        margin-bottom: 20px; }
        #content .products .product-area .product-headline .headline {
          displaY: inline-block;
          position: relative;
          z-index: 2;
          background: #fff;
          padding-right: 10px;
          margin: 0;
          font-size: 2.5rem; }
        #content .products .product-area .product-headline .full-width-line {
          position: absolute;
          bottom: 14px;
          height: 10px;
          width: 100%;
          display: block;
          z-index: 1;
          background-color: #e6e6e6; }
    #content .products .product {
      /* end .image */
      /* end .wood-description */
      /* end .price */
      /* end order */ }
      #content .products .product .title {
        text-transform: uppercase;
        font-size: 0.6875rem;
        margin-bottom: 10px;
        font-weight: bold; }
      #content .products .product .color {
        text-transform: uppercase;
        color: #fff;
        padding: 10px; }
      #content .products .product .image {
        position: relative;
        max-height: 330px;
        overflow: hidden; }
        #content .products .product .image img {
          width: 100%;
          display: block; }
        #content .products .product .image .addons {
          position: absolute;
          width: 94%;
          bottom: 10px;
          padding: 0 2% 0 4%;
          color: #fff; }
          #content .products .product .image .addons .columns:nth-child(1) span {
            position: absolute;
            bottom: 0; }
          #content .products .product .image .addons .columns:nth-child(2) {
            text-align: right;
            text-transform: uppercase; }
          #content .products .product .image .addons img {
            width: 40%;
            display: inline-block; }
          #content .products .product .image .addons .fish-graet {
            background: #faba00;
            color: #fff;
            text-transform: uppercase;
            display: inline-block;
            margin-bottom: 5px;
            padding: 2px 5px 0 5px;
            position: absolute;
            bottom: -15px;
            left: 0;
            z-index: 3; }
      #content .products .product.dark .image .addons {
        color: #333333; }
      #content .products .product .dimension {
        background: #6b6b6b;
        color: #fff;
        padding: 10px;
        font-size: 0.75rem; }
      #content .products .product .wood-description {
        background: #525252;
        color: #fff;
        padding: 10px;
        min-height: 81px; }
        #content .products .product .wood-description .wood {
          text-transform: uppercase;
          font-size: 1.125rem; }
        #content .products .product .wood-description .description {
          font-size: 0.8125rem; }
      #content .products .product .price {
        background: #e6e6e6;
        padding: 10px; }
        #content .products .product .price .row-1 {
          text-align: right;
          font-size: 0.875rem; }
        #content .products .product .price .row-2 {
          position: relative; }
          #content .products .product .price .row-2 .columns:nth-child(1) {
            font-size: 0.75rem; }
            #content .products .product .price .row-2 .columns:nth-child(1) div {
              position: absolute;
              bottom: 10px; }
            #content .products .product .price .row-2 .columns:nth-child(1) span {
              text-decoration: line-through;
              font-size: 1rem; }
          #content .products .product .price .row-2 .columns:nth-child(2) {
            text-align: right;
            font-weight: 700;
            font-size: 2.5rem;
            color: #333333; }
      #content .products .product .order a {
        display: block;
        margin-top: 5px;
        text-transform: uppercase;
        color: #fff;
        padding: 15px 10px 10px 10px;
        font-size: 1.25rem;
        line-height: 1.0em;
        position: relative;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        -o-transition: 0.5s ease; }
        #content .products .product .order a:after {
          content: '';
          position: absolute;
          right: 0;
          bottom: 0;
          width: 40px;
          height: 40px;
          background-size: 100%; }
      #content .products .product .order .offer {
        background-color: #cc9600; }
        #content .products .product .order .offer:after {
          background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/sticky_get_offer.min.svg); }
        #content .products .product .order .offer:hover {
          background-color: #e6a900; }
      #content .products .product .order .pattern {
        background-color: #ffbc01; }
        #content .products .product .order .pattern:after {
          background-image: url(https://www.weitzer-parkett.com/wp-content/themes/weitzer-theme/assets/images/icons/sticky_get_pattern.min.svg); }
        #content .products .product .order .pattern:hover {
          background-color: #ffc31b; }
    #content .products .info-block {
      background: rgba(0, 0, 0, 0.05);
      position: relative; }
      #content .products .info-block .spacer {
        background: #fff;
        margin-left: -15px;
        width: 112%; }
      #content .products .info-block .inner {
        padding: 10px;
        position: absolute;
        bottom: 0;
        width: 80%; }
      #content .products .info-block .image {
        margin-bottom: 20px; }
        #content .products .info-block .image img {
          height: 100%; }
        #content .products .info-block .image .columns:nth-child(2) {
          text-transform: uppercase; }
          #content .products .info-block .image .columns:nth-child(2) span:nth-child(1) {
            display: block;
            font-size: 1.5rem; }
          #content .products .info-block .image .columns:nth-child(2) span:nth-child(2) {
            font-size: 0.9375rem; }
  #content .info-wrapper {
    font-weight: bold;
    margin-bottom: 80px; }
  #content .surfaces {
    margin-top: 30px;
    /* end .inner */ }
    #content .surfaces .inner {
      background: #e6e6e6;
      padding: 20px;
      /* end .image-wrapper */ }
      #content .surfaces .inner .image-wrapper {
        background: #fff;
        padding: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        /* end span */ }
        #content .surfaces .inner .image-wrapper .image {
          width: 30%;
          margin-bottom: 5px; }
        #content .surfaces .inner .image-wrapper span {
          display: block;
          text-transform: uppercase;
          color: rgba(0, 0, 0, 0.6); }
          #content .surfaces .inner .image-wrapper span.big {
            font-size: 1.75rem; }
            #content .surfaces .inner .image-wrapper span.big span {
              display: inline;
              text-transform: lowercase; }
          #content .surfaces .inner .image-wrapper span.small {
            font-size: 1.125rem; }
      #content .surfaces .inner .text {
        font-size: 0.875rem;
        color: #666; }
        #content .surfaces .inner .text strong {
          color: #333; }
  #content .dimensions {
    margin-bottom: 80px; }
    #content .dimensions .big {
      font-size: 1.875rem;
      font-weight: bold;
      margin-top: 40px; }
  #content .filter-area.hausmesse {
    background: #faba00;
    padding: 10px; }
    #content .filter-area.hausmesse input {
      margin: 0;
      height: 42px; }
    #content .filter-area.hausmesse .button {
      margin: 0; }

/* end #content */
.quote h2 {
  margin-top: 0; }

.quote blockquote {
  font-size: 1.5rem;
  font-style: italic; }

.reveal h2 {
  text-align: center;
  font-size: 1.875rem;
  text-transform: uppercase;
  margin-top: 30px; }

.reveal form.searchform {
  position: relative;
  text-align: center; }
  .reveal form.searchform input {
    display: inline-block; }
  .reveal form.searchform button {
    display: inline-block;
    margin-bottom: 0;
    padding: 10px 10px 10px 10px;
    position: absolute;
    top: 0;
    right: 0; }

.reveal .wpml-ls {
  width: 100%; }
  .reveal .wpml-ls li {
    border-bottom: 1px solid #333333;
    font-size: 1.25rem;
    text-transform: uppercase; }
    .reveal .wpml-ls li.wpml-ls-current-language {
      background: #333333; }
      .reveal .wpml-ls li.wpml-ls-current-language a {
        color: #fff; }
    .reveal .wpml-ls li:hover {
      background: #faba00; }
      .reveal .wpml-ls li:hover a {
        color: #fff; }
    .reveal .wpml-ls li a {
      display: block;
      padding: 10px 20px; }

/* end .reveal */
.tooltip {
  color: #39322c;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.slider {
  position: relative;
  z-index: 2;
  background: #000;
  height: 5px; }

.slider-handle {
  top: -8px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.slider-fill {
  background: #faba00;
  height: 5px; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  body, html {
    width: 100%;
    overflow-x: hidden; }
  h1, .like-h1 {
    font-size: 2rem;
    margin-bottom: 20px; }
  h2, .like-h2 {
    font-size: 1.625rem;
    margin-bottom: 20px; }
  h3, .like-h3 {
    font-size: 1.25rem;
    margin-bottom: 20px; }
  h4, .like-h4 {
    font-size: 1.125rem;
    margin-bottom: 20px; }
  h5, .like-h5 {
    font-size: 1rem;
    margin-bottom: 20px; }
  h6, .like-h6 {
    font-size: 0.8125rem;
    margin-bottom: 20px; }
  img {
    display: block;
    width: 100%; }
  .icon.brush, .icon.angle, .icon.housing-situation, .icon.view, .icon.floor-pattern, .icon.floor-pattern, .icon.parkett-diagonal, .icon.parkett-top-down {
    width: 40px;
    height: 40px; }
  .has-hidden-readmore-element, .add-hidden-readmore-product-element {
    overflow: hidden; }
  .wp-boxed {
    margin-top: 50px; }
    .wp-boxed h3 {
      font-size: 30px; }
  .parkett-type {
    width: 40px;
    height: 40px; }
  .quote {
    text-align: center; }
    .quote .image-wrapper {
      height: 200px;
      overflow: hidden;
      margin-bottom: 20px; }
      .quote .image-wrapper img {
        margin-top: -130px;
        width: 100%; }
  div.parkett-typ-wrapper .columns:first-child {
    margin-bottom: 40px; }
  div.certificates {
    margin-bottom: 90px; }
    div.certificates .text {
      width: 100%;
      text-align: center;
      float: none;
      display: block;
      margin-bottom: 40px; }
      div.certificates .text .butterflies {
        position: static;
        width: 100%;
        text-align: center;
        display: block; }
        div.certificates .text .butterflies img {
          width: 80px;
          display: inline-block;
          margin-bottom: 20px; }
    div.certificates .certificates-wrapper {
      text-align: center; }
      div.certificates .certificates-wrapper span {
        display: inline-block;
        margin: 0 10px 10px 0; }
  .gmap {
    width: 100%;
    height: 300px; }
  /* end .gmap */
  .gmap-wrapper .gmap-overlay {
    position: relative;
    width: 100%;
    right: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0);
    -ms-box-shadow: 0 0 10px rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0); }
    .gmap-wrapper .gmap-overlay.active {
      right: auto;
      height: auto;
      visibility: visible;
      opacity: 1; }
  .row-journey .roadmap-search .row:nth-child(1) .columns:nth-child(1) {
    text-align: center;
    margin-bottom: 20px; }
  .row-journey .roadmap-search button {
    width: 100%; }
  /* end .row-journey */
  .header-image {
    background-position: center;
    min-height: 250px;
    margin-bottom: 50px; }
    .header-image .hsp-icon {
      bottom: 30px;
      width: 85%;
      height: 20px; }
      .header-image .hsp-icon img {
        left: -35px;
        top: -25px;
        width: 120px; }
      .header-image .hsp-icon .aktion img {
        left: 85px;
        top: -70px; }
    .header-image .hsp-text {
      position: absolute;
      z-index: 2;
      right: 0;
      bottom: -10px;
      width: 45%; }
    .header-image.video {
      margin-top: 50px; }
      .header-image.video .slideshow-center {
        min-height: 40vh; }
      .header-image.video .hsp-icon {
        bottom: -10px; }
  /* end .header-image */
  .header-text {
    bottom: 20%; }
    .header-text .headline-row {
      line-height: 1.1em; }
    .header-text .headline-row.image {
      position: absolute;
      width: 50%;
      top: -90%;
      left: 0%; }
      .header-text .headline-row.image img {
        display: block;
        width: 100%; }
    .header-text .headline-row:nth-child(1) {
      font-size: 1.5rem;
      margin-bottom: 0; }
    .header-text .headline-row:nth-child(2) {
      font-size: 1rem; }
  /* end .header-text */
  header.header {
    padding: 10px 0; }
    header.header .hdr-logo img {
      height: 30px; }
    header.header .medium-pull-10 {
      text-align: center; }
    header.header .small-3 {
      text-align: center; }
      header.header .small-3 a {
        color: #fff;
        display: inline-block;
        margin-right: 5px; }
  /* end header.header */
  .sticky.icon-bar {
    bottom: -20px;
    top: auto;
    left: auto;
    padding: 0 5%;
    width: 100%;
    text-align: center; }
    .sticky.icon-bar a {
      overflow: hidden;
      width: 50px;
      margin-right: 0px;
      display: inline-block; }
      .sticky.icon-bar a.bookmarks {
        display: inline-block !important; }
      .sticky.icon-bar a:hover {
        width: 50px;
        margin-left: 0; }
        .sticky.icon-bar a:hover .icon {
          display: block; }
        .sticky.icon-bar a:hover .text {
          display: none; }
      .sticky.icon-bar a.showroom-partner {
        width: 170px;
        margin-left: 0px; }
        .sticky.icon-bar a.showroom-partner .icon {
          display: none; }
        .sticky.icon-bar a.showroom-partner .text {
          display: block; }
  /* end .sticky.icon-bar */
  body.is-sticky .sticky.icon-bar {
    top: auto;
    bottom: -20px; }
  /* end body.is-sticky */
  #content {
    padding: 15px 0;
    /* end .product-headline */ }
    #content h1 {
      margin-bottom: 20px;
      font-size: 2.25rem; }
    #content .big-headline {
      margin: 40px 0 20px 0; }
      #content .big-headline .col {
        margin-bottom: 20px; }
        #content .big-headline .col:last-child {
          margin-bottom: 0; }
        #content .big-headline .col a {
          text-align: center; }
    #content .surfaces .first, #content .surfaces .image-wrapper {
      margin-bottom: 20px; }
    #content .surfaces, #content .dimensions, #content .main-headlines h2, #content .read-more-wrapper {
      margin-bottom: 40px; }
    #content .sub-headline div:nth-child(1) .headline {
      font-size: 1rem; }
    #content .sub-headline div:nth-child(1) .full-width-line {
      bottom: 8px;
      height: 10px; }
    #content .sub-headline div:nth-child(2) h4 {
      font-size: 1.25rem; }
    #content .home-header {
      margin-bottom: 0; }
      #content .home-header a.scroll-to-content-link {
        display: none; }
    #content .srp-addon {
      margin-top: 50px; }
    #content .info-wrapper {
      border-bottom: 1px solid #e6e6e6;
      padding-bottom: 40px;
      margin-bottom: 40px; }
    #content .headline-with-icons {
      border-bottom: 0; }
      #content .headline-with-icons .columns:nth-child(2) {
        margin-top: 5px;
        text-align: left; }
        #content .headline-with-icons .columns:nth-child(2) .icon-holder {
          margin: 0 10px 0 0; }
    #content div.designstudio-row .vc_column_container {
      height: 250px; }
    #content div.designstudio-row &gt; .vc_column_container, #content div.designstudio-row &gt; .vc_column-inner {
      padding: 0; }
    #content div.designstudio-row div.idesign .hand {
      position: absolute;
      background-size: 30%;
      top: 30px; }
      #content div.designstudio-row div.idesign .hand span {
        display: none; }
    #content .products .product .image {
      height: 150px; }
      #content .products .product .image .addons img {
        display: none; }
    #content .products .info-block .inner {
      position: static; }
    #content #gesund-parkett {
      margin-bottom: 50px; }
  /* end #content  */
  footer {
    /* end .row-1 */
    /* end .row-2 */
    /* end .row-4 */ }
    footer .row-1 {
      padding: 10px 0;
      line-height: 1.0em; }
      footer .row-1 .columns:nth-child(2) {
        text-align: center; }
        footer .row-1 .columns:nth-child(2) .social, footer .row-1 .columns:nth-child(2) div {
          top: 2px; }
        footer .row-1 .columns:nth-child(2) .social {
          width: 32px;
          height: 32px; }
    footer .row-2 {
      padding: 30px 0;
      margin-bottom: 30px;
      /* end .sitemap */ }
      footer .row-2 h3 {
        text-align: center;
        font-size: 1.5rem;
        margin-bottom: 20px; }
      footer .row-2 .sitemap .columns {
        min-height: 45px;
        margin-bottom: 20px; }
      footer .row-2 .sitemap .columns:nth-child(1) {
        border: 0;
        text-align: center; }
        footer .row-2 .sitemap .columns:nth-child(1) ul li a {
          min-width: 100%;
          width: 100%; }
        footer .row-2 .sitemap .columns:nth-child(1) ul li {
          margin-bottom: 10px; }
    footer .row-3 .logos {
      text-align: center; }
      footer .row-3 .logos a {
        margin-bottom: 10px; }
    footer .row-4 .columns {
      text-align: left; }
  /* end footer */ }

/* Medium and up */
@media screen and (min-width: 40em) {
  header.header .ubermenu-responsive-toggle, .hidden-trigger {
    display: none; } }

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body, html {
    width: 100%;
    overflow-x: hidden; }
  h1, .like-h1 {
    font-size: 2.625rem;
    margin-bottom: 20px; }
  h2, .like-h2 {
    font-size: 2rem;
    margin-bottom: 20px; }
  h3, .like-h3 {
    font-size: 1.25rem;
    margin-bottom: 20px; }
  h4, .like-h4 {
    font-size: 1.125rem;
    margin-bottom: 20px; }
  h5, .like-h5 {
    font-size: 1rem;
    margin-bottom: 20px; }
  h6, .like-h6 {
    font-size: 0.8125rem;
    margin-bottom: 20px; }
  .icon.brush, .icon.angle, .icon.housing-situation, .icon.view, .icon.floor-pattern, .icon.floor-pattern, .icon.parkett-diagonal, .icon.parkett-top-down {
    width: 80px;
    height: 80px; }
  #content {
    padding: 20px 0; }
    #content .surfaces .first, #content .surfaces .image-wrapper {
      margin-bottom: 20px; }
    #content div.designstudio-row .vc_column_container {
      height: 250px; }
    #content div.designstudio-row &gt; .vc_column_container, #content div.designstudio-row &gt; .vc_column-inner {
      padding: 0; }
    #content div.designstudio-row div.idesign .hand {
      position: absolute;
      background-size: 30%;
      top: 30px; }
      #content div.designstudio-row div.idesign .hand span {
        display: none; }
  .header-text {
    bottom: 10%;
    right: 5%; }
    .header-text .headline-row {
      line-height: 1.1em; }
    .header-text .headline-row.image {
      position: absolute;
      width: 50%;
      top: -100%;
      left: 0%; }
      .header-text .headline-row.image img {
        display: block;
        width: 100%; }
    .header-text .headline-row:nth-child(1) {
      font-size: 2.5rem;
      margin-bottom: 0; }
    .header-text .headline-row:nth-child(2) {
      font-size: 1.875rem; }
  /* end .header-text */
  .header-image .hsp-icon {
    bottom: 10px;
    width: 85%;
    height: 30px; }
    .header-image .hsp-icon img {
      left: -45px;
      top: -30px;
      width: 150px; }
    .header-image .hsp-icon .aktion img {
      left: 120px;
      top: -82px; }
  .header-image .hsp-text {
    position: absolute;
    z-index: 2;
    right: 60px;
    bottom: -40px;
    width: 30%; }
  .header-image.video .slideshow-center {
    min-height: 40vh;
    margin-top: 50px; }
  .header-image.video .hsp-icon {
    bottom: -15px; }
  .quote .image-wrapper {
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center; }
    .quote .image-wrapper img {
      margin-top: -190px; }
  div.certificates .text {
    width: 100%;
    text-align: center;
    float: none; }
  footer {
    /* end .row-1 */
    /* end .row-2 */
    /* end .row-4 */ }
    footer .row-1 {
      padding: 10px 0;
      line-height: 1.0em; }
      footer .row-1 .columns:nth-child(2) {
        text-align: center; }
        footer .row-1 .columns:nth-child(2) .social, footer .row-1 .columns:nth-child(2) div {
          top: 2px; }
        footer .row-1 .columns:nth-child(2) .social {
          width: 32px;
          height: 32px; }
    footer .row-2 {
      padding: 30px 0;
      margin-bottom: 30px; }
      footer .row-2 h3 {
        font-size: 1.5rem;
        margin-bottom: 20px; }
        footer .row-2 h3 br {
          display: none; }
    footer .row-3 .logos {
      text-align: center; }
      footer .row-3 .logos a {
        margin-bottom: 10px; }
    footer .row-4 .columns {
      text-align: left; }
  /* end footer */ }

/* Large and up */
/* Large only */
@media print {
  header.header, .sticky.icon-bar, .reveal, footer,
  .filter-area .filter-row-1, .filter-area .filter-row-2 {
    display: none; }
  header.print-header {
    display: block; }
  a[href]:after {
    content: none !important; }
  a {
    text-decoration: none !important; }
  h1, .like-h1,
  h2, .like-h2,
  h3, .like-h3,
  h4, .like-h4,
  h5, .like-h5,
  h6, .like-h6 {
    margin: 0;
    margin: 20px 0 10px 0 !important; }
  h1, .like-h1 {
    font-size: 1.625rem; }
  h2, .like-h2 {
    font-size: 1.375rem; }
  h3, .like-h3 {
    font-size: 1.25rem; }
  h4, .like-h4 {
    font-size: 1.125rem; }
  h5, .like-h5 {
    font-size: 1rem; }
  h6, .like-h6 {
    font-size: 0.8125rem;
    margin-bottom: 30px; }
  .row, #content srp-addon {
    margin: 0;
    margin-bottom: 20px; }
  .srp-addon {
    border-top: 1px solid #cacaca;
    padding-top: 20px; } }

/* end @media print */
</pre></body></html>