/**
 * ============================================================
 * application.less
 * ------------------------------------------------------------
 * Central LESS entry point
 * ------------------------------------------------------------
 * Imports all modular partials in correct order.
 * Use this file for your main build (compile to CSS).
 * ============================================================
 */
/**
 * ============================================================
 * _vendor.less
 * ------------------------------------------------------------
 *
 * ============================================================
 */
/*------------------------------------*\
  #VENDOR
\*------------------------------------*/
/*
Unitize mixin
================================================
The unitize mixins converts values from px-units to the relative rem-units, providing all the benefits of units like em and rem, without you having to do any calculations yourself.

######Syntax:
`@property` = the property that should be unitized.<br/>
`@value` = pixel-value<br/>
`@baseValue` (optional) = default browser font-size (@remScaleFactor in most cases)<br/>

######Example Unitize mixin with custom property
`.unitize(@property, @value);`<br/>
`.unitize(font-size, 16);`

######Specific built-in functions
In addition to the general `.unitize()` mixin, Shopware contains specific mixins to quickly calculate values which (for example) have more than one property.<br/>
<br/>

`.unitize-height(@value)`<br/>
`.unitize-width(@value)`<br/>
`.unitize-max-height(@value)`<br/>
`.unitize-max-width(@value)`<br/>
`.unitize-min-width(@value)`<br/>
`.unitize-padding(@topValue, @rightValue, @bottomValue: @topValue, @leftValue: @rightValue)`<br/>
`.unitize-margin(@topValue, @rightValue, @bottomValue: @topValue, @leftValue: @rightValue)`<br/>
`.unitize-variable(@value)`<br/>
*/
/**
 * ============================================================
 * _vendor/mixins.less
 * ------------------------------------------------------------
 * Global helper mixins for consistent design styling.
 * Includes transitions, shadows, clearfix, radius helpers, etc.
 * ============================================================
 */
/*------------------------------------*\
  #CLEARFIX
\*------------------------------------*/
/*------------------------------------*\
  #TRANSITIONS
\*------------------------------------*/
/*------------------------------------*\
  #BOX SHADOW
\*------------------------------------*/
/*------------------------------------*\
  #BORDER RADIUS
\*------------------------------------*/
/*------------------------------------*\
  #TEXT SHADOW
\*------------------------------------*/
/*------------------------------------*\
  #BACKGROUND COVER
\*------------------------------------*/
/*------------------------------------*\
  #FONT SMOOTHING
\*------------------------------------*/
/*------------------------------------*\
  #ABSOLUTE CENTER
\*------------------------------------*/
/*------------------------------------*\
  #HIDE VISUALLY (ACCESSIBILITY)
\*------------------------------------*/
/*------------------------------------*\
  #BUTTON VARIANT (UTILITY)
\*------------------------------------*/
/*------------------------------------*\
  #RESPONSIVE MEDIA QUERY SHORTCUTS
\*------------------------------------*/
/*------------------------------------*\
  #GRID COLUMN WIDTH CALCULATION
\*------------------------------------*/
/*------------------------------------*\
  #NORMALIZE
\*------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*------------------------------------*\
  #PLUGINS
\*------------------------------------*/
/**
 * ============================================================
 * _vendor/slick.less
 * ------------------------------------------------------------
 *
 * ============================================================
 */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-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-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.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-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.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;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
ul.slick-dots {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 200;
  list-style: none;
}
ul.slick-dots li {
  display: inline-block;
  margin: 0 8px 8px 0;
}
ul.slick-dots li.slick-active button {
  background: #f5d300;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
ul.slick-dots button {
  padding: 0;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  background: #9f9f9f;
  border: 0;
  outline: 0 none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
ul.slick-dots button:hover {
  background: #f0f0f0;
}
ul.slick-dots--ext {
  margin-top: 50px;
}
/**
 * ============================================================
 * _settings.less
 * ------------------------------------------------------------
 * Global design variables for colors, fonts, spacing,
 * breakpoints, shadows, z-index layers, and general scale.
 * ============================================================
 */
/**
 * ============================================================
 * _settings/colors.less
 * ------------------------------------------------------------
 * Global design variables for colors.
 * ============================================================
 */
/* Gray */
/* Neutrals */
/* Text */
/* Brand */
/* Semantic */
/*------------------------------------*\
  #COLORS
\*------------------------------------*/
/*------------------------------------*\
  #FONTS
\*------------------------------------*/
/* Font, line-height, and color for body text, headings, and more. */
/* Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`. */
/* Unit-less `line-height` for use in components like buttons. */
/* Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc. */
/*------------------------------------*\
  #HEADINGS
\*------------------------------------*/
/*
@headings-font-family:    @font-family-sans-serif;
@headings-font-weight:	  700;
@headings-line-height:    130%;
@headings-color:          inherit;

//== Headings Small
@headings-small-color:          @headings-color;
@headings-small-line-height:    1;
@headings-small-font-weight:    400;

// Heading H1
@h1-font-size:            30;
@h1-font-color:           @text-color;

// Heading H2
@h2-font-size:            30;
@h2-font-color:           @text-color;

// Heading H3
@h3-font-size:            22;
@h3-font-color:           @text-color;

// Heading H4
@h4-font-size:            1em; // ~18px
@h4-font-color:           inherit;

// Heading H5
@h5-font-size:            @font-size-base;
@h5-font-color:           inherit;

// Heading H6
@h6-font-size:            ceil((@font-size-base * 0.85)); // ~12px
@h6-font-color:           inherit;
*/
/**
 * ============================================================
 * _settings/zindex.less
 * ------------------------------------------------------------
 * Global design variables for z-index layers.
  * ============================================================
 */
/*------------------------------------*\
  #Z-INDEX
\*------------------------------------*/
/**
 * ============================================================
 * _settings/scaffolding.less
 * ------------------------------------------------------------
 * Global design variables.
 * ============================================================
 */
/**
 * ============================================================
 * _settings/grid.less
 * ------------------------------------------------------------
 * Global design variables breakpoints.
 * ============================================================
 */
/*------------------------------------*\
  #BREAKPOINTS
\*------------------------------------*/
/*------------------------------------*\
  #CONTAINER SIZES
\*------------------------------------*/
/**
 * ============================================================
 * _settings/animation.less
 * ------------------------------------------------------------
 *
 * ============================================================
 */
/*------------------------------------*\
  #TRANSITIONS
\*------------------------------------*/
/* Standard transition shorthand commonly used */
/**
 * ============================================================
 * _components.less
 * ------------------------------------------------------------
 *
 * ============================================================
 */
/**
 * ============================================================
 * _components/grid.less
 * ------------------------------------------------------------
 * Responsive grid and layout system.
 * Based on the original CSS grid classes (.row, .column, .tiny-*, etc.)
 * but refactored using LESS nesting and variables.
 * ============================================================
 */
/*------------------------------------*\
  #CONTAINER
\*------------------------------------*/
.container {
  margin: 0 auto;
  max-width: 1280px;
  min-width: 320px;
}
/*------------------------------------*\
  #ROW
\*------------------------------------*/
.row {
  width: 100%;
  margin: 0 auto;
}
.row::before,
.row::after {
  content: "";
  display: table;
}
.row::after {
  clear: both;
}
.row .row {
  width: auto;
  margin-left: -10;
  margin-right: -10;
  max-width: none;
}
/*------------------------------------*\
  #COLUMN
\*------------------------------------*/
[class*="small-"],
[class*="medium-"],
[class*="large-"],
.column {
  float: left;
  min-height: 1px;
  width: 100%;
  position: relative;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}
[class*="small-"].nopadding,
[class*="medium-"].nopadding,
[class*="large-"].nopadding,
.column.nopadding {
  padding-left: 0;
  padding-right: 0;
}
[class*="small-"].doublepadding,
[class*="medium-"].doublepadding,
[class*="large-"].doublepadding,
.column.doublepadding {
  padding-left: 20;
  padding-right: 20;
}
/*------------------------------------*\
  #GRID GENERATOR
\*------------------------------------*/
/*------------------------------------*\
  #TINY GRID
\*------------------------------------*/
.small-1 {
  width: 8.33333333%;
}
.small-2 {
  width: 16.66666667%;
}
.small-3 {
  width: 25%;
}
.small-4 {
  width: 33.33333333%;
}
.small-5 {
  width: 41.66666667%;
}
.small-6 {
  width: 50%;
}
.small-7 {
  width: 58.33333333%;
}
.small-8 {
  width: 66.66666667%;
}
.small-9 {
  width: 75%;
}
.small-10 {
  width: 83.33333333%;
}
.small-11 {
  width: 91.66666667%;
}
.small-12 {
  width: 100%;
}
.small-prefix-1 {
  margin-left: 8.33333333%;
}
.small-prefix-2 {
  margin-left: 16.66666667%;
}
.small-prefix-3 {
  margin-left: 25%;
}
.small-prefix-4 {
  margin-left: 33.33333333%;
}
.small-prefix-5 {
  margin-left: 41.66666667%;
}
.small-prefix-6 {
  margin-left: 50%;
}
.small-prefix-7 {
  margin-left: 58.33333333%;
}
.small-prefix-8 {
  margin-left: 66.66666667%;
}
.small-prefix-9 {
  margin-left: 75%;
}
.small-prefix-10 {
  margin-left: 83.33333333%;
}
.small-prefix-11 {
  margin-left: 91.66666667%;
}
.small-suffix-1 {
  margin-right: 8.33333333%;
}
.small-suffix-2 {
  margin-right: 16.66666667%;
}
.small-suffix-3 {
  margin-right: 25%;
}
.small-suffix-4 {
  margin-right: 33.33333333%;
}
.small-suffix-5 {
  margin-right: 41.66666667%;
}
.small-suffix-6 {
  margin-right: 50%;
}
.small-suffix-7 {
  margin-right: 58.33333333%;
}
.small-suffix-8 {
  margin-right: 66.66666667%;
}
.small-suffix-9 {
  margin-right: 75%;
}
.small-suffix-10 {
  margin-right: 83.33333333%;
}
.small-suffix-11 {
  margin-right: 91.66666667%;
}
.small-1 {
  width: 8.33333333%;
}
.small-prefix-1 {
  margin-left: 8.33333333%;
}
.small-suffix-1 {
  margin-right: 8.33333333%;
}
.small-2 {
  width: 16.66666667%;
}
.small-prefix-2 {
  margin-left: 16.66666667%;
}
.small-suffix-2 {
  margin-right: 16.66666667%;
}
.small-3 {
  width: 25%;
}
.small-prefix-3 {
  margin-left: 25%;
}
.small-suffix-3 {
  margin-right: 25%;
}
.small-4 {
  width: 33.33333333%;
}
.small-prefix-4 {
  margin-left: 33.33333333%;
}
.small-suffix-4 {
  margin-right: 33.33333333%;
}
.small-5 {
  width: 41.66666667%;
}
.small-prefix-5 {
  margin-left: 41.66666667%;
}
.small-suffix-5 {
  margin-right: 41.66666667%;
}
.small-6 {
  width: 50%;
}
.small-prefix-6 {
  margin-left: 50%;
}
.small-suffix-6 {
  margin-right: 50%;
}
.small-7 {
  width: 58.33333333%;
}
.small-prefix-7 {
  margin-left: 58.33333333%;
}
.small-suffix-7 {
  margin-right: 58.33333333%;
}
.small-8 {
  width: 66.66666667%;
}
.small-prefix-8 {
  margin-left: 66.66666667%;
}
.small-suffix-8 {
  margin-right: 66.66666667%;
}
.small-9 {
  width: 75%;
}
.small-prefix-9 {
  margin-left: 75%;
}
.small-suffix-9 {
  margin-right: 75%;
}
.small-10 {
  width: 83.33333333%;
}
.small-prefix-10 {
  margin-left: 83.33333333%;
}
.small-suffix-10 {
  margin-right: 83.33333333%;
}
.small-11 {
  width: 91.66666667%;
}
.small-prefix-11 {
  margin-left: 91.66666667%;
}
.small-suffix-11 {
  margin-right: 91.66666667%;
}
.small-12 {
  width: 100%;
}
.small-prefix-12 {
  margin-left: 100%;
}
.small-suffix-12 {
  margin-right: 100%;
}
/*------------------------------------*\
  #SMALL GRID
\*------------------------------------*/
@media (min-width: 480px) {
  .medium-1 {
    width: 8.33333333%;
  }
  .medium-2 {
    width: 16.66666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333333%;
  }
  .medium-5 {
    width: 41.66666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333333%;
  }
  .medium-8 {
    width: 66.66666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333333%;
  }
  .medium-11 {
    width: 91.66666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-prefix-1 {
    margin-left: 8.33333333%;
  }
  .medium-prefix-2 {
    margin-left: 16.66666667%;
  }
  .medium-prefix-3 {
    margin-left: 25%;
  }
  .medium-prefix-4 {
    margin-left: 33.33333333%;
  }
  .medium-prefix-5 {
    margin-left: 41.66666667%;
  }
  .medium-prefix-6 {
    margin-left: 50%;
  }
  .medium-prefix-7 {
    margin-left: 58.33333333%;
  }
  .medium-prefix-8 {
    margin-left: 66.66666667%;
  }
  .medium-prefix-9 {
    margin-left: 75%;
  }
  .medium-prefix-10 {
    margin-left: 83.33333333%;
  }
  .medium-prefix-11 {
    margin-left: 91.66666667%;
  }
  .medium-suffix-1 {
    margin-right: 8.33333333%;
  }
  .medium-suffix-2 {
    margin-right: 16.66666667%;
  }
  .medium-suffix-3 {
    margin-right: 25%;
  }
  .medium-suffix-4 {
    margin-right: 33.33333333%;
  }
  .medium-suffix-5 {
    margin-right: 41.66666667%;
  }
  .medium-suffix-6 {
    margin-right: 50%;
  }
  .medium-suffix-7 {
    margin-right: 58.33333333%;
  }
  .medium-suffix-8 {
    margin-right: 66.66666667%;
  }
  .medium-suffix-9 {
    margin-right: 75%;
  }
  .medium-suffix-10 {
    margin-right: 83.33333333%;
  }
  .medium-suffix-11 {
    margin-right: 91.66666667%;
  }
  .medium-1 {
    width: 8.33333333%;
  }
  .medium-prefix-1 {
    margin-left: 8.33333333%;
  }
  .medium-suffix-1 {
    margin-right: 8.33333333%;
  }
  .medium-2 {
    width: 16.66666667%;
  }
  .medium-prefix-2 {
    margin-left: 16.66666667%;
  }
  .medium-suffix-2 {
    margin-right: 16.66666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-prefix-3 {
    margin-left: 25%;
  }
  .medium-suffix-3 {
    margin-right: 25%;
  }
  .medium-4 {
    width: 33.33333333%;
  }
  .medium-prefix-4 {
    margin-left: 33.33333333%;
  }
  .medium-suffix-4 {
    margin-right: 33.33333333%;
  }
  .medium-5 {
    width: 41.66666667%;
  }
  .medium-prefix-5 {
    margin-left: 41.66666667%;
  }
  .medium-suffix-5 {
    margin-right: 41.66666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-prefix-6 {
    margin-left: 50%;
  }
  .medium-suffix-6 {
    margin-right: 50%;
  }
  .medium-7 {
    width: 58.33333333%;
  }
  .medium-prefix-7 {
    margin-left: 58.33333333%;
  }
  .medium-suffix-7 {
    margin-right: 58.33333333%;
  }
  .medium-8 {
    width: 66.66666667%;
  }
  .medium-prefix-8 {
    margin-left: 66.66666667%;
  }
  .medium-suffix-8 {
    margin-right: 66.66666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-prefix-9 {
    margin-left: 75%;
  }
  .medium-suffix-9 {
    margin-right: 75%;
  }
  .medium-10 {
    width: 83.33333333%;
  }
  .medium-prefix-10 {
    margin-left: 83.33333333%;
  }
  .medium-suffix-10 {
    margin-right: 83.33333333%;
  }
  .medium-11 {
    width: 91.66666667%;
  }
  .medium-prefix-11 {
    margin-left: 91.66666667%;
  }
  .medium-suffix-11 {
    margin-right: 91.66666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-prefix-12 {
    margin-left: 100%;
  }
  .medium-suffix-12 {
    margin-right: 100%;
  }
}
/*------------------------------------*\
  #MEDIUM GRID
\*------------------------------------*/
@media (min-width: 768px) {
  .large-1 {
    width: 8.33333333%;
  }
  .large-2 {
    width: 16.66666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333333%;
  }
  .large-5 {
    width: 41.66666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333333%;
  }
  .large-8 {
    width: 66.66666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333333%;
  }
  .large-11 {
    width: 91.66666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-prefix-1 {
    margin-left: 8.33333333%;
  }
  .large-prefix-2 {
    margin-left: 16.66666667%;
  }
  .large-prefix-3 {
    margin-left: 25%;
  }
  .large-prefix-4 {
    margin-left: 33.33333333%;
  }
  .large-prefix-5 {
    margin-left: 41.66666667%;
  }
  .large-prefix-6 {
    margin-left: 50%;
  }
  .large-prefix-7 {
    margin-left: 58.33333333%;
  }
  .large-prefix-8 {
    margin-left: 66.66666667%;
  }
  .large-prefix-9 {
    margin-left: 75%;
  }
  .large-prefix-10 {
    margin-left: 83.33333333%;
  }
  .large-prefix-11 {
    margin-left: 91.66666667%;
  }
  .large-suffix-1 {
    margin-right: 8.33333333%;
  }
  .large-suffix-2 {
    margin-right: 16.66666667%;
  }
  .large-suffix-3 {
    margin-right: 25%;
  }
  .large-suffix-4 {
    margin-right: 33.33333333%;
  }
  .large-suffix-5 {
    margin-right: 41.66666667%;
  }
  .large-suffix-6 {
    margin-right: 50%;
  }
  .large-suffix-7 {
    margin-right: 58.33333333%;
  }
  .large-suffix-8 {
    margin-right: 66.66666667%;
  }
  .large-suffix-9 {
    margin-right: 75%;
  }
  .large-suffix-10 {
    margin-right: 83.33333333%;
  }
  .large-suffix-11 {
    margin-right: 91.66666667%;
  }
  .large-1 {
    width: 8.33333333%;
  }
  .large-prefix-1 {
    margin-left: 8.33333333%;
  }
  .large-suffix-1 {
    margin-right: 8.33333333%;
  }
  .large-2 {
    width: 16.66666667%;
  }
  .large-prefix-2 {
    margin-left: 16.66666667%;
  }
  .large-suffix-2 {
    margin-right: 16.66666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-prefix-3 {
    margin-left: 25%;
  }
  .large-suffix-3 {
    margin-right: 25%;
  }
  .large-4 {
    width: 33.33333333%;
  }
  .large-prefix-4 {
    margin-left: 33.33333333%;
  }
  .large-suffix-4 {
    margin-right: 33.33333333%;
  }
  .large-5 {
    width: 41.66666667%;
  }
  .large-prefix-5 {
    margin-left: 41.66666667%;
  }
  .large-suffix-5 {
    margin-right: 41.66666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-prefix-6 {
    margin-left: 50%;
  }
  .large-suffix-6 {
    margin-right: 50%;
  }
  .large-7 {
    width: 58.33333333%;
  }
  .large-prefix-7 {
    margin-left: 58.33333333%;
  }
  .large-suffix-7 {
    margin-right: 58.33333333%;
  }
  .large-8 {
    width: 66.66666667%;
  }
  .large-prefix-8 {
    margin-left: 66.66666667%;
  }
  .large-suffix-8 {
    margin-right: 66.66666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-prefix-9 {
    margin-left: 75%;
  }
  .large-suffix-9 {
    margin-right: 75%;
  }
  .large-10 {
    width: 83.33333333%;
  }
  .large-prefix-10 {
    margin-left: 83.33333333%;
  }
  .large-suffix-10 {
    margin-right: 83.33333333%;
  }
  .large-11 {
    width: 91.66666667%;
  }
  .large-prefix-11 {
    margin-left: 91.66666667%;
  }
  .large-suffix-11 {
    margin-right: 91.66666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-prefix-12 {
    margin-left: 100%;
  }
  .large-suffix-12 {
    margin-right: 100%;
  }
}
/*------------------------------------*\
  #LARGE GRID
\*------------------------------------*/
@media (min-width: 900px) {
  .wide-1 {
    width: 8.33333333%;
  }
  .wide-2 {
    width: 16.66666667%;
  }
  .wide-3 {
    width: 25%;
  }
  .wide-4 {
    width: 33.33333333%;
  }
  .wide-5 {
    width: 41.66666667%;
  }
  .wide-6 {
    width: 50%;
  }
  .wide-7 {
    width: 58.33333333%;
  }
  .wide-8 {
    width: 66.66666667%;
  }
  .wide-9 {
    width: 75%;
  }
  .wide-10 {
    width: 83.33333333%;
  }
  .wide-11 {
    width: 91.66666667%;
  }
  .wide-12 {
    width: 100%;
  }
  .wide-prefix-1 {
    margin-left: 8.33333333%;
  }
  .wide-prefix-2 {
    margin-left: 16.66666667%;
  }
  .wide-prefix-3 {
    margin-left: 25%;
  }
  .wide-prefix-4 {
    margin-left: 33.33333333%;
  }
  .wide-prefix-5 {
    margin-left: 41.66666667%;
  }
  .wide-prefix-6 {
    margin-left: 50%;
  }
  .wide-prefix-7 {
    margin-left: 58.33333333%;
  }
  .wide-prefix-8 {
    margin-left: 66.66666667%;
  }
  .wide-prefix-9 {
    margin-left: 75%;
  }
  .wide-prefix-10 {
    margin-left: 83.33333333%;
  }
  .wide-prefix-11 {
    margin-left: 91.66666667%;
  }
  .wide-suffix-1 {
    margin-right: 8.33333333%;
  }
  .wide-suffix-2 {
    margin-right: 16.66666667%;
  }
  .wide-suffix-3 {
    margin-right: 25%;
  }
  .wide-suffix-4 {
    margin-right: 33.33333333%;
  }
  .wide-suffix-5 {
    margin-right: 41.66666667%;
  }
  .wide-suffix-6 {
    margin-right: 50%;
  }
  .wide-suffix-7 {
    margin-right: 58.33333333%;
  }
  .wide-suffix-8 {
    margin-right: 66.66666667%;
  }
  .wide-suffix-9 {
    margin-right: 75%;
  }
  .wide-suffix-10 {
    margin-right: 83.33333333%;
  }
  .wide-suffix-11 {
    margin-right: 91.66666667%;
  }
  .wide-1 {
    width: 8.33333333%;
  }
  .wide-prefix-1 {
    margin-left: 8.33333333%;
  }
  .wide-suffix-1 {
    margin-right: 8.33333333%;
  }
  .wide-2 {
    width: 16.66666667%;
  }
  .wide-prefix-2 {
    margin-left: 16.66666667%;
  }
  .wide-suffix-2 {
    margin-right: 16.66666667%;
  }
  .wide-3 {
    width: 25%;
  }
  .wide-prefix-3 {
    margin-left: 25%;
  }
  .wide-suffix-3 {
    margin-right: 25%;
  }
  .wide-4 {
    width: 33.33333333%;
  }
  .wide-prefix-4 {
    margin-left: 33.33333333%;
  }
  .wide-suffix-4 {
    margin-right: 33.33333333%;
  }
  .wide-5 {
    width: 41.66666667%;
  }
  .wide-prefix-5 {
    margin-left: 41.66666667%;
  }
  .wide-suffix-5 {
    margin-right: 41.66666667%;
  }
  .wide-6 {
    width: 50%;
  }
  .wide-prefix-6 {
    margin-left: 50%;
  }
  .wide-suffix-6 {
    margin-right: 50%;
  }
  .wide-7 {
    width: 58.33333333%;
  }
  .wide-prefix-7 {
    margin-left: 58.33333333%;
  }
  .wide-suffix-7 {
    margin-right: 58.33333333%;
  }
  .wide-8 {
    width: 66.66666667%;
  }
  .wide-prefix-8 {
    margin-left: 66.66666667%;
  }
  .wide-suffix-8 {
    margin-right: 66.66666667%;
  }
  .wide-9 {
    width: 75%;
  }
  .wide-prefix-9 {
    margin-left: 75%;
  }
  .wide-suffix-9 {
    margin-right: 75%;
  }
  .wide-10 {
    width: 83.33333333%;
  }
  .wide-prefix-10 {
    margin-left: 83.33333333%;
  }
  .wide-suffix-10 {
    margin-right: 83.33333333%;
  }
  .wide-11 {
    width: 91.66666667%;
  }
  .wide-prefix-11 {
    margin-left: 91.66666667%;
  }
  .wide-suffix-11 {
    margin-right: 91.66666667%;
  }
  .wide-12 {
    width: 100%;
  }
  .wide-prefix-12 {
    margin-left: 100%;
  }
  .wide-suffix-12 {
    margin-right: 100%;
  }
}
/*------------------------------------*\
  #RESPONSIVE VISIBILITY HELPERS
\*------------------------------------*/
.hide--small,
.show--medium,
.show--large {
  display: none;
}
.hide--medium,
.hide--large,
.show--small {
  display: block;
}
@media (min-width: 768px) {
  .hide--small,
  .show--medium,
  .hide--large {
    display: block;
  }
  .show--small,
  .hide--medium,
  .show--large {
    display: none;
  }
}
@media (min-width: 900px) {
  .hide--small,
  .hide--medium,
  .show--large {
    display: block;
  }
  .show--small,
  .show--medium,
  .hide--large {
    display: none;
  }
}
/**
 * ============================================================
 * _components/fonts.less
 * ------------------------------------------------------------
 *
 * ============================================================
 */
@font-face {
  font-family: "PT Sans";
  src: url("../fonts/PTSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PT Sans";
  src: url("../fonts/PTSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "PT Sans";
  src: url("../fonts/PTSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "PT Sans";
  src: url("../fonts/PTSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Merienda One";
  src: url("../fonts/MeriendaOne-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/**
 * ============================================================
 * _modules/typography.less
 * ------------------------------------------------------------
 *
 * ============================================================
 */
/*------------------------------------*\
  #HEADINGS
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: inherit;
}
h1 .small,
h2 .small,
h3 .small,
.h1 .small,
.h2 .small,
.h3 .small {
  font-size: 65%;
}
h4 .small,
h5 .small,
h6 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  margin: 0 0 24px 0;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 40px;
  line-height: 2.5rem;
  color: #264895;
}
h2,
.h2 {
  font-size: 1.4936em;
}
h3,
.h3 {
  margin-bottom: 0.75em;
  font-size: 1.2em;
}
h4,
.h4 {
  margin-bottom: 0;
  font-size: 1em;
  text-transform: uppercase;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 13px;
}
/*
h1, .h1 {
    font-size: @h1-size;
    color: @color-secondary;
    text-transform: uppercase;
}
h2, .h2 { font-size: @h2-size; }
h3, .h3 { font-size: @h3-size; }
h4, .h4 { font-size: @h4-size; text-transform: uppercase; }
h5, .h5 { font-size: @h5-size-px; }
h6, .h6 { font-size: @h6-size-px; }

@media (min-width: @bp-md-min) {
    h1, .h1 { font-size: @h1-size-md; }
    h2, .h2 { font-size: @h2-size-md; }
}
*/
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2em;
  }
  h2,
  .h2 {
    font-size: 1.867em;
  }
}
/*------------------------------------*\
  #LINKS
\*------------------------------------*/
a {
  color: #264895;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #444444;
  text-decoration: underline;
}
a:visited {
  color: #264895;
  font-style: italic;
}
/*------------------------------------*\
  #TEXT ELEMENTS
\*------------------------------------*/
p {
  margin: 0 0 0.75em;
}
strong {
  color: #264895;
  font-weight: 700;
}
.big {
  font-size: 1.5em;
}
small,
.small {
  color: #cccccc;
  font-size: 0.867em;
  line-height: 80%;
  font-weight: 100;
}
mark {
  background: #f5d300;
  color: #000000;
}
blockquote {
  margin: 1em 0;
  padding: 0.5em 1em;
  border-left: 4px solid #f5d300;
  color: #2b2b2b;
  font-style: italic;
  background-color: rgba(245, 211, 0, 0.1);
}
cite {
  display: block;
  font-family: "Merienda One", sans-serif;
  font-size: 1.1em;
  line-height: 1.4;
  color: var(--color-secondary);
  font-style: normal;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.deactivated,
.disabled {
  color: #cccccc;
}
/**
 * ============================================================
 * _components/global.less
 * ------------------------------------------------------------
 *
 * ============================================================
 */
.is--hoverable {
  -moz-transition: 0.35s all;
  -o-transition: 0.35s all;
  -webkit-transition: 0.35s all;
  transition: 0.35s all;
}
.imagelist {
  display: grid;
  grid-gap: 20px;
}
.imagelist .ce_image {
  padding-top: 20px;
  text-align: center;
}
@media (min-width: 481px) {
  .imagelist {
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 981px) {
  .imagelist {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 769px) {
  .toolbox {
    padding: 1em 2em 1em 1em;
  }
}
@media (max-width: 900px) {
  .variations {
    display: none;
  }
  .imagelist .ce_image {
    /*
                margin-bottom: 1.5em;
                padding: 0 10px;
                width: 50%;

                &:nth-child(2n+1){
                    clear: both;
                }
                */
  }
}
.variations {
  margin-top: 30px;
}
.left .variations {
  margin-top: 97px;
  height: 140px;
  text-align: right;
}
.has--corner-bottom-right {
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 3em;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 3em;
  -moz-border-bottom-right-radius: 3em;
  border-bottom-right-radius: 3em;
}
.has--corner-bottom-left {
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 3em;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-bottom-left-radius: 3em;
  -moz-border-bottom-left-radius: 3em;
  border-bottom-left-radius: 3em;
}
/*------------------------------------*\
  #SPACING HELPERS
\*------------------------------------*/
.margin-top--1 {
  margin-top: 1em;
}
.margin-top--2 {
  margin-top: 2em;
}
.margin-top--3 {
  margin-top: 3em;
}
.mb-1 {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
/**
 * ============================================================
 * _components/buttons.less
 * ------------------------------------------------------------
 * Button components and variations.
 * Variables aligned with variables.less, mixins aligned with mixins.less
 * ============================================================
 */
/*------------------------------------*\
  #BUTTON BASE
\*------------------------------------*/
.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  text-decoration: none !important;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  background: transparent;
  color: var(--color-white);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  /*------------------------------------*\
      #SIZE VARIANTS
    \*------------------------------------*/
  /*------------------------------------*\
      #STYLE VARIANTS
    \*------------------------------------*/
  /*
    &--disabled {
        color: #515151; //lighten(@text-color, 20%) !important;
        border: 1px solid #515151 !important; //lighten(@text-color, 20%) !important;
        background: transparent !important;
        //cursor: not-allowed;
    }
    */
  /*------------------------------------*\
      #CIRCULAR BUTTONS
    \*------------------------------------*/
  /*------------------------------------*\
      #ARROW BUTTONS
    \*------------------------------------*/
}
a.btn,
.btn a {
  text-decoration: none !important;
}
.btn--tiny {
  padding: 4px 24px 4px 24px;
  padding: 0.25rem 1.5rem 0.25rem 1.5rem;
  font-size: 11px;
  font-size: 0.6875rem;
}
.btn--small {
  padding: 6px 24px 6px 24px;
  padding: 0.375rem 1.5rem 0.375rem 1.5rem;
  font-size: 13px;
  font-size: 0.8125rem;
}
.btn--middle {
  padding: 11px 27px 11px 27px;
  padding: 0.6875rem 1.6875rem 0.6875rem 1.6875rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
.btn.is--medium {
  padding: 8px 16px 8px 16px;
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
.btn--large {
  padding: 0px 16px 0px 16px;
  padding: 0rem 1rem 0rem 1rem;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 40px;
  line-height: 2.5rem;
  font-weight: 700;
}
.btn.is--primary,
.btn--primary {
  color: var(--color-white);
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  text-transform: uppercase;
}
.btn.is--primary:hover,
.btn--primary:hover,
.btn.is--primary:focus,
.btn--primary:focus {
  background-color: #dcbd00;
  border-color: #dcbd00;
}
.btn.is--secondary,
.btn--secondary {
  color: var(--color-white);
  border: none;
  background-color: var(--color-secondary);
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.btn.is--secondary:hover,
.btn--secondary:hover,
.btn.is--secondary:focus,
.btn--secondary:focus {
  color: var(--color-primary);
  -webkit-border-bottom-right-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 0;
  -moz-background-clip: padding;
  border-bottom-right-radius: 0;
  background-clip: padding-box;
}
.btn.is--secondary:after,
.btn--secondary:after {
  content: " ›";
}
.btn--tertiary {
  color: var(--color-white);
  background-color: var(--color-black);
  border: 1px solid var(--color-black);
  text-transform: uppercase;
}
.btn--tertiary:hover,
.btn--tertiary:focus {
  color: var(--color-black);
}
.btn--neutral {
  color: var(--color-white);
  border: 1px solid car(--color-white) !important;
  background: transparent;
  text-transform: uppercase;
}
.btn--neutral:hover,
.btn--neutral:focus {
  background: rgba(255, 255, 255, 0.2);
}
.btn--highlight {
  color: var(--color-white);
  border: 1px solid transparent !important;
  background-color: var(--color-primary);
  text-transform: uppercase;
}
.btn--highlight:hover {
  background-color: #c2a700;
  color: #e6e6e6;
}
.btn.is--outline {
  border: 1px solid var(--color-secondary);
  color: var(--color-secondary);
  border-radius: 8px;
  background: #fff;
}
.btn.is--outline:hover {
  background: var(--color-secondary);
  color: #fff;
}
.btn-circle {
  display: inline-block;
  text-align: center;
  color: var(--color-black);
  font-weight: 700;
  background-color: var(--color-white);
  text-transform: none;
}
.btn-circle--small {
  width: 2.25em;
  height: 2.25em;
  line-height: 2.25em;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 1.125em;
  -moz-border-radius: 1.125em;
  border-radius: 1.125em;
}
.btn-circle--middle {
  width: 3.75em;
  height: 3.75em;
  line-height: 3.75em;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 1.875em;
  -moz-border-radius: 1.875em;
  border-radius: 1.875em;
}
.btn-circle--large {
  width: 5em;
  height: 5em;
  line-height: 5em;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 2.5em;
  -moz-border-radius: 2.5em;
  border-radius: 2.5em;
}
.btn-forward,
.btn-previous {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
}
.btn-forward:before,
.btn-previous:before,
.btn-forward:after,
.btn-previous:after {
  font-size: 1.4em;
  line-height: 28px;
}
/**
 * ============================================================
 * _components/alerts.less
 * ------------------------------------------------------------
 * Alert components
 * ============================================================
 */
/*------------------------------------*\
  #ALERTS
\*------------------------------------*/
.alert {
  display: inline-block;
  margin: 0 0 1em;
  padding: 0.2em 0.6em;
  background: #dae4eb;
  color: #737373;
}
.alert--success {
  background: var(--color-success);
  color: var(--color-white);
}
.alert--info {
  background: var(--color-info);
  color: var(--color-white);
}
.alert--warning {
  background: var(--color-warning);
  color: var(--color-white);
}
.alert--danger {
  background: var(--color-danger);
  color: var(--color-white);
}
/**
 * ============================================================
 * _components/forms.less
 * ------------------------------------------------------------
 * Form elements, inputs, checkboxes, radios, widgets, and states.
 * Converted from CSS to structured LESS with nesting and variables.
 * ============================================================
 */
input[type="text"],
input[type="email"],
input[type="tel"] {
  padding: 0.5em;
  width: 100%;
  border: 2px solid #f0f0f0;
}
input[type="checkbox"],
input[type="radio"] {
  zoom: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  content: "";
  width: 24px;
  height: 24px;
  border: 0;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid #f0f0f0;
  background-color: #fff;
}
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background-color: #f5d300;
  border-color: #f5d300;
}
input[type="radio"] + label:before {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0.9em;
  -moz-border-radius: 0.9em;
  border-radius: 0.9em;
}
button[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none !important;
  text-align: center;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  background: transparent;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  color: #ffffff;
  border: 0 none;
  background-color: #264895;
  text-transform: uppercase;
  letter-spacing: 1px;
  -moz-transition: 0.35s all;
  -o-transition: 0.35s all;
  -webkit-transition: 0.35s all;
  transition: 0.35s all;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 1em;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 1em;
  -moz-border-bottom-right-radius: 1em;
  border-bottom-right-radius: 1em;
  padding: 0.7em 1.66666em;
  font-size: 0.867em;
  font-weight: 700;
  padding: 1em 3em;
}
button[type="submit"]:visited {
  color: #ffffff;
}
button[type="submit"]:hover,
button[type="submit"]:focus {
  color: #f5d300;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 0;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
button[type="submit"]:after {
  content: " ›";
}
input,
select,
textarea {
  outline: none;
  color: #444444;
}
input.error,
select.error,
textarea.error {
  color: #ff0000;
  border-color: #ff0000;
}
select {
  padding: 0.5em;
  width: 100%;
  border: 2px solid #f0f0f0;
}
textarea {
  padding: 0.5em;
  width: 100%;
  height: 10em;
  border: 2px solid #f0f0f0;
  resize: none;
}
input[type="text"],
input[type="password"],
select,
textarea {
  -moz-transition: 0.55s all;
  -o-transition: 0.55s all;
  -webkit-transition: 0.55s all;
  transition: 0.55s all;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus,
input[type="text"]:active,
input[type="password"]:active,
select:active,
textarea:active {
  background: #f5d300;
  border-color: #f5d300;
  -moz-transition: 0.35s all;
  -o-transition: 0.35s all;
  -webkit-transition: 0.35s all;
  transition: 0.35s all;
}
input[type="text"]:hover,
input[type="password"]:hover,
select:hover,
textarea:hover {
  border-color: #f5d300;
  -moz-transition: 0.35s all;
  -o-transition: 0.35s all;
  -webkit-transition: 0.35s all;
  transition: 0.35s all;
}
::-webkit-input-placeholder {
  color: #9f9f9f;
}
:-moz-placeholder {
  color: #9f9f9f;
}
::-moz-placeholder {
  color: #9f9f9f;
}
:-ms-input-placeholder {
  color: #9f9f9f;
}
.widget:not(.widget-checkbox) {
  margin-bottom: 0.5em;
  *zoom: 1;
}
.widget:not(.widget-checkbox):before,
.widget:not(.widget-checkbox):after {
  content: " ";
  display: table;
}
.widget:not(.widget-checkbox):after {
  clear: both;
}
.widget:not(.widget-checkbox) label {
  font-size: 16px;
  font-weight: 400;
  text-align: right;
}
.checkbox_container,
.radio_container {
  border: 0;
  margin: 0 0 1em;
  padding: 0;
  *zoom: 1;
}
.checkbox_container:before,
.radio_container:before,
.checkbox_container:after,
.radio_container:after {
  content: " ";
  display: table;
}
.checkbox_container:after,
.radio_container:after {
  clear: both;
}
.checkbox_container legend,
.radio_container legend {
  font-weight: 600;
  margin-bottom: 15px;
}
.checkbox_container .fieldset__fields > span,
.radio_container .fieldset__fields > span {
  display: block;
  margin-bottom: 0.75em;
  float: left;
  position: relative;
}
@media (max-width: 900px) {
  input[type="submit"] {
    width: 100%;
  }
}
@media (min-width: 901px) {
  .widget:not(.widget-checkbox) label {
    float: left;
    margin: 0.9em 2% 0 0;
    width: 23%;
  }
  .widget:not(.widget-checkbox) label + * {
    float: left;
    width: 67%;
  }
  .submit_container,
  .checkbox_container {
    margin-left: 25%;
  }
}
/*------------------------------------*\
  #FORM BASE
\*------------------------------------*/
/*------------------------------------*\
  #LABELS
\*------------------------------------*/
/*------------------------------------*\
  #INPUTS & TEXTAREAS
\*------------------------------------*/
/*------------------------------------*\
  #TEXTAREA
\*------------------------------------*/
/*------------------------------------*\
  #SELECTS
\*------------------------------------*/
/*------------------------------------*\
  #CHECKBOXES & RADIOS
\*------------------------------------*/
/*------------------------------------*\
  #RADIO-SPECIFIC STYLING
\*------------------------------------*/
/*------------------------------------*\
  #PLACEHOLDERS
\*------------------------------------*/
/*------------------------------------*\
  #FIELDSETS & LEGENDS
\*------------------------------------*/
/*------------------------------------*\
  #FORM STATES
\*------------------------------------*/
/**
 * ============================================================
 * _components/overlay.less
 * ------------------------------------------------------------
 *
 * ============================================================
 */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  -webkit-transition: background 0.55s;
  -moz-transition: background 0.55s;
  -o-transition: background 0.55s;
  transition: background 0.55s;
  -webkit-box-shadow: 0 0 25px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px 4px rgba(0, 0, 0, 0.5);
}
.nav--open .overlay {
  background: rgba(0, 0, 0, 0.6);
  visibility: visible;
}
/**
 * ============================================================
 * _components/slider.less
 * ------------------------------------------------------------
 *
 * ============================================================
 */
.slider {
  overflow: hidden;
}
.slider__arrow {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  z-index: 200;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  cursor: pointer;
  -moz-transition: 0.35s all;
  -o-transition: 0.35s all;
  -webkit-transition: 0.35s all;
  transition: 0.35s all;
}
.slider__arrow--prev {
  left: -64px;
  left: 0\9;
  background-image: url(../graphic/buttons/button-left.png);
}
.slider__arrow--prev:hover {
  background-image: url(../graphic/buttons/button-left-active.png);
}
.slider__arrow--next {
  right: -64px;
  right: 0\9;
  background-image: url(../graphic/buttons/button-right.png);
}
.slider__arrow--next:hover {
  background-image: url(../graphic/buttons/button-right-active.png);
}
.slider:hover .slider__arrow--prev {
  left: 0;
}
.slider:hover .slider__arrow--next {
  right: 0;
}
.slider__item {
  position: relative;
  margin: 0;
  list-style: none;
}
.slider__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.slider__picture {
  width: 100%;
}
.slider__picture img {
  width: 100%;
  height: auto;
}
.slider__title {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em 0.5em;
  width: 15em;
  font-size: 0.9em;
  font-weight: 400;
  color: #ffffff;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #264895;
  font-style: normal;
}
.slider__title:after {
  content: " ›";
}
.additional .slider {
  background: #f0f0f0;
}
.slider--mixed .slider__picture img {
  margin: 0 auto;
  width: auto;
}
.slider--large .slider__arrow--prev {
  left: 60px;
}
.slider--large .slider__arrow--next {
  right: 60px;
}
@media (max-width: 900px) {
  .is--index .slider {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 480px) {
  .is--index .slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 901px) {
  .slider__title {
    padding: 0.66667em 1em;
    font-size: 1.2em;
  }
}
/**
 * ============================================================
 * _components/box.less
 * ------------------------------------------------------------
 *
 * ============================================================
 */
/*------------------------------------*\
  #BOX ELEMENT
\*------------------------------------*/
.box {
  padding: 1.33333em;
  padding-bottom: 0.66667em;
  background: #f0f0f0;
}
.box--highlight {
  padding: 1.66667em;
  padding-bottom: 1em;
  background: #f5d300;
}
.box--highlight h1 {
  margin: 0 0 0.5em 0;
  color: #444444;
  text-transform: none;
}
.box.is--hoverable:hover {
  background: #ffdc00;
  -webkit-transition: 0.55s all;
  -moz-transition: 0.55s all;
  -o-transition: 0.55s all;
  transition: 0.55s all;
}
.box--dark {
  color: #f5d300;
  background-color: #264895;
}
.box--dark a {
  color: #f5d300;
}
.box--dark.is--hoverable:hover {
  background: #294ea1;
  -webkit-transition: 0.55s all;
  -moz-transition: 0.55s all;
  -o-transition: 0.55s all;
  transition: 0.55s all;
}
.box--gradient {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 100%);
}
.box--small-text .ce_text {
  font-size: 0.933em;
}
/*------------------------------------*\
  #BOX MODULE
\*------------------------------------*/
/*
.mod_box {
    position: relative;
    margin-bottom: 2em;
    background: @color-white;
    border: 2px solid fade(@color-secondary, 10%);
    .box-shadow(0 0 1em 0 rgba(0, 0, 0, 0.05));
    .transition(all 0.35s);

    h3 {
        font-size: 1.2em;
        color: @color-secondary;
        text-transform: uppercase;
        margin: 0 0 0.5em;
    }

    p {
        margin: 0 0 1.2em;
        color: darken(@text-color, 5%);
    }

    .box__inner {
        padding: 1.333em 1em;

        @media (min-width: @bp-md-min) {
            padding: 1.666em 1.333em;
        }
    }

    &:hover {
        border-color: @color-primary;
        transform: translateY(-3px);
    }

    &--highlight {
        border-color: @color-primary;
        background-color: fade(@color-primary, 10%);
    }
}
*/
/**
 * ============================================================
 * _components/teaser.less
 * ------------------------------------------------------------
 *
 * ============================================================
 */
.teaser {
  margin-bottom: 2em;
  border: 2px solid #f0f0f0;
}
.teaser:hover {
  border: 2px solid #000;
}
.teaser:hover .box {
  /*
            &.box--gradient {
                background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
                background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
                background-image: -moz-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
                background-image: -o-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
                background-image: linear-gradient(to bottom, #f9f9f9 0%, #ffffff 100%);
            }
             */
}
.teaser__image {
  overflow: hidden;
}
.teaser__image img {
  width: 100%;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.teaser__headline {
  margin: 0;
  padding: 6px 6px 10px 6px;
  padding: 0.375rem 0.375rem 0.625rem 0.375rem;
  border-bottom: 1px solid #cccccc;
  font-family: "PT Sans", sans-serif;
  line-height: 1.2em;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
.teaser__headline small,
.teaser__headline .small {
  font-weight: 400;
  line-height: 1;
  color: inherit;
  font-size: 75%;
}
.teaser__text {
  padding: 12px 6px 12px 6px;
  padding: 0.75rem 0.375rem 0.75rem 0.375rem;
}
a.teaser__link {
  text-decoration: none;
}
.teaser--products {
  border-radius: 12px;
  overflow: hidden;
}
.teaser--products .box {
  background: #fff !important;
  padding: 12px 16px 12px 16px;
  padding: 0.75rem 1rem 0.75rem 1rem;
}
.teaser--products:hover .teaser__image img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.teaser--products .teaser__content {
  display: flex;
  flex-direction: column;
  height: 130px;
}
.teaser--products .teaser__content .btn {
  width: 100%;
  margin-top: auto;
}
.teaser--products .teaser__link {
  color: #444444;
}
@media screen and (min-width: 480px) {
  .teaser--products .teaser__content {
    height: 180px;
    height: 11.25rem;
  }
}
@media screen and (min-width: 768px) {
  .teaser {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
/*
@media (max-width: 900px) {
    .teaser--products,
    .teaser .box--gradient {
        margin: 0;
    }
}
*/
/*------------------------------------*\
  #TEASER MODULE
\*------------------------------------*/
/*
.mod_teaser {
    position: relative;
    overflow: hidden;
    text-align: center;
    color: @color-white;
    background-color: @color-secondary;
    background-image: url("../graphic/teaser.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 4em 1em;
    .transition(all 0.35s);

    h2 {
        font-family: @font-family-decorative;
        color: @color-white;
        font-size: 2em;
        margin-bottom: 0.5em;
    }

    p {
        font-size: 1.066em;
        line-height: 1.4;
        color: fade(@color-white, 85%);
        margin: 0 auto;
        max-width: 700px;
    }

    .btn {
        margin-top: 2em;
    }

    &:hover {
        background-color: darken(@color-secondary, 5%);
    }
}
 */
/**
 * ============================================================
 * _components/jobs.less
 * ------------------------------------------------------------
 *
 * ============================================================
 */
.job-item {
  float: right;
}
.job-item ul {
  margin-top: 0.5em;
}
.job-item li {
  font-weight: 400;
}
.jobs-teaser {
  padding: 0.4em;
}
.jobs-teaser span {
  display: block;
}
.jobs-teaser a {
  display: block;
  text-decoration: none;
  position: relative;
}
.jobs-teaser:hover .jobs-teaser__content:after {
  -webkit-transform: translate3d(5px, 0, 0);
  -moz-transform: translate3d(5px, 0, 0);
  -o-transform: translate3d(5px, 0, 0);
  -ms-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}
.jobs-teaser__image {
  height: 100px;
  background-color: #f5d300;
  background-image: url(../graphic/icons/team.svg);
  background-position: center center;
  background-size: auto 70%;
  background-repeat: no-repeat;
}
.configurator-teaser .jobs-teaser__image {
  background-image: url(../graphic/icons/konfigurator.svg);
}
.jobs-teaser__content {
  position: relative;
  padding: 1em 5.5em 1em 1.5em;
}
.jobs-teaser__content:after {
  display: block;
  position: absolute;
  margin-top: -25px;
  content: "";
  right: 1em;
  top: 50%;
  width: 50px;
  height: 50px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #f5d300;
  background-image: url(../graphic/icons/pfeil.svg);
  background-position: center center;
  background-size: auto 55%;
  background-repeat: no-repeat;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.jobs-teaser__title {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.15em;
}
.jobs-teaser__text {
  color: #ffffff;
}
@media (min-width: 769px) {
  .jobs-teaser__image {
    width: 34%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: auto;
  }
  .jobs-teaser__content {
    padding-left: 37%;
  }
}
/**
 * ============================================================
 * _modules.less
 * ------------------------------------------------------------
 *
 * ============================================================
 */
/**
 * ============================================================
 * _modules/global.less
 * ------------------------------------------------------------
 *
 * ============================================================
 */
:root {
  --color-primary: #f5d300;
  --color-secondary: #264895;
  --color-tertiary: #e8eaeb;
  --color-text: #444444;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-success: #73cc12;
  --color-info: #009de0;
  --color-warning: #e1ff00;
  --color-danger: #ff0051;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*------------------------------------*\
  #HTML & BODY
\*------------------------------------*/
html {
  height: 100%;
}
body {
  height: 100%;
  font-size: 16px;
  line-height: 21px;
  color: #444444;
  font-family: "PT Sans", sans-serif;
  background: #ffffff;
  /*
    font-family: @font-family-base;
    font-size: @font-size-base-px;
    line-height: @line-height-base;
    color: @text-color;
    background-color: @body-bg;
    font-weight: @font-weight-regular;
     */
}
/*------------------------------------*\
  #LISTS
\*------------------------------------*/
ul {
  margin-left: 2em;
  padding-left: 0;
  list-style-type: disc;
}
ul li {
  margin-bottom: 0.4em;
  font-weight: 700;
}
ul,
ol {
  margin-top: 1.2em;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dt {
  margin-bottom: 0.35em;
  font-size: 0.867em;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
}
dd {
  margin: 0 0 0.75em;
  font-size: 1.267em;
  line-height: 1.267em;
  font-weight: 700;
}
/*------------------------------------*\
  #TABLES
\*------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: inherit;
}
table th,
table td {
  padding: 0.5em;
  text-align: left;
}
table th {
  background-color: rgba(245, 211, 0, 0.2);
}
/*------------------------------------*\
  #IMAGES & MEDIA
\*------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
figure {
  margin: 0;
}
/*------------------------------------*\
  #UTILITY CLASSES
\*------------------------------------*/
.a-left,
.text-left,
.text--left {
  text-align: left;
}
.a-center,
.text-center,
.text--center {
  text-align: center;
}
.a-right,
.text-right,
.text--right {
  text-align: right;
}
.text-justify,
.text--justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.float-left {
  float: left;
}
.f-right,
.float-right {
  float: right;
}
.float-none {
  float: none;
}
.display-inline {
  display: inline-block;
}
.valign-top {
  vertical-align: top;
}
.valign-middle {
  vertical-align: middle;
}
.valign-bottom {
  vertical-align: bottom !important;
}
.invisible {
  display: none;
}
/*------------------------------------*\
  #SELECTION
\*------------------------------------*/
::selection {
  color: #9f9f9f;
  background-color: #ffe129;
}
::-moz-selection {
  color: #9f9f9f;
  background-color: #ffe129;
}
/*------------------------------------*\
  #ACCESSIBILITY
\*------------------------------------*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:focus,
.sr-only-focusable:active {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.deactivated,
.disabled {
  color: #cccccc;
}
i.viewer-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0px 0px -50px;
  padding: 0 0 0 10px;
  width: 100px;
  height: 100px;
  font-size: 50px;
  line-height: 100px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  z-index: 200;
}
i.viewer-btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: -2;
  background: rgba(245, 211, 0, 0.5);
}
i.viewer-btn:hover {
  color: #ffffff;
}
i.viewer-btn:hover:after {
  -o-transform: scale(1.035);
  -webkit-transform: scale(1.035);
  -moz-transform: scale(1.035);
  -ms-transform: scale(1.035);
  transform: scale(1.035);
  background: rgba(245, 211, 0, 0.6);
}
.video {
  position: relative;
}
/**
 * ============================================================
 * _modules/header.less
 * ------------------------------------------------------------
 * Website header layout and elements.
 * Converted 1:1 from CSS to LESS with variables and nesting.
 * ============================================================
 */
.header {
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  background: var(--color-primary);
  width: 100%;
}
.header__inner {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1280px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header:after {
  display: block;
  content: "";
  background: var(--color-primary);
  width: 100vw;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
/*
.header__inner:before,
.header__inner:after {
    content: " ";
    display: table;
}
.header__inner:after {
    clear: both;
}
*/
.header__logo {
  position: relative;
  max-width: 200px;
  max-width: 12.5rem;
}
/*
.header__quote {
    display: block;
    position: relative;
    margin-right: 8px;
    height: 66px;
    text-align: right;
}
*/
/*
.header__layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 444px;
    background: #f5d300;
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
}

@media (min-width: 481px) {
    .header__inner {
        padding: 0 20px;
    }
}
*/
/*
@media (max-width: 900px) {
    .header {
        -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
    }
    .header__quote {
        display: none;
    }
    .header__logo {
        max-width: 220px;
    }
}
@media (min-width: 901px) {
    .header {
        padding: 20px 0 0;
        margin: 0 auto 25px;
    }
    .header__inner {
        padding: 0 20px;
        height: 126px;
    }
    .header__layer {
        display: block;
    }
    .header__logo {
        margin-top: 20px;
        width: 256px;
        height: 106px;
        background: url(../graphic/logo-desktop.png) no-repeat;
    }
}
*/
/*------------------------------------*\
  #HEADER BASE
\*------------------------------------*/
/*
.header {
    margin: 0 auto;
    padding: 10px 0;
    background: #f5d300;
    .box-shadow(0 0 15px 1px rgba(0, 0, 0, 0.2));

    &__inner {
        padding: 0 15px;
        .clearfix();

        @media (min-width: 481px) {
            padding: 0 20px;
        }

        @media (min-width: 901px) {
            height: 126px;
            padding: 0 20px;
        }
    }

    &__logo {
        float: left;
        position: relative;
        z-index: 100;
        width: 204px;
        height: 50px;
        background: url("../graphic/logo-mobile.png") no-repeat;

        @media (min-width: 901px) {
            margin-top: 20px;
            width: 256px;
            height: 106px;
            background: url("../graphic/logo-desktop.png") no-repeat;
        }

        @media (max-width: 900px) {
            max-width: 220px;
        }
    }

    &__quote {
        display: block;
        position: relative;
        height: 66px;
        text-align: right;
        margin-right: 8px;

        @media (max-width: 900px) {
            display: none;
        }
    }

    &__layer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 444px;
        background: #f5d300;
        .box-shadow(0 0 4px 1px rgba(0, 0, 0, 0.1));

        @media (min-width: 901px) {
            display: block;
        }
    }
*/
/*------------------------------------*\
      #HEADER VARIANTS
    \*------------------------------------*/
/*
    @media (min-width: 901px) {
        padding: 20px 0 0;
        margin: 0 auto 25px;
    }

    @media (max-width: 900px) {
        .box-shadow(0 0 15px 1px rgba(0, 0, 0, 0.2));
    }

}
*/
/**
 * ============================================================
 * _components/content.less
 * ------------------------------------------------------------
 * Page layout and structural elements.
 * Rebuilt from original CSS (including backgrounds and shadows).
 * Contains page, content, main, left/right columns, and overlay elements.
 * ============================================================
 */
html,
body {
  height: 100%;
}
@media (min-width: 900px) {
  body {
    background: url("../graphic/background/gradient.png") repeat-x left bottom fixed #f0f0f0;
  }
}
/*------------------------------------*\
  #PAGE WRAPPER
\*------------------------------------*/
.page {
  position: relative;
  min-height: 100%;
  min-width: 320px;
  height: auto !important;
  z-index: 100;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.page__inner {
  /*
        @media (max-width: 900px) {
            background-size: 100% auto;
        }

        @media (min-width: 901px) {
            padding: 0 0 460px;
            background: url("../graphic/background/body.jpg") no-repeat bottom right;
            background-attachment: fixed;
        }
        */
}
/*------------------------------------*\
  #STAGE
\*------------------------------------*/
/*
.stage {
    max-width: @container-max-width;
    margin: 0 auto;
}
*/
/*------------------------------------*\
  #CONTENT AREA
\*------------------------------------*/
.content {
  position: relative;
  width: 100%;
  z-index: 10;
  overflow: hidden;
  padding-bottom: 250px;
  background: url("..//graphic/background/body.jpg") no-repeat bottom right;
}
.content__inner {
  margin-bottom: 1.6667em;
  padding-bottom: 10em;
  /*
        @media (max-width: 900px) {
            padding-top: 2em;


            .is--index & {
            padding-top: 0;
        }

        @media (min-width: 901px) {
            .box-shadow(0 0 1em 0 rgba(0, 0, 0, 0.05));
        }
        */
}
/*------------------------------------*\
  #MAIN CONTENT AREA
\*------------------------------------*/
.main {
  padding: 20px 10px 140px 10px;
  padding: 1.25rem 0.625rem 8.75rem 0.625rem;
  max-width: 1280px;
  margin: 0 auto;
  background: url("../graphic/background/main.png") no-repeat center bottom #ffffff;
}
.main::before,
.main::after {
  content: "";
  display: table;
}
.main::after {
  clear: both;
}
/*
@media (min-width: 481px) {
    .main {
        padding: 1em 1em;
        padding: 1em 0.66667em;
    }
}

@media (max-width: 900px) {
    is--index .main {
        padding-top: 0;
    }
}

@media (min-width: 901px) {
.main {
        padding: 1.33333em 0.66667em;
    }

    .layout-2-cols .main {
        float: right;
        width: 75%;
    }
}
*/
/*------------------------------------*\
  #LEFT / RIGHT COLUMNS
\*------------------------------------*/
.left::before,
.right::before,
.left::after,
.right::after {
  content: "";
  display: table;
}
.left::after,
.right::after {
  clear: both;
}
/*
@media (min-width: 901px) {
    .left {
        float: left;
        width: 25%;
    }
    .right {
        float: left;
        width: 25%;
    }

}
*/
.icon-badge {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
}
.icon-badge .icon-svg {
  color: var(--color-secondary);
  width: 40px;
  height: 40px;
  background: var(--color-secondary);
  background-color: color-mix(in oklab, var(--color-secondary) 10%, transparent);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  overflow: hidden;
  margin-right: 16px;
}
.icon-badge .icon-svg svg {
  width: 20px;
  height: 20px;
}
.icon-badge p {
  color: #000;
  line-height: 24px;
  font-size: 18px;
}
.icon-badge p strong {
  line-height: 30px;
}
.section--contact .section__inner {
  padding: 48px 24px;
}
.section--contact .section__inner::before,
.section--contact .section__inner::after {
  content: "";
  display: table;
}
.section--contact .section__inner::after {
  clear: both;
}
.section--contact .section__inner h2 {
  color: var(--color-secondary);
  font-size: 36px;
}
.form--contact {
  background: #fff;
  border: 1x solid #cccccc;
  padding: 24px;
  border-radius: 16px;
}
.form--contact .widget {
  margin-bottom: 16px;
}
.form--contact .widget label {
  display: block;
  text-align: left;
  float: none;
  width: 100%;
  margin: 0 0 6px 0;
  color: #000;
}
.form--contact .widget label + * {
  float: none;
  width: 100%;
}
.form--contact .widget input,
.form--contact .widget textarea {
  background: #f0f0f0;
  border-radius: 8px;
}
.form--contact .widget textarea {
  height: 7em;
}
.form--contact .widget-checkbox fieldset {
  margin-left: 0;
}
.form--contact .widget-submit {
  margin-bottom: 0;
}
.form--contact .widget-submit button {
  width: 100%;
  background-color: var(--color-primary);
  border-bottom-right-radius: 0;
  border-radius: 8px;
  font-size: 16px;
  text-transform: none;
  color: #000;
  padding: 12px;
}
/*------------------------------------*\
  #ADDITIONAL SECTIONS / BOXES
\*------------------------------------*/
.additional .mod_article {
  margin-bottom: 20px;
  padding: 15px 5px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.05);
}
/*------------------------------------*\
  #TOP BUTTON
\*------------------------------------*/
#topButton {
  display: block;
  float: right;
  margin-right: 2.6667em;
  width: 2.6667em;
  height: 2.6667em;
  opacity: 0.3;
  background: url("../graphic/icons/top.png") no-repeat 0 0;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
#topButton:hover {
  opacity: 1;
}
#patch {
  margin: 10px 0 30px;
  text-align: center;
}
/*------------------------------------*\
  #PAGE STATE VARIANTS
\*------------------------------------*/
/*
.is--index .main {
    @media (max-width: @bp-lg-min) {
        padding-top: 0;
    }
}
 */
.page--configurator .main {
  padding: 0;
}
.is--exhibition .motto-quote {
  margin-top: 80px;
}
.is--service .motto-quote {
  margin-top: 40px;
}
/**
 * ============================================================
 * _modules/navigation.less
 * ------------------------------------------------------------
 * Website navigations:
 * - Main navigation
 * - Product navigation
 * - Footer navigation
 * - Navigation opener
 * Converted from CSS with full nesting and variables.
 * ============================================================
 */
/*------------------------------------*\
  #BASE STRUCTURE
\*------------------------------------*/
.nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav__item {
  display: block;
}
.nav__link {
  text-decoration: none !important;
}
/*------------------------------------*\
  #MAIN NAVIGATION
\*------------------------------------*/
.nav--main {
  position: relative;
  width: auto;
  display: inline;
  margin: 0 auto;
}
.nav--main .nav__list {
  display: inline;
  margin: 0;
  list-style: none;
}
.nav--main .nav__item {
  margin: 0;
}
.nav--main .nav__link {
  position: relative;
  display: block;
  z-index: 110;
  font-size: 18px;
  font-weight: 600;
  color: #264895;
}
.nav--main .nav__link.nav__link--active,
.nav--main .nav__link.trail,
.nav--main .nav__link:hover {
  text-decoration: none;
}
.nav--main .nav__link:active {
  color: #ffffff;
}
@media (min-width: 900px) {
  .nav--main .nav__item.nav--show-mobile {
    display: none;
  }
  .nav--main .nav__link {
    padding: 0 8px;
    transition: 0.35s all;
  }
  .nav--main .nav__link:hover {
    transition: 0.15s all;
  }
  .nav--main .nav__list.level_2 {
    display: none;
  }
}
@media (max-width: 900px) {
  .nav--main {
    display: none;
  }
}
/*------------------------------------*\
  #PRODUCT NAVIGATION
\*------------------------------------*/
.nav--products {
  position: relative;
  height: 36px;
  z-index: 200;
}
.nav--products .nav__list {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 210px;
  list-style: none;
  background: #f5d300;
}
.nav--products .nav__item {
  text-align: center;
  display: none;
  width: 100%;
  height: 36px;
  line-height: 36px;
  margin: 0;
}
.nav--products .nav__item:first-child {
  display: block;
  text-transform: uppercase;
}
.nav--products .nav__item:first-child a {
  font-weight: 700;
  letter-spacing: 1px;
}
.nav--products .nav__link {
  font-size: 0.867em;
  font-weight: 400;
  text-decoration: none;
}
.nav--products .nav__link:hover {
  font-weight: 700;
  color: #264895;
}
.nav--products .nav__link--active {
  color: #ffffff;
  font-weight: 700;
  font-size: 0.933em;
}
.nav--products:hover .nav__item {
  display: block;
}
@media (max-width: 900px) {
  .nav--products {
    display: none;
  }
}
/*------------------------------------*\
  #VARIATIONS NAVIGATION
\*------------------------------------*/
.nav--variations .nav__list {
  margin: 0.5em 0 0;
  list-style: none;
}
.nav--variations .nav__item {
  float: none;
  margin: 0 0 0.15em;
}
.nav--variations .nav__link {
  font-weight: 400;
  font-size: 0.933em;
}
.nav--variations .nav__link:after {
  content: " ›";
}
/*------------------------------------*\
  #FOOTER NAVIGATION
\*------------------------------------*/
.nav--footer .nav__list {
  list-style: none;
}
.nav--footer .nav__link {
  color: #fff;
  font-weight: 400;
}
.nav--footer .nav__link:hover {
  text-decoration: underline;
}
/*------------------------------------*\
  #NAV OPENER (MOBILE)
\*------------------------------------*/
.nav__opener {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
  padding: 17px 5px 0;
  width: 40px;
  height: 40px;
  z-index: 1000;
  cursor: pointer;
  /* Hover animation (non-touch devices) */
  /* When nav is open */
}
.nav__opener span {
  position: relative;
  display: block;
  height: 5px;
  width: 100%;
  background: #264895;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.nav__opener span:before,
.nav__opener span:after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  height: 5px;
  width: 100%;
  background: #264895;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.nav__opener span:before {
  top: -10px;
}
.nav__opener span:after {
  bottom: -10px;
}
.no-touch .nav__opener:hover span {
  transform: rotate(90deg);
}
.no-touch .nav__opener:hover span:before,
.no-touch .nav__opener:hover span:after {
  transform: rotate(-90deg);
  width: 50%;
  left: 7px;
}
.no-touch .nav__opener:hover span:before {
  top: -8px;
}
.no-touch .nav__opener:hover span:after {
  bottom: -8px;
}
.nav--open .nav__opener span {
  transform: rotate(225deg) !important;
}
@media (max-width: 900px) {
  .nav--open .nav__opener span {
    background: #f5d300;
  }
}
.nav--open .nav__opener span:before,
.nav--open .nav__opener span:after {
  transform: rotate(-90deg);
  width: 50%;
  left: 7px;
}
@media (max-width: 900px) {
  .nav--open .nav__opener span:before,
  .nav--open .nav__opener span:after {
    background: #f5d300;
  }
}
.nav--open .nav__opener span:before {
  top: -8px;
}
.nav--open .nav__opener span:after {
  bottom: -8px;
}
@media (max-width: 900px) {
  .nav__opener {
    display: block;
  }
}
/*------------------------------------*\
  #PAGE TRANSITION (MOBILE NAV OPEN)
\*------------------------------------*/
.page {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav--open .page {
  position: fixed;
  top: 0;
  width: 100%;
  transform: translate3d(-70%, 0, 0);
  perspective-origin: center center;
}
@media (max-width: 600px) {
  .nav--open .page {
    transform: translate3d(-80%, 0, 0);
  }
}
.nav--pills .nav__item {
  display: inline-block;
  height: auto;
}
.nav--pills .nav__item > a {
  position: relative;
  display: block;
}
/**
 * ============================================================
 * _modules/footer.less
 * ------------------------------------------------------------
 * Website footer layout and elements.
 * Original CSS rebuilt with LESS nesting and variables.
 * ============================================================
 */
/*------------------------------------*\
  #FOOTER BASE
\*------------------------------------*/
.footer {
  width: 100%;
  margin: auto 0 0 0;
  padding: 0;
  background: var(--color-secondary);
  border-top: 4px solid var(--color-primary);
  color: var(--color-white);
}
.footer__inner {
  position: relative;
  margin: 0 auto;
  padding: 40px 0 20px 0;
}
.footer__inner::before,
.footer__inner::after {
  content: "";
  display: table;
}
.footer__inner::after {
  clear: both;
}
/**
 * ============================================================
 * _modules/canvas.less
 * ------------------------------------------------------------
 * Offcanvas / mobile navigation layout and behavior.
 * Recreated 1:1 from CSS in structured LESS format.
 * ============================================================
 */
/*------------------------------------*\
  #CANVAS BASE
\*------------------------------------*/
.canvas {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  z-index: 10;
  padding: 20px;
  overflow: auto;
  background: #f5d300;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  /* Active and trail states */
  /* Level 2 adjustments */
  /* Responsive spacing */
  /*
    @media (min-width: @breakpoint-tiny) {
        padding: 50px;

        .nav__list.level_2 .nav__item {
            padding-left: 2em;
        }
    }

    @media (min-width: @breakpoint-small) {
        width: 70%;
        padding: 40px 60px;

        .nav__list.level_2 .nav__item {
            padding-left: 3em;
        }
    }

    @media (min-width: @breakpoint-large) {
        display: none;
    }
    */
}
.canvas__inner {
  transform: scale(0.8);
  transform-origin: left center;
  -webkit-transition: all 0.55s;
  -moz-transition: all 0.55s;
  -o-transition: all 0.55s;
  transition: all 0.55s;
}
.nav--open .canvas__inner {
  transform: scale(1);
  -webkit-transition: all 0.55s 0.1s;
  -moz-transition: all 0.55s 0.1s;
  -o-transition: all 0.55s 0.1s;
  transition: all 0.55s 0.1s;
}
.canvas .nav__item {
  display: block;
  margin-bottom: 0;
}
.canvas .nav__link {
  display: block;
  position: relative;
  padding: 0.75em 0.75em;
  font-size: 20px;
  text-transform: uppercase;
}
.canvas .nav__list.level_1 > .nav__item.trail > .nav__link,
.canvas .nav__list.level_1 > .nav__item.nav__item--active > .nav__link {
  color: #f5d300;
  background: #264895;
}
.canvas .nav__list.level_2 .nav__item {
  padding-left: 1em;
}
.canvas .nav__list.level_2 .nav__item.all {
  display: none;
}
.canvas .nav__list.level_2 .nav__link {
  position: relative;
  font-size: 15px;
  font-weight: 400;
}
.canvas .nav__list.level_2 .nav__link--active:before {
  position: absolute;
  content: "»";
  left: -5px;
  top: 23%;
  font-size: 20px;
}
/**
 * ============================================================
 * _modules/product.less
 * ------------------------------------------------------------
 *
 * ============================================================
 */
.product__features {
  padding: 0.66667em 0 1.33333em;
  background: #f0f0f0;
  color: #9f9f9f;
  font-size: 0.867em;
  text-align: center;
}
.product__features figure {
  margin: 1.33333em 0;
}
.product__image {
  margin-bottom: 1em;
}
.product__subheadline .headline {
  margin: 0 0 0.8em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #cccccc;
}
.product__notice {
  font-size: 0.933em;
}
@media (max-width: 480px) {
  .product__image {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
  .product__features {
    text-align: left;
    padding: 0 30px;
  }
  .product__features figure {
    float: none;
    margin: 0.5em 0;
    width: 100%;
    *zoom: 1;
  }
  .product__features figure:before,
  .product__features figure:after {
    content: " ";
    display: table;
  }
  .product__features figure:after {
    clear: both;
  }
  .product__features figure img {
    width: 40px;
    float: left;
  }
  .product__features figcaption {
    display: inline-block;
    float: left;
    margin: 11px 0 0 10px;
    font-size: 1.1em;
    font-weight: 700;
  }
}
@media (max-width: 900px) {
  .product__image {
    width: auto;
  }
  .product__notice {
    margin-top: 2.5em;
  }
}
@media (max-width: 768px) {
  .product__image {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
}
@media (min-width: 901px) {
  .product__image {
    margin-bottom: 2em;
  }
  .product__features {
    max-width: 210px;
  }
  .product__headline {
    padding-right: 30%;
  }
}
@media (min-width: 481px) and (max-width: 900px) {
  .product__features figure {
    float: left;
    width: 33%;
  }
}
@media (min-width: 769px) and (max-width: 900px) {
  .product__features figure {
    float: left;
    padding: 0 10px;
    width: 20%;
  }
}
/**
 * ============================================================
 * _custom.less
 * ------------------------------------------------------------
 *
 * ============================================================
 */
/**
 * ============================================================
 * _custom/background.less
 * ------------------------------------------------------------
 *
 * ============================================================
 */
.bg--primary {
  background-color: var(--color-primary) !important;
}
.bg--primary\/20 {
  background-color: color-mix(in oklab, var(--color-primary) 20%, transparent);
}
.bg--secondary {
  background-color: var(--color-secondary) !important;
}
.bg--tertiary {
  background-color: var(--color-tertiary) !important;
}
/*# sourceMappingURL=application.css.map */